 .myWhite {
            color: #fff !important;
        }

        .my-white {
            color: #fff !important;
        }

        .my-danger {
            color: #ec4e70 !important;
        }

        .my-success {
            color: #2db47f !important;
        }

        .myBgBlue {
            background-color: #4886d9 !important;
            color: #fff !important;
        }

        .myYello {
            color: var(--app-btn-text) !important;
        }

        .myBgYello {
            background-color: var(--app-btn-primary) !important;
            color: #fff !important;
        }

        .in-mobile-nav .uk-button {
            font-size: 35px;
            padding: 2px 16px;
            color: #fff;
            box-shadow: none;
        }


        .in-slideshow .in-slide-text {
            margin-top: -20px;
        }




        .watkey {
            z-index: 9;
            position: fixed;
            bottom: 15px;
            left: 15px;
            padding: 4px;
            border: 1px solid #0d9f16;
            border-radius: 50%;
        }






        #google_translate_element {
            bottom: 25px;
            left: 15px;
        }

        .goog-te-gadget {
            font-family: Roboto, "Open Sans", sans-serif !important;
            text-transform: uppercase;
        }

        .goog-te-gadget-simple {
            background-color: rgba(0, 0, 0, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
            padding: 1px !important;
            border-radius: 4px !important;
            font-size: 0.8rem !important;
            line-height: 2rem !important;
            display: inline-block;
            cursor: pointer;
            zoom: 1;
            margin-bottom: 4px;
        }

        .goog-te-menu2 {
            max-width: 100%;
        }

        .goog-te-menu-value {
            color: #fff !important;
        }

        .goog-te-menu-value:before {
            font-family: 'Material Icons';
            content: "\E927";
            margin-right: 16px;
            font-size: 1.2rem;
            vertical-align: -10px;
        }

        .goog-te-menu-value span:nth-child(5) {
            display: none;
        }

        .goog-te-menu-value span:nth-child(3) {
            border: none !important;
            font-family: 'Material Icons';
        }

        .goog-te-menu-value span:nth-child(3):after {
            font-family: 'Material Icons';
            content: "\E5C5";
            font-size: 1.5rem;
            vertical-align: -6px;
        }

        .goog-te-gadget-icon {
            background-position: 0px 0px;
            height: 32px !important;
            width: 32px !important;
            margin-right: 8px !important;
            display: none;
        }

        .goog-te-banner-frame.skiptranslate {
            display: none !important;
        }

        select.php-language-select{
            width: 100%;
        }

        body {
            top: 0px !important;
        }

        @media (max-width: 667px) {
            #google_translate_element {}

            #google_translate_element goog-te-gadget {}

            #google_translate_element .skiptranslate {}

            #google_translate_element .goog-te-gadget-simple {
                text-align: center;
            }
        }

        #flipper {
            position: absolute;
            right: 50px;
            top: 150px;
            width: 45%;
            z-index: 1;
            padding: 50px 5px;
        }

        @media only screen and (max-width: 768px) {
            #flipper {
                right: 25px;
                top: 62px;
                width: 60px;
            }
        }


        .flip-box {
            perspective: 1000px;
        }

        #modal-full {
            background-color: #181818 !important;
            background: #181818 !important;
        }

        .in-faq-2 .uk-accordion-title .uk-card-default::after {
            content: "";
        }

        .flip-box-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 1.5s;
            transform-style: preserve-3d;
        }

        .flip-box:hover .flip-box-inner {
            transform: rotateY(180deg);
        }

        .flip-box-front {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }


        .flip-box-back {
            transform: rotateY(180deg);
        }


        .roundDiv {
            position: absolute;
            right: -26px;
            text-align: center;
            top: 118px;
            width: 45%;
            z-index: 9;
            padding: 50px 5px;
        }

        .roundCoin {
            border: 5px dotted transparent;
            border-radius: 50%;
            border-top: 5px dotted #2a9c5d;
            border-bottom: 5px dotted #2a9c5d;
            width: 400px;
            height: 400px;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }



        @media only screen and (max-width: 768px) {
            .roundDiv {
                position: absolute;
                right: 20px;
                text-align: center;
                top: 90px;
                width: 80px;
                z-index: 9;
                padding: 50px 5px;
            }

            .roundCoin {
                border: 5px dotted transparent;
                border-radius: 50%;
                border-top: 3px dotted #2a9c5d;
                border-bottom: 3px dotted #2a9c5d;
                width: 75px;
                height: 75px;
            }
        }


        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @-webkit-keyframes spinBack {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(-360deg);
            }
        }

        @keyframes spinBack {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(-360deg);
            }
        }

        .check-star {
            color: #2a9c5d;
        }

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