
@media screen and (max-width: 600px) {
    div.content-all-orchids {
        margin-left: 0;
    }
}

.profileWrapper-all-orchids {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
}

@media screen and (max-width: 600px) {
    .profileWrapper-all-orchids {
        display: block!important;
        position: unset;
    }
}

.sidebar-all-orchids {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
    overflow: auto;
    border-right: #000 0.5px solid;
    top: 0;
    width: 200px;
    position: absolute;
}

.sticky-sidebar {
    top: 55px;
    position: fixed;
}
.sidebar-all-orchids a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}
   
.sidebar-all-orchids a.active {
    background-color: #04AA6D;
    color: white;
}
  
.sidebar-all-orchids a:hover:not(.active) {
    background-color: #555;
    color: white;
}
  
div.content-all-orchids {
    display: flex;
    flex-wrap: wrap;
    align-self: self-end;
}
  
@media screen and (max-width: 600px) {
    .sidebar-all-orchids {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .mobilesidebar-all-orchids {
        display: none;
    }
}


@media screen and (max-width: 600px) {
    div.content-all-orchids {
        margin-left: 0px;
    }
    .mobilesidebar-all-orchids {
        position: relative;
        background-color: #f1f1f1;
        overflow: auto;
    }
    .mobilesidebar-all-orchids a {
        align-items: center;
        float: left;
        display: block;
        color: #ffffff;
        padding: 12px;
        text-decoration: none;
    }
    .mobilesidebar-all-orchids a.active {
        background-color: #04AA6D;
        color: white;
    }
    .mobilesidebar-all-orchids a:hover:not(.active) {
        background-color: #555;
        color: white;
    }

}

img.sidebaricon-all-orchids {
    vertical-align: middle;
    margin-right: 10px;
}


/* Button Design */
.button-all-orchids {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: Kanit, Aleo, Arial;
}

.button1-all-orchids {
    background-color: white; 
    color: black; 
    border: 1px solid #d00010;
}

.button1-all-orchids:hover {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}



/* Flex Section 1 layout - makes a one column-layout instead of a two-column layout */

.flex-container-all-orchids a:link {
    color: #023047;
    text-decoration: underline;
}
  
.flex-container-all-orchids a:visited {
    color: #023047;
    text-decoration: none;
}
  
.flex-container-all-orchids a:hover {
    color: #023047;
    text-decoration: none;
}
  
.flex-container-all-orchids a:active {
    color: #023047;
    text-decoration: none;
}



/* Space Design Start  */
.space1 {
    padding: 30px;
}

.space2 {
    padding: 30px;
}

.space3-all-orchids {
    padding: 30px;
}

.space4 {
    padding: 30px;
}

.space5 {
    padding: 30px;
}

/* Responsive layout - Flex Section 1>Container 1A layout */
@media (max-width: 600px) {
    .space1 {
        padding: 10px;
    }
    .space2 {
        padding: 10px;
    }
    .space3 {
        padding: 10px;
    }
    .space4 {
        padding: 30px;
    }
    .space5 {
        padding: 30px;
    }
}
/* Space Design End  */

/* Flex Section 1>Flex Container Start  */
.flex-container-all-orchids {
    display: flex;
    flex-wrap: wrap;
}
/* Flex Section 1>Flex Container End  */


/* Flex Section 1>Container 1A layout Start  */
.flex-container-all-orchids-1A {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
    color:#023047;
    height: 100px;
}

/* Responsive layout - Flex Section 1>Container 1A layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-1A {
        flex: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-weight: bold;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.flex-item-all-orchids-C1Aleft2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 36px;
    line-height: 1;
    font-variant-caps: all-small-caps;
}

.flex-item-all-orchids-C1Aleft2A > div {
    color: #023047;
    text-align: center;
    
}

.flex-item-all-orchids-C1Alefttext2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 28px;
    line-height: 1;
    font-variant-caps: all-small-caps;
}

.flex-item-all-orchids-C1Alefttext2B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 16px;
    line-height: 1;

}


/* Responsive Flex Section 1>Container 1A>Left Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C1Aleft2A {
        color: #023047;
        text-align: center;
        font-size: 10px;
    }
    .flex-item-all-orchids-C1Alefttext2A {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #023047;
        font-size: 16px;
        line-height: 1;
        font-variant-caps: all-small-caps;
    }
    .flex-item-all-orchids-C1Alefttext2B {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #023047;
        font-size: 16px;
        line-height: 1;
    }
}

/* Flex Section 1>Container 1A layout End  */



/* Flex Section 1>Container 6AABC layout Start  */

.flex-container-all-orchids-6AABC {
    display: flex;
}

/* Responsive Flex Section 1>Container 6AABC layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-6AABC {
        flex: 100%;
        flex-wrap: wrap;
    }
}

/* Flex Section 1>Container 6AABC>Left Block layout Start  */

.flex-item-all-orchids-C6AABCleft5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C6AABCleft5A > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C6AABClefttext5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #d00010;
}

.flex-item-all-orchids-C6AABClefttext5B {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
}

/* Responsive Flex Section 1>Container 6AABC>Left Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C5ACleft5A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6AABClefttext5A {
        text-align: center;
        font-size: 18px;
    }
    .flex-item-all-orchids-C6AABClefttext5B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        padding-left: 30px;
        padding-right: 30px;
        text-align: justify;
    }
}

/* Flex Section 1>Container 6AABC >Left Block layout End  */



/* Flex Section 1>Container 6AABC >Right Block layout Start  */

.flex-item-all-orchids-C6AABCright5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C6AABCright5A > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C6AABCrighttext5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #d00010;
}

.flex-item-all-orchids-C6AABCrighttext5B {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
}

/* Responsive Flex Section 1>Container 6AABC>Right Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C6AABCright5A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6AABCrighttext5A {
        text-align: center;
        font-size: 18px;
    }
    .flex-item-all-orchids-C6AABCrighttext5B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        padding-left: 10px;
        padding-right: 10px; 
        text-align: justify;
    }
}

/* Flex Section 1>Container 6AABC >Right Block layout End  */
/* Flex Section 1>Container 6AABC layout End  */

/* Flex Section 1>Container 6BA layout Start  */
/* Flex Section 1>Container 6BA >Center Block layout Start  */
.flex-container-all-orchids-6BA {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 18px;
    padding-left: 70px;
    padding-right: 70px;
    flex: 100%;
}

.flex-item-all-orchids-C6BAcenter5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
}

.flex-item-all-orchids-C6BAcenter5A > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C6BAcentertext5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #d00010;
}

.flex-item-all-orchids-C6BAcentertext5B {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 20px;
    padding-right: 300px;
    padding-left: 300px;
    text-align: justify;
}

/* Responsive - Flex Section 1>Container 6BA >Center Block layout */


@media screen and (min-width: 601px) {
    .flex-item-all-orchids-C6BAcentertext5B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        padding-top: 10px;
        text-align: justify;
        padding-right: 50px;
        padding-left: 50px;
    }
}


@media (max-width: 600px) {
    .flex-container-all-orchids-6BA {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #023047;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6BAcenter5A {
        flex: 100%;
    }
    .flex-item-all-orchids-C6BAcentertext5A {
        text-align: center;
        font-size: 18px;
    }
    .flex-item-all-orchids-C6BAcentertext5B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        padding-top: 10px;
        text-align: justify;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Flex Section 1>Container 6BA >Center Block layout End  */
/* Flex Section 1>Container 6BA layout End  */



/* Flex Section 1>Container 2A layout Start  */

.flex-container-all-orchids-2A {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1;
    background-image: url("/images/all-trees/plantnation-banner2.png");
    height: 350px;
}

/* Flex Section 1>Container 2A>Left Block layout Start  */

.flex-item-all-orchids-C2Aleft2A {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 22px;
    flex: 50%;
}

.flex-item-all-orchids-C2Aleft2A > div {
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
}

.flex-item-all-orchids-C2Alefttext2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
}

.flex-item-all-orchids-C2Alefttext2B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    padding-left: 300px;
    padding-right: 300px;
    font-style: italic;
}

/* Responsive Flex Section 1>Container 1A>Left Block layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-2A {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        font-weight: bold;
        line-height: 1;
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .flex-item-all-orchids-C2Aleft2A {
        color: #023047;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px;
    }

    .flex-item-all-orchids-C2Alefttext2A {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        margin: 10px;
    }

    .flex-item-all-orchids-C2Alefttext2B {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Flex Section 1>Container 2A>Left Block layout Start  */

/* Flex Section 1>Container 2A>Right Block layout Start  */
.flex-item-all-orchids-C2Aright2A {
    display: flex;
    flex-direction: column;
    color: #023047;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 50%;
}

.flex-item-all-orchids-C2Aright2A > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.flex-item-all-orchids-C2Aright2B {
    display: flex;
    flex-direction: column;
    color: #023047;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* Responsive layout - Flex Section 2>Container 2A >Right Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C2Aright2A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .flex-item-all-orchids-C2Aright2B {
        text-align: center;
        max-width: fit-content;
        font-size: 18px;
    }
}

/* Flex Section 1>Container 2A>Right Block layout End  */
/* Flex Section 1>Container 2A layout End  */



/* Flex Section 1>Container 2ADD layout Start  */
.flex-container-all-orchids-2ADD {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #023047;
    font-size: 18px;
    flex: 50%;
    padding-top: 30px;
}

/* Flex Section 1>Container 2A>Left Block layout Start  */
.flex-item-all-orchids-C2ADDleft2A {
    display: flex;
    flex-direction: column;
    color: #023047;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 50%;
}

.flex-item-all-orchids-C2ADDleft2A > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.flex-item-all-orchids-C2ADDleft2B {
    display: flex;
    flex-direction: column;
    color: #023047;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* Responsive Flex Section 1>Container 1A>Left Block layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-2ADD {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        align-items: center;
        font-weight: bold;
        line-height: 20px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }
    .flex-item-all-orchids-C2ADDleft2A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C2ADDleft2B {
        text-align: center;
        max-width: fit-content;
        font-size: 24px;
    }
}
/* Flex Section 1>Container 2ADD>Left Block layout End  */

/* Flex Section 1>Container 2ADD>Right Block layout Start  */
.flex-item-all-orchids-C2ADDright2A {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 18px;
    padding-left: 70px;
    padding-right: 70px;
    flex: 50%;
}

.flex-item-all-orchids-C2ADDright2A > div {
    flex-wrap: wrap;
    color: #023047;
    text-align: center;
}

.flex-item-all-orchids-C2ADDrighttext2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
}

.flex-item-all-orchids-C2ADDrighttext2B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

/* Responsive - Flex Section 1>Container 2ADD >Right Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C2ADDright2A {
        flex: 100%;
        font-size: 14px;
        padding: 10px;
    }
    .flex-item-all-orchids-C2ADDrighttext2A {
        display: flex;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        padding: 10px;
    }
    .flex-item-all-orchids-C2ADDrighttext2B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }
}

/* Flex Section 1>Container 2ADD>Right Block layout End  */
/* Flex Section 1>Container 2ADD layout End  */



/* Flex Section 1>Container 2ABC layout Start  */

.flex-container-all-orchids-2ABC {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    font-weight: bold;
    line-height: 40px;
}

/* Flex Section 1>Container 2ABC> Block layout Start  */

.flex-item-all-orchids-C2ABCcenter2A {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

.flex-item-all-orchids-C2ABCcenter2A > div {
    flex-wrap: wrap;
    color: #023047;
    text-align: center;
}

.flex-item-all-orchids-C2ABCcentertext2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.flex-item-all-orchids-C2ABCcentertext2B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    padding-left: 300px;
    padding-right: 300px;
}

/* Responsive Flex Section 1>Container 2ABC> Block layout */

@media (max-width: 601px) {
    .flex-item-all-orchids-C2ABCcentertext2B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 600px) {
    .flex-container-all-orchids-2ABC {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        align-items: center;
        font-weight: bold;
        line-height: 20px;
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-item-all-orchids-C2ABCcenter2A {
        color: #023047;
        text-align: center;
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-item-all-orchids-C2ABCcentertext2A {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        margin: 10px;
    }

    .flex-item-all-orchids-C2ABCcentertext2B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Flex Section 1>Container 2ABC > Block layout End  */
/* Flex Section 1>Container 2ABC layout End  */



/* Flex Section 1>Container 5AC layout Start  */

.flex-container-all-orchids-5AC {
    display: flex;
}

/* Responsive Flex Section 1>Container 5A layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-5AC {
        flex: 100%;
        flex-wrap: wrap;
    }
}

/* Flex Section 1>Container 5A>Left Block layout Start  */

.flex-item-all-orchids-C5ACleft5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C5ACleft5A > div {
    color: #023047;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C5AClefttext5A {
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #d00010;
}

.flex-item-all-orchids-C5AClefttext5B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
}

/* Responsive Flex Section 1>Container 5AC>Left Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C5ACleft5A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C5AClefttext5A {
        text-align: center;
        font-size: 24px;
    }
    .flex-item-all-orchids-C5AClefttext5B {
        text-align: center;
        line-height: 1.2;
        font-size: 14px;
    }
}
/* Flex Section 1>Container 5AC >Left Block layout End  */

/* Flex Section 1>Container 5AC >Center Block layout Start  */
.flex-item-all-orchids-C5ACcenter5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C5ACcenter5A > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C5ACcentertext5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #d00010;
}

.flex-item-all-orchids-C5ACcentertext5B {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
}

/* Responsive Flex Section 1>Container 5AC>Center Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C5ACcenter5A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }
    .flex-item-all-orchids-C5ACcentertext5A {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
    }
    .flex-item-all-orchids-C5ACcentertext5B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }
}
/* Flex Section 1>Container 5AC >Center Block layout End  */

/* Flex Section 1>Container 5AC >Right Block layout Start  */
.flex-item-all-orchids-C5ACright5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C5ACright5A > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C5ACrighttext5A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #d00010;

}

.flex-item-all-orchids-C5ACrighttext5B {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
}

/* Responsive - Flex Section 1>Container 5AC >Right Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C5ACright5A {
        flex: 100%;
        padding: 15px;
    }
    .flex-item-all-orchids-C5ACrighttext5A {
        text-align: center;
        font-size: 24px;
    }
    .flex-item-all-orchids-C5ACrighttext5B {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }
}

/* Flex Section 1>Container 5AC >Right Block layout End  */
/* Flex Section 1>Container 5AC layout End  */



/* Flex Section 1>Container 3A5 layout Start  */

.flex-container-all-orchids-3A5 {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    line-height: 1;
    color: #d00010;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 5px;
}

/* Responsive - Flex Section 1>Container 3A5 layout */

@media (max-width: 600px) {
    .flex-container-all-orchids-3A5 {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        align-items: center;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}

/* Flex Section 1>Container 3A5 layout End  */



/* Flex Section 1>Container 5B layout Start  */

/* Slider */
#logo-slider-all-orchids-5B {
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
    font-weight:bold; 
    color: #ffffff;
}

.flex-container-all-orchids-5B {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
    border-top: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
}

/* Responsive - Flex Section 1>Container 5A >Right Block layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-5B {
        flex: 100%;
        height: auto;
    }
}

/* Flex Section 1>Container 5B layout End  */



/* Flex Section 1>Container 6E layout Start  */

.flex-container-all-orchids-6E {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #023047;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Flex Section 1>Container 6E layout End  */



/* Flex Section 1>Container 6F layout End  */
.flex-container-all-orchids-6F {
    display: flex;
    width: 100%;
}

/* Responsive - Flex Section 1>Container 6F layout */
@media (max-width: 600px) {
    .flex-container-all-orchids-6F {
        display: flex;
        flex-wrap: wrap;
    }
}

/* Flex Section 1>Container 6F>Left Block layout Start  */

.flex-item-all-orchids-C6Fleft6F {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C6Fleft6F > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}

.flex-item-all-orchids-C6Flefttext6A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.flex-item-all-orchids-C6Flefttext6B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    font-style: italic;
}


/* Responsive Flex Section 1>Container 6E>Left Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C6Fleft6F {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6Flefttext6A {
        text-align: center;
    }
    .flex-item-all-orchids-C6Flefttext6B {
        text-align: center;
    }
}
/* Flex Section 1>Container 6F >Left Block layout End  */


/* Flex Section 1>Container 6F >Center 1 Block layout Start  */
.flex-item-all-orchids-C6Fcenter6F {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C6Fcenter6F > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}

.flex-item-all-orchids-C6Fcentertext6A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.flex-item-all-orchids-C6Fcentertext6B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    font-style: italic;
}


/* Responsive Flex Section 1>Container 6F>Center 1 Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C6Fcenter6F {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6Fcentertext6A {
        text-align: center;
    }
    .flex-item-all-orchids-C6Fcentertext6B {
        text-align: center;
    }
}

/* Flex Section 1>Container 6F >Center 1 Block layout End  */


/* Flex Section 1>Container 6F >Center 2 Block layout Start  */

.flex-item-all-orchids-C6F2center6F {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C6F2center6F > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}

.flex-item-all-orchids-C6F2centertext6A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.flex-item-all-orchids-C6F2centertext6B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    font-style: italic;
}


/* Responsive Flex Section 1>Container 6F>Center 2 Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C6F2center6F {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6F2centertext6A {
        text-align: center;
        max-width: fit-content;
    }
    .flex-item-all-orchids-C6F2centertext6B {
        text-align: center;
    }
}

/* Flex Section 1>Container 6F >Center Block layout End  */


/* Flex Section 1>Container 6F >Right Block layout Start  */

.flex-item-all-orchids-C6Fright6F {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    flex: 50%;
}

.flex-item-all-orchids-C6Fright6F > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}

.flex-item-all-orchids-C6Frighttext6A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.flex-item-all-orchids-C6Frighttext6B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    font-style: italic;
}

/* Responsive - Flex Section 1>Container 6F >Right Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C6Fright6F {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C6Frighttext6A {
        text-align: center;
        max-width: fit-content;
    }
    .flex-item-all-orchids-C6Frighttext6B {
        text-align: center;
    }
}

/* Flex Section 1>Container 6F >Right Block layout End  */
/* Flex Section 1>Container 6F layout End  */











/* Flex Section 1>Container 1A layout Start  */

.wallet-flex-container-1A {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}

/* Responsive layout - Flex Section 1>Container 1A layout */
@media (max-width: 600px) {
    .wallet-flex-container-1A {
        flex: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 10px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Flex Section 1>Container 1A layout End  */

.wallet-table-statement {
    overflow-x: auto;
    padding-bottom: 30px;
}

tr:nth-child(even){background-color: #f2f2f2}
/* Statement Table layout End  */

@media screen and (max-width: 600px) {
    .wallet-table-statement {
        overflow-x: auto;
        padding-bottom: 30px;
    }
}

/* Statement Table layout Start  */
.statementtable {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
}
  
th, td {
    text-align: center;
    padding: 8px;
    border: #ffffff 0.5px solid;
    font-size: 12px;
    vertical-align: middle;
}

/* Statement Table layout End  */



/* Flex Section 1>Container 4A layout Start  */

.flex-container-all-orchids-4A {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 35px;
    line-height: 1px;
    margin: 20px;
    flex-flow: wrap;
}

/* Responsive Flex Section 1>Container 4A> layout */

@media (max-width: 600px) {
    .flex-container-all-orchids-4A {
        flex: 100%;
        flex-wrap: wrap;
        padding-bottom: 15px;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .flex-container-all-orchids-4A {
        justify-content: center;
    }
}

/* Flex Section 1>Container 4A>Left Block layout Start  */

.flex-item-all-orchids-C4Aleft4A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    max-width: fit-content;
}

.flex-item-all-orchids-C4Aleft4A > div {
    color: #023047;
    text-align: center;
}

.flex-item-all-orchids-C4Alefttext4A {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.flex-item-all-orchids-C4Alefttext4B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}

.flex-item-all-orchids-C4Alefttext4C {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #888;
}


/* Responsive Flex Section 1>Container 4A>Left Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C4Aleft4A {
        display: flex;
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #023047;
        font-size: 14px;
        margin: 20px;
        height: 600px;
    }

    .flex-item-all-orchids-C4Alefttext4A {
        text-align: center;
        max-width: fit-content;
    }

    .flex-item-all-orchids-C4Alefttext4B {
        text-align: left;
        font-size: 12px;
        line-height: 16px;
    }

    .flex-item-all-orchids-C4Alefttext4C {
        text-align: left;
        font-size: 12px;
        line-height: 16px;
    }
}


/* Flex Section 1>Container 4A >Left Block layout End  */


/* Flex Section 1>Container 4A >Center Block layout Start  */

.flex-item-all-orchids-C4Acenter4A {
    display: flex;
    flex-direction: column;
    color: #023047;
    flex: 1;
}


/* Responsive layout - Flex Section 2>Container 4A >Center Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C4Acenter4A {
        flex: 100%;
        max-width: fit-content;

    }
    .flex-item-all-orchids-C4Acentertext4A {
        text-align: center;
        max-width: fit-content;
    }
    .flex-item-all-orchids-C4Acentertext4B {
        text-align: left;
        font-size: 12px;
    }
}


/* Flex Section 1>Container 4A >Center Block layout End  */

/* Flex Section 1>Container 4A >Right Block layout Start  */

.flex-item-all-orchids-C4Aright4A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    max-width: 400px;
    /*width: 33%;*/
    padding: 30px 5px 20px 5px;
    box-shadow: 5px 10px 18px #888888;
    margin: 20px;
}

.flex-item-all-orchids-C4Aright4A > div {
    color: #023047;
    text-align: center;
    font-size: 14px;
}

.flex-item-all-orchids-C4Arighttext4A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    font-size: 18px;
    line-height: 1;
    padding: 10px 30px 10px 30px;
}

.flex-item-all-orchids-C4Arighttext4B {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    font-size: 14px;
    line-height: 1;
    padding: 10px 30px 10px 30px;
}

.flex-item-all-orchids-C4Arighttext4C {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    font-size: 11px;
    line-height: 1.2;
    padding: 0px 30px 10px 30px;
}


/* Responsive - Flex Section 1>Container 4A >Right Block layout */
@media (max-width: 600px) {
    .flex-item-all-orchids-C4Aright4A {
        flex: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-item-all-orchids-C4Arighttext4A {
        text-align: center;
        max-width: fit-content;
    }
    .flex-item-all-orchids-C4Arighttext4B {
        text-align: left;
        font-size: 12px;
        line-height: 16px;
    }
}

/* Flex Section 1>Container 4A >Right Block layout End  */

/* Flex Section 1>Container 4A layout End  */