            /*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
            
            .bottom-nk-area {
                font-family: Nunito, sans-serif;
                font-size: 16px;
            }
            
            .enquiry {
                font-weight: 600;
                font-family: Nunito, sans-serif;
                font-size: 20px;
                margin-top: 50px;
            }
            
            .nk-heading-top b {
                color: #798bff;
            }
            
            @media (max-width:400px) {
                .bottom-nk-area {
                    display: block !important;
                }
                .date {
                    margin: 0 !important;
                }
            }
            /* Contact Us page */
            
            .form-box-inner input::-webkit-outer-spin-button,
            .form-box-inner input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            /* Firefox */
            
            .form-box-inner input[type=number] {
                -moz-appearance: textfield;
            }
            
            .vh-height {
                min-height: 100vh;
            }
            
            .text-center {
                text-align: center;
            }
            
            header {
                background: #fff;
                padding: 15px 0;
                border-bottom: 1px solid #e9e8e8;
            }
            
            .contact-us {
                padding: 50px 0 88px;
            }
            
            footer {
                background: #fff;
                padding: 7px 0;
                font-family: Nunito, sans-serif;
                border-top: 1px solid #e9e8e8;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }
            
            .copyright-txt {
                color: #000;
                font-size: 14px;
            }
            
            footer a {
                font-size: 14px;
                font-weight: 600;
            }
            
            .form-box-inner {
                max-width: 600px;
                margin: 30px auto 0;
                background: #fff;
                padding: 30px 35px 35px;
                box-shadow: 0px 10px 40px rgb(0 0 0 / 7%);
            }
            
            .form-box-inner .form-control {
                height: 45px;
                padding: 0.6875rem 1rem;
                font-size: 0.9375rem;
                line-height: 1.25rem;
                border-radius: 5px;
            }
            
            .form-box-inner label {
                font-family: Nunito, sans-serif;
                font-weight: 600;
                font-size: 16px;
            }
            
            .btn-submit {
                text-align: center;
                width: 100%;
                display: block;
                background: #798bff;
                border: 1px solid #798bff;
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                padding: 10px;
                box-shadow: 0px 10px 30px #b1bbff;
                transition: all 0.4s ease-in-out;
            }
            
            .form-contact p {
                font-size: 15px;
                line-height: 22px;
            }
            
            .btn-submit:hover,
            .btn-login:hover {
                box-shadow: none !important;
                background: #fff;
                color: #798bff;
            }
            
            .form-box-inner textarea {
                height: 150px !important;
                resize: none;
            }
            
            .btn-login {
                color: #fff;
                background: #798bff;
                border: 1px solid #798bff;
                font-size: 16px;
                padding: 10px 22px;
                transition: all 0.4s ease-in-out
            }
            .wide-block {
                max-width: 657px;
            }
            .nk-heading-top {
                margin: 0 0 50px;
            }        
            .logo-img-lg {
                max-height: 100px;
            }
            .nk-wrap-nosidebar .nk-content{
                display: block !important;
                min-height: unset !important;
            }   
            .scroll-height {
                max-height: 200px;
                overflow-y: auto;
            }
            .scroll-height::-webkit-scrollbar {
                width: 5px;
            }
               
            .scroll-height::-webkit-scrollbar-thumb {
                background-color: #816bff;
                border-radius: 30px;
            }
            .scroll-height table td{
                padding: 0.2rem 0.25rem;
            }
            .table-heading > * {
                padding: 0 0.25rem;
            }
            .table-heading > *:not(:first-child) {
                max-width: calc(50% - 22px);
                flex: calc(50% - 22px);
            }
            .table-heading .number {
                max-width: 37px;
                flex: 37px;
            }
            .table-heading {
                display: flex;
                flex-wrap: wrap;
            }
            .scroll-height .tb-odr-item td:first-child {
                width: 27px;
            }
            span.last-seen {
                font-size: 13px;
                color: gray;
            }
            @media (max-width:991px) {
                .container {
                    max-width: 100%;
                }
                .form-box-inner {
                    padding: 20px 25px 25px;
                }
                .form-contact h2 {
                    font-size: 2rem;
                }
                .logo-img-lg{
                    max-height: 60px;
                }
            }
            
            @media (max-width:576px) {
                .form-contact p br {
                    display: none !important;
                }
                .contact-us {
                    padding: 35px 0 98px;
                }
                .form-contact h2 {
                    font-size: 1.5rem;
                }
                .nk-wrap,
                .nk-wrap-nosidebar .nk-content {
                    min-height: unset !important
                }
                .enquiry{
                    margin-top: 20px;
                }
                .nk-heading-top{
                    margin-bottom: 20px !important;
                }
                .nk-heading-top h4 {
                    font-size: 18px !important;
                }
            }