@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.toparea {
    background: #2e34a2;
    padding-bottom: 8px;
}

.social {
    padding: 0;
    margin: 14px 0 0;
}

.social li a {
    display: block;
    border: 0px solid #ececec;
    text-align: center;
    line-height: 30px;
    background: #3399ff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    background-color: #475f8d;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.social li a:hover {
    background: #ffffff;
    color: #4a85f1;
    border: 0px solid #095dce;
    background-color: #fff;
}

.logo {
    margin-top: 0px;
    display: inline-block;
}

.cs_center {
    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;
}

.top-right li a {
    text-decoration: none;
    border: 0px solid #ececec;
    display: inline-block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    background: #2ea6f7;
    background-color: #2ea6f7;
    color: #fff;
    gap: 8px;
    line-height: 1.6em;
    border-radius: 1.6em;
    font-size: 15px;
    font-weight: 300;
    padding: 12px 30px;
    font-family: 'Poppins', 'Source Sans Pro', sans-serif;
}

.header-extras li {
    margin-left: 0px;
    padding-left: 20px;
    border-left: 0px solid #EEE;
}

.header-extras li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.header-extras li a:hover {
    color: #ffffffba;
    text-decoration: none;
}

.header-extras li .he-text {
    float: left;
    text-transform: none;
    color: #ffffff;
    font-family: 'Poppins', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.header-extras li .he-text span {
    text-transform: none;
	font-weight: 400;
	font-family: 'Poppins', 'Source Sans Pro', sans-serif;
}

.header-extras li i {
    margin-top: 5px !important;
    font-size: 18px;
}

.i-plain {
    display: block;
    float: left;
    margin: 0px 4px 0px 0;
    text-align: center !important;
    cursor: pointer;
    font-style: normal;
}

.i-plain {
    width: 30px !important;
    height: 30px !important;
    line-height: 10px !important;
    color: #2fa6f8;
}

.top-right {
    margin: 0;
    padding: 10px 0 0;
    float: right;
}

@media screen and (min-width: 1200px) {
    .cs_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        line-height: 1.6em;
        font-size: 17px;
        font-weight: 500;
		    padding: 10px 0 0;
    }
}

.nav>li {
    border-right: 0px solid rgb(18, 137, 206);
}

.navbar-nav>li>a {
    color: #363636;
    font-family: 'Poppins', 'Source Sans Pro', sans-serif;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
    background: #ffffff;
    color: #2e35a2;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff !important;
	color: #2e35a2;
}

.cw-100 {
    width: 100%;
}

.pb-70 {
    padding-bottom: 70px;
}

.plr-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.bs-slider {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    height: 600px;
}

.features-area {
    position: relative;
    z-index: 1;
    margin-top: -65px;
}

.single-features {
    background-color: #0bcff0;
    padding: 45px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .6s;
}

.single-features:hover {
    transform: translateY(-10px);
}

.single-features .content {
    position: relative;
    padding-left: 90px;
}

.single-features.bg-f57e57 {
    background-color: #f57e57;
}

.single-features.bg-4a6577 {
    background-color: #4a6577;
}

.single-features .content .icon {
    position: absolute;
    left: 0;
    top: -8px;
}

.single-features .content .icon i {
    font-size: 75px;
    color: #fff;
}

.single-features .content h3 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 600;
	font-family: 'Poppins', 'Source Sans Pro', sans-serif;
}

.single-features .content h3 a, .single-features .content p {
    color: #fff;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #6a6c72;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

.overview-area {
    background-color: #f5f5f5;
    padding-top: 30px;
}

.align-items-center {
    align-items: center !important;
}

.overview-content {
    margin-top: 100px;
}

.overview-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px;
}

.overview-content .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px;
}

.overview-content h3 {
    font-size: 45px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
	font-weight: 700;
}

.overview-content p {
    font-size: 25px;
    font-weight: 500;
    color: #222;
}

p:last-child {
    margin-bottom: 0;
}

.overview-image{
	text-align:center;
	margin-top:-90px
}

.overview-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.about-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px;
}

.about-content h3 {
    font-size: 36px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
	font-weight: 700;
}

.about-content h3 span {
    color: #06a3da;
}

.about-content .about-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.about-content .about-list li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
	font-family: 'Poppins', 'Source Sans Pro', sans-serif;
}

.about-content .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px;
}

.about-content .about-list li i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    background-color: #06a3da;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}

.about-content .about-info {
    position: relative;
    margin-top: 35px;
    padding-left: 100px;
    padding-top: 10px;
}

.about-content .about-info i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: #06a3da;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .6s;
}

.about-content .about-info h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-content .about-info span {
    font-size: 16px;
    font-weight: 500;
    color: #6a6c72;
}

.about-image {
    text-align: right;
    position: relative;
	    padding-top: 60px;
}

.pb-100 {
    padding-bottom: 100px;
}

.spacet100 {
    padding-top: 100px;
}

.servicios-h2 {
font-size: 38px;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.4;
}

.single-core-features {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: .6s;
    border-bottom: 1px solid #06a3da;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
	margin-top: 70px;
}

.single-core-features .icon {
    margin-bottom: 22px;
}

.single-core-features .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: #06a3da;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    transition: .6s;
}

.single-core-features h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.single-core-features:hover {
    transform: translateY(-10px);
}

.pb-70 {
    padding-bottom: 70px;
}

.section-title-warp {
    margin-bottom: 45px;
}

.section-title-warp .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px;
}

.section-title-warp .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px;
}

.section-title-warp h2 {
    font-size: 38px;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.4;
}

.section-warp-btn {
    text-align: right;
}

.section-warp-btn .default-btn {
    padding: 20px 45px;
    font-size: 16px;
}

.default-btn {
    display: inline-block;
    background-color: #06a3da;
    color: #fff;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 500;
    transition: .6s;
    border-radius: 5px;
}

.default-btn:hover {
    background-color: #124390;
    color: #fff;
}

.single-doctor {
    margin-bottom: 30px;
    transition: .6s;
}

.single-doctor:hover {
    transform: translateY(-10px);
}

.single-doctor img {
    border-radius: 10px 10px 0 0;
}

.single-doctor .doctor-content {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 0 0 10px 10px;
    border-bottom: 2px solid #06a3da;
}

.single-doctor .doctor-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-doctor .doctor-content span {
    font-size: 16px;
    color: #6a6c72;
    font-weight: 400;
}

.single-doctor .doctor-content .share-link {
    margin-top: 15px;
}

.single-doctor .doctor-content .share-link a {
    margin: 0 2px;
}

.single-doctor .doctor-content .share-link a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #06a3da;
    color: #fff;
    transition: .6s;
}

.single-doctor .doctor-content .share-link a i:hover {
    background-color: #124390;
    transform: translateY(-5px);
}

.footer-area {
    background-color: #091e3e;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-footer-widget h2 a {
    color: #fff;
}

.single-footer-widget p {
    color: #fff;
    margin-bottom: 0;
}

.single-footer-widget .signature {
    margin-top: 25px;
}

.single-footer-widget .footer-info {
    position: relative;
    margin-top: 35px;
    padding-left: 75px;
}

.single-footer-widget .footer-info img {
    display: inline-block;
    height: 55px;
    width: 55px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.single-footer-widget .footer-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.single-footer-widget .footer-info span {
    font-size: 15px;
    color: #fff;
}

.single-footer-widget h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .quick-links li {
    margin-bottom: 12px;
    font-size: 15px;
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.single-footer-widget .footer-information li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #06a3da;
    font-size: 38px;
}

.single-footer-widget .footer-information li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
}

.single-footer-widget .footer-information li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 55px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.single-footer-widget .footer-widget-blog .item {
    overflow: hidden;
    margin-bottom: 25px;
}

.single-footer-widget .footer-widget-blog {
    position: relative;
    overflow: hidden;
}

.single-footer-widget .footer-widget-blog .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
    background-image: url(https://vue.hibootstrap.com/zrin/img/footer-2.3b242c4b.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
    background-image: url(https://vue.hibootstrap.com/zrin/img/footer-3.aa89d3cc.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
    background-image: url(https://vue.hibootstrap.com/zrin/img/footer-4.fc490a85.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50%;
}

.single-footer-widget .footer-widget-blog .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.single-footer-widget .footer-widget-blog .item .info span {
    display: block;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 8px;
    font-size: 14px;
}

.single-footer-widget .footer-widget-blog .item .info span a {
    color: #06a3da;
}

.single-footer-widget .footer-widget-blog .item .info h4 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.single-footer-widget .footer-widget-blog .item .info h4 a {
    display: inline-block;
    transition: .6s;
    color: #fff;
}

.copyright-area {
    padding-bottom: 30px;
    background-color: #091e3e;
}

.copyright-area-content {
    text-align: center;
    border-top: 1px solid #2e405b;
    padding-top: 30px;
}

.copyright-area-content p {
    color: #fff;
    font-size: 15px;
}

.go-top.go-top {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 40px;
    right: 20px;
    background-color: #222;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    transition: .9s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 25px;
    margin: auto;
}

.copyright-area-content p a:hover, .go-top {
    color: #fff;
}

.go-top:hover {
    background-color: #06a3da;
    color: #fff;
    transition: .6s;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
}

.section-title {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px;
}

.section-title .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px;
}

.section-title .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px;
}

.section-title h2 {
    font-size: 38px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.contact-form {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.contact-info {
    text-align: center;
    margin-top: 60px;
}

.contact-info .contact-info-content h3 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500;
}

.contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #06a3da;
}

.contact-info .contact-info-content h2 span {
    display: block;
    color: #6a6c72;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.contact-info .contact-info-content h2 a:hover, .contact-info .contact-info-content h2 a:not(:first-child) {
    color: #124390;
}

.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
}

.contact-info .contact-info-content .social li a i {
    font-size: 14px;
}

.contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #06a3da;
    background-color: #06a3da;
}

