        input,
        textarea {
            outline: none;
        }

        .btn_clear,
        .btn_clear:focus {
            width: 300px !important;
            background-color: #fff !important;
            border: 1px solid #0c419a !important;
            border-radius: 30px !important;
            line-height: 60px !important;
            font-size: 3rem !important;
            color: #0c419a !important;
        }

        @media screen and (min-width:1200px) {
            .inner {
                margin-left: 20% !important;
                margin-right: 20% !important;
            }
        }

        @media screen and (max-width: 768px) {

            .btn_confirm,
            .btn_confirm:focus {
                width: 39vw !important;
                max-width: 28rem !important;
                border-radius: 2.5rem !important line-height: 5rem !important;
                font-size: 2.4rem !important;
                margin-top: 10px!important;
            }
            .btn_reset,
            .btn_reset:focus {
                margin-top: 10px!important;
            }

            .btn_clear,
            .btn_clear:focus {
                width: 39vw !important;
                max-width: 28rem !important;
                border-radius: 2.5rem !important;
                line-height: 5rem !important;
                font-size: 2.4rem !important;
                margin-top: 10px!important;
            }

            .contact_btm {

                padding: 0 1.5rem !important;
                width: 100% !important;
            }

            input[type="text"],
            input[type="email"] {
                width: 100% !important;
                height: 40px !important;
                padding: 10px !important;
                border: 1px solid #ccc !important;
                border-radius: 5px !important;
                background: #fff !important;
                -webkit-transition: .4s !important;
                transition: .4s !important;

            }

            .inputs {
                margin-right: auto !important;
                margin-left: auto !important;
            }

            textarea {
                width: 100% !important;
                height: 15rem !important;
            }

            textarea {
                width: 600px !important;
                height: 135px !important;
                padding: 10px !important;
                border: 1px solid #ccc !important;
                border-radius: 5px !important;
                background: #fff !important;
                resize: vertical !important;
                -webkit-transition: border-color .4s !important;
                transition: border-color .4s !important;
            }

            .contact .btn_box_c {
                display: -webkit-flex !important;
                display: -ms-flex !important;
                display: flex !important;
                margin: 2rem auto 5rem !important;
                width: 100% !important;
            }

            .inputs {
                float: revert !important;
                width: 100% !important;
            }

            .contact_main .inner {
                width: 100% !important;
                min-width: 100% !important;
                max-width: 100% !important;
            }

            .contact_main {

                margin-bottom: 2.5rem !important;
                padding: 1rem 0 !important;
                background-color: #f3f8fb !important;
            }

            .inner {
                padding: 0 .8rem;
                 !important min-width: 100% !important;
                max-width: 100% !important;
            }

            .tbl_contact {
                display: block !important;
            }

            .tbl_contact tbody,
            .tbl_contact tr {
                display: block !important;
            }

            .tbl_contact tr {
                display: block !important;
            }

            .tbl_contact th {
                display: -webkit-flex !important;
                display: -ms-flex !important;
                display: flex !important;
                -webkit-box-pack: justify !important;
                -ms-flex-pack: justify !important;
                justify-content: space-between !important;
                -webkit-box-align: center !important;
                -ms-flex-align: center !important;
                align-items: center !important;
                width: 100% !important;
                padding: 2rem !important;
                border-bottom: 0 !important;
            }

            .tbl_contact td {
                display: block !important;
                width: 100% !important;
                height: auto !important;
                padding: 0 2rem 2rem !important;
            }

            input,
            button,
            textarea {
                font-size: 16px !important;
            }

            .tbl_contact th span {
                position: static !important;
                margin-top: 0 !important;

            }
        }

        #recruit {
            margin-top: -50px !important;
            padding-top: 106px !important;
        }

        .error {
            color: #FF0001 !important;
            font-weight: bold !important;
        }

        .tel {
            position: inherit !important;
            right: 0 !important;
        }

        input .error:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 1000px #F8DFDF inset !important;
        }

        .error input,
        .error textarea {
            background-color: #F8DFDF !important;
        }
/*
        .desplay-logo {
            display: block !important;
        }
*/
        .desplay-logo1 {
            display: none !important;
        }

        .btn_confirm:hover {
            background-color: #fff !important;
            color: #0c419a !important;
        }

        .btn_clear:hover {
            background-color: #0c419a !important;
            color: #fff !important;
        }

        @media (min-width: 768px) {
            .container {
                width: 1000px !important;
            }
        }

        @media (max-width: 768px) {
            .container {
                width: 100% !important;
            }
        }
z
