
/* header */
.wrapper {
    margin: 8px 0;
}

.search-container {
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

input {
    min-width: 20px;
    padding: 8px;
    margin: 0 4px 0 0;
    border: 1px solid #666;
    border-radius: 5px;
    height: 30px;
}

.button {
    /* padding: 8px 16px; */
    /* min-height: 48px; */
    /* min-width: 10px; */
    word-wrap: nowrap;
    /* background: #000; */
    color: #fff;
    /* border: 1px solid #fff; */
    border-radius: 5px;
}

input {
    order: 0;
    align-self: auto;
}

.search {
    flex: 2 1 auto;
}

.date-from {
    flex: 1 1 auto;
}

.date-to {
    flex: 1 1 auto;
}

.button {
    order: 4;
    flex: 0 1 auto;
    align-self: auto;
}

#navbarNav .Navbar-nav li {
    font-weight: 800;
}


/* =============Doctor Section Start======================== */
.doctor-card {
    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.doctor-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.doctor-info h5 {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .doctor-info {
        padding: 20px;
    }
}



/*============== Feature Section start=======================*/
.feature-item {
    padding: 40px 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-item .lab-inner .lab-content a:hover {
    color: #0071ef;
}

.feature-item:hover {
    filter: drop-shadow(-1.395px 19.951px 5px rgba(136, 136, 136, 0.1));
    transform: translateY(-5px);
}



/*==============Service Section Start====================== */

#btn {
    border: none;
}

.appointment-sec {
    background: url(../images/lines-bg-white.jpg) repeat center top;
    min-height: 731px;
    padding: 40px 0 0;
}

.appointment-sec.bg-gray {
    background: url(../images/lines-bg.jpg) repeat center top;
}

.appointment-form {
    padding: 50px 0 30px;
}

.appointment-form textarea {
    margin-bottom: 15px;
}

.lady1 {
    bottom: 0;
    position: relative;
    left: 25px;
}

.lady {
    bottom: -11px;
    position: relative;
}

.hasDatepicker {
    background: url(../images/date-icon.png) no-repeat 95% 10px #fff;
    border: 1px solid #ededed
}

button {
    border-radius: 5px;
}



/*======================= Blog Section Start====================*/
.blog-section .service-item-inner {
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .blog-section .service-item-inner {
        margin-bottom: 0;
    }
}

.blog-section .service-item-inner .service-thumb a {
    display: block;
}

.blog-section .service-item-inner .service-thumb a img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-section .service-item-inner .service-content {
    padding: 35px 30px 5px 30px;
}

.blog-section .service-item-inner .service-content .meta {
    padding-bottom: 5px;
    display: block;
    font-size: 1rem;
}

.blog-section .service-item-inner .service-content .meta a {
    font-weight: 500;
}

.blog-section .service-item-inner .service-content h4>a {
    margin-bottom: 2px;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-section .service-item-inner .blog-footer {
    padding: 17px 30px;
    border-top: 1px solid #ecf0f3;
}

.blog-section .service-item-inner .blog-footer .viewall {
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-section .service-item-inner .blog-footer .blog-comment {
    font-size: 1rem;
    color: #696969;
    font-weight: 400;
}

.blog-section .service-item-inner .blog-footer .blog-comment i {
    margin-right: 5px;
}

.blog-section .service-item-inner .blog-footer .blog-comment:hover {
    color: #0071ef;
}

.blog-section .service-item-inner:hover {
    box-shadow: 0px 15px 10px 0px rgba(136, 136, 136, 0.1);
}

.blog-section .service-item-inner:hover h4>a {
    color: #0071ef;
}

.blog-section .service-item-inner:hover .viewall {
    color: #0071ef;
}

.blog-section .service-item-inner:hover .service-thumb a img {
    transform: scale(1.07);
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner {
    box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.1);
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner:hover .service-content h3 a {
    color: #0071ef;
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content h3 {
    margin-bottom: 15px;
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content h3 a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content p {
    margin-bottom: 30px;
    line-height: 30px;
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content blockquote p {
    margin-bottom: 0 !important;
    position: relative;
    color: #fff;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content blockquote p {
        padding-left: 60px;
        padding-top: 0;
    }
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content blockquote p::before {
    content: url(../../assets/images/blog/icon/b-code.png);
    position: absolute;
    left: 50%;
    top: 7px;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .blog-section .main-blog .blog-wrapper .service-item .service-item-inner .service-content blockquote p::before {
        left: 0px;
        top: 7px;
        transform: translateX(0%);
    }
}

@media (max-width: 575px) {
    .blog-section .main-blog .blog-wrapper .service-item .service-item-inner .blog-footer .right {
        margin-top: 10px;
    }
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .blog-footer .right .blog-heart {
    padding: 0 20px;
    color: #696969;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .blog-section .main-blog .blog-wrapper .service-item .service-item-inner .blog-footer .right .blog-heart {
        padding-left: 0;
    }
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .blog-footer .right .blog-heart i {
    padding: 0 5px;
}

@media (max-width: 575px) {
    .blog-section .main-blog .blog-wrapper .service-item .service-item-inner .blog-footer .right .blog-heart i {
        padding-left: 0;
    }
}

.blog-section .main-blog .blog-wrapper .service-item .service-item-inner .blog-footer .right .blog-heart:hover {
    color: #0071ef;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner:hover .service-thumb img {
    transform: scale(1);
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider {
    position: relative;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-prev,
.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-prev {
    background: #f6faff;
    color: #000000;
    left: 20px;
    transform: rotate(180deg) translateY(50%);
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-prev i {
    padding-left: 5px;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-prev:hover {
    background: #0071ef;
    color: #fff;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-next {
    right: 20px;
    background: #fff;
    color: #0071ef;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-next i {
    padding-left: 5px;
}

.blog-section .main-blog .blog-wrapper .service-item.service-slider .service-item-inner .service-thumb .blog-slider .blog-slider-next:hover {
    background: #0071ef;
    color: #fff;
}

.blog-section .main-blog .blog-wrapper .service-item.video-service .service-item-inner .service-thumb .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.blog-section .main-blog .blog-wrapper .service-item.code-service .service-item-inner:hover .service-thumb .code-content img {
    transform: scale(1);
}

.blog-section .main-blog .blog-wrapper .service-item.code-service .service-item-inner .service-thumb {
    background: #0071ef;
    padding: 40px;
}

.blog-section .main-blog .blog-wrapper .service-item.code-service .service-item-inner .service-thumb .code-content {
    text-align: center;
}

.blog-section .main-blog .blog-wrapper .service-item.code-service .service-item-inner .service-thumb .code-content img {
    margin-bottom: 15px;
}

.blog-section .main-blog .blog-wrapper .service-item.code-service .service-item-inner .service-thumb .code-content p {
    color: #fff;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 30px;
    border-top: 1px solid #ecf0f3;
    align-items: center;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .tags {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .tags li span {
    padding: 10px 15px;
    background: #0071ef;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .tags li span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: rotate(45deg) translateY(-50%);
    width: 15px;
    height: 15px;
    background: #0071ef;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .tags li span i {
    transform: rotate(90deg);
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .tags li a {
    display: inline-block;
    outline: none;
    padding: 10px;
    margin: 0 3px;
    border: 1px solid #ededed;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .tags li a:hover {
    background: #0071ef;
    color: #fff;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .social-link-list {
    margin-top: 0;
}

.blog-section .main-blog .blog-wrapper .service-item .tags-section .social-link-list li a {
    border-radius: 3px;
}



/* ====================== Counter Section start============== */
#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e7;
    padding: 40px 0px;
    width: 100%;
    margin-top: 50px;
}

#counter .item {
    background: #fff;
    width: 200px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}
#counter .item:hover{
    cursor: pointer;
    background-color: #969696;
    box-shadow: 2px 2px 6px 2px grey;
}
   
#counter .item .count {
    color: #4c4a96;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #000000;
    text-transform: capitalize;
}



/* ====================== Image Section  Start=========== */
.img1 {
    /* height: 600px; */
    width: 1115px;
}


/* =============== Footer Section Start============ */
.bg-footer {
    background-color: #33383c;
    padding: 50px 0 30px;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    text-decoration: none;
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #8d9896;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}

