:root {
    --main-clr: #083659;
    --sec-clr: #4eacd2;
    --green-drk: #009eb5;
    --blue-light: #e2ecf6;
}

.txt-clr {
    color: var(--main-clr);
}

.h-num-nw {
    padding-top: 4px;
}

.txt-green-drk {
    color: var(--green-drk);
}

.txt-sec {
    color: var(--sec-clr);
}

.bg-clr {
    background-color: var(--main-clr);
}

.bg-clr-sec {
    background-color: var(--sec-clr);
}

.bg-clr-green-drk {
    background-color: var(--green-drk);
}

.bg-clr-blue-light {
    background-color: var(--blue-light);
}

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}

.f-21 {
    font-size: 21px;
}

.f-22 {
    font-size: 22px;
}

.f-23 {
    font-size: 23px;
}

.f-24 {
    font-size: 24px;
}

.f-25 {
    font-size: 25px;
}

.f-26 {
    font-size: 26px;
}

.f-27 {
    font-size: 27px;
}

.f-30 {
    font-size: 30px;
}

.bg-inherit {
    background-color: inherit !important;
}

.lh-1 {
    line-height: 1;
}

.lh-1_2 {
    line-height: 1.2;
}

.lh-1_2 {
    line-height: 1.3;
}

.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.no-wrap {
    white-space: nowrap;
}

.f-500 {
    font-weight: 500;
}
.form-text a {
    font-weight: 500;
    color: #fff;
}
.top-text{
    text-shadow: 4px 3px 23px #888;
}
@media (max-width:768px) {
    .f-sm-11 {
        font-size: 11px;
    }

    .f-sm-12 {
        font-size: 12px;
    }

    .f-sm-13 {
        font-size: 13px;
    }

    .f-sm-14 {
        font-size: 14px;
    }

    .f-sm-15 {
        font-size: 15px;
    }

    .f-sm-16 {
        font-size: 16px;
    }

    .f-sm-17 {
        font-size: 17px;
    }
.bg-clr-green-drk.tech-advance-slider-head {  height: 57px; justify-content: center;  display: flex;
  align-items: center;
}
    .f-sm-18 {
        font-size: 18px;
    }

    .f-sm-19 {
        font-size: 19px;
    }

    .f-sm-20 {
        font-size: 20px;
    }

    .f-sm-21 {
        font-size: 21px;
    }

    .f-sm-22 {
        font-size: 22px;
    }

    .f-sm-23 {
        font-size: 23px;
    }

    .f-sm-23 {
        font-size: 24px;
    }

    .f-sm-25 {
        font-size: 25px;
    }
}

.banner-text-div {
    width: 320px;
    padding-top: 0px;
}

.banner-image-other-s {
    width: 320px;
    padding-right: 10px;
}

.banner-text-div ul {
    padding-left: 0px;
    list-style-type: none;
}
.text-cover {
    text-align: justify;
   padding-bottom: 15px;
}
.text-cover .morelink {
    color: var(--main-clr);
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.text-cover p {text-align: justify;}
.text-cover ul {padding-left:20px;}
.text-cover ul li span{color:#000;}
.banner-text-div ul img {
    margin-right: 12px;
    position: relative; top: 4px;
    display: inline-block;
    width:18px;height: 18px;
}
.banner-text-div ul li {
    display: flex;
}
.banner-carousel .slick-next:before {
    /* content: url(../img/arrow-right.png); */
    opacity: 1;
    color: #fff;
}
.banner-form .invalid-feedback {
    color: #dc3545;
}

.banner-form .invalid-feedback, .valid-feedback {
    text-shadow: none;
    font-weight: 500;
    margin-top: 1px;
    font-size: 12px;
}

.banner-carousel .slick-slide {
    margin: 0 0px;
}

.banner-carousel .slick-prev:before {
    /* content: url(../img/arrow-left.png); */
    opacity: 1;
    color: #fff;
}


section {
    padding-top: 35px;
padding-bottom: 0px;}

h3 {
    margin-bottom: 15px;
}

.clr-blk {
    color: #000;
}

.banner-bg {
    background-image: url('../img/banner-desk.jpg?ver=1.1');
    background-repeat: no-repeat;
    background-size: 100% 100%;

    background-position: center;

}

.clr-footer {
    color: #555f61;
}

.close-footer i {
    font-size: 22px;
    position: relative;
    top: 3px;
}

.close-footer>span {
    cursor: pointer;
}

.rotate-footer-close-arrow {
    transform: rotate(-180deg);
}

.banner-form {
    
    padding: 15px 15px 15px;
    border-radius: 8px;
    
    margin: 0 0 0 auto;
}
.banner-form h3 {
    margin-bottom: 15px !important;
}
.banner-form .form-group {
    margin-bottom: 7px;
}

.banner-form .form-control {
    font-size: 13px;
    background-color: #f4f4f4;
    height: calc(1.5em + .75rem + 1px);
}

.banner-form textarea.form-control {
    height: auto;
    resize: none;
}

.banner-btn {
    display: inline-block;
    border: none;
    color: #fff;
    outline: none !important;
    border-radius: 20px;
    background-color: #ff7900;
    padding: 5px 25px 7px;
    line-height: 1;
    font-weight: bold;

}


.header-link {

    text-decoration: none !important;
    padding-bottom: 6px;
}

.header-link:hover {
    border-bottom: 1px solid #fff;
}


.slick-prev:before {
    content: '\f104';
    font-family: "FontAwesome";

    font-size: 30px;
}

.slick-next:before {
    content: '\f105';
    font-family: "FontAwesome";

    font-size: 30px;
}

.slick-dots li button:before {
    font-size: 8px;
    opacity: 1;
    color: #fff;
}

.lt-img-slide-sec .slick-dots li button:before {
    color: #009eb5;
    opacity: 1;
    font-size: 8px;
}

.lt-img-slide-sec .slick-dots li.slick-active button:before {
    font-size: 9px;
    color: var(--main-clr);
    opacity: 1;
    font-size: 9px;
}

.slick-dots li.slick-active button:before {
    font-size: 9px;

}

.slick-dots li {
    margin: 0 0;
}

.slick-dots {
    bottom: -44px;
}

.wellness-packages-card {
    border-radius: 8px;
    overflow: hidden;
    outline: none;
}

.wellness-packages-card .strip-text {
    top: 1.59rem;
    left: 25px;
    white-space: nowrap;
}

.wellness-packages-list {
    height: 250px;
    /* overflow: auto; */

}



.wellness-packages-list::-webkit-scrollbar {
    width: 5px;
}


.wellness-packages-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.wellness-packages-list::-webkit-scrollbar-thumb {
    background: rgb(78 172 210 / 50%);

    border-radius: 7px;
}


/* .wellness-packages-list:hover {
    
} */
.wellness-accordion .card-header .card-link {
    outline: none;
    display: block;
    color: var(--main-clr);
    cursor: pointer;
    width: 100%;
}

.wellness-accordion .card-header .card-link:after {
    color: var(--green-drk);
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.wellness-accordion .card-header .card-link.well-card-ico-chnge:after {

    content: "\f077";
}

.wellness-packages-list .card {
    border-radius: 0;
    box-shadow: none;
    background-color: inherit;
    border: none;

}

.wellness-packages-list .card-header {
    background-color: inherit;
    padding: 10px 5px 10px 0;
}

.wellness-packages-body {
    background-color: #eff4f6;
    padding: 10px 16px;
}

.wellness-packages-list li {
    color: var(--main-clr);
    font-size: 14px;
}

.wellness-packages-list .card-body {
    padding: 10px 0;
}

.wellness-packages-list .card-body ul {
    padding-left: 19px;
    margin: 0;
}

.wellness-packages-list .card-body ul li::marker {
    color: var(--sec-clr);
}

.wellness-packages-list .card:last-of-type .card-header {
    border: none;
}

.wellness-packages-list .card-link:hover {
    color: var(--main-clr);
}

.simplebar-scrollbar::before {

    background-color: red !important;
}

/* @media (min-width:768px) { */
.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

/* } */

.side-rules {
    left: 0;
    right: 0;
    margin: 0;
    top: 50%;
    border-top: 1px solid var(--sec-clr);

}

.side-rules-txt {
    background-color: #fff;
    z-index: 1;
    padding: 0 20px;
}

.why-choose img {
    margin: 0 auto;
    display: block;
}


.other-profile-sec .card {
    border: none;
    background-color: #eff6f6;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin-bottom: 10px;
}

.other-profile-sec .card:last-of-type {
    border: none;
}

.other-profile-sec .card-header {
    box-shadow: none;
    border: none;
    padding: 10px 10px;

}

.other-profile-sec .card-body {
    padding: 10px 10px;
}

.other-profile-sec .card-body p:first-child {
    margin: 0;
}

.offer-tag {
    display: inline-block;
}

.offer-tag span {
    position: absolute;
    left: 10px;
    top: 6px;
}

.offer-tag img {
    width: 80px;
}

.other-profile-sec .wellness-accordion .card-header .card-link::after {
    background-color: #fff;
    border: 1px solid #009eb5;
    border-radius: 50%;
    height: 20x;
    height: 23px;
    line-height: 1;
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 0px;
    width: 23px;
    padding-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.other-profile-sec .wellness-accordion .card-header .card-link.well-card-color-chnge::after {
    background-color: #009eb5;
    color: #fff;
}

.other-profile-sec .wellness-accordion .card-header .card-link.well-card-color-chnge {
    color: #009eb5;
}

.topic-pills>a {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 13px;
    padding: 3px 10px 5px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: #555f51;
    white-space: nowrap;
    margin-bottom: 7px;
    text-transform: lowercase;
}

.header-shadow {
    box-shadow: 0 0 7px 0 #999;
    position: relative;
    z-index: 1;
}

.thank-you-sec {
    padding: 60px 0;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.success-ico {
    font-size: 85px;
}

.wp-card-head-left {
    flex-grow: 1;
}

.slick-next:before,
.slick-prev:before {
    color: var(--main-clr);
}

.header-logo {
    width: 130px;
}

header {
    background-color: #1e3d70;
}


/* liver-transplant-spec-sec */
.liver-transplant-spec-sec .slick-list {
    padding: 0 10% 0 0;
}

/* liver-transplant-spec-sec */
/* liver-transplant-sec */
.liver-transplant-specialist>div {
    align-items: center;
    min-height: 360px;
    height: auto !important;
}

.liver-transplant-specialist {
    background-color: #fff;
    outline: none;
    border-radius: 5px;
    
    margin: 0 8px;
}

.liver-transplant-specialist img {
    width: 100%;
    /* border: 1px solid #009eb5; */
    padding: 0px;
    /* border-radius: 50%; */
    height: inherit;
    border-radius: 5px 5px  0 0;
    object-fit: cover;
}

.lts-img,
.lts-txt {
    padding: 0 0px;
}

.lts-txt {
    
    padding:0 10px 0 15px;
    
}



.lts-txt p, .lts-txt h4 {
    margin: 0 0 4px 0px;
}
.lts-img {height: 210px;}

/* liver-transplant-sec */

/* vid-sec*/
.vid-sec {
    /* background-image: url('../img/bg-pattern.png'); */
    background-color: #1b3872;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    padding: 53px 0;
}

.vid-sec iframe {
    width: 100%;
    height: 295px;
}

/* vid-sec*/

/* tech-advance-sec */
.tech-advance-sec {}

.tech-advance-slider-cover {
    outline: none;
}

.tech-advance-slider-cover>div {
    padding: 0 25px;
}



.tech-advance-slider-head {
    border-radius: 6px 6px 0 0;
}

.tech-advance-txt {
    border-radius: 0px 0px 6px 6px;
    height: 290px;
}

/* tech-advance-sec */
.lt-img-slide-sec .slick-slide {
    outline: none;
}


.lt-img-slide-sec {
    background-color: #e7f4f4;
}

/* lt-img-slide-sec */

.lt-img-slide img.lt-img-slide-img-o {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.lt-img-slide {
    outline: none;
}

.lt-img-slide img {
    border-radius: 6px;
}

.lt-img-slide-strip {
    border-radius: 18px;
    padding: 5px 20px 8px;
}

/* lt-img-slide-sec */



/* real-patients */
.real-patients iframe {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    border: 1px solid rgb(0 0 0 / 10%);
}

/* real-patients */

/* free-assistance */
.free-assistance-row>div:not(.fa-ga-col) {
    padding-top: 21px;
}

.free-assistance h4 {
    text-transform: uppercase;
}

.free-assistance {
    background-image: url('../img/free-assistance.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 83px;

}

.free-assistance img {
    width: 145px;
    position: relative;
    bottom: 16px;
    display: block;
    margin: 0 auto;
}

.free-assistance-input input {

    background-color: #fff;
    border-radius: 5px;
    outline: none;

    width: 100%;
    border: 1px solid #fff;
    padding: 5px 10px 6px 45px;
}

.free-assistance-input {

    position: relative;
    background-color: #fff;
    width: calc(100% - 40px);
    border-radius: 5px;
    margin: 0 0 0 auto;
}

.free-assistance-input span {
    position: absolute;
    color: #555f61;
    font-size: 15px;
    border-radius: 5px 0 0 5px;
    width: 45px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #fff;
}

/* free-assistance */


.real-patients-slider iframe,
.real-patients-slider-no iframe {
    width: 100%;
    height: calc(100% - 60px);
}

.real-patients-slider iframe+h6,
.real-patients-slider-no iframe+h6 {
    margin-top: 5px !important;
}

.real-patients-slider-no {
    display: flex;

}

.real-patients-slider-no>div {
    flex: 0 0 25%;
    padding: 0 5px;
}

@media (min-width:768px) {
   /* .h-num-nw{
        margin-top:-10px;
    }*/
    section#banner-sec {
    padding-top: 100px !important;
}
.header-mob-div {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #1b3872;
    z-index: 99999999999;
}

}

@media (max-width:767px) {


     .liver-transplant-specialist img {
        width:100%;
    }
    .lts-img {
        height: 170px;
    }

    .banner-text-div ul img {
       
        position: initial; top: 4px;
       
    }
    .banner-text-div ul li {
        padding-bottom:4px;
    }
    .banner-carousel.slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .banner-carousel .slick-dots li button:before {
        font-family: 'FontAwesome';
        content: "\f068";
        font-size: 15px;
    }

    .banner-carousel .slick-dots li {
        width: 25px;
    }

    .banner-carousel .slick-dots li.slick-active button:before {
        font-size: 15px;
    }

    .banner-carousel .slick-dots {
        bottom: -1px;
    }

    .tr-cl-ico {
        font-size: 18px;
        position: relative;
        top: 3px;
        left: 2px;
    }

    .banner-carousel .slick-list {
        margin: 0 -15px;
    }

    .lt-img-slide-strip {
        font-size: 13px;
    }

    .lt-img-slide {
        margin-bottom: 15px !important;
    }

    .lt-img-slide .slick-dots {
        bottom: -40px;
    }


    .liver-transplant-specialist-slider {
        margin-bottom: 15px !important;
    }

    .liver-transplant-specialist-slider .slick-dots {
        bottom: -29px;
    }

    .other-profile-sec .wellness-accordion .card-header .card-link::after {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 2px;
    }


    .banner-carousel-d-cover {
        flex-wrap: wrap;
    }

    .banner-image-other-s {

        order: 1;
    }

    .real-patients-slider iframe,
    .real-patients-slider-no iframe {
        width: 100%;
        height: calc(100% - 50px) !important;
    }

    .real-patients-slider-no {
        display: flex;
        overflow-x: auto;
    }

    .real-patients-slider-no>div {
        flex: 0 0 90%;
        padding: 0 5px;
    }

    .lts-txt {
        height: initial;
        align-self: initial;
    }

    .hide-mob {
        display: none;
    }

   
    .liver-transplant-specialist>div {
        min-height: 340px;
    }

   
    .hash-form {
        pointer-events: none;
        opacity: 0;
        bottom: 50px;
        position: absolute;
        height: 5px;
        width: 5px;
    }

    .tech-advance-slider-cover>div {
        padding: 0 10px;
    }

    
    .header-mob-div {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
        /* height: 52px; */
        background-color: #fff;
    }

    .modal-body .banner-form {
        margin: 0 auto;

        border-radius: 0;
    }

    .banner-form .close {
        color: #fff;
        opacity: 0.8;
        text-shadow: none;
        position: relative;
        bottom: 15px;
        left: 0px;
    }

    .modal-content {
        border: none;
        background-color: transparent;
    }

    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .vid-sec {
        background-color: #1b3872;
        background-image: none;
        padding: 15px 0;
    }

    .vid-sec iframe {

        height: 190px;
    }

    .real-patients iframe {
        height: 190px;
    }

    .real-patients-slider .slick-list {
        padding: 0 10% 0 0;
    }

    .tech-advance-txt {
        height: 285px;
    }

    .lt-img-slide-sec h4,
    .lt-img-slide-sec h4+p {
        text-align: center;
    }

    .wellness-packages {
        overflow: hidden;
    }

    .mob-banner-col {
        height: 483px;
        margin-top: 63px;
        margin-bottom: 15px;
        background-size: cover;
        background-image: url(../img/banner-mob.png);
        background-repeat: no-repeat;
    }

    .thank-you-sec {
        padding: 20px 0;
    }


    .call-back-btn {
        background-color: var(--main-clr);
        left: 0px;
        padding: 8px 15px;
        right: 0px;
        display: none;
        bottom: 0;
        z-index: 2;
        position: fixed;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);

    }


    .call-back-btn-col {
        border-right: 1px solid #fff;
        border-right: 1px solid rgb(255 255 255 / 20%);
    }

    .call-back-btn a {
        padding: 7px 0 6px;
        border-radius: 5px;
    }

    header {
        position: fixed;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;

    }


    .header-cal {
        width: 20px;
    }

    .header-logo {
        width: 105px;
    }

    .banner-bg {
        height: initial;
        /* margin-top: 63px; */
        /* background-size: cover; */
        /* background-image: url(../img/banner-desk.jpg); */
        background-image: none;
    }

    .banner-text-div-mob-bg {
        position: relative;
        background-size: cover;
        /* background-image: url(../img/banner-mob.jpg); */
        background-repeat: no-repeat;
        background-color: #1b3872;
        /* height: 483px; */
        /* height: 285px; */
        padding: 0 15px 20px;
        margin-top: 50px;
    }

    .banner-cover-col-d {}

    .banner-image-other-s {
        width: 100%;
        
        background-color: #1b3872;
    }

    .banner-image-other-s img {
        margin: 0 auto;
    }

    .banner-carousel .slick-slide {
        margin: 0;
    }

    .banner-text-div-cover {
        padding: 0;
    }

    .banner-text-div ul {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .banner-text-div {
        width: 100%;
    }

    .banner-form {
        max-width: initial;
        margin: 10px auto 0;
        width: 100%;
        padding: 15px 12px 10px;

    }

    .other-profile-sec {
        padding-top: 0;
    }

    .footer-logo {
        width: 110px;
    }

    .footer-co-dat {
        display: block;

    }

    .why-choose .col-md-2 {
        padding: 0 5px;
    }

    header {
        background-color: #fff;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    }

}
@media (max-width:680px) {
    .liver-transplant-specialist img {
        width:100%;
    }
    .lts-img {
        height: 190px;
    }
    .liver-transplant-specialist>div {
        align-items: center;
    min-height: 330px !important;
    height: auto !important;
        
    }
    
}


@media (max-width:480px) {
    .liver-transplant-specialist img {
        width:100%;
    }
    .lts-img {
        height: 190px;
    }
    .liver-transplant-specialist>div {
        align-items: center;
        min-height: 345px !important;
        height: 300px;
        
    }
    
}

@media (min-width:768px) {

    .banner-image-other-s {
        padding-right: 15px;
        max-width: 350px;
    }

    .lt-slider-col {
        padding-right: 10px;
        padding-left: 35px;
    }

    .tech-advance-txt p {
        line-height: 1.5;
    }
}

.form-control.is-valid, .was-validated .form-control:valid, .is-valid .vs-select--input {
    background-image: unset !important;
}
/* Feedback */
.invalid-feedback,
.valid-feedback {
    color: #f4f4f4c7;
    font-weight: bold;
    text-shadow: 1px 1px 3px #420000a8;
}

[v-cloak]{
    display: none;
}


img:not([src]):not([srcset]) {
    visibility: hidden;
}
.iti__arrow{
    display: none !important;
}
.iti__flag-container {
    cursor: auto !important;
}

/*----------15-12-2022---------*/
.liver-transplant-spec-sec .bg-clr-green-drk {
        padding-bottom: 70px;
}