﻿@font-face {
    font-family: 'Calibri';
    src: url('../Fonts/Calibri/Calibri.eot') format('embedded-opentype'), url('../Fonts/Calibri/Calibri.svg') format('svg'), url('../Fonts/Calibri/Calibri.ttf') format('truetype'), url('../Fonts/Calibri/Calibri.woff') format('woff');
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular/poppins-regular.woff') format('woff');
}


:root {
    --c-grey: #8D8D8D;
}

/* -------------------------- GLOBAL ---------------------------------- */

.imgFertility1{
    width:100%;
    max-width:600px;
}

.imgIVFSupport {
    width: 100%;
    max-width: 670px;
}

.imgFertilityTreatment {
    width: 100%;
    max-width: 500px;
}

.imgFertility {
    width: 100%;
    max-width: 500px;
}

.divMainGallery {
    width: 100%;
    position: relative;
    padding:0 5% 0 5%;
}

.divMainNews {
    width: 100%;
    position: relative;
    padding: 0 5% 0 10%;
}

.bgSecondary {
    background-color: #b3cad6;
}

.newsArticleBody {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 400px;
    width:100%;
}

.d-flexReadMore {
    display: flex;
    position: absolute;
    margin-left: 7%;
    margin-top: 360px;
    z-index: 10000;
}

.lblMediaArticleHeading {
    font-size: 30px;
    font-weight: bold;
    font-family: Calibri;
    color: black;
}
.lblMediaArticleSummary {
    font-family: Calibri;
    color: black;
}

.btnMediaReadMore {
    width: 100%;
    font-size: 20px !important;
    font-weight:normal;
    max-width: 300px;
    padding: 10px 20px 10px 20px;
    background-color: #FAF4EC;
    text-align: center;
    color: black !important;
}


.mainHeading {
    font-size: 24px;
    font-weight: 600;
}

.divIntroPhotos{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.divIntroPhotosContainer {
    width: 100%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgMediaIntroduction{
    width:100%;
    max-width:fit-content;
    padding:15px;
}

.btnHover {
    all: unset;
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
.galleryRight {
    right: 0;
}
.NewsRight1 {
    right: 0;
}
.NewsRight2 {
    right: 0;
}
.galleryLeft {
    left: 0;
}
.NewsLeft1 {
    left: 0;
}
.NewsLeft2 {
    left: 0;
}
.imgRightLeft {
    width: 120px;
    cursor: pointer !important;
}


.popup {
    position: fixed;
    z-index: 9999 !important;
    top: 50%;
    left: 50%;
    width: 100%;
    max-height: 100%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.9);
    padding-top: 35px;
    padding: 2%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#close-popup {
    padding: 5px 10px;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.hidden {
    display: none;
}

.clrLightGrey{
    color:var(--c-grey);
}

.enableScrollY {
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto;
    scrollbar-width: thin; /* For Firefox */
}

.clrGrey {
    color: #333 !important;
}

.lblHomePageText {
    font-size: clamp(13pt,2vw,21pt) !important;
}

.lblHomePageTextFertilitySpecialists {
    font-size: clamp(12pt,1.4vw,16pt) !important;
}
/* FONT SIZE */
:root {
    --main-font-size: 28pt;
    --sub-font-size: 20pt;
    --body-font-size: 14pt;
}

@media screen and (max-width: 1366px) {

    @-ms-viewport {
        width: 100%;
    }

    :root {
        --main-font-size: 26pt;
        --sub-font-size: 18pt;
        --body-font-size: 14pt;
    }
}

@media screen and (max-width: 992px) {

    @-ms-viewport {
        width: 100%;
    }

    :root {
        --main-font-size: 24pt;
        --sub-font-size: 16pt;
        --body-font-size: 14pt;
    }
}

.fntHeading {
    font-size: var(--main-font-size);
}

.fntSubHeading {
    font-size: var(--sub-font-size);
}

.fntBody {
    font-size: var(--body-font-size);
}


.clinic-history-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    scroll-behavior: smooth;
}
    /* Custom scrollbar for WebKit-based browsers */
    .clinic-history-container::-webkit-scrollbar {
        height: 12px; /* Adjust height for horizontal scrollbars */
    }

    .clinic-history-container::-webkit-scrollbar-track {
        background: #f0f0f0; /* Track color */
        border-radius: 4px;
    }

    .clinic-history-container::-webkit-scrollbar-thumb {
        background: #888; /* Thumb color */
        border-radius: 4px;
    }

        .clinic-history-container::-webkit-scrollbar-thumb:hover {
            background: #555; /* Thumb color on hover */
        }

.clinic-item {
    flex: 0 0 auto;
    width: 90px; /* Adjust width of items */
    text-align: center;
}

@media screen and (max-width: 1482px) {

    @-ms-viewport {
        width: 100%;
    }

    .lblTestimonials {
        font-size: 18pt !important;
    }
}



.clinic-name {
    margin-top: 10px;
}

.scroll-navigation {
    text-align: center;
    margin-top: 10px;
}

.scroll-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

    .scroll-btn:hover {
        background-color: #0056b3;
    }

.hidden-div {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    padding: 0; /* Prevent padding from affecting height */
}

    .hidden-div p {
        margin: 10px;
        padding: 0;
    }

.visible {
}

.imgTeam {
    width: 100%;
    max-width: 300px;
}

.btnAboutUs2 {
    width: 100%;
    height: 60px;
    max-width: 300px;
    border-radius: 15px;
    background-color: #B3CAD6;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}


.btnAboutUs {
    position: absolute;
    width: 100%;
    bottom: 15px;
    height: 60px;
    max-width: 250px;
    background-color: #FAF4EC;
    padding: 5%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.divAboutUs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5% 5px 5% 5px;
    padding-bottom: 70px;
    height: 100%;
}

.divInstructions {
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: height 1s ease-in-out;
    text-align: center; /* Center align text */
    color: #333; /* Text color */
    font-size: var(--sub-font-size);
}

    .divInstructions.hidden {
        height: 0;
        opacity: 0; /* Optional: fade out effect */
        visibility: hidden; /* Ensure it doesn't take up space */
        transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s;
    }

    .divInstructions.visible {
        height: auto; /* Adjust height to fit content */
        opacity: 1; /* Fade back in */
        visibility: visible; /* Ensure it is displayed */
        transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s;
    }

.imgAboutIcons {
    width: 100%;
    max-width: 100px;
}
/* Carousel on Fertility Page */
.subHeading {
    font-size: 30px;
}

.pagePadding {
    padding-right: 5%;
    padding-left: 5%;
}

.text-black {
    color: black !important;
}

.imgFertilityPage1 {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
}

.btnBookAppointment {
    width: 100%;
    max-width: 475px;
    padding: 2px;
    border-radius: 80px;
    background-color: #FAF4EC;
    text-align: center;
    color: black !important;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px 0px;
    font-size: 45px !important;
    font-family: 'poppins-regular';
}

    .btnBookAppointment:hover {
        background-color: #DDB6BC;
    }

.bookmarklayer {
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    max-width: -webkit-fill-available;
    height: 100%;
    font-size: 27px !important;
    color: black !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    text-align: center;
}

.imgFertilityPage {
    width: 100%;
}

.btnReadMore2 {
    width: 100%;
    font-size: 24px !important;
    max-width: 300px;
    padding: 9px;
    border-radius: 20px;
    background-color: white;
    text-align: center;
    color: black !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0px 8px 0px;
}

    .btnReadMore2:hover {
        background-color: #DDB6BC;
    }

.btnReadMore {
    width: 100%;
    font-size: 24px !important;
    max-width: 184px;
    padding: 9px;
    /*border-radius: 20px;*/
    /*background-color: #FAF4EC;*/
    background-color: #94DEF2;
    text-align: center;
    color: #333 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px 0px;
}

.divEndoPageFlex {
    display: flex;
    flex-direction: column;
    background-color: #E3F0F9;
    height: 100%;
}

.imgEndo {
    width: 100%;
    max-width: 400px;
}

.bgEndo {
    background-color: #E3F0F9;
}

.containerSpacingMargin {
    margin-top: 20px;
    margin-bottom: -10px;
}

.brawf {
    align-items: center;
}

.bgBeige {
    background-color: #F6EBDD;
}

.lblProfNames {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Default styles for divExpandable */
.toggleButton {
    margin-top: 5px;
}

.divExpandable {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: opacity 0.5s ease, max-height 0.3s ease;
}

    /* When visible */
    .divExpandable.visible {
        opacity: 1;
        max-height: fit-content; /* Adjust as needed */
    }


@media screen and (min-width: 768px) and (max-width: 1260px) {
    @-ms-viewport {
        width: 100%;
    }

    .fertilityPageFlexColumn {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .containerSpacingMargin {
        margin-bottom: 10px;
    }
}

.paddingLogo {
    padding: 5px;
}

.fertilityPageFlexColumn {
    display: flex;
    flex-direction: column;
}

.imgFetrilityImage1 {
    width: 100%;
    max-width: 325px;
}

.imgFetrilityImage {
    width: 100%;
    /*max-width:300px;*/
}

.fertilitytreatmentCarouselOverlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 500px;
    height: 100%;
    top: 0;
    left: 5%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.fertilitytreatmentCarouselOverlayText {
    color: black;
    font-size: var(--main-font-size);
    font-family: 'poppins-regular';
}

.sticky-table {
    position: sticky;
    top: 0; /* Adjust this value if you have a header or other content at the top of the page */
    z-index: 1000; /* Ensures it stays above other content */
}

.fertilitytreatmentCarouselOverlayText2 {
    color: black;
    font-size: var(--main-font-size);
    font-family: 'poppins-regular';
    padding: 20px;
    text-align: center;
}

.fertilitytreatmentCarouselOverlayText3 {
    color: black;
    font-size: var(--sub-font-size);
    font-family: 'poppins-regular';
    padding: 20px;
    text-align: center;
}

.imgFertilityCarouselImage {
    width: 100%;
    max-width: 250px;
}

.bookmark {
    position: absolute;
}

#expandedNav {
    padding-top: 0;
}

.homePage {
    width: 100%;
    display: flex;
    justify-content: center;
}

.noGut {
    --bs-gutter-x: 0;
}

.Gut {
    --bs-gutter-x: 1rem;
}

@media screen and (max-width: 866px) {
    @-ms-viewport {
        width: 100%;
    }

    .specialMobileBanner {
        display: block;
    }

    #naviBar {
        justify-content: space-between !important;
    }
}

/*-------------------------------------*/


.bannerImageDesktop {
    display: inline-block !important;
}

.bannerImageMobile {
    display: none !important;
}

.dxbButton_Office365 div.dxb {
    padding: 5px 13px 5px;
    border: none;
}

.hide {
    display: none !important;
}

.fw-bold {
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
    background-color: transparent;
}

.margin0 {
    margin: 0 !important;
}

.dxdvItem_Office365, .dxdvBreakpointsItem_Office365, .dxdvFlowItem_Office365 {
    padding: 0px 12px 0px 14px !important;
}

.dxeHyperlink_Office365:visited {
    color: #333;
}

.borderRight {
    border-right: 1px solid #608fa3
}

.font30 {
    color: #333;
    font-size: 30px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

html {
    font-family: 'poppins-regular', Arial;
}

.textShadow {
    text-shadow: 1px 1px 8px #9d9c9c;
}


.dxdvItem_Office365 {
    height: unset !important;
}

.dxbplc {
    vertical-align: top !important;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.notification {
    font-size: 22pt;
    color: red;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

.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);
}

.borderRadius_10 {
    border-radius: 10px;
}

.pageHeading, .pageHeading2, .pageHeading3, .pageHeading4 {
    width: initial !important;
    padding-top: 5px;
    margin: 0 0 20px;
    color: #4a4a4a;
    letter-spacing: 0;
    font-weight: lighter;
}

.pageHeading {
    font-size: 50px;
}

.pageHeading2 {
    font-size: 40px;
}

.pageHeading3 {
    font-size: 25px;
}

.pageHeading4 {
    font-size: 30px;
}

.pageHeadingLandingPage {
    font-size: 80px;
}


.pageSubheading {
    font-size: 25px;
}

.headerBorderBottom {
    border-bottom: 1px solid #93bdd0
}

.header2 {
    font-size: 12pt;
    text-align: left;
}

.borderRightWhite {
    border-right: 2px solid white;
}

.borderNews {
    border: 1px solid grey;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #757575;
}

.hrBlue {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #aecfd2;
}

.hrThickBlue {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #608fa3;
}

.hrWhite {
    border: 0;
    border-top: 3px solid white;
}
/*--- ID ---*/
.customUl {
    list-style: none;
    padding-left: 0px;
}

.customLi {
    margin-bottom: 20px;
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1.15em;
    min-height: 30px;
}

.pointer {
    cursor: pointer;
}

.cardPadding {
    padding: 0px !important;
}

.cardFeatured {
    background-color: white;
    position: relative;
    min-height: 150px;
}

.imgExtra {
    width: 100%;
    max-width: 500px;
}

.cardOpenValue {
    border: 10px solid #f4f4f4;
}

.DevexCard {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    color: #262626;
    outline: none;
    margin: 8px 0 0 8px;
    overflow: hidden;
    height: 400px;
}

html {
    background-color: transparent;
}

/*---- BODY ----*/

body {
    font-family: 'poppins-regular', Arial;
    font-size: var(--body-font-size);
    color: #333;
    background-color: transparent;
}

/*--------------- MENU ---------------*/

* {
    box-sizing: border-box;
}

.noGutter {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hash333 {
    color: #333 !important;
}
.imgAboutBackground {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #A3C6CA;
}

.overrideBeige {
    background-color: #EDE6DA !important;
}
.imgDesktopSquares {
    display: block;
}

.imgMobileSquares {
    display: none;
}

@media screen and (max-width: 991px) {

    @-ms-viewport {
        width: 100%;
    }

    .imgDesktopSquares {
        display: none;
    }

    .imgMobileSquares {
        display: block;
    }
}


.TestContainer {
    background-color: red;
    min-width: 800px;
}

.test {
    border-radius: 0px !important;
    height: 40px !important;
}

.menu {
    width: 100%;
    padding-bottom: 10px;
}

.mainCMSMenu {
    width: 100%;
    max-width: 800px;
    padding-top: 30px;
    margin: auto;
}

.menuLeft {
    width: 80%;
}

.menuRight {
    width: 20%;
    font-family: sans-serif;
}

/*--------------- Nav ---------------*/


.nav-item {
    padding: 5px 5px !important;
}

    .nav-item:hover {
        background-color: #C4808A;
        transition: 0.5s;
    }

.nav-link {
    font-size: 14pt;
}

    .nav-link:hover {
        color: White !important;
        transition: color 0.5s;
    }

/*--------------- SCROLL TO TOP ---------------*/
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid #333;
    outline: none;
    background-color: #93bdd0;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        transition: 0.3s;
        background-color: #ddb6bc;
        border: 1px solid white;
    }

/*--------------- 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: #CB8A94;
        display: inline-block;
        padding: 0 10px;
    }

        #myCookieConsent a:hover {
            color: #93bdd0;
        }

        #myCookieConsent a#cookiesAcceptButton {
            display: inline-block;
            color: White;
            font-size: 1.1em;
            background: #CB8A94;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 60px 5px 60px;
            border-radius: 5px;
        }

            #myCookieConsent a#cookiesAcceptButton:hover {
                transition: 0.3s;
                background-color: #93bdd0;
                color: #333;
            }


.backgroundWhite {
    background-color: white;
}

.backgroundYellow {
    background-color: #e6dbc9;
}

.backgroundBlue {
    background-color: #a3c6ca;
}

.backgroundPink {
    background-color: #ddb6bb;
}

.backgroundGrey {
    background-color: #ABAAAD;
}

.backgroundOrange {
    background-color: #eab595;
}

.backgroundOrangeDulled {
    background-color: #EDE6DA;
}

.bgPink {
    background-color: #E7CCD0 !important;
}

.bgGrey {
    background-color: #ABABAE !important;
}

.divBannerContainerHome {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgHome {
    position: relative;
    width: 100%;
}

.masterPageBottomBannerFont {
    font-size: 12pt;
}

.btnIVFSupport {
    background-color: #3CB2A8 !important;
    font-size: 16pt !important;
    padding: 2%;
    color: white !important;
}

.divTextContainerHome {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 8%;
    text-align: center;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.bgBeige1 {
    background-color: #E5DAC9 !important;
}

.btnWorldRenowned {
    width: 100% !important;
    max-width: 500px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 2%;
    text-wrap: auto;
}

.btnHomeMeetTheTeam {
    width: 100% !important;
    max-width: 300px;
    padding: 3%;
    background-color: #A3C5C9;
    color: white ;
}

.divBlkBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.divHomeMeetTheTeam {
    position: absolute;
    width: 100%;
    bottom: -5%;
    z-index: 3;
    display: flex;
    font-size: var(--sub-font-size);
    justify-content: center;
}

.specialBoot {
}

.homePagePadding {
    padding: 2%;
    padding-bottom: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.backgroundGray {
    background-color: #f0f0f0
}

.imageContainer {
    position: relative;
    width: 100%;
}

.backgroundGradientPinkGray {
    background: rgb(240,240,240);
    background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(221,182,187,1) 50%, rgba(221,182,187,1) 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;
}


/*--------------- BANNERS/BACKGROUNDS ---------------*/

.bgBlue {
    background: #a7c2d7 !important;
}

.bgBlue2 {
    background: #2970a3 !important;
}

.background_spermbank {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
    min-height: 500px;
}

.bgSpermBankMain {
    background-image: url('../Images/BannerImages/bg_spermbank.jpg');
}

.backgroundInternational {
    background-image: url('../Images/BannerImages/international_conclusion.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
}

.background_main {
    background-image: url('../Images/BannerImages/Family.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom;
    position: relative;
    height: 80vh;
    min-height: 500px;
}


.background_main2 {
    background-image: url('../Images/BannerImages/AevitasEggBankAboutBanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom;
    position: relative;
    height: 80vh;
    min-height: 550px;
}

.bannerSpermBank {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-image: url('../Images/BannerImages/Aevitas_Sperm_Bank_Banner.jpg');
}


.background_banner, .background_banner1, .background_banner2, .bannerAbout, .bannerServices, .bannerFAQ {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 50vh;
}
.background_banner1{
    height:100vh !important;
}
.background_banner2 {
    height: 75vh !important;
}


.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: 30pt;
    color: white;
}

/*--------------- DROPDOWNS ---------------*/

.primeDropbtn {
    color: white;
    padding: 16px;
    border: none;
}

.primeDropdown {
    position: relative;
    display: inline-block;
}

.primeDropdown-content {
    display: none;
    background-color: white;
    position: absolute;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .primeDropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .primeDropdown-content a:hover {
            background-color: #ddd;
        }

.primeDropdown:hover .primeDropdown-content {
    display: block;
}

/*--------------- PADDING ---------------*/
.p5 {
    padding: 5px;
}

.p50 {
    padding: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}


.navPadding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}



/*--------------- DIVISION ---------------*/

.divDonorProfile {
    border-radius: 10px;
    padding: 20px;
    background-color: #a7c2d7;
}

.divContactInfo {
    position: absolute;
    padding: 20px 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255, 0.8);
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.divBannerContainer {
    padding: 25px 40px 25px 25px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7);
}

.divSliderStaticContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.divTextContainer {
    padding: 40px 30px 0px 30px;
}

.divDescription {
    background-color: white;
    padding: 40px 10px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    border-radius: 3px;
    min-height: 180px;
}

.divDescription2 {
    background-color: white;
    padding: 40px 10px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    border-radius: 3px;
    min-height: 320px;
}

.divDescription3 {
    background-color: #8fcddf;
    padding: 40px 10px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.22);
    border-radius: 3px;
    min-height: 460px;
}

.contentContainer {
    position: relative;
    top: -100px;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 5px 8px 2px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0px 5px 8px 2px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 5px 8px 2px rgba(0,0,0,0.18);
}

.divSidePanel {
    padding: 30px;
    background-color: #93bdd0;
    border-radius: 5px;
}

.blockComingSoon {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
}

.ptDesktop {
    padding-top: 30px;
}

.newsMinHeight {
    min-height: 340px;
}

.spacer {
    height: 100px;
}

.desktop {
}

.textMiddle {
    line-height: 300px;
    text-align: center;
}

.textVertical {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.blockPadding {
    padding: 50px;
}

.formDonorProfile {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.divFixedBtn {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 1000;
}

.divFixedApplyBtn {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1000;
}

.contactBtnContainer {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}


.mediaUploadContainer {
    border: 1px solid rgba(0,0,0,0.08);
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.contentBackground {
    background-color: #E6E6E6;
    width: 100%;
}

.containerSpacing {
    padding-top: 40px;
    padding-bottom: 40px;
}

.containerSpacing2 {
    margin-top: 60px;
}

.itemBorder {
    border: 1px solid rgba(0,0,0,0.1);
}


.gridContainer {
    width: 100%;
    padding: 60px 20px 60px 20px;
}

.background_home {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center;
    position: relative;
    min-height: 450px;
}

.background_home1 {
    background-image: url('../Images/BannerImages/man_under_car.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}


.contentCenter {
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
}

.contentCenter2 {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
}


.layerSpermBank {
    background-color: rgba(255,255,255,0.6);
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.layer2 {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}

.imgbackgroundDesktop {
    display: flex;
}

.imgbackgroundMobile {
    display: none;
}

.layer {
    background-color: transparent;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}
.divAboveNav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.divAboveNavLogo{
    width:100%;
    max-width:300px;
}
.imgAboveNavLogo {
    width: 100%;
    max-width: 300px;
    margin: 15px;
    box-shadow: grey 0px 0px 11px;
    padding:5px;
}
.divAboveNavNavbar {
    display:flex;
}

.aboveNavNavLinks {
    color: var(--c-grey);
    font-size: 22px;
    margin: 0 10px 0 10px;
}

.imgAboveNavSocialMedia {
    width: 100%;
    max-width: 40px;
}

.layerNew1 {
    /*background-color: rgba(255,255,255,0);*/
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layerNew {
    background-color: rgba(255,255,255,0.6);
    position: relative;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.divTwoItemsFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.negativePaddingForButton {
}

.textWhite {
    color: white !important;
}

.textPink {
    color: #ddb6bc !important;
}

.textBlack {
    color: black !important;
}

.textGrey {
    color: #777 !important;
}

.textGrey2 {
    color: #898A8C !important;
}

.textBlue {
    color: #608fa3 !important;
}

.textPink {
    color: #CB8A94 !important;
}



.popupNewsletter {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

.qtyPadding {
    padding-left: 22px;
}


.okButton {
    margin-top: 30px;
}

.cookieHeader {
    color: white;
    font-size: 13pt;
    font-weight: bold;
}

.shoppingButtonsMobile {
    display: none;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.cmsMobileNavbar {
    margin-bottom: 110px;
}

.createAccountAddress {
    min-height: 248px;
}

.calendarWidth {
    width: 400px;
}

.popupAccountItem {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddb6bc;
}

    .popupAccountItem:hover {
        background-color: #ddb6bc;
    }

.noPadding {
    padding: 0px !important;
}

.formOrderConf {
    max-width: 600px;
}

.cardRecent {
    width: 100%;
    min-height: 260px;
}

.cardfeedback {
    width: 100%;
    min-height: 220px;
}



.cardReview {
    width: 100%;
    min-height: 150px;
}

.pageGrey {
    background-color: #DFDFDF !important;
}

.tcAlign {
    text-align: center;
}

.priceBottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rowPadding {
    padding: 5px;
}


.popupPadding {
    padding-bottom: 20px;
}

.socialMediaMobile {
    display: none;
}

.socialMediaDesktop {
}


.boilerPlate {
    padding: 10px;
    background-color: #e5e5e5;
}

.fb-page {
    width: 100%;
}

.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}

.dxcvCard_Aevitas {
    padding: 0px !important;
}

.footerContent {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.contentPadding {
    padding: 10px;
}

.contentGrey {
    background-color: #E6E6E6;
    /*background-color:transparent;*/
}

.contentHeight {
    min-height: 220px;
}

.mobile {
    display: none;
}

.orderItemMedia {
    max-width: 240px !important;
}

/*--- Order Confirmation ---*/
.divExpiryDate {
    text-align: right;
}

/*--- Sign In and Create Password ---*/

.divSignIn {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.pnlSignIn {
    max-width: 500px;
    width: 100%;
}

.productTotal {
    width: 98%;
    text-align: right;
    font-size: 15pt;
}

.divCreateAccount {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

/*--- Text Box ---*/

.txtDiscount {
    width: 100%;
}

.txtOrderTotal {
    text-align: right !important;
}

.txtSignInEmail {
    width: 100%;
    min-width: 350px;
}

.txtVertMiddle {
    padding-top: 9px;
}

/*--- Shopping ---*/

.divShoppingBtnAlign {
    text-align: right;
}

.shoppingButtons {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.lblShopQty {
    font-size: 11pt;
    font-weight: bold;
}

.lblShopPackName {
    font-size: 13pt;
    font-weight: bold;
    color: #ddb6bc !important;
}

.checkoutTotals {
    max-width: 200px;
    text-align: right;
}

/*--- Product ---*/

.popupEmail {
    width: 450px !important;
}

.pnlProductMedia {
    width: 100%;
    /*max-width: 1080px;*/
    max-height: 400px;
    margin: auto;
}

.productBack {
    text-align: right;
    padding-right: 10px;
    width: 15%;
    margin-top: 8px;
    font-size: 12pt;
}

.divProductHeading {
    width: 85%;
}

.spanBuyProduct {
    color: #333;
    font-size: 13pt;
}

.productHeading {
    width: 100%;
    background-color: #ddb6bc;
    padding: 1px 0px 1px 15px;
    color: white;
}

.headingBaseColor {
    width: 100%;
    background-color: #ddb6bc;
    padding: 10px;
}

.borderBottom {
    border-bottom: 1px solid #adadad;
}

.productDescription {
    box-sizing: border-box;
    padding: 0px 5px 0px 5px;
    width: 72%;
}

.productPrice {
    box-sizing: border-box;
    background-color: #ddb6bc;
    width: 28%;
}

/*--- Search ---*/

.divSearchCategory {
    width: 30%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.divSearchResults {
    width: 70%;
    padding: 5px;
}

/*--- CardView ---*/

.cardOrderItems {
    width: 100%;
    max-width: 700px;
}

.cardSearch {
    width: 100%;
    max-width: 200px;
}

/*--- Text Align ---*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.cmsContent {
    width: 100%;
    padding: 10px;
    padding-top: 30px; /* Temporary to compensate for yellow broadcast banner. Please remove this line for final release */
    box-sizing: border-box;
}

.divFaq {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.pnlHeader {
    font-size: var(--body-font-size) !important;
}

.centerButton {
    text-align: center;
}

.divGreyPanel {
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 11px 5px 11px 5px;
    width: 100px;
}

.divGreyPanelCms {
    background-color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 11px;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 5px;
}

.page1 {
    padding-top: 10px;
    width: 40%;
}

.page2 {
    padding-top: 10px;
    width: 60%;
}

.pageHalf {
    width: 50%;
}

.divProductContent {
    width: 100%;
    padding: 10px;
}

.divProductTitle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #572F95;
}

.htmlEditor, .page100 {
    width: 100%;
}

.searchParameterDesktop {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px !important;
    /*border: 1px solid #adadad;*/
}

.slider {
    height: 340px;
}

.searchBarHome {
    /*position: relative;
    top: -100px;*/
    max-width: 1000px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.mainFrame {
    max-width: 1400px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mainFrameFertility {
    max-width: 1400px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.mainFrame2 {
    max-width: 900px; /*1400px */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.contentPlaceholder {
    padding: 10px;
}

.footerLink1 {
    padding: 10px;
}

.footerLink2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333333;
    padding-top: 10px;
    border-top-style: none;
    border-top-width: thin;
    border-top-color: #C0C0C0;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    color: white !important;
}

    .footerLink2:hover {
        background-color: #ddb6bc;
    }

.footerLinkMobile {
    display: none;
    width: 100%;
}

.column1, .column2, .column3 {
    box-sizing: border-box;
    width: 33%;
    padding: 20px;
}

.column2, .column3 {
    border-left: 1px solid #333;
}


.logo {
    position: absolute;
    z-index: 2;
    top: 0px;
    /*left:-40px;*/
}

.content {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.containerMedia {
    max-width: 1000px;
    width: 100%;
}

.containerTreelist {
    width: 600px;
    margin: auto
}

.divDurationLocation {
    width: 75%;
}

.priceAlign {
    text-align: right;
}

.divPrice {
    padding-right: 10px;
    padding-top: 15px;
    width: 25%;
    vertical-align: bottom;
    text-align: right;
}

.srchLooking {
    width: 40%;
}

.srchFor {
    margin-left: 5px;
    width: 24%;
}

.srchIn {
    margin-left: 5px;
    width: 24%;
}

.searchButton {
    width: 10%;
    margin-left: 5px;
}

.searchParameterMobile {
    display: none;
}

.masterLogin, .masterLoginCms {
    float: right;
    padding-bottom: 5px;
}

/*---- BANNER ----*/

.topBannerProduct {
    width: 100%;
    margin: auto;
    text-align: center;
}

.topBannerMainImageSlider {
    width: 100%;
    /*max-height: 350px;*/
    margin: 0;
    padding: 0;
}

.emptyBannerSpacing {
    height: 80px;
}



.searchFieldBorder {
    height: 38px;
    border: 1px solid #C8C8CD;
}

.sitemapContainer {
    padding-left: 30px;
}

.divProdImage {
    width: 30%;
    text-align: center;
}

.divProdContent {
    padding: 10px;
    width: 70%;
}

.cmbCountry {
    width: 100%;
    max-width: 300px;
}



/*--------------- FORM LAYOUT ---------------*/

.formGroupCaption {
    font-size: 11pt !important;
}

.formContact {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.formCreateAcc {
    max-width: 800px;
}

.formAccess {
    width: 100%;
    max-width: 400px;
}

.formOrderDetails {
    max-width: 500px !important;
}

/*--------------- TABLE ---------------*/

.tblSpermAbout {
    max-width: 1000px;
    margin: 0 auto;
}

.gridFilterGrouping, .tableRight {
    float: right;
}

.tblOrderItem {
    width: 100%;
    max-width: 1000px;
}

.tblTopBanner {
    width: 100%;
    max-width: 980px;
}
/*--------------- TD ---------------*/
.tdPR50 {
    padding-right: 50px;
}

.tableConclusion {
    width: 100%;
    max-width: 700px;
}

.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

.tdSpace {
    padding-bottom: 5px;
}

.tdSpace10 {
    padding-bottom: 10px;
}

.tdSpace20 {
    padding-bottom: 20px;
}

.tdSpaceLeft {
    padding-left: 20px;
}


/*--------------- LABELS ---------------*/

.newFont_Heading {
    font-size: 30pt;
}

.newFont_SubHeading {
    font-size: 20pt;
}

.newFont_Body {
    font-size: 18pt;
}

.lblDonor {
    color: black;
    font-size: 20px;
}

.lblTestimonials {
    font-size: var(--main-font-size);
}

.lblSnippetName {
    font-size: 20pt;
    color: #777;
}

.lblTeamName {
    font-size: 27px;
    color: #777;
}

.lblTeamName2 {
    font-size: 20px;
    color: #777;
}

.lblFooter {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.lblArticleHeading {
    font-size: 25px;
}

.lblEditor {
    font-family: 'poppins-regular', Arial !important;
    color: #333333;
    font-size: var(--body-font-size);
}

.lblGalleryDescription {
    font-size: 16px;
}

.lblContactDetails {
    font-size: 15px;
}

.lblFormCaption, .lblOrderTotal {
    font-size: 12pt;
}

.lblLocation {
    font-weight: bold;
}

.lblUser {
    padding-left: 8px;
    font-size: 12pt;
    color: white;
}

.lblCreateAccount-Popup {
    font-weight: bold;
    color: #ddb6bc;
}

.lblAccount {
    font-size: 10pt;
}

.lblAccountMobile {
    font-size: 13pt;
}

.lblOrderTotal {
    color: #ddb6bc;
    font-weight: bold;
}

.lblOrderConfirm {
    font-size: 12pt;
}

.lblRecentsPrice {
    font-size: 13pt;
}

.lblProductName {
    font-size: 15pt;
    font-weight: bold;
    color: #ddb6bc;
}

.lblProductPrice {
    font-size: 13pt;
    font-weight: bold;
    color: #ddb6bc;
}

.lblOrderItemPrice {
    font-size: 14pt;
    font-weight: bold;
    color: #ddb6bc;
}


.lblSpotlightPrice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10pt;
    font-weight: bold;
}

.lblHomeProductName {
    font-weight: bold;
    color: #ddb6bc;
    font-size: 12pt;
}

.lblSearchProductName {
    font-weight: bold;
    color: #ddb6bc;
    font-size: 12pt;
}


.lblHomeProductLocation {
    font-size: 10pt;
}

.lblWelcome1 {
    font-size: 40px;
}

.lblWelcome2 {
    font-size: 25px;
}

.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
}

.lblFAQ {
    font-size: 12pt;
}

.lblNotification {
    font-size: 12pt;
}

.lblShopPrice, .srchPrice {
    color: #ddb6bc;
    font-weight: bold;
    font-size: 13pt;
    vertical-align: middle;
}


.lblCartItmes {
    padding-left: 8px;
}

.lblProductTitle {
    color: #333;
    font-size: 20pt;
}

.lblSearchParameters {
    font-size: 13pt;
    font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}
/*--------------- SPAN ---------------*/



.spanBulletText {
    font-size: 18px;
}

.spanHeaderBlocks {
    font-size: 14pt;
    color: white;
}

.spanCourierFee {
    font-size: 11pt;
    color: #ddb6bc !important;
    font-weight: bold;
}

.spanCookie {
    color: white;
}

.header2 {
    font-size: 12pt;
    font-weight: bold;
}

.spanFooterContent {
    font-size: 12pt;
    color: #333;
}

.spanInfoHeadings {
    font-size: 11pt;
    font-weight: bold;
}

.spanFooterHeadings {
    font-size: 13pt;
    color: #333;
}

/*--------------- BUTTONS ---------------*/

.btnBookTeleconsult {
    padding: 3px 60px;
    border-radius: 5px;
    width: 100% !important;
    max-width: 400px;
    background-color: #2970a3;
    color: white;
    transition: all 0.3s ease;
    font-size: 20px
}

    .btnBookTeleconsult:hover {
        background-color: #175989;
    }

.btnDonor {
    padding: 3px 60px;
    border-radius: 5px;
    width: 100% !important;
    max-width: 400px;
    background-color: #2970a3;
    color: white;
    font-weight: bold;
    letter-spacing: 2px !important;
    transition: all 0.3s ease;
}

    .btnDonor:hover {
        background-color: #175989;
    }



.btnRecipient2 {
    padding: 3px 48px;
    border-radius: 5px;
    width: 100% !important;
    max-width: 400px;
    background-color: #C4808A;
    color: #212529;
    font-weight: bold;
    letter-spacing: 2px !important;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

    .btnRecipient2:hover {
        background-color: #d99ca5;
    }




.btnRecipient {
    padding: 3px 48px;
    border-radius: 5px;
    width: 100% !important;
    max-width: 400px;
    background-color: #C4808A;
    color: white;
    font-weight: bold;
    letter-spacing: 2px !important;
    transition: all 0.3s ease;
}

    .btnRecipient:hover {
        background-color: #d99ca5;
    }

.btnLink {
    padding: 10px 0px 10px 0px;
    background-color: #8dcee0;
    width: 100% !important;
    max-width: 250px !important;
    font-size: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    color: #333;
    max-width: 250px;
}


.btnBlue {
    padding: 10px 0px 10px 0px;
    background-color: #8dcee0;
    font-size: 14pt;
    box-shadow: 2px 3px 9px -1px rgba(0,0,0,0.75);
    color: #333;
}

.btnBlue2 {
    padding: 10px 0px 10px 0px;
    background-color: #8dcee0;
    width: 100% !important;
    max-width: 250px !important;
    font-size: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    color: #333;
}

    .btnBlue2:hover {
        background-color: #94def2;
    }



.btnWhite {
    padding: 10px 0px 10px 0px;
    background-color: white;
    font-size: 14pt;
    box-shadow: 2px 3px 9px -1px rgba(0,0,0,0.75);
    color: #333;
}

.btnPink {
    padding: 10px;
    background-color: #ddb6bc;
    font-size: 14pt;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    color: #333;
}

.btnPink2 {
    width: 100% !important;
    max-width: 250px !important;
    padding: 10px 0px 10px 0px;
    background-color: #ddb6bc;
    font-size: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    color: #333;
}

.btnGray {
    width: 100% !important;
    max-width: 250px !important;
    padding: 10px 0px 10px 0px;
    background-color: #cac9c7;
    font-size: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.57);
    color: #333;
}


.btnContact {
    width: 100% !important;
    max-width: 300px !important;
    color: White;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.btnContactSpermBank {
    width: 100% !important;
    max-width: 300px !important;
    color: black;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    transition: 0.3s all ease;
    background-color: #a7c2d7;
}

    .btnContactSpermBank:hover {
        background-color: #9abcd6;
    }


.btnSignIn {
    padding: 5px;
    width: 200px !important;
}

.btnUpload {
    font-weight: bold !important;
}

.btnDnlInvoice {
    height: 40px;
    width: 150px;
}

.btnBack {
    float: right;
}

.btnContactUs {
    padding: 5px;
    width: 100px
}

.btnAddCart {
    text-align: center;
}

.btnMasterMenu {
    width: 100px;
    padding: 5px;
}

.btnShopping {
    float: right;
}

.btnShoppingMobile {
    width: 180px !important;
    display: none;
}

.btnPopup {
    float: left;
    margin-right: 8px;
}

.featureHeading {
    width: 100%;
    background-color: #ddb6bc;
    padding: 5px;
    color: white;
    text-align: center;
}

.btnLong {
    width: 100%;
    background-color: #ddb6bc;
    padding: 20px;
    color: white;
    text-align: center;
}

    .btnLong:hover {
        cursor: pointer;
        width: 100%;
        background-color: #DFDFDF;
        color: #ddb6bc !important;
    }

.btnTextLeft {
    padding-top: 4px !important;
    text-align: left !important;
}

.btnCheckout {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnSaveClose {
    width: 50%;
    margin: auto;
    text-align: center;
}



.btnBuyNow {
    margin-top: 0px;
    padding: 10px;
    color: white;
    font-size: 11pt;
    font-weight: bold;
}

.btnRedeem {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 210px !important;
}

.btnMenu {
    width: 60px !important;
    height: 60px !important;
    padding: 0px !important;
    background-image: url('../Images/General/Hamburger.png');
}

.invisibleDefaultButton {
    display: none;
    color: transparent;
    background-color: transparent;
}

/*--------------- HYPERLINKS ---------------*/

.hlnkDonorSignUp {
    font-size: 20px;
    color: black !important;
    font-weight: bold;
}

.lnkPDF {
    max-width: 250px !important;
    margin: 0 auto;
    display: block;
}

.lnkCovid {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

    .lnkCovid:hover {
        text-decoration: underline !important;
    }

.lnkLanguage {
    padding: 30px 15px;
    background-color: #8fcddf;
    color: #333;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    border: 2px solid white;
    margin: 0 auto;
    transition: all 0.3s ease;
}

    .lnkLanguage:hover {
        background-color: #e6dbc9;
    }


.hyperlinkStatement {
}

    .hyperlinkStatement:hover {
        text-decoration: underline !important;
    }

.lnkReadmore {
    text-decoration: underline;
    color: #2a93de;
}

.lnkForgotPass {
    font-size: 10pt !important;
    width: unset !important;
}

.lnkProd {
    color: #7c6e7f;
    font-weight: bold;
}

    .lnkProd:hover {
        text-decoration: underline;
    }

.hlnkTC {
    color: #ddb6bc;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

.hlnkNodec {
    text-decoration: none;
}

    .hlnkNodec:hover {
        text-decoration: none;
    }

.hlnkPhone {
    color: #333;
    text-decoration: none;
}

.lnkEditor {
    /*color: #FF71B7;*/
    color: #CB8A94;
    text-decoration: underline;
}

.lnkCMS {
    color: #ddb6bc;
    text-decoration: none;
    font-weight: bold;
}

    .lnkCMS:hover {
        text-decoration: underline;
    }

.lnkPolicy {
    color: white;
    text-decoration: none;
}

    .lnkPolicy:hover {
        text-decoration: underline;
    }


.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: #333333;
}

    .lnkAccountOptions:hover {
        color: White;
    }

.lnk_master_login {
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.hlnkPrimeLogic {
    color: white;
    text-decoration: none;
}

.hlnkFooter1 {
    font-size: 13pt;
    text-decoration: none;
    color: white;
    padding: 10px;
}

    .hlnkFooter1:hover {
        text-decoration: none;
        background-color: #7c6e7f;
        transition: background-color 0.5s;
        padding: 10px;
    }

.hlnkFooter2 {
    font-size: 13pt;
    text-decoration: none;
    color: white;
}

    .hlnkFooter2:hover {
        text-decoration: none;
    }



.hlnkGeneral {
    font-weight: bold;
    text-decoration: underline !important;
    width: 125px !important;
}

.lnkHomeMobileDisplay {
    display: none !important;
}

hlnkAevitas {
    text-decoration: none;
    color: #ddb6bc;
}

    hlnkAevitas:hover {
        font-weight: bold;
    }

/*--------------- PANELS ---------------*/
.signInPanel {
    width: 100%;
    margin: auto;
}

.pnlServerMessage {
    background-color: #EFF1A7;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*--------------- GRIDVIEWS ---------------*/
.gridTextEditor {
    /*max-width: 500px;*/
    width: 100%;
}

/*--------------- IMAGES ---------------*/

.imgBecomeDonor {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    position: relative;
    right: -20px;
}

.imgBecomeRecipient {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    position: relative;
    left: -20px;
}

.imgStaff {
    width: 100%;
    max-width: 450px;
}

.imgStaffs {
    width: 100%;
    max-width: 495px;
}

.imgTeam {
    width: 100%;
    max-width: 500px;
}

.imgDesktop {
    display: block;
}

.imgMobile {
    display: none;
}

.logoTop {
    width: 100%;
    max-width: 300px;
}

.imgBanner {
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1200;
}

.imgOffices {
    width: 100%;
    max-width: 300px;
}

.imgBanner2 {
    width: 100%;
    max-width: 400px;
}

.imgShadow {
    box-shadow: 7px 10px 12px -5px rgba(0,0,0,0.75);
}

.imgFooter {
    width: 100%;
    max-width: 300px;
}

.imgNews {
    width: 100%;
    max-width: 400px;
}


.imgMainLogo {
    width: 100%;
    max-width: 700px;
}

.imgSpermBank {
    width: 100%;
    max-width: 300px;
}


.imgMainLogo2 {
    width: 100%;
    max-width: 500px;
}

.imgPaymentLogo {
    width: 100%;
    max-width: 150px;
}

.imgAevitasLogo {
    max-width: 180px;
}

.imgSocialMedia {
    max-width: 50px;
    width: 100%;
}

.imgSpotlightLogo {
    width: 80px;
    position: relative;
}

.imgClock {
    max-width: 16px;
    position: relative;
    /*margin-top: 10px;*/
}

.imgProductListing {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    max-width: 270px;
}

.imgOrderItem {
    width: 100%;
    max-width: 450px;
}

.imgShopProd {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 240px;
    max-height: 180px;
}

.imgAevitasCMS {
    width: 100px;
    float: right;
}

.imgFooterLogo {
    width: 100%;
    max-width: 200px;
}

.imgFooterLogoPrime {
    width: 100%;
    max-width: 120px;
}

/*--------------- FOOTER ---------------*/


.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #93bdd0;
}

.divFooter1 {
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
}

.divFooter2 {
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
}

.footerLinkContainer {
    width: 100%;
    margin: auto;
    background-color: #444444;
    text-align: center;
}

.footerBottomSection {
    /*background-color: #844C8D;*/
    width: 100%;
}

.logoStrip {
    width: 100%;
    margin: auto;
}

.logoStripText {
    color: #333;
    font-size: 13pt;
    padding-bottom: 10px;
}

.hrVisible {
    display: none;
}

.mobileMenu {
    display: none;
}




/* -------------------------------------------------------------------------------------------- */

/*--------------- MEDIA QUERIES --------------- */

/*---All Mobile Sizes (devices and browser) ---------------www.responsinator.com---------------- */

/* All Mobile Sizes (devices and browser) ---------------www.responsinator.com--------------------
1. 320              Blue   @media screen and (max-width: 320px) 
2. 375, 384         Green  @media screen and (min-width: 321px) and (max-width: 384px)
3. 414              Yellow @media screen and (min-width: 385px) and (max-width: 479px)
4. 568              Gold   @media screen and (min-width: 480px) and (max-width: 568px)
5. 600, 667, 736    Red    @media screen and (min-width: 569px) and (max-width: 767px)
6. 768              Pink   @media screen and (max-width: 959px) 
7. 1024             Normal @media screen and (min-width: 960px) 
----------------------------------------------------------------------------------------------------

LISTED FROM BIG TO SMALL:

/* Larger than standard 960 (devices and browsers) */

@media screen and (max-width: 1600px) {

    @-ms-viewport {
        width: 100%;
    }
    .mobileMB2{
        margin-bottom:15px;
    }
    .pageHeading {
        font-size: 40px;
    }
    .divAboveNavNavbar {
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }
    .aboveNavNavLinks {
        margin: 0 13px 0 13px;
    }
    .pageSubheading {
        font-size: 20px;
    }

    .pageHeading2 {
        font-size: 30px;
    }

    .imgMainLogo2 {
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (max-width: 1520px) {

    @-ms-viewport {
        width: 100%;
    }

    .imgDesktop {
        display: none;
    }

    .imgMobile {
        display: block;
    }
}

@media screen and (max-width: 1400px) {

    @-ms-viewport {
        width: 100%;
    }

    .d-flexReadMore {
        margin-left: 4%;
    }


    .hrVisible {
        display: none;
    }

    .nav-link {
        font-size: 18px !important;
        padding: 10px !important;
    }


    .pageHeading {
        font-size: 40px;
    }

    .pageSubheading {
        font-size: 20px;
    }

    .pageHeading2 {
        font-size: 30px;
    }

    .imgMainLogo2 {
        width: 100%;
        max-width: 300px;
    }

    .pageHeading3 {
        font-size: 20px;
    }


    .spanBulletText {
        font-size: 15px;
    }


    /*    .lblEditor {
        font-size: 16pt;
    }
*/
    .lblGalleryDescription {
        font-size: 12px;
    }

    .btnBlue2 {
        padding: 5px 0px 5px 0px;
        font-size: 17px;
    }


    .blockPadding {
        padding: 20px 30px 20px 30px;
    }

    .pageHeadingLandingPage {
        font-size: 60px;
    }

    .mainFrame {
        max-width: 1200px;
    }

    .divFixedBtn {
        top: 18%;
    }

    .divFixedApplyBtn {
        top: 125px;
    }

    .divContactInfo {
        top: 43%;
    }
}
/* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/
@media screen and (max-width: 1200px) {

    .d-flexReadMore {
        margin-left: 10%;
    }
}

    /* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

    @media screen and (max-width: 991px) {

        @-ms-viewport {
            width: 100%;
        }

        .d-flexReadMore {
            margin-left: 10%;
        }


        .divIntroPhotosContainer {
            max-width: 50%;
        }

        .divBlkBanner {
            position: relative;
            background-color: #A3C6CA;
            padding: 3%
        }

        .background_banner1, .background_banner2 {
            height: auto !important;
        }

        .layerNew {
            position: relative;
            padding: 4%;
        }

        .newFont_Heading {
            font-size: 28pt;
        }

        .newFont_SubHeading {
            font-size: 18pt;
        }

        .newFont_Body {
            font-size: 16pt;
        }

        .divHomeMeetTheTeam {
            position: static;
            margin-bottom: 15px;
        }

        .homePagePadding {
            height: auto;
        }

        .divTextContainerHome {
            position: static;
            padding: 5%;
        }

        .containerSpacingMargin {
            margin-bottom: 10px;
        }

        .fertilitytreatmentCarouselOverlayText {
            font-size: 35px;
        }

        .fertilitytreatmentCarouselOverlayText2 {
            font-size: 35px;
        }

        .hrVisible {
            display: none;
        }

        .btnBookAppointment {
            font-size: 35px;
            width: 85%;
        }

        .productDescription, .divSearchResults {
            width: 72%;
        }

        .divSearchCategory {
            width: 35%;
        }

        .productPrice {
            width: 28%;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .lblWelcome1 {
            font-size: 25px;
        }

        .lblWelcome2 {
            font-size: 13pt;
        }

        .lblHomeProductName {
            font-size: 11pt;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .imgSpotlightLogo {
            width: 70px;
            position: relative;
        }

        .lblSpotlightPrice {
            font-size: 9pt;
        }

        .imgSocialMedia {
            max-width: 35px;
            width: 100%;
        }

        .imgOrderItem {
            padding-top: 10px;
            width: 100%;
            max-width: 300px;
        }

        .popupCookies {
            width: 500px;
        }

        .tcAlign {
            text-align: left;
        }

        .searchParameterDesktop {
            display: none;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .srchLooking {
            padding-top: 5px;
            width: 100%;
        }

        .srchFor {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .srchIn {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .searchBarHome {
            position: static;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .slider {
            height: 300px !important;
        }

        .imgbackgroundDesktop {
            display: none !important;
        }

        .imgbackgroundMobile {
            display: flex;
        }

        .mobile {
            display: initial;
        }

        .desktop {
            display: none !important;
        }

        .navPadding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .nav-item {
            padding: 5px !important;
        }

        .divFixedBtn {
            position: fixed;
            top: 40px;
            right: 0;
            z-index: 1000;
        }



        .spacer {
            height: 0px;
        }

        .pageHeading {
            font-size: 40px;
        }

        .pageHeading3 {
            font-size: 20px;
        }

        .pageSubheading {
            font-size: 20px;
        }


        .borderRightWhite {
            border-right: none;
        }

        .imgDesktop {
            display: block;
        }

        .imgMobile {
            display: none;
        }

        .nav-link {
            font-size: 20px !important;
            padding: 10px !important;
        }

        .imgMainLogo2 {
            width: 100%;
            max-width: 350px;
        }

        .ptDesktop {
            padding-top: 0px;
        }

        .spanBulletText {
            font-size: 15px;
        }

        .layer {
            background-color: rgba(255, 255, 255, 0.8);
            /*position: absolute;*/
            width: 100%;
            height: 100%;
        }



        .pageHeadingLandingPage {
            font-size: 60px;
        }

        .divSliderStaticContainer {
            position: unset;
            left: unset;
            top: unset;
            transform: unset;
            width: 100%;
        }

        .divBannerContainer {
            padding: 0px;
            border-radius: unset;
            background-color: transparent;
        }

        .divContactInfo {
            position: unset;
            top: unset;
            left: unset;
            transform: unset;
        }

        .borderRight {
            border-right: none;
        }

        .divDescription2 {
            padding: 20px 10px;
            min-height: 180px;
        }

        .divDescription3 {
            padding: 20px 10px;
            min-height: 300px;
        }
    }

@media screen and (max-width: 950px) {

    @-ms-viewport {
        width: 100%;
    }

    .d-flexReadMore {
        margin-left: 7%;
    }
}
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

    @media screen and (max-width: 767px) {

        @-ms-viewport {
            width: 100%;
        }

        .d-flexReadMore {
            margin-left: 24%;
        }

        .mobileNoPaddingBootstrap {
            padding: 0px 2px 0px 2px !important;
        }

        .bannerImageDesktop {
            display: none !important;
        }

        .bannerImageMobile {
            display: inline-block !important;
        }

        .logo {
            display: none;
        }

        .lnkHomeMobileDisplay {
            display: inline-block !important;
        }

        .srchLooking {
            padding-top: 5px;
            width: 100%;
        }

        .srchFor {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .srchIn {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }


        .searchBarHome {
            position: static;
            top: 0px;
        }

        .slider, .pnlProductMedia {
            height: 300px !important;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .column1, .column2, .column3 {
            width: 100%;
        }

        .column1, .column2, .column3 {
            border-left: none;
        }

        .column1, .column2 {
            border-bottom: 1px solid #333;
        }




        .page1 {
            width: 50%;
        }

        .page2 {
            width: 50%;
        }

        .pageHalf, .divSearchCategory, .divSearchResults {
            width: 100%;
        }

        .productDescription {
            width: 100%;
        }

        .productPrice {
            width: 100%;
        }

        .hrVisible {
            display: none;
        }

        .productBack {
            display: none;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .divDurationLocation {
            width: 100%;
        }

        .divPrice {
            width: 100%;
            padding-top: 0px;
        }

        /*--- Order Confirmation ---*/
        .divExpiryDate {
            text-align: left;
            padding-top: 20px;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .mobile {
            display: initial;
        }

        .desktop {
            display: none !important;
        }

        .masterLogin {
            display: none;
        }

        .mobileMenu {
            display: inline-block;
        }


        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }

        .menuLeft {
            display: none;
        }

        .lblWelcome1 {
            font-size: 15pt;
        }

        .lblWelcome2 {
            font-size: 10pt;
        }

        .footerLinkMobile {
            display: inline-block;
        }


        .imgOrderItem {
            display: none;
        }

        .lblOrderItemPrice {
            text-align: right;
        }


        .imgSocialMedia {
            max-width: 35px;
            width: 100%;
        }

        .emptyBannerSpacing {
            height: 20px;
        }

        .tcAlign {
            text-align: left;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgAevitasCMS {
            max-width: 50px;
        }


        .sitemapContainer {
            padding-left: 0px;
        }

        .btnMenu {
            width: 40px !important;
            height: 40px !important;
            padding: 0px !important;
            background-image: url('../Images/General/HamburgerSmall.png');
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 12pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .okButton {
            margin-top: 0px;
        }




        .nav-link {
            padding: 10px;
        }

        .btnBack {
            display: none;
        }

        .navPadding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .nav-item {
            padding: 5px !important;
        }

        .pageHeading2 {
            font-size: 30px;
        }

        .spacer {
            height: 0px;
        }

        .pageHeading {
            font-size: 40px;
        }

        .pageHeading3 {
            font-size: 20px;
        }

        .pageSubheading {
            font-size: 20px;
        }

        .borderRightWhite {
            border-right: none;
        }

        .imgDesktop {
            display: block;
        }

        .imgMobile {
            display: none;
        }

        .nav-link {
            font-size: 20px !important;
            padding: 10px !important;
        }

        .imgMainLogo2 {
            width: 100%;
            max-width: 250px;
        }



        .background_main {
            background-image: url('../Images/BannerImages/FamilyMobile.jpg');
            height: 500px;
        }

        .background_main2 {
            height: 550px;
        }

        .newsMinHeight {
            min-height: initial;
        }

        .lblArticleHeading {
            font-size: 20px;
        }

        .layer {
            background-color: rgba(255, 255, 255, 0.7);
            /*position: absolute;*/
            width: 100%;
            height: 100%;
        }

        .ptDesktop {
            padding-top: 0px;
        }

        .spanBulletText {
            font-size: 14px;
        }

        .pageHeadingLandingPage {
            font-size: 40px;
        }

        .contentContainer {
            top: 0px;
            padding: 20px;
            border-radius: 0px;
            background-color: white;
            box-shadow: none
        }

        .btnNavSignIn {
            position: absolute;
            left: 20%;
            bottom: 0px;
        }

        .divDescription {
            padding: 20px 10px;
            min-height: unset;
        }

        .divDescription2 {
            padding: 20px 10px;
            min-height: 200px;
        }

        .divDescription3 {
            padding: 20px 10px;
            min-height: 380px;
        }

        .divTextContainer {
            padding: 15px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

    @media screen and (max-width: 568px) {

        @-ms-viewport {
            width: 100%;
        }

        .d-flexReadMore {
            margin-left: 17%;
        }

        .logo {
            display: none;
        }



        .lnkHomeMobileDisplay {
            display: inline-block !important;
        }

        .srchLooking {
            padding-top: 5px;
            width: 100%;
        }

        .srchFor {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .srchIn {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .searchBarHome {
            position: static;
            top: 0px;
        }

        .slider, .pnlProductMedia {
            max-height: 300px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .column1, .column2, .column3 {
            width: 100%;
        }

        .column1, .column2, .column3 {
            border-left: none;
        }

        .column1, .column2 {
            border-bottom: 1px solid #333;
        }

        .page1 {
            width: 100%;
        }

        .page2 {
            width: 100%;
        }

        .pageHalf, .divSearchCategory, .divSearchResults {
            width: 100%;
        }

        .hrVisible {
            display: block;
        }

        .divProdImage {
            width: 100%;
        }

        .divProdContent, .productDescription, .productPrice {
            width: 100%;
        }

        .productBack {
            display: none;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .divDurationLocation {
            width: 100%;
        }

        .divPrice {
            width: 100%;
            padding-top: 0px;
        }

        .masterLogin {
            display: none;
        }

        /*--- Order Confirmation ---*/
        .divExpiryDate {
            text-align: left;
            padding-top: 20px;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .mobile {
            display: initial;
        }

        .desktop {
            display: none !important;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }



        .menuLeft {
            display: none;
        }

        .lblWelcome1 {
            font-size: 15pt;
        }

        .lblWelcome2 {
            font-size: 10pt;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .imgOrderItem {
            display: none;
        }

        .lblOrderItemPrice {
            text-align: right;
        }

        .lblHomeProductName {
            font-size: 11pt;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .imgSocialMedia {
            max-width: 35px;
            width: 100%;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .tcAlign {
            text-align: left;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgAevitasCMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .btnMenu {
            width: 40px !important;
            height: 40px !important;
            padding: 0px !important;
            background-image: url('../Images/General/HamburgerSmall.png');
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 10pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }

        .shoppingButtonsMobile {
            display: block;
        }

        .okButton {
            margin-top: 0px;
        }



        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .navPadding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .nav-item {
            padding: 5px !important;
        }

        .pageHeading2 {
            font-size: 30px;
        }

        .spacer {
            height: 0px;
        }

        .pageHeading {
            font-size: 40px;
        }

        .pageHeading3 {
            font-size: 20px;
        }

        .pageSubheading {
            font-size: 20px;
        }

        .borderRightWhite {
            border-right: none;
        }

        .imgDesktop {
            display: block;
        }

        .imgMobile {
            display: none;
        }

        .nav-link {
            font-size: 20px !important;
            padding: 10px !important;
        }

        .imgMainLogo2 {
            width: 100%;
            max-width: 250px;
        }

        .background_main {
            background-image: url('../Images/BannerImages/FamilyMobile.jpg');
            height: 500px;
        }

        .background_main2 {
            height: 550px;
            background-image: url('../Images/BannerImages/AevitasEggBankAboutBannerMob.jpg');
        }

        .newsMinHeight {
            min-height: initial;
        }

        .lblArticleHeading {
            font-size: 20px;
        }

        .layer {
            background-color: rgba(255, 255, 255, 0.8);
            /*position: absolute;*/
            width: 100%;
            height: 100%;
        }

        .ptDesktop {
            padding-top: 0px;
        }

        .spanBulletText {
            font-size: 14px;
        }

        .pageHeadingLandingPage {
            font-size: 40px;
        }

        .background_spermbank {
            min-height: 250px;
        }

        .divDescription2 {
            padding: 20px 10px;
            min-height: unset;
        }

        .divDescription3 {
            padding: 20px 10px;
            min-height: unset;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

    @media screen and (max-width: 479px) {

        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }


        .lnkHomeMobileDisplay {
            display: inline-block !important;
        }

        .srchLooking {
            padding-top: 5px;
            width: 100%;
        }

        .srchFor {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .srchIn {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }


        .searchBarHome {
            position: static;
            top: 0px;
        }

        .slider, .pnlProductMedia {
            max-height: 200px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .column1, .column2, .column3 {
            width: 100%;
        }

        .column1, .column2, .column3 {
            border-left: none;
        }

        .column1, .column2 {
            border-bottom: 1px solid #333;
        }

        .page1 {
            width: 100%;
        }

        .page2 {
            width: 100%;
        }

        .pageHalf, .divSearchCategory, .divSearchResults {
            width: 100%;
        }

        .hrVisible {
            display: block;
        }

        .divProdImage {
            width: 100%;
        }

        .divProdContent, .productDescription, .productPrice {
            width: 100%;
        }

        .productBack {
            display: none;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .divDurationLocation {
            width: 100%;
        }

        .divPrice {
            width: 100%;
            padding-top: 0px;
        }


        .masterLogin {
            display: none;
        }

        /*--- Order Confirmation ---*/
        .divExpiryDate {
            text-align: left;
            padding-top: 20px;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .checkoutTotals {
            text-align: left;
        }

        .mobile {
            display: initial;
        }

        .desktop {
            display: none !important;
        }

        .productTotal {
            text-align: left;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }


        .menuLeft {
            display: none;
        }

        .lblWelcome1 {
            font-size: 15pt;
        }

        .lblWelcome2 {
            font-size: 10pt;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .imgOrderItem {
            display: none;
        }

        .lblOrderItemPrice {
            text-align: right;
        }

        .hlnkFooter {
            font-size: 10pt;
        }

        .lblHomeProductName {
            font-size: 10pt;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .imgSpotlightLogo {
            width: 80px;
        }

        .lblSpotlightPrice {
            font-size: 10pt;
        }

        .imgSocialMedia {
            max-width: 35px;
            width: 100%;
        }

        .btnSaveClose {
            width: 100%;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .tcAlign {
            text-align: left;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .featured100 {
            width: 100% !important;
        }

        .priceBottomRight {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .lblSearchProductName {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgAevitasCMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .btnMenu {
            width: 40px !important;
            height: 40px !important;
            padding: 0px !important;
            background-image: url('../Images/General/HamburgerSmall.png');
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 10pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }

        .shoppingButtonsMobile {
            display: block;
        }

        .okButton {
            margin-top: 0px;
        }



        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .navPadding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .nav-item {
            padding: 5px !important;
        }

        .pageHeading2 {
            font-size: 30px;
        }

        .spacer {
            height: 0px;
        }

        .pageHeading {
            font-size: 30px;
        }

        .pageHeading3 {
            font-size: 20px;
        }

        .pageSubheading {
            font-size: 20px;
        }

        .borderRightWhite {
            border-right: none;
        }

        .imgDesktop {
            display: block;
        }

        .imgMobile {
            display: none;
        }

        .nav-link {
            font-size: 20px !important;
            padding: 10px !important;
        }

        .imgMainLogo2 {
            width: 100%;
            max-width: 250px;
        }

        .background_main {
            background-image: url('../Images/BannerImages/FamilyMobile.jpg');
            height: 500px;
        }

        .background_main2 {
            height: 550px;
            background-image: url('../Images/BannerImages/AevitasEggBankAboutBannerMob.jpg');
        }

        .newsMinHeight {
            min-height: initial;
        }

        .lblArticleHeading {
            font-size: 20px;
        }

        .layer {
            background-color: rgba(255, 255, 255, 0.8);
            /*position: absolute;*/
            width: 100%;
            height: 100%;
        }

        .ptDesktop {
            padding-top: 0px;
        }

        .spanBulletText {
            font-size: 14px;
        }

        .lblTeamName2 {
            font-size: 18px;
        }

        .pageHeadingLandingPage {
            font-size: 30px;
        }

        .blockComingSoon {
            padding: 20px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

    @media screen and (max-width: 384px) {

        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }


        .lnkHomeMobileDisplay {
            display: inline-block !important;
        }

        .srchLooking {
            padding-top: 5px;
            width: 100%;
        }

        .srchFor {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .srchIn {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .searchBarHome {
            position: static;
        }


        .searchBarHome {
            position: static;
            top: 0px;
        }

        .slider, .pnlProductMedia {
            max-height: 200px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .column1, .column2, .column3 {
            width: 100%;
        }

        .column1, .column2, .column3 {
            border-left: none;
        }

        .column1, .column2 {
            border-bottom: 1px solid #333;
        }

        .page1 {
            width: 100%;
        }

        .page2 {
            width: 100%;
        }

        .pageHalf, .divSearchCategory, .divSearchResults {
            width: 100%;
        }

        .hrVisible {
            display: block;
        }

        .divProdImage {
            width: 100%;
        }

        .divProdContent, .productDescription, .productPrice {
            width: 100%;
        }

        .productBack {
            display: none;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .divDurationLocation {
            width: 100%;
        }

        .divPrice {
            width: 100%;
            padding-top: 0px;
        }

        .masterLogin {
            display: none;
        }

        /*--- Order Confirmation ---*/
        .divExpiryDate {
            text-align: left;
            padding-top: 20px;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .checkoutTotals {
            text-align: left;
        }

        .mobile {
            display: initial;
        }

        .desktop {
            display: none !important;
        }

        .productTotal {
            text-align: left;
        }

        .col-full {
            width: 100% !important;
        }

        .featured100 {
            width: 100% !important;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }



        .menuLeft {
            display: none;
        }

        .lblWelcome1 {
            font-size: 12pt;
        }

        .lblWelcome2 {
            font-size: 8pt;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .imgOrderItem {
            display: none;
        }

        .lblOrderItemPrice {
            text-align: right;
        }

        .hlnkFooter {
            font-size: 11pt;
        }

        .lblHomeProductName {
            font-size: 10pt;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .imgSpotlightLogo {
            width: 80px;
        }

        .lblSpotlightPrice {
            font-size: 10pt;
        }

        .imgSocialMedia {
            max-width: 50px;
            width: 100%;
        }

        .btnSaveClose {
            width: 100%;
        }

        .priceAlign {
            text-align: right;
        }

        .socialMediaMobile {
            display: table;
        }

        .socialMediaDesktop {
            display: none;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .priceBottomRight {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .tcAlign {
            text-align: left;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .lblSearchProductName {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgAevitasCMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .btnMenu {
            width: 40px !important;
            height: 40px !important;
            padding: 0px !important;
            background-image: url('../Images/General/HamburgerSmall.png');
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 9pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }

        .shoppingButtonsMobile {
            display: block;
        }

        .okButton {
            margin-top: 0px;
        }


        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .navPadding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .nav-item {
            padding: 5px !important;
        }

        .pageHeading2 {
            font-size: 30px;
        }

        .spacer {
            height: 0px;
        }

        .pageHeading {
            font-size: 30px;
        }

        .pageHeading3 {
            font-size: 20px;
        }

        .pageSubheading {
            font-size: 20px;
        }

        .borderRightWhite {
            border-right: none;
        }

        .imgDesktop {
            display: block;
        }

        .imgMobile {
            display: none;
        }

        .nav-link {
            font-size: 20px !important;
            padding: 10px !important;
        }

        .imgMainLogo2 {
            width: 100%;
            max-width: 250px;
        }

        .background_main {
            background-image: url('../Images/BannerImages/FamilyMobile.jpg');
            height: 500px;
        }

        .background_main2 {
            background-image: url('../Images/BannerImages/AevitasEggBankAboutBannerMob.jpg');
            height: 550px;
        }

        .newsMinHeight {
            min-height: initial;
        }

        .lblArticleHeading {
            font-size: 20px;
        }

        .layer {
            background-color: rgba(255, 255, 255, 0.8);
            /*position: absolute;*/
            width: 100%;
            height: 100%;
        }

        .ptDesktop {
            padding-top: 0px;
        }

        .spanBulletText {
            font-size: 14px;
        }

        .lblTeamName2 {
            font-size: 18px;
        }

        .pageHeadingLandingPage {
            font-size: 30px;
        }

        .blockComingSoon {
            padding: 20px;
        }

        .lblGalleryDescription {
            font-size: 12px;
        }
    }

    /* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

    @media screen and (max-width: 320px) {
        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }



        .srchLooking {
            padding-top: 5px;
            width: 100%;
        }

        .srchFor {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .srchIn {
            margin-left: 0px;
            padding-top: 5px;
            width: 100%;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }


        .searchBarHome {
            position: static;
            top: 0px;
        }

        .slider, .pnlProductMedia {
            max-height: 200px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .column1, .column2, .column3 {
            width: 100%;
        }

        .column1, .column2, .column3 {
            border-left: none;
        }

        .column1, .column2 {
            border-bottom: 1px solid #333;
        }

        .page1 {
            width: 100%;
        }

        .page2 {
            width: 100%;
        }

        .pageHalf, .divSearchCategory, .divSearchResults {
            width: 100%;
        }

        .hrVisible {
            display: block;
        }

        .divProdImage {
            width: 100%;
        }

        .divProdContent, .productDescription, .productPrice {
            width: 100%;
        }

        .productBack {
            display: none;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .divDurationLocation {
            width: 100%;
        }

        .divPrice {
            width: 100%;
            padding-top: 0px;
        }

        .masterLogin {
            display: none;
        }

        /*--- Order Confirmation ---*/
        .divExpiryDate {
            text-align: left;
            padding-top: 20px;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }


        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .checkoutTotals {
            text-align: left;
        }

        .mobile {
            display: initial;
        }

        .btnRedeem {
            float: right;
            padding-top: 2px;
            padding-bottom: 2px;
            width: 200px !important;
        }

        .btnRedeemMobile {
            float: right;
            padding-top: 2px;
            padding-bottom: 2px;
            width: 100%;
        }

        .desktop {
            display: none !important;
        }

        .productTotal {
            text-align: left;
        }

        .col-full {
            width: 100% !important;
        }

        .featured100 {
            width: 100% !important;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItems {
            padding-left: 8px;
            font-size: 7pt;
        }





        .menuLeft {
            display: none;
        }

        .lblWelcome1 {
            font-size: 12pt;
        }

        .lblWelcome2 {
            font-size: 8pt;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .imgOrderItem {
            display: none;
        }

        .lblOrderItemPrice {
            text-align: right;
        }

        .hlnkFooter {
            font-size: 11pt;
        }

        .lblHomeProductName {
            font-size: 10pt;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .imgSpotlightLogo {
            width: 80px;
        }

        .lblSpotlightPrice {
            font-size: 10pt;
        }

        .imgSocialMedia {
            max-width: 50px;
            width: 100%;
        }

        .btnSaveClose {
            width: 100%;
        }

        .priceAlign {
            text-align: right;
        }

        .socialMediaMobile {
            display: table;
        }

        .socialMediaDesktop {
            display: none;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .priceBottomRight {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .tcAlign {
            text-align: left;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .lblSearchProductName {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgAevitasCMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .btnMenu {
            width: 40px !important;
            height: 40px !important;
            padding: 0px !important;
            background-image: url('../Images/General/HamburgerSmall.png');
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 9pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 220px;
        }

        .shoppingButtonsMobile {
            display: block;
        }

        .okButton {
            margin-top: 0px;
        }



        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .navPadding {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .nav-item {
            padding: 5px !important;
        }



        .spacer {
            height: 0px;
        }

        .pageHeading {
            font-size: 30px;
        }

        .pageHeading2 {
            font-size: 30px;
        }

        .pageHeading3 {
            font-size: 20px;
        }

        .pageSubheading {
            font-size: 20px;
        }

        .borderRightWhite {
            border-right: none;
        }

        .imgDesktop {
            display: block;
        }

        .imgMobile {
            display: none;
        }

        .nav-link {
            font-size: 20px !important;
            padding: 10px !important;
        }



        .imgMainLogo2 {
            width: 100%;
            max-width: 250px;
        }

        .background_main {
            background-image: url('../Images/BannerImages/FamilyMobile.jpg');
            height: 500px;
        }

        .background_main2 {
            height: 550px;
            background-image: url('../Images/BannerImages/AevitasEggBankAboutBannerMob.jpg');
        }

        .newsMinHeight {
            min-height: initial;
        }

        .lblArticleHeading {
            font-size: 20px;
        }

        .layer {
            background-color: rgba(255, 255, 255, 0.8);
            /*position: absolute;*/
            width: 100%;
            height: 100%;
        }

        .divBannerContainer {
        }

        .ptDesktop {
            padding-top: 0px;
        }

        .spanBulletText {
            font-size: 14px;
        }

        .lblTeamName2 {
            font-size: 18px;
        }

        .pageHeadingLandingPage {
            font-size: 25px;
        }

        .blockComingSoon {
            padding: 20px;
        }

        .lblGalleryDescription {
            font-size: 12px;
        }
    }


    /*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */

