.breadcrumb-item+.breadcrumb-item a,
.tp-crsl-read-more {
    text-decoration: none
}

.container-custom {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto
}

.spl-banner {
    height: auto;
    min-height: 280px;
    overflow: hidden;
    padding: 20px 0
}

.sp-banner-card {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #fff;
}

.ip-sp-form-area,
.sp-form-area {
    padding: 10px 30px;
    background: #fff;
    margin: 0
}

.sp-form-area {
    border: 1px solid #b5b5b5;
    border-radius: 0 0 10px 10px;
    border-top: 0
}

.ip-sp-form-area {
    border: 1px solid #b5b5b5;
    border-radius: 30px
}

.specialty-ban-img {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 16px
}

.specialty-ban-img h2 {
    margin-left: 15px;
    color: #ed1c24;
    font-size: 36px;
}

.sp-form-title {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px
}

.enquiry-btn {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 5px 30px;
    border-radius: 5px;
    transition: .5s
}

.enquiry-btn:hover {
    background: #ed1c24;
    color: #fff;
    transform: scale(1.03);
    border: 1px solid #ed1c24
}

.coe-icons {
    width: 140px
}

.enquiry-tab-btn1,
.enquiry-tab-btn2 {
    color: #ed1c24;
    width: 50%;
    background: #fff
}

.enquiry-tab-btn1 {
    border: 1px solid #b5b5b5;
    border-top-left-radius: 10px
}

.enquiry-tab-btn2 {
    border: 1px solid #b5b5b5;
    border-top-right-radius: 10px
}

.enquiry-tab-btn1.active,
.enquiry-tab-btn2.active {
    background: #ed1c24;
    color: #fff;
    border: 0
}

.spl-enquiry-form .form-group.input-material input:-webkit-autofill,
.spl-enquiry-form .form-group.input-material input:-webkit-autofill:active,
.spl-enquiry-form .form-group.input-material input:-webkit-autofill:focus,
.spl-enquiry-form .form-group.input-material input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.spl-enquiry-form .form-group.input-material {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px
}

.spl-enquiry-form .form-group.input-material label {
    color: #a8a7aa;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    bottom: 1px;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s
}

.spl-enquiry-form .form-group.input-material textarea.form-control~label {
    bottom: 90%;
    bottom: calc(100% - 34px)
}

.spl-enquiry-form .form-group.input-material .form-control,
.spl-enquiry-form .form-group.input-material .form-select {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    background-color: #fff !important;
    padding-left: 5px;
    box-shadow: none;
    font-size: 16px;
    color: #a8a7aa
}

.spl-enquiry-form .form-group.input-material .form-control:required~label::after,
.spl-enquiry-form .form-group.input-material .form-select:required~label::after {
    content: "*";
    color: #dc3545;
    padding-left: 2px;
    font-size: .8em
}

.spl-enquiry-form .form-group.input-material .form-control:focus,
.spl-enquiry-form .form-group.input-material .form-control[value]:not([value=""]),
.spl-enquiry-form .form-group.input-material .form-select:focus,
.spl-enquiry-form .form-group.input-material .form-select[value]:not([value=""]) {
    border-bottom-color: #ed1c24;
    color: #000
}

.spl-enquiry-form .form-group.input-material .form-control:focus~label,
.spl-enquiry-form .form-group.input-material .form-control[value]:not([value=""])~label,
.spl-enquiry-form .form-group.input-material .form-select:focus~label,
.spl-enquiry-form .form-group.input-material .form-select[value]:not([value=""])~label {
    top: unset;
    bottom: 100%;
    bottom: calc(100% - 8px);
    font-size: 10px;
    color: #ed1c24;
    font-weight: 500
}

.spl-enquiry-form .form-group.input-material .form-control.invalid,
.spl-enquiry-form .form-group.input-material .form-control:focus.invalid,
.spl-enquiry-form .form-group.input-material .form-control:focus.parsley-error,
.spl-enquiry-form .form-group.input-material .form-control[value]:not([value=""]).parsley-error,
.spl-enquiry-form .form-group.input-material .form-select.invalid,
.spl-enquiry-form .form-group.input-material .form-select:focus.invalid,
.spl-enquiry-form .form-group.input-material .form-select:focus.parsley-error,
.spl-enquiry-form .form-group.input-material .form-select[value]:not([value=""]).parsley-error {
    border-bottom-color: #dc3545
}

.spl-enquiry-form .form-group.input-material .form-control.invalid~label,
.spl-enquiry-form .form-group.input-material .form-control:focus.invalid~label,
.spl-enquiry-form .form-group.input-material .form-control:focus.parsley-error~label,
.spl-enquiry-form .form-group.input-material .form-control[value]:not([value=""]).parsley-error~label,
.spl-enquiry-form .form-group.input-material .form-select.invalid~label,
.spl-enquiry-form .form-group.input-material .form-select:focus.invalid~label,
.spl-enquiry-form .form-group.input-material .form-select:focus.parsley-error~label,
.spl-enquiry-form .form-group.input-material .form-select[value]:not([value=""]).parsley-error~label {
    color: #dc3545
}

.breadcrumb {
    background: none;
    margin-top: 16px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|"
}

/* .spl-desc-area {
    margin: 20px 0;
    padding: 20px;
    background-color: #f2f2f2
} */

.spl-desc-area p, .spl-desc-area ul li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    white-space: pre-wrap;
    margin-bottom: 16px;
}
.spl-desc-area ul li::marker{
    color: #ed1c24;
}
.trt-procedure-area {
    background: #f1f1ef;
    padding-top: 20px;
    padding-bottom: 20px
}

.trt-title {
    padding: 20px 0
}

.carsl-left-space {
    padding-left: 71px
}

.tp-crsl-card-area {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: .7s
}

.blog-description-main,
.blog-description-sub,
.doc-card-descrp p:first-child,
.splt-doc-name,
.tp-crsl-dscp,
.tp-crsl-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tp-crsl-card-area:hover .tp-crsl-read-more {
    margin-left: 10px
}

.tp-crsl-title {
    -webkit-line-clamp: 2;
    line-height: 24px !important;
    font-size: 24px;
    font-weight: 500;
    height: 48px;
    margin: 15px 0;
    color: #ed1c24
}

.blog-card-area,
.doc-blog-title,
.spl-expertise-area,
.splt-our-doc-title {
    margin-bottom: 20px
}

.tp-crsl-dscp {
    font-size: 16px;
    color: #141638;
    height: 72px;
    -webkit-line-clamp: 3
}

.tp-crsl-read-more {
    display: inline-block;
    padding-top: 20px
}

.blog-crsl-read-more .fa-arrow-circle-right,
.tp-crsl-read-more .fa-arrow-circle-right {
    color: #ed1c24;
}

.spl-expertise-list ul li a:hover,
.tp-crsl-read-more span {
    color: #02489a
}

.our-doc-area {
    background: none;
    padding-top: 48px;
    padding-bottom: 0px
}

.doc-card {
    background: #c4c4c4;
    padding-bottom: 10px;
    position: relative
}

.card-blue-area {
    background: #ed1c24;
    padding: 29px 20px 10px;
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: 20px
}

.splt-doctor-pic {
    height: 320px;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: top;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 20px
}

.care-blog-img,
.doc-video-thumb {
    max-width: 100%;
    object-fit: cover
}

.splt-doc-layer {
    position: absolute;
    background: #fff;
    color: #fff;
    padding: 15px;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 50%;
    overflow: hidden;
    height: 140px
}

.splt-doc-name {
    color: #ed1c24;
    font-size: 18px;
    -webkit-line-clamp: 1
}

.card-blue-area .fa-long-arrow-right,
.doc-learn-more {
    color: #fff
}

.card-blue-area:hover {
    background: #ed1c24;
    transition: .5s
}

.doc-card-descrp {
    font-size: 15px;
    color: #ed1c24
}

.doc-card-descrp p:first-child {
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2;
    margin-bottom: 5px
}

.splt-doc-qual {
    line-height: 22px;
    height: 44px;
    overflow-y: auto;
    overflow-x: hidden
}

.splt-doc-qual::-webkit-scrollbar {
    width: 4px
}

.splt-doc-qual::-webkit-scrollbar-thumb {
    background: #ed1c24
}

.enquiry-scroll {
    cursor: pointer;
    color: #ed1c24;
    transition: .5s
}

.dctr-blg-video-area {
    padding-top: 20px;
    padding-bottom: 40px
}

.doc-blog-area {
    padding: 20px 0;
    background-color: none;
}

.doc-inner-video-area {
    padding: 20px 0;
    background-color: #e3e3e3
}

.docblog-cmnimg {
    height: 170px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.care-blog-img {
    height: 100%
}

.doc-blog-title {
    font-size: 42px;
    font-weight: 400
}

.blog-card-area {
    height: 170px;
    overflow: hidden;
    background: #fff;
    transition: .5s;
    transform: scale(.95);
    display: block
}

.blog-date {
    background: #ed1c24;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 10px;
    font-size: 14px
}

.blog-description,
.spl-expertise-list ul li {
    padding: 10px 15px
}

.blog-description {
    color: #28367b
}

.blog-description-main {
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
    cursor: pointer
}

.blog-description-sub {
    font-size: 16px;
    line-height: 19px;
    height: 57px;
    -webkit-line-clamp: 3
}

.blog-crsl-read-more {
    text-decoration: none;
    display: inline-block;
    color: #ed1c24
}

.blog-card-area:hover:hover .blog-crsl-read-more {
    text-decoration: underline !important;
    color: #ed1c24
}

.doc-video-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 42px;
    font-weight: 400
}

.doc-video-thumb {
    height: 210px;
    width: 100%
}

.doc-video-desc-area {
    background: #fff;
    padding: 10px;
    color: #28367b;
    font-size: 16px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.dctr-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dctr-v-des {
    line-height: 21px;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer
}

#dctrBlogCarouselMobile,
#location-mobile {
    display: none
}

.doc-iframe {
    width: 100%;
    height: 400px
}

.doc-video-card {
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    margin-bottom: 20px
}

.doc-video-card:hover .dctr-v-des {
    transform: scaleX(1.02);
    transition: .5s
}

.doc-video-card:hover .dctr-video-play-icon img {
    transform: scale(1.2);
    transition: .5s
}

#dctrBlogCarousel .owl-stage {
    margin: 0 auto !important
}

.splt-faq-container {
    padding-top: 48px;
    background: none;
}

.splt-faq-title {
    margin-bottom: 30px;
    text-align: center
}

.splt-faq-area {
    padding-left: 30px;
    padding-right: 30px
}

.faq-toggle-btn {
    background: #fff;
    border: 0;
    padding: 15px 30px 15px 20px;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000;

}

.faq-btn-area {
    text-align: center
}

.faq-toggle-btn .fa-angle-down {
    position: absolute;
    right: 15px;
    top: 20px;
    font-weight: 700;
    transition: .3s;
    transform: rotate(-180deg);
    cursor: pointer
}

.faq-toggle-btn.collapsed .fa-angle-down {
    transform: rotate(0)
}

.faq-open {
    font-weight: 300;
    font-size: 16px
}

.faq-view-all,
.faq-view-all:active,
.faq-view-all:focus,
.faq-view-all:hover,
.faq-view-all:visited {
    text-decoration: underline;
    color: #02489a
}

.faq-con-btn,
.faq-con-btn:active,
.faq-con-btn:focus,
.faq-con-btn:hover,
.faq-con-btn:visited {
    text-decoration: none;
    color: #fff
}

.faq-contact-text {
    color: #333;
    opacity: .8;
    padding: 0 10px
}

.faq-still-quet {
    margin-top: 20px;
    margin-bottom: 20px
}

.faq-still-quet h3 {
    color: #ed1c24;
    font-weight: 400;
    font-size: 24px;
}

.faq-con-btn {
    background: #ed1c24;
    padding: 12px 15px;
    border-radius: 0;
    display: inline-block;
    margin-top: 20px
}

.loc-name .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    background: #ed1c24;
    color: #fff
}

#location-mobile .form-select {
    border: 1px solid #ed1c24 !important
}

.spl-expertise-list ul {
    padding-left: 32px
}

.spl-expertise-list ul li a {
    text-decoration: none;
    color: #0a0a0a
}

.expertise-card {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 11%);
    padding: 26px 20px 20px
}

.enqury-err {
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 15px;
    color: #dc3545;
    display: block
}
#terms_error{
    font-size: 13px;
    color: #dc3545;
}

.spl-enquiry-form .form-group.input-material textarea {
    padding-top: 15px !important
}

.splt-h1 {
    font-size: 18px;
    font-weight: 500
}
.spl-desc-area h3 {
    font-size: 26px;
    font-weight: 400;
    color: #ed1c24;
    margin-top: 35px;
    margin-bottom: 12px;
}

@media only screen and (min-device-width:913px) and (max-device-width:1024px) {
    .spl-banner {
        height: auto;
        margin-top: 20px;
    }

    .carsl-left-space {
        padding-left: 50px
    }

    .spl-enquiry-form .form-group.input-material {
        margin-top: 0
    }

    .ip-sp-form-area,
    .sp-form-area {
        padding: 5px 30px
    }

    .specialty-ban-img img {
        width: 30%
    }
}

@media only screen and (max-width:912px) {
    .input-material span {
        font-size: 10px
    }

    .spl-banner {
        margin-top: 60px;
        height: auto
    }

    .carsl-left-space {
        padding-left: 30px;
        padding-right: 30px
    }

    .trt-title {
        padding: 20px
    }

    #tpCarousel .owl-nav {
        position: initial
    }

    .trt-procedure-area {
        padding-bottom: 20px
    }

    .doc-iframe {
        height: 230px
    }

    .spl-enquiry-form .form-group.input-material {
        margin-top: 0
    }

    .ip-sp-form-area,
    .sp-form-area {
        padding: 5px 15px
    }

    .specialty-ban-img img {
        width: 40%
    }

    .specialty-ban-img h2 {
        font-size: 20px
    }

    .spl-expertise-list ul {
        padding-left: 0
    }

    .spl-expertise-list ul li {
        padding: 10px
    }

    .blog-crsl-read-more span,
    .blog-description p,
    .blog-description-sub,
    .spl-desc-area p,
    .spl-enquiry-form .form-group.input-material .form-control,
    .spl-enquiry-form .form-group.input-material .form-select,
    .spl-expertise-list ul li a {
        font-size: 17px
    }

    .spl-enquiry-form .form-group.input-material textarea {
        padding-top: 15px !important
    }

    p.blog-description-main {
        font-size: 16px
    }

    .blog-description-main,
    .dctr-v-des {
        font-weight: 500;
        font-size: 18px
    }

    .doc-video-title,
    h2.detail-header {
        font-size: 32px
    }

    .sp-form-title {
        margin-bottom: 0;
        margin-top: 10px
    }

    .enquiry-btn {
        padding: 5px 20px;
        font-size: 14px
    }

    h2.faq-title {
        font-size: 26px
    }

    .faq-toggle-btn {
        font-size: 18px
    }

    .enquiry-tab-btn1,
    .enquiry-tab-btn2 {
        font-size: 12px
    }

    .faq-contact-text,
    .faq-still-quet h3 {
        text-align: center
    }

    #dctrBlogCarouselMobile {
        display: block
    }

    #blog-row-desk,
    #dctrBlogCarousel {
        display: none
    }
    .spl-desc-area ul li {
        font-size: 16px;
    }
    .spl-desc-area h3{
        font-size: 24px;
    }
}

@media only screen and (max-width:540px) {
    .specialty-ban-img {
        margin-bottom: 30px
    }

    .breadcrumb {
        line-height: 29px
    }

    #blog-row-desk,
    #dctrBlogCarousel,
    #nav-tab {
        display: none
    }

    #dctrBlogCarouselMobile,
    #location-mobile {
        display: block
    }

    .spl-banner {
        margin-top: 70px;
        height: auto;
        overflow: auto
    }

    .ip-sp-form-area,
    .sp-form-area {
        margin: 0
    }

    .blog-card-area {
        height: auto;
        transform: none
    }

    .faq-toggle-btn {
        font-size: 16px
    }

    .spl-enquiry-form .form-group.input-material .form-control,
    .spl-enquiry-form .form-group.input-material .form-select {
        font-size: 14px;
        height: 30px;
        padding: 0 30px 0 5px
    }

    .enquiry-btn,
    .faq-open {
        font-size: 14px
    }

    .doc-blog-title,
    .doc-video-title {
        font-size: 28px
    }

    .doc-video-title {
        margin-top: 20px
    }

    .doc-card {
        padding-top: 0
    }

    .splt-doctor-pic {
        height: 280px
    }

    .specialty-ban-img img {
        width: 18%
    }

    .splt-doc-layer {
        height: 105px
    }

    .doc-card-descrp p:first-child {
        height: 22px;
        -webkit-line-clamp: 1
    }

    .splt-doc-qual {
        height: 22px
    }

    ol.breadcrumb {
        padding-left: 10px
    }

    .director-profile-card {
        padding-bottom: 0
    }

    h2.faq-title {
        font-size: 24px
    }

    .spl-enquiry-form .form-group.input-material .form-control[value]:not([value=""]) {
        margin-top: 20px;
        line-height: 1.2
    }

    .spl-enquiry-form .form-group.input-material .form-control[value]:not([value=""])~label {
        bottom: calc(100% - 2px)
    }

    .care-blog-img {
        height: 100%
    }
    .doc-video-title, h2.detail-header{
        font-size: 26px;
    }
    .spl-enquiry-form  #recaptcha1, .spl-enquiry-form #recaptcha2{
        transform:scale(0.60) !important;-webkit-transform:scale(0.60) !important
    }
}

@media only screen and (max-width:375px) {
    .input-material span {
        font-size: 12px;
        float: right;
        color: red
    }

    ol.breadcrumb {
        padding-left: 0;
        margin-top: 8px;
        margin-bottom: 8px
    }

    .breadcrumb .breadcrumb-item {
        line-height: 20px;
        font-size: 12px
    }

    .breadcrumb .breadcrumb-item img {
        width: 15px;
        height: 15px
    }

    .splt-doctor-pic {
        height: 210px
    }
    .spl-enquiry-form  #recaptcha1, .spl-enquiry-form #recaptcha2{
        transform:scale(0.60) !important;-webkit-transform:scale(0.55) !important
    }
}