
        .tooltip-inner {
            background-color: #000;
            border-radius: .25rem;
            color: #fff;
            max-width: 200px;
            padding: .25rem .5rem;
            text-align: center;
            position: relative;
            top: 50px;
        }

        .bs-tooltip-top .arrow:before,
        .bs-tooltip-auto[x-placement^=top] .arrow:before {
            position: relative;
            top: 55px;
        }

        /*        header.trans {
					background-color: #fff !important;
					transition: background-color .5s;
				}*/
        @media only screen and (max-width: 992px) {

            .header_1 {
                position: absolute;
                top: unset !important;
            }

            div.lowest_before {
                height: 150px;
                width: 150px;
                margin-top: .5rem !important;
            }

            div.lowest_before:hover {
                height: 150px;
                width: 150px;
                margin-top: .5rem !important;
            }

        }

        div.lowest_before {
            cursor: pointer;
            background-image: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/home/lowest_before.png);
            background-repeat: no-repeat;
            background-position: top;
            background-size: contain;
            content: "";
            height: 200px;
            line-height: 1;
            vertical-align: middle;
            width: 200px;
            position: absolute;
            /* left: 0rem; */
        }

        div.lowest_before:hover {
            background-image: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/home/lowest_after.png);
            background-repeat: no-repeat;
            background-position: top;
            background-size: contain;
            content: "";
            height: 220px;
            line-height: 1;
            vertical-align: middle;
            width: 220px;
            position: absolute;
            /* left: 0rem; */
        }

        header#navbar-header {
            background-color: #fff !important;
        }

        .modal-header {
            color: white;
            /*border-bottom: unset;*/
            background-color: #794292;
        }

        .home-wrapper {
            padding-top: 90px;
        }

        body {
            background-color: #fff !important;
        }

        html,
        body {
            position: relative;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
        }

        .readyheader {
            font-size: 2.25rem;
        }

        /* register  */
        .register-label {
            font-family: Playfair Display;
            font-style: normal;
            font-weight: 900;
            font-size: 2.25rem;
            line-height: 64px;
            text-align: center;
            color: #3c3c3c;
        }

        .register-sublabel {
            font-weight: unset !important;
            color: #5a5a5a;
            font-size: 16px;
            width: 100%;
            text-align: center;
            font-family: 'Open Sans';
        }

        .form-control {
            border-radius: 30px !important;
        }

        .btn-purple {
            background-color: #946CE0;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            box-shadow: 0px 0px 14px #946CE0;
            letter-spacing: 0.1em;
        }

        .btn-purple:hover {
            border-style: solid;
            border-radius: 5px;
            border-width: 1px;
            border-color: #2aaaab;
            background: #fff;
            color: #2aaaab;
            text-decoration: none;
            transition: all 0.7s;
            box-shadow: 0px 0px 14px #2aaaab;
            letter-spacing: 0.1em;
        }

        /*        .slick-prev:before, .slick-next:before {
		    color:#946ce0 !important;
		}
*/
        /*		button.slick-arrow.slick-next {
		    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.6' d='M0 .5h32v32H0z'/%3E%3Cpath d='m12 6.5 10 10-10 10' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
		    right: -5%;
		}

		button.slick-arrow.slick-prev {
		    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.6' d='M0 .5h32v32H0z'/%3E%3Cpath d='m12 6.5 10 10-10 10' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
		    right: -5%;
		}*/

        /* register end */
  
        .trans.scrolled {
            background-color: #fff !important;
            transition: all .3s ease-in !important;
        }

        @font-face {
            font-family: 'Clarity City';
            src: url('fonts/ClarityCity-Regular.ttf');
        }
        