@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #FF5764;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #29ABE2;
    text-decoration: none;
}

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

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right !important;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 5%;
}

.home-graphic {
    position: absolute;
    right: 0;
    top: 0;
}

.inner-graphic {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (max-width:760px) {
    .container {
        padding: 0 15px;
    }

    .home-graphic {
        width: 50%;
    }

    .inner-graphic {
        width: 65%;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .container {
        padding: 0 30px;
    }
}

/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */
.header-section {
    width: 100%;
    padding: 30px 0;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 1px 0px 7px 0px #00000029;
    transition: all .4s ease-in-out;
}

.header-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.download-app a {
    position: absolute;
    right: 5%;
    top: -30px;
    z-index: 99999;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 210px;
    height: 46px;
    background-color: #01615F;
    border: none;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: block;
}

.download-app a:hover {
    background-color: #FBB03B !important;
    transition: all .4s ease-in-out;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 9999;
}

.brand img {
    height: 84px;
}

.menu {
    margin: 0 30px 0 0;
    padding: 0;
}

@media screen and (max-width: 1190px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 300px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFFFFF;
        transition: all 0.5s ease;
        margin: 0;
        padding: 0 !important;
    }

    .navbar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    display: inline-block;
    margin-left: 25px;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    color: #FFFFFF;
    position: relative;
    padding: 0;
    transition: all .4s ease-in-out;
}

.menu-link>.fa-house-chimney {
    font-size: 16px;
    color: inherit;
    line-height: 68px;
}

.menu-link>i {
    font-size: 10px;
    color: inherit;
}

.menu-link:hover {
    color: #FFFFFF;
    outline: none;
    transition: all .4s ease-in-out;
}

.menu-link:focus {
    color: #FFFFFF;
}

.menu-link a {
    color: #FFFFFF;
    position: relative;
}

.menu-link a>i {
    font-size: 10px;
    color: inherit;
}

.menu-link::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition-duration: 0.25s;
    background-color: #FFFFFF;
}

.menu-active {
    color: #FFFFFF;
}

.menu-active a.menu-link {
    color: #FFFFFF;
}

.menu-active span.menu-link {
    color: #FFFFFF;
}

.menu a.active {
    color: #FFFFFF;
}

.menu a:hover {
    color: #FFFFFF;
}

.header-section.sticky .menu-link {
    color: #000000;
}

@media only screen and (min-width: 1190px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1190px) {
    .menu {
        width: 100%;
        height: 100%;
        padding: 50px 20px 20px 20px;
    }

    .menu-item {
        display: block;
        margin: 20px auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0;
        color: #000000;
        line-height: 40px !important;
    }

    .menu-link:hover {
        outline: none;
        color: #FFC700 !important;
    }

    .menu-link::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        transform: scale(1, 1);
        transform-origin: center top;
        transition-duration: 0.25s;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .menu-item:last-child {
        padding: 0;
        height: inherit;
        border-radius: 0;
        border: none;
        display: block;
    }

    .menu-active {
        background: none !important;
    }

    .menu-active a {
        color: #000000 !important;
        background: none !important;
    }

    .menu-dropdown .menu-link {
        background: url(../img/nav-arrow.svg) no-repeat 96% !important;
    }

    .menu-quote .menu-link,
    .menu-apply .menu-link {
        justify-content: center !important;
    }
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    list-style: none;
}

.submenu-item {
    width: 190px;
    background-color: #F9F9F9;
    float: left;
    margin: 0 5px;
}

.submenu-link {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #2A2A2A;
    transition: all 0.35s ease;
    padding: 15px;
    background: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    height: 80px;
}

.submenu-link:hover {
    outline: none;
    color: #000000 !important;
    background: none !important;
    background-color: rgba(0, 30, 83, 0.02) !important;
}

.submenu-link-active {
    color: #000000 !important;
    background: none !important;
    background-color: rgba(0, 30, 83, 0.02) !important;
}

.submenu-link img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 1190px) {
    .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        padding: 0;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }

    .submenu-item {
        width: 100%;
        background-color: #F9F9F9;
        float: none;
        margin: 0;
    }

    .submenu-link {
        font-size: 16px;
        font-weight: 400;
        line-height: inherit;
        cursor: pointer;
        color: #2A2A2A;
        transition: all 0.35s ease;
        padding: 10px;
        background: none !important;
        height: auto;
    }

    .submenu-link:hover {
        outline: none;
        color: #2A2A2A;
        background-color: rgba(0, 30, 83, 0.1) !important;
    }

    .submenu-link-active {
        color: #FFC700;
        background: none !important;
        background-color: rgba(0, 30, 83, 0.1) !important;
    }

    .menu-active a.submenu-link {
        background: none !important;
        background-color: #FFFFFF !important;
    }

    .menu-active a.submenu-link:hover {
        outline: none;
        color: #FFC700;
    }

    .menu-active a.submenu-link-active {
        color: #FFC700;
        background: none !important;
    }

    .brand img {
        width: 146px;
        height: 50px;
    }

    .submenu-link img {
        width: 30px;
        height: 30px;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 1;
    border: none;
    outline: none;
    background: #050524;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    margin-left: 20%;
    width: 80%;
}

.burger-line:nth-child(3) {
    top: 1rem;
    margin-left: 50%;
    width: 50%;
}

.close {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 2rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 1.7rem;
    width: 3px;
    background-color: #001E53;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1190px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .close {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1190px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.header-section .container aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.header-section .container aside ul li {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.header-section .container aside ul li a {
    color: #FFFFFF;
}

.header-section.sticky .container aside ul li a {
    color: #000000;
}

.buy-online a {
    margin: 0;
    padding: 10px 25px;
    width: 210px;
    height: 56px;
    background-color: #FF5764;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.buy-online a:hover {
    background-color: #29ABE2 !important;
    transition: all .4s ease-in-out;
}

.login a, .login button {
    margin: 0 50px 0 0;
    padding: 10px 25px;
    width: 210px;
    height: 56px;
    background-color: #FBB03B;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.my-button{
    margin: 0 50px 0 0;
    padding: 10px 25px;
    width: 210px;
    height: 56px;
    background-color: #FBB03B;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.my-button-danger{
    margin: 0;
    padding: 10px 25px;
    width: 210px;
    height: 56px;
    background-color: #FF5764;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.login button:hover {
    background-color: #01615F !important;
    transition: all .4s ease-in-out;
}



.login a:hover {
    background-color: #01615F !important;
    transition: all .4s ease-in-out;
}

.download-app-mobile a {
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    height: 56px;
    background-color: #01615F;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: none;
}

.download-app-mobile a:hover {
    background-color: #FBB03B !important;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:1190px) {
    .header-section {
        padding: 15px 0;
        background-color: #FFFFFF;
    }

    .download-app a {
        display: none;
    }

    .header-section .container {
        gap: 0;
    }

    .header-section .container aside {
        margin-right: 50px;
    }

    .header-section .container aside ul li a {
        color: #000000;
    }

    .buy-online a,
    .login a {
        width: 100%;
        margin: 0;
    }

    .download-app-mobile a {
        display: block;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {

    .buy-online a,
    .login a {
        width: auto !important;
        margin: 0;
    }

    .download-app a {
        right: 30px;
    }
}

.header-section.sticky .download-app a {
    top: -10px;
}

.header-section.sticky .navbar {
    margin-top: 20px;
}

.header-section.sticky aside {
    margin-top: 20px;
}

@media only screen and (max-width:1190px) {
    .header-section.sticky .navbar {
        margin-top: 0;
    }

    .header-section.sticky aside {
        margin-top: 0;
    }
}

/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */
.banner-section .container {
    position: relative;
    text-align: center;
}

@media only screen and (max-width:760px) {
    .banner-section {
        background-size: contain;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .banner-section {
        background-size: contain;
    }
}

/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */

.content-section {
    min-height: 400px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 40px;
}

.content-section h2 {
    font-size: 40px;
}

.content-section h3 {
    font-size: 36px;
}

.content-section h4 {
    font-size: 32px;
}

.content-section h5 {
    font-size: 24px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #000000;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    margin: 25px 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #29ABE2;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-block;
}

.btn-01 a:hover {
    background-color: #FF5764 !important;
    transition: all .4s ease-in-out;
}

.btn-02 a {
    margin: 25px 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #FBB03B;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-block;
}

.btn-02 a:hover {
    background-color: #01615F !important;
    transition: all .4s ease-in-out;
}

.btn-03 a {
    margin: 25px 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #FF5764;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-block;
}

.btn-03 a:hover {
    background-color: #29ABE2 !important;
    transition: all .4s ease-in-out;
}


@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 28x;
    }

    .content-section h2 {
        font-size: 26px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section h4 {
        font-size: 22px;
    }

    .content-section h5 {
        font-size: 20px;
    }

    .content-section h6 {
        font-size: 18px;
    }

    .content-section p {
        font-size: 16px;
        line-height: 1.5;
    }

    .content-section ul li {
        font-size: 16px;
        line-height: 1.5;
    }

    .content-section ol li {
        font-size: 16px;
        line-height: 1.5;
    }

    .btn-01 a {
        padding: 5px 15px;
        font-size: 16px;
        height: auto;
        font-size: 16px;
    }

    .btn-02 a {
        margin: 5px auto;
        padding: 5px 15px;
        font-size: 16px;
        height: auto;
        font-size: 16px;
    }

    .btn-03 a {
        margin: 5px auto;
        padding: 5px 15px;
        font-size: 16px;
        height: auto;
        font-size: 16px;
    }
}

@media only screen and (min-width:1190px) and (max-width:1170px) {
    .btn-01 a {
        padding: 10px 20px;
    }

    .btn-02 a {
        padding: 10px 20px;
    }

    .btn-03 a {
        padding: 10px 20px;
    }
}

.welcome-section {
    padding: 50px 0;
    background: url(../img/graphic02.svg) no-repeat top left;
    position: relative;
    text-align: center;
}

.welcome-section::after {
    content: "";
    background: url(../img/welcome-graphic.webp) no-repeat center;
    width: 298px;
    height: 512px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -256px;
}

.welcome-section .container {
    position: relative;
}

.welcome-section .container figure {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 5%;
    bottom: 0;
}

.welcome-section h2 {
    margin: 0 auto;
    max-width: 650px;
    padding: 50px 0;
}

.welcome-section p {
    margin: 0 auto;
    max-width: 530px;
    padding: 15px 0;
}

.welcome-section .btn-01 {
    position: relative;
}

.welcome-section .btn-01 a {
    min-width: 210px;
}

.welcome-section .btn-01::after {
    content: "";
    width: 45%;
    height: 12px;
    background: url(../img/line-blue.webp) no-repeat left;
    position: absolute;
    right: -6%;
    bottom: 47px;
}

@media only screen and (max-width:760px) {
    .welcome-section {
        padding: 30px 0;
        background-position: left bottom;
        background-size: 200px;
    }

    .welcome-section::after {
        display: none;
    }

    .welcome-section .container figure {
        margin: 0;
        padding: 0;
        position: inherit;
        left: auto;
        bottom: auto;
        text-align: center;
    }

    .welcome-section h2 {
        max-width: 100%;
        padding: 15px 0;
    }

    .welcome-section p {
        max-width: 100%;
        padding: 10px 0;
    }

    .welcome-section .btn-01::after {
        width: 20%;
        right: -15px;
        bottom: 43px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .welcome-section {
        background-position: left bottom;
    }

    .welcome-section::after {
        display: none;
    }

    .welcome-section .container {
        text-align: center;
    }

    .welcome-section .container figure {
        margin: 0;
        padding: 0;
        position: inherit;
        left: auto;
        bottom: auto;
        text-align: center;
    }

    .welcome-section p {
        max-width: 100%;
    }

    .welcome-section .btn-01::after {
        width: 37%;
        right: -30px;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {
    .welcome-section .container figure {
        width: 300px;
    }

    .welcome-section p {
        width: 38%;
    }

    .welcome-section .btn-01::after {
        width: 40%;
        right: -30px;
    }
}

.stepbystep-section {
    padding: 100px 0;
    background: url(../img/graphic03.webp) repeat-x bottom;
}

.stepbystep-section .container {
    position: relative;
}

.stepbystep-section .container .image {
    position: absolute;
    right: -5%;
    top: 25%;
}

.stepbystep-section .container h2 {
    font-size: 75px;
    font-weight: 600;
    line-height: 90px;
    text-align: left;
    color: #FBB03B;
    position: absolute;
    left: 5%;
    top: 0;
}

.tabs_wrapper {
    margin: 0 auto;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 35%;
    min-width: 175px;
    list-style: none;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #00000033;
}

ul.tabs li span {
    background-color: #fff;
    padding-right: 30px;
    display: inline-block;
}

ul.tabs li:hover {
    color: #000000;
}

ul.tabs li.active {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #000000;
    background: url(../img/line-yellow.webp) no-repeat right;
}

.tab_container {
    width: 65%;
    min-width: 10px;
    display: inline-block;
}

.tab_content {
    padding: 0;
    height: 100%;
    display: none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tab_content figure {
    width: 100%;
    max-width: 384px;
}

.tab_content article {
    width: calc(100% - 384px);
}

.tab_content article h3 {
    font-size: 40px;
    padding: 150px 0 10px 0;
}

.tab_content article h3 span {
    display: block;
}

.tab_content article h3 strong {
    color: #FBB03B;
    font-weight: 600;
    display: block;
}

.tab_content_mobile_header article {
    display: none;
}

.tab_content_mobile_header article h3 span {
    display: block;
}

.tab_content_mobile_header article h3 strong {
    color: #FBB03B;
    font-weight: 600;
    display: block;
}

.tab_drawer_heading {
    display: none;
}

@media only screen and (max-width:760px) {
    .stepbystep-section {
        padding: 30px 0;
        background-size: contain;
    }

    .stepbystep-section .container .image {
        display: none;
    }

    .stepbystep-section .container h2 {
        font-size: 50px;
        line-height: 1;
        position: inherit;
        left: auto;
        top: auto;
        text-align: center;
        width: 100%;
    }

    .tab_content {
        flex-wrap: wrap;
    }

    .tab_content figure {
        width: 100%;
        max-width: 100%;
        margin: -50px auto;
    }
    
    .tab_content_mobile_header article {
        width: 100%;
        display: block;
    }

    .tab_content_mobile_header article h3 {
        font-size: 28px;
        padding: 10px 0;
        text-align: center;
    }

    .tab_content article {
        width: 100%;
        display: none;
    }

    .tab_content article h3 {
        font-size: 28px;
        padding: 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 781px) {
    ul.tabs {
        display: none;
    }

    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
    }

    .tab_drawer_heading {
        background-color: #FFFFFF;
        color: #00000033;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        font-size: 20px !important;
    }

    .tab_drawer_heading:hover {
        color: #000000;
    }

    .d_active {
        color: #000000;
        background: url(../img/line-yellow.webp) no-repeat right bottom;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    ul.tabs {
        display: none;
    }

    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
    }

    .tab_drawer_heading {
        color: #00000033;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        font-size: 20px !important;
    }

    .tab_drawer_heading:hover {
        color: #000000;
    }

    .d_active {
        color: #000000;
        background: url(../img/line-yellow.webp) no-repeat right bottom;
    }

    .stepbystep-section {
        background-size: contain;
    }

    .stepbystep-section .container .image {
        top: auto;
        bottom: 0;
        right: 0;
    }

    .stepbystep-section .container h2 {
        font-size: 75px;
        line-height: 1;
        position: inherit;
        left: auto;
        top: auto;
        text-align: center;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {
    .stepbystep-section .container .image {
        top: auto;
        bottom: 0;
        right: 0;
    }

    ul.tabs li.active {
        font-size: 24px;
    }

    .tab_content article h3 {
        padding: 100px 0 10px 0;
    }
}

.save-food-section {
    padding: 50px 0;
}

.save-food-section h2 {
    text-align: center;
}

.search-box {
    margin: 30px auto;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.search-box input[type="search"] {
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #ECECF2;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}

.search-box input[type="submit"] {
    margin: 0;
    padding: 10px 30px;
    width: 140px;
    height: 50px;
    background-color: #FBB03B;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.search-box input[type="search"]::placeholder {
    color: #000000;
    opacity: 1;
}

.search-box input[type="search"]::-ms-input-placeholder {
    color: #000000;
}

.save-food-section .container {
    padding: 0 15px;
}

.city-js .item {
    padding: 15px;
}

.city-box {
    width: 100%;
    height: 164px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 4px 4px 15px 0px #00000012;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.city-box .wishlist {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}

.city-box figure {
    margin: 0;
    padding: 0;
    width: 140px;
    height: 164px;
    overflow: hidden;
    position: relative;
}

.city-box figure .timing {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 120px;
    height: auto;
    margin-left: -60px;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #29ABE2;
    padding: 5px;
}

.city-box figure .collected {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 120px;
    height: auto;
    margin-left: -60px;
    background-color: #29ABE2;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
}

.city-box figure .received {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 120px;
    height: 30px;
    margin-left: -60px;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #29ABE2;
    padding: 5px;
}

.city-box figure .canceled {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 120px;
    height: 30px;
    margin-left: -60px;
    background-color: #FF5764;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
}

.city-box figure .store {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
}

.city-box figure .store img {
    border-radius: 5px;
}

.city-box figure img {
    border-radius: 5px 0 0 5px;
}

.city-box article {
    width: calc(100% - 140px);
    padding: 20px;
}

.city-box h4 {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}

.city-box p {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0 10px 15px;
    background: url(../img/icon-points.svg) no-repeat 0 12px;
}

.city-box h6 {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    color: #01615F;
}

.city-box h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0;
    color: #29ABE2;
}

.city-box h3 span {
    color: #29ABE280;
    text-decoration: line-through;
}

@media only screen and (max-width:760px) {
    .save-food-section {
        padding: 25px 0;
    }

    .search-box {
        margin: 15px auto;
        gap: 10px;
    }

    .search-box input[type="search"] {
        padding: 10px 20px;
    }

    .search-box input[type="submit"] {
        padding: 10px 15px;
        width: auto;
        font-size: 16px;
    }

    .city-box .wishlist {
        right: 10px;
        bottom: 10px;
    }

    .city-box article {
        padding: 15px;
    }
}

.problem-section {
    padding: 200px 0 0 0;
    background: linear-gradient(to bottom, #29ABE2 0%, #29ABE2 40%, #ffffff 40%, #ffffff 100%);
    position: relative;
}

.problem-section figure {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.problem-section .content {
    margin-left: 35%;
}

.problem-section .content h2 {
    color: #FFFFFF;
    padding: 0 0 50px 0;
}

.problem-section .content p {
    text-align: justify;
}

.three-column {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
}

.three-column .column {
    width: 33.333%;
}

.three-column h3 {
    font-size: 75px;
    color: #29ABE2;
}

.three-column h3 span {
    font-size: 20px;
}

@media only screen and (max-width:760px) {
    .problem-section {
        padding: 30px 0;
        background: linear-gradient(to bottom, #29ABE2 0%, #29ABE2 30%, #ffffff 30%, #ffffff 100%);
    }

    .problem-section figure {
        position: inherit;
        left: auto;
        bottom: auto;
    }

    .problem-section .content {
        margin-left: 0;
    }

    .problem-section .content h2 {
        color: #000000;
        padding: 10px 0;
    }

    .three-column {
        margin-top: 0;
        gap: 0px;
        flex-wrap: wrap;
    }

    .three-column .column {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .problem-section {
        padding: 50px 0 0 0;
    }

    .problem-section figure {
        position: inherit;
        left: auto;
        bottom: auto;
    }

    .problem-section .content {
        margin-left: 0;
    }

    .problem-section .content h2 {
        color: #000000;
        padding: 10px 0;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {
    .problem-section figure {
        left: -100px;
    }
}

.entrepreneur-section {
    padding: 150px 0;
    background: url(../img/graphic04.svg) no-repeat right;
}

.entrepreneur-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.entrepreneur-section .container article {
    width: calc(100% - 464px);
    text-align: center;
}

.entrepreneur-section .container figure {
    margin: 0;
    padding: 0;
    width: 464px;
}

.entrepreneur-section h2 {
    margin: 0 auto;
    max-width: 700px;
    padding: 50px 0;
}

.entrepreneur-section p {
    margin: 0 auto;
    max-width: 550px;
    padding: 15px 0;
}

.entrepreneur-section .btn-02 {
    position: relative;
}

.entrepreneur-section .btn-02 a {
    min-width: 210px;
}

.entrepreneur-section .btn-02::after {
    content: "";
    width: 44%;
    height: 12px;
    background: url(../img/line-yellow.webp) no-repeat right;
    position: absolute;
    left: -10%;
    bottom: 47px;
}

@media only screen and (max-width:760px) {
    .entrepreneur-section {
        padding: 30px 0;
        background-position: right bottom;
        background-size: 200px;
    }

    .entrepreneur-section .container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .entrepreneur-section .container article {
        width: 100%;
        text-align: center;
    }

    .entrepreneur-section .container figure {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .entrepreneur-section h2 {
        max-width: 100%;
        padding: 15px 0;
    }

    .entrepreneur-section p {
        max-width: 100%;
        padding: 10px 0;
    }

    .entrepreneur-section .btn-02::after {
        width: 20%;
        left: -15px;
        bottom: 23px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .entrepreneur-section {
        background-position: right bottom;
        padding: 50px 0 150px 0;
    }

    .entrepreneur-section .container {
        text-align: center;
    }

    .entrepreneur-section .container {
        flex-wrap: wrap;
        gap: 50px;
    }

    .entrepreneur-section .container article {
        width: 100%;
        text-align: center;
    }

    .entrepreneur-section .container figure {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .entrepreneur-section h2 {
        max-width: 100%;
    }

    .entrepreneur-section p {
        max-width: 100%;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {
    .entrepreneur-section .btn-02::after {
        width: 30%;
        left: -30px;
    }
}

/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */
.footer-section {
    padding: 50px 0;
    background-color: #29ABE2;
    text-align: center;
    position: relative;
}

.footer-section figure {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 60px;
    bottom: 90px;
}

.footer-section ul.apps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-section ul.links {
    margin: 0;
    padding: 50px 0 20px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-section ul.links li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
}

.footer-section ul.links li a {
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.footer-section ul.links li a:hover {
    color: #000000;
    transition: all .4s ease-in-out;
}

.footer-section p {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
}

.footer-section p a {
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.footer-section p a:hover {
    color: #000000;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .footer-section {
        padding: 30px 0;
    }

    .footer-section figure {
        display: none;
    }

    .footer-section ul.apps {
        gap: 15px;
    }

    .footer-section ul.links {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .footer-section figure {
        display: none;
    }
}

@media only screen and (min-width:1190px) and (max-width:1169px) {
    .footer-section figure {
        left: -150px;
    }
}

@media only screen and (min-width:1170px) and (max-width:1366px) {
    .footer-section figure {
        left: -70px;
    }
}

/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #01615F url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 5px;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

.download-banner-section {
    margin: 50px auto;
    padding: 100px 350px 0 350px;
    max-width: 1206px;
    min-height: 492px;
    background: url(../img/download-banner.webp) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.download-banner-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
}

.download-banner-section h2 span {
    font-size: 24px;
    display: block;
}

.download-banner-section ul.apps {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.download-banner-section h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
}

.download-banner-section .qrcode {
    position: absolute;
    right: 120px;
    top: 180px;
    width: 200px;
    height: 200px;
}

@media only screen and (max-width:760px) {
    .download-banner-section {
        margin: 0 auto;
        padding: 30px;
        max-width: 100%;
        min-height: inherit;
        background: #FBB03B url(../img/download-banner.webp) no-repeat bottom;
        background-size: contain;
    }

    .download-banner-section h2 {
        font-size: 30px;
    }

    .download-banner-section h2 span {
        font-size: 16px;
    }

    .download-banner-section ul.apps {
        margin: 10px 0;
        gap: 10px;
    }

    .download-banner-section h6 {
        font-size: 13px;
    }

    .download-banner-section .qrcode {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: 15px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .download-banner-section {
        margin: 0 auto;
        padding: 100px 50px 0 50px;
        max-width: 100%;
        min-height: inherit;
    }

    .download-banner-section .qrcode {
        position: absolute;
        right: 30px;
        top: auto;
        bottom: 130px;
    }
}

@media only screen and (min-width:1190px) and (max-width:1169px) {
    .download-banner-section {
        margin: 0 auto;
        padding: 70px 250px 0 250px;
    }
}

.faqs-section {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 880px;
}

.faqs-section h2 {
    text-align: center;
}

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

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid #F0F0F3;
    cursor: pointer;
}

ul.accordion-list li.active h3:after {
    background: url(../img/up-arrow.svg) no-repeat center;
}

ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #1C1D21;
}

ul.accordion-list li h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 32px;
    height: 32px;
    background: url(../img/down-arrow.svg) no-repeat center;
}

ul.accordion-list li.active h3 {
    color: #29ABE2;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
}

@media only screen and (max-width:760px) {
    .faqs-section {
        padding: 15px;
    }

    ul.accordion-list {
        margin: 30px 0;
    }

    ul.accordion-list li {
        padding: 10px 0;
    }

    ul.accordion-list li h3 {
        padding: 0 40px 0 0;
        font-size: 16px;
    }

    ul.accordion-list li div.answer {
        padding: 10px 0 0 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .faqs-section {
        padding: 30px;
    }
}

.companies-banner-section {
    background: url(../img/graphic06.svg) no-repeat left bottom;
    padding: 100px 0;
}

.companies-banner-section .container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.companies-banner-section figure {
    width: 100%;
    max-width: 464px;
}

.companies-banner-section article {
    width: calc(100% - 464px);
    text-align: center;
}

.companies-banner-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #29ABE2;
    padding: 10px 0;
}

.companies-banner-section h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    padding: 30px 0;
}

.companies-banner-section h3 span {
    display: block;
}

.companies-banner-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    content: #000000;
    padding: 30px 0 0 0;
}

.fruits-section {
    min-height: 370px;
    background: url(../img/img-05.webp) no-repeat top/cover;
}

@media only screen and (max-width:760px) {
    .companies-banner-section {
        background-position: top left;
        background-size: 270px;
        padding: 30px 0;
    }

    .companies-banner-section .container {
        flex-wrap: wrap;
        gap: 50px;
    }

    .companies-banner-section figure {
        max-width: 100%;
    }

    .companies-banner-section article {
        width: 100%;
    }

    .companies-banner-section h2 {
        font-size: 28px;
    }

    .companies-banner-section h3 {
        font-size: 24px;
        padding: 10px 0;
    }

    .companies-banner-section p {
        font-size: 16px;
        padding: 0;
    }

    .fruits-section {
        min-height: 100px;
        background-size: contain;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .companies-banner-section {
        background-position: top left;
    }
}

.blog-section {
    padding: 50px 0 200px 0;
    position: relative;
}

.latest-blog {
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
}

.latest-blog figure {
    width: 50%;
}

.latest-blog article {
    width: 50%;
    padding: 30px;
}

.latest-blog article h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
}

.latest-blog article h2 a {
    color: #000000;
}

.latest-blog article p {
    font-size: 16px;
    font-weight: 500;
}

.blog-panel {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    flex-wrap: wrap;
}

.blog-panel .blog {
    width: 46%;
}

.blog-panel .blog h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
}

.blog-panel .blog h2 a {
    color: #000000;
}

@media only screen and (max-width:760px) {
    .blog-section {
        padding: 30px 0;
    }

    .latest-blog {
        flex-wrap: wrap;
        margin: 30px auto;
    }

    .latest-blog figure {
        width: 100%;
    }

    .latest-blog article {
        width: 100%;
        padding: 15px;
    }

    .latest-blog article h2 {
        font-size: 18px;
    }

    .blog-panel {
        gap: 30px;
    }

    .blog-panel .blog {
        width: 100%;
    }

    .blog-panel .blog h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .blog-section {
        padding: 50px 0;
    }

    .latest-blog {
        flex-wrap: wrap;
        margin: 50px auto;
    }

    .latest-blog figure {
        width: 100%;
    }

    .latest-blog article {
        width: 100%;
    }

    .blog-panel {
        gap: 50px;
    }

    .blog-panel .blog {
        width: 46%;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {
    .blog-panel .blog {
        width: 46%;
    }
}

.blog-details-section {
    padding: 50px 0 150px 0;
    position: relative;
}

/* .blog-details-section h2 {
    margin: 0 auto;
    max-width: 840px;
} */

.blog-details-section p {
    font-size: 16px;
}

.blog-details-section figure {
    text-align: center;
    margin: 30px auto;
}

@media only screen and (max-width:760px) {
    .blog-details-section {
        padding: 30px 0;
    }

    .blog-details-section figure {
        margin: 10px auto;
    }
}

.contact-section {
    padding: 50px 0 100px 0;
    background: url(../img/graphic07.svg) no-repeat top left;
    position: relative;
}

.contact-section figure {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.form-section {
    margin: 50px auto;
    max-width: 400px;
}

.my-form-section {
    margin: 50px auto;
    max-width: 600px;
}

.form-section .filed,
.my-form-section .filed{
    padding-top: 20px;
}

.form-section input[type="text"],
.form-section input[type="number"],
.form-section input[type="tel"],
.form-section input[type="email"],
.form-section input[type="password"],
.form-section input[type="date"],
.form-section textarea,
.my-form-section input[type="text"],
.my-form-section input[type="tel"],
.my-form-section input[type="email"],
.my-form-section input[type="password"],
.my-form-section input[type="date"],
.my-form-section textarea{
    margin: 0;
    padding: 10px 30px;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000000;
}

.form-section textarea,
.my-form-section textarea{
    height: 320px;
    overflow: auto;
    resize: none;
}

.form-section ::placeholder {
    color: #000000;
    opacity: 1;
}

.form-section ::-ms-input-placeholder {
    color: #000000;
}

.form-group {
    display: block;
    margin: 15px 0;
    padding-left: 40px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #000000;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #29ABE2;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    position: absolute;
    left: -40px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -32px;
    width: 6px;
    height: 14px;
    border: solid #29ABE2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group label a {
    color: #000000;
    text-decoration: underline;
}

.form-section input[type="submit"] {
    margin: 25px 0;
    padding: 10px 25px;
    width: 210px;
    height: auto;
    background-color: #29ABE2;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-block;
}

.form-section button[type="submit"],
.my-form-section button[type="submit"]{
    margin: 25px 0;
    padding: 10px 35px;
    width: auto;
    height: auto;
    background-color: #FBB03B;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-block;
}

@media only screen and (max-width:760px) {
    .contact-section {
        padding: 30px 0;
        background-size: 100px;
    }

    .contact-section figure {
        position: inherit;
        bottom: auto;
        right: auto;
    }

    .form-section {
        margin: 10px auto;
    }

    .form-section .filed {
        padding-top: 15px;
    }

    .form-group {
        margin: 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .contact-section {
        padding: 50px 0;
    }

    .contact-section figure {
        width: 300px;
    }

    .form-section {
        margin: 50px 0;
    }
}

@media only screen and (min-width:1190px) and (max-width:1366px) {
    .contact-section figure {
        width: 300px;
    }
}

.login-registration-section {
    padding: 50px 0 100px 0;
    position: relative;
}

.forgot-password a {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    color: #000000;
}

ul.social-login {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.social-login li a {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 20px;
    color: #29ABE2;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.social-login li a:hover {
    background-color: #29ABE2;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.buy-online-section {
    padding: 50px 0 150px 0;
    position: relative;
}

ul.inner-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

ul.inner-links li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

ul.inner-links li:nth-child(1) a {
    width: 110px;
    height: 30px;
    background-color: #FD6050;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
}

ul.inner-links li:nth-child(2) a {
    width: 110px;
    height: 30px;
    background-color: #FBB03B;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
}

ul.inner-links li:nth-child(3) a {
    width: 110px;
    height: 30px;
    background-color: #01615F;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
}

ul.product-listing {
    margin: 50px auto;
    padding: 0;
    list-style: none;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
}

ul.product-listing li {
    width: 31%;
    padding: 8px 0;
    margin: 10px;
}


.opinions-container{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 50px auto;
    max-width: 1100px;
    box-sizing: border-box;
}

.opinion-box{
    width: 100%;
    min-height: 100px;
    height: fit-content;
    background-color: #f4f4f4;
    box-shadow: 4px 4px 15px 0px #00000012;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    padding: 10px;
}

.opinion-box .user-container{
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.opinion-box .content-container{
    width: 85%;
}

.logos {
    margin: 0 auto;
    max-width: 1100px;
}

.logos p {
    padding: 0;
}

.logos hr {
    margin-bottom: 10px;
    border-color: #29ABE2;
}

.two-column {
    display: flex;
    justify-content: space-between;
}

.two-column .column {
    width: 50%;
}

@media only screen and (max-width:760px) {
    .buy-online-section {
        padding: 30px 0;
    }

    ul.inner-links li:nth-child(1) a {
        width: auto;
        padding: 0 15px;
    }

    ul.inner-links li:nth-child(2) a {
        width: auto;
        padding: 0 15px;
    }

    ul.inner-links li:nth-child(3) a {
        width: auto;
        padding: 0 15px;
    }

    ul.product-listing {
        margin: 20px auto;
    }

    ul.product-listing li {
        width: 100%;
    }

    .two-column {
        flex-wrap: wrap;
    }

    .two-column .column {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    ul.product-listing li {
        width: 48%;
    }
}

.map-section {
    margin: 50px auto;
    max-width: 1100px;
    min-height: 470px;
    position: relative;
}

.map-section .map-address {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 20;
    margin-left: -165px;
    width: 330px;
}

.map-section .map-address .city-box {
    height: 110px;
}

.map-section .map-address .city-box figure {
    height: 110px;
}

.map-details {
    margin: 50px auto;
    position: relative;
    text-align: center;
}

.map-details .store-logo {
    margin: -126px auto 0 auto;
    width: 176px;
    height: 176px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: block;
    position: relative;
}

.map-details .store-logo img {
    border-radius: 8px;
}

.map-details p {
    padding: 0;
    font-size: 14px;
}

.fa-star {
    color: #FBB03B;
}

.fa-star-half-stroke{
    color: #FBB03B;
}

@media only screen and (max-width:760px) {
    .map-details .store-logo {
        margin: -46px auto 0 auto;
        width: 76px;
        height: 76px;
        padding: 5px;
        background-color: #FFFFFF;
        border-radius: 8px;
        display: block;
        position: relative;
    }
}

.reservation-box {
    margin: 70px auto;
    padding: 70px 0 0 0;
    max-width: 600px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0px #00000026;
}

.reservation-box .content {
    padding: 0 170px;
}

.reservation-box h6 {
    margin: -93px auto 0 auto;
    width: 160px;
    height: 46px;
    background: #FBB03B;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservation-box ul {
    margin: 30px 0;
    padding: 0;
    list-style: none !important;
}

.reservation-box ul li {
    margin: 15px 0;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #000000;
}

.reservation-box ul li.parcel {
    background: url(../img/icon-01.svg) no-repeat 0 0;
}

.reservation-box ul li.quantity {
    background: url(../img/icon-02.svg) no-repeat 0 0;
}

.reservation-box ul li.collection {
    background: url(../img/icon-03.svg) no-repeat 0 0;
}

.reservation-box ul li.address {
    background: url(../img/icon-04.svg) no-repeat 0 0;
}

.reservation-box ul li.tick {
    background: url(../img/icon-05.svg) no-repeat 0 0;
}

.reservation-box ul li.info {
    background: url(../img/icon-06.svg) no-repeat 0 0;
}

.reservation-box .price {
    margin: 30px auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #29ABE2;
}

.reservation-box .price span {
    color: #29ABE280;
    text-decoration: line-through;
}

.reservation-box .mb-50 {
    margin-bottom: -50px;
}

.reservation-box button[type='submit'], .reservation-box a{
    margin: 0;
    padding: 10px 35px;
    width: auto;
    height: auto;
    background-color: #FBB03B;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    bottom: -30px;
}

.reservation-box .error {
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #FF5764;
}

.s12 {
    font-size: 12px !important;
}

.total-price {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

.total-price strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    color: #000000;
}

@media only screen and (max-width:760px) {
    .reservation-box .content {
        padding: 0 35px;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-block {
    width: 260px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.quantity-arrow-minus,
.quantity-arrow-plus {
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: #29ABE2;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    outline: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.reservation-input {
    padding: 5px 10px;
    background: none;
    border: none;
    outline: none;
    width: 80px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #29ABE2;
}

.payment-process {
    padding: 100px 0;
    text-align: center;
}

.my-orders {
    text-align: center;
}

.my-orders p {
    margin: 0 auto;
    max-width: 190px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.my-orders h5 {
    margin: 25px auto;
    max-width: 400px;
    color: #29ABE2;
}

.customer-panel-section {
    padding: 50px 0 150px 0;
    position: relative;
    min-height: 700px;
}

.customer-panel-section ul.product-listing {
    max-width: 100%;
}

.customer-panel-section .form-section {
    margin: 0 auto;
    text-align: center;
}

.customer-panel-section .form-section .fa-star {
    font-size: 30px;
    color: #FBB03B;
    margin: 0 3px;
}

ul.inner-page-links {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

ul.inner-page-links li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

ul.inner-page-links li a {
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: #29ABE2;
    border-radius: 8px;
    display: block;
}

ul.inner-page-links li a.active {
    background-color: #FBB03B;
}

@media only screen and (max-width:760px) {
    .customer-panel-section {
        padding: 30px 0;
    }

    ul.inner-page-links {
        margin: 30px 0;
        flex-wrap: wrap;
    }

    ul.inner-page-links li {
        font-size: 16px;
    }

    ul.inner-page-links li a {
        padding: 10px 20px;
    }
}

ul.product-listing .reservation-box {
    margin: 0 auto;
}

ul.product-listing .reservation-box .content {
    padding: 0 35px 25px 35px;
}

ul.product-listing .reservation-box .content ul li {
    padding: 0 0 0 30px !important;
    width: 100% !important;
}

ul.product-listing .reservation-box .content p {
    font-size: 14px;
}

.blue-box {
    margin: 10px auto;
    background-color: #29ABE2;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}

.pad-content{
    padding: 10%;
}


.switch {
    position: relative;
    display: inline-block;
    width: 3.8rem;
    height: 2.2rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.7rem;
    width: 1.7rem;
    left: 0.25rem;
    bottom: 0.25rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(1.6rem);
    -ms-transform: translateX(1.6rem);
    transform: translateX(1.6rem);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#navbar{
    overflow: hidden;
}

.my-form-label{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #000000;
    padding: 10px 0;
}

.valid-feedback, .invalid-feedback{
    display: block;
}

.valid{
    border-color: #28a745 !important;
}

.invalid{
    border-color: #dc3545 !important;
}

.invalid:focus{
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.pagination{
    list-style: none !important;
}

.div-paginate {
    display: flex;
    justify-content: end;
    margin-right: 5%;
}

#a-statute{
    padding: 0;
    background-color: transparent;
    color: black !important;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: underline !important;
    position: static;
}

.total-price-input {
    width: 80%;
    color: black;
    padding-right: 0;
}

.wishlist-map{
    position: fixed;
    right: 0.8rem;
    bottom: 0.6rem;
    cursor: pointer;
}


input[type="radio"].star {
    display: none;
}

label:has(input[type="radio"].star:checked) > i {
    font-weight: 900;
}

label:has(input[type="radio"].star:checked) ~ label > i {
    font-weight: 400;
}

.info-popups-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.info-popups-container .info-popup{
    background-color: #FF5764;
    padding: 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF !important;
}

td{
    border: 1px solid black;
    padding: 10px
}

@media (max-width: 450px) {
    .front-shops-list-container
    {
        width: 75% !important;
    }

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

.front-shops-list-container
{
    width: 50%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 80px;
    gap: 15px
}

.shop-list-item
{
    width: 31%;
    max-height: 250px;
    background-color: white;
    z-index: 99;
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 2px solid #29ABE2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.shop-list-item img
{
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: center;
}

.shop-list-item h1
{
    font-size: 20px ;
}

.shop-list-item a
{
    font-size: 15px;
    color: black;
    text-decoration: underline !important;
}

.shop-list-item a:hover
{
    color: #707070;
    text-decoration: underline !important;
}