.hero-carousel{ position: relative; }
.service-info-hero ul {
    list-style: none;  
    padding-left: 10px;
}
.service-info-hero li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;    
}
.service-info-hero li:hover {
    color: #76B91B;
}
/*.service-info-hero li::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: -20px;
    top: 0;
}
.service-info-hero ul li {
    display: inline-block;
    position: relative;
}*/

.main-form-wrapper-head {
    color: #000;
    background: transparent;
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 0px !important;
    text-align: center;
}
.main-form-wrapper {
    background: transparent;
    padding: 15px;       
}    
.hero-from-area .shadow{ border-radius: 5px; }    
.free-consultation-main {
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding: 0px;
    position: absolute;
}
.freeconsultation{ text-align: left; padding-top: 20px; }
.freetext{ font-size: 35px; font-weight: 700; color: #FFF; margin-left: 40px;}
.consultationtext{ font-size:18px; font-weight: 600; color: #FFF; margin-left: 40px;}
.blinking {
    animation: blinkingText 1s linear infinite;
}
@keyframes blinkingText {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 1.5;
    }
}

/*================See How Pelvinic Compare to Other Top Branches CSS ===============*/
.compare-table {
    width: 100%;
    border-collapse: collapse;
    /*border: 0 none;*/
}
.compare-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(186, 233, 161, 0.03);
}
.compare-table tr td {
    border-left: 1px solid rgba(186, 233, 161, 0.05);
    padding: 10px;
    font-size: 15px;
}
.compare-table tr td:first-child {
    border-left: 0 none;
}
.compare-table tr td:not(:first-child) {
    text-align: center;
}
.compare-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.compare-table tr:hover {
    background-color: #EEEEEE;
}
.compare-table .fa-check {
    color: #97CD7B;
}
.compare-table .fa-times {
    color: #000000;
}

/* Highlighted column */
.compare-table tr:nth-child(2n) td:nth-child(2) {
    background-color: rgba(186, 233, 161, 0.25);
}
.compare-table tr td:nth-child(2) {
    background-color: rgba(186, 233, 161, 0.15);
    padding: 8px 48px;
}
.compare-table tr td:nth-child(2) .fa-check,
.compare-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
.compare-table tr.compare-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.compare-table tr.compare-table-head {
    background-color: #8bc619;
    color: #FFFFFF;
}
.compare-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.compare-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.compare-table td.compare-table-popular {
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.compare-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

/*================Need help? Talk to Experts CSS===============*/
.talk_to_expert {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 40px 0
}
.talk_to_expert_inner {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    background-color: #8bc619;
    border-radius: 60px
}
.talk_to_expert .w3-row {
    display: table
}

.talk_to_expert .w3-row > .w3-col {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.talk_to_expert .icon_box {
    float: left;
    width: 100%;
    max-width: 220px
}

.talk_to_expert .icon_box img {
    padding-top: 7px
}

.talk_to_expert h3, .talk_to_expert p {
    color: #fff;
    text-align: center
}

.talk_to_expert p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

.talk_to_expert h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.talk_to_expert h3 a:hover {
    color: #fff
}

.talk_to_expert .icon_box i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    margin-right: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #FFF;
    color: #76B91B;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}
.talk_to_expert .icon_box i:hover {
    background: #fff;
    color: #76B91B;
    box-shadow: inset 0 0 0 5px #76B91B;
    -webkit-box-shadow: inset 0 0 0 5px #76B91B;
    border: 3px solid #76B91B;
}    
.tabContent { display: none; }
.tabContent.in { display: block!important; }
.tabs_nav_carousel a .icon_box {
    display: inline-block;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50%;
    background-color: #787878;
    text-align: center;
    position: relative;
    border: 1px solid #888;
}

.tabs_nav_carousel a.active .icon_box, 
.tabs_nav_carousel a.active h4, 
.tabs_nav_carousel a:hover .icon_box, 
.tabs_nav_carousel a:hover h4 {
    background-color: #8bc619;
    color: #fff
}
.tabs_nav_carousel a h4 {
    display: flex;
    width: auto;
    padding: 10px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.1;
    margin-top: 20px;
    border-radius: 25px;
    min-height: 40px;
    text-align: center;
    align-items: center;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 500;
}
.each-item { padding: 20px; margin: 0px 10px; }
.trhideshow-main{ margin-bottom: 20px; }

/*===============Contact With Me CSS=============*/
.contact-info{ /*background: #BAE9A1;*/ padding: 20px 10px;}
.contact-form{ background: #FFFFFF; padding: 20px; border-radius: 10px; }
.address-box, .address-box li a{ color: #000; }
.address-box h4{ font-weight: 600; margin-top: 20px; }
.contact-form h4{ font-weight: 600; }
.address-box li i.fa {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 20px;
}
.contact-info .footer-box-block ul {
    list-style: outside none none;
    margin: 20px 0px 0px 0px;
    padding: 0;
}
.contact-info .footer-box-block.address-box p { color: #000; margin: 4px 0px 10px 25px; }
/*==================Map Area CSS==============*/
.map-section {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 300px;
}

.map-section .address-wrapper {
    position: absolute;
    top: 20%;
    max-width: 800px;
    z-index: 1;
    padding: 30px;
    margin: 0px;
    -ms-transform: translateY(-50%);
    background: -webkit-gradient(linear, left top, right bottom, from(#000), to(#1A1A1A));
    background: -webkit-linear-gradient(top left, #000, #1A1A1A);
    background: -o-linear-gradient(top left, #000, #1A1A1A);
    background: linear-gradient(to bottom right, #000, #1A1A1A);
    -webkit-box-shadow: 0 0 30px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 30px 2px rgb(0 0 0 / 20%);
}

.map-section .address-wrapper p {
    font-size: 14px;
    color: #fff
}

.map-section .address-wrapper .address-info-topbar .address-info-left {
    width: 60%;
    float: left
}

.map-section .address-wrapper .address-info-topbar .address-info-left .title-text {
    font-weight: 900;
    color: #fff;
    font-size: 18px
}

.map-section .address-wrapper .address-info-topbar .address-info-right {
    width: 40%;
    float: right
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li {
    float: left;
    width: 80px;
    height: 80px;
    list-style: none;
    margin-right: 10px;
    display: inline-block
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li:last-child {
    margin-right: 0
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li button {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    border: none
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li button .icon {
    color: #fff;
    font-size: 24px
}

.map-section .address-wrapper .address-info-topbar .address-info-right ul li button small {
    width: 100%;
    display: block;
    color: #fff
}

.map-section .address-wrapper .address-info-bottombar .address-info-left {
    width: 60%;
    float: left
}

.map-section .address-wrapper .address-info-bottombar .address-info-left .rating-star .rating-point {
    float: left;
    font-weight: 700;
    margin-right: 5px;
    color: #fff;
    font-size: 18px
}

.map-section .address-wrapper .address-info-bottombar .address-info-left .rating-star ul {
    margin: 0;
    padding: 0;
    display: table
}

.map-section .address-wrapper .address-info-bottombar .address-info-left .rating-star ul li {
    float: left;
    list-style: none;
    margin-right: 2px;
    color: #fff;
    display: inline-block
}

.map-section .address-wrapper .address-info-bottombar .address-info-right {
    width: 40%;
    float: right
}

.map-section .address-wrapper .address-info-bottombar .address-info-right .map-larger-btn {
    width: 100%;
    height: 50px;
    display: block;
    font-weight: 700;
    line-height: 50px;
    border-radius: 30px;
    color: #8bc619;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0;
    text-align: center;
}

.map-section .address-wrapper .address-info-bottombar .address-info-right .map-larger-btn:hover {
    color: #fff;
    background-color: #8bc619;
}

.map-section .find-event-form {
    top: 50%;
    z-index: 1;
    left: 6.666%;
    padding: 30px;
    max-width: 330px;
    border-radius: 3px;
    position: absolute;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, .2)
}

.map-section .find-event-form .from-title .title-text {
    font-weight: 400;
    font-size: 30px
}

.map-section .find-event-form .from-title .title-text strong {
    font-weight: 900
}

.map-section .find-event-form .from-title .sub-title {
    font-weight: 700;
    color: #ffbe30
}
/*===================Founder CSS Start========================*/
.founder-area .foundertxt {
    color: #000;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 16px;
}
/*.founder-area {
    background-color: rgba(175, 175, 175, 0.15);
}*/
.founder-area .about-block{ padding-top: 0px; }
.founder-area .box-title h3{ color:#000; }
.founder-area p{
    color: #000;
    font-size: 16px;
    margin-bottom:10px;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

.social-links a:hover {
    color: #fff
}

.social-links .facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.social-links .twitter {
    background-color: #55acee;
    border-color: #55acee
}

.social-links .youtube {
    background-color: #b31217;
    border-color: #b31217
}

.social-links .linkedin {
    background-color: #517fa4;
    border-color: #517fa4
}

.social-links .instagram {
    background-color: #517fa4;
    border-color: #517fa4
}
.top-info-block{
    width: 100%;
}
.top-info-block ul li {
    display: inline-block;
    position: relative;
}
.goog-te-gadget-simple{ height: 34px; border-radius: 4px; }
.google_translate_area{ padding-top: 15px; }
.info-message{ width: 100%; text-align: center; font-weight: bold; }
.tabContents_wrap{ margin-top: 30px; }
.footer-google-review {
    padding: 8px 0;
    box-shadow: 0px 0 3px 1px rgb(0 0 0 / 10%);
}
.treatment .content_wrap{ padding-bottom: 20px; }
.goog-te-gadget-simple .goog-te-menu-value span{ border: 0px!important; }
#sectiondoctors .content-bigger{ display: none; }
.section-border{ box-shadow: inset 0px 6px 9px -6px rgb(0 0 0 / 25%), inset 0px -6px 9px -6px rgb(0 0 0 / 25%); }
.compare-table td span{ color: rgb(43, 128, 0); }
.compare-table td span:hover{ color: #000; }

.text-effect {
    background-image: linear-gradient(transparent 6%, #BAE9A1 6%);
    /*background-position: 0 -.192em;*/
    background-repeat: no-repeat;
    padding: 0 .15em;
    background-size: 0%;
}
.text-effect {
    animation-name: highlightweb;
    animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
@keyframes highlightweb {
    0% {
        background-size: 0 100%
    }
    100% {
        background-size: 100% 100%
    }
}

@media only screen and ( min-width: 981px ) {/*===========For Desktop============*/
    .founder-area .container-fluid{ padding-left: 0px; }
    .top-tra-lng-area, .col-flex-column-branch{ margin-right: 20px; }
}
@media (max-width: 767px) { /*===========For Mobile============*/
    .hero { min-height: 850px; padding-bottom: 80px; }
    .founderimage img{ width: 100%; }
    .top-info-block ul{ padding: 0px; }
    .top-info-block.text-right{ text-align: center!important; }
    .founder-area .about-block{ padding-bottom: 20px; }
    .talk_to_expert h3 { font-size: 25px; }
    .text-content{ margin-top: 15px; }
    .doc-card{ min-height: 400px; }
    footer.footer{ padding-bottom: 35px; }
} 