/* .ml-auto, .mx-auto {
    margin-left: 250px !important;
}*/ 
/*-------------------------Pre-next---------------------------*/
.hero-area .owl-prev, .hero-area .owl-next
{
    width: 70px;
    /* height: 70px; */
    position: absolute;
    top: 0%;
    line-height: 0px;
    text-align: center;
    color: transparent;
    left: 70px;
    margin-top: -35px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    font-size: 0px;
}
.main-header-area
{
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;

}
.header-area .main-menu .nav-link 
{
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 20px;
    color: black;
    font-weight: 500;
    margin: 0 1px;
}
#medilifeMenu 
{
    /* border-style: solid; */
    margin-left:200px;
    background-color: transparent;
  
}
.navbar-toggler-icon {
    border-style: black;
    color: black;
    width: 50px;
    height: 40px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 
{
    margin-bottom: .3rem;
    font-family: none;
    font-weight: 50;
    line-height: 1.2;
    color: black;

}
/*.navbar-toggler 
{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    border-radius: .25rem;
}*/
.dropdown-item 
{
    font-size: 15px;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: uppercase;
}
a 
{
    color: whitesmoke;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a 
{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 19px;
    font-weight: 370;
}  

.breadcumb-area .breadcumb-title {
    font-size: 30px;
    margin-bottom: 0;
}
.breadcumb-area 
{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}
.footer-area {
    background: linear-gradient(to right, #003399 0%, #0066ff 100%);
    padding-left: 45px;
    padding-right: 45px;
}
.top-header-area {
    background: linear-gradient(to right, #003399 0%, #0066ff 100%);
}
/*.top-header-area {
   
    background-color: #006cff;
}*/

.section-padding-100 {
    padding: 20px 0;
}
    