html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#partA {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    background-image: -webkit-radial-gradient(center,rgba(238,238,238,0.5) 60%,rgba(0,0,0,1) 100%);
    border-radius: 100px;
    transform-origin: center center;
    animation: fly 2s infinite;
    animation-timing-function: linear;
}

    #partA:after {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        background-image: -webkit-radial-gradient(center,rgba(238,238,238,0.5) 60%,rgba(0,0,0,1) 100%);
        border-radius: 100px;
        transform-origin: center center;
        animation: fly 3s infinite;
        animation-timing-function: linear;
    }

    #partA:before {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        background-image: -webkit-radial-gradient(center,rgba(238,238,238,0.5) 60%,rgba(0,0,0,1) 100%);
        border-radius: 100px;
        transform-origin: center center;
        animation: fly 2s infinite;
        animation-timing-function: linear;
    }

@-webkit-keyframes fly {
    0% {
        transform: scale(0.5);
        opacity: 0;
        transform-origin: center center;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        transform-origin: center center;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
        transform-origin: center center;
    }
}

#btn {
    margin: -200px auto;
    position: relative;
    font-family: "tahoma";
    text-align: center;
    color: #eee;
    font-weight: bold;
    line-height: 80px;

    border-radius: 50%;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    border: 0px solid #eee;
    box-shadow: 0px 0px 0px 0px #0067b6;
    z-index: 1;
}


.p1 {
    padding-left: 12px;
}

.p2 {
    padding-left: 20px;
}

.p3 {
    padding-left: 12px;
}

.p4 {
    padding-left: 16px;
}


.imgcookie {
    width: 120px;
    margin: 20px 0px 0 50px;
}

.cookieConsentBanner {
    /*background-image: url('../Images/Org/logo_small-removebg-preview.webp');*/
    background-size: contain, 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;
    border-radius: 20px 20px 0px 0px;
}

#cookieConsentBanner {
    font-family: 'Lato', sans-serif;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 50%;
    background-color: transparent;
}

.cookie-consent-banner__inner {
    width: 95%;
    height: auto;
    margin: 20px 20px 20px 20px;
    border-radius: 25px 25px 20px 20px;
    background-color: white;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
    background-color: white;
    width: 80%;
}

.cookie-consent-banner__actions {
    margin-right: 30px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    padding-left: 60px;
}

.cookie-consent-banner__description {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: black;
    font-size: 16px;
    line-height: 24px;
    padding-left: 60px;
    margin-top: 20px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 10px;
    background-color: #1D2A41;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #1D2A41;
    background-color: transparent;
    color: black;
}

.cookie-consent-banner__cta:hover {
    background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #22C870;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}


.container2 {
    position: relative;
    width: 100% !important; /* Maximum width */
    margin: 0 auto; /* Center it */
}


.container2 {
    position: relative;
    width: 100% !important; /* Maximum width */
    margin: 0 auto; /* Center it */
}

    .container2 .content2 {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 90%; /* Full width */
        padding: 20px; /* Some padding */
    }

    .container2 .content3 {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 50px; /* Some padding */
    }

.servicesbtn {
    background-color: #EE7C30;
    color: black;
    text-align: center;
    vertical-align: central;
    font-weight: 700;
    font-size: 12px;
    border-radius: 10px;
}


.Otherbtn {
    background-color: #24CC63;  
    color: black;
    text-align: center;
    vertical-align: central;
    font-weight: 500;
    font-size: 10px;
    border-radius: 10px;
 
}


@media (max-width:767px) {

    .imgcookie {
        width: 80px;
        margin: 20px 0px 20px 30px;
    }

    .cookieConsentBanner {
        /*background-image: url('../images/P8Logos/cookiebg.webp');*/
        background-size: contain, 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 60px;
        border-radius: 20px 20px 0px 0px;
    }

    #cookieConsentBanner {
        font-family: 'Lato', sans-serif;
    }

    .cookie-consent-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2147483645;
        box-sizing: border-box;
        width: 100%;
        background-color: transparent;
    }

    .cookie-consent-banner__inner {
        width: 90%;
        height: auto;
        margin: 20px 20px 20px 20px;
        border-radius: 20px 20px 20px 20px;
        background-color: white;
    }

    .cookie-consent-banner__copy {
        margin-bottom: 14px;
        background-color: white;
        width: 100%;
    }

    .cookie-consent-banner__actions {
        width: 90%;
        margin: auto;
    }

    .cookie-consent-banner__header {
        margin-bottom: 8px;
        font-family: 'Lato', sans-serif;
        color: black;
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        padding-left: 20px;
    }

    .cookie-consent-banner__description {
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        color: black;
        font-size: 12px;
        line-height: 24px;
        padding-left: 20px;
        margin-top: 0px;
    }

    .cookie-consent-banner__cta {
        box-sizing: border-box;
        display: inline-block;
        min-width: 110px;
        padding: 11px 13px;
        border-radius: 10px;
        background-color: #1D2A41;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .cookie-consent-banner__cta--secondary {
        padding: 9px 13px;
        border: 2px solid #1D2A41;
        background-color: transparent;
        color: black;
    }

    .cookie-consent-banner__cta:hover {
        background-color: #20BA68;
    }

    .cookie-consent-banner__cta--secondary:hover {
        border-color: #838F93;
        background-color: transparent;
        color: #22C870;
    }

    .cookie-consent-banner__cta:last-child {
        margin-left: 16px;
    }

}

.aboutbg {
    background-color: #14130E;
}

.aboutcolor {
 color: #7A7A7A;
}
.pricecolor {
    color: #F36100;
    font-style: italic;
}
.pricecolor1 {
    color: #F36100;
}
.pricebg {
    color: #0A0A0A;
}
.color1 {
    color: #24CC63;
}

.headerbanner {
    padding-top: 50px;
    font-size: 50px;
}

.freetasterbg {
    background-color: #a3cbfb;
}

.freetasterbg2 {
    background-color: #ffffff;
}
.mediabg {
    background-color: #636260;
}

.nutritionbg {
    background-color: #c4db65;
}
.specialofferbg {
    background-color: #e7d9d1;
}
.weddingpackbg {
    background-color: #f6eedb;
}
.womenthighbg {
    background-color: #66635f;
}