@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 28px
}

html,
body {
    height: 100%
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #4a4a4a;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #4a4a4a;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

b,
strong {
    font-weight: 800;
}

h1,
.h1 {
    font-size: 45px;
    line-height: 50px;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 52px;
}

h3,
.h3 {
    font-size: 35px;
    line-height: 45px;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 40px
}

h5,
.h5 {
    font-size: 24px;
    line-height: 30px;
}


h6,
.h6 {
    font-size: 18px;
    line-height: 28px
}


p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.section,
section {
    padding: 70px 0
}

.container.wide {
    max-width: 1270px
}

.container {
    max-width: 1170px;
    padding: 0 20px;
}

.container.smalls {
    max-width: 1000px
}

.text_aqua {
    color: #00ccff
}

.text_white {
    color: #fff
}

.text_dark {
    color: #4a4a4a
}

.bg_aqua {
    background: #00ccff
}

.text_20 {
    font-size: 20px;
    line-height: 24px
}

.bg_gray {
    background-color: #fafafa;
}

.bg_white {
    background: #fff
}

.cta-btn {
    display: inline-block;
    padding: 13px 30px;
    background: #00ccff;
    color: #fff
}

.cta-btn:hover {
    background: #00a3cb;
    color: #fff
}

.cta-btn-green {
    display: inline-block;
    padding: 13px 30px;
    background: #32cc32;
    color: #fff
}

.cta-btn-green:hover {
    background: #26b026;
    color:  #fff;
}

.site-logo {
    max-width: 150px;
}

.mainmenu ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #00ccff;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 3px 7px;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.mainmenu ul li > ul > li a:hover {
    padding-left: 10px
}

.mainmenu ul li > ul > li a span {
    width: 25px;
    display: inline-block;
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li a {
    font-size: 17px;
    position: relative;
    display: block;
    padding: 30px 0;
    font-weight: 600;
}

.mainmenu ul li a:hover {
    color: #00ccff
}

.header-search {
    margin-left: 30px;
}

.header-search input {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: 35px;
    font-size: 16px
}

.header-search button {
    background: transparent;
    color: #00ccff
}

.hero-area {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    padding: 150px 0
}

.breadcrumb-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0
}

.pr-50 {
    padding-right: 50px;
}
.pl-50{
    padding-left: 50px
}
.hero-text p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
}

.app-store-action {
    max-width: 160px;
    display: block;
    margin: auto;
}

.quotes_slider .slide {
    padding: 0 10px
}

.quotes_slider .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.content-box {
    position: relative;
    padding: 15px;
    padding-top: 85px;
    height: 335px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}

.quotes_icon {
    font-size: 110px;
    font-family: 'Georgia', serif;
    line-height: 125px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #00ccff;
    opacity: 0.3
}

.content-box p {
    margin: 0;
    font-size: 18px;
    color: #000
}

.quotes-meta p {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

.quotes-meta {
    margin-top: 20px;
}

.text_scroll {
    height: 170px;
    overflow: auto;
}

.text_scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px
}

.text_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 10px
}

.text_scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px
}

.image-text-box {
    border-radius: 16px;
    border: 1px solid rgba(6, 58, 87, 0.1);
    transition: all 0.4s ease 0s;
    margin-top: 30px;
    background: #fafafa;
}

.image-text-box img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-text-box .text {
    padding: 25px;
    height: 325px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.image-text-box .text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.box_action {
    border: 1px solid #8b8b8b;
    font-size: 13px;
    display: inline-block;
    padding: 9px 25px;
    border-radius: 30px;
    transition: all 0.4s;
    margin-top: 0;
    color: #4a4a4a;
    font-weight: bold;
    letter-spacing: 1px;
}

.image-text-box .title {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
    line-height: normal;
    color: #333
}

.image {
    width: 100%;
    height: 230px;
}

.image-text-box:hover {
    background: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-20px);
    border-color: #fff
}

.image-text-box:hover .box_action {
    background-color: #00ccff;
    color: #fff;
    border-color: #00ccff;
}

.image-text-box:hover .title {
    color: #00ccff
}

.subscribe-inn form {
    width: 70%;
    margin: 30px auto 0;
    position: relative;
    background: #fff;
    height: 60px;
}

.subscribe-inn form input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    color: #000;
    background: transparent;
    top: 0;
    padding: 10px 20px;
}

.subscribe-inn form button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    padding: 10px 30px;
    background-color: #07a9d2;
    color: #fff;
}

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-top-area .container {
    padding: 50px 15px;
    border-top: 1px solid rgba(112, 112, 112, 0.12);
}

.footer-top-area p,
.footer-top-area a {
    font-size: 15px;
}

.footer-widget .h6 {
    margin-bottom: 15px;
    color: #4a4a4a;
}

.quick-links ul {
    column-count: 2;
}

.quick-links ul li {
    margin-bottom: 5px
}

.quick-links ul li a {
    position: relative
}

.quick-links ul li a::after {
    content: "";
    background: #00ccff;
    width: 0%;
    right: 0;
    left: auto;
    bottom: -3px;
    position: absolute;
    height: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.quick-links ul li a:hover::after {
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    right: auto;
    left: 0;
}

.social-links li {
    display: inline-block;
    margin-right: 15px;
}

.social-links li:last-child {
    margin-right: 0
}

.social-links a {
    font-size: 24px;
    color: rgba(78, 78, 78, 0.25);
}

.footer-logo {
    max-width: 160px;
}

.app-links img {
    max-width: 135px
}

.app-links li {
    margin-bottom: 20px
}

.app-links li:last-child {
    margin-bottom: 0
}

.footer-top-area a:hover {
    color: #00ccff
}

.copyright .container {
    padding: 30px 15px;
    border-top: 1px solid rgba(112, 112, 112, 0.12);
}

.copyright p {
    font-size: 14px;
    line-height: 24px
}

.copyright p a {
    text-decoration: underline
}

.copyright p a:hover {
    text-decoration: none
}

.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: #00ccff;
    border-radius: 5px;
    margin-left: 20px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: 0;
    margin-left: auto;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-search {
    display: none
}

.mobile-search {
    color: #00ccff
}

.hero_mobile {
    display: none
}

.slick-dots {
    position: inherit;
    bottom: 0;
    margin-top: 25px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: rgba(56, 155, 96, 0.26);
    border-radius: 50%;
    border: none;
}

.slick-dots li button:before {
    display: none
}

.slick-dots li button {
    background: rgba(59, 123, 159, 0.54);
    border: none;
}

.slick-dots li.slick-active button {
    background: #00ccff;
    border-color: #00ccff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.slick-dots li {
    width: auto;
    height: auto
}

.bg_aqua .slick-dots li button {
    background: rgba(255, 255, 255, 0.53)
}

.bg_aqua .slick-dots li.slick-active button {
    background: #fff
}

.header-area {
    background: #fff
}

.breadcrumb_navigation {
    padding-bottom: 10px;
}

.breadcrumb_navigation ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
    font-weight: 700
}

.breadcrumb_navigation ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb_navigation ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "|";
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb_navigation ul li:first-child::before {
    display: none
}

.breadcrumb_navigation ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.border-radius img {
    border-radius: 20px;
}

.float_img {
    float: left;
    width: 40%;
    padding-bottom: 30px
}

.pl-50 {
    padding-left: 50px
}

.float_img_right {
    width: 50%;
    float: right;
    padding-bottom: 30px
}

.content-img {
    position: relative
}

.content-img > img {
    width: 100%
}

.signature {
    max-width: 150px;
    margin-top: 20px
}

.c-wrapper {
    position: relative;
    padding: 50px 0;
}

.c-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #fafafa;
    border-radius: 25px;
    z-index: -1;
}

.c-form {
    padding-left: 60px;
    padding-right: 80px;
}

.c-form li {
    margin-bottom: 15px
}

.c-form input,
.c-form select,
.c-form textarea {
    background: 0 0;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 18px;
    height: 60px;
    background: #fff;
}

.c-form select {
    color: #8b8b8b
}

.c-form textarea {
    overflow: auto;
    resize: vertical;
    height: 140px;
}

.c-form p a {
    text-decoration: underline
}

.c-form p a:hover {
    text-decoration: none
}

.faqs-accordion {
    margin-top: 30px
}

.faqs-accordion .accordion-item {
    margin-top: 15px;
    border: 0;
}

.faqs-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #30cb30;
    box-shadow: none;
}

.faqs-accordion .accordion-button {
    padding: 20px 40px;
    color: #4a4a4a;
    background-color: #f8f8f8;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 700
}

.faqs-accordion .accordion-body {
    padding: 35px;
    background-color: #fafafa;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.faqs-accordion .accordion-button::after {
    display: none
}

.section_heading {
    margin-bottom: 30px
}

.content_list {
    padding-left: 20px;
    margin: 20px 0
}

.content_list li {
    margin: 10px 0
}

.content_list li::before {
    content: "\2022";
    color: #00ccff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.content-text p a {
    text-decoration: underline
}

.content-text p a:hover {
    text-decoration: none
}

.content-text p strong {
    color: #4a4a4a
}

.ambassador-form {
    padding: 50px;
    padding-bottom: 0
}

.ambassador-form form {
    margin-top: 50px
}

.c-form .lebel {
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4a4a4a;
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00ccff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.c-form small {
    font-size: 14px;
    line-height: 20px;
    display: block;
    opacity: 0.7;
}

.custom_radio {
    margin: 7px 0;
    margin-right: 10px;
    display: inline-block
}

.ambassador-form button {
    margin-top: 20px
}

.content_list_number {
    list-style: decimal;
    padding-left: 30px
}

.content_list_number li {
    list-style: decimal;
    margin: 10px 0
}

.food_brands_badge {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 200px !important;
}

.download_group_action a img {
    max-width: 170px
}

.download_group_action {
    display: flex;
    align-items: center
}

.download_group_action .cta-btn {
    margin-top: 0;
    margin-right: 20px
}

.qr_action {
    margin-left: 20px
}

.download_group_action a.qr_action img {
    max-width: 100px
}

.compare-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compare-img {
    width: 100%;
    height: 375px;
}

.compare-table th {
    text-align: center;
    font-size: 20px;
    color: #00ccff;
    font-weight: 700;
    padding: 15px;
}

.compare-box p {
    text-align: center;
    margin-bottom: 10px
}

.compare-box li {
    margin: 0;
    margin-bottom: 5px
}

.compare-box li,
.compare-points p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.compare-points {
    margin-top: 20px;
    padding: 0 5px
}

.compare-points .content_list {
    margin: 0
}

.compare-points > p {
    line-height: 20px
}

.compare-table table {
    width: 100%
}

.compare-table table th,
.compare-table table td {
    border: 4px solid #fafafa
}

.compare-table table td {
    padding: 20px 15px;
    vertical-align: top
}

.compare-table table td:first-child {
    width: 22%
}

.compare-table .col-lg-3 {
    padding: 0
}

.compare-table {
    margin-top: 30px
}

.custom_checkbox [type="checkbox"]:checked,
.custom_checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_checkbox [type="checkbox"]:checked + label,
.custom_checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.custom_checkbox [type="checkbox"]:checked + label:before,
.custom_checkbox [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.custom_checkbox [type="checkbox"]:checked + label:after,
.custom_checkbox [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00ccff;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom_checkbox {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px
}

.process-slide .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.process-slide .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.process-slide .slide {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.process-box {
    margin-top: 40px
}

.process-img {
    margin-top: 15px
}

.box-gradient {
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #f5f5f5 100%);
    border-radius: 16px;
    padding: 30px;
    margin-top: 50px;
    transition: all 0.4s ease 0s;
    position: relative;
    z-index: 1;
}

.box-gradient:hover {
    box-shadow: 15px 15px 30px rgb(0 0 0 / 10%);
    transform: translateY(-20px);
}

.box-icon {
    width: 85px;
    margin: 0 auto 20px;
}

.box_title {
    font-size: 20px;
    display: block;
    line-height: 24px;
}

.box-border {
    padding: 30px;
    border: 4px solid #fafafa;
    height: 250px
}

.box-border small {
    font-size: 14px;
    line-height: 20px;
    display: block;
    opacity: 0.7;
}

.box-border .cta-btn-green {
    display: block;
    border-radius: 30px
}

.spokin-words-inn .col-lg-7 {
    padding-right: 0
}

.spokin-words-inn .col-lg-5 {
    padding-left: 0;
    background: #89D5DE;
    position: relative
}

.spokin_words {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute
}

.quotes {
    font-size: 90px;
    font-family: 'Georgia', serif;
    color: #0C4474
}

.spokin_words .content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-top: 25px;
}

.quotes_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -34px;
}

.quotes_up {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.spokin_words p {
    color: #0C4474
}

.spokin_words .content p,
.spokin_words p strong {
    font-size: 22px;
    color: #0C4474
}

.words_meta {
    margin-top: 30px;
}

.words_meta p {
    margin: 0
}

.words_meta p:not(.meta_name) {
    font-style: italic;
    font-size: 16px !important
}

.meta_name strong {
    font-size: 16px !important
}

.offer_slider .slide {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.offer_slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.offer_slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.offer_box {
    padding: 30px;
    border: 4px solid #fafafa;
    display: block;
    padding-left: 10px;
}

.offer_box p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px
}

.offer_box .content-text a:hover {
    color: #00ccff
}

.care-campaign-inn {
    margin-top: 30px
}

.internal-link li a {
    display: block;
    background-color: rgba(57, 100, 107, 0.06);
    text-align: center;
    padding: 16px 15px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
}
.internal-link li a:hover {
    background-color: #32cc32;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.11);
    color: #fff;
    transform: translateY(-10px);
}

.program-table {
    margin-top: 30px
}

.program-table .nav-tabs .nav-item {
    border: medium none;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block;
}

.program-table .nav-tabs {
    border: none;
}

.program-table .nav-tabs .nav-link {
    border-radius: 0;
    line-height: normal;
    color: #00ccff;
    padding: 15px;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    display: block;
    width: 100%;
    border: none;
}

.program-table .nav-tabs .nav-link.active {
    background: #00ccff;
    color: #fff
}

.program-slider .slide {
    padding: 0 15px
}

.program-head p {
    font-size: 20px;
}

.program-content {
    margin-top: 20px
}

.program-table .tab-content > .tab-pane {
    display: block;
    height: 0;
}

.program-table .tab-content {
    padding: 30px 50px;
    background: #fcfdff
}

.program-table .tab-content > .active {
    height: auto
}

.verify-form-area {
    z-index: 11;
    position: relative
}

.box {
    margin-top: 30px
}

.box-img img {
    width: 100%
}

.box-text {
    margin-top: 10px
}

.partner_slider .slide {
    padding: 0 15px
}

.partner_slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.partner_slider .slick-dots {
    margin: 0
}

.categories-area .container {
    max-width: 830px;
}

.cat-box {
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    transform: scale(1)
}

.cat-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    content: "";
    z-index: -1;
    border-radius: 10px;
}

.cat-box span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.cat-box:hover {
    transform: scale(1.1);
    box-shadow: 0 39px 99px rgba(145, 145, 145, 0.5);
}

.section_action {
    margin-top: 50px
}

.categories-area .col-md-4:last-child {
    display: none;
}

.categories-area .col-md-4:last-child .cat-box {
    background: #00ccff;
    color: #fff
}

.cat_slider .slide {
    padding: 0 15px
}

.cat_slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.offer_box li {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
}

.allergy-verified-product .slide {
    padding: 0 15px;
}

.allergy-verified-product .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.slick-arrow::before {
    display: none
}

.slider-content .container {
    position: relative
}

.offer_alt .content-text > a {
    font-size: 16px;
    text-decoration: underline
}

.offer_alt a:hover {
    text-decoration: none
}

.allergy-verified-product {
    margin-top: 30px
}

.allergy-verified-product .slick-dots {
    margin: 0
}

.custom_arrows {
    text-align: right;
}

.custom_arrows li {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fafafa;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    transition: all 0.4s
}

.custom_arrows li:hover {
    border-color: #00ccff;
    background: #00ccff;
    color: #fff;
    transform: scale(1.1)
}
.scroll_list ul{
    text-align: center
}
.scroll_list ul li{
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    position: relative
}
.scroll_list ul li::after {
    position: absolute;
    content: "|";
    right: -15px;
    top: 0;
    opacity: 0.5
}
.scroll_list ul li:last-child::after {
    display: none
}
.scroll_list ul li a{
    font-weight: 700;
    position: relative
}
.scroll_list ul li a::after{
    content: "";
    background: #00ccff;
    width: 0%;
    right: 0;
    left: auto;
    bottom: -3px;
    position: absolute;
    height: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.scroll_list ul li a:hover{
    color: #00ccff
}
.scroll_list ul li a:hover::after {
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    right: auto;
    left: 0;
}
.scroll_list{
    margin-top: 30px
}
.section_item{
    padding: 70px 0
}
.section_item:last-child{
    padding-bottom: 0
}
.section_item p{
    margin-bottom: 10px
}


/* Responsive */

@media(max-width: 1350px) {
    .mobile-search {
        display: block
    }

    .header-area {
        padding: 15px 0;
        position: relative;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
    }

    .header-action {
        display: none !important;
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #fafafa;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 10px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        font-size: 16px;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        top: 45%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 32px;
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 32px
    }

    nav#menu ul ul > li a {
        padding: 7px 0px;
        line-height: normal;
        font-size: 14px
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 20px;
        column-count: 2
    }

    .header-action {
        display: none
    }

    .site-logo {
        width: 90px
    }

    .header-search {
        margin-left: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fafafa;
        padding: 20px;
        border-top: 1px solid #fafafa;
    }

    .header-search input {
        font-size: 16px;
        width: 87%;
        background: transparent
    }

    .header-search {
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    .header-search.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .hero-area {
        position: relative
    }

    .text_20 {
        font-size: 16px;
    }

}

@media(min-width: 992px) {}

@media(max-width: 991px) {
    .breadcrumb-area {
        padding: 50px 0
    }

    body {
        font-size: 16px
    }

    .pr-50 {
        padding-right: 0
    }

    .pl-50 {
        padding-left: 0
    }

    .c-form .lebel {
        font-size: 14px
    }

    .c-form input,
    .c-form select,
    .c-form textarea {
        font-size: 16px
    }

    p {
        margin-bottom: 15px;
    }

    .faqs-accordion .accordion-button {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .faqs-accordion .accordion-body {
        padding: 20px
    }

    .cta-btn {
        text-align: center
    }

    .content_list_number {
        padding-left: 15px
    }

    .box_title {
        font-size: 18px;
        line-height: 22px;
    }

    .box-gradient {
        padding: 20px
    }

    .custom_arrows .prev {
        position: inherit;
        left: auto;
        top: auto;
    }

    .custom_arrows .next {
        position: inherit;
        right: auto;
        top: auto;
    }

    .custom_arrows svg {
        width: 28px;
        height: 28px;
    }
    .section_item {
    padding: 50px 0;
}
}

@media(min-width: 768px) {}

@media(max-width: 767px) {

    h1,
    .h1 {
        font-size: 30px;
        line-height: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 29px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 26px;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .subscribe-inn form {
        width: 100%
    }

    .subscribe-inn form button {
        padding: 10px
    }

    .subscribe-inn form input {
        padding-right: 115px
    }

    .hero_mobile {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 50%;
    }

    .hero-area {
        background-image: none !important;
        padding: 60px 0;
    }

    .app-store-action {
        margin: 0
    }

    .subscribe-inn form {
        width: 85%;
    }

    .social-links {
        margin-top: 20px
    }

    .footer-top-area p,
    .footer-top-area a {
        font-size: 14px;
    }

    .social-links a {
        font-size: 24px
    }

    .app-links img {
        max-width: 90px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .copyright br {
        display: none
    }

    .float_img {
        padding-right: 30px
    }

    .float_img_right {
        padding-left: 30px
    }

    .image-text-box .text {
        padding: 20px
    }

    .ambassador-form {
        padding: 50px 0 0;
    }

    p br {
        display: none
    }

    .c-wrapper .c-form {
        padding-left: 0px;
        padding-right: 20px;
    }

    .process-slide .slide {
        flex: auto;
    }

    .compare-img {
        height: 300px
    }

    .download_group_action {
        flex-wrap: wrap
    }

    .download_group_action .cta-btn {
        width: 100%;
        margin-bottom: 20px
    }

    .process-box .h5 {
        height: 55px;
    }

    .program-slider .compare-points {
        padding: 0 20px;
    }

    .compare-table table {
        table-layout: fixed
    }

    .box-border {
        padding: 20px;
        height: 270px;
        margin: 15px 0;
    }

    .spokin-words-inn .col-lg-5 {
        padding-left: 15px;
        background: transparent
    }

    .spokin-words-inn .content-text {
        background: #89D5DE
    }

    .quotes {
        font-size: 55px
    }

    .spokin_words {
        padding: 20px;
        position: inherit;
    }

    .spokin_words .content p,
    .spokin_words p strong {
        font-size: 16px;
        line-height: 20px;
    }

    .quotes_down {
        bottom: -5px;
    }

    .words_meta {
        margin-top: 0;
    }

    .words_meta p:not(.meta_name) {
        font-size: 14px !important;
        line-height: 20px;
    }

    .offer_box {
        text-align: center;
        padding-left: 20px;
        padding: 20px
    }

    .internal-link li a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .categories-area .col-md-4:last-child {
        display: block;
    }

    .offer_alt .content-img {
        width: 160px;
        margin: 0 auto 20px
    }

    .offer_box.offer_alt {
        padding-left: 20px
    }
    .scroll_list{
        margin: 0
    }
    .scroll_list ul{
        text-align: left;
        column-count: 2;
        padding: 10px
    }
    .scroll_list ul li{
        display: block;
        margin: 0;
        padding: 0
    }
    .scroll_list ul li a {
    font-size: 14px;
    line-height: 16px;
}
    .scroll_list ul li::after{
        display: none
    }
    .select_tab  {
        margin: 25px 0;
        background: #fafafa
    }
    .select_tab .footer_title{
        padding: 15px;
        background: #fafafa
    }
    .select_tab .footer_title:before{
        right: 15px
    }
    

}

@media(max-width: 575px) {
    .footer_acc.acc ul {
        display: block;
    }

    .footer_title {
        position: relative;
        border-bottom: 1px solid rgba(112, 112, 112, 0.12);
        padding-bottom: 10px;
    }

    .footer_title:before {
        content: "";
        border: 1px solid #063a57;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%) rotate(135deg);
        border-width: 1px 1px 0 0;
    }

    .footer_acc.acc .footer_title:before {
        transform: rotate(-45deg);
    }

    .footer_acc ul {
        display: none;
        padding: 0px;
    }

    .section, section {
        padding: 50px 0;
    }

    br {
        display: none
    }

    .hero-area {
        padding: 40px 0 80px
    }

    .app-store-action {
        margin: auto
    }

    .hero_mobile {
        position: absolute;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .footer_acc ul {
        padding: 10px;
    }

    .float_img,
    .float_img_right {
        width: 100%;
        float: none
    }

    .subscribe-inn form {
        width: 100%;
        height: 55px
    }



    .quick-links ul li {
        line-height: 20px;
        margin-bottom: 15px
    }

    .float_img {
        padding-right: 0px;
        padding-bottom: 0
    }

    .float_img_right {
        padding-left: 0px;
        padding-bottom: 0
    }

    .c-wrapper:after {
        width: 100%
    }

    .c-wrapper img {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    .c-wrapper .c-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-img {
        margin-bottom: 30px
    }

    .download_group_action .cta-btn {
        margin-bottom: 15px
    }

    .download_group_action a img {
        margin: auto;
    }

    .program-table .col-lg-12 {
        padding: 0
    }

    .compare-points {
        padding: 0 10px;
    }

    .program-slider .compare-points {
        padding: 0 10px;
    }

    .box-border {
        padding: 20px;
        height: auto;
        margin: 10px 0;
    }

    .spokin-words-inn .col-lg-7 {
        padding: 0;
    }

    .spokin-words-inn .col-lg-5 {
        padding: 0
    }

    .offer_box {
        text-align: center;
        padding-left: 30px
    }

    .spokin-words-inn .content-img {
        margin: 0
    }

    .spokin_words {
        padding: 30px;
        position: inherit;
    }

    .internal-link li a {
        padding: 12px 10px;
        margin-top: 20px;
        font-size: 14px;
    }

    .cat-box {
        height: 160px;
    }

    .custom_arrows {
        margin-top: 20px;
        text-align: center
    }

    .text_20 {
        font-size: 18px
    }
    
    
}


@media(max-width: 420px) {
    .cta-btn {
        display: block;
        width: 100%;
        text-align: center
    }


}

@media(max-width: 320px) {}

@media(max-width: 300px) {
    nav#menu > ul ul {
        column-count: 1
    }
}

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

    h1,
    .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 40px;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 38px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-area {
        background-position: center center;
        padding: 80px 0;
    }

    .app-store-action {
        margin: 0
    }

    .header-search input {
        width: auto;
        background: transparent;
    }

    .header-search {
        position: inherit;
        background: transparent;
        padding: 0;
        border-top: 0px solid #fafafa;
        visibility: visible;
        opacity: 1
    }

    .mobile-search {
        display: none
    }

    .content-box {
        height: 290px;
    }

    .text_scroll {
        height: 120px;
    }

    .quotes-meta p {
        font-size: 14px
    }

    .quotes-meta p br {
        display: none
    }

    .content-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .image-text-box .title {
        font-size: 18px
    }

    .image-text-box .text p {
        -webkit-line-clamp: 4;
    }

    .image-text-box .text {
        padding: 20px;
        height: 280px;
    }

    .copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .copyright br {
        display: none
    }

    .float_img {
        padding-right: 30px
    }

    .float_img_right {
        padding-left: 30px
    }

    p br {
        display: none
    }

    .ambassador-form {
        padding: 50px 0 0
    }

    .footer-widget {
        margin: 20px 0;
    }

    .c-wrapper .c-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .compare-img {
        height: 300px
    }

    .download_group_action {
        flex-wrap: wrap
    }

    .download_group_action .cta-btn {
        width: 100%;
        margin-bottom: 20px
    }

    .process-box .h5 {
        height: 55px;
    }

    .compare-points {
        padding: 0 10px;
    }

    .program-slider .compare-points {
        padding: 0 10px;
    }

    .program-slider .compare-points {
        padding: 0 20px;
    }

    .compare-table table {
        table-layout: fixed
    }

    .process-slide .slide {
        flex: auto;
    }

    .program-table .tab-content {
        padding: 30px
    }

    .program-head p {
        font-size: 17px;
    }

    .internal-link li a {
        padding: 10px
    }

    .spokin_words .content p,
    .spokin_words p strong {
        font-size: 20px;
        line-height: 24px;
    }

    .quotes {
        font-size: 70px;
    }

    .quotes_down {
        bottom: -15px;
    }

    .spokin_words .content {
        padding-top: 10px;
    }

    .words_meta p br {
        display: block
    }

    .words_meta {
        margin-top: 0;
    }

    .internal-link li a {
        font-size: 15px
    }

    .box-border {
        margin: 15px 0
    }

    .hero-text p br {
        display: block
    }

    .offer_alt .content-img {
        width: 160px;
        margin: 0 auto 20px;
    }

    .offer_box.offer_alt {
        padding-left: 20px;
        text-align: center
    }
    .text_20 {
    font-size: 18px;
}

}

@media (width: 1024px) {
    .hero-area {
        background-position: left center;
        padding: 80px 0;
    }


    .header-search input {
        width: auto;
        background: transparent;
    }

    .header-search {
        position: inherit;
        background: transparent;
        padding: 0;
        border-top: 0px solid #fafafa;
        visibility: visible;
        opacity: 1
    }

    .mobile-search {
        display: none
    }

    .download_group_action {
        flex-wrap: wrap
    }

    .download_group_action .cta-btn {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    .compare-table table {
        table-layout: fixed
    }

    .box-border {
        padding: 20px;
        height: 285px;
    }
}

.press-section img {
    max-width: 100px;
    display: block;
    margin: auto;
}

.press-section .content-img {
    border: 1px solid #eee;
    margin-bottom: 24px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restaurant-item {
    border-bottom: 1px solid #eee;
    padding: 60px 0 !important;
}

@media(max-width: 767px) {

.restaurant-item {
    padding: 40px 0 !important;
}

}

@media(min-width: 768px) {

aside .scroll_list ul li {
    display: block;
    text-align: left;
    border: none;
}

aside .scroll_list ul li::after {
    display: none;
}

aside .scroll_list ul li {
    padding: 0px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

aside .scroll_list ul li a {
    display: table;
    padding: 8px 0;
}

aside .scroll_list ul li a:after {
    display: none;
}

aside .scroll_list ul li a:hover {
    color: #00ccff;
}

}

.partners_list {

}

.partners_list .grid .grid-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 0px;
}

.partners_list .grid .grid-item .content-img {
    border: 1px solid #eee;
    margin-bottom: 24px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.filters-button-group {
    margin: 30px 0 40px;
    text-align: center;
}

.filters-button-group button {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0 20px 10px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

.filters-button-group button.is-checked,
.filters-button-group button:hover {
    color: #00ccff;
    border-bottom: 2px solid;
}

@media(max-width: 991px) {

.partners_list .grid .grid-item {
    width: 33.33333%;
}

}

@media(max-width: 575px) {

.filters-button-group button {
    margin: 0 10px 10px;
}

.partners_list .grid .grid-item {
    width: 50%;
}

}

@media(min-width: 992px) {

.breadcrumb-area .col-lg-6 {
    min-width: 700px;
}

}

.allergy-verified-product .offer_box {
    border: 1px solid #eee;
    padding: 25px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    text-align: left;
}

.allergy-verified-product .offer_box .content-img img {
    width:auto;
    display: block;
    margin: 0 auto 40px;
}


.allergy-verified-product .offer_box:hover {
    border: 1px solid #01ccff;
}


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

 .col-md-8 .restaurant-item .content-img {
    padding-bottom: 20px;
 }

}

.faqs-accordion .accordion-button {
    padding-right: 40px;
}

.faqs-accordion .accordion-button:not(.collapsed):before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 25px;
    top: calc(50% + 3px);
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    z-index: 2;
    transform: translateY(-50%) rotate(-135deg);
    transition: 0.3s all;
}

.faqs-accordion .accordion-button.collapsed:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 25px;
    top: 50%;
    border: 2px solid #ddd;
    border-width: 0 2px 2px 0;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s all;
}

.categories-area .col-md-4:last-child .cat-box:hover {
    background: #00a3cb;
    color: #fff
}

