/*
Theme Name: Aprova
Theme URI: #
Author: Aprova
Author URI: #
Description: Aprova - MultiPurpose Creative HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.bunny.net/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 28px;
    color: #444444;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    color: #a1daf7;
    font-weight: 800;
    margin: 0 0 15px;
}
button:focus{
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield !important;
}

a{
    color: #a1daf7;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul,
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.medical_btn{
    border: none;
    font-size: 16px;
    font-weight: 700;
    background: #fbba23;
    color: #fff;
    height: 45px;
    text-align: center;
    padding: 16px 20px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.medical_btn span {
    position: relative;
    z-index: 2;
}
.medical_btn span i{
    position: relative;
    top: 1px;
    font-size: 14px;
    left: 1px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.medical_btn::after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    background: #a1daf7;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.medical_btn:hover:after {
    width: 100%;
}
.medical_btn:hover{
    color: #fff;
}
.medical_btn:hover span i{
    left: 6px;
}
.checkpoints li{margin-bottom:20px}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.medi_sub_title{
    font-size: 18px;
    line-height: .8;
    color: #a1daf7;
    font-weight: 900;
    margin: 0 0 14px;
}
.medi_sec_title{
    font-size: 30px;
    line-height: 40px;
    color: #a1daf7;
    font-weight: 900;
    margin: 0 0 26px;
}
.sec_desc{
    margin: 0 0 46px;
}
.white{
    color: #fff;
}
.padLeft_90{
    padding-left: 90px;
}
.paTop_123{
    padding-top: 123px;
}
.paTop_40{
    padding-top: 40px;
}