@charset "utf-8";
/* CSS Document */

@import url('http://tristarhospitals.com/assets/css/normal.css');

.header-search{
    position: relative;
    padding: 10px 0;
}

.header-search input{
    border-radius: 25px;
    color: gray;
    width: 100%;
    padding: 6px 34px 6px 10px;
    font-weight: 500;
}
.header-search .search-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #646464;
}
.emerg-no .dropdown-toggle {
    font-size: 14px;
    background: #00a9e0;
    padding: 8px 18px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
}
.emerg-no .dropdown-toggle span {
    text-transform: capitalize;
    display: inline-block;
    margin: 0 15px;
}
.emerg-no .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #000;
    padding: 10px 0px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #dbdbdb;
    color: #626262;
}
.emerg-no .dropdown-menu .dropdown-item:first-child {
    border-top: 1px solid transparent;
}
.emerg-no .dropdown-menu .dropdown-item:hover{
    color: #2b96cc;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.book-appointments-btn{
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    background: #3e4095;
    border-radius: 25px;
    font-weight: 500;
}

.header-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0px;
    z-index: 10;
    background: #00a9e0;
    transition:all 0.4s ease-in-out;
    background: #a1cbda;
}
/* .header-wrapper.header-stuck{background: rgba(0,0,0,1);} */
.logo-part a {display: block; }
.is-stuck .logo-part a {max-width: 160px;}
.nav-bar > ul > li {margin-left: 12px;position: relative;}
.nav-bar > ul > li:first-child, .nav-bar > ul > li:nth-child(2){margin-left: 0px;}

.nav-bar > ul > li > a {
    font-size: 16px;
    color: #122646;
    text-transform: capitalize;
    display: block;
    line-height: 14px;
    font-weight: 500;
    padding: 30px 6px;
    position: relative;
}
/* .nav-bar > ul > li > a::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    background: #122646;
    width: 0%;
    height: 5px;
    transition: width 0.4s ease-in-out ;
} */
.nav-bar > ul > li > a:hover::before, .nav-bar > ul > li > a.active::before{width: 100%;}
.dropdown-menu {
padding: 8px 15px;
padding-bottom: 10px;
float: unset;
border: none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
display: block;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
transform: translateY(20%) !important;
left: auto !important;
right: 0;
top: 100% !important;
}
.dropdown-menu.dropdown-menu-right {right: 0;}
.dropdown-menu.show {
opacity: 1;
transform: translateY(2%) !important;
visibility: visible;
}
.dropdown-item{padding: .25rem 0.3rem;}
.nav-bar > ul > li > a.dropdown-item{padding: 0;padding-bottom: 15px;}

.nav-bar > ul > li .submenu-part > li > a{
    display: block;
    padding: 3px 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #939393;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: padding .3s ease-in-out, color .3s ease-in-out !important;
    -moz-transition: padding .3s ease-in-out, color .3s ease-in-out !important;
    -ms-transition: padding .3s ease-in-out, color .3s ease-in-out !important;
    -o-transition: padding .3s ease-in-out, color .3s ease-in-out !important;
    transition: padding .3s ease-in-out, color .3s ease-in-out !important;
}
.megaMenu{
    padding: 15px;
}
.nav-bar > ul > li .submenu-part li a:hover {
    color: #424a4c;
}
.megaMenu .dropdown .menu-link{
    border-bottom: 1px solid #bbb;
    padding: .5em .8em!important;
    padding-left: 0!important;
    color: #939393;
    display: block;
    position: relative;
    line-height: 1;
}
.megaMenu .dropdown .menu-link i{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.fixedsidebar {
    width: 45px;
    height: 45px;
    bottom: 50%;
    right: 0;
    top: auto;
    position: fixed;
    z-index: 999;
}
.dicebutton {
    font-family: 'Font Awesome 5 Free';font-weight: 900;
    font-size: 32px;
    line-height: 49px;
    color: #ffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 999;
    display: block;
    width: 45px;
    height: 45px;
    left: auto;
    background: #3e4095;
}
.dicebutton::before{content: "\f00a";}
.fixedsidebar.active .dicebutton::before {content: "\f00d";}
.fixedpopupbox {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9;
}
.fixedinrpopup{
    background: #3e4095;
    width: 320px;
    float: left;
    right: -140px;
    position: absolute;
    top: -340%;
    bottom: auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    z-index: 999;
}
.fixedsidebar.active .fixedinrpopup {
    width: 300px;
    float: left;
    right: 45px;
    position: absolute;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.fixedinrpopup ul {
    border: 7px solid #fff;
    display: block;
    font-size: 0;
}
.fixedinrpopup ul {
    margin-bottom: 0!important;
}
.fixedinrpopup ul li {
    height: 135px;
    width: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
}
.fixedinrpopup ul li:nth-child(2n) {
    border-right: 0;
}
.fixedinrpopup ul li:last-child {
    width: 100%;
    border-bottom: 0;
    border-right: 0;
}
.fixedinrpopup ul li .feedbackbtn img {
    width: auto;
}
.verticalcenter {
    display: table;
    height: 100%;
    width: 100%;
}
.verticalinner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.fixedinrpopup .verticalcenter {
    display: block;
}
.fixedinrpopup .verticalcenter .verticalinner {
    display: table!important;
}
.fixedinrpopup .verticalcenter .verticalinner a {
    display: table-cell!important;
    height: 100%;
    vertical-align: middle;
}
.fixedinrpopup ul li span {
    cursor: pointer;
    margin: 5px 0 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 100%;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.fixedinrpopup .verticalcenter .verticalinner.followup-slide {
    padding: 0;
    border: 0;
}
.fixedpopupbox.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}


.footer-top{background-color: #f5f5f5;padding: 10px 0px 50px 0px;}

.footer_logo{
    max-width: 80px;
}
.footer-col{margin-top: 45px;}
.footer-col-title{
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.footer-col-title::before{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 55px;
    height:2px;
    background-color: #121212;
    display: block;
}
.footer-logo{display: block;max-width: 100px;margin: auto;}
.footer-col h5{font-size: 15px;color: #000;font-weight: 600;letter-spacing: 2px;margin-bottom: 20px;}
.footer-link li a{font-size: 15px;color:#777777;line-height: 21px;margin-bottom: 5px;display: block;}
.footer-link li a:hover{color: #00a9e0;}
.footer-bottom{background-color: #eee;padding: 25px 0px;}
.footer-col p{font-size: 15px;color:#777777;line-height: 21px;}
.footer-social-icon li a {
    font-size: 18px;
    color: #00a9e0;
    display: block;
    margin-right: 15px;
}
.footer-social-icon li a:hover img{filter: invert(32%) sepia(96%) saturate(6275%) hue-rotate(353deg) brightness(94%) contrast(127%);}
.footer-copyright{background-color: #202020;padding: 22px 0;color: #ffffff;}

.footer-newsletter-part {
    max-width: 500px;
}
.footer-newsletter-form{
    position: relative;
}
.footer-newsletter-part input[type="email"]{
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dddddd;
    color: #666666;
    width: 100%;
}
.submit-newsletter{
    position: absolute;
    top: 0;
    right: 0;
    font-family: Open Sans;
    color: #3a3b59;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #d3ad69;
    padding: 0 25px;
    font-size: 14px;
    border: 1px solid #cac7c7;
    height: 50px;
}

.home-banner{
    /* min-height: 500px; */
    /* background-color: #00a9e0; */
}
.home-slide-img::before {
    content: '';
    width: 100%;
    height: 195px;
    position: absolute;
    background-color: #ccc;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(93, 93, 93) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgb(93, 93, 93) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(93, 93, 93) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a0a0a0',GradientType=0 );
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: none;
}
.home-banner-content{position: relative;}


.doctors-img{max-width: 280px;margin: auto;margin-bottom: -5px;}
.departament-item{
    margin-bottom:45px;
}
.departament-item i{
    font-size: 50px;
    margin-bottom: 20px;
}
.doctors-teams-img{
    min-height: 500px;
}

.page-banner{min-height:300px;display: flex;align-items: center;}
.page-banner-content h1{font-family: 'Raleway', sans-serif;font-weight: 700;}
.breadcrumb{background: none;font-family: 'Raleway', sans-serif;}
.breadcrumb-item a{color: #c5d5ff;}
.breadcrumb-item+.breadcrumb-item::before{color: #c5d5ff;}
.breadcrumb-item.active{color: #ffffff;}
.page-banner-bg{position: absolute;left:0;top:0;width: 100%;height:100%;}

.heading_title h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.heading-title-bar::before, .heading-title-bar::after{
    content: ' ';
    width: 100px;
    position: absolute;
    border-width: 1px;
    top: 11px;
    border-bottom: 1px solid #dedede;
}
.heading-title-bar::before{
    right: 100%;
}
.heading-title-bar::after{
    left: 100%;
}
.heading_title.text-white h2{
    color: #ffffff;
}
.heading_title.text-white p{color: #ffffff;}

.alphabetical-search{
    margin:-50px auto 0;
    position: relative;
}
.alphabetical-part{
    background-color: #fff;
    padding: 25px 30px;
    max-width: 900px;
    margin: auto;
}
.alphabetical-part ul{
    display: flex;
    flex-wrap: wrap;
}
.alphabetical-part li{
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
    margin: 5px;
}
.alphabetical-part li a {
    /* background: #32bdeb; */
    line-height: 40px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #32bdeb;
    color: #000;
    text-decoration: underline;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}
.alphabetical-part li.jiro-nine{
    max-width: 110px;
    flex: 0 0 110px;
}
.alphabetical-part a:hover {
    background: #a1cbda;
}
.alphabetical-part p{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.col-2-list{
    -webkit-column-count: 2;
    column-count: 2;
}
.featured-topics li a{
    font-size: 15px;
    line-height: 26px;
}
.bg_overlay::before{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
}
.blue_overlay::before{
    background-color: rgb(53 152 202 / 85%);
}
.black_overlay::before{
    background-color: rgb(0 0 0 / 75%);
}
.our-specialisations{
    background-color: #62c6f8;
}
.our-specialisations-col h4{
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
	color: #fff!important;
}
.specialisations-icon i{
    font-size: 50px;
    
}
.pathlab-col{
    background: #ffffff;
    box-shadow: 0 0 10px #cac7c7;
    padding-top: 40px;
}
.pathlab-col h4{
    color: #00a9e0;
    font-weight: 700;
}
.pathlab-icon i{
    font-size: 60px;
    color: #00a9e0;
}
.pathlab-col li{
    color: #808080;
    line-height: 2;
}
.pathlab-col a{
    background: #00a9e0;
    font-weight: 600;
}
.pathlab-col a i{position: relative;left: 0;}
.pathlab-col a:hover i{
    left:10px;
}

.pathlab-col:hover{
    background: #32bdeb;
    color: #ffffff;
}
.pathlab-col:hover h4, .pathlab-col:hover li, .pathlab-col:hover .pathlab-icon i{color: #ffffff;}
.nav-tabs{
    justify-content: center;
}
.nav-tabs .nav-link{
    font-size: 11px;
    color: #808080;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    border-right-width: 0;
}
.nav-tabs .nav-link:last-child{
    border-right-width: 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0;
}
.doctors-content-right{
    max-width: 450px;
    margin: auto;
}
.doctors-content-right h1{
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.doctors-content-right span{
    font-size: 15px;
    color: #808080;
    font-weight: 600;
}
.doctors-img-thumbs{
    max-width: 130px;
    height: 150px;
    position: relative
}
.doctors-img-thumbs img{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.doctors-img-thumbs:hover img{
    filter: grayscale(0);
}
.doctors-gallery-thumbs .swiper-slide {
    width: auto;
    height: 100%;
}
.swiper-slide-active .doctors-img-thumbs img{
    filter: grayscale(0);
}
.about-image-marquee{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden;
    height: 930px;
}
.about-img{
    background: url('http://tristarhospitals.com/assets/images/about-us.jpg');
    width: 2248px;
    height: 930px;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 60s;
    animation-name: qodefMoveMarquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-webkit-keyframes qodefMoveMarquee{
    0%{-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}
    100%{-webkit-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0)}
}
@keyframes qodefMoveMarquee{
    0%{-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}
    100%{-webkit-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0)}
}
.about-img-copy{
    background: url('http://tristarhospitals.com/assets/images/about-us.jpg');
    width: 2248px;
    height: 930px;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 60s;
    animation-name: qodefMoveMarqueeCopy;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
@-webkit-keyframes qodefMoveMarqueeCopy{
    0%{-webkit-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0)}
    100%{-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}}
    
@keyframes qodefMoveMarqueeCopy{
    0%{-webkit-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0)}
    100%{-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}
}

.patient-testimonials.owl-carousel {
    padding: 0px 30px;
}
.pt-they-said{
    color: #ece7dd;
    font-family: Cormorant Garamond;
    font-size: 120px;
    line-height: 1px;
    letter-spacing: -.015em;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.pt-content{
    max-width: 730px;
    margin: auto;
    padding-bottom: 40px;
}
.pt-content h4{
    font-family: "Cormorant Garamond",serif;
    font-weight: 400;
    color: #122646;
    font-size: 30px;
    line-height: 1.067em;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
}
.pt-content p {
    margin: 23px 0 0;
    font-size: 14px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0px 25px rgba(14,101,185,0.15);
    margin-bottom: 20px;
}
.blog-item-img a{
    display: block;
    height: 250px;
}
.owl-carousel .owl-item .blog-item-img img {
    border-radius: 10px 10px 0 0;
    height: 100%;
    object-fit: cover;
}
.blog-item-content {
    padding: 15px;
    /* min-height: 290px; */
}
.blog-item-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}
.blog-item-content h3 a{
    color: inherit;
}
.blog-content-footer p {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}

.blue_overlay .owl-carousel .owl-nav button.owl-next, .blue_overlay .owl-carousel .owl-nav button.owl-prev{
    color: #ffffff;
}
.arrow-bottom.owl-carousel .owl-nav button.owl-next, .arrow-bottom.owl-carousel .owl-nav button.owl-prev{
    font-size: 24px;
    margin: 5px;
    width: 40px;
    height: 40px;
}
.arrow-bottom .owl-nav{
    text-align: center;
}
.arrow-middle.owl-carousel .owl-nav button.owl-next, .arrow-middle.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.arrow-middle.owl-carousel .owl-nav button.owl-next{
    right: 0px;
}
.arrow-middle.owl-carousel .owl-nav button.owl-prev{
    left: 0px;
}

.arrow-top.owl-carousel .owl-nav button.owl-next, .arrow-top.owl-carousel .owl-nav button.owl-prev{
    font-size: 24px;
    margin: 5px;
    position: absolute;
    top: -70px;
    right: 10px;
}

.arrow-top.owl-carousel .owl-nav button.owl-prev{
    right: 60px;
}
.arrow-top.owl-carousel .owl-nav > button {
    cursor: pointer;
    margin-left: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #00a9e0;
    transition: all 0.3s ease-out;
}


.google-map-part{
    height: 450px;
}
.mfp-zoom-out-cur{
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor: pointer;
}

.contact-form-left{
    background:#fff;
    padding: 25px 50px;
    height: 100%;
}
.contact-form-left::before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url('http://tristarhospitals.com/assets/images/map.jpg') no-repeat 0 0 / cover;
    opacity: 0.1;
}
.contact-form{
    background-color: #122646;
    padding: 25px;
    height: 100%;
}

.contact-form-left h2{
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    color:#000;
}

.contact-form-left ul li{
    display:flex;
    margin-bottom: 35px;
}
.contact-form-left ul li p{
    font-size: 15px;
    color: #000;
    margin-right: 20px;
}
.contact-form-left ul li p i{
    color: #808080;
}
.contact-form-left ul li p a{
    color: #000;
    display: block;
}
.contact-form-part {
    max-width: 80%;
    margin: auto;
}
.contact-form-part .form-control{
    background: rgb(255 255 255 / 8%);
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}
.contact-form-part .form-control::-webkit-input-placeholder {color: #fff;}
.contact-form-part .form-control:-moz-placeholder {color: #fff;}
.contact-form-part .form-control::-moz-placeholder {color: #fff;}
.contact-form-part .form-control:-ms-input-placeholder {color: #fff;}
.contact-form-part .bg-theme-btn {
    border-radius: 40px;
}

.section-title{color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}
.title-bar-primary {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.title-bar-primary:before {
    content: "";
    height: 3px;
    width: 50px;
    background: #00a9e0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 4px;
}
.menu-left-side > ul {
    margin-top: 30px;
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    border-radius: 4px;
    padding: 15px 30px;
    width: 100%;
    padding-left: 0;
}
.menu-left-side > ul > li {
    width: 100%;
    font-weight: 500;
    padding-left: 15px !important;
}
.menu-left-side > ul > li > a {
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    transition: all 0.5s ease-out;
}
.menu-left-side ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    transition: all 0.5s ease-out;
}
.menu-left-side > ul > li > a:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    transition: all 0.5s ease-out;
}
.menu-left-side > ul > li > a.nav-link.active{
    background-color: transparent;
    color: #111111;
}
.leftside-submenu{
    display: none;
}
.menu-left-side > ul > li.open .leftside-submenu{
    border-bottom: 1px solid #d9d9d9;
}
.menu-left-side > ul > li > a.leftside_arrow_right{
    border-bottom-color:transparent;
}
.menu-left-side ul.leftside-submenu li a{
    font-size: 14px;
    position: relative;
    display: block;
    color: #666;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.menu-left-side ul.leftside-submenu li a:before {
    display: none;
}
.widgets {
    margin-bottom: 30px;
}
.widget-call-to-action {
    background-color: #ffffff;
    padding: 30px 20px 20px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.widget-call-to-action svg{font-size: 60px;width: 60px;}
.widget-call-to-action h5, .widget-call-to-action .media-body{color: #000;}

.page-content{position: relative;z-index: 1;}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
    margin-top: 5px;
    margin-bottom: 15px;
}
.page-content h6{font-size: 15px;color:#ffffff;line-height: 21px;letter-spacing: 2px;text-transform: capitalize;margin-bottom: 5px;}
.page-content p{margin-bottom: 25px;}
.page-content ul > li{
    margin-bottom: 16px;
    padding-left: 35px;
    position: relative;
}
.page-content ul > li::before{
    content:"\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    font-size: 10px;
    left: 0;
    top: 2px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    background-color: #00a9e0;
    height: 20px;
    width: 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 168, 224, 0.75);
}
.dotlisting-part {
    padding-left: 20px;
    padding-top: 10px;
    list-style-type: disc;
}
.dotlisting-part li{
    margin-bottom: 10px;
}
.meet-doctors-slide .item-img {
    background-color: #f1f7fa;
    border-radius: 4px;
    padding: 30px 30px 0px;
}
.meet-doctors-slide .media-body {
    position: absolute;
    right: 0;
    background: #fffc;
    width: 57%;
    bottom: 12px;
    padding: 12px;
    margin-left: 1.5rem;
}
.meet-doctors-slide .media-body h6{
    color: #111111;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.meet-doctors-slide .media-body h6 a{
    color: #111111;
}
.meet-doctors-slide .media-body span{
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.speciality-box {
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.3s ease-out;
}
.speciality-box .item-img {
    position: relative;
    overflow: hidden;
}
.speciality-box .item-img::before {
    background: -webkit-linear-gradient(to top, #00a9e0, transparent);
    background: -o-linear-gradient(to top, #00a9e0, transparent);
    background: -moz-linear-gradient(to top, #00a9e0, transparent);
    background: linear-gradient(to top, #00a9e0, transparent);
}
.speciality-box .item-img:before {
    content: "";
    background: linear-gradient(to top, #00a9e0, transparent);
    height: 60%;
    width: 100%;
    bottom: 0;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.speciality-box:hover .item-img:before {
    height: 100%;
    background-color: #00a9e0;
    opacity: 0.9;
}
.speciality-box .item-img img {
    border-radius: 4px;
    width: 100%;
}
.speciality-box .item-img .item-content {
    padding: 0 20px 0 30px;
    position: absolute;
    top: 73%;
    left: 0;
    right: 0;
    z-index: 3;
    transition: all 0.3s ease-out;
}
.speciality-box .item-img .item-content .item-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
}
.speciality-box .item-img .item-content .item-title a {
    color: #ffffff;
    transition: all 0.5s ease-out;
}
.speciality-box .item-img .item-content p {
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease-out;
}
.speciality-box .item-img .item-content .item-btn {
    padding: 8px 24px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.speciality-box:hover .item-content p, .speciality-box:hover .item-content .item-btn {
    opacity: 1;
    visibility: visible;
}
.speciality-box .item-img .item-content .item-btn:hover {
    background-color: #ffffff;
    color: #000000;
}
.speciality-box .item-img .item-content .item-btn i {
    margin-left: 3px;
    font-size: 18px;
}
.speciality-box:hover .item-content {
    transform: translateY(-50%);
    top: 50%;
}

.popup-youtube{
    position: relative;
    min-height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-youtube span{
position: relative;
}
.team-box-layout2 {
    background-color: #ffffff;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.team-box-layout2 .item-img {
    position: relative;
    background-color: #f1f7fa;
    border-radius: 50%;
    margin: 0 auto 23px;
    max-width: 230px;
    max-height: 230px;
}
.team-box-layout2 .item-img img {
    width: 100%;
    border-radius: 50%;
}
.team-box-layout2 .item-img .item-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
}
.team-box-layout2 .item-img .item-icon li {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
}
.team-box-layout2 .item-img .item-icon li a {
    color: #ffffff;
    font-size: 36px;
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img {
    position: relative;
    background-color: #f1f7fa;
    border-radius: 50%;
    margin: 0 auto 23px;
    max-width: 230px;
    max-height: 230px;
}
.team-box-layout2 .item-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: hsla(195, 100%, 44%, 0.9);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    border-radius: 50%;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img:hover .item-icon {
    padding-left: 0;
}
.team-box-layout2 .item-img:hover .item-icon li {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-icon li a {
    color: #ffffff;
    font-size: 36px;
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img:hover:after {
    visibility: visible;
    opacity: 1;
}
.team-box-layout2 .item-content {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.team-box-layout2 .item-content .item-title {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 6px;
}
.team-box-layout2 .item-content .item-title a {
    color: #111111;
    transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content p {
    color: #646464;
    margin-bottom: 0;
    font-weight: 500;

}
.team-box-layout2 .item-content:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #00a9e0;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
}
.team-box-layout2 .item-schedule .item-btn {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #00a9e0;
    color: #646464;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 8px;
    border-radius: 4px;
    transition: all 0.5s ease-out;
}
.team-box-layout2:hover .item-schedule .item-btn {
    background-color: #00a9e0;
    color: #fff;
}
.why-us-title span{
    color: #a9b5bf;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    font-weight: 700;
}
.why-us-title h5{
    color: #fff;
    font-size: 30px;
}

.why-us-icon{
    background: #00a9e0;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.why-us-icon i{
    text-align: center;
    font-size: 36px;
    line-height: 2.2;
    color: #fff;
    transition: all 0.5s ease-out;
}
.why-us-content h3{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}
.why-us-content p{
    color: #a9b5bf;
}
.appointment-box.light {
    background-color: #fff;
    padding: 40px 40px 20px 40px;
    border-radius: 4px;
}
.tab-prime {
    background: #ecf5fa;
    border-radius: 12px;
    display: block;
    padding: 30px 10px 15px 20px;
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
}
.tab-prime .nav-pills .nav-link{
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 400;
    position: relative;
    padding: 15px 0px;
}
.tab-prime .nav-pills .nav-link span{
    background-color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}
.tab-prime .nav-pills .nav-link.active{
    background: none;
    font-weight: 600;
}
.tab-prime .nav-pills .nav-link.active::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    right: 0;
    z-index: 1;
    color: #5d5d5d;
    margin-left: 8px;
    transition: all 0.5s ease-out;
}

.tristar-details {
    box-shadow: 0px 5px 7px rgba(33, 33, 33, 0.07);
    border-radius: 14px;
}
.tristar-details.tristar-category-page {
    margin-bottom: 50px;
}
.tristar-packges-image {
    position: relative;
    height: 270px;
    overflow: hidden;
}
.tristar-packges-image.categories-image {
    height: 320px !important;
}
.tristar-packges-image img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}
.flg-left-actual {
    position: absolute;
    background: url(http://tristarhospitals.com/assets/images/offer-flag.svg) no-repeat 0 0 / cover;
    width: 82px;
    height: 32px;
    line-height: 25px;
    top: 13%;
    left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 0px 3px 7px;
    text-align: left;
}
.TruHelathpackes-main .flg-left-actual {
    height: 20px !important;
    background-size: 100% 100%;
    background-position: left !important;
    width: 52px !important;
}
.tristar-packges-image::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    left: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80.21%, #FFFFFF 100%);
}

.tristar-packges-info {
    background: rgba(255, 255, 255, 1);
    border-top: none;
    padding: 16px 20px 17px 20px;
    border-radius: 0 0 12px 12px;
}
.tristar-packges-info-category {
    position: relative;
    min-height: 340px;
}
.tristar-category-page .tristar-packges-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #00984A;
    margin-bottom: 0;
}
.tristar-packege-info-price span:nth-child(1) {
    font-weight: 600;
    font-size: 17px;
    color: #5d5d5d;
    margin-right: 12px;
}
.tristar-packege-info-price span:nth-child(2) {
    font-weight: normal;
    color: #6A6A6A;
    text-decoration-line: line-through;
}
.tristar-category-page .tristar-packges-info>p {
    line-height: 20px;
    text-align: justify;
    color: #5D5D5D;
    margin: 5px 0 10px 0;
}
.test-included-packe {
    margin-top: 20px;
    color: #5d5d5d;
}
.test-included-packe span {
    color: #5d5d5d;
}
.test-included-packe p {
    font-weight: normal;
    line-height: 140.5%;
    color: #212121;
    margin-bottom: 0px;
}
.book-now-row a {
    margin-top: 30px;
}
.why-tristar-packages{
    background: url('http://tristarhospitals.com/assets/images/whytristarbg.svg');max-height: 498px;
}

.why-tristar-packages h2 {
    font-weight: 600;
    font-size: 25px;
    color: #00a9e0;
    margin-bottom: 22px;
}
.why-tristar-packages img {
    margin-bottom: 15px;
}
.why-tristar-packages span {
    font-weight: 500;
    color: #212121;
}
.faqs.accordion .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.faq-header {
    padding-left: 0px;
    background: white;
    border: 0;
}
.faq-section a {
    color: #5d5d5d;
}
.faq-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.faqs .faq-header h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 140.5%;
    margin: 0;
}
.faqs.accordion .card-body {
    padding: 0 0 18px 0;
    color: #5d5d5d;
}
.accreditations-img {
    margin-top: 40px;
}
.accreditations-img img {
    margin-bottom: 25px;
}

.our-blog-bg{
    background: rgba(0, 152, 73, 0.07);
}
.careers-popup .modal-dialog{
    max-width: 600px;
}
.careers-popup .modal-content{
    padding: 30px;
    border: 10px solid #00a9e0;
    border-radius: 15px;
    box-shadow: none;
}
.careers-popup .modal-header {
    padding: 15px;
    background: #00a9e0;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.careers-popup .modal-header button.close {
    opacity: 1;
    color: #000;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 10px;
}
.careers-popup h2.modal-title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.careers-popup .modal-body {
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.careers-popup .modal-body h3 {
    font-size: 20px;
    color: #000000;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 30px;
}
.careers-popup a.knowmore {
    padding: 8px 15px;
    background: #00a9e0;
    border-radius: 5px;
    margin-top: 35px;
    font-size: 24px;
    color: #fff;
}
.careers-form{
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    padding: 30px;
}

.file-input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    border: none;
}
.select-file {
    min-height: 48px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 140px;
    position: relative;
    display: block;
    color: #6C757D;
    font-size: 16px;
    font-weight: 400;
}
.select-file:hover{
    color: #6C757D;
}
.file-select.form-group i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
}
.select-file span {
    display: inline-block;
    margin-top: 11px;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.browser-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 130px;
    height: -48px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    color: #fff;
}

.academics-listing{
    padding: 20px 15px;
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
}
.academics-listing p{
    margin-bottom: 10px;
}
.academics-listing > a{
    color: #212121;
    text-decoration: underline;
}
.academics-listing > a i{
    vertical-align: middle;
    display: inline-block;
}