.section-divider {
    margin: 0 0 60px
}
.inner-heading {
    font-size: 24px;
    line-height: 30px;
    color: #666; 
}
.inner-heading span {
    color: #1dadec;
    font-weight: 800
}
hr {
    border-top: 1px solid #eee;
    margin: 30px 0
}
.image-block {
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
    border-radius: 0 25px 25px 25px
}
.doctor-profile h2 {
    color: #1dadec;
    font-size: 25px;
    position: relative;
    padding: 0 0 8px;
    margin: 0 0 12px
}
.doctor-profile h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #666
}
.doctor-profile h2 span {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    font-style: oblique
}
.doctor-profile h3 {
    font-size: 18px;
    color: #666
}
.doctor-profile p {
    text-align: justify
}
.doctor-social {
    margin: 10px 0
}
.doctor-social a {
    color: #1dadec;
    background-color: #cbedfc;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    width: 50px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px
}
.doctor-social a:hover {
    background-color: #1dadec;
    color: #fff
}
.contact-side-panel {
    border-right: 1px solid #eee;
    padding-right: 25px
}
.contact-detail-check li {
    text-align: left;
    padding-left: 62px;
    padding-bottom: 23px;
    position: relative;
    list-style-type: none;
    color: #666;
    word-break: break-all
}
.contact-detail-check li::before {
    position: absolute;
    content: attr(data-contact-ico);
    font-family: "Font Awesome 5 Pro";
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 2px solid #99dbf7;
    border-radius: 5px;
    left: 0;
    font-weight: 100;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: #1dadec;
    top: 0;
    box-shadow: 0 0 10px rgba(29, 173, 236, .05)
}
.contact-detail-check li:after {
    content: "";
    position: absolute;
    height: 100%;
    border: 1px dashed #eee;
    width: 1px;
    top: 6px;
    left: 21px;
    z-index: -1
}
.contact-detail-check li:last-child:after {
    border: none
}
.input-group-text {
    background-color: transparent;
    color: #1dadec;
    border-right: none
}
.input-group-text {
    border: none;
    border-bottom: 1px solid #eee
}
.form-control,
.form-control:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    padding-left: 0;
    font-size: 14px
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none
}
.card-header .btn-link {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    background-color: #1dadec;
    font-size: 18px;
    padding: 10px 15px
}
.card-header .btn-link:focus,
.card-header .btn-link:hover {
    text-decoration: none
}
.card {
    background-color: #f3fafe;
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0 0 10px
}
.card-trigger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: 14px
}
.btn-link.collapsed .card-trigger {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.check-list {
    padding-left: 22px
}
.check-list li {
    list-style-image: url(../images/check.png);
    padding: 0 0 10px
}
.carecredit-iframe iframe {
    width: 100%;
    height: 221px
}
.carecredit img {
    width: 100%
}
.check-list.checklist-col li {
    float: left;
    width: 50%
}
.ico-box {
    display: flex;
    align-items: flex-start;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    border-radius: 0 25px 25px 25px;
    padding: 15px;
    margin: 5px 0 20px
}
.ico-box img {
    width: 100px;
    margin-right: 20px
}
.ico-txt-box h4 {
    font-size: 18px;
    color: #1dadec;
    font-weight: 600;
    margin: 0 0 5px
}
.ico-txt-box p {
    margin: 0
}
.testimonial-single {
    background-image: url(../images/pattern.png);
    width: 100%;
    height: 100%;
    background-position: center top;
    padding: 15px;
    border: 2px solid #8cd1ef;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0 4px 10px rgba(29, 173, 236, .07);
    margin: 0 0 30px
}
.testimonial-single p {
    color: #8a8a8a;
    font-style: italic
}
.testimonial-single h5 {
    color: #8a8a8a;
    font-size: 16px;
    margin: 0;
    font-weight: 700
}
.testimonial-single h5 span {
    color: #1dadec;
    font-size: 13px
}
ul.check-list.checkspan span {
font-size: 20px;
font-weight: 400;
}
.checkspan p {
margin: 0px;
}
@media(max-width:1024px) {
    .check-list.checklist-col li {
        float: none;
        width: 100%
    }
    .side-panel-img {
        margin: 0 0 20px
    }
}
@media(max-width:990px) {
    .carecredit img {
        width: 420px
    }
    .side-panel-img.carecredit {
        text-align: center
    }
    .carecredit-iframe iframe {
        margin-left: 15px;
        margin-top: 30px
    }
    .ico-box {
        display: inline-block;
        min-height: 320px
    }
    .ico-box img {
        width: 80px;
        margin-right: 0
    }
}
@media(max-width:767px) {
    .doctor-profile {
        margin: 20px 0 0;
        text-align: center
    }
    .doctor-profile h2 {
        font-size: 20px
    }
    .doctor-profile h3 {
        font-size: 16px
    }
    .doctor-profile h2:after {
        right: 0;
        margin: 0 auto
    }
    .doctor-social {
        margin: 15px 0 10px
    }
    .doctor-social a {
        margin-right: 0;
        margin: 0 5px
    }
    .banner-img.inner-bg {
        margin-bottom: 30px
    }
    .section-divider {
        margin: 0 0 30px
    }
    .contact-side-panel {
        border-right: none;
        padding-right: 0
    }
    .card-header .btn-link {
        font-size: 16px
    }
    .card-body p {
        font-size: 14px
    }
    .card-body {
        font-size: 14px
    }
    hr {
        margin: 15px 0
    }
    .inner-heading {
        font-size: 20px;
        line-height: 27px
    }    
    .carecredit-iframe iframe {
        margin-left: 0;
        margin-top: 0
    }
}
.field-validation-error {
    color: red
}
/*4-Dec-19*/
.yellow-blue:hover {
    background-color: #1dadec;
}
.green-btn {
	background-color: #8ac61c;
}
.ready-sec p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
}
.ready-sec {
	background-color: #1e7aa9;
	padding: 30px 0;
}
.ready-sec .heading {
	margin: 0 0 20px;
	color: #fff;
}
.testi-carousel {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.testi-bg {
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 80px;
}
.cash-bg {
    background-image: url(../images/foorm-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 80px;
}
.finance {
    display: flex;
    justify-content: center;
    margin: 55px 0 0 0;
}

.testi-dsc {
    border: none;
    box-shadow: none;
    padding: 0;
}
.testimonial {
    margin: 30px 0 0;
}
    .testimonial .heading {
        color: #fff;
        text-align: center;
        margin: 0;
    }
.testi-dsc h5 {
    color: #fbfbfb;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.testi-auth {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
}

.testimonial-sec {
    margin: 40px 0 0;
}
.testi-dsc p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
}
button.close {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9999;
    background-color: #1dadec;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    opacity: 1;
    font-size: 15px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
    button.close:hover {
        transform: rotate(180deg);
    }
.appointment h2 {
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 22px;
    padding: 20px 0 5px;
}
.modal-body {
    border-bottom: 10px solid #1dadec;
}
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}
.m-right {
    margin-right: 5px;
}
.modal {
    text-align: center;
    padding: 0 !important;
}
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.finance a {
    margin: 0 5px 0 0;
}
.modal {
    z-index: 9999;
}
@media(max-width:1200px) {
    .finance {
        display: block;
    }
    .finance a {
        margin: 0 0 10px 0;
    }
}
@media(max-width:1024px) {
    .finance {
        display: flex;
        margin: 10px 0 0;
    }
    .finance a {
        margin: 0 5px 0 0;
    }
    .testi-bg {
        width: 100%;
        padding: 30px 80px;
    }
    .finance .heading {
        margin: 0 auto;
        color: #ffffff;
        text-align: center;
    }
    .cash-bg {
        padding: 30px 80px;
        background-color: #1e7aa9;
        background-image: none;
    }
    .finance h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media(max-width:767px) {
    .cash-bg {
        padding: 30px;
    }
    .finance {
        display: block;
        text-align: center;
    }
    .m-right {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .testi-bg {
        width: 100%;
        padding: 30px;
    }
    .finance a {
        margin: 0 0 10px 0;
    }
    html {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
.pop-image {
    background-image: url(../images/pop-up-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center;
}
    .pop-image p {
        color: #fff;
        margin: 0;
        text-align: center;
        font-weight: 500;
        background-color: rgba(0,0,0,0.4);
        padding: 5px;
        flex: 1;
    }
.pad0 {
    padding: 0;
}
.yellow-btn:focus {
    background-color: #ea851a;
}
@media(max-width:340px){
#myModal .modal-dialog {
width: 95%;
margin:15px auto 0;
}
#myModal .g-recaptcha > div {
transform: scale(0.8);
transform-origin: 0;
}
}
/*5-12-19*/

.treatment-main span {
font-size: 22px !important;
font-weight: 600 !important;

}

.check-list.treatment li span {
font-weight: 400!important;
font-size: 21px!important;
}
.check-list.treatment li {
list-style-image: none;
list-style-type: disc;
}

@media(max-width:767px) {


.check-list.treatment {
margin-left: 0;
}
}

.tinnitus-page {
margin: 0 0 30px;
}
section.home-faq.tinitusfaq .faq-panel {
margin: 39px 0 20px;
}
/*Updated on13-March-2020*/
.map iframe {
    height: 265px;
    margin-top: 50px;
}
.banner-catption p {
    color: #fff;
}
@media(max-width:990px) {
    .map iframe {
        margin-top: 0;
    }
}
@media(max-width:767px) {
    .map iframe {
        height: auto;
    }
}
p.banner-txt {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
}
.banner-catption h1 {
    margin: 0 0 20px;
}
/*Updated on13-March-2020 END*/
/*Updated on28-March-2022 */
@media only screen and (min-width: 1200px) and (max-width: 1700px) {    .testi-bg {        padding: 50px 0px;    }    .testi-bg .tns-controls {        position: absolute;        bottom: 10px;        left: 0;        right: 0;        margin: 0 auto;    }    .testi-bg .tns-controls .tns-prev {        left: 46%;    }    .testi-bg .tns-controls .tns-next {        right: 46%;    }    .testi-bg .rep-testimonial-head p {        font-size: 13px;    }    .testi-bg .rep-testimonial-stars img {        width: 12px !important;    }    .testi-bg .rep-testimonial-slider-single {        padding: 15px;    }}
.schlbl{
    display:none;
}



.notification_text {
    color: red;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    text-align:center;
}