.list-style,
.list-style li {
    list-style: none
}

.play-now,
.z-0 {
    position: relative
}

.btn i,
.page-nav li a,
.social-profile li a i,
body,
p {
    font-size: 16px
}

.icono,
a,
a :focus,
a:hover {
    text-decoration: none
}

:root {
    --azul: #1F5373;
    --rojo: #8C5459;
    --gris: #80808C;
    --negro: #0D0D0D;
    --blacno: #fff
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.accordion-item .accordion-header .accordion-button:focus,
.btn:focus,
:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

a,
button,
input[type=submit] {
    cursor: pointer
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    color: #000;
    text-transform: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

a :focus,
a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000
}

a:focus {
    outline: solid 0
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: Inter, sans-serif
}

body {
    font-family: Roboto, sans-serif;
    color: #666
}

p {
    line-height: 1.8;
    color: var(--negro)
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) 50%
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.hero-wrap.style1 .hero-slide-item,
.pt-200 {
    padding-top: 200px
}

.pb-10,
.ptb-10 {
    padding-bottom: 10px
}

.pb-20,
.ptb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-130 {
    padding-bottom: 130px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100,
.mtb-100 {
    margin-bottom: 100px !important
}

.mmt-10 {
    margin-top: -10px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-100,
.mtb-100 {
    margin-top: 100px !important
}

#message,
.list-style {
    margin: 0;
    padding: 0
}

.z-0 {
    z-index: 0
}

.help-block {
    color: #e31c25
}

.page-wrapper {
    overflow-x: hidden
}

.pricing-card .pricing-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.testimonial-slider-two.owl-carousel.style2 .owl-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 85px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple
}

.btn:after,
.btn:before {
    width: 50%;
    visibility: hidden;
    height: 0;
    z-index: -1
}

.play-now {
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto
}

.back-to-top,
.page-nav li a {
    width: 45px;
    text-align: center
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.back-to-top {
    font-size: 24px;
    height: 45px;
    line-height: 42px;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    background: #f0f4ff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn,
.link {
    line-height: 26px
}

.back-to-top.open {
    bottom: 30px
}

.btn:after,
.link:after {
    position: absolute;
    bottom: 0;
    opacity: 0;
    content: ""
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-icon i,
.back-to-top i,
.blog-card .blog-info .blog-metainfo li a:hover,
.blog-card .blog-info h3:hover a,
.breadcrumb-title .breadcrumb-menu li a:hover,
.checkbox a,
.copyright-text span,
.feature-item-wrap .feature-item:hover .feature-text h3,
.footer-wrap .footer-widget .footer-menu li a:hover,
.footer-wrap .footer-widget .footer-menu li a:hover i,
.header-wrap.style2 .header-top .header-top-left .contact-info li a:hover,
.header-wrap.style2 .header-top .header-top-left .contact-info li span i,
.header-wrap.style3 .header-top .header-top-left .contact-info li a:hover,
.header-wrap.style3 .header-top .header-top-left .contact-info li span i,
.link.style1,
.link.style1:hover,
.link.style2:hover,
.login-form-wrap .link.style1,
.portfolio-card.style1 .portfolio-info h3:hover,
.portfolio-card.style2 .portfolio-info h3:hover,
.post-metainfo li a:hover,
.service-card .service-info h3:hover a,
.service-card.style2 .service-img .service-icon i,
.service-card.style3 .service-img .service-icon i,
.service-desc p a,
.social-profile.style1 li a i,
.social-profile.style2 li a i,
.terms-wrap .single-terms p a,
.terms-wrap p a,
.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-icon i,
article p a {
    color: #2490eb
}

.absCenter {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.breadcrumb-title .breadcrumb-menu,
.error-content,
.loaderPill {
    text-align: center
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce {
    -webkit-animation: 1.8s linear infinite loaderPillBounce;
    animation: 1.8s linear infinite loaderPillBounce
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: 1.8s linear infinite loaderPillBounce2;
    animation: 1.8s linear infinite loaderPillBounce2
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop .loaderPill-pill {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #2490eb;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2490eb), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #2490eb 50%, #fff 50%)
}

.loaderPill .loaderPill-floor {
    display: block;
    text-align: center
}

.loaderPill .loaderPill-floor .loaderPill-floor-shadow {
    display: inline-block;
    width: 70px;
    height: 7px;
    border-radius: 50%;
    background-color: color(#2490eb opacity(26%));
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation: 1.8s linear infinite loaderPillBounce;
    animation: 1.8s linear infinite loaderPillBounce
}

@-webkit-keyframes loaderPillBounce {
    0% {
        -webkit-transform: translateY(123px);
        transform: translateY(123px);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    25% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    50% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    100% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px)
    }
}

@keyframes loaderPillBounce {
    0% {
        -webkit-transform: translateY(123px);
        transform: translateY(123px);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    25% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    50% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    100% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px)
    }
}

@-webkit-keyframes loaderPillFlop {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@keyframes loaderPillFlop {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@-webkit-keyframes loaderPillScale {

    0%,
    50% {
        -webkit-transform: translateY(-15px) scale(1, 1);
        transform: translateY(-15px) scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    25% {
        -webkit-transform: translateY(-15px) scale(.7, 1);
        transform: translateY(-15px) scale(.7, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    75% {
        -webkit-transform: translateY(-15px) scale(.6, 1);
        transform: translateY(-15px) scale(.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    100% {
        -webkit-transform: translateY(-15px) scale(1, 1);
        transform: translateY(-15px) scale(1, 1)
    }
}

@keyframes loaderPillScale {

    0%,
    50% {
        -webkit-transform: translateY(-15px) scale(1, 1);
        transform: translateY(-15px) scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    25% {
        -webkit-transform: translateY(-15px) scale(.7, 1);
        transform: translateY(-15px) scale(.7, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    75% {
        -webkit-transform: translateY(-15px) scale(.6, 1);
        transform: translateY(-15px) scale(.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    100% {
        -webkit-transform: translateY(-15px) scale(1, 1);
        transform: translateY(-15px) scale(1, 1)
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn,
.btn i,
.link {
    position: relative
}

.btn {
    display: inline-block;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .7s ease-in-out;
    transition: .5s;
    z-index: 1;
    border: none;
    padding: 14px 28px;
    color: #fff;
    overflow: hidden;
    border: 3px solid var(--rojo);
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    text-transform: uppercase;
    font-weight: 400
}

.btn i,
.btn:before {
    -webkit-transition: .4s ease-in-out
}

.btn i {
    top: 3px;
    margin-left: 7px;
    transition: .4s ease-in-out
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    border-radius: 0 50% 50% 0;
    transition: .4s ease-in-out
}

.btn:after,
.link {
    -webkit-transition: .4s ease-in-out
}

.btn:after {
    border-radius: 50% 0 0 50%;
    right: 0;
    transition: .4s ease-in-out
}

.btn:hover {
    color: #fff;
    transform: scale(1.05) translateY(-5px);
    transition: .5s
}

.btn:hover:after,
.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1
}

.btn.style1 {
    background-color: var(--rojo);
    border-radius: 100px;
    border: 3px solid rgba(255, 255, 255, .5)
}

.btn.style1:after,
.btn.style1:before {
    background: var(--azul)
}

.btn.style2 {
    background-color: #14467b;
    color: #fff;
    border-radius: 100px
}

.btn.style2:after,
.btn.style2:before {
    background: var(--blacno)
}

.btn.style2:hover {
    color: var(--azul);
    border-color: var(--blacno)
}

.btn.style3 {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
    color: #000;
    border-radius: 5px
}

.btn.style3:after,
.btn.style3:before,
.btn.style6:after,
.btn.style6:before,
.btn.style7:after,
.btn.style7:before,
.btn.style8:after,
.btn.style8:before,
.owl-carousel .owl-dots button.owl-dot.active span {
    background: #14467b
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item:hover .feature-icon i,
.about-wrap.style3 .about-content .feature-item-wrap .feature-item:hover .feature-icon i,
.btn.style3:hover,
.contact-item:hover .contact-icon i,
.content-title.style2 h2,
.content-title.style2 span,
.feature-item-wrap .feature-item:hover .feature-icon i,
.header-wrap.style1 .header-top .header-top-left .contact-info li a,
.header-wrap.style1 .header-top .header-top-left .contact-info li p,
.header-wrap.style1 .header-top .header-top-left .contact-info li:hover span i,
.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span,
.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before,
.header-wrap.style1 .header-top .header-top-right .select-lang i,
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i,
.header-wrap.style2 .header-top .header-top-right .social-profile li a:hover i,
.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover i,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt .btn.style2:hover,
.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card .counter-text h2,
.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card .counter-text p,
.hero-wrap.style2 .hero-content h1,
.login-header span,
.owl-carousel .owl-nav button.owl-next:hover i,
.owl-carousel .owl-nav button.owl-prev:hover i,
.page-nav li a.active i,
.page-nav li a:hover i,
.section-para.style2,
.section-title.style2 h2,
.section-title.style2 span,
.service-card.style2:hover .service-img .service-icon i,
.service-card.style3:hover .service-img .service-icon i,
.service-card.style4:hover .service-icon i,
.social-profile.style1 li a:hover i,
.social-profile.style2 li a:hover i,
.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon i,
.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-text h3,
.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item:hover .feature-icon i,
.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item:hover .feature-icon i,
.wh-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon i,
.wh-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-text h3,
.wh-wrap.style3 .wh-content .feature-item-wrap .feature-item:hover .feature-icon i {
    color: #fff
}

.btn.style5 {
    background-color: #14467b;
    color: #fff;
    border: 1px solid transparent
}

.btn.style5:after,
.btn.style5:before {
    background: #2490eb
}

.btn.style5:hover,
.btn.style7:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .01)
}

.btn.style6,
.btn.style8 {
    background-color: var(--blacno);
    color: var(--azul)
}

.bg-blue,
.blog-card:hover .blog-info .blog-date,
.btn.style7,
.header-wrap.style1 .header-top .header-top-left .contact-info li:hover span,
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover,
.header-wrap.style2 .header-top .header-top-right .social-profile li a:hover,
.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover,
.link.style1:after,
.link.style2:after,
.service-card.style1:hover .service-img .service-icon,
.service-card.style2:hover .service-img .service-icon,
.service-card.style3:hover .service-img .service-icon,
.service-card.style4:hover .service-icon {
    background-color: #2490eb
}

.btn.style6:hover,
.btn.style8:hover {
    border-color: transparent;
    color: #fff
}

.btn.style8 {
    border-radius: 100px
}

.btn.style7 {
    color: #fff;
    border: 1px solid transparent
}

.link {
    font-weight: 500;
    display: inline-block;
    transition: .4s ease-in-out
}

.link i,
.link:after {
    -webkit-transition: .4s ease-in-out
}

.link:after {
    left: 0;
    width: 0;
    height: 1px;
    background: #14467b;
    visibility: hidden;
    transition: .4s ease-in-out
}

.body_overlay.open,
.link:hover:after {
    opacity: 1;
    visibility: visible
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    transition: .4s ease-in-out
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-text h3,
.link.style2,
.post-tag ul li a:hover,
.pp-post-item .pp-post-info h6 a,
.service-desc p strong,
.terms-wrap p strong,
.user-login span i,
.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-text h3,
article p strong {
    color: #000
}

.comment-item-wrap .reply-btn:hover,
.header-wrap.style1 .header-top .header-top-left .contact-info li span i,
.header-wrap.style1 .header-top .header-top-right .social-profile li a i,
.header-wrap.style2 .header-top .header-top-right .social-profile li a i,
.header-wrap.style3 .header-top .header-top-right .social-profile li a i,
.link:hover,
.pp-post-item:hover .pp-post-info h6 a {
    color: #14467b
}

.link:hover:after {
    width: 100%
}

.link:hover i {
    margin-left: 10px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-next:after,
.owl-carousel .owl-nav button.owl-prev:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--rojo);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    line-height: .8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: var(--azul);
    margin: 0 auto;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.post-share ul li a:hover,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover {
    border-color: transparent
}

.feature-item-wrap .feature-item:hover .feature-icon:after,
.owl-carousel .owl-nav button.owl-next:hover:after,
.owl-carousel .owl-nav button.owl-prev:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px
}

.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f9f9f9;
    position: relative;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.body_overlay,
.page-nav li a {
    -webkit-transition: .4s ease-in-out
}

.blog-card.style2 .blog-img,
.blog-card.style3 .blog-img,
.category-box li,
.content-title,
.header-wrap .header-bottom .container,
.hero-wrap,
.search-box,
.search-box .form-group,
.section-title,
.service-card .service-img,
.user-login {
    position: relative
}

.content-title h2,
.section-title h2 {
    color: var(--rojo);
    font-size: 3em;
    margin: 0
}

.content-title p,
.section-title p {
    margin: 12px 0 0
}

.content-title span,
.section-title span {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 2.5em
}

.content-title span p,
.section-title span p {
    margin: 10px auto 0
}

.content-title.style1 span,
.section-title.style1 span {
    color: var(--azul);
    font-size: 2.5em
}

.content-title.style2 p,
.hero-wrap.style3 .hero-slide-item .hero-content p,
.section-title.style2 p,
.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-text p {
    color: var(--blacno)
}

.about-wrap.style1 .about-content .content-feature-list,
.accordion-body p,
.accordion-item:last-child,
.feature-item-wrap .feature-item .feature-text p,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box p,
.portfolio-slider-one .portfolio-card,
.portfolio-slider-two .portfolio-card,
.pp-post-item:last-child,
.promo-card .promo-info p,
.section-para,
.sidebar .sidebar-widget:last-child,
.team-slider-one .team-card,
.testimonial-card.style2 .client-quote {
    margin: 0
}

.content-wrapper {
    margin-top: 134px
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    background-color: #000
}

.bg-white,
.header-wrap.sticky.style3,
.header-wrap.style1 .header-bottom,
.header-wrap.style1 .header-top .header-top-left .contact-info li span,
.header-wrap.style2 .header-bottom {
    background-color: #fff
}

.bg-athens {
    background-color: #f2f2f2
}

.bg-albastor {
    background-color: #f9f9f9
}

.bg-chathamas,
.header-wrap.style1 .header-top {
    background-color: var(--azul)
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out
}

.waving_left,
.waving_right {
    -webkit-transition: .3s ease-in-out
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.op-1 {
    opacity: .1
}

.op-2 {
    opacity: .2
}

.op-3 {
    opacity: .3
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-75 {
    opacity: .75
}

.op-8 {
    opacity: .8
}

.op-85 {
    opacity: .85
}

.op-9 {
    opacity: .9
}

.op-95 {
    opacity: .95
}

.btn.disabled,
.op-10,
.partner-item:hover {
    opacity: 1
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd
}

.faq-wrap,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.pos-rel,
.service-wrap.style2,
.service-wrap.style3,
.testimonial-wrap {
    position: relative;
    z-index: 1
}

.bounce {
    -webkit-animation: 1.5s ease-in-out infinite float;
    animation: 1.5s ease-in-out infinite float
}

.moveHorizontal {
    -webkit-animation: 3s ease-in-out infinite moveHorizontal;
    animation: 3s ease-in-out infinite moveHorizontal
}

.moveVertical {
    -webkit-animation: 3s ease-in-out infinite moveVertical;
    animation: 3s ease-in-out infinite moveVertical
}

.moveHorizontal_reverse {
    -webkit-animation: 3s ease-in-out infinite moveHorizontal_reverse;
    animation: 3s ease-in-out infinite moveHorizontal_reverse
}

.animationFramesTwo {
    -webkit-animation: 20s ease-in-out infinite animationFramesTwo;
    animation: 20s ease-in-out infinite animationFramesTwo
}

.waving_left {
    -webkit-animation: 7s linear infinite waving_left;
    animation: 7s linear infinite waving_left;
    transition: .3s ease-in-out
}

.waving_right {
    -webkit-animation: 7s linear infinite waving_right;
    animation: 7s linear infinite waving_right;
    transition: .3s ease-in-out
}

.rotate {
    -webkit-animation: 20s linear infinite rotation;
    animation: 20s linear infinite rotation
}

@-webkit-keyframes waving_left {

    0%,
    100% {
        -webkit-transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(6deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }
}

@keyframes waving_left {

    0%,
    100% {
        -webkit-transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(6deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }
}

@-webkit-keyframes waving_right {

    0%,
    100% {
        -webkit-transform: rotate(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(-3deg)
    }

    50% {
        -webkit-transform: rotate(-6deg)
    }
}

@keyframes waving_right {

    0%,
    100% {
        -webkit-transform: rotate(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(-3deg)
    }

    50% {
        -webkit-transform: rotate(-6deg)
    }
}

@-webkit-keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-webkit-keyframes animationFramesTwo {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }
}

@keyframes animationFramesTwo {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }
}

@-webkit-keyframes moveHorizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes moveHorizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes moveHorizontal_reverse {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes moveHorizontal_reverse {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes moveVertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes moveVertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.social-profile li {
    display: inline-block;
    margin: 0 4px
}

.breadcrumb-title .breadcrumb-menu li:first-child,
.social-profile li:first-child {
    margin-left: 0
}

.blog-card .blog-info .blog-metainfo li:last-child,
.header-wrap .header-top .header-top-left .contact-info li:last-child,
.post-metainfo li:last-child,
.social-profile li:last-child {
    margin-right: 0
}

.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.social-profile li a i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: .8
}

.social-profile li a:hover {
    border-color: transparent;
    color: #14467b
}

.social-profile.style1 li a,
.social-profile.style2 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08)
}

.social-profile.style1 li a:hover,
.social-profile.style2 li a:hover {
    background-color: #2490eb;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.social-profile.style2 li a {
    background: rgba(36, 144, 235, .09);
    border-radius: 50%
}

.page-nav {
    text-align: center;
    margin-top: 25px
}

.page-nav li {
    margin: 0 5px;
    display: inline-block
}

.page-nav li a {
    display: block;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    line-height: 46px;
    font-weight: 600;
    opacity: .7;
    transition: .4s ease-in-out
}

.page-nav li a i {
    font-size: 20px;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    top: 5px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.header-wrap,
.header-wrap.sticky {
    -webkit-transition: .4s;
    width: 100%
}

.page-nav li a.active,
.page-nav li a:hover {
    color: #fff;
    opacity: 1;
    background-color: #2490eb
}

.contact-item .contact-icon,
.content-feature-list.style1 li span,
.counter-card-wrap .counter-card .counter-icon,
.feature-item-wrap .feature-item .feature-icon,
.header-wrap .header-top .header-top-left .contact-info li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.social-profile.style1 li a,
.social-profile.style2 li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,
.testimonial-slider-two.owl-carousel .owl-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes toBottomFromTop10 {
    49% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop10 {
    49% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    51% {
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: .4s
}

.header-wrap.sticky {
    position: fixed;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: .4s;
    background: #fff;
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
    top: -54px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.header-wrap.sticky.style3:after {
    height: 0
}

.header-wrap.sticky.style3 .header-bottom,
.tag-list.style2 li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.header-wrap .header-top {
    padding: 12px 0
}

.header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 25px;
    position: relative
}

.header-wrap .header-top .header-top-left .contact-info li span {
    position: relative;
    top: -1px;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

.header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 15px;
    line-height: .8;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s
}

.header-wrap .header-top .header-top-right .social-profile {
    text-align: right;
    margin-left: 15px;
    position: relative;
    padding-left: 15px
}

.header-wrap .header-top .header-top-right .social-profile:before {
    position: absolute;
    top: 50%;
    left: -2px;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, .35);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px
}

.header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 14px
}

.header-wrap .header-bottom {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .05)
}

.header-wrap.style2 .header-top,
.hero-wrap.style1 {
    background-color: #f5f6fa
}

.header-wrap.style2 .header-top .header-top-left .contact-info li span,
.header-wrap.style3 .header-top .header-top-left .contact-info li span {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .07)
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-text p,
.header-wrap.style2 .header-top .header-top-left .contact-info li a,
.header-wrap.style2 .header-top .header-top-left .contact-info li p,
.header-wrap.style3 .header-top .header-top-left .contact-info li a,
.header-wrap.style3 .header-top .header-top-left .contact-info li p,
.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-text p {
    color: #666
}

.cta-wrap.style2 .btn,
.header-wrap.style2 .header-bottom .btn,
.hero-wrap.style2 .hero-content .hero-btn .btn,
.hero-wrap.style2 .hero-doctor .about-doctor-box .btn,
.portfolio-card.style2,
.portfolio-card.style2 img,
.promo-card.style2,
.testimonial-card.style2 {
    border-radius: 0
}

.header-wrap.style3:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 70%;
    background-color: #f5f6fa
}

.header-wrap.style3 .header-bottom {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 10px;
    position: relative
}

.header-wrap.style3 .header-bottom .search-area {
    right: 0
}

.user-login span {
    display: block;
    cursor: pointer
}

.user-login ul {
    position: absolute;
    top: 45px;
    right: -5px;
    min-width: 150px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.user-login ul.open {
    top: 32px;
    visibility: visible;
    opacity: 1
}

.user-login ul li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    text-align: left;
    -webkit-transition: .4s;
    transition: .4s
}

.user-login ul li a:hover {
    background-color: #2490eb;
    color: #fff
}

.user-login ul li:last-child a {
    border-bottom: none
}

.searchbtn {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: 2px
}

.searchbtn i {
    font-size: 20px;
    line-height: 1
}

.search-area {
    position: absolute;
    top: 85px;
    right: 12px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    width: 320px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 5px 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.search-area.open {
    visibility: visible;
    opacity: 1;
    top: 78px
}

.search-area input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px;
    background-color: transparent;
    color: #000
}

.search-area button {
    position: absolute;
    top: 35px;
    right: 22px;
    border: none;
    background-color: transparent
}

.search-area button i {
    font-size: 20px;
    opacity: .5;
    line-height: .8
}

.select-lang {
    padding-left: 18px;
    position: relative
}

.select-lang i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: #2490eb
}

.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding-right: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion-item .accordion-header .accordion-button:after,
.blog-card .blog-info .blog-metainfo li:last-child:after,
.breadcrumb-title .breadcrumb-menu li:last-child a:after,
.breadcrumb-title .breadcrumb-menu li:last-child:after,
.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card .counter-icon:after,
.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card:last-child:after,
.post-metainfo li:last-child:after,
.responsive,
.select-lang .navbar-language .dropdown-toggle:after {
    display: none
}

.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: 0;
    right: -2px;
    content: "\EA4E";
    font-family: remixicon;
    font-weight: 400;
    border: 0;
    margin-left: 8px;
    font-size: 16px
}

.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    left: 0;
    right: auto;
    border: 0;
    border-radius: 0;
    -webkit-transform: translateY(75px) !important;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    font-size: 15px
}

.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px
}

.select-lang .navbar-language .dropdown-menu.show {
    -webkit-transform: translateY(40px) !important;
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all
}

@media only screen and (max-width:767px) {
    .navbar-brand img {
        max-width: 200px
    }

    .header-wrap .header-top .header-top-left .contact-item a,
    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
        font-size: 14px !important
    }

    .header-wrap.sticky {
        top: -179px
    }

    .header-wrap .header-top {
        padding: 15px 0
    }

    .header-wrap .header-top .header-top-left {
        margin-bottom: 10px
    }

    .header-wrap .header-top .header-top-left .contact-info {
        width: 100%
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        text-align: center;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .header-wrap .header-top .header-top-left .contact-info li:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-wrap .header-top .header-top-left .contact-info li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-wrap .header-top .header-top-left .contact-info li:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0;
        width: 25px;
        height: 25px
    }

    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p,
    .header-wrap .header-top .header-top-left .contact-info li span i {
        font-size: 14px
    }

    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-wrap .header-top .header-top-right .select-lang i {
        top: 4px
    }

    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 34px;
        height: 34px
    }

    .header-wrap.style3::after {
        height: 80%
    }

    .search-area {
        width: 100%;
        right: 0
    }

    .search-area.open {
        top: 76px
    }

    .search-area input {
        height: 52px;
        font-size: 14px;
        padding: 10px 15px
    }

    .search-area button {
        top: 32px
    }

    .search-area button i {
        font-size: 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 7px !important
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 15px !important
    }

    .header-wrap.sticky {
        top: -50px
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 15px
    }

    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0;
        width: 25px;
        height: 25px
    }

    .header-wrap .header-top .header-top-left .contact-info li span i,
    .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
        font-size: 14px
    }

    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px
    }

    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 25px;
        height: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-wrap.sticky {
        top: -90px
    }

    .header-wrap .header-top {
        padding: 12px 0
    }

    .header-wrap .header-top .header-top-left {
        margin-bottom: 15px
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 15px;
        padding-left: 28px
    }

    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0;
        width: 25px;
        height: 25px
    }

    .header-wrap .header-top .header-top-left .contact-info li span i,
    .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
        font-size: 14px
    }

    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px
    }

    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 25px;
        height: 24px
    }

    .header-wrap .header-top .header-top-left,
    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-wrap.style3:after {
        height: 78%
    }
}

@media only screen and (max-width:991px) {

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu,
    .mobile-menu {
        margin-left: 20px
    }

    .mobile-bar-wrap,
    .mobile-menu a {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .header-wrap .header-top .header-top-left .contact-item {
        width: 100%;
        margin: 0 0 15px
    }

    .header-wrap .header-top .header-top-left .contact-item a,
    .header-wrap .header-top .header-top-left .contact-item p {
        color: #000;
        font-size: 14px;
        font-weight: 400
    }

    .header-wrap .header-bottom .container,
    .header-wrap.style3 .header-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap .header-bottom .container .search-area.open {
        top: 76px
    }

    .header-wrap .header-bottom .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .header-wrap .header-bottom .navbar .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item,
    .main-menu li {
        position: relative
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after,
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        display: none
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: var(--azul)
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
        display: inline-block;
        top: 6px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: none;
        padding: 0
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #2490eb
    }

    .header-wrap .header-bottom .user-login span {
        position: relative;
        top: -3px
    }

    .header-wrap .header-bottom .user-login span i {
        font-size: 20px
    }

    .mobile-bar-wrap {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px
    }

    .mobile-menu,
    .mobile-top-bar {
        display: inline-block;
        position: relative
    }

    .menu-close i {
        color: #000;
        font-size: 25px
    }

    .mobile-menu {
        text-align: right;
        top: -5px
    }

    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        text-align: center;
        background-color: var(--azul);
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto
    }

    .mobile-top-bar {
        margin-right: 6px;
        cursor: pointer;
        top: 0
    }

    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 20px;
        margin: 5.9px 0
    }

    .mobile-top-bar span:first-child {
        margin-top: 0
    }

    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .4s;
        transition: .4s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto
    }

    .main-menu-wrap.open {
        left: 0
    }

    .main-menu>li.has-children.menu-open>span.menu-expand,
    .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-menu li>a:hover,
    .main-menu li>span.menu-expand:hover,
    .main-menu>li.has-children.menu-open>span.menu-expand i {
        color: #000
    }

    .main-menu li:last-child {
        margin: 0
    }

    .main-menu li>span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer
    }

    .main-menu li>span.menu-expand i {
        color: #000;
        font-size: 18px
    }

    .main-menu li>a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .3)
    }

    .main-menu li>ul.sub-menu {
        padding-left: 20px
    }

    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, .3)
    }
}

@media only screen and (min-width:992px) {
    .menu-expand i {
        display: none
    }

    .header-wrap .navbar {
        padding: 0
    }

    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0
    }

    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0
    }

    .header-wrap .navbar .navbar-nav {
        margin-left: auto
    }

    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 10px
    }

    .header-wrap .navbar .navbar-nav .nav-item.first-child {
        margin-left: 0
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        color: #000;
        font-weight: 500;
        padding: 30px 0;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative
    }

    .header-wrap .navbar .navbar-nav .nav-item a.active,
    .header-wrap .navbar .navbar-nav .nav-item a:focus,
    .header-wrap .navbar .navbar-nav .nav-item a:hover {
        color: var(--rojo)
    }

    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-left: -3px;
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block !important;
        border: none;
        top: 85px;
        left: -23px;
        z-index: 99;
        opacity: 0;
        width: 250px;
        border-radius: 0;
        padding: 12px 0;
        position: absolute;
        visibility: hidden;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
        margin: 0
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 10px 20px;
        position: relative;
        display: block;
        font-weight: 500;
        -webkit-transition: .3s;
        transition: .3s
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
        position: absolute;
        top: 50%;
        left: 20px;
        content: "";
        width: 2px;
        height: 0%;
        background-color: var(--azul);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: var(--rojo);
        padding-left: 30px
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
        height: 16px;
        visibility: visible;
        opacity: 1
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        width: 100%;
        right: auto;
        left: 0
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        position: absolute;
        top: 55%;
        font-size: 16px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: -250px;
        right: auto;
        visibility: hidden
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotatex(0);
        transform: rotatex(0)
    }

    .header-wrap .navbar .other-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-left: 15px
    }

    .header-wrap .navbar .other-options:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 1px;
        height: 25px;
        background-color: rgba(0, 0, 0, .18);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-wrap .navbar .other-options .option-item {
        margin: 0 0 0 20px
    }
}

@media only screen and (min-width:1600px) {
    .header-wrap .container {
        max-width: 1520px
    }
}

.br-1 {
    background-image: url(../img/breadcrumb/br-1.jpg)
}

.br-2 {
    background-image: url(../img/bg.jpg);
    background-attachment: fixed
}

.br-3 {
    background-image: url(../img/breadcrumb/br-3.jpg)
}

.br-4 {
    background-image: url(../img/breadcrumb/br-4.jpg)
}

.br-5 {
    background-image: url(../img/breadcrumb/br-5.jpg)
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 130px 0;
    overflow: hidden
}

.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--azul);
    opacity: .9
}

.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center
}

.breadcrumb-title h1 {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: rgba(255, 255, 255, .8);
    font-weight: 500
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: #fff
}

.breadcrumb-title .breadcrumb-menu li:first-child a,
.checkbox.form-check {
    padding-left: 0
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #2490eb
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 5px;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    color: #fff
}

.breadcrumb-img img {
    display: block;
    margin-left: auto
}

.content-feature-list {
    margin: 0 0 28px
}

.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
    color: var(--negro)
}

.comment-item-wrap .comment-item:last-child,
.content-feature-list li:last-child,
.content-feature-list.style1 li:last-child,
.counter-card-wrap .counter-card.style2,
.feature-item-wrap .feature-item:last-child,
.footer-wrap .footer-widget .contact-info li:last-child,
.footer-wrap .footer-widget .footer-menu li:last-child,
.pricing-card .pricing-features li:last-child,
.terms-wrap .single-terms:last-child {
    margin-bottom: 0
}

.content-feature-list li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #2490eb;
    font-size: 20px;
    line-height: .8
}

.content-feature-list.style1 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px
}

.content-feature-list.style1 li span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: rgba(36, 144, 235, .15);
    text-align: center
}

.content-feature-list.style1 li span i {
    position: relative;
    top: 0;
    color: #2490eb;
    font-size: 18px;
    line-height: .8;
    margin: 0 auto
}

.login-header {
    margin: 0 0 30px
}

.login-header h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.login-form-wrap {
    padding: 40px 40px 30px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

#contactForm .form-group,
.login-form-wrap .login-form .form-group,
.or-text,
.pp-post-item {
    margin: 0 0 20px
}

.login-form-wrap .login-form .form-group label {
    font-size: 16px;
    color: #666;
    margin: 0 0 15px;
    display: block
}

.login-form-wrap .login-form .form-group input {
    border-radius: 5px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 60px;
    padding: 10px 15px
}

.login-form-wrap .login-form .btn {
    padding: 15px 35px
}

.or-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    z-index: 9
}

.or-text .btn.fb i {
    color: #3b5999 !important
}

.or-text .btn.google i {
    color: #ff3838 !important
}

.or-text:before {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1
}

.or-text p {
    display: inline-block;
    padding: 0 10px;
    background-color: #f9f9f9;
    margin: 0 auto;
    z-index: 1;
    font-size: 18px;
    border-radius: 50%
}

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding: 25px;
    border-radius: 10px
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: var(--azul);
    -webkit-transition: .4s;
    transition: .4s
}

.search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 5px
}

.search-box .form-group input:focus {
    border-color: #888
}

.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #2490eb
}

.search-box .form-group button i {
    color: #fff;
    top: 0;
    left: 1px;
    font-size: 20px;
    position: relative
}

.category-box li a {
    color: var(--negro);
    padding: 8px 10px 8px 15px;
    display: block;
    -webkit-transition: .4s;
    transition: .4s
}

.category-box li a:before {
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--rojo)
}

.category-box li a span {
    float: right;
    font-weight: 400;
    opacity: .5;
    margin-left: 4px;
    font-size: 16px;
    color: #666
}

.category-box li a:hover {
    color: var(--azul);
    padding-left: 20px
}

.category-box li:first-child a {
    padding-top: 0
}

.category-box li:first-child a:before {
    top: 8px
}

.category-box li:last-child a {
    padding-bottom: 0
}

.appointment-form .form-group,
.book-appointment-form .content-title,
.contact-widget .form-group,
.service-desc p,
.terms-wrap p,
article p {
    margin-bottom: 20px
}

.contact-widget .form-group input,
.contact-widget .form-group textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 15px;
    border-radius: 5px
}

.contact-widget .form-group input {
    height: 58px
}

.contact-widget .form-group textarea {
    height: 120px;
    resize: none
}

.faq-wrap .faq-img-wrap {
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

.faq-wrap .faq-img-wrap .faq-shape {
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faq-wrap .faq-img-wrap .faq-img-one {
    margin-left: auto;
    max-width: 400px;
    border-radius: 10px;
    display: block
}

.faq-wrap .faq-img-wrap .faq-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 390px;
    z-index: -1;
    border-radius: 10px
}

.accordion-button:not(.collapsed) {
    background: 0 0;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-button:not(.collapsed) span {
    background-color: #2490eb !important
}

.accordion-button:not(.collapsed) span i.plus,
.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0
}

.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important
}

.accordion-item {
    border: none;
    margin: 0 0 25px;
    padding: 0
}

.accordion-item .accordion-header .accordion-button {
    border-radius: 5px !important;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border: none;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-item .accordion-header .accordion-button span {
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    position: relative;
    margin-right: 14px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    -webkit-transition: .4s;
    transition: .4s
}

.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 300
}

.accordion-collapse {
    border: none
}

.accordion-button:not(.collapsed)::after {
    left: -4px
}

.accordion-body {
    border-top-color: transparent;
    padding: 20px 0 0
}

.error-content img {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px
}

.error-content p {
    margin: 0 auto 20px;
    max-width: 520px
}

#cmt-form .comment-form .form-check,
.about-wrap.style1 .about-content .content-title,
.about-wrap.style2 .about-content .content-title,
.about-wrap.style3 .about-content .content-title,
.appointment-wrap.style1 .appointment-content .content-title,
.appointment-wrap.style2 .appointment-content .content-title,
.appointment-wrap.style3 .appointment-content .content-title,
.book-appointment-form .form-group,
.feature-item-wrap .feature-item,
.footer-wrap .footer-widget,
.portfolio-card,
.service-card,
.team-card,
.terms-wrap .single-terms {
    margin-bottom: 25px
}

.terms-wrap .single-terms p a:hover {
    color: #14467b;
    text-decoration: underline
}

.tag-list ul {
    margin-top: -12px
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    color: #666;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s
}

.tag-list ul li a:hover {
    background-color: #14467b;
    color: #fff;
    border-color: transparent
}

.tag-list.style2 li a:hover {
    background: 0 0
}

.tag-list.style3 li a {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    padding: 10px 12px;
    border: none
}

.portfolio-info-widget .portfolio-info-item-wrap {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 15px;
    padding-bottom: 20px;
    color: #666
}

.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
    width: calc(100% - 105px);
    margin-left: 5px
}

.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item p {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    width: 100px
}

.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item p i {
    font-size: 16px;
    position: relative;
    color: #2490eb;
    top: 2px;
    margin-right: 7px
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px
}

.pp-post-item .pp-post-img img {
    border-radius: 4px
}

.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 2px
}

.pp-post-item .pp-post-info h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    color: #888;
    margin-bottom: 8px
}

.pp-post-item .pp-post-info span i {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 13px;
    line-height: .8;
    color: #14467b
}

.hero-bg-one {
    background-image: url(../img/slide1.jpg)
}

.hero-bg-two {
    background-image: url(../img/slide2.jpg)
}

.hero-bg-three {
    background-image: url(../img/slide3.jpg)
}

.hero-wrap .hero-content span {
    color: #2490eb;
    display: block;
    font-weight: 500;
    margin-bottom: 5px
}

.hero-wrap .hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--azul)
}

.contact-content .content-title,
.hero-wrap .hero-content p,
.wh-wrap.style2 .wh-content .content-title,
.wh-wrap.style2 .wh-content .feature-item-wrap,
.wh-wrap.style3 .wh-content .content-title,
.wh-wrap.style3 .wh-content .feature-item-wrap {
    margin-bottom: 30px
}

.about-doctor-box .doctor-info,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video {
    margin-left: 15px
}

.hero-wrap .hero-content .hero-btn .play-video span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video span {
    display: inline-block;
    color: #fff
}

.hero-wrap .hero-content .hero-btn .play-video span:first-child,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video span:first-child {
    margin-right: 10px
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 0
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon i,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon i {
    font-size: 20px;
    line-height: .8;
    margin: 0 auto;
    color: #2490eb
}

.hero-wrap.style1 .hero-slide-item {
    padding: 100px 0
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .btn:first-child,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two {
    position: absolute;
    z-index: -1
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one {
    top: -20px;
    left: 70px;
    max-width: 200px
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two {
    bottom: -20px;
    right: -20px;
    max-width: 80px
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img {
    position: relative;
    z-index: 1;
    width: calc(100% - 100px);
    border-radius: 10px;
    margin-left: 100px
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box-wrap {
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 2
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: -55px auto 20px;
    background-color: #2490eb
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span i {
    font-size: 26px;
    line-height: .8;
    margin: 0 auto;
    color: #fff
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box h4 {
    font-size: 20px;
    margin: 0 0 10px
}

.hero-wrap.style2 {
    background-color: #14467b;
    padding: 100px 0 180px;
    z-index: 1
}

.hero-wrap.style2 .hero-shape-one {
    position: absolute;
    bottom: 100px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.hero-wrap.style2 .hero-content p,
.wh-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-text p {
    color: rgba(255, 255, 255, .8)
}

.hero-wrap.style2 .hero-content .counter-card-wrap {
    margin-top: 80px
}

.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card {
    width: 50%;
    margin-bottom: 0
}

.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card:after {
    position: absolute;
    top: 50%;
    right: 45px;
    content: "";
    width: 1px;
    height: 65px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card .counter-text h2 span {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0
}

.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card .counter-text h2 .target {
    font-size: 30px
}

.counter-card-wrap .counter-card.style1 .counter-icon i,
.hero-wrap.style2 .hero-content .counter-card-wrap .counter-card .counter-icon i {
    color: #fff;
    font-size: 70px
}

.hero-wrap.style2 .hero-appointment {
    position: relative;
    width: 100%
}

.hero-wrap.style2 .hero-appointment .hero-shape-two {
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: -1;
    opacity: .1
}

.hero-wrap.style2 .hero-appointment .hero-appointment-img {
    background-image: url(../img/hero/hero-img-2.jpg);
    height: 290px;
    width: 430px;
    z-index: 1
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    padding: 25px;
    z-index: 1
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt-wrap:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt span {
    font-size: 14px;
    color: #666;
    display: block
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt p {
    color: #000;
    margin: 0
}

.appointment-form button,
.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt .btn {
    width: 100%;
    display: block
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt .btn.style1 {
    padding: 6px 11px;
    border-radius: 0;
    font-size: 14px
}

.hero-wrap.style2 .hero-appointment .hero-appointment-form .fg-opt .btn.style2 {
    padding: 6px 11px;
    border-radius: 0;
    font-size: 14px;
    color: #2490eb;
    background-color: transparent;
    border: 1px solid #2490eb
}

.hero-wrap.style2 .hero-doctor {
    width: 100%;
    position: relative;
    margin: 45px 0 0
}

.hero-wrap.style2 .hero-doctor .hero-doctor-bg {
    background-image: url(../img/hero/hero-img-3.jpg);
    height: 290px;
    width: 430px;
    z-index: 1;
    margin-left: auto
}

.hero-wrap.style2 .hero-doctor .about-doctor-box {
    position: absolute;
    top: 70px;
    left: 50px;
    min-width: 340px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.hero-wrap.style3 {
    background-image: url(../img/slidebg.jpg);
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.hero-wrap.style3 .hero-shape-one,
.hero-wrap.style3 .hero-shape-two {
    position: absolute;
    z-index: 1
}

.hero-wrap.style3 .hero-shape-one {
    bottom: 100px;
    left: 45%
}

.hero-wrap.style3 .hero-shape-two {
    top: 100px;
    right: 20%
}

.hero-wrap.style3:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--azul);
    z-index: -1;
    opacity: .9
}

.hero-wrap.style3 .hero-slide-item {
    padding: 140px 0 100px
}

.hero-wrap.style3 .hero-slide-item .hero-content h1 {
    color: #fff;
    text-transform: uppercase
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap {
    border-radius: 10px;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: 500px
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-shape-three {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -180px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .1
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promo-box {
    position: absolute;
    top: 40%;
    right: -180px;
    background-color: #fff;
    display: inline-block;
    padding: 25px 35px;
    min-width: 210px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.about-wrap.style2 .about-img-wrap .about-promo-box .promo-icon,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promo-box .promo-icon {
    position: relative;
    display: inline-block;
    margin: 0 0 15px
}

.about-wrap.style3 .about-img-wrap .about-promo-box .promo-icon:after,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promo-box .promo-icon:after {
    position: absolute;
    top: 20px;
    left: 30%;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(36, 144, 235, .15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promo-box .promo-icon i {
    font-size: 55px;
    line-height: .8;
    color: #2490eb;
    margin: 0 auto
}

.about-wrap.style2 .about-img-wrap .about-promo-box h2,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promo-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0
}

.about-wrap.style2 .about-img-wrap .about-promo-box h2 span,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promo-box h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .09);
    width: 45px;
    height: 45px
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next i,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next i,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i {
    color: var(--azul)
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.about-wrap.style1 .about-img-wrap {
    position: relative;
    padding-bottom: 150px
}

.about-wrap.style1 .about-img-wrap .about-img-one {
    max-width: 400px;
    border-radius: 10px;
    margin-right: auto
}

.about-wrap.style1 .about-img-wrap .about-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px;
    max-width: 400px
}

.about-wrap.style1 .about-img-wrap .about-doctor-box {
    position: absolute;
    top: 70px;
    right: 0;
    min-width: 340px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.about-wrap.style1 .about-content .content-feature-list li {
    padding-left: 32px;
    color: var(--negro)
}

.about-wrap.style1 .about-content .content-feature-list li i {
    font-size: 26px;
    color: var(--rojo);
    top: 2px
}

.about-wrap.style1 .about-content .about-promo-video {
    background-image: url(../img/about/about-img-3.jpg);
    height: 150px;
    border-radius: 10px
}

.about-wrap.style1 .about-content .about-promo-video .play-now {
    width: 50px;
    height: 50px;
    top: 50%;
    font-size: 22px;
    line-height: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.about-wrap.style1 .about-content .about-promo-video .play-now i {
    color: #2490eb;
    position: relative;
    left: -2px
}

.about-wrap.style1 .about-content .about-promo-video .play-now .ripple,
.about-wrap.style1 .about-content .about-promo-video .play-now .ripple:after,
.about-wrap.style1 .about-content .about-promo-video .play-now .ripple:before {
    width: 50px;
    height: 50px
}

.about-wrap.style1 .about-content .ceo-msg {
    margin: 25px 0 0
}

.about-wrap.style1 .about-content .ceo-msg .ceo-img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.about-wrap.style1 .about-content .ceo-msg .ceo-img img {
    margin-top: 20px
}

.about-wrap.style1 .about-content .ceo-msg p {
    width: calc(80% - 65px);
    margin: 0 0 0 15px
}

.about-wrap.style2 .about-img-wrap,
.about-wrap.style3 .about-img-wrap,
.wh-wrap.style1 .wh-img-wrap {
    position: relative;
    padding-bottom: 150px;
    z-index: 1
}

.about-wrap.style2 .about-img-wrap .about-img-one {
    margin-left: auto;
    max-width: 400px;
    display: block
}

.about-wrap.style2 .about-img-wrap .about-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: 350px
}

.about-wrap.style2 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 70px;
    right: 100px;
    background-color: #fff;
    display: inline-block;
    padding: 25px 35px;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.about-wrap.style2 .about-img-wrap .about-promo-box .promo-icon:after {
    position: absolute;
    top: 20px;
    left: 30%;
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: rgba(36, 144, 235, .15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.about-wrap.style2 .about-img-wrap .about-promo-box .promo-icon i {
    font-size: 65px;
    line-height: .8;
    color: #2490eb;
    margin: 0 auto
}

.about-wrap.style2 .about-img-wrap .about-promo-box:hover .promo-icon:after {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-icon {
    background: rgba(36, 144, 235, .1)
}

.about-wrap.style3 .about-img-wrap .about-img-one {
    margin-left: auto;
    max-width: 400px;
    display: block;
    border-radius: 10px
}

.about-wrap.style3 .about-img-wrap .about-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 320px;
    border-radius: 10px
}

.about-wrap.style3 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 70px;
    right: 100px;
    background-color: #2490eb;
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 10px;
    padding: 30px;
    z-index: 2;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.about-wrap.style3 .about-img-wrap .about-promo-box .promo-icon {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.about-wrap.style3 .about-img-wrap .about-promo-box .promo-icon i {
    font-size: 55px;
    line-height: .8;
    color: #fff;
    margin: 0 auto
}

.about-wrap.style3 .about-img-wrap .about-promo-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #fff
}

.about-wrap.style3 .about-img-wrap .about-promo-box h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon i {
    color: #2490eb;
    font-size: 24px;
    line-height: .8
}

.about-doctor-box {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.about-doctor-box .doctor-img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.about-doctor-box .doctor-img img,
.comment-item-wrap .comment-item .comment-author-img img,
.post-author .post-author-img img {
    border-radius: 50%
}

.about-doctor-box .doctor-info h5 {
    font-size: 16px;
    margin: 0
}

.about-doctor-box .doctor-info span {
    margin: 0;
    font-size: 14px;
    color: #666
}

.about-doctor-box .btn {
    background-color: #2490eb;
    color: #fff;
    padding: 7px 18px;
    margin-left: auto;
    border-radius: 5px
}

.feature-item-wrap .feature-item .feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-item-wrap .feature-item .feature-icon i {
    font-size: 32px;
    line-height: .7;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-item-wrap .feature-item .feature-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--rojo);
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 90px);
    margin-left: 20px
}

.service-wrap.style2::after,
.service-wrap.style3::after {
    width: 100%;
    z-index: -1;
    background-color: #14467b;
    position: absolute;
    content: "";
    left: 0
}

.feature-item-wrap .feature-item .feature-text h3 {
    font-size: 22px;
    margin: 0 0 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-wrap.style2::after {
    top: 0;
    height: calc(50% + 28px)
}

.service-wrap.style3::after {
    bottom: 0;
    height: 20%
}

.service-card .service-img .service-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card .service-img .service-icon i {
    font-size: 32px;
    line-height: .8;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card .service-info {
    padding: 30px 25px 20px
}

.service-card .service-info h3 {
    font-size: 22px;
    margin: 0 0 13px
}

.blog-card.style3 .blog-info p,
.post-author .post-author-info p,
.promo-card.style2 .promo-info p,
.promo-card.style3 .promo-info p,
.service-card .service-info p {
    margin: 0 0 15px
}

.service-card.style1 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff
}

.blog-card.style1 .blog-img,
.blog-card.style1 .blog-img img,
.service-card.style1 .service-img,
.service-card.style1 .service-img img,
.service-card.style3 .service-img,
.service-card.style3 .service-img img,
.team-card.style2 img {
    border-radius: 10px 10px 0 0
}

.service-card.style1 .service-img .service-icon {
    bottom: -25px;
    right: 25px;
    background-color: #14467b;
    border-radius: 5px
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff
}

.service-card.style2 .service-img .service-icon {
    bottom: -30px;
    right: 25px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.service-card.style3 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 10px
}

.service-card.style3 .service-img .service-icon {
    bottom: -30px;
    left: 25px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.service-card.style3 .service-info {
    padding: 45px 25px 20px
}

.service-card.style4 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 10px;
    padding: 25px
}

.service-card.style4 .service-icon {
    background-color: rgba(36, 144, 235, .1);
    border-radius: 68% 32% 33% 67%/42% 23% 77% 58%;
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style4 .service-icon i {
    font-size: 32px;
    line-height: .8;
    margin: 0 auto;
    color: #2490eb;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style4 .service-info {
    padding: 0
}

.blog-slider-one,
.service-slider-one,
.team-slider-one.style2,
.testimonial-slider-one,
.testimonial-slider-two.owl-carousel.style2 {
    margin: -15px 0
}

.blog-slider-one .blog-card,
.service-slider-one .service-card,
.team-slider-one.style2 .team-card,
.testimonial-slider-one .blog-card,
.testimonial-slider-one .testimonial-card,
.testimonial-slider-two.owl-carousel.style2 .testimonial-card {
    margin: 15px 0
}

.service-desc .single-service-img {
    border-radius: 10px;
    margin: 10px 0 30px;
    display: block
}

.portfolio-card.style1 img,
.portfolio-card.style2 img,
.post-img img,
.promo-card.style3,
.service-desc .single-service-img img,
.testimonial-slider-two.owl-carousel.style2 .owl-dots .owl-dot span {
    border-radius: 10px
}

.appointment-wrap.style1 .appointment-bg {
    background-image: url(../img/appointment-bg-1.jpg);
    height: calc(100% + 30px);
    border-radius: 10px;
    margin-right: 100px;
    position: relative
}

.appointment-wrap.style1 .appointment-bg .appointment-form {
    width: 350px;
    position: absolute;
    top: 70px;
    right: -100px
}

.appointment-wrap.style1 .appointment-bg .appointment-form h2,
.wh-wrap.style2 .wh-img-wrap .appointment-form h2 {
    font-size: 22px;
    margin: 0 0 20px
}

.appointment-wrap.style1 .appointment-content .content-feature-list {
    margin-bottom: 35px
}

.appointment-wrap.style2 .appointment-content .content-feature-list {
    -webkit-columns: 2;
    columns: 2;
    margin-bottom: 0
}

.appointment-wrap.style2 .appointment-content .content-feature-list li {
    background-color: #fff;
    padding: 15px 15px 15px 40px
}

.appointment-wrap.style2 .appointment-content .content-feature-list li i {
    font-size: 20px;
    color: #2490eb;
    top: 19px;
    left: 15px
}

.appointment-wrap.style2 .promo-bg {
    background-image: url(../img/about/promo-bg-2.jpg);
    height: calc(100% + 30px);
    position: relative;
    top: -30px;
    z-index: 1
}

.appointment-wrap.style2 .promo-bg .play-now {
    width: 80px;
    height: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 77px;
    background-color: #fff
}

.appointment-wrap.style2 .promo-bg .play-now i {
    color: #2490eb;
    left: -2px;
    position: relative
}

.appointment-wrap.style2 .promo-bg .play-now .ripple,
.appointment-wrap.style2 .promo-bg .play-now .ripple:after,
.appointment-wrap.style2 .promo-bg .play-now .ripple:before,
.appointment-wrap.style3 .promo-bg .play-now .ripple,
.appointment-wrap.style3 .promo-bg .play-now .ripple:after,
.appointment-wrap.style3 .promo-bg .play-now .ripple:before {
    width: 80px;
    height: 80px
}

.appointment-wrap.style1 .appointment-content .content-feature-list,
.appointment-wrap.style3 .appointment-content .content-feature-list {
    -webkit-columns: 2;
    columns: 2
}

.appointment-wrap.style1 .appointment-content .content-feature-list li,
.appointment-wrap.style3 .appointment-content .content-feature-list li {
    background-color: #fff;
    padding: 15px 15px 15px 40px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border-radius: 5px
}

.appointment-wrap.style1 .appointment-content .content-feature-list li i,
.appointment-wrap.style3 .appointment-content .content-feature-list li i {
    font-size: 20px;
    color: var(--rojo);
    top: 19px;
    left: 15px
}

.appointment-wrap.style3 .promo-bg {
    background-image: url(../img/why-choose-us/wh-img-4.jpg);
    height: 600px;
    z-index: 1;
    border-radius: 10px
}

.appointment-wrap.style3 .promo-bg .play-now {
    width: 80px;
    height: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 77px;
    background-color: #2490eb;
    border: none
}

.appointment-wrap.style3 .promo-bg .play-now i {
    color: #fff;
    left: -2px;
    font-size: 34px;
    position: relative
}

.appointment-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px
}

.appointment-form .form-group input,
.appointment-form .form-group select {
    width: 100%;
    height: 58px;
    background-color: #f5f6fa;
    border-radius: 5px;
    padding: 13px 20px;
    border: none;
    color: #000
}

.wh-wrap.style1 .wh-img-wrap .wh-img-one,
.wh-wrap.style1 .wh-img-wrap .wh-img-two {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

.appointment-form .form-group input::-webkit-input-placeholder,
.appointment-form .form-group select::-webkit-input-placeholder {
    opacity: .9
}

.appointment-form .form-group input:-ms-input-placeholder,
.appointment-form .form-group select:-ms-input-placeholder {
    opacity: .9
}

.appointment-form .form-group input::-ms-input-placeholder,
.appointment-form .form-group select::-ms-input-placeholder {
    opacity: .9
}

.appointment-form .form-group input::placeholder,
.appointment-form .form-group select::placeholder {
    opacity: .9
}

.wh-bg-3 {
    background-image: url(../img/why-choose-us/wh-img-3.jpg)
}

.wh-wrap.style1 .wh-img-wrap .wh-shape-one {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.partner-item img,
.wh-wrap.style1 .wh-img-wrap .wh-shape-one img {
    display: block;
    margin: 0 auto
}

.wh-wrap.style1 .wh-img-wrap .wh-img-one {
    max-width: 400px;
    margin-right: auto
}

.wh-wrap.style1 .wh-img-wrap .wh-img-two {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    max-width: 350px
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon,
.wh-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon {
    background: rgba(255, 255, 255, .1)
}

.wh-wrap.style2 .wh-img-wrap {
    position: relative;
    background-image: url(../img/why-choose-us/wh-bg-2.jpg);
    height: 620px;
    width: calc(100% - 120px);
    margin-left: auto
}

.wh-wrap.style2 .wh-img-wrap .appointment-form {
    width: 350px;
    position: absolute;
    top: 70px;
    left: -120px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-icon {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .09)
}

.wh-wrap.style3 .wh-img-wrap {
    margin-left: 100px;
    position: relative
}

.wh-wrap.style3 .wh-img-wrap .wh-bg-3 {
    height: 600px;
    border-radius: 10px
}

.wh-wrap.style3 .wh-img-wrap .about-doctor-box {
    position: absolute;
    top: 50%;
    left: -100px;
    border-radius: 10px;
    min-width: 340px
}

.partner-item {
    padding: 0 50px;
    opacity: .6;
    -webkit-transition: .4s;
    transition: .4s
}

.counter-wrap.style3 {
    position: relative;
    background-image: url(../img/counter-bg-1.html)
}

.counter-card-wrap .counter-card {
    width: 25%;
    position: relative;
    margin-bottom: 25px
}

.counter-card-wrap .counter-card .counter-icon {
    position: relative;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.counter-card-wrap .counter-card .counter-icon i {
    display: inline-block;
    font-size: 30px;
    line-height: .8;
    color: #2490eb;
    -webkit-transition: .4s;
    transition: .4s
}

.counter-card-wrap .counter-card .counter-text {
    margin-left: 20px
}

.counter-card-wrap .counter-card .counter-text h2 {
    font-size: 34px;
    line-height: 1;
    margin: 0 0 10px;
    color: #fff
}

.counter-card-wrap .counter-card .counter-text h2 .target {
    font-size: 34px;
    line-height: .8;
    position: relative;
    top: 1px
}

.counter-card-wrap .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1;
    color: #fff
}

.counter-card-wrap .counter-card.style1 .counter-icon {
    width: 75px;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.counter-card-wrap .counter-card.style1 .counter-icon:after {
    position: absolute;
    bottom: -5px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 8px;
    content: "";
    z-index: -1;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: .4s;
    transition: .4s
}

.counter-card-wrap .counter-card.style1 .counter-text {
    width: calc(100% - 95px);
    margin-left: 20px
}

.counter-card-wrap .counter-card.style1:hover .counter-icon:after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.counter-card-wrap .counter-card.style2 .counter-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff
}

.counter-card-wrap .counter-card.style2 .counter-icon i {
    color: #2490eb;
    font-size: 40px
}

.promo-wrap.style1 {
    margin: -75px 0 0
}

.promo-wrap.style2 {
    position: relative;
    z-index: 1;
    margin: -100px 0 0
}

.promo-wrap.style2:after {
    position: absolute;
    top: 100px;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    background-color: #2490eb;
    z-index: -1
}

.promo-wrap.style3 {
    position: relative;
    z-index: 1;
    background-image: url(../img/cta1.jpg);
    background-attachment: fixed
}

.promo-wrap.style3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--rojo);
    z-index: -1;
    opacity: .9
}

.promo-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 0 0 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.promo-card .promo-icon {
    width: 65px;
    position: relative;
    top: 2px
}

.promo-card .promo-icon i {
    color: #2490eb;
    font-size: 65px;
    line-height: .8;
    margin: 0 auto
}

.promo-card .promo-info,
.testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 20px
}

.promo-card .promo-info h3 {
    font-size: 22px;
    margin: 0 0 10px
}

.post-share,
.post-tag ul,
.post-tag ul li,
.ratings li {
    display: inline-block
}

.ratings li i {
    color: #ffc422;
    line-height: .8
}

.testimonial-wrap.style1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #2490eb;
    z-index: -1
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 25px;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    z-index: 1;
    padding: 25px 25px 22px
}

.testimonial-card:hover .client-info-area .quote-icon i {
    color: var(--azul);
    opacity: 1
}

.testimonial-card .client-quote {
    margin-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card .client-info-area .client-info-wrap {
    width: calc(100% - 40px)
}

.testimonial-card .client-info-area .client-info-wrap .client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.testimonial-card .client-info-area .client-info-wrap .client-info h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card .client-info-area .client-info-wrap .client-info span {
    font-size: 14px;
    display: block;
    line-height: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card .client-info-area .quote-icon i {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 40px;
    line-height: .8;
    color: var(--azul);
    opacity: .4;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-card.style3 .blog-info h3,
.testimonial-card.style1 .ratings,
.testimonial-card.style3 .ratings {
    margin-bottom: 12px
}

.testimonial-card.style2 .ratings {
    margin: 20px 0 10px
}

.contact-item:hover .contact-icon,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover:after,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after {
    background-color: #14467b
}

.testimonial-slider-two {
    margin: -15px -5px
}

.blog-card,
.pricing-card,
article {
    margin-bottom: 25px
}

.testimonial-slider-two .testimonial-card {
    margin: 15px 5px
}

.testimonial-slider-two.owl-carousel .owl-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: -20px;
    position: relative;
    max-width: 250px;
    margin-left: auto
}

.testimonial-slider-two.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 7px;
    border-radius: 0;
    background-color: rgba(36, 144, 235, .15)
}

.testimonial-slider-two.owl-carousel .owl-dots .owl-dot.active span {
    width: 35px;
    background-color: var(--rojo)
}

.testimonial-slider-two.owl-carousel.style2 .owl-dots {
    bottom: 0;
    max-width: 100%;
    margin: 10px 0 18px
}

.cta-content .content-logo,
.doctorweb .doc2 {
    width: 100px
}

.comment-item-wrap .comment-item .comment-author-wrap,
.cta-content .content-title {
    width: calc(100% - 120px);
    margin-left: 20px
}

.cta-btn .btn:first-child {
    margin-right: 5px
}

.portfolio-card.style1,
.portfolio-card.style2 {
    position: relative;
    border-radius: 10px
}

.portfolio-card.style1 .portfolio-info,
.portfolio-card.style2 .portfolio-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    width: calc(100% - 45px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    visibility: hidden;
    opacity: 0
}

.portfolio-card.style1 .portfolio-info .portfolio-cat,
.portfolio-card.style2 .portfolio-info .portfolio-cat {
    color: #2490eb;
    display: block;
    font-weight: 600;
    margin: 0 0 5px
}

.portfolio-card.style1 .portfolio-info h3,
.portfolio-card.style2 .portfolio-info h3 {
    font-size: 22px;
    margin: 0
}

.portfolio-card.style1:hover .portfolio-info,
.portfolio-card.style2:hover .portfolio-info {
    visibility: visible;
    opacity: 1;
    bottom: 25px
}

.portfolio-card.style2 .portfolio-info {
    text-align: left;
    border-radius: 0;
    padding: 25px;
    visibility: hidden;
    opacity: 0
}

.portfolio-slider-one.owl-carousel .owl-nav button.owl-next,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.service-slider-one.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .09)
}

.portfolio-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -65px
}

.portfolio-slider-one.owl-carousel .owl-nav button.owl-next,
.service-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -65px
}

.portfolio-slider-two.owl-carousel .owl-dots,
.team-slider-one.owl-carousel .owl-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0 0
}

.portfolio-slider-two.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 8px;
    border-radius: 0;
    background-color: rgba(36, 144, 235, .15)
}

.portfolio-slider-two.owl-carousel .owl-dots .owl-dot.active span {
    width: 35px;
    background-color: rgba(36, 144, 235, .95)
}

.pricing-card {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-card .pricing-header .pricing-header-left h5 {
    font-size: 24px;
    margin: 0 0 8px
}

.pricing-card .pricing-header .pricing-header-left h2 {
    font-size: 36px;
    margin: 0
}

.pricing-card .pricing-header .pricing-header-left h2 span {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-left: 5px
}

.pricing-card .pricing-header .pricing-header-right {
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-card .pricing-header .pricing-header-right i {
    font-size: 60px;
    opacity: .25;
    color: #14467b;
    line-height: .5;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-card .pricing-features {
    margin: 25px 0 35px
}

.blog-card.style1 .blog-info h3,
.footer-wrap .footer-widget .footer-menu li,
.pricing-card .pricing-features li,
.team-slider-one.style2.owl-carousel .owl-dots {
    margin-bottom: 15px
}

.pricing-card .pricing-features li i {
    float: right;
    font-size: 20px;
    line-height: 1.1
}

.pricing-card .pricing-features li.checked i {
    color: #0fd80f
}

.pricing-card .pricing-features li.unchecked i {
    color: #ff3838
}

.pricing-card .btn {
    display: block;
    width: 100%;
    border-radius: 5px
}

.contact-item:hover,
.pricing-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pricing-card:hover .pricing-header .pricing-header-right i {
    color: #2490eb;
    opacity: 1
}

.team-card .team-info {
    background-color: #fff;
    padding: 22px 25px 25px;
    position: relative
}

.team-card .team-info .team-mail {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #2490eb
}

.team-card .team-info .team-mail i {
    font-size: 22px;
    line-height: 46px;
    color: #fff;
    margin: 0 auto
}

.team-card .team-info h3 {
    font-size: 22px;
    margin: 0 0 5px
}

.team-card .team-info span {
    color: #666;
    font-size: 15px;
    display: block;
    margin: 0 0 20px
}

.team-card.style2 {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.team-card.style2 .team-info {
    border-radius: 0 0 10px 10px;
    text-align: center
}

.team-slider-one.style2.owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(36, 144, 235, .15)
}

.team-slider-one.style2.owl-carousel .owl-dots .owl-dot.active span {
    width: 35px;
    background-color: #2490eb
}

.team-slider-one.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 8px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .2)
}

.blog-card.style1,
.blog-card.style3 {
    background-color: #fff
}

.team-slider-one.owl-carousel .owl-dots .owl-dot.active span {
    width: 35px;
    background-color: rgba(255, 255, 255, .9)
}

.blog-card {
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .11);
    -webkit-transition: .4s;
    transition: .4s
}

.blog-card .blog-img {
    overflow: hidden;
    position: relative
}

.blog-card .blog-img img {
    -webkit-transition: .7s;
    transition: .7s
}

.blog-card .blog-info {
    border-radius: 0 0 8px 8px
}

.blog-card.style1,
.blog-card.style2 {
    border-radius: 8px;
    position: relative
}

.blog-card .blog-info .blog-metainfo,
.post-metainfo {
    margin-bottom: 13px
}

.blog-card .blog-info .blog-metainfo li,
.post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card .blog-info .blog-metainfo li:after,
.post-metainfo li:after {
    position: absolute;
    top: -1px;
    right: -15px;
    content: "/";
    font-size: 16px;
    color: #666
}

.blog-card .blog-info .blog-metainfo li a,
.post-metainfo li a {
    font-size: 13px;
    color: #666;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card .blog-info .blog-metainfo li i,
.post-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    line-height: .8;
    color: #2490eb;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card.style1 .blog-info .blog-date,
.blog-card.style2 .blog-img .blog-date {
    position: absolute;
    -webkit-transition: .3s;
    background-color: #14467b;
    padding: 8px 15px;
    color: #fff
}

.blog-card .blog-info h3,
.service-desc h6,
.terms-wrap h6,
article h6 {
    font-size: 22px;
    margin-bottom: 15px
}

.blog-card.style1 .blog-info {
    position: relative;
    padding: 30px 25px 25px
}

.blog-card.style1 .blog-info .blog-date {
    top: -22px;
    right: 25px;
    font-size: 15px;
    border-radius: 5px;
    transition: .3s
}

.blog-card.style2 .blog-img .blog-date {
    top: 25px;
    left: 25px;
    text-align: center;
    transition: .3s
}

.blog-card.style2 .blog-img .blog-date span,
.blog-card.style3 .blog-info .blog-date span {
    display: block;
    font-weight: 600
}

.blog-card.style2 .blog-info {
    position: relative;
    padding: 25px 25px 22px
}

.blog-card.style2 .blog-info h3 {
    margin-bottom: 12px;
    color: var(--azul)
}

.blog-card.style2 .blog-info p {
    margin: 0 0 12px
}

.blog-card.style3 {
    border-radius: 10px
}

.blog-card.style3 .blog-info {
    position: relative;
    padding: 25px
}

.blog-card.style3 .blog-info .blog-date {
    position: absolute;
    top: -25px;
    right: 25px;
    font-size: 15px;
    background-color: #14467b;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-slider-one.owl-carousel .owl-nav,
.testimonial-slider-one.owl-carousel .owl-nav {
    position: absolute;
    top: -82px;
    right: 0
}

.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .04);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .04)
}

.book-appointment-form {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px 40px 40px
}

.book-appointment-form .radio-btn .form-group {
    margin-right: 25px;
    margin-bottom: 0
}

.book-appointment-form .radio-btn .form-group label {
    color: #666;
    margin: 0;
    font-weight: 400
}

.book-appointment-form .form-group p {
    color: #000;
    font-weight: 500
}

.book-appointment-form .form-group input,
.book-appointment-form .form-group select,
.book-appointment-form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 18px;
    border-radius: 5px;
    background-color: transparent
}

.book-appointment-form .form-group input::-webkit-input-placeholder,
.book-appointment-form .form-group select::-webkit-input-placeholder,
.book-appointment-form .form-group textarea::-webkit-input-placeholder {
    color: #000;
    opacity: .7
}

.book-appointment-form .form-group input:-ms-input-placeholder,
.book-appointment-form .form-group select:-ms-input-placeholder,
.book-appointment-form .form-group textarea:-ms-input-placeholder {
    color: #000;
    opacity: .7
}

.book-appointment-form .form-group input::-ms-input-placeholder,
.book-appointment-form .form-group select::-ms-input-placeholder,
.book-appointment-form .form-group textarea::-ms-input-placeholder {
    color: #000;
    opacity: .7
}

.book-appointment-form .form-group input::placeholder,
.book-appointment-form .form-group select::placeholder,
.book-appointment-form .form-group textarea::placeholder {
    color: #000;
    opacity: .7
}

.book-appointment-form .form-group input[type=date],
.book-appointment-form .form-group select[type=date],
.book-appointment-form .form-group textarea[type=date] {
    cursor: pointer;
    opacity: .7
}

.book-appointment-form .form-group input,
.book-appointment-form .form-group select {
    height: 55px
}

.book-appointment-form .form-group textarea {
    resize: none;
    height: 120px
}

.book-appointment-form .form-group select {
    padding: 15px;
    opacity: .7
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2490eb
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    background: 0 0
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    border-color: transparent;
    background: #2490eb;
    position: absolute;
    top: 2px;
    left: 1px;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact-item {
    padding: 25px;
    border-radius: 5px;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    box-shadow: 0 0 20px rgba(0, 0, 0, .09)
}

.contact-item .contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px dashed var(--azul);
    -webkit-transition: .4s;
    transition: .4s
}

.contact-item .contact-icon i {
    color: var(--rojo);
    line-height: .8;
    font-size: 36px;
    position: relative;
    -webkit-transition: .34s;
    transition: .34s
}

.contact-item .contact-info {
    width: calc(100% - 100px);
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-item .contact-info h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-item .contact-info a,
.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.7;
    color: #666;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-form {
    padding: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.contact-form h3 {
    font-size: 24px;
    margin: 0 0 25px
}

#contactForm .form-group input,
#contactForm .form-group textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 15px;
    border-radius: 5px
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, .09)
}

#cmt-form .comment-form .form-group input,
#contactForm .form-group input {
    height: 60px
}

#contactForm .form-group textarea {
    height: 163px;
    resize: none;
    padding-top: 18px
}

.comp-map {
    height: 577px
}

.comp-map iframe {
    width: 100%;
    height: 100%
}

.contact-content .social-profile li a {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-content .social-profile li a i {
    color: #14467b;
    font-size: 20px
}

.checkbox,
.footer-wrap .footer-widget .footer-logo {
    display: block
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px
}

.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #2490eb;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px
}

.checkbox.style2 label:before {
    border-radius: 50%;
    border-color: #888
}

.checkbox input:checked+label:before {
    border-color: #2490eb
}

.checkbox input:checked+label:after,
.checkbox.style2 input:checked+label:after {
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: #2490eb;
    display: block;
    position: absolute;
    content: ""
}

.checkbox input:checked+label:after {
    top: 7px
}

.checkbox.style2 input:checked+label:after {
    top: 8px
}

.service-desc p a:hover,
.terms-wrap p a:hover,
article p a:hover {
    text-decoration: underline;
    color: #2490eb
}

.service-desc h1,
.terms-wrap h1,
article h1 {
    font-size: 32px;
    margin-bottom: 15px
}

.service-desc h2,
.terms-wrap h2,
article h2 {
    font-size: 30px;
    margin-bottom: 15px
}

.service-desc h3,
.terms-wrap h3,
article h3 {
    font-size: 28px;
    margin-bottom: 15px
}

.service-desc h4,
.terms-wrap h4,
article h4 {
    font-size: 26px;
    margin-bottom: 15px
}

.service-desc h5,
.terms-wrap h5,
article h5 {
    font-size: 24px;
    margin-bottom: 15px
}

.service-desc ol,
.terms-wrap ol,
article ol {
    margin-top: 20px;
    margin-bottom: 30px
}

.service-desc ol li,
.terms-wrap ol li,
article ol li {
    margin-bottom: 15px;
    color: #666;
    padding-left: 3px
}

.service-desc .content-feature-list,
.terms-wrap .content-feature-list,
article .content-feature-list {
    margin: 25px 0
}

article {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
    border-radius: 10px
}

.wp-block-quote {
    position: relative;
    padding: 35px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    margin: 30px 0;
    z-index: 1
}

.wp-block-quote p {
    width: calc(100% - 90px);
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 20px;
    text-align: left
}

.wp-block-quote .wp-quote-icon {
    width: 70px
}

.wp-block-quote .wp-quote-icon i {
    color: #2490eb;
    font-size: 65px;
    line-height: .8
}

.post-meta-option {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 25px;
    border-radius: 5px
}

.post-tag ul li a {
    color: #555;
    font-size: 16px;
    border-radius: 3px
}

.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000
}

.post-tag span i {
    position: relative;
    top: 3px;
    color: #2490eb;
    margin-right: 3px
}

.post-share span {
    font-weight: 500;
    color: #000
}

.post-share ul {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px
}

.post-share ul li a {
    border: 1px solid #2490eb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09)
}

.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px
}

.post-author .post-author-info h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px
}

.comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.comment-item-wrap .comment-item.reply {
    margin-left: 40px
}

.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    display: inline-block
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #666;
    margin-top: 12px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin: 0 0 10px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0 0 5px
}

.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    color: #2490eb;
    font-size: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1
}

.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0
}

#cmt-form {
    margin-top: 35px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 25px
}

#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative
}

#cmt-form .comment-form .form-group>label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 15px;
    color: #000
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none
}

.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px
}

.post-cat-title span {
    font-weight: 600;
    color: #2490eb
}

.about-doctor-box,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.book-appointment-form .radio-btn,
.comment-item-wrap .comment-item,
.contact-item,
.contact-item .contact-icon,
.content-feature-list.style1 li span,
.counter-card-wrap,
.counter-card-wrap .counter-card,
.counter-card-wrap .counter-card .counter-icon,
.cta-content,
.feature-item-wrap .feature-item,
.feature-item-wrap .feature-item .feature-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-left .contact-info li span,
.header-wrap .header-top .header-top-right,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.post-author,
.pp-post-item,
.pricing-card .pricing-header,
.promo-card,
.select-lang .navbar-language .dropdown-toggle,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.social-profile.style1 li a,
.social-profile.style2 li a,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-slider-two.owl-carousel .owl-dots,
.testimonial-slider-two.owl-carousel.style2 .owl-dots,
.wp-block-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-doctor-box,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.book-appointment-form .radio-btn,
.contact-item,
.counter-card-wrap .counter-card,
.cta-content,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.pricing-card .pricing-header,
.select-lang .navbar-language .dropdown-toggle,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.wp-block-quote {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.footer-wrap {
    position: relative;
    background-color: var(--azul)
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 20px
}

.footer-wrap .footer-widget .footer-widget-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, .15)
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--rojo)
}

.footer-wrap .footer-widget .comp-desc {
    color: rgba(255, 255, 255, .8);
    margin: 28px 0 25px;
    padding-right: 10px
}

.footer-wrap .footer-widget .social-profile li a {
    color: #fff;
    font-size: 18px;
    background: var(--rojo)
}

.footer-wrap .footer-widget .social-profile li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, .8);
    position: relative;
    padding-left: 15px
}

.footer-wrap .footer-widget .footer-menu li a i {
    display: inline-block;
    position: absolute;
    left: -3px;
    top: -3px;
    -webkit-transition: .4s;
    transition: .4s
}

.footer-wrap .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #2490eb;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px
}

.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--blacno)
}

.footer-wrap .footer-widget .contact-info li a,
.footer-wrap .footer-widget .contact-info li p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-wrap .footer-widget .contact-info li:hover a,
.footer-wrap .footer-widget .contact-info li:hover p {
    color: var(--rojo)
}

.copyright-text {
    padding: 18px 10px;
    margin: 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.copyright-text i {
    position: relative;
    top: 2px;
    margin-right: 2px
}

.buy-now-btn img,
.icono i,
.icono span,
.icono:before {
    position: absolute
}

.copyright-text a {
    color: #2490eb;
    font-weight: 500
}

.copyright-text a:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 18px;
        padding-bottom: 10px
    }

    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 20px 0 15px
    }

    .footer-wrap .footer-widget .social-profile li a {
        width: 30px;
        height: 30px
    }

    .footer-wrap .footer-widget .contact-info a,
    .footer-wrap .footer-widget .contact-info p,
    .footer-wrap .footer-widget .footer-menu li a,
    .footer-wrap .footer-widget .social-profile li a i {
        font-size: 14px
    }

    .footer-wrap .footer-widget .contact-info li {
        margin-bottom: 10px
    }

    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px
    }

    .footer-wrap .footer-widget .footer-menu li a i {
        font-size: 14px;
        top: -3px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 22px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 20px
    }
}

@media only screen and (max-width:1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    .comp-desc,
    .footer-menu li a,
    .footer-wrap .footer-widget .contact-info li a,
    .footer-wrap .footer-widget .contact-info li p {
        font-size: 15px
    }

    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px
    }
}

@media only screen and (min-width:1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 10px
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 17px
    }

    .footer-wrap .footer-widget .comp-desc {
        padding-right: 20px
    }
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d
}

.hero-wrap {
    margin-top: 0
}

.neopad {
    padding: 80px 0
}

.doctorweb .doc1 {
    width: 20px;
    animation: 10s infinite doc
}

@keyframes doc {

    0%,
    10%,
    100%,
    90% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(360deg)
    }
}

.btn-whatsapp {
    display: block;
    width: 75px;
    height: 75px;
    color: #333;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    z-index: 999;
    font-size: 70px;
    background: #00bb2d;
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    transition: .5s
}

.icono,
.icono:hover {
    color: var(--blacno)
}

.btn-whatsapp span,
.icono {
    border-radius: 100px;
    transition: .5s
}

.btn-whatsapp i {
    color: #fff;
    transition: .5s;
    display: block
}

.btn-whatsapp:hover {
    background-color: var(--azul);
    transform: rotate(360deg);
    transition: .5s
}

.btn-whatsapp span {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: .3em;
    right: 2px;
    background-color: #de2f36;
    color: #fff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    animation: 2s ease-in-out infinite iconw
}

.btn-whatsapp:hover span {
    display: none !important;
    transition: .5s
}

@keyframes iconw {

    0%,
    100% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }
}

.social-bar {
    position: fixed;
    right: 10px;
    bottom: 100px;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100
}

.icono {
    height: 50px;
    width: 50px;
    display: flex;
    margin-top: 10%;
    position: relative;
    border: 3px solid rgba(255, 255, 255, .5);
    background-color: var(--rojo)
}

.icono:hover {
    border: 3px solid rgba(255, 255, 255, .5);
    transition: .5s
}

.icono:before {
    background-color: var(--azul);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 0);
    transition: .5s
}

.icono:hover:before {
    z-index: 1;
    transform: scale(1.1);
    transition: .5s
}

.icono span {
    background: var(--azul);
    padding: 5% 20%;
    font-size: .5em;
    border-radius: 10px;
    color: var(--blanco);
    right: 55px !important;
    top: 5px !important;
    transform: scale(0);
    width: max-content
}

.icono:hover span {
    transition: .5s;
    transform: scale(1)
}

.icono i {
    z-index: 2;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.footer-widget .social-profile.style1 li a i {
    color: var(--blacno) !important
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-track {
    background: var(--blacno)
}

::-webkit-scrollbar-thumb {
    background: var(--azul);
    transition: .5s
}

.neoimg img,
.neoimg video {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

.hero-btn a {
    margin-left: 5px
}

.breadcrumb-wrap {
    padding-top: 200px;
    padding-bottom: 100px
}

.popular-post {
    background: url(../img/bg2.jpg)
}
.hero-content h2{
    color: var(--blacno);
    font-size: 1.9em !important;
    margin-bottom: 40px;
}
.lista {
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 0px;
   
  }
  
  .lista a{
    color: white !important;
    text-transform: capitalize;
  }