/*-----------------------------------------------------------------------------------

/*-----------------------------------------------------------------------------------

    Template Name: Medical - Medical and Health Bootstrap Template
    Author URL: https://graygrids.com
    Description:
    Author: GrayGrids
    Version: 1.0

-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");


/*===== All Button Style =====*/

.btn-primary {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #049ae5;
    padding: 0 30px;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #049ae5;
    font-family: "Open Sans", sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 50px; 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #30b0f0;
    border-color: #3fb0e9;
}

.btn-primary:active, .btn-primary.active {
    background: #0a72a7;
    box-shadow: none;
}


/*# sourceMappingURL=style.css.7a1b148d3291.map */
