/*===========SetUp==========*/


/* @font-face {
    font-family: "My Custom Font";
    src: url(http://www.example.org/mycustomfont.ttf) format("truetype");
}
p.customfont { 
    font-family: "My Custom Font", Verdana, Tahoma;
} */

@font-face {
    font-family: "DFHeiHK-W7";
    src: url("fonts/DFHeiHK-W7.otf") format("otf");
}

h1 {
    font-family: 'DFHeiHK-W7', Arial, sans-serif;
}


:root {
    --text-color: #343a40;
}

body {
    width: 100% !important;
    margin: 0;
    font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: #c9b1ac 0 6px rgba(0, 0, 0, 0.5);
    background-color: #daa89c;
    border-radius: 45px;
}


::selection {
    color: #fff !important;
    background: #e2b3a8;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    color: #fff !important;
    background: #e2b3a8;
    /* Gecko Browsers */
}

h1,
h2,
h3,
h4,
h5,
h6 {


    margin-top: 0;
    margin-bottom: 0.5rem;

}

p {
    color: #292825;
}

@media (min-width: 200px) {
    h1, .h1 {
        font-size: 1.8rem !important;
    }

    p {
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.8;
        letter-spacing: 0.6px;
    }



}

@media (min-width: 576px) {
    h1, .h1 {
        font-size: 2.1rem !important;
    }

    p {
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 2.2rem !important;
    }

    p {
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 2.2rem !important;
    }

    p {
        /* font-size: 1.1em; */
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.2rem !important;
    }

    p {
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h2 {
    color: #A65769;
    font-weight: bold !important;

}

h2,
.h2 {
    color: #A65769;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

h3,
.h3 {

    font-size: 1.5rem !important;
    font-weight: bold !important;
}

h4,
.h4 {
    font-size: 1.2rem !important;
}

h5,
.h5 {
    font-size: 1rem !important;
}

h6,
.h6 {
    font-size: 0.75rem !important;
}

li {

    font-size: 15px;

}


iframe {

    border-width: 0px !important;

}

html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.center {

    text-align: center;

}

.left {

    text-align: left;

}

.right {

    text-align: right;

}

.flex {

    display: flex;

}

.jc_center {

    justify-content: center;
    display: flex;

}


@media (min-width: 300px) {

    .slider_height {

        max-height: 590px;

    }

}


@media (min-width: 750px) {

    .slider_height {

        max-height: 590px;

    }

}


@media (min-width: 1200px) {

    .slider_height {

        max-height: 590px;

    }

}

@media (max-width: 480px) {

    .youtube_align {
        width: 100%;
        height: 219px;
    }

    .youtube_align2 {
        width: 100%;
        height: 219px;
    }
}

@media (min-width: 768px) {

    .youtube_align {
        width: 100%;
        height: 450px;
    }

    .youtube_align2 {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 992px) {

    .youtube_align {
        width: 600px;
        height: 400px;
    }

    .youtube_align2 {
        width: 600px;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .youtube_align {
        width: 890px;
        max-width: 100%;
        height: 487px;
    }

    .youtube_align2 {
        width: 890px;
        max-width: 100%;
        height: 320px;
    }

}

@media (min-width: 1500px) {
    .youtube_align {
        width: 890px;
        max-width: 100%;
        height: 510px;
    }

    .youtube_align2 {
        width: 890px;
        max-width: 100%;
        height: 400px;
    }

}

.point_tag {

    padding: 15px;
    margin: auto;
    width: fit-content;
    align-items: center;
    display: grid;
    min-width: 180px;
    min-height: 66px;
    max-width: 187px;
    background: rgba(255, 255, 255, 0.65);
    margin-top: 15px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 6px;

}


.footer_link {
    color: #ffffff87;
    /* margin-bottom: 15px; */
    text-decoration: none;
}

.footer_link:hover {

    color: #fff;
    text-decoration: none;

}

@media (min-width: 390px) {

    .section_padding {

        padding: 3% 3%;

    }

    .section_padding2 {

        padding: 3% 3%;

    }

    .section_margin {

        margin: 3% 3%;

    }

    .section_margin2 {

        margin: 3% 3%;

    }

}



@media (min-width: 576px) {

    .section_padding {

        padding: 3% 3%;

    }

    .section_padding2 {

        padding: 3% 3%;

    }

    .section_margin {

        margin: 3% 3%;

    }

    .section_margin2 {

        margin: 3% 3%;

    }

}

@media (min-width: 768px) {

    .section_padding {

        padding: 3% 3%;

    }

    .section_padding2 {

        padding: 3% 3%;

    }

    .section_margin {

        margin: 3% 3%;

    }

    .section_margin2 {

        margin: 3% 3%;

    }

}

@media (min-width: 992px) {

    .section_padding {

        padding: 3% 6%;

    }

    .section_padding2 {

        padding: 3% 15%;

    }

    .section_margin {

        margin: 3% 6%;

    }

    .section_margin2 {

        margin: 3% 15%;

    }

}



@media (min-width: 1200px) {

    .section_padding {

        padding: 3% 12%;

    }

    .section_padding2 {

        padding: 3% 15%;

    }

    .section_margin {

        margin: 3% 12%;

    }

    .section_margin2 {

        margin: 3% 15%;

    }

}





/*===========SetUp==========*/


/*===========PageStyle==========*/

.special_p {
    text-align: center;
    color: #a65769;
    font-size: 1.2rem;
}

.title_box_tag {

    background: #742B24;
    border: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: 1px 7px 4px rgb(254 120 23 / 7%), 4px 5px 9px rgb(0 0 0 / 6%);
    border-radius: 60px;
    padding: 15px 30px;
    width: fit-content;
    color: #FDF9EA !important;
    z-index: 3;

}


.tips_box {

    background: #fff;
    padding: 15px;
    margin: 0px 6px;
    max-width: 100%;
    border-radius: 15px;

}

.title {

    text-align: center;
    color: #5B3274;
    margin-bottom: 45px;
    position: relative;

}

.title::after {

    position: absolute;
    content: '';
    height: 5px;
    bottom: -17px;
    margin: 0 auto;
    left: 0;
    border-radius: 60px;
    right: 0;
    width: 90px;
    background: #C6B4D1;
    transition: .5s;
    color: #C6B4D1;

}

.buy_now_button {
    border-radius: 3rem;
    background: #fff9f0;
    align-items: center;
    margin: 23px 0px;
    min-height: 60px;
    align-content: center;
    justify-content: center;
    display: flex;
    text-align: center;
    min-height: 4rem;
    text-align: center;
    box-shadow: 2px 4px 6px rgb(0 0 0 / 6%);
    -moz-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 4px 6px rgb(0 0 0 / 6%);
}

.theme_color {

    color: #EC6C01;

}

.title2 {

    background: linear-gradient(90deg, #683476 0%, #D8BAD2 100%);
    margin: 10px;
    color: #fff;
    border-radius: 60px;
    padding: 12px;

}

.doctor {

    bottom: 0;
    display: flex;
    justify-content: center;

}

.chart1_box {

    border-radius: 30px;
    padding: 30px;
    background: #ffffffc2;

}

.chart1_box2 {

    background: #6C388C;
    padding: 15px;
    border-radius: 12px 0px 0px 12px;
    color: #fff;
    font-size: 18px;
    margin: 3px;
    width: 50%;

}

.chart1_box3 {

    background: #e9dff0;
    padding: 15px;
    border-radius: 0px 12px 12px 0px;
    color: #602486;
    font-size: 15px;
    margin: 3px;
    width: 50%;

}





.chart2_box {

    margin: 3px;
    width: 25%;
    height: fit-content;
    font-size: 21px;
    min-height: 131px;
    color: #fff;
    padding: 15px;
    background: #491C64;

}

.chart2_box2 h3 {

    font-size: 21px !important;

}

.chart2_box2 {
    margin: 3px;
    width: 25%;
    height: 90px;
    color: var(--text-color);
    padding: 12px;
    background: #fff;

}

.chart2_box2, .chart2_box3 p {

    font-size: 15px !important;

}

.chart2_box3 {
    margin: 3px;
    width: 25%;
    height: 90px;
    font-size: 18px;
    color: var(--text-color);
    padding: 12px;
    background: #EAE6EC;

}

.chart2_box4 {
    text-align: left;
    margin: 3px;
    font-size: 12px;
    color: #fff;
    padding: 15px;
    background: #491C64;
    border-radius: 0px 0px 12px 12px;

}

.check_box_text {

    padding-top: 3px;
    color: #212529;
}



@media (min-width: 300px) {

    .icon_align {

        max-width: 45px;

    }

    .purple_box1 {

        background: #fff;
        box-shadow: 0px 8px 8px #e0e0e0;
        border-radius: 15px;
        padding: 15px 6px;
        width: 33%;
        font-size: 18px;
        border: 1px solid #dcc8ff;
        font-weight: bold;
        height: 60px;
        margin: 3px;
        color: #6d3a7a;

    }

}


@media (min-width: 750px) {

    .icon_align {

        max-width: 45px;

    }



    .purple_box1 {

        background: #fff;
        box-shadow: 0px 8px 8px #e0e0e0;
        border-radius: 15px;
        padding: 12px;
        width: 25%;
        font-size: 21px;
        font-weight: bold;
        height: 90px;
        margin: 3px;
        color: #6d3a7a;
        border: 1px solid #dcc8ff;




    }

}


@media (min-width: 1200px) {

    .icon_align {

        max-width: 66px;

    }

    .purple_box1 {

        background: #fff;
        box-shadow: 0px 8px 8px #e0e0e0;
        border-radius: 15px;
        padding: 21px 15px 0px 15px;
        width: 25%;
        font-size: 21px;
        font-weight: bold;
        height: 90px;
        margin: 3px;
        color: #6d3a7a;
        border: 1px solid #dcc8ff;





    }

    .purple_box2 {

        background: #fff;
        box-shadow: 0px 8px 8px #866388;
        border-radius: 15px;
        padding: 12px;
        width: 25%;
        font-size: 21px;
        font-weight: bold;
        height: 90px;
        margin: 3px;
        color: #7B387B;

    }

}







/*===========PageStyle==========*/























/*===========Footer==========*/

.footer_card {
    position: relative;
    display: -webkit-box;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    /* border-radius: 0.25rem; */
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.footer_card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.footer_card-header {
    font-family: 'FontAwesome';
    content: "\f106";
    padding: 3% 0%;
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(255 255 255 / 19%);
    color: #fff;
}

.footer_card-header:after {
    font-family: 'FontAwesome';
    content: "\f107";
    color: white;
    font-weight: bold;
    float:
        right;
    margin-left: 5px;
}

.footer_white {

    color: #fff;

}

.footer_link {
    color: #ffffff87;
    /* margin-bottom: 15px; */
    text-decoration: none;
}

.footer_link:hover {

    color: #fff;
    text-decoration: none;

}

/*===========Footer==========*/

/*===========Nav Bar==========*/

/* Desktop Nav */
.nav-container {
    background: rgb(255 255 255 / 98%);
    height: 66px;
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.nav_a_pad {

    padding: 0px 6px;

}

.nav-container nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}

nav .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-top: 8px;
}

nav .desktop-nav li a {
    color: #232020;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.8;
    transition: opacity 400ms;
}

nav .desktop-nav li a:hover {
    opacity: 1;
    color: #742b24;
    font-weight: bold;
}

nav .desktop-nav li button:hover {
    opacity: 1;
    color: #FF8433;
    font-weight: bold;
}

nav .desktop-nav li button:active {
    opacity: 1;
    color: #FF8433;
    font-weight: bold;
}


.link-logo {
    background: url('images/apple-logo.svg');
    display: block;
    background-position: center;
    height: 44px;
    width: 15px;
    background-repeat: no-repeat;
}

.link-search {
    background: url('images/search-icon.svg');
    display: block;
    background-position: center;
    background-size: 18px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-bag {
    background: url('images/bag-icon.svg');
    display: block;
    background-position: center;
    background-size: 17px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-close {
    background: url('images/close-icon.svg');
    display: block;
    background-position: center;
    background-size: 17px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

/* Search Container */

.search-container.hide {
    opacity: 0;
    pointer-events: none;
}

.search-container {
    width: 60%;
    margin: 0 auto;
    padding: 0 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.search-container .link-search {
    position: absolute;
    left: 12px;
    opacity: 0.5;
}

.search-container .link-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .link-close:hover {
    opacity: 0.7;
}

.search-container form {
    width: 100%;
    margin: 0 auto;
}

.search-container form input {
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 17px;
}

/* Overlay */

.overlay.show {
    position: fixed;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}

/* Quick Links */

.search-container .quick-links {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 8px;
    border-radius: 0 0 16px 16px;
}

.search-container .quick-links h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #6e6e73;
    margin: 0 32px;
    margin-top: 10px;
}

.search-container .quick-links ul {
    list-style: none;
    margin-top: 12px;
}

.search-container .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    font-size: 14px;
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 400;
}

.search-container .quick-links ul li a:hover {
    background: #f5f5f5;
    color: #2997ff;
}

/* Desktop Nav Animation */

.desktop-nav li {
    transition: all 400ms ease;
}

.desktop-nav.hide li {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Overlay Animation */

.overlay {
    transition: all 400ms ease;
}

/* Navigation Menu Items Transition Delay */

.desktop-nav li:nth-of-type(1),
.desktop-nav.hide li:nth-of-type(10) {
    transition-delay: 0ms;
}

.desktop-nav li:nth-of-type(2),
.desktop-nav.hide li:nth-of-type(9) {
    transition-delay: 30ms;
}

.desktop-nav li:nth-of-type(3),
.desktop-nav.hide li:nth-of-type(8) {
    transition-delay: 60ms;
}

.desktop-nav li:nth-of-type(4),
.desktop-nav.hide li:nth-of-type(7) {
    transition-delay: 90ms;
}

.desktop-nav li:nth-of-type(5),
.desktop-nav.hide li:nth-of-type(6) {
    transition-delay: 120ms;
}

.desktop-nav li:nth-of-type(6),
.desktop-nav.hide li:nth-of-type(5) {
    transition-delay: 150ms;
}

.desktop-nav li:nth-of-type(7),
.desktop-nav.hide li:nth-of-type(4) {
    transition-delay: 180ms;
}

.desktop-nav li:nth-of-type(8),
.desktop-nav.hide li:nth-of-type(3) {
    transition-delay: 210ms;
}

.desktop-nav li:nth-of-type(9),
.desktop-nav.hide li:nth-of-type(2) {
    transition-delay: 240ms;
}

.desktop-nav li:nth-of-type(10),
.desktop-nav.hide li:nth-of-type(1) {
    transition-delay: 270ms;
}

/* Search Container Animation */

.search-container form,
.search-container .link-search {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 300ms;
}

.search-container.hide form,
.search-container.hide .link-search {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .link-search {
    opacity: 0.6;
}

.search-container.hide .link-close {
    opacity: 0;
}

.search-container .link-close {
    opacity: 0.5;
    transition: all 400ms ease;
    transition-delay: 400ms;
}

.search-container.hide .quick-links h2 {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .quick-links h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 100ms;
}

.search-container.hide .quick-links ul li {
    transform: translateX(60px);
    opacity: 0;
}

.search-container .quick-links ul li {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
}

.search-container .quick-links ul li:nth-of-type(1) {
    transition-delay: 120ms;
}

.search-container .quick-links ul li:nth-of-type(2) {
    transition-delay: 140ms;
}

.search-container .quick-links ul li:nth-of-type(3) {
    transition-delay: 160ms;
}

.search-container .quick-links ul li:nth-of-type(4) {
    transition-delay: 180ms;
}

.search-container .quick-links ul li:nth-of-type(5) {
    transition-delay: 200ms;
}

/* Hidden Items */

.mobile-nav,
.mobile-search-container {
    display: none;
}

/* Media Queries */

@media (max-width: 1100px) {
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
}

@media (max-width: 768px) {
    .nav-container .desktop-nav {
        padding-inline-start: 0px;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0vh;
        background: #fff;
        justify-content: start;
        overflow: hidden;
        z-index: 100;
        transition: all 1000ms ease;
    }

    .nav-container.active .desktop-nav {
        height: 100vh;
    }

    .nav-container .desktop-nav li {
        width: 100%;
        padding: 0 32px;
    }

    .nav-container .desktop-nav li:first-child {
        margin-top: 0px;
    }

    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-search,
    .nav-container .desktop-nav .link-bag {
        display: none;
    }

    .nav-container .desktop-nav li a {
        padding: 15px;
        display: inline-block;
        border-bottom: 1px solid #dddddd;
        width: 100%;
        font-size: 17px;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 700ms ease;
    }

    .nav-container.active .desktop-nav li a {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-container .desktop-nav li button {
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        width: 100%;
        font-size: 17px;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 700ms ease;
    }

    .nav-container.active .desktop-nav li button {
        transform: translateY(0);
        opacity: 1;
    }

    .nav_button {

        font-size: 17px !important;
        opacity: 0.9 !important;

    }

    /* Mobile Nav */

    nav .mobile-nav {
        padding: unset;
        display: flex;
        margin: 6px 0px;
        width: 100%;
        justify-content: space-between;
        list-style: none;
    }

    nav .menu-icon-container {
        width: 20px;
        height: 45px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    nav .menu-icon {
        position: relative;
        width: 100%;
    }

    nav .menu-icon .line-1,
    nav .menu-icon .line-2,
    nav .menu-icon .line-3 {
        position: absolute;
        border-radius: 30px;
        height: 2px;
        width: 100%;
        background: #000;
        transition-property: transform, top;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
        z-index: 1000;
    }

    nav .menu-icon .line-1 {
        top: -3px;
    }

    nav .menu-icon .line-2 {
        top: 3px;
    }

    nav .menu-icon .line-3 {
        top: 9px;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-1 {
        top: 6;
        transform: rotateZ(45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-2 {
        top: 6;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-3 {
        top: 6;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    /* Bag Icon Animation */

    .nav-container.active .mobile-nav .link-bag {
        transform: translateY(8px);
        opacity: 0;
        pointer-events: none;
    }

    .nav-container .mobile-nav .link-bag {
        transition: all 1000ms ease;
    }

    /* Search Box */

    .mobile-search-container input {
        width: 100%;
        padding: 12px 36px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        background: #1b1b1b;
        border: 0;
        color: #fff;
        border-radius: 8px;
        outline: none;
    }

    .mobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .nav-container.active .mobile-search-container {
        transform: rotateX(0deg);
        margin-top: 10px;
        opacity: 1;
    }

    .mobile-search-container .link-search {
        position: absolute;
        left: 24px;
        opacity: .5;
        background-size: 15px;
    }

    /* Nav Move Up */

    .nav-container nav.move-up {
        margin-top: -40px;
    }

    /* Cancel Button */

    .mobile-search-container .cancel-btn {
        color: #2997ff;
        font-size: 17px;
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .mobile-search-container .search-bar.active+.cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .mobile-search-container .search-bar {
        flex: 1;
    }

    /* Desktop Nav Move Down */

    nav .desktop-nav.move-down li:first-child {
        margin-top: 150px;
    }

    nav .desktop-nav.move-down li {
        opacity: 0;
        pointer-events: none;
    }

    /* Quick Links */

    .mobile-search-container .search-bar.active~.quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .mobile-search-container .quick-links {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        transition: all 400ms ease;
    }

    .mobile-search-container .quick-links ul {
        list-style: none;
    }

    .mobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .mobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%;
    }

    .mobile-search-container .quick-links ul li a:hover {
        color: #2997ff;
    }

    /* Nav Animation */

    .nav-container nav {
        transition: all 400ms ease;
    }
}

/*===========Nav Bar==========*/

/*===========Scroll Fade In==========*/

section {
    min-height: 38vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section:nth-child(1) {
    color: #e0ffff;
}

section:nth-child(2) {
    color: #42455a;
    background: #e0ffff;
}

section:nth-child(3) {
    color: #e0ffff;
}

section:nth-child(4) {
    color: #42455a;
    background: #e0ffff;
}

section .container {
    margin: 100px;
}

section h1 {
    font-size: 3rem;
    margin: 20px;
}

section h2 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

section .text-container {
    display: flex;
}

section .text-container .text-box {
    margin: 20px;
    padding: 20px;
    background: #00c2cb;
}

section .text-container .text-box h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    section h1 {
        font-size: 2rem;
        text-align: center;
    }

    section .text-container {
        flex-direction: column;
    }
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/*===========Scroll Fade In==========*/

/*===========Hover Style 1==========*/

/* Styles for the tilt block */
#tilt {
    display: block;
    height: 200px;
    width: 300px;
    background-color: grey;
    margin: 0 auto;
    transition: box-shadow 0.1s, transform 0.1s;

    /*
* Adding image to the background
* No relation to the hover effect.
*/

    background-image: url("images/product1.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#tilt:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

/*===========Hover Style 1==========*/

/*===========Svg Text Effect==========*/

svg text {
    text-transform: uppercase;
    animation: stroke 5s alternate;
    stroke-width: 2;
    stroke: #a5a5a536;
    font-size: 200px;
    fill: #a5a5a536;
}

@keyframes stroke {
    0% {
        fill: rgba(72, 138, 20, 0);
        stroke: #a5a5a536;
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }

    80% {
        fill: rgba(72, 138, 20, 0);
        stroke: #a5a5a536;
        stroke-width: 3;
    }

    100% {
        fill: #a5a5a536;
        stroke: rgba(54, 95, 160, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

/*===========Svg Text Effect==========*/

/*===========chan siu ming 500==========*/

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 10;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #BB86B0 0%, #9676A9 102.01%);
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    /*background: linear-gradient(to right, #11111121 0%, transparent 100%);*/
}

.marquee:after {
    right: 0;
    /*background: linear-gradient(to left, #11111121 0%, transparent 100%);*/
}

.marquee-content {
    list-style: none;
    height: 50px;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
animation-play-state: paused;
} */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-2 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: 259px;
    max-height: 100%;
    font-size: 2em;
    white-space: nowrap;
}

.marquee-content li img {
    width: 100%;
    /* height: 100%; */
    border: 2px solid #eee;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 10;
    }

    .marquee:before, .marquee:after {
        width: 5rem;
    }
}

/*===========chan siu ming 500==========*/


/*===========Pop up==========*/

.text_tc_title {
    padding-left: 6%;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    color: #00563b;
}

.popup_a {
    text-decoration: none;
    color: #868686;
}

.text_tc {
    text-align: left;
}

.popup_tc {
    z-index: 200 !important;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    width: 97%;
    position: fixed;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 10;
}

.popup_tc:target {
    visibility: visible;
    opacity: 1;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.popup-close {
    position: absolute;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);
}

.popup_tc.close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    color: #000;
    transition: color .3s;
    font-size: 2em;
    line-height: .6em;
    font-weight: bold;
}

.popup_tc.close:hover {
    color: #00E5EE;
}

.close2 {
    border-radius: 30px;
    box-shadow: inset 0px 34px 0px -15px #b53a3a;
    background-color: #a72d2d;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #7a2a1d;
    transition: background .3s;
}

.close2:hover {
    background-color: #b34332;
}

.close2:active {
    color: #fff;
    position: relative;
    top: 1px;
}

.close-popup {
    z-index: 100;
    background: rgb(0 0 0 / 15%);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
}

.popup_tc:target+.close-popup {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/*===========Pop up==========*/

/*===========Progress Bar==========*/

#scroll-progress {
    position: fixed;
    top: 0;
    width: 0%;
    height: 4px;
    background: #7983ff;
    z-index: 10000;
}

#progress-bar {
    --scrollAmount: 0%;

    background: var(--theme);
    width: var(--scrollAmount);

    /* background: linear-gradient(to right, #F24E1E var(--scrollAmount), transparent 0);
width: 100%; */

    height: 3px;
    position: fixed;
    top: 66;
    z-index: 10000;
}

/*===========Progress Bar==========*/

/*===========Qna==========*/



.collapsible:before {

    content: url(../images/qna_icon.png);

}


.collapsible {
    background: #FEF7F5;
    border: 2px solid #F6DBD1;
    border-radius: 9px;
    color: #9C8656;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

.collapsible:hover {
    border-bottom: 1px solid #ccc;
    color: #7e6b41;
}

.active {

    color: #fff;

}

.collapsible:after {
    font-family: 'FontAwesome';
    content: '\f107';
    color: #9C8656;
    position: absolute;
    font-size: 24px;
    right: 15;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    font-family: 'FontAwesome';
    content: "\f106";
} */

.content {

    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-top: 6px;
    margin-bottom: 6px;
}

/*===========Qna==========*/

/*===========Tab==========*/

.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phone_tab {
    /* background-color: rgba(204, 204, 204, 0.5); */
    font-size: 1.5em;
    cursor: pointer;
    padding: 10px 10px;
    margin: 0px 2px;
    display: inline-block;
    color: #544431;
    border-radius: 3px 3px 0px 0px;
    height: 90px;
}

.phone_panels {
    background: #fffffff6;
    border-radius: 3px;
    overflow: hidden;
}

.phone_panel {
    display: none;
    animation: fadein .8s;
}

.panels {
    background: #fffffff6;
    border-radius: 3px;
    overflow: hidden;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel,
#five:checked~.panels #five-panel,
#six:checked~.panels #six-panel,
#seven:checked~.panels #seven-panel,
#eight:checked~.panels #eight-panel,
#nine:checked~.panels #nine-panel,
#ten:checked~.panels #ten-panel,
#eleven:checked~.panels #eleven-panel,
#twelve:checked~.panels #twelve-panel,
#thirteen:checked~.panels #thirteen-panel {
    background: #ffffffa8;
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab,
#four:checked~.tabs #four-tab,
#five:checked~.tabs #five-tab,
#six:checked~.tabs #six-tab,
#seven:checked~.tabs #seven-tab,
#eight:checked~.tabs #eight-tab,
#nine:checked~.tabs #nine-tab,
#ten:checked~.tabs #ten-tab,
#eleven:checked~.tabs #eleven-tab,
#twelve:checked~.tabs #twelve-tab,
#thirteen:checked~.tabs #thirteen-tab {
    background-color: #ffffff;
    color: #61572a;
}

#phone_one:checked~.phone_panels #phone_one-panel,
#phone_two:checked~.phone_panels #phone_two-panel,
#phone_three:checked~.phone_panels #phone_three-panel,
#phone_four:checked~.phone_panels #phone_four-panel,
#phone_five:checked~.phone_panels #phone_five-panel,
#phone_six:checked~.phone_panels #phone_six-panel,
#phone_seven:checked~.phone_panels #phone_seven-panel,
#phone_eight:checked~.phone_panels #phone_eight-panel,
#phone_nine:checked~.phone_panels #phone_nine-panel,
#phone_ten:checked~.phone_panels #phone_ten-panel,
#phone_eleven:checked~.phone_panels #phone_eleven-panel,
#phone_twelve:checked~.phone_panels #phone_twelve-panel,
#phone_thirteen:checked~.phone_panels #phone_thirteen-panel {
    background: #ffffffa8;
    display: block
}

#phone_one:checked~.tabs #phone_one-tab,
#phone_two:checked~.tabs #phone_two-tab,
#phone_three:checked~.tabs #phone_three-tab,
#phone_four:checked~.tabs #phone_four-tab,
#phone_five:checked~.tabs #phone_five-tab,
#phone_six:checked~.tabs #phone_six-tab,
#phone_seven:checked~.tabs #phone_seven-tab,
#phone_eight:checked~.tabs #phone_eight-tab,
#phone_nine:checked~.tabs #phone_nine-tab,
#phone_ten:checked~.tabs #phone_ten-tab,
#phone_eleven:checked~.tabs #phone_eleven-tab,
#phone_twelve:checked~.tabs #phone_twelve-tab,
#phone_thirteen:checked~.tabs #phone_thirteen-tab {
    background: #ffffffa8;
    color: #61572a;
}

/* Responsive align */

@media (max-width: 480px) {

    .tips_tab {
        background-color: #ffffff4d;
        font-size: 1.5em;
        cursor: pointer;
        padding: 6px;
        margin: 0px 2px;
        display: inline-block;
        color: #3029294f;
        height: 60px;
    }

    .form_align {
        width: 100%;
    }

    .panel {
        display: none;
        animation: fadein .8s;
        height: fit-content;
    }

}

@media (min-width: 768px) {

    .tips_tab {
        background-color: #ffffff4d;
        font-size: 1.5em;
        cursor: pointer;
        padding: 6px;
        margin: 0px 2px;
        display: inline-block;
        color: #3e3636;
        height: 60px;
    }

    .form_align {
        width: 100%;
    }

    .panel {
        display: none;
        animation: fadein .8s;
        height: fit-content;
    }

}

@media (min-width: 992px) {

    .tips_tab {
        background-color: #ffffff4d;
        font-size: 1.5em;
        cursor: pointer;
        padding: 6px;
        margin: 0px 2px;
        display: inline-block;
        color: #00000054;
        height: 60px;
    }

    .form_align {
        width: 100%;

    }

    .panel {
        display: none;
        animation: fadein .8s;
    }

}

@media (min-width: 1200px) {

    .tips_tab {
        background-color: #ffffffd1;
        font-size: 1.5em;
        cursor: pointer;
        padding: 6px;
        margin: 0px 2px;
        display: inline-block;
        color: #ffffff;
        height: 60px;
    }

    .form_align {
        width: 100%;

    }

    .panel {
        display: none;
        animation: fadein .8s;
    }

}

/* Responsive align */

/* Responsive align */

@media (max-width: 480px) {

    .button_pad {

        padding-top: 20px;
        text-align: center;
    }

    .tab_text {
        color: #32322f;
        font-size: 15px;
        padding-top: 3px;
    }

    .tips_text {
        padding: 9% 6% 6% 6%;
    }

    .panel_padding {
        padding: 6% 3% 6% 3%;
    }

    .panel_text_align {
        width: 40%;
    }

    .tabs {
        display: flex;
        transform: translateY(-44px);
        height: 0;
        width: 100%;
    }

    .tabs2 {
        display: flex;
        height: 270px;
        width: 100%;
    }
}

@media (min-width: 768px) {

    .button_pad {

        padding-top: 20px;
        text-align: left;
    }

    .tab_text {
        /* padding-left: 3%; */
        color: #32322f;
        font-size: 24px;
    }

    .tips_text {
        font-size: 0.8em;
        padding: 0% 0% 0% 0%;
    }

    .panel_padding {
        padding: 6% 6% 6% 6%;
    }

    .panel_text_align {
        width: 33%;
    }

    .tabs {
        display: flex;
        height: 270px;
        width: 100%;
    }

    .tabs2 {
        display: flex;
        height: 270px;
        width: 100%;
    }
}

@media (min-width: 992px) {

    .button_pad {

        padding-top: 20px;
        text-align: center;
    }

    .tab_text {
        /* padding-left: 3%; */
        color: #32322f;
        font-size: 24px;
    }

    .tips_text {
        font-size: 0.8em;
        padding: 0% 6% 0% 0%;
    }

    .panel_padding {
        padding: 6% 3% 6% 3%;
    }

    .panel_text_align {
        width: 300px;
    }

    .tabs {
        display: flex;
        height: 270px;
        width: 100%;
    }

    .tabs2 {
        display: flex;
        height: 270px;
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .button_pad {

        padding-top: 20px;
        text-align: left;
    }

    .tab_text {
        color: #32322f;
        font-size: 17px;
        padding: 6px 0px 0px 6px;
    }

    .tips_text {
        padding: 9% 3%;
        font-size: 0.9em;
    }

    .panel_padding {
        padding: 3% 3% 3% 3%;
    }

    .panel_text_align {
        width: 210px;
        height: 68px;
        transform: translateY(24px);
    }

    .tabs {}

    .tips_tab {
        width: 100%;
        display: flex;
        position: absolute;
        transform: translateY(-90px);
    }

    .tabs2 {
        width: 100%;
        display: flex;
        position: absolute;
        transform: translateY(-90px);
    }

}

/* Responsive align */

.product_img_width {
    width: 180px;
}

.scale:hover {

    transform: scale(1.05);
    color: #4a4242;

}

.scale:active {

    transform: scale(1.05);
    color: #4a4242;

}

.product_button {

    background: #FFE1C9 !important;
    background-color: #FFE1C9 !important;
    border-radius: 60px;
    border: 1px solid #DFB250;
    padding: 9px 0px;
    font-size: 21px;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    color: #6A5459;
    max-width: 162px;
    min-width: 162px;
    display: block;
    margin-top: 2rem;

}

.product_button2 {

    background: #FFE1C9 !important;
    background-color: #FFE1C9 !important;
    border-radius: 60px;
    border: 1px solid #DFB250;
    padding: 9px 0px;
    font-size: 21px;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    color: #6A5459;
    min-width: 259px;
    display: block;
    margin-top: 2rem;

}

.product_button2:hover {


    background: #fff;
    border-radius: 60px;
    border: 1px solid #a88b4a;
    padding: 9px 0px;
    font-size: 21px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 9%);
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    color: #67555a;
    min-width: 259px;
    display: block;
    margin-top: 2rem;

}




.product_button:hover {

    background: #fff;
    border-radius: 60px;
    border: 1px solid #a88b4a;
    padding: 9px 0px;
    font-size: 21px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 9%);
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    color: #67555a;
    max-width: 162px;
    display: block;
    margin-top: 2rem;

}




.tips_tab:hover {

    background: #ffffff80;

}

/*===========Tab==========*/

/*===========Form==========*/

.container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="address"],
#contact input[type="first_name"],
#contact input[type="last_name"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 150px 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%), 0 5px 5px 0 rgb(0 0 0 / 6%);
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="address"],
#contact input[type="first_name"],
#contact input[type="last_name"],
#contact textarea {
    font-size: 18px;
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact input[type="address"]:hover,
#contact input[type="first_name"]:hover,
#contact input[type="last_name"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 225px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

@media (min-width: 375px) {
    .form_btn_align {

        justify-content: center;
        padding: 6% 0%;

    }

    #contact {
        margin: 15px 0;
    }

}

@media (min-width: 768px) {

    .form_btn_align {

        justify-content: center;
        padding: 3% 0%;

    }

    #contact {
        margin: 90px 0;
    }

}

@media (min-width: 1200px) {

    .form_btn_align {

        justify-content: right;
        padding: 3% 3% 3% 0%;

    }

    #contact {
        margin: 150px 0;
    }

}

@media (min-width: 1500px) {

    .form_btn_align {

        justify-content: right;
        padding: 3% 3% 3% 0%;

    }

    #contact {
        margin: 150px 0;
    }

}

/*===========Form==========*/

/*===========Slider (VH Style) ==========*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery {
    background: #fff;
}

@media (min-width: 390px) {

    .gallery-cell {

        min-width: 175px;
        border: 3px solid #ffffffed;
        border-radius: 15px;
        width: 63%;
        height: 333px;
        counter-increment: gallery-cell;
        background: linear-gradient(180deg, #FFEAA0 0%, #F6CB31 100%);
        box-shadow: 3px 8px 8px rgb(180 145 46 / 6%);
        border-radius: 15px;

    }

    .product_shot {
        height: 200px;
    }

    .product_position {

        transform: translateY(-280px);

    }

}

@media (min-width: 480px) {

    .gallery-cell {

        min-width: 270px;
        border: 3px solid #ffffffed;
        border-radius: 15px;
        width: 63%;
        height: 380px;
        counter-increment: gallery-cell;
        background: linear-gradient(180deg, #FFEAA0 0%, #F6CB31 100%);
        box-shadow: 3px 8px 8px rgb(180 145 46 / 6%);
        border-radius: 15px;

    }

    .product_shot {
        height: 240px;
    }

    .product_position {

        transform: translateY(-280px);

    }

}

@media (min-width: 768px) {

    .gallery-cell {

        min-width: 165px;
        border: 3px solid #ffffffed;
        border-radius: 15px;
        width: 63%;
        height: 336px;
        counter-increment: gallery-cell;
        background: linear-gradient(180deg, #FFEAA0 0%, #F6CB31 100%);
        box-shadow: 3px 8px 8px rgb(180 145 46 / 6%);
        border-radius: 15px;

    }

    .product_shot {
        height: 169px;
    }

    .product_position {

        transform: translateY(-229px);

    }

}

@media (min-width: 992px) {

    .gallery-cell {

        min-width: 212px;
        border: 3px solid #ffffffed;
        border-radius: 15px;
        width: 63%;
        height: 330px;
        counter-increment: gallery-cell;
        background: linear-gradient(180deg, #FFEAA0 0%, #F6CB31 100%);
        box-shadow: 3px 8px 8px rgb(180 145 46 / 6%);
        border-radius: 15px;

    }

    .product_shot {
        height: 180px;
    }

    .product_position {

        transform: translateY(-240px);

    }

}

@media (min-width: 1200px) {

    .gallery-cell {

        min-width: 270px;
        border: 3px solid #ffffffed;
        border-radius: 15px;
        width: 63%;
        height: 330px;
        counter-increment: gallery-cell;
        background: linear-gradient(180deg, #FFEAA0 0%, #F6CB31 100%);
        box-shadow: 3px 8px 8px rgb(180 145 46 / 6%);
        border-radius: 15px;

    }

    .product_shot {
        height: 240px;
    }

    .product_position {

        transform: translateY(-280px);

    }

}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

/*===========Slider (VH Style) ==========*/


/*=========== 3d slider ==========*/

p {

    font-size: 15px;
    line-height: 1.5em;
    color: #000;


}

.card_slider_button {
    border: solid 2px #fff;
    padding: 15px 12px;
    min-width: 120px;
    font-size: 18px;
    color: #5f1b70;
    background: #e186f7;
    border-radius: 32.25rem;
    font-weight: 700;
}

/*     .container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    }
*/
.card {
    margin-top: 1rem;
    height: 300px;
    width: 250px;
    position: relative;
    border-radius: 0.25rem;
}

.cardFront,
.cardBack {
    box-sizing: border-box;
    border-radius: 0.25rem;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ebf4ff;
}

.cardBack {
    width: 300px;
    height: 400px;
    max-width: 100%;
    padding: 9%;
    transform: perspective(1000px) rotateY(180deg);
}

.cardBack.flipped {
    transform: perspective(1000px) rotateY(0deg);
}

.cardFront {
    width: 300px;
    height: 400px;
    max-width: 100%;
    padding: 9%;
    transform: perspective(1000px) rotateY(0deg);
}

.cardFront.flipped {
    transform: perspective(1000px) rotateY(-180deg);
}

.flip_card_button_block {

    text-align: center;
    padding: 15px 0px;

}

.card_slider_container {
    margin: 0 auto;
    width: 250px;
    height: 200px;
    position: relative;
    perspective: 2000px;
}

.card_slider_carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.card_slider_item {
    display: block;
    justify-content: center;
    position: absolute;
    width: 520px;
    height: 413px;

    /* padding: 15px; */
    line-height: 4000px;
    /* border: 6px solid #fff; */
    /* font-size: 5em; */
    /* text-align: center; */
    color: #FFF;
    opacity: 1;
    /* border-radius: 10px; */
}


.flip_label {
    display: block;
    position: absolute;
    width: 250px;
    height: 450px;
    perspective: 1000px;
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.flip-card .front,
.flip-card .back {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    padding: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    backface-visibility: hidden;
    border-radius: 12px;
}

.flip-card .back {
    transform: rotateX(180deg);
    color: #000;
    background: #fff;
}

label:hover .flip-card {
    border-radius: 15px;
    transform: rotateX(2deg);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

input {
    display: none;
}

:checked+.flip-card {
    transform: rotateX(180deg);
}

label:hover :checked+.flip-card {
    transform: rotateX(175deg);
    box-shadow: 0 20px 20px rgba(255, 255, 255, 0.2);
}

.front img {
    width: 110px;
    height: 110px;
    margin: 30px 0 20px 0;
    border-radius: 50%;
}

.front h1 {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #fff, 0 0 82px #fff, 0 0 92px #fff, 0 0 102px #fff, 0 0 151px #fff;
    font-size: 20px;
    padding-top: 80%;
    color: #573171;
    margin: 0;
}

.front p,
.back .click {
    font-size: 13px;
    font-weight: 600;
}

.back h1 {
    font-size: 20px;
    color: #424752;
}

.back p {
    font-size: 13px;
    color: #424752;
}

hr {
    width: 180px;
    margin: 15px auto 10px auto;
}


.card_bg_a {

    background-position: center;
    background-image: url(../images/card1.jpg);
    background-size: cover;

}

.card_bg_b {

    background-position: center;
    background-image: url(../images/card2.jpg);
    background-size: cover;

}

.card_bg_c {

    background-position: center;
    background-image: url(../images/card3.jpg);
    background-size: cover;

}

.card_bg_d {

    background-position: center;
    background-image: url(../images/card4.jpg);
    background-size: cover;

}

/* .card_bg_d:hover{

    background-position: center;
    background-image: url(../images/card4_2.jpg);
    background-size: cover;
    animation: backgroundIMG 2s ease-in-out 2s;
  animation-fill-mode: forwards;

} */

.card_bg_e {

    background-position: center;
    background-image: url(../images/card5.jpg);
    background-size: cover;

}

.card_bg_f {

    background-position: center;
    background-image: url(../images/card6.jpg);
    background-size: cover;

}

.card_bg_g {

    background-position: center;
    background-image: url(../images/card7.jpg);
    background-size: cover;

}

.card_bg_h {

    background-position: center;
    background-image: url(../images/card8.jpg);
    background-size: cover;

}

.flip_button {

    border: solid 2px #fff;
    padding: 10px 12px;
    justify-content: center;
    margin-top: 15px;
    display: inline-table;
    width: 119px;
    font-size: 15px;
    color: #fff !important;
    background: #7B387B;
    border-radius: 30px;
    font-weight: 700;

}

.flip-card .front,
.flip-card .back {

    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    padding: 30px;
    position: absolute;
    width: 245px;
    height: 100%;
    text-align: center;
    backface-visibility: hidden;
    border-radius: 12px;

}

@media screen and (min-width: 750px) {




    .flip-card .front,
    .flip-card .back {
        -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        padding: 30px;
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        backface-visibility: hidden;
        border-radius: 12px;
    }

}



@media (min-width: 390px) {



    .running_man {

        text-align: center;
        background-position: 0px -368px;
        background-image: url(../images/index_bg.png);
        background-size: cover;

    }

    .jc_left_to_center {

        justify-content: center !important;

    }


    .running_man_selling_point {

        text-align: center;
        background-position: center;
        background-image: url(../images/index_bg.png);
        background-size: cover;

    }
}




@media (min-width: 576px) {

    .running_man {

        text-align: center;
        background-position: 0px -368px;
        background-image: url(../images/index_bg.png);
        background-size: cover;

    }

    .jc_left_to_center {

        justify-content: center !important;

    }

    .running_man_selling_point {

        text-align: center;
        background-position: center;
        background-image: url(../images/index_bg.png);
        background-size: cover;

    }
}

@media (min-width: 390px) {



    .title_box:before {

        content: url(../images/ball_small.png);
        transform: translate(-7px, 4px);

    }

    .title_box:after {

        content: url(../images/ball_small.png);
        transform: translate(7px, 9px);

    }


    .ingre:before {

        content: "";
        position: absolute;
        background: linear-gradient(180deg, #EBEBEB 0%, #F1F1F1 100%);
        left: 0;
        height: 68px;
        width: 5px;

    }

    .testimonial_name_tag {

        position: absolute;
        left: 37px;
        top: 130px;

    }

    .testmonial_pad {

        padding: 3% 3% 0% 3%;

    }

    .running_man {

        text-align: center;
        background-position: 0px -420px;
        background-image: url(../images/index_bg.png);
        background-size: cover;

    }

    .jc_left_to_center {

        justify-content: center !important;

    }


    .running_man_selling_point {

        text-align: center;
        background-position: center;
        background-image: url(../images/index_bg.png);
        background-size: cover;

    }
}




@media (min-width: 576px) {

    .title_box:before {

        content: url(../images/ball_small.png);
        transform: translate(-7px, 16px);

    }

    .title_box:after {

        content: url(../images/ball_small.png);
        transform: translate(7px, 16px);

    }

}

@media (min-width: 768px) {

    .title_box:before {

        content: url(../images/title_box.png);
        transform: translate(-11px, -1px);

    }

    .title_box:after {

        content: url(../images/title_box.png);
        transform: translate(13px, 17px);

    }

}

@media (min-width: 992px) {

    .title_box:before {

        content: url(../images/title_box.png);
        transform: translate(-10px, -1px);

    }

    .title_box:after {

        content: url(../images/title_box.png);
        transform: translate(13px, 17px);

    }

}

@media (min-width: 1200px) {

    .title_box1 {
        height: 60px;
        width: 120px;
        content: url(../images/title_box.png);
        transform: translate(57px, 38px);

    }

    .title_box2 {
        height: 60px;
        width: 120px;
        content: url(../images/title_box.png);
        transform: translate(-43px, -17px);

    }




}

@media (min-width: 1500px) {


    .title_box:before {
        content: url(../images/title_box.png);
        transform: translate(-13px, -2px);
    }

    .title_box:after {

        content: url(../images/title_box.png);
        transform: translate(13px, 17px);

    }




}



.card_slider_item {
    display: block;
    justify-content: center;
    position: absolute;
    width: 288px;
    height: 413px;

    /* padding: 15px; */
    line-height: 4000px;
    /* border: 6px solid #fff; */
    /* font-size: 5em; */
    /* text-align: center; */
    color: #FFF;
    opacity: 1;
    /* border-radius: 10px; */
}




@media (min-width: 300px) {

    .card_slider_next {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 340px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: right;
    }

    .card_slider_prev {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 340px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: left;


    }




    .card_bg {
        padding-top: 4vh;
        position: relative;
        height: 480px;
        background-position: center;
        background: #FDFAE9;
        background-size: cover;
        overflow: hidden;
    }



    .card_slider_prev::before {

        left: 10;
        font-family: 'FontAwesome';
        font-size: 36px;
        content: '\f060';
        top: 180;
        position: absolute;
        color: #713a0c82;

    }

    .card_slider_next::after {

        right: 10;
        font-family: 'FontAwesome';
        font-size: 36px;
        content: '\f061';
        top: 180;
        position: absolute;
        color: #713a0c82;
    }

    .card_slider_container {
        margin: 20 auto;
        width: 286px;
        height: 111px;
        position: relative;
        perspective: 2500px;
    }



    .card_a {
        transform: rotateY(0deg) translateZ(400px);
    }

    .card_b {
        transform: rotateY(72deg) translateZ(400px);
    }

    .card_c {
        transform: rotateY(144deg) translateZ(400px);
    }

    .card_d {
        transform: rotateY(216deg) translateZ(400px);
    }

    .card_e {
        transform: rotateY(288deg) translateZ(400px);
    }

    /*  .card_f {
        transform: rotateY(225deg) translateZ(400px);
    }
    
    .card_g {
        transform: rotateY(270deg) translateZ(400px);
    }
    
    .card_h {
        transform: rotateY(315deg) translateZ(400px);
    } */

    .card_slider_next {
        right: 0em;
    }

    .card_slider_prev {
        left: 0em;
    }

}








@media (min-width: 750px) {

    .card_slider_next {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 600px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: right;
    }

    .card_slider_prev {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 600px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: left;


    }


    .card_bg {
        padding-top: 4vh;
        position: relative;
        height: 952px;
        background-position: center;
        background: #FDFAE9;
        background-size: cover;
        overflow: hidden;
    }



    .card_slider_item {
        display: block;
        justify-content: center;
        position: absolute;
        width: 520px;
        height: 413px;

        /* padding: 15px; */
        line-height: 4000px;
        /* border: 6px solid #fff; */
        /* font-size: 5em; */
        /* text-align: center; */
        color: #FFF;
        opacity: 1;
        /* border-radius: 10px; */
    }

    .card_slider_prev::before {
        left: -60;
        font-family: 'FontAwesome';
        font-size: 36px;
        content: '\f060';
        top: 350;
        position: absolute;
        color: #713a0c82;
    }

    .card_slider_next::after {
        right: -60;
        font-family: 'FontAwesome';
        font-size: 36px;
        content: '\f061';
        top: 350;
        position: absolute;
        color: #713a0c82;
    }

    .card_slider_container {
        margin: 30 auto;
        width: 518px;
        height: 105px;
        position: relative;
        perspective: 5000px;
    }



    .card_a {
        transform: rotateY(0deg) translateZ(400px);
    }

    .card_b {
        transform: rotateY(72deg) translateZ(400px);
    }

    .card_c {
        transform: rotateY(144deg) translateZ(400px);
    }

    .card_d {
        transform: rotateY(216deg) translateZ(400px);
    }

    .card_e {
        transform: rotateY(288deg) translateZ(400px);
    }


    /*    .card_d {
        transform: rotateY(135deg) translateZ(400px);
    }
    
    .card_e {
        transform: rotateY(180deg) translateZ(400px);
    }
    
    .card_f {
        transform: rotateY(225deg) translateZ(400px);
    }
    
    .card_g {
        transform: rotateY(270deg) translateZ(400px);
    }
    
    .card_h {
        transform: rotateY(315deg) translateZ(400px);
    } */

    .card_slider_next {
        right: 5em;
    }

    .card_slider_prev {
        left: 5em;
    }


}


@media (min-width: 1200px) {

    .card_slider_next {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 600px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: right;
    }

    .card_slider_prev {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 600px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: left;


    }

    .card_bg {
        padding-top: 4vh;
        position: relative;
        height: 750px;
        background-position: center;
        background: #FDFAE9;
        background-size: cover;
        overflow: hidden;
    }




    .card_slider_prev::before {

        left: 0;
        font-family: 'FontAwesome';
        font-size: 36px;
        content: '\f060';
        top: 250;
        position: absolute;
        color: #713a0c82;

    }

    .card_slider_next::after {

        right: 0;
        font-family: 'FontAwesome';
        font-size: 36px;
        content: '\f061';
        top: 250;
        position: absolute;
        color: #713a0c82;
    }



    .card_slider_container {
        margin: 100 auto;
        width: 525px;
        height: 481px;
        position: relative;
        perspective: 2000px;
    }




    .flip-card .front, .flip-card .back {
        -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        padding: 30px;
        position: absolute;
        width: 245px;
        height: 100%;
        text-align: center;
        backface-visibility: hidden;
        border-radius: 12px;
    }

    .card_a {
        transform: rotateY(0deg) translateZ(400px);
    }

    .card_b {
        transform: rotateY(72deg) translateZ(400px);
    }

    .card_c {
        transform: rotateY(144deg) translateZ(400px);
    }

    .card_d {
        transform: rotateY(216deg) translateZ(400px);
    }

    .card_e {
        transform: rotateY(288deg) translateZ(400px);
    }

    /* 
.card_d {
    transform: rotateY(135deg) translateZ(500px);
}

.card_e {
    transform: rotateY(180deg) translateZ(500px);
}

.card_f {
    transform: rotateY(225deg) translateZ(500px);
}

.card_g {
    transform: rotateY(270deg) translateZ(500px);
}

.card_h {
    transform: rotateY(315deg) translateZ(500px);
} */

}














.card_slider_next:hover,
.card_slider_prev:hover {
    color: #000;
}

.card_slider_next:active,
.card_slider_prev:active {
    top: 104px;
}

.card_arrow_left {
    font-family: 'FontAwesome';
    content: '\f107';
    color: black;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.card_arrow_right {
    font-family: 'FontAwesome';
    content: '\f061';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/*=========== 3d slider ==========*/


/*=========== floating ==========*/


@media (min-width: 270px) {


    .floatButton_red {
        scroll-behavior: smooth;
        height: 64px;
        width: 167px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 106px;
        right: -53px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

    .floatButton_red2 {
        scroll-behavior: smooth;
        height: 64px;
        width: 167px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 106px;
        right: -53px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }


}

@media (min-width: 300px) {

    .icon_size {
        width: 150px;
    }

    .text_section {

        padding: 3%;
        top: 150;
        position: absolute;

    }

    .icon_margin {

        margin-top: 24%;

    }

    .floatButton_red_width {
        max-width: 75px;
    }

    .floatButton_red {
        scroll-behavior: smooth;
        height: 0px;
        width: 140px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 87px;
        right: -53px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

    .floatButton_red2 {
        scroll-behavior: smooth;
        height: 40px;
        width: 140px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 143px;
        right: -53px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }


}

@media (min-width: 576px) {

    .text_section {

        padding: 3%;
        top: 330;
        position: absolute;

    }

    .icon_margin {

        margin-top: 6%;

    }

    .floatButton_red_width {

        max-width: 75px;

    }

    .floatButton_red {
        scroll-behavior: smooth;
        height: 40px;
        width: 140px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 138px;
        right: -55px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

    .floatButton_red2 {
        scroll-behavior: smooth;
        height: 40px;
        width: 140px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 225px;
        right: -55px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }




}

@media (min-width: 768px) {



    .text_section {

        padding: 3%;
        top: 510;
        position: absolute;

    }

    .icon_margin {

        margin-top: 15%;

    }

    .floatButton_red_width {

        max-width: 75px;

    }

    .floatButton_red {
        scroll-behavior: smooth;
        height: 8px;
        width: 141px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 87px;
        right: -51px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

    .floatButton_red2 {
        scroll-behavior: smooth;
        height: 93px;
        width: 141px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 98px;
        right: -51px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

}

@media (min-width: 992px) {

    .text_section {

        padding: 3%;
        top: 190;
        position: absolute;

    }

    .icon_margin {

        margin-top: 15%;

    }


    .floatButton_red_width {
        max-width: 100px;
    }

    .floatButton_red {
        scroll-behavior: smooth;
        height: 93px;
        width: 141px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 30px;
        right: -28px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

    .floatButton_red2 {
        scroll-behavior: smooth;
        height: 93px;
        width: 141px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 159px;
        right: -28px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }


}

@media (min-width: 1200px) {


    .card_slider_next {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 600px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: right;
    }

    .card_slider_prev {
        color: #444;
        position: absolute;
        top: 100px;
        padding: 1em 2em;
        height: 600px;
        cursor: pointer;
        background: #ccc0;
        width: 33%;
        border-radius: 5px;
        transition: box-shadow 0.1s, top 0.1s;
        text-align: left;


    }

    .floatButton_red {
        scroll-behavior: smooth;
        height: 112px;
        width: 141px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 40px;
        right: -6px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }


    .floatButton_red2 {
        right: -48px;
        scroll-behavior: smooth;
        height: 142px;
        width: 141px;
        position: fixed;
        z-index: 100;
        display: inline-block;
        cursor: pointer;
        bottom: 164px;
        right: -6px;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        margin: 10px 0px 10px 0px;
        text-decoration: none;
    }

    .floatButton_red_width {
        max-width: 120px;
    }

    .icon_size {

        width: 42px;

    }

    .text_section {

        padding: 3%;
        top: 240;
        position: absolute;

    }

    .icon_margin {

        margin-top: 15%;

    }


}

/*=========== floating ==========*/



/*=========== Blog ==========*/

.blog_form {

    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 18px -7px rgb(192 192 192);
    -moz-box-shadow: 0px 0px 18px -7px rgb(192 192 192);
    box-shadow: 0px 0px 18px -7px rgb(192 192 192);
    width: 100%;
    background: white;

}

.blog_border {

    border-radius: 0px 30px;

}

.blog_img_border {

    border-radius: 30px 30px 0px 0px;

}

/* [1] The container */
.img-hover-zoom {
    /*height: 300px;  [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.1);
}




/*=========== Blog ==========*/


/*=========== speech-bubble ==========*/



.speech-bubble {

    position: relative;
    border-radius: .4em;

}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-right-color: #fcf8e7;
    border-left: 0;
    border-bottom: 0;
    margin-top: 105px;
    margin-left: -40px;
}

/*=========== speech-bubble ==========*/


/*=========== modal ==========*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}



/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 15px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*=========== modal ==========*/

/*=========== drop down button ==========*/

.dropbtn {
    color: #232020;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn::after {
    font-family: 'Material Icons';
    content: "expand_more";
    -webkit-font-feature-settings: 'liga';
}




.dropbtn:hover, .dropbtn:focus {
    color: #742b24;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sub_tab {

    border-bottom: none !important;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #fff;
}

.show {
    display: block;
}

.dropbtn2 {
    color: #232020;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn2:hover, .dropbtn2:focus {
    color: #742b24;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sub_tab {

    border-bottom: none !important;

}

.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #fff;
}

.show {
    display: block;
}


/*=========== drop down button ==========*/