        .enquiry_01 {
            position: fixed;
            z-index: 99999 !important;
            top: 45%;
            right: -30px;
        }

        .enquiry_01 {
            transform: rotate(90deg);
        }

        .enquiry_btn_011 {
            background: #000;
            color: #fff;
            padding: 10px 25px;
            outline: none;
            border: none;
            border-radius: 0px 0px 5px 5px;
        }

        .enquiry_form_01 {
            display: none;
            position: fixed;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1000;
        }

        @media only screen and (max-width: 650px) {
            .enquiry_form_01 {
                display: none;
                position: fixed;
                width: 100% !important;
                top: 55%;
                transform: translate(-50%, -50%);
                padding: 30px !important;
                z-index: 1000;
            }
        }

        #enquiry_form_01_overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
