*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
body {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    background: #F3F3F3;
    color: #5E5E5E;
}
.scrolldown header {
    transform: translateY(-31px);
}
.scrolldown header.header-sticky {
    transform: translateY(-100%);
}
.scrollup header {
    transform: translateY(0);
}
.scrolled.scrollup header {
    transform: translateY(-31px);
}
@media (min-width:1300px) {
    .container {
        max-width: 1240px;
    }
}
.poppins-font {
    font-family: 'Poppins', sans-serif;
}
.light-greenBg {
  background: #E7FCFF;
}


.light-greenBgimg {
   background: url(../imgs/hospital/hospital-banner.png) no-repeat;
    background-size: contain;
}

.green {
    color: #079EA2;
}
.bg-fff{
    background: #fff;
}
.greenBg {
    background: #079EA2;
}
.text-color {
    color: #000706;
}
.headingC {
    color: #000303;
    font-weight: 600;
}
.maroonBg {
    background: #9C1B62;
}
.light-grayBg {
    background: #F3F3F3;
}
.transition3s {
    transition: all ease 0.3s;
}
.border-radius-bottom {
    border-radius: 0px 10px 10px 10px;
}
.rounded {
    border-radius: 10px !important;
}
.button-radius {
    border-radius: 50px;
}
.fs-45 {
    font-size: 45px;
    line-height: 60px;
}
.fs-35 {
    font-size: 35px;
}
.fs-30 {
    font-size: 30px;
}
.fs-25 {
    font-size: 25px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-14 {
    font-size: 14px;
}
.fs-13 {
    font-size: 13px;
}
.fs-12 {
    font-size: 12px;
}
.green-btn {
    background: #079EA2;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all ease 0.3s;
}
.green-btn:hover {
    background: #9C1B62;
    color: #fff;
}
.red-btn {
    background: #9C1B62; 
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all ease 0.3s;
}
.red-btn:hover {
    background: #079EA2;
    color: #fff;
}
.transparent-btn {
    display: inline-block;
    border: 1px solid #079EA2;
    padding: 4px 15px;
    transition: all ease 0.3s;
}
.transparent-btn:hover {
    background: #079EA2;
    color: #fff;
}
.transparent-btn.hover-white:hover {
    background: #fff;
    color: #079EA2 !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    position: relative;
}
.breadcrumb .breadcrumb-item a{
    color: #fff;
}  
.breadcrumb .breadcrumb-item.active{
    color: #fff;
} 

.breadcrumb-item+.breadcrumb-item::before{
	  color: #fff;
}

/* .banner .breadcrumb-item+.breadcrumb-item::before {
    content: '\f015';
    font-family: "Font Awesome 6 free";
} */
header .top-bar {
    background: #00263E;
}
header .top-bar ul li a {
    color: #fff;
    font-size: 12px;
}
header .top-bar .left ul li:last-child {
    padding-left: 20px;
}
.top-header-menu {
    display: flex;
    justify-content: end;
}
.top-header-menu .top-menu ul li a {
    padding-right: 30px;
}
.language-switcher select{
    color: #fff;
    background: #00263E;
    border:none;
    outline: none;
    font-size: 12px;
}
#section-sticky-top.stuck,
.sticky-tabs.active {
    position: sticky;
    top:86px;
    background: #fff;
    z-index: 9;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 5px 8px #75757529;
    transition: all 0.3s ease-in-out;
}
.main-menu {
    position: relative;
}
header .navbar-brand  img{
    max-width: 100px;
}

header .navbar .nav-item .nav-link{
    font-size: 16px;
    color: #000;
    line-height: 4.1875rem;
    padding: 0 0.8125rem;
    transition: all .3s ease;
    background: 0 0;
    white-space: normal;
}
header .navbar .book-btn {
    padding: 10px 20px;
    border-radius: 30px;
}
header .navbar form {
    width: 50%;
    margin: auto;
}
header .navbar form .search{

    position: relative;
}
header .navbar form .search .form-control {
    border-radius: 40px;
    border: 1px solid #A2AAAA;
    box-shadow: inset 0px 6px 5px #C0BEBE42;
    font-style: italic;
}
header .navbar form .search span {
    position: absolute;
    right: 14px;
    top: 6px;
    color: #0E8387;
}
.banner {
    padding: 50px 0;
}
.banner .banner-content p {
    color: #000706;
    margin-bottom: 30px;
}
.banner .banner-content .btn {
    border-radius: 30px;
    font-size: 16px;
}
.banner .banner-content .btn:hover {
    background: #9C1B62;
}
.banner-form {
    border-radius: 20px;
    box-shadow: 0px 10px 40px #00000029;
    padding: 39px 27px;
    background: #fff;
    margin-left: 50px;
}
.banner-form h4 {
    color: #6E6C6C;
    font-size: 23px;
    margin-bottom: 27px;
}
.banner-form .form-control {
    box-shadow: 0px 5px 8px #75757529;
    border: 1px solid #F7F7F7;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: 13px;
    color: rgb(8, 0, 0, 0.7);
    padding: 11px;
}
.banner-form .form-control::-webkit-input-placeholder { /* Edge */
    color: rgb(8, 0, 0, 0.7);
}
  
.banner-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(8, 0, 0, 0.7);
}

.banner-form .form-control::placeholder {
    color: rgb(8, 0, 0, 0.7);
}
.banner-form .btn {
    box-shadow: 0px 5px 8px #75757529;
    border-radius: 7px;
    padding: 10px;
}
.banner-form .btn:hover {
    background: #079EA2;
}
/* Ortil treatment */
.ortil-treatment .sidebar{
    position: sticky;
    top: 100px;
}
.sidebar .sidebar-form {
    border-radius: 10px;
    background: #fff;
    padding: 20px 18px;   
}
.sidebar .sidebar-form h4 {
    color: #6E6C6C;
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 27px;
}
.sidebar .sidebar-form .form-control {
    box-shadow: 0px 5px 8px #75757529;
    border: 1px solid #F7F7F7;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: 13px;
    color: rgb(8, 0, 0, 0.7);
    padding: 11px;
}
.sidebar .sidebar-form .form-control::-webkit-input-placeholder { /* Edge */
    color: rgb(8, 0, 0, 0.7);
}
  
.sidebar .sidebar-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(8, 0, 0, 0.7);
}

.sidebar .sidebar-form .form-control::placeholder {
    color: rgb(8, 0, 0, 0.7);
}
.sidebar .sidebar-form .btn:hover {
    background: #9C1B62;
}
.sidebar-doc-list {
    padding: 1rem;
    border-radius: 7px;
}
.sidebar-doc-list h5 {
    font-size: 17px;
}
.sidebar-doc-list p {
    font-size: 13px;
    color: #A1A1A1;
    margin-bottom: 0;
    line-height: 20px;
}
.treatment-details {
  
}
.treatment-details .dt-head {
    font-weight: 600;
}
.treatment-details .td-details-header{
    display: flex;
    position: sticky;
    top: 75px;
    z-index: 9;
    white-space: nowrap;
}
.treatment-details .td-details-header.active {
    background: #fff;
    z-index: 99;
}
.treatment-details .td-details-header li a {
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
    color: #0E8387;
    text-align: center;
    margin-right: 5px;
    background: #fff;
    font-size: 16px;
    padding: 9px 20px;
    font-weight: 500;
    transition: all ease 0.3s;
}
.treatment-details .td-details-header li a:hover,
.treatment-details .td-details-header li a.active {
    color: #000;
}
.treatment-details .td-details-header li a:hover img,
.treatment-details .td-details-header li a.active img {
    filter: brightness(0) invert(0)
}
.treatment-details .td-content-area {
    padding: 30px;
}
.treatment-details .td-content-area p {
    margin-bottom: 24px;
}
.treatment-details .td-content-area p span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.treatment-details .td-content-area  h3  img{
    filter: brightness(0) invert(0)
}
.treatment-details .td-content-area ul {
    padding-left: 15px;
    margin-bottom: 24px;
}
.td-content-area ul li{
    position: relative;
    list-style: disc;
}
.treatment-details .td-content-area .list-style-number li{
    list-style: none;
    margin-bottom: 24px;
}
.treatment-details .td-content-area .list-style-number li .head {
    font-weight: 600;
    font-size: 25px;
}
.treatment-details .td-content-area .desc-listing li{
    font-size: 16px;
    list-style: auto;
}
.col-4-slider .slick-track {
    padding-bottom: 30px;
}
.col-4-slider .slick-list {
    /* margin: 0px -45px; */
    padding: 0 5px;
    overflow: hidden;
}
.col-4-slider .item{
    color: #4E4B4B;
    box-shadow: 0px 10px 40px #83838329;
    border-radius: 14px;
    margin: 0 5px;
    padding-bottom: 20px !important;
}
.col-2-slider .item {
    padding: 0px;
    margin: 0 5px;
}
.col-2-slider .item img {
    width: 100%;
}
.col-4-slider .item .hos-img img {
    width: 100%;
}
.top-doc .col-4-slider .item .hos-img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
.top-doc .col-4-slider .item .hos-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}
.col-4-slider.top-doc .hos-img img {
    width: auto;
    padding: 20px 0px;
    margin:auto
}
.col-4-slider.top-doc.top-hospital .hos-img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featured-hospitals .hos-img {
    overflow: hidden;
    margin-bottom: 10px;
}
.col-4-slider .item .btn {
    border-radius: 30px;
    font-size: 9px;
    box-shadow: 0px 5px 15px #0BBEAD69;
    opacity: 0.99;
    text-align: center;
}
.treatment-cost .col-4-slider .item .btn{
    font-size: 12px;
}   
.col-4-slider .item .btn:hover {
    background: #9C1B62;
}
.col-4-slider .item h6 {
    font-size: 14px;
    padding:10px  3px;
}
.blogs .col-4-slider .item h3 {
    font-size: 20px;
    color: #000;
}
.col-4-slider .item .hos-img{
    overflow: hidden;
}
.col-4-slider .item .hos-img img {
    transition: all ease 0.6s;
}
.col-4-slider .item:hover  .hos-img img{
    transform: scale(1.2);
}
.top-doc .col-4-slider .item h3 {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding: 5px 15px 10px 15px;
}
.top-doc .col-4-slider .item .designation {
    font-weight: 500;
}
.col-4-slider .slick-arrow,
.col-2-slider .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 30%;
    border-radius: 50%;
}
.col-4-slider .slick-prev ,
.col-2-slider .slick-prev{
    background: url(../imgs/arrow-left.svg) #fff;
    left:-28px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    box-shadow: 0px 7px 20px #83838329;
    top: 50%;
    background-size: 30%;
    transform: translate(-50%);
}
.col-4-slider .slick-next,
.col-2-slider .slick-next {
    background: url(../imgs/arrow-left.svg) #fff;
    transform: rotate(180deg);
    right: -45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    box-shadow: 0px 7px 20px #83838329;
    overflow: hidden;
    text-indent: -99999px;
}

.work-timeline .tmboxes {
    justify-content: center;
}
.work-timeline .workBox{
    box-shadow: 0px 5px 8px #75757529;
    border-radius: 7px;
    padding: 9px 25px;
    margin: 0px 14px;
    max-width: 250px;
}
.work-timeline .workBox:first-child {
    margin-left: 0;
}
.work-timeline .workBox:last-child {
    margin-right: 0;
}
.work-timeline .workBox p {
    margin:0;
    color: #A1A1A1;
    line-height: normal;
}
.work-timeline .numbers {
    width: 80%;
    margin:40px auto;
}
.work-timeline .numbers ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.work-timeline .numbers ul::after {
    width: 100%;
    height: 2px;
    position: absolute;
    background: #079EA2;
    bottom: 15px;
    content: '';
}
.work-timeline .numbers ul li {
    border: 2px solid #079EA2;
    color: #02191A;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    list-style: none;
    text-align: center;
    position: relative;
    background: #fff;
    z-index: 1;
}
.work-timeline .numbers ul li:nth-child(1)::before,
.work-timeline .numbers ul li:nth-child(3)::before,
.work-timeline .numbers ul li:nth-child(5)::before {
    position: absolute;
    content: '';
    height: 35px;
    width: 1px;
    border: 1px dashed #A1A1A1;
    top: -39px;
    left: 12px;
}
.work-timeline .numbers ul li:nth-child(2)::before,
.work-timeline .numbers ul li:nth-child(4)::before {
    position: absolute;
    content: '';
    height: 35px;
    width: 1px;
    border: 1px dashed #A1A1A1;
    bottom: -39px;
    left: 12px;
}
.ortilFaq .accordion-item {
    margin-bottom: 16px;
}
.ortilFaq .accordion-item:first-of-type{
    border-radius: 0;
}
.ortilFaq .accordion-button:focus {
    box-shadow: none;
}
.ortilFaq .accordion-button:not(.collapsed) {
    background: transparent;
}
.ortilFaq .accordion-item:not(:first-of-type) {
    border: 1px solid #EAE8E8
}
.ortilFaq .accordion-button {
    font-size: 21px;
    color: #5C6060;
}
.pre-footer .btn {
    border-radius: 30px;
    padding: 11px 32px;
}
footer {
    background: #00263E;
    font-size: 14px;
    line-height: 26px;
}
footer ul li a {
    color: #fff;
}
footer ul.social li a{
    display: inline-block;
    padding-right: 10px;
    transition: all ease 0.4s;
}
footer ul.social li a img {
    transition: all ease 0.4s;
}
footer ul.social li a:hover img {
    transform: translateY(-10px);
}
.footer-menu {
    display: flex;
}
.footer-menu .footer-col {
    flex: 1;
}
.footer-menu .footer-col ul{
    padding-left: 0;
}
.footer-menu .footer-col ul li a {
    color: #fff;
    opacity: 0.9;
    display: inline-block;
    padding-bottom: 10px;
    transition: all ease 0.4s;
}
.footer-menu .footer-col ul li a:hover {
    padding-left: 10px;
}
.footer-menu .footer-col ul li:first-child {
    font-size: 17px;
    position: relative;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.footer-menu .footer-col ul li:first-child::after {
    background: #9D1B63;
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 4px;
    content: '';
    width: 28px;
}
.copyright p {
    color: #B6B6B6;
    border-top: 1px solid rgb(112, 112, 112, 0.3);
    padding: 26px;
}

/* hospital css*/
.inner-banner {
    background-size: cover;
    width: 100%;
    height: 375px;
    display: flex;
    align-items: center;
}
.inner-banner.hospital-banner {
    display: block;
}
.inner-banner p {
    width: 50%;
}
.top-slider {
    margin-top: -26%;
}
.hi-listing li{
    list-style: none !important;
    padding-left: 45px;
    padding-bottom: 17px;
}
.hi-listing li:last-child {
    padding-bottom: 0;
}
.hi-listing li::before {
    position: absolute;
    content: '';
    background-image: url(../imgs/hospital/tick.svg);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    left: 0;
}
.facilityBox {
    box-shadow: 0px 10px 6px #BBB2B229;
    padding: 24px;
    padding-left: 0;
}

.ticklist ul li {
    list-style: none !important;
    padding-left: 25px;
    padding-bottom: 17px;
    width: 25%;
    line-height: normal;
    font-size: 13px;
}
.ticklist ul li::before {
    position: absolute;
    content: '';
    background-image: url(../imgs/hospital/check.svg);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    left: 0;
    top: 0px
}
.service-list ul li{
    list-style: none !important;
    padding: 5px 5px 5px 30px;
    width: 32%;
    box-shadow: 0px 10px 6px #BBB2B229;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 10px;
    color: #050101;
    font-size: 13px;
    text-transform: uppercase;
}
.service-list ul li::before  {
    position: absolute;
    content: '';
    background-image: url(../imgs/hospital/treatment-list-icon.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    left: 0;
    top: 7px
}

.hos-facility .faci-box{
    width: 30%;
    justify-content: space-between;
    border: 1px solid #D9DCDC;
    border-radius: 6px;
    margin-right: 15px;
}
.hos-facility .top-head {
    border-bottom: 1px solid #D9DCDC;
    padding: 11px;
}
.hos-facility .cont {
    padding: 15px;
}
.hos-facility .cont p {
    margin-bottom: 0;
    line-height: 20px;
}
.dc-detail-center .service-list ul li{
    text-transform: capitalize;
    font-size: 12px;
    margin-right: 5px;
}
.treatment-details.dc-detail-center .td-content-area {
    padding: 23px;
}
.doctor-detailBox {
    position: sticky;
    top: 100px
}
.kf-box {
    width: 33%;
    margin-right: 5px;
    background: #F5F6F6;
}
.ticklist.expe ul li {
    width: 100%;
    padding-bottom: 10px;
}
.reviews ul li {
    list-style: none;
    border-bottom: 1px solid #645B5B3B;
    padding: 20px 0;
}
.reviews ul li:last-child {
    border-bottom: 0;
}
.reviews ul li .fa-star {
    font-size: 13px;
}
.reviews ul li .fa-star:not(:last-child) {
    color: #079EA2;
}
.reviews ul li button {
    color: #5E5E5E;
    font-size: 13px;
}
.detail-container {
    margin-top: -12%;
}
.dc-hours ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.dc-hours ul li p{
    line-height: normal;
    margin-bottom: 0;
    font-size: 14px;
}
.social-doctor a {
    transition: all ease 0.4s;
}
.social-doctor a:hover {
    transform: translateY(-10px)
}
.ttm-detail p{
    line-height: normal;
    color: #011110;
    font-size: 12px;
    margin-bottom: 0 !important;
    padding: 3px 0;
}
.ttm-detail li:first-child{
    border: 0;
}
.ttm-detail li {
    border-top: 1px solid rgba(112, 112, 112, 0.14);
    list-style: none !important;
    padding: 12px 0;
}
.qualBoxes {
    gap: 20px;
}
.qualbox {
    box-shadow: 0px 10px 40px #83838329;
    border-radius: 14px;
    width: 48%;
}
.qualbox span {
    font-size: 10px;
}
.qualbox h6 {
    font-size: 14px;
}
.qualbox  p{
    margin-bottom: 0 !important;
    font-size: 13px;
}
.healthCare_numberbox,
.feature-content {
    box-shadow: 0px 10px 20px #97B6C633;
    border-radius: 18px;
}
.featureImg {
    z-index: 1;
    position: relative;
    top: -30px;
}
.feature-content {
    margin-left: -100px;
    padding-left: 100px;
}
.feature-content .sub-desc {
    margin-right: 15px;
    border-bottom: 1px solid #7070702a;
}
.feature-content h3 {
    font-size: 16px;
}
.client-saying {
    padding-top: 100px!important;
}
.client-vdo {
    position: relative;
    top: -50px;
}
.client-story {
    background: url('../imgs/home/pattern.svg'), #079EA2;
    color: #fff;
}
.vdoBtn {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    width: 94px;
    height: 94px;
    background: radial-gradient(#258E93 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.vdoBtn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.vdoBtn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.vdoBtn:hover::after {
  border-left: 15px solid #9C1B62;
  -webkit-transform: scale(20);
  transform: scale(20);
}

.vdoBtn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
.blogs {

}
.happy-patient .row {
    gap: 10px;
}
.flag {
    box-shadow: 0px 20px 10px #97B6C633;
    border-radius: 12px;
    padding: 15px 20px;
    width: 13%;
    text-align: center;
}
.connect-advisor {
    background: url('../imgs/home/connect-banner.png');
    background-size: cover;
}
.bookingform .left {
    width: 40%;
}
.bookingform .right {
    padding: 70px;
    position: relative;
    margin-top: -60px;
}
.bookingform .banner-form {
    box-shadow: none;
    padding: 0;
    margin-left: 0;
}
.homeFaq {
    background: url('../imgs/home/pattern.svg'), #079EA2;
}
.whyOrtil-boxes {
    gap: 20px;
}
.whyOrtil-boxes .box1{
    margin-top: 150px;
}
.whyOrtil-boxes .box2{
    margin-top: 100px;
}
.whybox {
    box-shadow: 0px 20px 20px #97B6C633;
    border-radius: 22px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 210px;
}
.whybox p {
    padding: 0 20px;
    line-height: normal;
    font-weight: 500;
}
.testimonialbox {
    box-shadow: 0px 10px 40px #83838329;
    border-radius: 14px;
    padding: 45px;
}
.testimonialbox .testi-img{
    width: 113px;
    height: 113px;
    border-radius: 50%;
    border: 1px solid #079EA2;
    padding: 3px;
    overflow: hidden;
}
.testimonialbox .testi-img img {
    width: 100%;
    object-fit: cover;
    transition: all ease 0.6s;
}
.testimonialbox .para{
    font-style: italic;
    font-size: 18px;
}
.testimonialbox:hover .testi-img img{
    transform: scale(1.2);
}
.col-2-slider .item {

}
.col-2-slider .item .quote img {
    width: auto;
}
/* .slick-list {
    margin: 0px -10px;
    padding: 10px;
    overflow: hidden;
} */
.home-banner {
    background-image: url('../imgs/home/home-banner.png');
    background-size: cover;
}
.home-tabs .nav-tabs{
    border-bottom: 0;
    justify-content: center;
}
.home-tabs .nav-tabs .nav-link {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 68px;
    height: 68px;
    background: #0B9EA6;
    margin: 0 20px;
    position: relative;
}
.home-tabs .nav-tabs p {
    color: #fff;
    padding-top: 10px;
}
.home-tabs .nav-tabs .nav-link  img {
    filter: brightness(0) invert(1)
}
.home-tabs .nav-tabs .nav-link span {
    position: absolute;
    top: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    margin-top: 10px;
}
.home-tabs .nav-tabs .nav-link.active,
.home-tabs .nav-tabs .nav-link:hover {
    background: #fff;
}
.home-tabs .nav-tabs .nav-link.active img,
.home-tabs .nav-tabs .nav-link:hover img {
    filter: none;
}
.slider-nav div {
    color: #fff;
}

.home-tabs .tab-pane {
    width: 60%;
    margin: auto;
    margin-top: 2%;
}
.top-nav-item .item {
    color: #fff;
    background: #0B9EA6;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 3px 10px; 
    margin: 0 15px;
    text-align: center;
    pointer-events: none;
}
/* .top-nav-item .item.slick-slide.slick-current.slick-active,
.top-nav-item .item.slick-slide:hover {
    background: #9C1B62;
    color: #fff;
    cursor: pointer;
} */
.home-tabs .border-white {
    border: 2px solid #fff;
    border-radius: 31px;
    width: 73%;
    height: 150px;
    position: absolute;
    margin: auto;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hospital-logos {
    padding: 30px 0;
    padding-top: 26px;
}
.hospital-logos  img {
    padding: 0 15px;
    
    object-fit: contain;
    width: 150px;
}
.home-tabs .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 30%;
    border-radius: 50%;
}
.home-tabs .slick-prev,
.home-tabs .slick-next {
    top: 0
}
.home-tabs .slick-prev{
    background: url(../imgs/arrow-left-w.svg) #0B9EA6;
    left:-28px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    box-shadow: 0px 7px 20px #83838329;
    background-size: 30%;
    transform: translate(-50%);
}
.home-tabs .slick-next {
    background: url(../imgs/arrow-left-w.svg) #0B9EA6;
    transform: rotate(180deg);
    right: -45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    box-shadow: 0px 7px 20px #83838329;
    overflow: hidden;
    text-indent: -99999px;
}
.accordion-button::after ,
.accordion-button:not(.collapsed)::after{
    background-image: url('../imgs/hospital/arrow-down.svg');
}
.service-box {
    margin-top: 30px;
}
.service-head {
    border-radius: 10px 10px 0px 0px;
    font-size: 22px;
    font-weight: 600;
}
.service-content {
    border-radius: 0px 0px 10px 10px;
}
.service-content ul,
.filters-mobile .accordion .accordion-body ul {
    height: 200px;
    overflow-y: auto;
}
.service-content ul li {
    position: relative;
    padding-left: 25px;
}
.service-content ul li a,
.filterbox ul li a,
.filters-mobile .accordion .accordion-body ul li a {
    color: #757171;
    font-size: 14px;
    transition: all ease 0.6s;
}
.service-content ul li a:hover,
.filterbox ul li a:hover {
    padding-left: 10px;
    color: #0B9EA6;
}
.service-content ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top:7px;
    background-image: url('../imgs/doctor-detail/star.svg');
    width: 13px;
    height: 12px;
}
.filters-mobile .accordion .accordion-item {
    border: none;
}
.filters-mobile .accordion .accordion-header .accordion-button{
    padding: 1rem 0;
}
.filters-mobile .accordion .accordion-header .accordion-button:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}
.filters-mobile .accordion .accordion-header .accordion-button:not(.collapsed) {
    color: #079EA2;
    background: transparent;
}
.filters-mobile .accordion .accordion-body {
    padding-top: 0;
}
.service-content ul::-webkit-scrollbar-track,
.filterbox ul::-webkit-scrollbar-track,
.filters-mobile .accordion .accordion-body ul::-webkit-scrollbar-track {
    border-radius: 10px;
	background-color: #F5F5F5;
}

.service-content ul::-webkit-scrollbar,
.filterbox ul::-webkit-scrollbar,
.filters-mobile .accordion .accordion-body ul::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.service-content ul::-webkit-scrollbar-thumb,
.filterbox ul::-webkit-scrollbar-thumb,
.filters-mobile .accordion .accordion-body ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D2D0D0;
}
.filterbox {
    padding-bottom: 40px;
}
.filter-sidebar {
    border-radius: 14px;
}
.filterbox ul {
    height: 200px;
    overflow-y: auto;
}
.filterbox.country-list ul,
.filters-mobile .accordion .accordion-item.country-list .accordion-body ul {
    height: auto;
}
.filters-mobile .accordion .accordion-header img {
    padding-right: 5px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.filterbox ul li {
    font-size: 14px;
}
.hospital-detail-box {
    padding: 30px 20px;
    border-radius: 14px;
}


.doctor-listing .hospital-img{
	height:200px;
width:200px;
background:#f9f9f9;
overflow:hidden;
border-radius:100px;
border:2px solid #f9f9f9;
    box-shadow: 0px 15px 8px #75757529;	
}

.hosp-service ul li {
    color: #079EA2;
    padding-right: 40px;
    font-size: 14px;
}
.hosp-service ul li:last-child{
    padding-right: 0;
}
.hosp-service ul li img{
    width: 15px;
}
.pagination {
    line-height: normal;
}
.ortil-navigation .page-item:first-child {
    border: 1px solid #079EA2;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 14px;
    transition: all ease 0.3s;
}
.ortil-navigation .page-item:first-child:hover .page-link,
.ortil-navigation .page-item:last-child:hover .page-link{
    background: #079EA2;
    color: #fff !important;
    border-radius: 30px;
}
.ortil-navigation .page-item:last-child {
    border: 1px solid #079EA2;
    border-radius: 30px;
    margin-left: 15px;
    font-size: 14px; 
}
.ortil-navigation .page-link {
    background: transparent;
    border: none;
    color: #000;
    font-size: 14px;

}
.ortil-navigation .page-link.active {
    background:#079EA2;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.left-filters .sidebar,
.servicesBoxes .sidebar{
    position: sticky;
    top: 100px
}
.box-image img {
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
}


.read_more_toggle {
    color: #079EA2;
    cursor: pointer;
    text-decoration: underline;
}
.mob-accordian {
    display: none;
}
.mob-filter .mob-head {
    cursor: pointer;
}
.ellipsis-content {
    padding-bottom: 30px;
}
.ellipsis-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    margin-bottom: 0 !important;
}
.ellipsis-content.show p{
    overflow: visible;
    -webkit-line-clamp: inherit;
}