/*
File Name: inner page css
Version:1.0
Desc: 

*/

.welcome__inner__area .welcome__text h1 {
    color: #233645;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
}
.welcome__inner__area {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
}
.inner__bg {
    background: url(../img/bg/inner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.about__page__author__content {
    background: #E22454;
    text-align: center;
    padding: 50px 30px;
}


.about__page__author__content h5 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #ffffff;
}

.about__page__author__content p {
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0;
}

.service__details__area .single__service {
    border: 1px solid #e9ebec;
}

.single__service__download__btn a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #e9ebec;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.single__service__download__btn a i {
    font-size: 28px;
    padding-right: 10px;
    color: #E02454;
}

.single__service__download__btn a:last-child {
    margin-bottom: 0;
}

.single__service__download__btn a:after {
    position: absolute;
    content: "\f019";
    font-family: 'Font Awesome 5 Pro';
    height: 40px;
    width: 40px;
    color: #bcd8ee;
    text-align: center;
    line-height: 40px;
    top: 50%;
    right: 0;
    margin-top: -20px;
}




.widget {
    margin-bottom: 50px;
    border: 1px solid #ddd;
}
.contact__widget {
    padding: 40px;
}
.single__price {
    padding: 40px 30px;
    text-align: center;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.single__price.active,
.single__price:hover {
    border-bottom: 10px solid #e12454;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.row.price__wrap > div {
    margin: 0;
}
.single__price h1 {
    color: #e12454;
    font-size: 80px;
    margin: 15px 0;
}
.single__price h1 span {
    font-size: 22px;
    color: #223645;
}
.single__price h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
}
.single__price h4 span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #e12454;
    font-family: "Roboto";
    display: block;
}
.single__price p {
    margin-top: 25px;
}
a.price__btn {
    display: inline-block;
    border: 1px solid #E9EBEC;
    padding: 15px 40px;
}
.single__price:hover a.price__btn,
.single__price.active a.price__btn {
    color: #fff;
    background: #e12454;
}
.single-blog-section-description h2,
.single-blog-section-description h2 a {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    color: #223645;
    margin: 0;
    letter-spacing: 0
}
.single-blog-section-description h2 a:hover {
    color: #E22454;
}
.single-blog-section-description {
    padding: 30px 0 50px 0;
}
.single-blog-section-description p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.single-blog-section-author li {
    display: inline-block;
    padding: 25px 0;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}
a.blog-author {
    padding-left: 50px;
}
.single-blog-section-author li a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: #666666
}
a.blog-author img {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #233645;
}


.single-blog-section-author li a i {
    color: #E22454;
    padding-right: 5px;
}
.single-blog-section-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
span.single-blog-section-img-tag {
    color: #fff;
    text-transform: capitalize;
    background: #223645;
    padding: 10px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-author-image h6 {
    font-size: 13px;
    text-transform: capitalize;
    color: #223645;
    opacity: .7;
    margin: 15px 0;
}

.single-blog-section:hover span.single-blog-section-img-tag {
    background: #E22454;
}

.blog-page-social li {
    display: inline;
    margin-left: 10px;
}

.blog-page-social li:first-child {
    margin-left: 0
}

.blog-page-social li a {
    font-size: 18px;
}

.blog-banner {
    padding: 50px 60px;
    background: #223645;
    color: #fff;
}

.blog-banner h3 {
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.cpagination .page-link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cpagination .page-link {
    position: relative;
    display: inline-block;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #E22454;
    color: #E22454;
    margin-right: 10px;
    height: 60px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    border-radius: 50% !important;
}

.cpagination .page-link:hover {
    background: #E22454;
    color: #fff;
}

.blog-box {
    margin-bottom: 50px;
}

.blog-box h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 40px;
}

.blog-box span {
    color: #E22454;
}

.blog-author-image img {
    width: 60%;
}

.blog-author-image p {
    font-size: 13px;
    text-transform: capitalize;
    opacity: .7;
    margin: 20px 0;
}

.blog-author-description p {
    padding: 30px 0;
}

.blog-box p {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.single-blog-post {
    position: relative;
    z-index: 2;
    padding-left: 110px;
    text-align: left;
    margin-bottom: 30px
}

.single-blog-post:last-child {
    margin-bottom: 0
}

.single-blog-post a {
    color: #223645;
    text-transform: capitalize;
}

.single-blog-post a:hover {
    color: #E22454;
}

.single-blog-post img {
    position: absolute;
    left: 0;
    top: 50%;
    height: 80px;
    width: 80px;
    margin-top: -35px;
}
.single-blog-social li a {
    display: inline-block;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: red;
    height: 100px;
    margin: 6px;
}
.single-blog-social li {
    display: inline-block;
}
.blog-categores li a {
    color: #223645;
    padding: 10px 0;
    text-transform: uppercase;
}
.blog-categores li a:hover {
    color: #E22454;
}
.blog-tag li a {
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 50px;
    background: #fff;
    color: #3e425c;
    font-size: 14px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #3e425c;
}
.blog-tag li a:hover {
    border-color: transparent;
}
.blog-tag li {
    display: unset;
}
.blog-tag li a:hover {
    background: #E22454;
    color: #fff;
}
.blog-subscribe-form input {
    margin: 30px 0 20px 0;
    width: 80% !important;
    border: 1px solid #b4f3d0;
    padding: 13px;
}
.quote {
    position: absolute;
    opacity: .2;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid #bcbcbc;
    padding: 13px;
    margin-bottom: 17px;
    background: #f9f9f9;
    border-radius: 5px;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #E22454;
}
.blog-box {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
}
.single-quote {
    padding: 40px 50px;
    background: #E22454;
    position: relative;
    z-index: 2;
}
.single-quote i,
.single-quote a {
    font-size: 70px;
    color: #fff;
}
.single-quote h6 {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 30px;
}
.single-quote h2,
.single-quote h2 a {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
}
.single-quote h2 {
    margin: 20px 0 0 0;
}
.contact-page-area .service-text {
    margin-bottom: 0;
}
.border-effect {
    position: relative;
    z-index: 2;
    height: 1px;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all 35s;
    -o-transition: all 35s;
    transition: all 35s;
}
.border-effect:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10%;
    background: #E22454;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blog-box:hover .border-effect:after {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.single-portfolio-description h3,
.comment_form h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #0b0d0e;
}

.single-portfolio-description p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #0b0d0e;
}

.ctable th {
    font-weight: 500;
}

.ctable td {
    font-weight: 400;
}

.post_prev_next a,
.post_prev_next h5 {
    text-transform: capitalize;
    color: #223645;
}

.single_comment {
    position: relative;
    z-index: 2;
    padding: 0 0 0px 120px;
    margin-bottom: 40px;
}

.comment_img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    border-radius: 50%;
    overflow: hidden;
}

.comment_img img {
    max-width: 100%;
    max-height: 100%;
}

.related_tags h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
}

.single_comment h4 {
    color: #E22454;
    margin: 0;
    text-transform: capitalize;
}

.single_comment a {
    text-transform: capitalize;
}

.comment_text p {
    margin: 0;
    color: #223645;
    font-weight: 400;
}

.comment_form input,
.comment_form textarea {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.comment_form input {
    margin-bottom: 15px;
}
.comment_form input:focus,
.comment_form textarea:focus {
    border-color: #E22454;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.page__link {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 3px solid #E22454;
}
.comment_form {
    padding: 40px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.single__service__download__btn a:hover {
    background: #E22454;
    border-color: #E22454;
    color: #fff;
}
.single__service__download__btn a:hover i, 
.single__service__download__btn a:hover:after{
    color: #fff;
}


.circle {
  width: 150px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
    font-family: "Exo";
    height: 100px;
    text-align: center;
    margin-left: -50px;
    margin-top: -65px;
}

.circle strong i {
  font-style: normal;
  font-size:14px;
  font-weight: normal;
  color: #223645;
  font-weight: 700;
}

.circle span {
  display: block;
  color: #223645;
  margin-top: 18px;
  text-transform: uppercase;
}

.gallery__area {
    background: #f3fbff;
}
.owl-item.active.center .single__doctor {
    transform: scale(1);
    transition: all .3s;
}

.owl-item.active .single__doctor {
    transform: scale(.8);
    transition: all .3s;
}

.service__select__box .nice-select {
    margin-bottom: 15px;
}