body {
    font-size: 16px;
}

body p {
    margin-bottom: 20px;
}

#treatment-info {
    background: #f9fafb;
}

#treatment-info * {
    font-family: Overpass, sans-serif;
}

#treatment-info h1,
#treatment-info h2,
#treatment-info h3,
#treatment-info h4,
#treatment-info h5,
#treatment-info h6,
#treatment-info p,
#treatment-info ul,
#treatment-info ol {
    color: #333;
}

.card-body {
    box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
    -webkit-box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
}

.card-body {
    background: #fff;
    padding: 20px 30px;
}

.table td,
.table th {
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
    padding: .5rem;
}

.table td {
    font-size: .875rem;
}

.desktop-overview ul {
    list-style: unset;
    padding-left: 15px;
    margin-bottom: 15px;
}

#taf ul li,
#taf dl li,
#taf ol li {
    padding: 5px 25px;
    color: #333;
    font-size: 15px;
}

#taf .green-tick-list li::before {
    content: '\eed9';
    color: #333;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: lighter;
    line-height: 20px;
    padding: 5px 0;
}

.btn-treatment-hospital {
    padding: 5px 10px;
}

#faq #faqAccordion .faq.panel {
    background: #fff;
    margin-bottom: 15px;
}

.panel-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: .95rem;
}

.panel-title a {
    color: #000;
}

.panel-heading {
    padding: 1.3rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #f2f4f9;
}

.panel-heading a.active {
    color: #03b2ef;
}

.panel-body {
    padding: 1.3rem 2rem;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.clear {
    clear: both;
}

#podcastIndicators img {
    border: 1px solid #d1d1d1;
}

.podcast-title,
.podcast-time {
    font-size: 15px;
    line-height: 1.2;
}

.treatment-sticky-sidebar-non {
    position: fixed;
    top: 140px;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.how-it-works .single-services {
    background: #fff;
    min-height: 200px;
    padding-top: 30px;
}

.number {
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

#treatment-info .nav-link {
    padding: 0;
    height: 30px;
    white-space: nowrap;
    color: #383838;
    font-size: .875rem;
    display: flex;
    align-items: center;
}

#treatment-info .nav-link.toc {
    font-size: 16px;
}

.video,
.podcast {
    min-height: 340px;
    max-height: 360px;
    height: 100vh;
}

.treatment-sticky-sidebar-non.active {
    /*top:95px;*/
}

.treatment-sticky-sidebar-non.relative {
    position: absolute;
}

.nav-item.active .nav-link {
    color: #03b2ef!important;
}

.treatment-sidebar-btn.first {
    margin-top: 10px;
}

.treatment-sidebar-btn {
    border-radius: 25px;
    padding: 2px 10px;
    width: 150px;
    text-align: center;
    margin-bottom: 15px;
    background: transparent;
    color: #333;
    border: 1px solid green;
}

.treatment-sidebar-btn:hover {
    border-radius: 25px;
    padding: 2px 10px;
    width: 150px;
    text-align: center;
    margin-bottom: 7px;
    background: transparent;
    color: #333;
    border: 1px solid green;
}

.desktop-overview {
    display: none;
}

.call-to-action.gray-background {
    box-shadow: 0px 0px 2px #b0b0b0;
}

.call-to-action.gray-background::before {
    background: #f9fafb;
}

.call-to-action-gray::before {
    background: #f9fafb;
}

@media only screen and (min-width: 681px) {
    .mobile-overview {
        display: none;
    }
    .desktop-overview {
        display: block;
    }
}

@media only screen and (max-width:680px) {
    #mobileAccordion .faq.panel {
        background: #fff;
        margin-bottom: 15px;
    }
    .panel-heading,
    .panel-heading1,
    .panel-body {
        padding: 1.3rem 1rem;
    }
    .panel-title a {
        display: inline-block;
        width: 100%;
    }
    .procedure-page-info ul {
        list-style: unset;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .procedure-page-info ul li {
        margin-bottom: 10px;
    }
    #overview-container ul li,
    .mobile-overview #collapseOne ul li,
    .procedure-page-info ul li,
    .procedure-page-info dl li,
    .procedure-page-info ol li,
    #doctorProfile dl li,
    #doctorProfile ol li {
        line-height: 24px;
    }
    #collapse3 ul li,
    #collapse3 dl li,
    #collapse3 ol li {
        padding: 5px 25px;
        color: #333;
        font-size: 15px;
    }
    #collapse3 .green-tick-list li::before {
        content: '\eed9';
        color: #333;
        width: 20px;
        height: 20px;
        font-size: 20px;
        font-weight: lighter;
        line-height: 20px;
        padding: 5px 0;
    }
    .panel-heading1 {
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 1px solid #f2f4f9;
    }
    .panel-heading1 a.active {
        color: #03b2ef;
    }
    .position-absolute {
        position: absolute;
        top: 5px;
        right: 0;
    }
    .call-to-action-gray {
        display: none;
    }
    .bottom-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        box-shadow: 0px -2px 2px #d5d5d5;
        z-index: 99;
    }
    .bottom-container li {
        width: 20%;
        padding: .75rem 0 0;
        font-size: 10px;
        border: 0;
    }
    .bottom-bar-navigation li i {
        font-size: 16px;
        color: #717171;
    }
    .bottom-bar-navigation li a {
        color: #717171;
    }
    .bottom-bar-navigation li .heart {
        font-size: 18px;
        line-height: 12px
    }
    .bottom-bar-navigation li i:hover,
    .bottom-bar-navigation li i:active,
    .bottom-bar-navigation li i:focus {
        font-size: 16px;
        color: #3089ae;
    }
    .center::before {
        position: absolute;
        content: '';
    }
    .center::after {
        position: absolute;
        content: '';
    }
    .bottom-bar-navigation li .center i {
        position: relative;
        top: -7px;
        width: 40px;
        height: 40px;
        background: #3089ae;
        border-radius: 50%;
        left: 25%;
        padding-top: 10px;
        color: #fff;
        border: 2px solid #fff;
        font-size: 20px;
        box-shadow: 0 0px 2px #6c6c6c;
        display: inline-block;
    }
    .bottom-bar-navigation li .center i {
        font-size: 18px;
        position: absolute;
        top: 7px;
        width: 40px;
        height: 40px;
        background: #3089ae;
        border-radius: 50%;
        left: 25%;
        padding-top: 10px;
        color: #fff;
        border: 2px solid #fff;
        font-size: 20px;
        box-shadow: 0 0px 2px #6c6c6c;
    }
    .mobile-floating-btn.show-btn {
        display: none!important;
    }
    .panel-title {
        font-size: 1.25rem;
    }
    #mobilefaqAccordion .panel-title {
        font-size: 1rem;
    }
}

.h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 15px
}

.h5-option-desk {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 15px
}

.h2-option1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-top: 102px;
}