@font-face {
    font-family: DM Serif Regular;
    src: url(../fonts/DMSerifDisplay-Regular.ttf);
}

@font-face {
    font-family: Open Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open SemiBold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: Open Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: DMSans ExtraBold;
    src: url(../fonts/DMSans-ExtraBold.ttf);
}

@font-face {
    font-family: DMSans ExtraBold;
    src: url(../fonts/DMSans-ExtraBold.ttf);
}

@font-face {
    font-family: DMSans Bold;
    src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: DMSans SemiBold;
    src: url(../fonts/DMSans-SemiBold.ttf);
}

::selection {
    background-color: #a22b8f;
    color: #fff;
}


p {
    font-family: Open Regular;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

}

h1 {
    font-family: Open Bold;
}

h2 {
    font-family: Open Bold;
}

.mt-50-sp {
    margin-top: 90px;
}

.mt-50-desk {
    margin-top: 170px !important;
}

.main-fixed-nav {

    z-index: 44444;
    width: 100%;
    position: fixed;
    top: 0;
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    -webkit-transition: none;
    transition: none;
}

.logo-sec {
    margin: 7px 0;
    width: 290px;
}

.logo-secmb {
    width: 280px;
}

.header-txt {
    font-size: 20px;

    line-height: 20px;

    padding: 22px 0px;
    font-family: 'Open Regular';
    letter-spacing: -1px;
    text-align: center;

    /* left: calc(50% - 300px); */
    color: #fff;
    margin-bottom: 0;
}

.top-btn {
    left: 28%;
    margin: 15px 0px;
}

button.tp-btn-small {
    background: transparent;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 2px 15px;
    border: 2px solid #fff;
}

button.tp-btn-small:hover {
    color: #fff;
    background-color: #df296c;
    border-color: #df296c;
}

.slider-sec {

    margin-bottom: 4%;

}

.slide-content-area h1 {
    color: #fff;
    font-size: 39px;
    line-height: 46px;

}

.slide-content-area p {
    color: #fff;
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 13px 54px;
    border-radius: 29px;
    font-size: 20px;
}



.second-sec {

    margin-top: 50px;
    /* padding: 45px 0px; */
    /* background-color: #efefef; */
}


.second-sec h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #f7345e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.second-sec h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.second-sec .second-sec-txt {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 45px;
}

.second-sec .card {
    border: 0px;
    background-color: #fff0;
    margin: 50px 0px;
    cursor: pointer;
}

.second-sec .card-body {
    border: 1px;
    background-color: #fff;
    padding: 85px 20px 40px;
    box-shadow: 2px 2px 8px 10px #e7e7e7;
    box-shadow: 2px 2px 8px 10px #e7e7e78f;
    border-radius: 8px;
}

.second-sec .card-img-top {
    width: 82%;
    margin: -80px 31px;
    z-index: -0;
    border-radius: 8px;
    height: 200px;
    object-fit: cover;

}

.recipes .card-img-top-recipe {
    width: 100%;
    z-index: -0;
    box-shadow: 2px 2px 20px 12px #c7c5c5;
    border-radius: 7px;
    height: 300px;
    object-fit: cover;
}

img.card-img-top {
    margin-top: -70px;
}

img.card-img-top-recipe {
    margin-bottom: -70px;
}

.second-sec .card-img,
.card-img-top {}

.second-sec .card-title {
    font-family: Open SemiBold;
    text-align: center;
    font-size: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px !important;
}

.second-sec .card-text {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    width: 300px !important;
}

.main-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 360px !important;
}

.third-sec {
    padding: 80px 0px;
    background-color: #fff;
    margin: 50px 0px;
}

.third-sec .card-img-top {
    width: 80%;
    margin: 25px 35px;
    z-index: -0;
}

.third-sec .card {
    border: 0;
    box-shadow: 2px 2px 8px 0px #ccc;
}

.third-sec h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #f7345e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.third-sec h2 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}

.third-sec .third-sec-txt {
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
}

.third-sec .btn-primary {
    color: #fff;
    background-color: #df296c;
    border-color: #df296c;
    padding: 5px 38px;
    border-radius: 29px;
    font-size: 18px;
}

.third-sec .btn-primary:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
}

.faq-sec {
    padding: 30px 0px;

    margin: 50px 0px 0px;
}

.faq-sec h2 {
    font-size: 33px;
    text-align: center;
}

.faq-sec .faq-sec-txt {
    font-size: 16px;

    text-align: center;

    margin-bottom: 50px;
}

.faq-sec .card {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin-bottom: 20px;
    border-radius: 8px 8px 8px 8px !important;
}

.faq-sec .card .card-body {
    background: rgba(0, 0, 0, .03);

}

.accordion>.card:not(:last-of-type) {

    /* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
    border-radius: 8px 8px !important;
}

.faq-sec .card .card-header {
    border-radius: 0px;
    position: relative;
    padding: 20px 28px;
}

.faq-sec .card .card-body {}

.faq-sec .card .card-header a {
    color: #000;
    text-decoration: none;
}

.fa-angle-down {
    color: #a22b8f;
}

.footer-sec {
    padding: 80px 0px;
    background-color: #f6f9fc;
}

.footer-sec ul {
    list-style: none;
    padding-left: 0px;
}

.footer-sec ul li {
    color: #4a4a4a;
    font-size: 15px;
    padding: 5px 0;
}

.footer-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #4a4a4a;
}

.copy-right-sec {
    background-color: #eaecef;
    padding: 20px;
}

.copy-right-sec p {
    color: #4a4a4a;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.copy-right-sec .social-sec {
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    margin-right: 15px;
}

.footer-social {
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgb(28 9 80 / 25%);
    margin-right: 10px;
    transition: all 0.2s ease-out;
}

.tp-yt {
    background-image: url(../images/yt-icon.png);
    background-color: red;
}

.tp-fb {
    background-image: url(../images/fb-icon.png);
    background-color: #1877f2;
}

.tp-tw {
    background-image: url(../images/tw-icon.png);
    background-color: #1da1f2;
}

.tp-ig {
    background-image: url(../images/ig-icon.png);
    background-color: #c32aa3;
}

.vdeo-tutorial {
    padding: 0px 0px;
    background-color: #fff;
    margin: 50px 0px;
}


.vdeo-tutorial h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #f7345e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.vdeo-tutorial .vdeo-tutorial-txt {
    font-size: 16px;
    text-align: center;
}

.vdeo-tutorial .card {
    color: rgb(255, 255, 255);
    border-radius: 7px;
    position: relative;
    margin: 5px;
}

.vdeo-tutorial .card::after {
    content: '';
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    /* background-color: #000; */
    opacity: 0.8;
    width: 100%;
    top: -2px;
    bottom: -2px;
    position: absolute;
    border-radius: 7px;

}

.vdeo-tutorial .card:hover::after {
    content: '';
    background-image: linear-gradient(to right, #2f91d300, #4c7fd100, #6f6ac500, #8c4faf00, #a22b8e00) !important;
    /* background-color: #000; */
    opacity: 10;
    width: 100%;
    top: -2px;
    bottom: -2px;
    position: absolute;
    border-radius: 7px;

}

/* .gallery-img img{
  filter: blur(3px);
} */

.gallery-card h5 {
    position: relative;
    z-index: 444;
}

.product .card-title {
    position: absolute;
    z-index: 44;
    bottom: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: Open SemiBold;
}

.vdeo-tutorial .card:hover {}

.vdeo-tutorial i {
    margin: 18px 15px 0px 18px;
    color: #fff;
    font-size: 20px;
}

.vdeo-tutorial .card-body {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: -25px;
    text-align: left;
}

.vdeo-tutorial .card .btn-primary {
    color: #fff;
    background-color: #2f92d3;
    border-color: #2f92d3;
    padding: 0px 4px;
    border-radius: 3px;
    font-size: 12px;
    float: right;
    margin: 14px 15px 0px 0px;
    position: absolute;
    z-index: 44;
    top: 0;
    right: 0;
}

.has-search {
    margin: 0px 34% 30px;
}


.has-search .form-control {
    padding-left: 3.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-top: 4px;
    margin-left: 15px;
}

.has-search .form-control {
    display: block;
    width: 100%;
    height: 40px;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 1.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.label-fliter-buttons {
    overflow: hidden;
    margin-bottom: 30px;
}

.filter-list {
    text-align: center;
    padding: 0 0;
    text-transform: uppercase;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.filter-list h3 {
    display: block;
}

.filter-list .btn {
    cursor: pointer;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    /* margin-left: 10px; */
    margin: 5px;
}

.filter-list .btn.active {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f);
    color: #fff;
    border: none !important;
}

.filter-list .btn {
    background: rgba(29, 10, 81, 0.1);
    color: rgb(0, 0, 0);
}

.filter-list .btn:hover {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f);
    color: #fff;
}






/* blog inner page */

.blog-sec-inner {
    padding: 25px 0px;
    background-color: #efefef;
}




.blog-sec-inner h2 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}

.blog-sec-inner .second-sec-txt {
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 45px;
}

.blog-sec-inner .card {
    border: 0px;
    background-color: #fff0;
    margin: 50px 0px;
}

.recipe-details-image {
    display: flex;
    align-items: center;
}


.blog-sec-inner .card-img-top {

    z-index: -0;
    box-shadow: 2px 2px 20px 12px #c7c5c5;
    height: 300px;
    object-fit: cover;
}


.blog-sec-inner .card-img,
.card-img-top {
    border-radius: 7px;
}

.blog-sec-inner .card-title {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    font-family: Open SemiBold;
}

.blog-sec-inner .card-text {
    text-align: center;
}



/* faq inner page */


.faq-sec .faq-sec-txt-iner {
    text-align: center;
    margin-bottom: 25px;
}

/* blog-listing */

.blog-listing .txt-iner {

    line-height: 40px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
}

.blog-listing h2 {

    line-height: 50px;
    text-align: center;
}


.blog-listing h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #f7345e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.blog-listing .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-listing .card {
    border-radius: 7px;
    border: 0px;
}

.blog-listing .card-title {
    font-size: 20px;
    line-height: 25px;
    color: #4a4a4a;
    font-family: Open SemiBold;
    text-align: left;
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;

}

.blog-listing a:link {
    text-decoration: none;
}

.blog-listing-date span {
    color: rgb(202, 202, 202);
    font-size: 13px;
    margin-top: 0px;
}

.blog-listing-date {}

.blog-list-card a {
    color: #4a4a4a;
}

/* Login */

.login .txt-iner {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
}

.login h2 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}

.login {
    padding: 80px 0px;

    margin: 4% 0;
}


.login h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #f7345e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.login .member-login {
    background-image: linear-gradient(to right bottom, #5d34af, #6230ae, #672bac, #6b25aa, #701ea8, #8016a3, #8e0c9e, #9a0098, #af008e, #c00084, #cd137a, #d82770);
    padding: 50px 50px 100px;
    border-radius: 5px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

#ml-icon {
    background: #5e35b1 url(../images/membericon.png);
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    display: inline-block;
    -webkit-box-shadow: 0px 30px 50px 0px rgb(94 53 177 / 35%);
    -moz-box-shadow: 0px 30px 50px 0px rgba(94, 53, 177, 0.35);
    box-shadow: 0px 30px 50px 0px rgb(94 53 177 / 35%);
    border-radius: 40px;
}

.member-login h3 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 20px;
}

.login input[type="text"],
input[type="password"],
input[type="submit"] {}


.login .ml-submit {
    display: block;
    background: #5e35b1;
    width: 100%;
    color: #fff;
    border: 0px;
}

.login .button:hover {
    background-color: #f7345e;
}

.login .forgot-pass a {
    color: #fff;
}

.recipes-inner {
    /* margin: 50px; */
    margin-top: 20px;
}

.preparation h5 {
    font-size: 17px;
}


.recipes-inner .fa-clock-o:before {
    content: "\f017";
    font-weight: 400;
}

.recipes-inner h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #4a4a4a;

    text-align: left;
    font-family: Open Bold;
}

.recipes .card-body {
    border: 1px;
    background-color: #fff;
    padding: 50px 84px 20px;
    box-shadow: 2px 2px 8px 10px #e7e7e7;
    margin: 0px 7%;
    border-radius: 7px;
}



.recipes-inner .left-bar p {
    margin-bottom: 0px;
}

.recipes-inner .right-bar {
    padding-left: 50px;
}

.video-sec {
    margin: 0px 4% 30px;
}

.video-sec iframe {
    width: 100%;
    height: 300px;
    border-radius: 7px;
}




.banner-bg-section {
    background-image: linear-gradient(to right, #a22b8f, #8c4faf, #6e6ac5, #4c80d1, #2f92d3) !important;

    /* background-image: linear-gradient(to right bottom, #5d34af, #672dac, #7124a8, #7a17a4, #82009f);  */

    /* background-size: 600% 100%; */
    /* animation: gradient 16s linear infinite;
  animation-direction: alternate; */
    border-radius: 8px;
    /* padding: 40px 30px 45px; */


}

/* @keyframes gradient {
  0% {background-position: 0%}
  100% {background-position: 100%}
} */

/* .full {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  color: white;
  font-family: system-ui;
  font-size: 48px;
}
.full::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.full::after {
  content: 'Hue hue hue';
  position: relative;
  text-align: center;
} */
@media screen and (min-width: 1200px) {


    .wrap {
        /* justify-content: center; */
        width: 100%;
        display: flex;
        align-items: center;
    }

    .wrap ul {
        display: flex;
    }

    .p-one {
        padding: 0;
    }

    .d-none-desk {
        display: none !important;
    }

    .mt-50 {
        margin-top: 110px;
    }

    .title-area {

        width: 60%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 800.98px) {
    .recipe-card img {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .slide-content-area h1 {
        font-size: 31px;
        line-height: 35px !important;
    }

    .d-none-tab {
        display: none !important;
    }

    .my-svg span svg {
        top: 0px !important;
    }

    .mt-mob {
        margin-top: 4rem !important;
    }

    .vision-brief {
        padding: 20px !important;
    }

    .mission-brief {
        padding: 20px !important;
    }

    .about-content h2 {
        font-size: 34px !important;
    }
}


@media screen and (max-width: 576px) {

    .blog-card {
        margin: 85px 0% !important;
    }

    .comic-item::before {
        content: '';
        display: none !important;
    }

    .blog-row {
        width: 100% !important;
    }

    .tooltips .tooltipstext {
        margin-left: 0px !important;
    }

    .more-right {
        position: unset !important;
    }

    .comic-area-left {
        width: 85% !important;
    }

    .comic-img-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .comic-item {
        width: 100% !important;
    }

    .modal-article {
        width: 96% !important;
    }

    .comics-main-area {
        display: block !important;
    }

    .comic-item {
        display: block !important;
        width: 470px;
    }

    .zz {
        left: 0 !important;
        width: 100% !important;
    }

    .filter-list .btn {
        width: 160px;
    }

    .ee {
        left: 0 !important;
    }

    .wrap {
        overflow: scroll;
        width: 100%;
        display: flex;
    }

    .wrap ul {
        display: flex;
        list-style-type: none !important;
    }

    .related-search-tags-item {
        display: block !important;
    }

    .modal-article .close {
        position: unset !important;
        color: #000 !important;
    }

    .carousel .wrap {
        overflow: scroll !important;

    }

    .tabs-mb {
        justify-content: center !important;
    }

    .icon-block {
        width: 80px !important;
        height: 80px !important;
    }

    .service-area-content {
        padding: 20px !important;
    }

    .main-container-portfolio {
        overflow: clip;
    }

    .main {
        width: 280px !important;
        height: 280px !important;
        margin-top: 50px;
    }

    .vision-brief {
        padding: 20px !important;
    }

    .mission-brief {
        padding: 20px !important;
    }

    .mission-area-main {
        display: block !important;
    }

    .about-content {
        width: 100% !important;
        top: 10% !important;
    }

    .mission-box {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .mission-box-two {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .about-content h2 {
        color: #fff;
        font-size: 27px !important;
    }

    .filter-list {
        display: block !important;
    }

    .dropdown-country {
        padding: 0 0px;
        position: relative;
        right: 0;
        top: -50px;
    }

    .about-content {}

    .recipe-list-head {
        margin-top: 37%;
    }

    .right-review h2 {
        font-size: 25px;
    }

    .mt-mob-two {
        margin-top: 10rem !important;
    }

    .forum-head {
        display: block !important;
    }

    .recipe-card img {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .recipe-card {
        height: 100% !important;
    }

    .title-area h2 {
        font-size: 30px !important;
    }

    .navbar-default a {
        font-size: 15px !important;
    }

    .blog-card-data {
        padding: 50px 30px 25px !important;
    }

    .card-button-area {
        display: block !important;
    }

    .card-button-area button {
        margin: 8px 0px !important;
        width: 100%;
    }

    .mt-mob {
        margin-top: 4rem !important;
    }

    .button-comm {
        padding: 6px 6px !important;
    }

    .button-comm-second {
        padding: 6px 6px !important;
    }

    .slide-content-area {
        padding: 30px 15px 37px 15px !important;
        display: block;
    }

    .marquee-hide-sec {
        display: none;
    }

    .marquee-hide {
        display: none;
    }

    .mm-survey-page {
        padding: 20px 20px !important;
    }

    .accordion-faq button .accordion-title {
        font-size: 17px !important;
    }

    .header-txt {
        font-size: 16px;
        padding: 17px 0px;
    }

    .hyf {
        font-size: 18px !important;
        padding-left: 0px !important;
    }

    .logo-secmb {
        width: 280px;
    }

    .nav-button-area {
        margin: 13px 0 !important;
    }

    .my-svg span svg {
        top: 20px !important;
        width: 270px;
        height: 115px;
        right: 30px !important;
    }


    .banner-img-item img {
        border-radius: 0px 0px 8px 8px !important;
    }


    .future-card {
        padding: 10px 10px 20px !important;
    }

    .future-card-two {
        padding: 10px 10px 20px !important;
    }

    .card-content-sec {
        padding: 10px 10px 20px !important;
    }

    .card-content {
        padding: 10px 10px 20px !important;
    }

    .card-content p {
        font-size: 18px !important;
        margin: 15px 0 0 0 !important;
    }

    .card-content-sec p {
        font-size: 18px !important;
        margin: 15px 0 0 0 !important;
    }

    .future-card p {
        font-size: 18px !important;
        margin: 15px 0 10px !important;
    }

    .future-card-two p {
        font-size: 18px !important;
        margin: 15px 0 10px !important;
    }

    .marquee {
        width: 100% !important;
        height: 115px !important;
    }

    .marquee span {

        width: 100% !important;
        font-size: 80px !important;
    }

    .carousel-item img {
        border-radius: 8px 8px 0px 0px;
    }

    .banner-bg-section {
        border-radius: 8px !important;
        padding-bottom: 0px;
    }

    .banner-sub-hd span {
        margin: 0 !important;
        margin-bottom: 6px;
    }

    .banner-sub-area {
        margin-top: 5px !important;
    }

    .banner-sub-hd {
        display: block !important;
    }

    .carousel-caption {
        text-align: left !important;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-caption h1 {
        font-size: 25px;
    }







    .slider-sec {

        margin-bottom: 10% !important;
    }

    .banner-sub-hd {
        display: block !important;

    }

    .date {
        margin: 10px 0px !important;
    }

    .tab-button {
        padding: 6px 6px !important;
    }

    .d-none-mob {
        display: none;
    }

    .nav-button-area {
        width: 100%;
    }

    .item img {
        border-radius: 0px 0px 8px 8px !important;
    }

    /* .p-one{
    margin-left: 10px;
    margin-right: 10px;
  } */
    .items {
        position: relative;
        /* overflow: hidden; */
        width: 100%;
        height: 81vh !important;
        padding-bottom: 50px;
        /* padding-bottom: 16.25%; */
    }


    .main-fixed-nav {

        z-index: 44444;
        width: 100%;
        position: fixed;
        top: 0;
        /* padding: 0 10px ; */

    }

    .tp-btn-small {
        width: 100% !important;
    }

    .nav-button-area {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }


    .top-btn {
        left: -16%;
        margin: 15px 0px;
    }



    .slide-content-area h1 {
        color: #fff;
        font-size: 34px;
        line-height: 38px !important;
        text-align: left;
        display: block !important;
    }

    .slide-content-area p {
        color: #fff;
        font-size: 14px;
        left: 0px;
        line-height: 22px;
    }

    .btn-primary {
        color: #fff;
        background-color: transparent;
        border: solid 3px #fff;
        padding: 10px 22px;
        border-radius: 29px;
        font-size: 16px;
    }

    .side-banner-img img {
        border-radius: 0px 0px 20px 20px !important;
    }

    .slider-sec {
        margin-top: 28%;
    }

    .banner-bg-section {

        padding-bottom: 0px;
    }

    .third-sec {
        padding: 80px 0px;
        background-color: #fff;
        margin: 0px 0px;
    }

    .third-sec h2 {
        font-size: 35px;
        line-height: 37px;
        text-align: center;
    }

    .third-sec .third-sec-txt {
        font-size: 23px;
        line-height: 27px;
        text-align: center;
        font-weight: 300;
    }



    .faq-sec h2 {
        font-size: 35px;
        line-height: 37px;
        text-align: center;
    }

    .faq-sec .faq-sec-txt {


        text-align: center;

        margin-bottom: 50px;
    }

    .copy-right-sec .social-sec {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        margin-right: 0px;
        text-align: center;
    }

    .copy-right-sec p {
        color: #4a4a4a;
        text-align: center;
        padding-top: 19px;
    }

    .footer-sec {
        padding: 80px 0px;
        background-color: #f6f9fc;
        text-align: center;
    }


    /* Inner pages */

    .blog-sec-inner .card-body {
        border: 1px;
        background-color: #fff;
        padding: 50px 15px 20px;
        box-shadow: 2px 2px 8px 10px #e7e7e7;
    }

    .blog-sec-inner .card-img-top {
        z-index: -0;
        box-shadow: 2px 2px 20px 12px #c7c5c5;
    }

    .blog-sec-inner .card-title {
        text-align: center;
        font-size: 25px;
        line-height: 31px;
    }

    .blog-sec-inner {
        padding: 30px 0px 40px;
        background-color: #efefef;
        position: relative;
        overflow: hidden;
    }

    .blog-listing h2 {
        font-size: 30px;
        line-height: 31px;
        text-align: center;
    }

    .blog-listing .txt-iner {

        line-height: 27px;
        text-align: center;
        font-weight: 300;
        margin-bottom: 25px;
    }


    .faq-sec-inner h2 {
        font-size: 30px;
        line-height: 31px;
        text-align: center;
    }

    .faq-sec .faq-sec-txt-iner {


        text-align: center;

        margin-bottom: 25px;
    }

    .has-search {
        margin: 0px 11% 30px;
    }

    .faq-sec .card .card-header {


        padding: 40p;
        border-radius: 0px;
        position: relative;
        padding: 25px 20px;
        text-align: left;
    }

    .vdeo-tutorial {
        padding: 80px 0px;
        background-color: #fff;
        margin: 0px 0px;
    }


    .vdeo-tutorial h2 {
        font-size: 35px;
        line-height: 37px;
        text-align: center;
    }

    .vdeo-tutorial .vdeo-tutorial-txt {
        text-align: center;
        margin-bottom: 50px;
    }

    .filter-list .btn {
        margin: 0px 5px 10px;
    }

    .vdeo-tutorial .card {

        color: #fff;
        border-radius: 7px;
        margin-bottom: 10px;
    }

    .login h2 {
        font-size: 35px;
        line-height: 37px;
        text-align: center;
    }

    .login .txt-iner {
        font-size: 23px;
        line-height: 27px;
        text-align: center;
        font-weight: 300;
        margin-bottom: 50px;
    }




    .member-login h3 {
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 20px;
    }


    .recipes .card-body {
        margin: 15px;
    }

    .recipes-inner {
        margin: 30px 0px;
    }

    .recipes-inner .right-bar {
        padding-left: 4px;
        margin-top: 20px;
    }

    .recipes-inner h4 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        color: #000000;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
    }

    .recipes h6 {
        color: #7e7a7a;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .recipes .right-bar p {
        margin-bottom: 7px;
    }

    .video-sec {
        margin: 0px 0% 30px;
    }

    .recipes .card-title {
        text-align: center;
        font-size: 26px;
        line-height: 27px;
    }

    .vdeo-tutorial .card {

        color: #fff;
        border-radius: 7px;
        margin-bottom: 10px;
    }


}


/******** New Updates ********/

/*************************************** Banner Area **********************/

.side-banner-img img {
    border-radius: 0px 20px 20px 0;
}

.nav-button-area {
    margin: 20px 0;

}

.banner-button {
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
}



.banner-sub-hd h5 {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 17px;
}

.date {
    background-color: #ffffff78;
    padding: 2px 6px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.banner-sub-area p {
    font-size: 12px;
    margin-top: -2px !important;
    margin-bottom: 0;
}




/* 
.slider {
  position: relative;
  width: 100%;
}

.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 33.25%;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  list-style: none!important;
}
.item.current {
  opacity: 1;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: none;
  border-radius: 0px 8px 8px 0px;
} */
/* 
.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
.button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
.button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
.button:hover {
  opacity: 0.8;
} */

.dots {
    position: absolute;
    bottom: -60px;
    left: -20px;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: end;
    margin-top: 10px;
    align-items: end;
}

.dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
}

.dot:nth-child(n+2) {
    margin-left: 5px;
}

.dot.current {
    opacity: 1;
}

.banner-img-item img {
    border-radius: 0 8px 8px 0px;
}

.banner-slide-content {
    position: absolute;
    z-index: 99999;
    color: red;
    top: 0;
    left: 0;
}

.slide-content-area {
    padding: 30px 0px 37px 25px;
}

.banner-button-area {}

.banner-quote {}

.banner-button-area {
    position: relative;
    z-index: 44;
}

/* .p-one{
  padding: 0;
} */

.right-banner-card {
    background: #d1e6e7;
    padding: 20px;
    padding-top: 35px;
    padding-bottom: 40px;
    border-radius: 8px;
}

.right-banner-card h2 {

    font-size: 24px;
    color: #000;
}

.right-banner-card h5 {
    color: #000;
    font-size: 14px;
}

.options ul {
    padding: 0;
}

.options li {
    color: rgb(63, 63, 63);
    font-family: Open SemiBold;
    font-size: 15px;
    margin-left: 0px;

    padding-bottom: 4px;
    list-style: none;

}

.option-item {
    border-bottom: 1px rgb(181 181 181) solid;
    margin-top: 10px;
    margin-right: 13px;
}

.fa-heart-o {
    padding-right: 5px;
    padding-top: 4px;
    font-size: 15px !important;
}

.heart-color {
    padding-right: 5px;
    padding-top: 4px;
    font-size: 15px !important;
    background: -webkit-linear-gradient(74deg, #2F92D2, #a22b8f 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}

.option-item span {
    padding: 0;
    font-size: 14px;
}

.button-fill {
    background-color: #fff;
    border-radius: 8px;
    border: none;
    padding: 5px 10px;
    font-family: Open SemiBold;
    font-size: 13px;
}

.hyf {
    color: #fff;
    font-size: 30px;
    padding-left: 7px;
}











.button-anim-main {
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    width: 180px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 7px;

}

.button-anim-main {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-anim-main:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: -1px;
    right: -20px;
    transition: 0.5s;
    font-size: 25px;
}

.button-anim-main:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.button-anim-main:hover:after {
    opacity: 1;
    right: 10px;
}



.food-recipe-section {
    background-color: #ececec;
    overflow: hidden;
}

.food-recipe-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.title-area h2 {
    color: #000;
    font-size: 33px;
}

.recipe-card {
    /* background-color: rgb(213 228 253 / 46%); */
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-data {
    padding-top: 20px;
}

.recipe-card h5 {
    font-family: Open SemiBold;
    color: #000;
}

.recipe-card p {
    font-size: 15px;
}

.recipe-card img {
    border-radius: 8px;
    /* margin-left: -60px; */
}


.btn-small {
    padding: 6px 12px !important;
    font-size: 12px;
}

.btn-small svg {
    overflow: visible;
    margin-left: 3px !important;
    width: 6px !important;
}


a {
    text-decoration: none !important;
}

.button-sp {
    border-radius: 5px;

    padding: 10px 20px;
    text-decoration: none;
    transition: all 100ms ease-in-out;
    border: solid 1px #fff;
    transition: 1s;
    color: #fff;
}

.button-sp:hover {
    background-color: transparent;
    color: #fff;
}

.button-sp:not(:first-of-type) {
    margin-left: 15px;
}

.button-sp.bg-blue {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    color: #fff;
    padding: 5px 10px 10px 12px !important;
    border: none;
    font-size: 14px;
}

.button-sp.bg-blue:hover {}

.button-arrow .arrow-icon {
    overflow: visible;
    margin-left: 3px;
    width: 8px;
}

.button-arrow .arrow-head {
    transform: translateX(0);
    transition: transform 100ms ease-in-out;
}

.button-arrow .arrow-body {
    opacity: 0;
    transform: scaleX(1);
    transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}

.button-arrow:hover .arrow-head {
    transform: translateX(3px);
}

.button-arrow:hover .arrow-body {
    opacity: 1;
    transform: scaleX(2);
}


.card-data {
    padding-top: 20px;
}

.date-card {
    background-color: #ececec;
    color: #000;
    padding: 1px 7px;
    font-size: 13px;
    border-radius: 5px;
}

.feature-content h2 {
    color: #000;
}

.card-text-sp {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}



.diet-method-card {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 30px 30px 30px;
    box-shadow: 1px 3px 6px 4px #dddddd67;
}

.diet-method-card h5 {
    font-family: Open Regular;
    color: #000;
}

.diet-method-img img {
    border-radius: 8px;
    margin-left: -40px;
}












.shape-blob {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    height: 200px;
    width: 200px;
    border-radius: 30% 50% 20% 40%;
    animation:
        transform 10s ease-in-out infinite both alternate,
        movement_one 20s ease-in-out infinite both;

    position: absolute;
    left: 70%;
    top: 50%;
    filter: blur(25px);

}

.shape-blob.one {
    height: 500px;
    width: 500px;
    left: -200px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_two 40s ease-in-out infinite both;
}

.shape-blob.two {
    height: 350px;
    width: 350px;
    left: 500px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_two 50s ease-in-out infinite both;
}

@keyframes transform {

    0%,
    100% {
        border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%;
    }

    20% {
        border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%;
    }

    40% {
        border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%;
    }

    60% {
        border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%;
    }

    80% {
        border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%;
    }
}


@keyframes movement_one {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: translate(50%, 20%) rotateY(10deg) scale(1.2);
    }
}

@keyframes movement_two {

    0%,
    500% {
        transform: none;
    }

    50% {
        transform: translate(50%, 20%) rotate(-200deg) scale(1.2);
    }
}


.gradient-canvas {
    background: #1F2024;
    min-height: 100vh;
    display: flex;
    flex-direction: row;

    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-top: 10px;
}


/* 
.blob-c {
	min-height: 100vh;
	overflow: hidden;
	position:absolute;
	width: 100%;
	filter: blur(15px);
}



.shape-blob {
	background:#2f92d3;
	height: 60px;
	width: 80px;
	border-radius: 40% 50% 30% 40%;
  	animation: 
		transform 18s ease-in-out infinite both alternate,
		movement_one 12s ease-in-out infinite both;
    filter: brightness(130%);
	position: absolute;
	left: 75%;
	top: 40%;
}
.shape-blob.one{
	background:#4c80d1;
	height: 150px;
	width: 200px;
	left: 10px;
	top: 10px;
	transform: rotate(-180deg);
	animation: transform 8s ease-in-out infinite both alternate, movement_two 20s ease-in-out infinite both;
}

.shape-blob.six{
	background:#6e6ac5;
	height: 70px;
	width: 100px;
	left: 160px;
	top: 200px;
	transform: rotate(-180deg);
	animation: transform 5s ease-in-out infinite both alternate, movement_two 5s ease-in-out infinite both;
}

.shape-blob.four{
	background:#8c4faf;
	height: 100px;
	width: 80px;
	left: 350px;
	top: 60px;
	transform: rotate(-180deg);
	animation: transform 17s ease-in-out infinite both alternate, movement_two 13s ease-in-out infinite both;
}

.shape-blob.five{
	background:#a22b8f;
	height: 100px;
	width: 80px;
	left: 480px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 12s ease-in-out infinite both alternate, movement_two 18s ease-in-out infinite both;
}

.shape-blob.two{
	background:#8c4faf;
	height: 150px;
	width: 150px;
	left: 600px;
	top: 150px;
	transform: rotate(-180deg);
	animation: transform 10s ease-in-out infinite both alternate, movement_two 10s ease-in-out infinite both;
}

.shape-blob.three{
	background:#6e6ac5;
	height: 150px;
	width: 150px;
	left: 800px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 7s ease-in-out infinite both alternate, movement_two 23s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%; } 
   80% { border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.3);}
}
 */


.member-login-area {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.form-fleld {
    border: solid #0000003d 1px;
    font-family: Open Regular;
    font-size: 14px;
    /* outline: 0!important; */

    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;

    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;

    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.member-login-area h2 {
    font-size: 30px;
    color: #000;

}

.tab-button {
    background-color: rgb(192 192 192 / 27%);
    border: none;
    color: #000;
    padding: 6px 30px;
    width: 100% !important;
}

/* .nav-pills .nav-link.active::after {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: red;
    z-index: 9999;
} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    position: relative;
}

.login-data-area h5 {
    color: #000;
    font-family: Open Bold;
    font-weight: 600;
}

.login-data-area label {
    color: #000;
    font-family: Open Bold;
    font-weight: 600;
    font-size: 15px;
}

.a-tag {
    color: #2493c8;
    font-weight: 600;
}

.submit-button {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}




.main-password {
    position: relative;
}

.icon-view {
    position: absolute;
    right: 12px;
    top: 9px;
    color: #495057;
    font-size: 13px !important;
}

/* input[type=email] {
   
      background: linear-gradient(21deg, #10abff, #1beabd);
      padding: 3px;
      display: inline-block;
   
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0!important;
  } */

input[type]:focus {
    border: 2px solid #8c4faf9f !important;
    outline: 1px !important;
}

.logo-login-area img {
    position: relative;
    z-index: 444;
}

.nav-pills li {
    padding-left: 5px;
    font-size: 15px !important;
}




/* .select-one:focus{
    border: 2px solid #8c4faf9f!important;
    outline: 1px!important;
  } */
select:focus {
    border: 2px solid #8c4faf9f !important;
    outline: none;
}











/* Today */







/* the above is just for testing and should be removed */
.capt-below {
    padding-top: 20px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #7c8089;
}

.capt-below h5 {
    font-weight: 400;
    font-size: 14px;
}

.capt-below p {
    font-weight: 300;
    font-size: 12px;
}


/*.......................*/
#capt_carousel {
    overflow: hidden;
}

.capt-below span.activeLeft {
    opacity: 0;
    transform: translateX(100%);
    /* animation: captionLeft 1s forwards; */
    display: none;
}

.capt-below span.activeRight {
    opacity: 0;
    transform: translateX(-100%);
    /* animation: captionRight 1s forwards; */
    display: none;
}

@keyframes captionLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.4;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes captionRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    50% {
        opacity: 0.4;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}






.carousel-item {}

.carousel-caption {
    display: block !important;

}

.carousel-caption {
    position: unset !important;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    left: 45%;
    top: 45%;
}


.carousel-indicators li {
    background-color: #d50000;
}


.carousel-indicators li {
    background-color: rgb(255, 255, 255);
    border-radius: 50px !important;
    height: 15px;
    width: 15px;
    border: transparent;

}

.carousel-indicators .active {
    background-color: #fff;
}




.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.carousel-inner {
    background-image: linear-gradient(to right, #a22b8f, #8c4faf, #6e6ac5, #4c80d1, #2f92d3) !important;
    border-radius: 8px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 50% !important;
}


/* 

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Bold;
  height: 120px;
  width: 100%;

  color: rgb(189, 189, 189);
  overflow: hidden;
  background: #fff;
  white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 15s linear infinite;

}

.marquee--inner  span {
  float: left;
  width: 50%;
  overflow: hidden;
  font-size: 90px;
  font-family: Open Regular;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
} */

/* .marquee--inner:hover {
  animation-play-state: paused;
  color: #8c4faf;
  transition: 1s;
} */




/* 
.marquee {

  overflow: hidden;
  position: relative;

  color: #000;
  font-weight:bold;
 

 }
 .marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);	
  transform:translateX(100%);

  -moz-animation: scroll-left 4s linear infinite;
  -webkit-animation: scroll-left 4s linear infinite;
  animation: scroll-left 4s linear infinite;
 
 } */


.marquee-outer {
    height: 100px;
    overflow: hidden;
    position: relative;
    color: #FFFFFF;
    BACKGROUND: #d0f5a9;
}

.marquee-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 4s linear infinite;
    -webkit-animation: scroll-left 4s linear infinite;
    animation: scroll-left 4s linear infinite;
}

.html-marquee {
    overflow: hidden;
    position: relative;

    color: rgb(219, 219, 219);

    font-size: 84px;

}

.html-marquee p {
    font-family: Open SemiBold;
    letter-spacing: -5px;
}

.html-marquee:hover {
    animation-play-state: paused;
    color: #8c4faf;
    transition: 1s;
}

@keyframes html-marquee {
    0% {
        right: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-text-area {
    position: relative;
}

.marquee-hide {
    position: absolute;
    background-image: linear-gradient(to right, #fffffffa, #ffffff, #ffffffb8, #ffffff00, #ffffff0d) !important;
    height: 115px;
    width: 100px;
    top: 10px;
    bottom: 0;
    left: -1px;

    border-radius: 10px;
    z-index: 44;
}

.bb {}

.marquee-hide-sec {
    position: absolute;
    background-image: linear-gradient(to right, #ffffff00, #ffffff00, #ffffffb8, #ffffff, #fffffffa) !important;
    height: 115px;
    width: 100px;
    top: 10px;
    bottom: 0;
    right: -1px;

    border-radius: 10px;
    z-index: 44;
}


/************************ Header navbar Menus ***************************/





.header {

    position: fixed;
    width: 100%;
    z-index: 3;
    /* box-shadow: 3px 3px 37px -13px #d1d1d1d6; */
}

.header ul {

    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.responsive-menu {
    position: relative;
}


.header li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    display: block;
    float: left;
    padding: 15px 20px;
    text-decoration: none;
}


.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    position: relative;
    top: 21px;
}



.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float:right;
    /*top: 35px;*/
    padding: 15px 20px 0;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    top:35px;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}



.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 430px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}



@media (min-width: 48em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;

        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}



@media (min-width: 768px) and (max-width: 991.98px) {
    .header {
        display: block !important;
    }

    .banner-sub-hd {
        display: block !important;
    }
}

.nav-menus li {
    display: inline-flex !important;

    font-family: Open Regular;
    font-size: 14px;
    color: #000;


}

.nav-menus li {
    margin-left: 0 !important;
    margin-left: 0 !important;
}

.nav-menus a {
    color: #000;
    padding: 10px;
}

.head-h:hover {
    color: #a22b8f;
    transition: .5s;
    /* background-color: #6e6ac5; */
}

.head-h {}

.nav-menus {
    position: relative;
    border-bottom: 1px rgb(235 234 234) solid;
    padding: 0;
}

.head-content {
    color: #000;
}








.scrollbar {


    height: 240px;
    width: 100%;

    overflow-y: scroll;
    margin-bottom: 25px;

}

.force-overflow {
    min-height: 450px;

}



/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(179, 179, 179, 0.548);
    border-radius: 0px;
    background-color: transparent;


}

#style-1::-webkit-scrollbar {
    width: 7px;

    background-color: transparent;

}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #fff;
    height: 10px !important;

}






/*
 *  STYLE 2
 */



#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(230, 230, 230);
    border-radius: 0px;
    background-color: transparent;


}

#style-2::-webkit-scrollbar {
    width: 7px;

    background-color: transparent;

}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: rgb(207, 207, 207);
    height: 10px !important;

}






.future-card {

    position: relative;
    height: 180px;
    object-fit: cover !important;
}





.future-card::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: -4;
    bottom: 0;

    right: 0;
    opacity: 0.6;
    border-radius: 8px;
}

.future-card img {
    border-radius: 8px;

}

.card-content {

    background-color: #ecececb5;
    position: relative;
    height: 180px;
    z-index: 44;

    padding: 30px 20px 46px;
    border-radius: 8px;
}

.card-content p {
    color: #000;

    font-size: 21px;
}

.card-content-sec p {
    color: #000;

    font-size: 21px;
}

.card-content-sec {

    background-color: #ecececb5;
    position: relative;

    z-index: 44;
    height: 180px;
    padding: 30px 20px 46px;
    border-radius: 8px;
}

.card-content-sec p {
    color: #000;

    font-size: 21px;
}



.cont {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #ececec;
    z-index: 4444;
    border-radius: 8px;

}

.cont:hover .overlay {
    opacity: 2;
}

.text-sp {
    color: #000;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;


}

.text-sp .future-card {
    position: absolute;
    z-index: 99999;
}

.text-sp .future-card-two {
    position: absolute;
    z-index: 99999;
}

.card-last-data {
    margin-right: 10px;
}

.text-sp div {
    color: #fff;

}

.responses span {
    color: #000;
}







/* 

.button-draw {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.button-draw h1 {

  border: none;
  background: none;
  outline: none;
  
}

.button-draw svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.button-draw path {
  stroke: #db3157;
  stroke-width: 8px;
  stroke-dasharray: 0 1500;
  font-weight: bold;
}

.button-draw:hover path {
  animation: draw 1s forwards;
}

@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }

  to {
    stroke-dasharray: 1500 1500;
  }
} */





.circle-sketch-highlight {
    position: relative;
    z-index: 44;
}

.circle-sketch-highlight:before {
    content: "";

    left: -15px;
    top: -17px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    position: absolute;
    border-right-color: transparent;
    width: 100%;
    height: 2em;
    transform: rotate(3deg);
    /* opacity: 0.7; */
    border-radius: 50%;
    padding: 0.1em 0.25em;
}

.circle-sketch-highlight:after {
    content: "";

    left: -17px;
    top: -15px;
    padding: 0.1em 0.25em;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    width: 100%;
    height: 2em;
    transform: rotate(-2deg);
    /* opacity: 0.7; */
    border-radius: 50%;
}






@keyframes highlight {
    from {
        background-position: 0;
    }

    to {
        background-position: -50%;
    }
}

.under {
    animation-name: highlight;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    background-size: 200%;
    background-image: linear-gradient(to right, white 50%, transparent 50%),
        linear-gradient(transparent 50%, purple 50%);
}



.my-svg {
    position: relative;
}

.my-svg span svg {
    pointer-events: none;
    animation: animateDash 7s linear forwards infinite;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    transform: rotate(-6deg);
    position: absolute;
    top: 30px;
    width: 270px;
    right: -45px;
}

@keyframes animateDash {
    to {
        stroke-dashoffset: 0;
    }
}

#my-svg path {
    stroke: rgb(255, 16, 16);

    /* fill: green;
  */
}

/* .my-svg-two{
  position: relative;
}

.my-svg-two svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  pointer-events: none;
  animation: animateDash 2s linear forwards infinite;
  position: absolute;
} */











.mm-survey {

    margin-bottom: 50px;
}

.mm-survey-container {
    width: 100%;
    background: #f7f7f7 !important;
    border-radius: 4px;
}

.mm-survey-results-container {
    width: 100%;
    min-height: 600px;
    background: #fafafa;
}

.mm-survey-page {
    display: none;

    font-weight: 100;
    padding: 20px 40px;
}

.mm-survey-page.active {
    display: block;
}

.mm-survey-controller {
    position: relative;
    height: 60px;
    padding: 12px 14px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.mm-survey-results-controller {
    position: relative;
    height: 60px;
    padding: 12px 0px;
}

.mm-back-btn {
    display: inline-block;
    position: relative;
}

.mm-prev-btn {
    display: inline-block;
    position: relative;
    font-family: Open Regular;
    margin: 4px;
}

.mm-next-btn {
    display: inline-block;
    opacity: 0.25;
    position: relative;
    margin: 4px;
    font-family: Open Regular;
}

.mm-finish-btn {
    display: none;
    position: relative;
    margin: 4px;
    font-family: Open Regular;
}

.mm-finish-btn button {
    color: #fff;

}

.mm-survey-controller button {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    border: none;
    padding: 5px 12px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.mm-survey-results-controller button {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    border: none;
    padding: 5px 12px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.mm-survey-progress {
    width: 100%;
    height: 10px;
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 4px;

}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    height: 10px;
    width: 0%;
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    border-radius: 4px;
}

.mm-survey-q {
    list-style-type: none;
    padding: 0px;
}

.mm-survey-q li {
    display: block;
    /*padding: 20px 0px;*/
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
}

.mm-survey-q li input {
    width: 100%;
}

.mm-survery-content label {
    width: 100%;
    padding: 10px 10px;
    margin: 0px !important;
}

.mm-survery-content label:hover {
    cursor: pointer;
}



.mm-survey-question p {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: Open Regular;
}

.mm-survery-content label p {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    margin: 0px;
}

.mm-survey-item input[type="radio"] {
    display: none;
}

.mm-survey-item input[type="radio"]+label {
    color: #292321;
    font-weight: 300;
    font-size: 16px;
    font-family: Open Regular;
    position: relative;
    z-index: 444;
}

.mm-survey-item input[type="radio"]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.mm-survey-item input[type="radio"]+label span {
    border: 1px solid #a22b8f;
    background: transparent;
    text-align: center;
}

.mm-survey-item input[type="radio"]:checked+label span {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    color: #fff;
}

.mm-survey-item input[type="radio"]:checked+label span::after {
    content: '';
    position: absolute;
    border-radius: 6px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box !important;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}



.mm-survey-item input[type="radio"]+label span,
input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.20s ease-in-out;
    -o-transition: background-color 0.20s ease-in-out;
    -moz-transition: background-color 0.20s ease-in-out;
    transition: background-color 0.20s ease-in-out;
}

.mm-survey-item {
    background: #fff;
    margin-bottom: 15px;
    position: relative;

}

.mm-survey-item::after {
    content: '';
    position: absolute;
    border-radius: 6px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;

}

.mm-prev-btn button:focus,
.mm-next-btn button:focus,
.mm-finish-btn button:focus {
    outline: none;
    border: none;
}

.mm-survey.okay .mm-next-btn {
    display: inline-block;
    opacity: 1;
}

.mm-finish-btn.active {
    display: inline-block;
}

.mm-survey-results {
    display: none;
}

.mm-survey-results-score {
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 80px;

    font-weight: 600;
    letter-spacing: -6px;
}

.mm-survey-results-list {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
}

.mm-survey-results-item {
    color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;

    font-weight: 300;
}

.mm-survey-results-item.correct {
    background-color: #a22b8f;
}

.mm-survey-results-item.incorrect {
    /* background: linear-gradient(to left, #d33c62, #dc1144); */
    background-color: #a22b8f;
}

.mm-item-number {
    height: 40px;
    position: relative;
    padding: 17px;
    background: #333;
    color: #fff;
}

.mm-item-info {
    float: right;
}

.forum-head h3 {
    font-size: 17px;
}

.forum-head span {
    font-size: 13px;
}

#sub-header li.active {
    background-color: #000;

}

.nav-menus-sec a {
    color: #000;
    font-size: 14px;
}

.nav-menus-sec .active {

    border-bottom: solid 3px !important;
    border-image-slice: 1 !important;
    border-width: 3px !important;
    border-image-source: linear-gradient(to left, #2f92d3, #a22b8f) !important;
    color: #000;
    padding: 5px 0;
}

.nav-menus .active {

    border-bottom: solid 3px !important;
    border-image-slice: 1 !important;
    border-width: 3px !important;
    border-image-source: linear-gradient(to left, #2f92d3, #a22b8f) !important;
    color: #000;
    margin-bottom: -3px;
}

.nav-menus .active::after {}

.toplist ul li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.user {
    color: #fff;
}









/**** Old Accordion  FAQ *******/



.accordion-item-faq {

    background-color: #fff;

    margin-top: 20px;

    padding: 0 15px;

    border-radius: 10px;

}

.accordion-faq .accordion-item-faq {

    /* border: 1px solid #e5e5e5; */

}

.accordion-faq .accordion-item-faq button[aria-expanded=true] {

    /* border-bottom: 1px solid #03b5d2; */

}

.accordion-faq button {

    position: relative;

    display: block;

    text-align: left;

    width: 100%;

    padding: 9px 0;

    color: #000;



    font-weight: 400;

    border: none;

    background: none;

    outline: none;

}

.accordion-faq button:hover,
.accordion-faq button:focus {

    cursor: pointer;



}

.accordion-faq button:hover::after,
.accordion-faq button:focus::after {

    cursor: pointer;



}

.accordion-faq button .accordion-title {

    padding: 10px;

    font-size: 20px;
    font-family: Open SemiBold;
    color: #000;
    display: block;
}

.accordion-faq button .icon {

    display: inline-block;

    position: absolute;

    top: 18px;

    right: 0;

    width: 28px;

    height: 28px;

    border: 1px solid;

    border-radius: 22px;
    color: #a22b8f;

}

.accordion-item-faq {
    position: relative;
    z-index: 44;
}

.accordion-item-faq::after {
    content: '';
    position: absolute;
    border-radius: 6px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.accordion-faq button .icon::before {

    display: block;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
    background: currentColor;
    color: #a22b8f;
}

.accordion-faq button .icon::after {

    display: block;
    position: absolute;
    content: "";
    top: 7px;
    left: 12px;
    width: 2px;
    height: 12px;
    background: currentColor;
    color: #a22b8f;
}



.accordion-faq button[aria-expanded=true] .icon::after {

    width: 0;

}

.accordion-faq button[aria-expanded=true]+.accordion-content-faq {

    opacity: 1;

    max-height: 9em;

    transition: all 200ms linear;

    will-change: opacity, max-height;

}

.accordion-faq .accordion-content-faq {

    opacity: 0;

    max-height: 0;

    overflow: hidden;

    transition: opacity 200ms linear, max-height 200ms linear;

    will-change: opacity, max-height;

}

.accordion-faq .accordion-content-faq p {
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
}


.text-area {
    height: 200px;
    z-index: 444;
    position: relative;
    background: transparent !important;
}

.bd-non .mm-survey-item::after {
    content: "";
    background: none !important;
    display: block !important;
    visibility: hidden;
    height: 0;
    font: 0/0;
    -webkit-transform: translateZ(0);
}

.count-survey span {
    font-size: 13px;
    font-weight: 600;
    font-family: Open Regular;
}

.recipe-details-image-item {
    position: relative;
}


.recipe-details-image .grow-details {
    /* border-radius: 40px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    text-align: center;
    overflow: hidden;
    transition: 0.5s; */
    position: absolute;
    left: 0px;
}

/* .recipe-details-image:hover .grow-details {
    width: 95px;
} */

.grow-details h5 {
    font-size: 13px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.grow-details img {
    width: 28px !important;
    height: 28px !important;
}

.card .grow {
    border-radius: 40px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    position: absolute;
    left: 15px;
}

.card:hover .grow {

    width: 95px;
}

.card .grow img {
    width: 30px !important;
    height: 30px !important;
}

.grow h5 {
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-top: 8px;

    display: -webkit-box;

    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    width: 55px !important;
}

.category {
    color: rgb(160, 160, 160);
    font-size: 13px;
}

.button-comm {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    border: none !important;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
}

.button-comm:hover {
    opacity: 0.8;
}

.button-comm-second {
    position: relative;
    background: none;
    border: none !important;
    padding: 6px 20px;
    border-radius: 5px;
    color: rgb(139, 139, 139);

}

.button-comm:hover ::after {
    content: '';
    position: absolute;
    border-radius: 5px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.button-comm-second:hover {
    color: #fff;
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
}

.button-comm-second::after {
    content: '';
    position: absolute;
    border-radius: 5px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.card-button-area button {
    margin: 8px;
}



.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}



.otp-data input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.mob-contry {
    position: relative;
    display: block !important;
}





.intl-tel-input,
.iti {
    width: 100%;
}

.bi-plus-circle {
    color: red;
}



.column {
    float: left;
    width: 50%;
    padding: 10px 0px;
    border: 1px solid #e0e0e0;
    overflow: hidden !important;
    text-align: center;
}

.column-over {
    width: 100% !important;
}

.alig:after {
    content: "";
    display: table;
    clear: both;
}





/********** Scroll Animation *********/
.Anim {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: var(--animation-timing-function);
    animation-timing-function: var(--animation-timing-function);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}


#navbar-scroll {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    padding: 20px 0px;
    transition: 0.4s;
}

.blog-area {
    background-color: #ececec;
    padding-top: 40px;
    padding-bottom: 55px;
}

.survey-date {
    background-color: #dfdfdf78;
    padding: 2px 6px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.forum-head h3 {
    margin-top: -5px;
}

.forum-head h3 {
    margin-bottom: 0px;
}

.forum-head p {
    font-size: 12px;
}

.recipe-post h6 {
    padding-left: 30px;
    font-size: 14px;
    color: rgb(167, 167, 167);
    font-family: Open Regular;
}


.blog-card {
    margin: 85px 7%;
    background-color: #fff;
    padding-top: 15px;
    border-radius: 7px;
}

.blog-card-data {

    padding: 50px 84px 35px;
}

.blog-post h6 {
    padding-left: 30px;
    font-size: 14px;
    color: rgb(167, 167, 167);
    font-family: Open Regular;
}

.recipe-card-data {
    margin-top: 20px;
}









.method-main-content h2 {
    color: #000;
}

.method-accordion {
    background-color: #d1e6e7;
    padding: 10px 20px 50px 20px;
    border-radius: 7px;
}

.faq-drawer {
    position: relative;
}

.accordion-review-area {
    position: absolute;
    right: 25px;
    top: 30px;
}

.faq-drawer__content-wrapper {
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__content {
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    margin-top: 10px;
}

.faq-drawer__title {
    border-bottom: rgb(185, 185, 185) 1px solid;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-family: Open SemiBold;
    font-weight: 700;
    padding: 30px 0 12px 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 5px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
    color: #000;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

.blog-list-card {
    box-shadow: 2px 2px 8px 10px #e7e7e769;
}

.blog-list-card img {
    border-radius: 7px 7px 0 0;
    height: 180px !important;

    object-fit: cover;
}

.accordion-review-area span {
    font-size: 14px;
}

.right-review-section {
    padding-left: 30px;
    padding-right: 30px;

    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}

.review-icon {
    color: #2f92d3;

}


.share-btn {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    border: none;
    color: #fff;
    padding: 10px 40px;
    border-radius: 7px;
    width: 100%;

}

.products-card .product-card-item {
    width: 160px;
    height: 220px;
    object-fit: cover;
}

.products-card {
    position: relative;
}

.product-brand {
    position: absolute;
    top: 20px;
    right: 15px;

}

.product-brand img {
    height: 50px;
    border-radius: 5px;
    box-shadow: 1px 1px 18px 1px #e7e7e7;
}

.product-card-item {
    margin-bottom: -60px;
    border-radius: 7px;
}

.product-card-body {
    background-color: #f2f2f2;

    border-radius: 7px;
    padding: 85px 20px 40px;
}

.product-card-body h5 {
    color: #000;
}

.product-tab-btn {
    background: transparent !important;
    border: none;
}

.product-tab-nav li {
    padding-left: 25px;
}


.nav-pills.product-tab-nav .active {
    background: none !important;
    color: #000;
    border-bottom: solid 2px !important;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(to left, #2f92d3, #a22b8f) !important;
}

.product-tab-nav .nav-link {
    padding: 0 !important;
}

.product-search-fleld {
    border: solid rgb(233, 233, 233) 1px;
    font-family: Open Regular;
    font-size: 14px;
    /* outline: 0!important; */
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(233, 233, 233);
    background-clip: padding-box;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.product-search-ic {
    position: absolute;
    right: 25px;
    top: 10px;
}

.product-search-sec {
    position: relative;
}

.blog-list-card-body p {
    margin-bottom: 0 !important;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}


.default-question {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
}

.default-question h2 {
    font-size: 25px;
    font-family: Open SemiBold;
}

.forum-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.optional {
    color: rgb(151, 151, 151);

    font-size: 12px;
}

.ref-link-field {
    height: 45px !important;
}



.plus-field-btn {
    background-color: transparent !important;
    border: none;
    color: rgb(88, 88, 88);
    padding: 5px;
    outline: 0px !important;
    border-radius: 0px !important;
    font-size: 14px;
}

.add-text-field button {
    border: none !important;
    outline: 0px !important;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;

}

.extend-field-input {
    width: 100%;
}

.add-text-field button:hover {
    background-color: rgb(173, 173, 173);
}

.remove-extend-field button:hover {

    background-color: rgb(173, 173, 173);
}

.add-text-field {
    margin-left: 6px;
}

.remove-extend-field button {
    border: none !important;
    outline: 0px !important;
    padding: 10px 10px;
    margin-left: 4px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;

}

.form-field-sec input {
    padding-left: 10px;
    border-radius: 7px !important;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.15);
    padding: 0.625rem 1.1875rem;
}

.form-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 4px);
    padding: 0.625rem 1.1875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.nutrition-info {
    background: #fff;
    border-radius: 8px;
    padding-right: 60px;
}

.nutrition-info h4 {
    position: relative;
}

.nutrition-info h4 {
    font-size: 16px;
}

.nutrition-info p {
    margin-bottom: 4px;
}

.nutrition-info h4::after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: -5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    width: 50%;
}

.ingredients-hd {
    position: relative;
}

.ingredients-hd h4::after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: -10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    width: 50%;
}

.recipe-p p {
    margin-bottom: 4px;
}

.radio-btn {
    padding-top: 10px !important;
}

.preparation p {
    float: left;
    padding-left: 15px;
}

.preparation-hd {}


.preparation figure {
    padding-left: 15px;
}






.label-type label {
    color: #4a4a4a;
    font-size: 14px;
    font-family: Open SemiBold;
    margin-bottom: 0px;
}


.range-slider input[type]:focus {
    border: 0px !important;

}

select input[type]:focus {
    border: 0px !important;

}

.gg select:focus {
    outline: 0px !important;
    border: 0px !important;
}

.filter-area input[type="checkbox"] {
    display: block;
    border: 2px solid #9b9b9b !important;
    height: 18px;
    width: 18px;

}

.form-check-label {
    margin-left: 5px;
    font-size: 14px;
}

.form-check {
    padding-top: 10px;
}

.filter-area h3 {
    font-size: 24px;
}

.sorted {
    background-color: red;
}

.select-dropdown,
.select-dropdown {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;

}



.select-dropdown {
    position: relative;
    background-color: transparent;
    border: solid 1px #afafaf;
    border-radius: 4px;
    padding: 6px;
}

.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 5px 25px 5px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #212529;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.select-dropdown input[select]:focus {
    border: 0px !important;
    outline: 0px !important;
}

.recipe-list-head h2 {
    font-size: 32px;
    line-height: 36px;
}

.recipe-list-head p {
    padding-top: 15px;
}

.filter-area {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    padding: 20px 25px;

    border-radius: 7px;
}

.total-recipes {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}







.filter-option-heading:before {
    content: "";
    color: #000;
    font-size: 18px;

    transform: rotate(90deg);
    /* transition: all 0.6s ease; */

}

.filter-option-heading.activeFilter:before {
    display: none;

}

#accordian .filter-option-heading.activeFilter:after {
    content: "";
    color: #000;
    font-size: 18px;
    transform: rotate(180deg);


}

.gg {
    position: relative;
    right: 0;
    top: 45px;
}


.cusine.label-type {
    overflow: hidden;
}

.filter-option-content {
    display: block;
    background-color: #fbe6f5;
    padding: 0;
    border-radius: 7px;
    padding-bottom: 15px;
}

.cusine p {}

.cusine-item {

    /* padding: 4px 15px 4px 15px;
    border: solid 1px #afafaf;
    border-radius: 50px;
    font-size: 16px; */
    margin-top: 15px;
}

.cusine-item span {
    padding-left: 10px;
    font-size: 15px;
}

.nav-list a {
    display: block !important;
    cursor: pointer;
}

.nav-list a.active {
    background-color: red !important;
    color: green;
    position: relative;
    z-index: 99999;
}


#myDIV .active {
    background-color: #fff !important;
    color: #000;
    width: 100%;
}

.btny {
    border: transparent;
    width: 100%;
    background: transparent;
    padding: 4px 35px 4px 7px;
    /*border: solid 1px #afafaf;*/
    border-radius: 50px;
    font-size: 14px;
    text-align: left;
}



/* 

.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;

}
.accordion-list span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;

  border-radius: 5px;
  cursor: pointer;
}
.accordion-list span.active h3:after {
  transform: rotate(45deg);
}
.accordion-list div h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.accordion-list span h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.accordion-list span div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.accordion-list span div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
} */


.dropdown-menu.show {
    display: block;
    height: 100px;
    padding: 0 12px;
    width: 100% !important;
    padding-bottom: 20px;

}

.dropdown-filter.dropdown-toggle {
    color: #4a4a4a;
    background-color: #fff !important;
    border: transparent;
    text-align: left;
    border-radius: 7px;
    width: 100%;
    padding: 7px 10px;
    font-family: Open SemiBold;
    font-size: 14px;
}

p.filter-option-heading {
    width: 100px;
    cursor: pointer;

    border: solid 1px #afafaf;
    border-radius: 4px;
    padding: 5px 20px;
    position: relative;

}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    float: right;
    position: relative;
    top: 10px;

}

.show>.btn-secondary.dropdown-toggle {
    color: #000 !important;
}

.btn-secondary.dropdown-toggle {
    width: 100% !important;
}







.slick-prev,
.slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 7px;
}

.fas {
    color: #afafaf;
    font-size: 20px;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
    z-index: 99999;
}













.side-hambmenu nav {
    height: 100%;
    position: fixed;
    right: 0;
    width: 320px;
    transform: translateX(320px);
    transition: transform 260ms ease-in-out;

    border-left: 1px solid #eee;
    margin-top: 16px;
}

.side-hambmenu nav ol {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}

.side-hambmenu nav ol>li {
    list-style: none;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 1px solid #8c4faf;
    transition: .25s
}

.side-hambmenu nav ol>li span {
    display: block;

    color: #353535;
}

.side-hambmenu nav ol>li a {
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-family: Open Regular;
}

.side-hambmenu nav ol>li:hover {

    color: #8c4faf !important;
}

input[type="checkbox"]:checked~nav {
    transform: translateX(0);
}

.side-hambmenu input[type=checkbox] {
    box-sizing: border-box;
    display: none !important;
    transition: all 0.25s;
}

.menuIconToggle {
    box-sizing: border-box;
    cursor: pointer;
    /* position: fixed; */
    z-index: 40;
    height: 100%;
    width: 100%;
    top: 22px;
    right: 65px;
    height: 22px;
    width: 22px;
    transition: all 0.3s;
    padding-top: 10px;
}

.hamb-line {
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transition: all 0.25s;
}

.hor {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.dia.p-1-p {
    position: relative;
    box-sizing: border-box;
    float: left;
    transition: all .25s;
}

.dia.p-2-p {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    transition: all .25s;
}

.side-hambmenu input[type=checkbox]:checked~.menuIconToggle>.hor {
    box-sizing: border-box;
    opacity: 0;
    transition: all .25s;
}

.side-hambmenu input[type=checkbox]:checked~.menuIconToggle>.dia.p-1-p {
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
    transition: all .25s;
}

.side-hambmenu input[type=checkbox]:checked~.menuIconToggle>.dia.p-2-p {
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
    transition: all .25s;
}

@media screen and (max-width: 640px) {
    .side-hambmenu nav {
        height: 100%;
        width: 100%;
        transform: translateX(100%);
    }
}


.side-hambmenu {
    padding-left: 15px;
}






.menu-right {
    display: flex;
    margin-left: auto;
    align-items: center;
    /* padding: 0px 10px; */
}



/* 
.slide-wrapper {
  width: 80%;


  transform:translateY(-50%);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  
   
}

.slide-wrapper ul {
    width: calc(400px * 10);
    float:left;
    height: 50%;
    position: relative;
    top:0;
    transform:translateY(-50%);
}
    
    .slide-wrapper li {
      height: 300px;
      margin:0 10px;
  
      float:left;
      cursor:pointer;
    }
        */







.range-slide {
    position: relative;
    margin: 15px 0px;
    height: 4px;
    width: 100%;
}

.slide-range {
    position: absolute;
    top: 0;
    height: 4px;
    background: #fff;
    left: 9px;
    right: 9px;
    border-radius: 5px;
}

.line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
}

.thumb-one {
    position: absolute;
    z-index: 2;
    text-align: left;
    background-color: #2f92d3;
    border-radius: 50%;
    outline: none;
    top: -7px;
    height: 15px;
    width: 15px;
    margin-left: -9px;
}


.thumb-two {
    position: absolute;
    z-index: 2;
    text-align: left;
    background-color: #a22b8f;
    border-radius: 50%;
    outline: none;
    top: -7px;
    height: 15px;
    width: 15px;
    margin-left: -9px;
}


.range-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
}



.display-range {
    margin: 0 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}















.carousel {
    display: block;
    /* position: absolute; */
    -webkit-transform: translateZ(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;

    margin: auto;
    font-size: 0;
    margin-top: 10px;


    -webkit-overflow-scrolling: touch;
}

.touch .carousel {
    overflow: auto;
}

.carousel:before,
.carousel:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    font-size: 80px;
    line-height: 190px;
    font-family: arial;
    color: #2ab1ce;
    font-weight: bold;
    pointer-events: none;
    transition: 0.2s ease-out;
}

.carousel.right:after,
.carousel.left:before {
    opacity: 1;
}

.carousel.right:after {
    right: 0;
    text-indent: 60px;
}

.carousel.left:before {
    left: 0;
    text-indent: -40px;
}

.carousel>a {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    color: #CCC;
    font-size: 1.5em;
    transition: 0.1s;
}

.carousel>a:hover {
    color: #FFF;
}

.carousel>a.prev {
    left: -20px;
}

.carousel>a.next {
    right: -20px;
}

.carousel>.slide {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: #2ab1ce;
    height: 4px;

    opacity: 0;
    transition: opacity 0.2s, bottom 0.2s;
}

.carousel:hover>.slide {
    opacity: 1;
    bottom: -10px;
}

.carousel>.wrap {
    overflow: hidden;

}

.carousel>.wrap>ul {
    list-style: none;
    white-space: nowrap;
    padding: 0;
}

.carousel>.wrap>ul>li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 15px;
    position: relative;
    overflow: hidden;
    transition: 0.25s ease-out;
}

.carousel>.wrap>ul>li:first-child {
    margin: 0;
}

.carousel>.wrap>ul>li>img {
    display: block;
    height: 100%;
    margin: auto;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    transition: 1s ease;
}

.cusine button {}




.pre-scrollable {
    position: absolute;
    z-index: 4444 !important;
}



.product-country-select {
    position: relative;
    top: 30px;

}

.product-country-select {
    border: solid 1px;
}

.dropdown-conty {
    border: 1px solid lightgrey;
    padding: 5px 10px;
    border-radius: 5px;
}

.dropdown-country {

    padding: 0 0px;

    position: relative;

    right: 0;

}

/* .dropdown__options--visible .dropdown__skeleton {

  box-shadow: 0 11px 12px -5px #dbe0f5;

} */

.dropdown__options--visible .dropdown__options {

    animation: showit 0.1s forwards;

}

.dropdown__options--visible .dropdown__arrow {

    transform: rotate(-180deg);

    right: 26px;

}

.dropdown__skeleton {

    border: none;

    background-color: transparent;

    border-radius: 5px;

    padding: 25px 30px;

    position: relative;



    cursor: pointer;

    user-select: none;

    z-index: 4;

}

/* .dropdown__skeleton label {

  font-weight: 700;

  text-transform: uppercase;

  color: #9297ab;

  font-size: 0.8rem;

  letter-spacing: 0.64px;

  margin-bottom: 8px;

  display: block;

  cursor: pointer;

} */

.dropdown__option {

    display: flex;

    /* align-items: center; */

}

.dropdown__option span {
    display: block;
    color: #000;
    font-size: 14px;
    margin-left: 4px;
}

/* .dropdown__arrow {

  position: absolute;

  top: 50%;

  right: 0;

  left: 50px;

  width: 30px;

  height: 30px;

  transition: all 0.2s ease-in-out;

  transform-origin: top;

}

.dropdown__arrow::before, .dropdown__arrow::after {

  --angle: 45deg;

  content: "";

  width: 15px;

  background-color: #fff;

  display: block;

  padding: 2px;

  border-radius: 2px;

  position: absolute;

}

.dropdown__arrow::before {

  transform: rotate(var(--angle));

}

.dropdown__arrow::after {

  transform: rotate(calc(var(--angle) * -1));

  margin-left: 9px;

} */

.product-conty-option {
    position: absolute !important;
    right: 25px !important;
    top: 160% !important;
}

.dropdown__options {

    position: absolute;

    top: 80%;

    right: 10px;



    border-radius: 5px;

    padding: 10px 0px;

    background-color: #fff;

    /* width: 160px; */

    transform: scale(0);

    z-index: 1;
    /* box-shadow: #e7e7e7a8 0px 5px 7px 1px; */
    border: 1px solid rgba(0, 0, 0, 0.15);
}

@keyframes showit {

    0% {

        transform: scale(0);

    }

    70% {}

    80% {

        transform: scale(0.95);

    }

    100% {

        transform: scale(1);

    }

}

.dropdown__options .dropdown__option {

    padding: 6px 15px;

    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;

    cursor: pointer;

    opacity: 0.7;

    border-radius: 5px;

}

.dropdown__options .dropdown__option:not(:last-child) {

    margin-bottom: 15px;

}


.pills-main .nav {
    display: block;
}

.pills-main .nav-item {
    padding-top: 10px;
}

.pills-main .nav-item .tab-button {
    padding: 6px 10px !important;
    position: relative;
    background-color: rgb(192 192 192 / 27%);
}

.pills-main .nav-item .tab-button::before {
    content: '';
    position: absolute;
    border-radius: 5px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.divide {
    border-right: 1px solid rgb(219, 219, 219);
}

.method-detail h5 {
    font-size: 19px;
    color: #6a6a6a;
}

.method-detail span {}

.survey-full-list h2 {
    color: #4a4a4a;
}

.survey-full-list {
    padding: 10px 0px;
    padding-bottom: 30px;
}




/*******************************   About Page Start        *****************************************/



.about-section {
    background-image: url(../images/about.jpg);
    padding: 100px;
    width: 100%;
    position: relative;
    padding-bottom: 200px;
    background-position: center;
    background-repeat: no-repeat;
}

.about-content h2 {
    color: #fff;
    font-size: 40px;
    font-family: Open SemiBold;
}

.about-content p {
    color: #fff;
    padding: 10px;
}

.about-content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 60%;
}

.company-data::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -8px;
    background: linear-gradient(130deg, #2f92d3, #6e6ac5 41.07%, #a22b8f 76.05%);
    opacity: 0.5;
}

.company-data {
    position: relative;
}

.company-data h5 {
    color: #2493c8;
    font-size: 17px;
}

.company-data p {
    margin-bottom: 4px;
    font-size: 14px;
}



.mission-area-main {}

.mission-box {

    background-color: #2f92d3;
    padding-left: 70px;
    padding-right: 40px;

    height: 200px;
    border-radius: 0px 100px 100px 0px;
}

.mission-box-two {
    height: 200px;
    background-color: #a22b8f;
    padding-left: 30px;
    padding-right: 70px;
    border-radius: 100px 0px 0px 100px;
    color: #fff;

}

.mission-box {
    color: #fff;


}

.mission-brief {
    padding-left: 110px;
    margin-top: 18px;
}

.vision-brief {
    padding-right: 110px;
    margin-top: 18px;
}


/* .main-container-portfolio{
  overflow: hidden;
} */

.main {
    /* margin: 0px auto; */
    width: 420px;
    height: 420px;
    position: relative;
}

.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    /* border: 3px solid #6495f2; */
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;

}

/* .icon-block::after{
  content: '';
  position: absolute;
  border: 2px solid transparent;
  background: linear-gradient(45deg,#2f92d3,#a22b8f) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 50%;
} */

.icon-block {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;


    /* background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f)!important; */

    /* -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%); */
    /* box-shadow: 0 2px 4px 0 #3e5ada;
  -webkit-box-shadow: 0 2px 4px 0 #3e5ada; */
}

.icon-block img {
    margin: 0px auto;
    width: 86%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
    top: 65px;
    left: 90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
    top: 72%;
    right: 21px;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

/* change today 50% */
.icon-block:nth-child(3) {
    bottom: 0;
    left: 48%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    top: 30%;
    left: 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(5) {
    top: 76%;
    left: 38px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(6) {
    top: 0%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* circle content */
/* .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #6495f2;
  border-radius: 50%;
} */


/* .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
} */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}



.service-area-content {
    padding: 40px;
}






/************************* Preloader source ***************************************/


.pre-load {
    width: 100%;
    height: 90vh;
    display: flex;
    place-items: center;
    justify-content: center;
    align-items: center;
}

.pre-load h1 {
    color: rgb(43, 43, 43);
    font-size: 25px;
    letter-spacing: 6px;
    position: relative;
}

.pre-load h1::before {
    content: "SlimmeGo";
    width: 100%;
    background-image: linear-gradient(to right,
            #2f92d3,
            #4c80d1,
            #6e6ac5,
            #8c4faf,
            #a22b8f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 5px solid #8c4faf;
    -webkit-animation: 3s slide linear infinite;
    animation: 3s slide linear infinite;
    overflow: hidden;
}

.pre-load h1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/favicon.png);
    height: 50px;
}

@-webkit-keyframes slide {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes slide {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}




#preload-item {
    height: 100%;
    width: 100%;
    background: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}








.breadcrumb {
    background: transparent;
}

.breadcrumb a {
    color: #a22b8f !important;
    font-weight: 600 !important;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 600 !important;
}









/************************** Popup Tooltip Hover ***************************/






.popover-title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 15px 0;

}

.popover-wrapper {
    position: relative;
    display: inline-block;

}

.popover-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 400px;
    border-radius: 7px;
    top: 40px;
    text-align: left !important;
    border: solid 1px rgba(83, 83, 83, 0.26);
}

@media screen and (max-width: 576px) {
    .popover-content {
        width: 330px !important;
    }
}

.popover-content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;

    transition-duration: 0.3s;
    transition-property: transform;
}

.popover__content::after {
    content: '';
    position: absolute;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}







.popover-wrapper:hover .popover-content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover-message {
    text-align: center;
}


/* 
a.modal-open {
  display:block;
  padding:20px;
  color:#424242;
  font-weight:bold;
  margin:50px auto;
  width:200px;
  background:#e0e0e0;
  border-radius:2px;
  text-align:center;
  text-decoration:none;
}
.modal {
  background:rgba(0,0,0,0.7);
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  bottom:0px;
  transition:all .5s ease-in-out;
  opacity:0;
  z-index:-1;
}
.modal:target {
  opacity:1;
  transition:all .5s ease-in-out;
  z-index:+1;
}
.modal-content {
  position:fixed;
  top:50%;
  left:50%;
  width:500px;
  background:#fff;
  border-radius:4px;
  transform:translate(-50%, -200%);
  transition:all .5s ease-in-out;
  perspective: 1000;
  outline:1px solid transparent;
  opacity:0;
}
.modal:target .modal-content {
  transform:translate(-50%, -50%);
  transition:all .5s ease-in-out;
  transition-delay:.5s;
  z-index:9999;
  opacity:1;
}
.modal-close {
  float:right;
  text-decoration:none;
  padding:22px 22px;
  color:#424242;
  font-weight:800;
  transition:all .5s ease-in-out;
  z-index:+1;
  background:rgba(0,0,0,0.1);
  text-align:center;
  border-radius:0 4px 0 0;
}
.modal-close:hover {
  color:#fff;
  background:rgba(0,0,0,0.5);
  
}
.modal-content h3 {
  padding:20px;
  display:block;
  text-align:center;
  border-bottom:1px solid #e0e0e0;
  text-transform:uppercase;
  background:rgba(2,162,239,1);
  color:#fff;
  border-radius:4px 4px 0 0;
}
.modal-area {
  padding:20px;
}

.modal-area input[type="radio"] {
  display:none;
}
.modal-area label {
  float:left;
  display:block;
  padding:10px 20px;
  font-weight:700;
  cursor:pointer;
  z-index:+2;
  background:rgba(0,0,0,.3);
  color:#fff;
  transition:all .5s ease-in-out;
} */

.popover-content p {
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
}

.popover-content h6 {
    padding-left: 0px !important;
    color: #4a4a4a;
    font-weight: 700;
    font-size: 13px;
}

.artical-btn {
    margin-top: 50px;
    border: none !important;
    background: transparent;
    padding: 0px !important;
    color: #2493c8;
    font-size: 14px;
}

.popover-content i {
    color: #2493c8;

}

.profile-name h5 {
    padding: 10px;
}

.profile-name img {
    border-radius: 4px;
    width: 30px !important;
    height: 30px !important;
}

.her-name {
    color: rgb(153 153 153);

    font-size: 14px;
    font-family: 'Open SemiBold';
}

.her-name:hover {
    color: #a22b8f;
}

.recipe-posted-date {
    font-family: Open SemiBold;
}





.item-overlay {
    position: relative;


    overflow: hidden;
    width: auto;

}

.item-overlay img {
    max-width: 100%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.item-overlay:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.20, 1.20);

}

.item-overlay:hover:before {
    opacity: 1;
}

.badge-blog {
    padding: 2px 6px;
    color: #fff;
    background-color: #2f92d3;
    border-radius: 3px;
    font-size: 13px;
}

.card-data-blog h5 {
    margin-top: 10px;
}


.faq-head h5 {
    font-family: Open SemiBold !important;
    color: #303030;
    font-size: 18px !important;
}













/* 
.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: 'Roboto', sans-serif;
}

.modal-two {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  
  right: 0;
 
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.modal-two:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}


.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}



.modal-areass{
  position: relative;
} */



.modal-article {
    position: relative !important;
    top: 0px;
    width: 60%;
}

.modal-dialog {
    margin-left: auto !important;
    max-width: initial !important;
}

.modal-body-area {
    overflow: scroll;
    height: 580px;

}

.modal {
    padding-left: 0px !important;
}

.modal-article .close {
    opacity: 1 !important;
    color: #fff;
    position: absolute;
    /* left: 0; */
    right: -30px;
}

.posted-details .posted-date span {
    font-size: 12px;
    color: gray;
}

.posted-details i {
    font-size: 20px;
}

.share-tags {

    /* background-color: rgb(215 215 215 / 67%); */
    padding: 5px;
    border-radius: 4px;
}

/* .share-tags:hover{
  background-color: rgba(163, 163, 163, 0.671);
} */
.article-full-image img {
    border-radius: 6px;

}

.phone-area-field {
    display: flex;
}

.phone-area-field select {
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background: rgb(128 128 128 / 13%) !important;
    font-size: 13px;
    height: 84% !important;
    margin-top: 8px;
    font-family: Cairo SemiBold !important;
    color: rgb(110, 110, 110);
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
    text-overflow: ellipsis;
    width: 120px;
}

.download-btn {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0;

}


.download-area-btn {}








.gallery-img-slide {
    position: relative;
    width: 300px !important;
    height: 210px !important;
    border-radius: 7px;
}

.gallery-img-slide::after {
    content: '';
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    /* background-color: #000; */
    opacity: 0.8;
    width: 100%;
    top: -2px;
    bottom: -2px;
    position: absolute;
    border-radius: 7px;
}

.MultiCarousel-inner .item .card {}



.gallery-card-slide {
    position: absolute;
    z-index: 44;
    bottom: 0;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    text-align: left;
    border-radius: 7px;
}

.gallery-img-slide img {
    height: 240px !important;
}


.badge-article {
    color: #fff;
    background-color: #2f92d3;
    border-color: #2f92d3;
    padding: 0px 4px;
    border-radius: 3px;
    font-size: 12px;
    float: right;
    margin: 14px 15px 0px 0px;
    position: absolute;
    z-index: 44;
    top: 0;
    right: 0;
    font-family: Open Regular;
}

.slide-arrow {
    width: 30px !important;
    height: 30px !important;
    border: none;
}

.slide-arrow i {
    color: #878787;
    position: absolute;
    top: -12px;
    bottom: 0;
    left: -10px;
}

.slide-arrow:hover {
    color: #000 !important;
}

.explore-more-article {
    background-color: #efefef;
    height: 200px;
    border-radius: 7px;
    cursor: pointer;
    padding: 15px;
}

.explore-more-article:hover {
    background-color: #ccc;
}

.explore-item {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.explore-item p {
    color: #000;
}




.gallery-img-list {
    position: relative;
    width: 100% !important;

    border-radius: 7px;
}

.gallery-img-list img {
    height: 180px !important;
    object-fit: cover;
}

.gallery-img-list::after {
    content: '';
    /* background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f)!important; */
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    filter: blur(12px);
    /* top: -2px; */
    height: 94px;
    bottom: -2px;
    position: absolute;
    border-radius: 7px;
}








.dropdown-down {
    display: inline-block;
    position: relative;

    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 0;
    /* background-color: #00000026; */
    border-radius: 0px 7px 7px 0px;
    cursor: pointer;
}

.dd-button {
    display: inline-block;
    border: none;
    border-radius: 4px;
    padding-right: 20px;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.dd-button:hover {
    background-color: transparent;
}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    font-family: Open SemiBold;
    width: 175px;
}


.dd-menu span {
    color: #fff;
    font-size: 13px;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 25px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    text-align: left;
    font-size: 13px;
    border: solid 1px #fff;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu h6 {
    color: gray;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    padding-top: 4px;
}

.modal-btn {
    border: none;
    background: none;
    padding: 0;
}

.related-search-tags a {
    color: #5e5e5e;
    font-size: 13px;
    border: solid 1px #cdcdcd;
    border-radius: 6px;
    padding: 5px 6px;

}

.related-search-tags a:hover {
    background-color: #dfdfdf;
}

.related-search-tags {
    margin: 4px;
}

.related-tags-area h5 {
    font-size: 14px;
    color: #606060;
    font-family: Open Regular;
}

.modal-article .modal-header {
    border-bottom: none !important;
}

.share-tags i {
    color: #000;
    font-size: 25px;
}

.gallery-card-slide h5 {
    font-size: 16px;
    font-family: Open SemiBold;
    position: unset !important;
}






.related-search-tags-item {
    display: flex;
}

.comics-area {}

.comic-item {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;

    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 8px 0px 0px 8px;
    /* position: absolute; */

    display: flex;
    width: 510px;
    position: relative;
}

.comic-item::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background-image: url(../images/slimmego-bird.png);
    left: 200px;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.2;

}

.more-right {
    position: absolute;
    /* left: 92px; */
    right: 50px;
    bottom: 0;
    top: 0;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.comics-more-details-feature {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    display: flex;

}

.comics-more-details-feature {
    color: #fff;
    text-align: center;
}

.comic-area-right {
    /* position: relative; */
}

.comics-main-area {
    display: flex;
    justify-content: space-between;
}

.comic-area-left {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zz {
    position: relative;
    left: -100px;
    width: 300px;
    /* box-shadow: #dfdedea3 -10px 8px 7px -5px; */
    border-radius: 8px
}

.more-details-butt {
    color: #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    padding-top: 3px;
    position: relative;
    z-index: 333;
}

.comic-area-left p {
    width: 80%;
}

.comics-data-box {
    position: relative;
}

.comics-data-box::after {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    left: 0;
    width: 40px;
    height: 4px;
    top: -10px;
    bottom: 0;
    right: 0;
    border-radius: 5px;
}

.ee {
    position: relative;
    left: -110px;
    width: 480px;
    border-radius: 8px;
    height: 430px;
    opacity: 0.3;
}


.posted-comic-main-area {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    height: 100%;
}


.related-tags-area {

    /* -webkit-box-pack: center;
  justify-content: end;
  display: flex;
  height: 100%; */
}

.download-area-btn {
    border: solid 1px #cbcbcb;
    padding: 30px;
    border-radius: 8px;
}

.ss {
    width: 80% !important;
}


.article-full-image {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.article-full-image::before {
    content: '';
    border-radius: 8px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.article-full-zoom {
    display: flex;
    justify-content: center;
}




.zoom-item-overlay .item-overlay {
    position: relative;


    overflow: hidden;
    width: auto;

}

.zoom-item-overlay .item-overlay img {
    max-width: 100%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.zoom-item-overlay .item-overlay:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.20, 1.20);

}

.related-search-tags {
    margin: 13px 5px;
}










#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

.slideshow-items.mmin {
    display: block;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
    border: solid var(--light-grey-2) 1px;
}


.career-button {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.career-button span {
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: Open Bold;
}

.comics-list-card {
    position: relative;
    padding: 2px;

}

.comics-list-card::before {
    content: '';
    border-radius: 8px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, #2f92d3, #a22b8f) border-box;
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.side-hambmenu nav::after {
    content: '';
    position: absolute;
    background-color: #fff;
    /* filter: blur(1px); */
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/*blog list -badge start*/
.blog-badge {
    position: absolute;
    background: #2f92d3;
    color: #fff;
    padding: 0px 8px 2px;
    left: 25px;
    top: 10px;
    border-radius: 4px;
    font-size: 13px;
}

/*blog list -badge end*/





.main-banner-desk {
    width: 100%;
    height: 455px;
    object-fit: cover;
}



.country-list-sele li {
    list-style: none !important;
    margin: 3px;
}

.country-list-sele button {
    display: flex;
    margin: 2px;
}


#myDIV2 .active {
    background-color: #fff !important;
    color: #000;
    width: 100%;
}

.country-list-mob li button {
    margin: 5px;
}

.product-card-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px !important;
    font-size: 15px;
}

.related-search-tags-item {
    display: flex;
}

.related-search-tags {
    margin: 13px 5px;
}

.back-page i {
    font-size: 12px;
}

.back-page a {
    color: gray;
}







.tooltips {
    position: relative;
    display: inline-block;

}

.tooltips .tooltipstext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
    box-shadow: 2px 2px 8px 10px #e7e7e77a;
}

.tooltips:hover .tooltipstext {
    visibility: visible;
    opacity: 1;
}

.blog-home-img img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
}

.graphic-img-area img {
    width: 270px !important;
    height: 180px !important;
    object-fit: cover;
}

.back-page:hover a {
    color: #a22b8f;
}

.graphic-img-area p {
    margin-bottom: 0 !important;
}


/***********************   multi carousel   ****************************/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 5px 0 0 15px;

    /* width: 1630px !important; */
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    /* width: 1630px !important; */
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    /* width: 315px !important; */
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;

    margin: 10px;

    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}


.gallery-img-slide {
    position: relative;
    width: 300px !important;
    height: 210px !important;
    border-radius: 7px;
}

.gallery-img-slide::after {
    content: '';
    background-image: linear-gradient(to right, #2f92d3, #4c80d1, #6e6ac5, #8c4faf, #a22b8f) !important;
    /* background-color: #000; */
    opacity: 0.8;
    width: 100%;
    top: -2px;
    bottom: -2px;
    position: absolute;
    border-radius: 7px;
}

.gallery-card-slide {
    position: absolute;
    z-index: 44;
    bottom: 0;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    text-align: left;
    border-radius: 7px;
}

.gallery-img-slide img {
    height: 240px !important;
}

a.gcolor {
    color: #fff;
}

a.gcolor:hover {
    color: #fff !important;
}


.like-button {
    position: relative;
    z-index: 44;
}

.fa.fa-heart-o {
    font-size: 16px !important;
}

.recipe-container a {
    color: #4a4a4a;
}

.blog-listing a {
    color: #4a4a4a !important;
}

.food-recipe-section a {
    color: #4a4a4a;
}

.blog-area a {
    color: #4a4a4a;
}


.blog-row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.advice-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 300px !important; */
}

.expert-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 0;
}



.card-overlay {

    position: relative;







    width: auto;



}

.card-overlay {

    max-width: 100%;

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.card-overlay:hover {

    -webkit-transform: scale(1.01, 1.05);

    -moz-transform: scale(1.05, 1.05);

    transform: scale(1.03, 1.03);



}


/* 
.item-overlay:hover:before {

    opacity: 1;

} */


.alert {
    background: #007bff59 !important;
    width: 100% !important;
}

.dropdown__selected img {
    width: 25px !important;
    height: 21px !important;
    object-fit: cover;
}

.dropdown__option img {
    width: 25px !important;
    height: 21px !important;
    object-fit: cover;
}
@media screen and (min-width: 320px) and (max-width: 991.98px)
{
    #navbar-scroll {
        padding: 0px !important;
        /* This forces padding to be 0px on screens between 320px and 991.98px (mobile and tablets) */
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 15px 23px 0;
        position: relative;
        bottom: 30px;
        user-select: none;
    }
}
@media screen and (min-width: 390px) {
.header .menu-icon .navicon {
    background: #fff;
    display: block;
    top: 50px;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
}