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

.txt-clr {
    color: var(--main-clr);
}
.d-flexx .lts-img {
    margin-bottom: 15px;
}
.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;
    }

    .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: 35px;
}

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;
}

.tech-advance-slider .slick-dots li button:before {
    color: #009eb5;
    opacity: 1;
    font-size: 8px;
}

.tech-advance-slider .slick-dots li.slick-active button:before {
    font-size: 9px;
    color: var(--main-clr);
    opacity: 1;
    font-size: 9px;
}

.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: -64px;
}

.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: #35B6B4;
}

.header-logo {
    width: 190px;
}

header {
    background-color: #1e3d70;
}

.slick-track {
    display: flex;
}
.liver-transplant-specialist {
    height: auto;
}
/* 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;
    height: auto;
}

.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 15px 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: auto;
    min-height: 220px;
}

.tech-slider-img {
    height: 220px;
}

/* 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;
}
/*Suryavanshi css*/
@font-face {
  font-family: "ProximaNovRegular";
  src: url(../dist/fonts/vendor/material-icons/proximanova-regular.ttf);
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url(../dist/fonts/vendor/material-icons/Proxima-Nova-Bold.otf);
}
@font-face {
  font-family: "ProximaNovaMedium";
  src: url(../dist/fonts/vendor/material-icons/Proxima-Nova-Medium.otf);
}
body{
    font-family: 'ProximaNovRegular', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    color:#545454;
}
.font-weight-bold{
    font-family: ProximaNovaBold;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
.bg-banner-light {
    background-color: #ffffff37;
    border-radius: 10px;
}
.banner {
    /* background-image: url(../img/lp/banner.jpg); */
    background-size: cover;
    background-position: center;
}
.color-blue {
    color: #003A70;
}
.color-545454{
    color: #545454;
}
.color-green {
    color: #35B6B4;
}
.text-cover .morelink {
    font-family: 'ProximaNovaBold';
}
.round-8{
    border-radius: 8px;
}
.text-cover .morelink {
    color: #35B6B4;
    font-weight: bold;
    font-size: 16px;
    font-family: 'ProximaNovaBold';
}
.card-link {
    color: #003A70;
    position: relative;
    display: block;
    width: 100%;
}
.fw-500{
    font-family: 'ProximaNovaMedium';
}
.round-10{
    border-radius: 10px;
}
.hightlightBox {
    background: #E7F3FD !important;
    max-width: 416px;
    min-height: 50px;
    padding: 11px 24px;
    border-radius: 10px;
    color: #04356F !important;
}
.hightlightBox p{
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.lh-120{
    line-height: 120%;
}
/* .our-hospital-slider {
    margin-bottom: -25px;
} */
.bg-green{
    background-color: #35B6B4;
}
.hospital-img-box::before {
    position: absolute;
    top: -16px;
    left: -10px;
    width: 115px;
    height: 125px;
    background: #fff;
    content: """";
    z-index: 0;
}
.form-control::placeholder {
    color: #66686D;
}
.hospital-img-box  img {
    height: 255px;
    border-radius: 8px;
    object-fit: cover;
    position: relative;
    margin-left: 5px;
}
.faq-new .card-header {
    padding: 25px 40px 25px 25px;
    margin-bottom: 0;
    background-color: #F8F8F8;
    border: 1px solid #cfcfcf52;
    border-left: 6px solid #003A70;
    border-radius: 4px 0 0 4px !important;
    cursor: pointer;
    color: #003A70;
    font-weight: 500;
    line-height: 100%;
    font-family: 'ProximaNovaMedium';
    min-height: 88px;
    display: flex;
    align-items: center;
}
.faq-new .card-header .card-link:after {
    color: #003A70;
    font-family: 'FontAwesome';
    content: "\f0d7";
    float: right;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.well-card-ico-chnge::after {
    transform: rotate(180deg) translateY(54%)!important;
    position: relative;
    top: -4px;
}
.faq-new .card-body p {
    line-height: 20px;
    color: #616161;
    padding-left: 10px;
    padding-right: 10px;
}
.card-header .card-link::after {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.round-20px{
    border-radius: 20px;
}
.round-13{
    border-radius: 13px;
}
.bg-lightBlue{
    background-color: #E7F3FD;
}
.iframe-radius {
    border-radius: 0 30px 30px 0;
    min-height: 310px;
    margin-bottom: -10px;
    height: 100%;
}
.patient-testimonial-box{
    background: linear-gradient(186deg, #35B6B4, #067393);
}
.text-truncate-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-hospital-bg {
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    padding: 30px 40px;
}
.get-estimate-sec {
    box-shadow: 0 6px 6px #00000016;
}
.topic-pills > div {
    border: 1px solid #CFCFCF;
    border-radius: 13px;
    padding: 4px 10px 4px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
    margin-bottom: 8px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 300;
}
.doctor-box {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px #00000015;
    height: 100%;
}
.min-h-50{
    min-height: 50px;
}
.doctor-slider .slick-dots li button, .our-technology-slider .slick-dots li button,  .our-hospital-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #D9D9D9;
}
.doctor-slider .slick-dots li button:before, .our-technology-slider .slick-dots li button:before, .our-hospital-slider .slick-dots li button:before {
    font-size: 0 !important;
    width: 11px;
    height: 11px;
}
.slick-next {
    right: -30px;
    opacity: 1 !important;
}
.slick-prev {
    left: -30px;
    opacity: 1 !important;
}
.doctor-slider .slick-dots li, .our-technology-slider .slick-dots li, .our-hospital-slider .slick-dots li {
    margin: 0px 3px;
    width: 11px;
    height: 11px;
}
.doctor-slider .slick-dots .slick-active button, .our-technology-slider .slick-dots .slick-active button, .our-hospital-slider .slick-dots .slick-active button {
    background-color: #003A70;
}
.doctor-box-img {
    height: 175px;
    object-fit: cover;
    object-position: top;
    border-radius: 4px 4px 0 0;
}
.our-technology-slider .slick-list, .our-technology-slider .slick-slide {
    margin: 0 0px;
    overflow:hidden;
    border-radius: 10px 10px 0 0;
}
.technology-content-header {
    padding: 10px;
}
/* .our-technology-slider-wrapper:before {
    background: linear-gradient(180deg, #35B6B4, #067393);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
} */
.our-technology-slider-wrapper {
    border: 1px solid #CFCFCF;
    border-radius: 10px 10px 30px 30px;
}
.our-technology-slider .slick-next {
    right: 20px;
    opacity: 1 !important;
    z-index: 9;
}
.our-technology-slider .slick-prev {
    left: 20px;
    opacity: 1 !important;
    z-index: 9;
}
.our-technology-slider .slick-dots {
    bottom: -63px;
}
.our-hospital-slider .slick-next {
    right: -45px !important;
    opacity: 1 !important;
    top: -55px;
}
.our-hospital-slider .slick-prev {
    left: auto;
    opacity: 1 !important;
    right: -10px;
    top: -55px;
}
.our-hospital-slider .slick-list {
    margin: 0 -10px;
    /* padding: 30px 0 0; */
}
.banner-form {
    border-radius: 11.477px;
    background: #D5DFEB;
    padding: 27px 25px;
    width: 302px;
}
.bg-blue {
    background: #003A70;
}
.sticky-form {
    position: sticky;
    top: 0;
    margin-top: -530px;
}
.banner-form .form-control {
    font-size: 14px;
    background-color: #fff;
    height: calc(1.5em + .75rem + 1px);
    border: 1px solid #fff;
}
.banner-form .form-group {
    margin-bottom: 15px;
}
.bg-green3 {
    background-color: #00A5BF;
}
.lh-100{
    line-height: 100%;
}
.form-check  label {
    position: relative;
    top: 0.1px;
}
@media screen and (min-width: 992px){
    .f-lg-30{
        font-size: 30px;
    }
    .f-lg-24{
        font-size: 24px;
    }
    .min-h-lg-50 {
        min-height: 50px;
    }
}
@media screen and (min-width: 768px){
    .p-md-40{
        padding: 20px 35px !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem!important;
    }
    .technology-content-p-box{
        padding: 30px 55px !important;
    }

    banner-desc h1, .banner-desc h2, .banner-desc h3, .banner-desc h4, .banner-desc h5, .banner-desc h6 {
        font-size: 30px!important;
    }

    .banner-desc * {
        font-size: 20px!important;
    }
}
@media screen and (max-width: 991px){
    .faq-new .card-body p {
        padding-left:2px;
        padding-right: 2px;
    }
    .bg-banner-light {
        background-color: #E7F5F9;
        border-radius: 0px;
    }
    .faq-new .card-header {
        padding: 17px 37px 17px 17px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'ProximaNovRegular';
    }
    .card-body p {
        font-size: 14px;
        line-height: 120%;
    }
    .doctor-slider-box, .doctor-video-sec {
        margin: 0 -15px;
    }
}
@media screen and (max-width: 767px){
    .doctor-box-img {
        height: 135px;
    }
    .iframe-radius {
        border-radius: 0;
        min-height: 230px;
    }
    .doctor-video-sec {
        padding: 15px;
        border-radius: 0;
    }
    /* .our-technology-slider-wrapper:before {
        display: none;
    } */
    .our-technology-slider-wrapper {
        border: none;
        border-radius: 0;
    }
    .our-technology-slider .slick-prev {
        left: -10px;
    }
    .our-technology-slider .slick-next {
        right: -20px;
    }
    .our-technology-slider .slick-dots {
        bottom: 0;
    }
    .patient-testimonial-box {
        border-radius: 0;
        margin: 0 -15px;
        margin-top: 170px !important;
    }
    .patients-iframe {
        margin-top: -150px;
        height: 220px;
    }
    .slider-content-network {
        background-color: #fff;
        /* box-shadow: 0 0 22px #00000016; */
        padding: 20px 10px 15px;
        margin-top: -5px;
    }
    .hospital-img-box  img {
        margin-left: 0;
        z-index: 1;
    }
    .slider-content-network *{
        /* color: #003A70 !important; */
        font-size: 14px;
    }
    /* .slider-content-network .hightlightBox {
        background-color: #003A70 !important;
        color: #fff !important;
    } */
    .blog-sec .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .blog-sec .row::-webkit-scrollbar {
        opacity: 0;
    }
    .blog-sec .row .col-md-4 {
        min-width: 85%;
    }
    .sticky-form {
        margin-top: 0;
    }
    body .our-hospital-slider .slick-next {
        right: 0 !important;
        top: -35px;
    }
    body .our-hospital-slider .slick-prev {
        right: 30px!important;
        top: -35px;
    }
    .hospital-img-box::before {
       display: none;
    }
    .our-hospital-bg {
        height: auto;
        padding: 5px 15px 15px !important;
        border-radius: 8px!important;
        margin: 0 0px;
        background: none;
        position: relative;
        background-position: bottom;
        border: none;
        box-shadow: 0 0 23px #00000016;
    }
    .get-estimate-sec {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* .our-hospital-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 240px;
        background-image: url(../img/lp/hospital-bg.png);
        content: "";
        background-position: bottom;
    } */
    .our-hospital-slider .slick-list {
        margin: 0 -10px;
        padding: 10px 0 0;
    }
    .logo {
        width: 98px;
    }
    .banner-img {
        position: absolute;
        bottom: 0;
        width: 300px;
        height: 213px;
        object-fit: contain;
        object-position: bottom right;
        right: -10px;
    }
    .lh-120-mobile{
        line-height: 110%;
    }
    .banner {
        background-image: url(../img/lp/mobile-banner.jpg);
    }
    .technology-content-header {
        background: linear-gradient(180deg, #35B6B4, #067393);
        padding: 10px 20px;
        border-radius: 10px 10px 0 0;
        margin-top: 20px;
        margin-bottom: 0px;
    }
}
/*Suryavanshi css end*/

@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) {
    .faq-new .card-header {
        min-height: auto;
    }

    .our-hospital-bg .slick-dots {
        bottom: -45px;
    }

    .our-technology-slider .slick-prev {
        top: 75%;
    }
    .our-technology-slider .slick-next {
        top: 75%;
    }
    .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: 210px;

}

    .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: 135px;
    }

    .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: 300px !important;
        height: 300px;

    }

}


@media (max-width:480px) {
    .liver-transplant-specialist img {
        width:100%;
    }
    .lts-img {
        height: 190px;
    }
    .liver-transplant-specialist>div {
        align-items: center;
        min-height: 360px !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;
}

#fixed-sidebars {
    position: fixed;
    bottom:14% ;
    left: 20px;
}

.new-btn {
    border: none;
    background: none;
    color: #1b3872;
    font-weight: bold;
    font-size: 15px;
}

@media (max-width: 500px) {
    .tech-advance-txt {
        height: auto;
    }
}

.new-btn:focus {
    outline: none;
}


@media(min-width:680px) {
    .new-btn {
        display: none;
    }
    span.dots {
        display: none !important;
    }
    span.more {
        display: inline !important;
    }
}

span.more,
.readLess {
    display: none;
}

.specilaity-content h1,h2,h3,h4,h5,h6 {
    color: #003A70;
    font-family: ProximaNovaBold;
}

.specilaity-content span, .specilaity-content p, .specilaity-content strong, .specilaity-content li {
    color: #003A70;
}

@media screen and (min-width: 992px) {
    .specilaity-content h1,h2,h3,h4,h5,h6 {
        font-size: 24px;
    }
}

.agree-check-box input {
    z-index: 9999;
}

.banner-desc h1, .banner-desc h2, .banner-desc h3, .banner-desc h4, .banner-desc h5, .banner-desc h6 {
    font-size: 16px;
    color: #003A70;
    font-family: ProximaNovaBold;
}

.testimonial-desc h1, .testimonial-desc h2, .testimonial-desc h3, .testimonial-desc h4, .testimonial-desc h5, .testimonial-desc h6 {
    color: #fff;
    font-size: 24px;
    font-family: ProximaNovaBold;
}

.testimonial-desc p, .testimonial-desc span, .testimonial-desc strong, .testimonial-desc li {
    color: #fff;
    font-size: 14px;
}

.testimonial-desc ul {
    padding-left: 1.5rem !important;
}

.doctor-slider-box .slick-slide {
    height: auto;
}

.banner-desc ul {
    padding-left: 15px;
}

.banner-desc * {
    color: #003A70;
    font-size: 13px;
}

.faq-new ul {
    padding: 1rem !important;
}


/* book appointment bar */


.appointment-detail {
    height: 58px;
}

.appointment-detail a {
    background-color: #35b6b4;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
    width: 235px;
    font-weight: 700;
}

.appointment-detail a:before {
    background-image: url('../img/call-icon-blue.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 42px;
    left: -22px;
    position: absolute;
    top: -1px;
    width: 43px;
    z-index: 1;
}

@media (max-width: 992px) {
    .appointment-detail {
        height: 53px;
    }

    .doctor-video-sec {
        background-color: transparent!important;
    }

    .appointment-detail a {
        border: 1px solid #fff;
        font-weight: 700;
        height: 33px !important;
        width: 100px !important;
    }

    .appointment-detail a:before {
        height: 34px;
        left: -13px;
        width: 35px;
    }
}

/* banner contact info below form  */

.bn-contact{
    width: 302px;
    height: 124px;
    border-radius: 10px;
    margin-top: 10px;
    background: #D5DFEB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.bn-contact a {
    width: 249px;
    height: 40px;
    padding: 4px 54px;
    border-radius: 8px;
}

.bn-contact a:nth-child(1):before {
    background-image: url('../img/call-icon-blue.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 42px;
    left: -10px;
    position: absolute;
    top: -1px;
    width: 43px;
    z-index: 1;
}

.bn-contact a:nth-child(1){
    background-color: #35b6b4;
    border: 1px solid #fff;
    height: 40px;
    position: relative;
    font-weight: 700;
}

.bn-contact a:nth-child(2){
    background: #25D366;
}

.bn-contact a:nth-child(2) img{
    height: 20px;
    width: 20px;
}

.our-hospital-bg .slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

.our-hospital-slider .slick-prev:before {
    content: '';
    height: 15px;
    width: 24px;
    display: inline-block;
    background-image: url('../img/prev-arr.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.our-hospital-slider .slick-next:before {
    content: '';
    height: 15px;
    width: 30px;
    display: inline-block;
    background-image: url('../img/next-arrow.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.our-hospital-slider .slick-next {
    right: -36px !important;
}

.our-hospital-slider .slick-prev {
    right: 10px;
}

.sticky-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.sticky-footer .left-span,
.sticky-footer .right-span {
    background: #0082A8;
    height: 58px;
    flex-basis: calc((100% - 27%) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-footer .mid-span {
    background: #35B6B4;
    height: 58px;
    flex-basis: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-footer a{
    color: #fff;
}

.sticky-footer a span{
    font-size: 16px;
    line-height: 34px;
}

