a {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0;
    font-size: 14px;
    font-weight: 700
}

.Oferta-desc-search {
    position: relative;
    width: 40px;
    height: 24px;
    margin-right: 0;
    left: 92px;
    top: 11px;
    border-radius: 5px;
    background-color: #cd1719e0;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    font-weight: 500;
    color: #fff
}

#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #006cff
}

.medilife-load {
    -webkit-animation: 2s linear 0s normal none infinite running medilife-load;
    animation: 2s linear 0s normal none infinite running medilife-load;
    background: 0 0;
    border-color: #fff;
    border-top-color: #006cff;
    border-left-color: #006cff;
    border-right-color: #006cff;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9
}

@font-face {
    font-family: Gotham-Black;
    font-style: normal;
    font-weight: 400;
    src: local('Gotham-Black'), url(../fonts/Gotham-Black-Regular.woff) format('woff')
}

@-webkit-keyframes medilife-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes medilife-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

ol,
ul {
    margin: 0
}

ol li,
ul li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%
}

.medica-table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0
}

.medica-table-cell {
    display: table-cell;
    vertical-align: middle
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.mt-70 {
    margin-top: 70px
}

.mt-100 {
    margin-top: 100px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-15 {
    margin-left: 15px
}

.ml-30 {
    margin-left: 30px
}

.mr-15 {
    margin-right: 15px
}

.mr-30 {
    margin-right: 30px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-100 {
    margin-bottom: 100px
}

.bg-img {
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-transparent {
    background-color: transparent
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, .5) !important
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, .5) !important
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.height-500 {
    height: 500px !important
}

.height-600 {
    height: 600px !important
}

.height-700 {
    height: 700px !important
}

.height-800 {
    height: 800px !important
}

#scrollUp {
    background-color: #006cff;
    border-radius: 50%;
    bottom: 60px;
    right: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 30px;
    height: 70px;
    text-align: center;
    width: 70px;
    line-height: 66px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#scrollUp:hover {
    background-color: #081f3e
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px
    }
}

@media only screen and (max-width:767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px
    }
}

.section-padding-100 {
    padding: 100px 0
}

.section-padding-50 {
    padding: 50px 0
}

.section-padding-50-0 {
    padding: 50px 0 0 0
}

.section-padding-100-70 {
    padding: 100px 0 70px
}

.section-padding-100-50 {
    padding: 100px 0 50px
}

.section-padding-100-0 {
    padding: 100px 0 0
}

.section-padding-0-100 {
    padding: 0 0 100px
}

.section-padding-100-20 {
    padding: 100px 0 20px 0
}

.section-heading {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1
}

.section-heading h2 {
    font-size: 44px;
    margin-bottom: 0
}

.btn {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.btn:focus,
.btn:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.medilife-btn {
    font-family: 'Bree Serif', serif;
    display: inline-block;
    color: #fff;
    background-color: #006cff;
    height: 45px;
    padding: 0 20px 0 17px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    min-width: 140px;
    border-radius: 50px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.medilife-btn span {
    width: 40px;
    height: 45px;
    background-color: #081f3e;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.medilife-btn:focus,
.medilife-btn:hover {
    background-color: #081f3e;
    color: #fff
}

.medilife-btn:focus span,
.medilife-btn:hover span {
    color: #fff;
    background-color: #006cff
}

.medilife-btn.btn-2 {
    background-color: #081f3e;
    color: #fff
}

.medilife-btn.btn-2 span {
    color: #fff;
    background-color: #006cff
}

.medilife-btn.btn-2:focus,
.medilife-btn.btn-2:hover {
    background-color: #006cff;
    color: #fff
}

.medilife-btn.btn-2:focus span,
.medilife-btn.btn-2:hover span {
    color: #fff;
    background-color: #081f3e
}

.medilife-btn.btn-3 {
    background-color: #fff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff
}

.medilife-btn.btn-3 span {
    top: -2px;
    right: -2px
}

.medilife-btn.btn-4 {
    background-color: #fff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff
}

.medilife-btn.btn-4 span {
    background-color: #006cff;
    top: -2px;
    right: -2px
}

.medilife-appoint-btn {
    display: inline-block;
    color: #fff;
    background-color: red;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    min-width: 140px;
    border-radius: 0;
    font-weight: 500;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-transform: uppercase;
    box-shadow: none
}

.medilife-appoint-btn span {
    font-weight: 700
}

.medilife-appoint-btn:focus,
.medilife-appoint-btn:hover {
    color: #006cff;
    background-color: #fff;
    box-shadow: none;
    font-weight: 500
}

.medilife-appoint-btn:focus span,
.medilife-appoint-btn:hover span {
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .medilife-appoint-btn {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .medilife-appoint-btn {
        margin-top: 10px
    }
}

.bg-overlay {
    position: relative;
    z-index: 1
}

.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0086ce;
    opacity: .85;
    content: ''
}

.bg-overlay-black {
    position: relative;
    z-index: 1
}

.bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: -175px;
    left: 0;
    width: 100%;
    height: 350px;
    background-color: #000;
    opacity: .85;
    content: ''
}

.bg-overlay-white {
    position: relative;
    z-index: 1
}

.bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 31, 31, .4);
    content: ''
}

.bg-gray {
    background-color: #fff
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.nicescroll-rails {
    z-index: 999999 !important
}

.header-area {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px;
    background-color: #188118
}

.top-header-area p {
    margin-bottom: 0;
    color: #b5b5b5
}

.top-header-area p span {
    color: #006cff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .top-header-area p {
        font-size: 13px
    }
}

@media only screen and (max-width:767px) {
    .top-header-area p {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .top-header-area {
        height: auto;
        padding: 15px 0
    }
}

.main-header-area {
    width: 100%;
    height: 75px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-header-area {
        height: 80px
    }
}

@media only screen and (max-width:767px) {
    .main-header-area {
        height: 70px
    }
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 75px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

@media only screen and (max-width:767px) {
    .is-sticky .main-header-area {
        height: 70px
    }
}

.header-area .main-menu .nav-link {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 30px;
    color: #374a57;
    font-weight: 500;
    margin: 0 1px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    transition: all .2s linear
}

.header-area .main-menu .nav-link:hover {
    color: #139052
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .main-menu .nav-link {
        padding: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-menu .nav-link {
        padding: 10px 30px;
        margin: 1px 0
    }
}

@media only screen and (max-width:767px) {
    .header-area .main-menu .nav-link {
        padding: 10px 30px;
        margin: 1px 0
    }
}

.header-area .main-menu .nav-item.active .nav-link {
    background-color: #006cff
}

.dropdown-menu.show {
    border: none;
    padding: 0 0;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .15)
}

.dropdown-item {
    font-size: 13px;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: uppercase;
    background-color: #f5f7f9
}

.dropdown-item:hover {
    color: #006cff;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9
}

.dropdown-item:focus {
    color: #006cff;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9
}

.navbar {
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-toggler {
        margin: 20px 0
    }
}

@media only screen and (max-width:767px) {
    .navbar-toggler {
        margin: 15px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #medilifeMenu {
        width: 100%;
        background-color: #081f3e;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
        padding: 30px 15px;
        border-radius: 0 0 6px 6px;
        margin-top: -2px;
        border-radius: 0
    }
}

@media only screen and (max-width:767px) {
    #medilifeMenu {
        width: 100%;
        background-color: #081f3e;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
        padding: 20px 10px;
        border-radius: 0 0 6px 6px;
        margin-top: -2px;
        border-radius: 0
    }
}

.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    margin-top: 0
}

.content-wrapper {
    padding-top: 120px;
    height: auto
}

.bg-image-style {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.hero-slides-content h2 {
    font-size: 2.6em;
    margin-bottom: 53px;
    padding-left: 200px;
    padding-top: 0;
    line-height: 40px;
    letter-spacing: -.6px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .single-hero-slide {
        margin-top: 0;
        height: 470px
    }

    .bg-image-style {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position-y: center !important
    }

    .hero-slides-content h2 {
        font-size: 40px;
        margin-bottom: 53px;
        padding-left: 200px;
        padding-top: 0;
        line-height: 40px;
        letter-spacing: -.6px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0
    }

    .content-wrapper {
        padding-top: 71px;
        height: auto
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .single-hero-slide {
        margin-top: 0;
        height: 342px
    }

    .bg-image-style {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position-y: center !important
    }

    .hero-slides-content h2 {
        font-size: 2em;
        margin-bottom: 0 !important;
        padding-left: 43px;
        line-height: 40px;
        letter-spacing: -.6px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0
    }

    .content-wrapper {
        padding-top: 71px;
        height: auto
    }
}

@media only screen and (min-width:200px) and (max-width:499px) {
    .single-hero-slide {
        margin-top: 0;
        height: 342px
    }

    .bg-image-style {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position-y: center !important
    }

    .hero-slides-content h2 {
        font-size: 1.6em;
        margin-bottom: 53px;
        padding-left: 0;
        padding-top: 0;
        line-height: 25px;
        letter-spacing: -.6px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0
    }

    .content-wrapper {
        padding-top: 71px;
        height: auto
    }
}

.hero-slides-content h5 {
    color: #081f3e;
    font-size: 22px;
    font-weight: 600
}

.hero-area .owl-next,
.hero-area .owl-prev {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    line-height: 70px;
    text-align: center;
    color: #fff;
    left: 70px;
    margin-top: -35px;
    opacity: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #31777e;
    font-size: 14px;
    border-radius: 95px
}

.hero-area .owl-next:hover,
.hero-area .owl-prev:hover {
    background-color: #22864f
}

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

    .hero-area .owl-next,
    .hero-area .owl-prev {
        left: 30px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        line-height: 50px
    }
}

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

    .hero-area .owl-next,
    .hero-area .owl-prev {
        left: 15px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 40px
    }
}

.hero-area .owl-next {
    left: auto;
    right: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-area .owl-next {
        right: 30px
    }
}

@media only screen and (max-width:767px) {
    .hero-area .owl-next {
        right: 15px
    }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
    opacity: 1
}

.hero-area .owl-dots {
    width: 1110px;
    height: 60px;
    position: absolute;
    bottom: 100px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 5%/0 100% 49px
}

.hero-area .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin-right: 14px;
    border-radius: 50px
}

@media only screen and (min-width:501px) and (max-width:767px) {
    .hero-area .owl-dots {
        width: auto;
        bottom: 50px
    }

    .hero-area .owl-dot {
        width: 12px;
        height: 12px
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .hero-area .owl-dots {
        width: auto;
        bottom: 50px
    }
}

@media only screen and (min-width:0px) and (max-width:500px) {
    .hero-area .owl-dots {
        width: auto;
        bottom: 50px
    }

    .hero-area .owl-dot {
        width: 8px;
        height: 8px
    }
}

.hero-area .owl-dot.active {
    background-color: #3aab60;
    -moz-border-radius: 0 50%/0 100%;
    -webkit-border-radius: 0 50%/0 100%;
    border-radius: 0 50%/0 100%;
    border: 1px solid #fff
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch
}

.form-control {
    width: 100% !important;
    height: 38px;
    border: none
}

.form-control:focus,
.form-control:hover {
    background-color: transparent;
    box-shadow: none
}

textarea {
    width: 100%;
    height: 100px !important;
    padding: 20px
}

.nice-select {
    line-height: 34px
}

.nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0
}

.medilife-book-an-appoinment-area {
    position: relative;
    z-index: 1;
    margin-top: -65px
}

.medilife-book-an-appoinment-area .medilife-appointment-form {
    background-color: #081f3e;
    padding: 60px 50px
}

.medilife-book-an-appoinment-area .medilife-appointment-form select {
    border: 2px solid #536174;
    background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding: 40px 30px
    }
}

@media only screen and (max-width:767px) {
    .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    .medilife-book-an-appoinment-area .medilife-appointment-form button[type=submit] {
        margin-top: 15px
    }
}

.medilife-book-an-appoinment-area .medilife-contact-info {
    padding: 60px;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .medilife-book-an-appoinment-area .medilife-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0
    }
}

.single-contact-info img {
    margin-bottom: 15px
}

.single-contact-info p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .medica-about-content {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:767px) {
    .medica-about-content {
        margin-bottom: 100px
    }
}

.medica-about-content h2 {
    font-size: 44px;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .medica-about-content h2 {
        font-size: 30px
    }
}

.medica-services-area {
    position: relative;
    z-index: 1
}

.single-service-area {
    margin-bottom: 80px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-service-area .service-icon {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    margin-right: 30px;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    background-color: #cacaca;
    border-radius: 50%;
    color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-service-area .service-content {
    margin-top: 15px
}

.single-service-area .service-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-service-area .service-content p {
    margin-bottom: 0
}

.single-service-area:hover .service-icon {
    background-color: #006cff
}

.single-service-area:hover .service-content h5 {
    color: #006cff
}

.single-gallery-item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-gallery-item::after {
    background-color: rgba(0, 108, 255, .75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-gallery-item:hover::after {
    opacity: 1
}

.single-gallery-item .view-more-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-gallery-item .view-more-btn a {
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    display: block;
    box-shadow: none;
    font-weight: 700;
    opacity: 0
}

.single-gallery-item:hover .view-more-btn a {
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .features-content {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:767px) {
    .features-content {
        margin-bottom: 100px
    }
}

.features-content h2 {
    font-size: 37px;
    font-family: Poppins, Helvetica, Arial, 'Lucida Sans', sans-serif;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .features-content h2 {
        font-size: 30px
    }
}

.medilife-emergency-area {
    background-color: #006cff
}

.medilife-emergency-area .emergency-content i {
    font-size: 130px;
    color: #fff;
    display: block;
    margin-bottom: 50px
}

.medilife-emergency-area .emergency-content h2 {
    font-size: 44px;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .medilife-emergency-area .emergency-content h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .medilife-emergency-area .emergency-content h2 {
        font-size: 24px
    }
}

.medilife-emergency-area .emergency-content h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .medilife-emergency-area .emergency-content h3 {
        font-size: 40px
    }
}

