/*
Theme Name: Hostco child
Theme URI: https://demo.bravisthemes.com/hostco/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Hostco is a WordPress theme perfect for metal hostcog, industrial hostcog, construction, exterior, maintenance, painting, remodelling, renovation, repair service, roof repair, roofers, hostcog, hostcog company, hostcog service, siding websites. The theme comes with creative 05 homepage design layouts for more websites. WordPress theme is made by Elementor page builder which is very easy to customize and it has a lot of features and a very strong admin panel for any client to make a good website. Get Hostco Theme now!
Template: hostco
Version: 1.0.3
License: ThemeForest
License URI: https://themeforest.net/licenses
*/
.booknetic_appointment {
    position: relative;
    min-width: 980px;
    width: 100% !important;
    height: 600px;
    background-color: #F5F7FA;
    -webkit-box-shadow: 0 5px 40px 5px rgba(112, 119, 125, 0.25);
    -moz-box-shadow: 0 5px 40px 5px rgba(112,119,125,0.25);
    box-shadow: 0 5px 40px 5px rgba(112, 119, 125, 0.25);
    display: flex;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button:not(.rm-style-default), .button, input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    /* color: #fff; */
    padding: 0 30px;
    line-height: 45px;
    background-color: #2378F8;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-size: 300%, 1px;
    background-position: 0%;
    height: auto;
}