@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.woff');
}
body {
    font-family: 'Poppins';
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #222222;
}
.c-fluid {
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
}
@media (min-width: 1080px) and (max-width: 1440px) {
    .c-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*top header css*/
.customer-care {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.customer-care img {
    margin-right: 10px;
}
.customer-care-title h4, .customer-care-title a {
    margin: 0px;
    font-size: 22px;
    margin-bottom: 3px;
}
.customer-care-title h5 {
    margin: 0px;
    font-size: 12px;
    color: #181818;
}
.calvary-logo-title {
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
}
/*main slider css*/
.home-page-slider .carousel-control:focus, .home-page-slider .carousel-control:hover {
    background-color: transparent;
    background-image: none;
}
.home-page-slider .carousel-control  {
    top: auto;
    bottom: 50%;
    background-color: transparent;
    background-image: none;
}
.home-page-slider .carousel-control .glyphicon-chevron-left, .home-page-slider .carousel-control .glyphicon-chevron-right, .home-page-slider .carousel-control .icon-next, .home-page-slider .carousel-control .icon-prev {
    font-size: 24px;
}
.advertise-indicators li {
    position: relative;
    border: 1px solid transparent;
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    transition: all .3s ease-in-out;
    background-color: transparent;
    height: 5px;
    width: 5px;
}
.advertise-indicators li span {
    border-radius: 100%;
    background: #505cfd;
    display: block;
    height: 6px;
    width: 6px;
    background: #ae353b;
}
.advertise-indicators li.active, .advertise-indicators li:hover {
    border: 1px solid #ae353b;
    transition: all .3s ease-in-out;
    background-color: transparent;
    height: 20px;
    width: 20px;
    margin: 0 5px;
}
.advertise-indicators [data-target] {
    background-color: transparent;
    height: 20px;
    width: 20px;
    padding: 6px;
    margin: 5px;
    border: 1px solid transparent;
}
.advertise-indicators {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
/*carousel css*/
.carousel-cus-caption {
    top: 0%;
    text-align: left !important;
    left: 15%;
}
.carousel-indicators {
  bottom: 100px;
}
.carousel-caption-text h3 {
    font-size: 32px;
    /*color: #8a2124;*/
    color: #ffffff;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 0px;
}
.carousel-caption-text h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 30px;
}
.carousel-caption-text p {
    color: #ffffff;
    font-size: 18px;
}
/*carousel indicators mobile view css*/
@media (max-width: 915px) {
    .carousel-indicators {
        bottom: 0px !important;
    }
    .carousel-caption-text h3 {
        font-size: 14px !important;
        margin: 0px !important;
    }
    .carousel-caption-text h4 {
        font-size: 18px !important;
        margin: 0px !important;
    }
    .carousel-caption-text p {
        font-size: 12px !important;
    }
    .carousel-cus-caption {
        top: 0% !important;
    }
    .c-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #menu a {
        padding: 10px 0px !important;
    }
    .customer-care-title h4, .customer-care-title a {
        font-size: 16px !important;
    }
    #menu {
        position: relative !important;
    }
    #menu .main-navbar-menu {
        list-style-type: none;
        overflow: hidden;
        overflow-y: hidden;
        position: absolute;
        left: 0;
        width: 80%;
        transition: height 1s ease;
        z-index: 999;
        background-color: #fff;
        padding: 0px 15px;
        top: 70px;
        position: fixed;
        overflow-y: scroll;
        height: 400px;
    }
}
/*main slider fade css*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
/*calvary-services*/
.calvary-services {
    margin-top: -50px;
}
.calvary-services .row, .calvary-about .row {
    margin-left: 0px;
    margin-right: 0px;
}
.calvary-services [class*= "col-"],  .calvary-about [class*= "col-"] {
    padding: 0px;
}
.services-block-1 {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*background: #2f89fc;*/
    background-image: radial-gradient( circle 941px at 2.6% 6.8%, #283290 15.9%, #0d22ec 90.6% );
    min-height: 340px;
}
@media (min-width: 992px) and (max-width: 1655px) {
    .services-block-1 {
        min-height: 390px;
    }
}
.services-block-bg {
    background-image: radial-gradient( circle 941px at 2.6% 6.8%, #a83e43 15.9%, #c80d15 90.6% ) !important;
}
.services-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block;
    text-align: center;
    padding: 25px;
    position: relative;
}
.services-icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: rgba(130, 26, 26, 0.2) 0px 7px 29px 0px;
}

.icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-media-body h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.services-media-body p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}
.b-right-none {
    border-right: none !important;
}
.services-media:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
.services-media:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*other-services css*/
.other-services {
    border-radius: 6px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 362px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-services img {
    border-radius: 6px;
    max-height: 342px;
}
/*clinic timings block css*/
.clinic-timing-block {
    border: 1px solid rgba(255, 255, 255, 0.91);
    text-align: center;
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin-bottom: 15px;
}
.clinic-time h3 {
    color: rgb(251, 251, 251);
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.clinic-time-title h4 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.clinic-timing-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clinic-notice {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    background: rgba(40,50,144,0.65);
}
.clinic-notice:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.clinic-notice:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(40,50,144,0.6);
    left: 0;
    top: 0;
    border-radius: 20px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.clinic-notice h5 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFF00;
    padding: 15px;
}
.clinic-message {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}
.offers-block {
    opacity: 0.75 !important;
    background-color: #FF0;
    padding: 30px;
    border-radius: 20px;
}
.pulse {
    box-shadow: 0 0 0 rgb(255, 255, 0);
    animation: pulse 2s infinite;
    display: block;
    border-radius: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.offers-block h4 {
    text-align: center;
    color: red;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.offers-heading h2 {
    font-size: 40px;
    color: #090777;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
}
.offers-heading-divider {
    width: 40px;
    height: 5px;
    background: #090777;
    margin: 0px auto;
}
/*paddings*/
.p-0 {
    padding: 0px;
}
.p-1 {
    padding: 5px;
}
.p-2 {
    padding: 10px;
}
.p-3 {
    padding: 15px;
}
.p-4 {
    padding: 20px;
}
.p-6 {
    padding:  30px;
}
.pt-1 {
    padding-top: 5px;
}
.pt-2 {
    padding-top: 10px;
}
.pt-3 {
    padding-top: 15px;
}
.pt-4 {
    padding-top: 20px;
}
.pt-5 {
    padding-top: 25px;
}
.pt-6 {
    padding-top: 30px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-1 {
    padding-bottom: 5px;
}
.pb-2 {
    padding-bottom: 10px;
}
.pb-3 {
    padding-bottom: 15px;
}
.pb-4 {
    padding-bottom: 20px;
}
/*margins*/
.m-0 {
    margin: 0px;
}
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 10px;
}
.mr-3 {
    margin-right: 15px;
}
.mr-4 {
    margin-right: 20px;
}
.mr-5 {
    margin-right: 25px;
}
.ml-1 {
    margin-left: 5px;
}
.mt-1 {
    margin-top: 5px;
}
.mt-2 {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 15px;
}
.mt-4 {
    margin-top: 20px;
}
.mt-5 {
    margin-top: 25px;
}
.mt-6 {
    margin-top: 30px;
}
.mt-7 {
    margin-top: 35px;
}
.mt-8 {
    margin-top: 40px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 5px;
}
.mb-2 {
    margin-bottom: 10px;
}
.mb-3 {
    margin-bottom: 15px;
}
.mb-4 {
    margin-bottom: 20px;
}
.mb-5 {
    margin-bottom: 25px;
}
.mb-6 {
    margin-bottom: 30px;
}
/*positions*/
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
/*heading section css*/
.heading-section .sub-heading {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    position: relative;
}
.heading-section .main-heading h1 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 5px;
}
/*sub  heading css*/
.sub-heading h2 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}
.sub-heading-divider {
    width: 40px;
    height: 5px;
    background: #a83e43;
    margin: 0px auto;
}
.inner-page-title-border {
    width: 40px;
    height: 5px;
    background: #a83e43;
}
/*about css*/
.about-content {
    padding-left: 80px;
    padding-top: 70px;
}
.about-content p {
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-services {
    display: flex;
}
.about-services-img {
    line-height: 1;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #2c38a6;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 3px;
    padding: 15px;
}
.about-services-content {
    padding-left: 15px;
}
.about-services-content-title h3 {
    font-size: 20px;
    margin: 0px;
}
.about-services-content p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}
.about-content [class*= "col-"] {
    padding: 15px;
}
.about-content .row {
    margin-right: -15px;
    margin-left: -15px;
}
.about-left-block {
    padding: 25px 10px;
}
@media (max-width: 1440px) {
    /*.about-services-img {
        width: 115px;
        height: 56px;
    }*/
    .about-content {
        padding-left: 60px;
        padding-top: 50px;
    }
    .calvary-about-img img {
        height: 775px;
        width: auto;
    }
    .doctors-carousel-control.left {
        left: 0% !important;
    }
    .doctors-carousel-control.right {
        right: 0% !important;
    }
}

.cth-services .pic {
    background: #222ea5;
    position: relative;
    display: block;
    float: left;
    width: 220px;
    height: 220px;
    margin-right: 20px;
    font-size: 48px;
    line-height: 90px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    color: #fff;
}
.cth-services .pic::before {
    background: #a83e43;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.cth-services .pic {
    line-height: 214px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
.cth-services ul li::marker {
    content: none;
}
.cth-services img {
    position: relative;
}
.cth-services ul {
    margin: 0px;
    padding: 0px;
}
.cth-services li {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    margin: 40px 30px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 0px;
}
.cth-services h2 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 0px;
}
.cth-services p {
    overflow: hidden;
    padding-right: 40px;
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c;
}
.cth-services li:nth-last-child(-n+2) {
    padding-bottom: 0px;
    border-bottom: none;
}
.cth-services-content {
    height: 212px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*seperator css*/
.calvary-seperator {
    background-image: url('../content/images/seperator/seperator.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/*.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    background: #090777;
}*/
.calvary-seperator-pad {
    padding: 60px 0px;
}
.calvary-seperator-content h2 {
    color: #ffffff;
}
.calvary-seperator-content p {
    color: rgba(255,255,255,.8);
    margin-bottom: 0px;
}
.calvary-seperator-btn button {
    background: #ff8000;
    border: 1px solid #ff8000;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.calvary-seperator-btn button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
.calvary-seperator-btn button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/*about doctors css*/
.calvary-doctors p {
    text-align: center;
    padding-top: 15px;
}
.doctors-secton-top-pad,  .about-secton-top-pad {
    padding-top: 60px;
}
.section-top-pad {
    padding-top: 100px;
}
.section-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}
.inner-section-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 460px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #f0f0f0;
    color: black;
}
.flip-card-back {
    background-color: #ffffff;
    transform: rotateY(180deg);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    padding: 15px;
    height: 460px !important;
}
.doctor-info {
    background-color: #ffffff;
    padding: 18px;
    height: 140px;
}
.doctor-info h2 {
    margin: 0px;
    font-size: 20px;
    word-break: break-all;
}
.doctor-info p {
    padding-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
}
.doctor-card-footer {
    display: flex;
    align-items: center;
    bottom: 0px;
    position: absolute;
    padding-bottom: 15px;
}
.doctor-footer-img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.doctor-footer-img img {
    max-height: 65px;
}
.doctor-card-footer-details {
    padding-left: 10px;
}
.doctor-card-footer-details h2 {
    font-size: 14px;
    margin: 0px;
    text-align: left;
}
.doctor-card-footer-details p {
    font-size: 12px;
    padding: 0px;
    text-align: left;
}
.doctors-block .table tbody tr td:first-child {
    width: 110px;
}
.no-borders .table tbody tr td, .no-borders .table {
    border: none;
    text-align: left;
}
/*donation button css*/
.btn-donation {
    color: #8A2124;
    background-color: transparent;
    border: 1px solid #8A2124;
}
.btn-donation:hover {
    color: #fff;
    background-color: #8A2124;
    border-color: #750e11;
}
/*doctors help css*/
.calvary-doctors-help p {
    margin-bottom: 0px;
}
.departments-bg {
    background-image: url('../content/images/departments/departments.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/*doctors department css*/
.calavry-doctors-department {
    background-image: url('../content/images/doctors/doctors-department.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.doctor-image-block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
    min-height: 277px;
}
.bg-heading-section .sub-heading, .bg-heading-section > .main-heading > h1 {
    color: #ffffff;
}
.bg-heading-section {
    padding-bottom: 60px;
}
/*our doctors css*/
.carousel-showmanymoveone .carousel-inner > .item.active.right,
.carousel-showmanymoveone .carousel-inner > .item.next {
  -webkit-transform: translate3d(25.0%, 0, 0);
  transform: translate3d(25.0%, 0, 0);
  left: 0;
  transition: 0.6s;
}
.carousel-showmanymoveone .carousel-inner > .item.active.left,
.carousel-showmanymoveone .carousel-inner > .item.prev {
  -webkit-transform: translate3d(-25.0%, 0, 0);
  transform: translate3d(-25.0%, 0, 0);
  left: 0;
  transition: 0.6s;
}
.carousel-showmanymoveone .carousel-inner > .item.left,
.carousel-showmanymoveone .carousel-inner > .item.prev.right,
.carousel-showmanymoveone .carousel-inner > .item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  transition: 0.6s;
}
.doctors-carousel-control.left, .doctors-carousel-control.right {
    background: transparent;
    background-image: none;
    top: auto;
    bottom: 50%;
}
.doctors-carousel-control.left .glyphicon, .doctors-carousel-control.right .glyphicon {
    font-size: 20px;
}
.doctors-carousel-control.right {
    right: 0%;
}
.doctors-carousel-control.left {
    left: 0%;
}
@media only screen and (max-width: 810px) {
    .carousel-showmanymoveone .item .col-xs-12:nth-last-child(-n+3) {
        display: none;
    }
    .cth-services li {
        width: 100% !important;
        margin: 40px 0px 0 !important;
        padding-left: 0px !important;
    }
    .cth-services .pic {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .cth-services h2 {
        margin-top: 20px;
    }
    .clinic-timing-flex{
        display: block !important;
    }
}
@media (min-width: 810px) and (max-width: 992px) {
    .carousel-showmanymoveone .item .col-xs-12:nth-last-child(-n+3) {
        display: none;
    }
    .cth-services ul {
        display: flex;
        flex-flow: wrap;
    }
    .cth-services li {
        width: 48% !important;
        margin: 40px 0px 0 !important;
        margin-right: 0px;
        padding-left: 0px !important;
        display: inline-grid;
        margin-right: 15px !important;
    }
    .cth-services .pic {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .cth-services h2 {
        margin-top: 20px;
    }
    .clinic-timing-flex{
        display: block !important;
    }
    .client-testimonials-block-content {
        width: auto !important;
    }
}
@media (min-width: 810px) and (max-width: 1080px) {
    .offers-heading h2 {
        font-size: 30px;
    }
    .offers-block h4 {
        font-size: 16px;
    }
    .clinic-notice h5 {
        font-size: 20px;
    }
    .services-multi-item-carousel .carousel-control.right .glyphicon-chevron-right {
        margin-right: -100px;
    }
    .services-multi-item-carousel .carousel-control.left .glyphicon-chevron-left {
        margin-left: -100px;
    }
    .calvary-video-showmanymoveone .carousel-control.right .glyphicon-chevron-right {
        margin-right: -100px;
    }
    .calvary-video-showmanymoveone .carousel-control.left .glyphicon-chevron-left {
        margin-left: -100px;
    }
}
.cth-youtube-news {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 15px;
    background-color: rgba(255,255,255,1);
    margin: 30px;
    height: 330px;
}
.cth-youtube-news img {
    max-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 5px 15px;
}
.cth-youtube-news .cth-youtube-video {
    transition: .5s ease;
    opacity: 0.35;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    max-width: 150px;*/
}
.cth-youtube-news:hover .cth-youtube-video {
    opacity: 1;
}
/*video gallery css*/
.calvary-video-gallery {
    background-image: url('../content/images/video-gallery/video_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.opacity8 {
    opacity: 0.8 !important;
}
/*client testimonials css*/
.doctors-testimonials .carousel-control {
   width: 4%;
   background-image: none;
}

.doctors-testimonials .carousel-control.left {
   margin-left: 0;
}

.doctors-testimonials .carousel-control.right {
   margin-right: 0;
}

.doctors-testimonials .cloneditem-1,
.doctors-testimonials .cloneditem-2,
.doctors-testimonials .cloneditem-3 {
   display: none;
}

.doctors-testimonials.left, .doctors-testimonials.right {
    background: transparent;
}
.doctors-testimonials.left .glyphicon, .doctors-testimonials.right .glyphicon {
    font-size: 24px;
}
.doctors-testimonials.right, .doctors-testimonials.left {
    top: auto;
    bottom: 50%;
    background-color: transparent;
    background-image: none;
    color: #a83e43;
    font-size: 24px;
}
.doctors-testimonials.left .glyphicon {
    margin-left: -50px;
}
.doctors-testimonials.right .glyphicon {
    margin-right: -50px;
}
.doctors-testimonials-pad-top {
    padding-top: 80px;
}
.client-testimonials-block {
    position: relative;
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}
.client-testimonials-block-content {
    width: 135px;
    height: 420px;
    margin: 0 auto;
    color: #ffffff;
    background-color: #283290;
    position: relative;
}
.client-testimonials-block > img {
    width: 100%;
    height: 250px;
    margin: -369px 0 0;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cth-testimonials h4 {
    margin: 0px;
    padding: 0px;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
   .doctors-testimonials .item .col-xs-12:nth-last-child(-n+5) {
      display: none;
   }
   .testimonial-content {
    padding-top: 100px;
   }
   .doctors-testimonials.left .glyphicon {
        margin-left: auto !important;
    }
    .doctors-testimonials.right .glyphicon {
        margin-right: auto !important;
    }
}

@media all and (min-width: 768px) {
   .doctors-testimonials .carousel-inner > .active.left,
   .doctors-testimonials .carousel-inner > .prev {
      left: -50%;
   }
   .doctors-testimonials .carousel-inner > .active.right,
   .doctors-testimonials .carousel-inner > .next {
      left: 50%;
   }
   .doctors-testimonials .carousel-inner > .left,
   .doctors-testimonials .carousel-inner > .prev.right,
   .doctors-testimonials .carousel-inner > .active {
      left: 0;
   }
   .doctors-testimonials .carousel-inner .cloneditem-1 {
      display: block;
   }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   .doctors-testimonials .carousel-inner > .item.active.right,
   .doctors-testimonials .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .doctors-testimonials .carousel-inner > .item.active.left,
   .doctors-testimonials .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .doctors-testimonials .carousel-inner > .item.left,
   .doctors-testimonials .carousel-inner > .item.prev.right,
   .doctors-testimonials .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

@media all and (min-width: 992px) {
   .doctors-testimonials .carousel-inner > .active.left,
   .doctors-testimonials .carousel-inner > .prev {
      left: -50%;
   }
   .doctors-testimonials .carousel-inner > .active.right,
   .doctors-testimonials .carousel-inner > .next {
      left: 50%;
   }
   .doctors-testimonials .carousel-inner > .left,
   .doctors-testimonials .carousel-inner > .prev.right,
   .doctors-testimonials .carousel-inner > .active {
      left: 0;
   }
   .doctors-testimonials .carousel-inner .cloneditem-2,
   .doctors-testimonials .carousel-inner .cloneditem-3 {
      display: block;
   }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .doctors-testimonials .carousel-inner > .item.active.right,
   .doctors-testimonials .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .doctors-testimonials .carousel-inner > .item.active.left,
   .doctors-testimonials .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .doctors-testimonials .carousel-inner > .item.left,
   .doctors-testimonials .carousel-inner > .item.prev.right,
   .doctors-testimonials .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}
.testimonial-content {
    position: relative;
    min-height: 351px;
}
.testimonial-content-body .testimonial-content-block {
    overflow: auto;
}
.testimonial-content-block i {
    font-size: 28px;
    color: #ae343a;
    margin-bottom: 15px;
}
.testimonial-content-block p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-content-footer {
    position: absolute;
    bottom: 0px;
}
.testimonial-content-footer h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.testimonial-content-footer h5 {
    font-size: 14px;
}
.testimonial-content-description {
    max-height: 145px;
    overflow-y: auto;
}
.client-testimonials-block {
    position: relative;
}
.client-testimonial-video-block:hover .client-testimonial-video {
    opacity: 1;
}
.client-testimonial-video {
    transition: .5s ease;
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
@media (min-width: 915px) and (max-width: 1440px) {
    .doctors-testimonials.left {
        left: 0 !important;
    }
    .doctors-testimonials.right {
        right: 0 !important;
    }
}
/*map css*/
.calvary-map {
    margin-bottom: -5px;
}
/*calvary medical department block css*/
.medical-departments {
    padding-top: 0px;
}
.medical-department-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.medical-department-block-bg {
    background-color: #f7f7f7;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 3px;
}
.medical-department-block  .department-icon {
    background: linear-gradient(to right, #7A3BDD, #0202a4);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(83, 6, 224,0.4);
    border-radius: 3px;
    padding: 15px;
    margin-top: -55px;
    margin-right: 15px;
    margin-left: -30px;
    float: left;
}
.department-icon {
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.department-icon a {
    display: block;
}
.department-icon a img {
    max-width: 64px;
    padding: 15px;
}
.department-name a {
    font-size: 16px;
}
.medical-department-block:hover .department-name a {
    color: #a83e43;
}
.medical-departments .row {
    margin-right: 0px;
    margin-left: 0px;
}
.medical-departments [class*= "col-"] {
    padding: 30px;
}
.department-name {
    min-height: 60px;
}
.b-cs {
    border-right: 2px solid #0D0FBF;
}
/*breadcrumb css*/

/*aboutus styles*/
.aboutus-content {
    padding: 30px;
    /*text-align: center;*/
    text-align: left;
}
.aboutus-content p {
    padding-top: 30px;
}
.aboutus-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.vertical-border {
    border-color: #283290;
    border-width: 3px !important;
    height: 50px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 0;
    border-bottom-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-width: 0px;
    width: 0px;
    height: 25px;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: auto;
    margin-right: auto;
}
.specification-count {
    color: #ffffff;
    font-size: 36px;
    padding-top: 10px;
}
.specification-title {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
}
.specifications-block {
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.count-plus:after {
    font-family: "FontAwesome";
    content: "\f067";
    margin-left: 10px;
    font-size: 18px;
    font-weight: normal !important;
    vertical-align: middle;
}
.our-acheivements p {
    padding: 30px 100px;
    text-align: center;
}
.our-acheivements-blocks {
    padding: 60px;
}
.our-acheivements-bg {
    background-image: url('../content/images/seperator/seperator.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.our-acheivements-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    background: #090777;
}
/*common styles*/
/*ul {
  list-style-image: url('../images/logos/li_image.png');
  margin-left: 10px;
}
ul li::marker {
    width: 16px;
}
ul li {
    padding-left: 8px;
    line-height: 2.5;
}*/
.li-icon-none ul li::marker {
    content: "" !important;
}
.inner-page-sub-title h4 {
    margin-top: 30px;
    margin-bottom: 3px;
}
.content-img {
    max-width: 600px;
    height: auto;
    float: right;
    margin: 0px 0px 20px 20px;
}
.content-img-left {
    max-width: 600px;
    height: auto;
    float: left;
    margin: 0px 20px 20px 0px;
}
.bg-white {
    background-color: #ffffff;
}
/*.lg-toolbar .lg-icon.lg-download {
    display: none;
}*/
/*general surgery css*/
.general-surgery ul, .inner-page-content ul {
    padding-top: 10px;
    padding-left: 15px;
}
/*dermatology css*/
.inner-page-content h4 {
    font-weight: bold;
}
/*departments css*/
.department-doctor-col-pad .row {
    margin-left: 0px;
    margin-right: 0px;
}
.department-doctor-col-pad [class*= "col-"] {
    padding: 15px;
}
.inner-section-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}
.surgical-branch-block, .medical-branch-block {
    padding: 30px 0px;
}
.department-doctor-block {
    border: 1px solid #f5f5f5;
    padding: 10px;
}
.department-doctor-flex {
    display: flex;
    align-items: flex-start;
}
.department-doctor-img {
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.department-doctor-img img {
    max-height: 150px;
}
.department-doctor-details {
    padding-left: 30px;
}
.department-doctor-details h3 {
    margin-top: 0px;
    color: #8A2124;
    font-weight: 800;
    font-size: 20px;
}
.department-doctor-details h4 {
    color: #616161;
    font-size: 14px;
}
.department-doctor-details h5 {
    
}
.view-profile-btn a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    padding: 10px 20px;
    text-transform: uppercase;
}
.view-profile-btn a:hover, .view-profile-btn a:active, .view-profile-btn a:focus {
    border: 1px solid #8A2124;
    color: #8A2124;
}
.view-profile-btn {
    margin-top: 20px;
}
.toggle-title {
  padding: 15px;
  display: block;
  cursor: pointer;
  background-color: rgb(243, 244, 247);
  font-weight: 800;
  border: 1px solid #dadbde;
}
.toggle-body-pad {
  padding: 15px;
  border: 1px solid #dadbde;
  border-top: 0px;
}
.toggle-panel .toggle-title:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
   font-size: 10px;
}
.toggle-panel.active .toggle-title:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.department-tabs {
    border-bottom: 1px solid #263197;
}
ul.department-tabs li {
    padding-left: 0px;
}
.department-tabs li a {
    padding: 30px;
    border: 1px solid transparent !important;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 22px;
    font-weight: 600;
    margin-right: 0px;
    border-radius: 0px;
    position: relative;
}
.department-tabs > li.active > a, .department-tabs > li.active > a:focus, .department-tabs > li.active > a:hover {
    background-image: radial-gradient( circle 941px at 2.6% 6.8%, #283290 15.9%, #0d22ec 90.6% );
    color: #ffffff;
}
.department-tabs > li.active > a:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    content: '';
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #283291 transparent transparent transparent;
}
.department-tabs li a:hover {
    background-image: radial-gradient( circle 941px at 2.6% 6.8%, #3441b9 15.9%, #0d22ec 90.6% );
    color: #ffffff;
}
/*Contact Us css*/
.cth-contact-bg {
    background-color: #fafafa;
}
.cth-contact-us .row {
    margin-left: 0px;
    margin-right: 0px;
}
.cth-contact-us [class*= "col-"] {
    padding: 0px;
}
.cth-contact-details {
    padding: 30px;
    height: 530px;
}
.cth-contact-btn .btn-send-message {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    background: #2f89fc;
    border: 1px solid #2f89fc;
    color: #fff;
}
.cth-contact-btn .btn-send-message:hover {
    border: 1px solid #2f89fc;
    background: transparent;
    color: #2f89fc;
}
.cth-contact-btn .btn-clear {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    background: #FFA900;
    border: 1px solid #FFA900;
    color: #ffffff;
}
.cth-contact-btn .btn-clear:hover {
    border: 1px solid #FFA900;
    background: transparent;
    color: #FFA900;
}
/*.cth-contact-btn a:before {
    font-family: "FontAwesome";
    content: "\f1d9  ";
}*/
.cth-contact-information {
    background-color: #fafafa;
    min-height: 150px;
    padding: 30px;
    border: 1px solid #f0f0f0;
}
.cth-contact-information p {
    margin-bottom: 0px;
    padding-top: 5px;
}
.cth-contact-information a {
    margin-bottom: 0px;
    padding-top: 5px;
}
/*Donate css*/
/*mobile view*/
@media (max-width: 915px) {
    .calvary-services {
        margin-top: 0px !important;
    }
    .calvary-about-img img {
        height: auto !important;
    }
    .about-content {
        padding-left: 0px !important;
    }
}
/*animation css*/
/*bounce up animation for the subject*/

.cth-animate {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
    -webkit-animation-fill-mode: unset !important;
    animation-fill-mode: unset !important;
}

.cth-animate.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.doctor-control-left.left, .doctor-control-right.right {
  background-image: none !important;
  width: auto;
}
.doctor-control-left .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -25px;
    font-size: 24px;
}
.doctor-control-right .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px;
    font-size: 24px;
}
@media (max-width: 915px) {
    .doctor-control-left .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 0px;
    }
    .doctor-control-right .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: 0px;
    }
}
/*Admin content page seo css*/
.cth-seo ul li::marker {
    content: "" !important;
}
/*buttons*/
.btn-doctor-profile, .btn-doctor-profile:active {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-doctor-profile:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-health-packages, .btn-health-packages:active {
    color: #FFFF00;
    border-color: #FFFF00;
}
.btn-health-packages:hover {
    color: #000000;
    background-color: #FFFF00;
    border-color: #FFFF00;
}
/*Doctor Details css*/
.inner-section-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}
.doctor-details-bg {
    background-color: #F5F5F5;
}
.doctor-image {
    height: 280px;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
}
.doctor-image img {
    max-height: 280px;
    max-width: 100%;
    padding: 10px;
}
.doctor-details-block h2 {
    font-size: 24px;
    color: #8A2124;
    font-weight: 800;
    text-align: center; 
}
.doctor-details-block h5 {
    color: #616161;
    text-align: center;
}
.doctor-details-block .table tbody tr td:first-child {
    color: #616161;
}
.doctor-details-block-padding {
    margin-top: 70px;
}
.doctor-education h3:before {
    font-family: "FontAwesome";
    content: "\f02d";
    padding-right: 10px;
}
.doctor-specialization h3:before {
    font-family: "FontAwesome";
    content: "\f08a";
    padding-right: 10px;
}
.doctor-specialized-treatments h3:before {
    font-family: "FontAwesome";
    content: "\f0f1";
    padding-right: 10px;
}
.doctor-experience-industry h3:before {
    font-family: "FontAwesome";
    content: "\f0f8";
    padding-right: 10px;
}
.doctor-academic-details h3:before {
    font-family: "FontAwesome";
    content: "\f2c3";
    padding-right: 10px;
}
.doctor-awards h3:before {
    font-family: "FontAwesome";
    content: "\f091";
    padding-right: 10px;
}
.doctor-languages h3:before {
    font-family: "FontAwesome";
    content: "\f1ab";
    padding-right: 10px;
}
.doctor-education h3,  .doctor-specialization h3, .doctor-specialized-treatments h3, .doctor-experience-industry h3, .doctor-academic-details h3, .doctor-awards h3, .doctor-languages h3 {
    font-size: 20px;
    color: #8A2124;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}
.doctor-education ul,  .doctor-specialization ul, .doctor-specialized-treatments ul, .doctor-experience-industry ul, .doctor-academic-details ul, .doctor-awards ul, .doctor-languages ul {
    padding-left: 15px;
}
.doctor-education ul li,  .doctor-specialization ul li, .doctor-specialized-treatments ul li, .doctor-experience-industry ul li, .doctor-academic-details ul li, .doctor-awards ul li, .doctor-languages ul li {
    line-height: 1.75;
}
/*table borderless css*/
.table-borderless, .table-borderless thead tr th, .table-borderless tbody tr td {
    border:  none !important;
}
/*Health packages css*/
.no-parallax {
  background-image: url("../content/images/health-packages/dots_background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
.health-package-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}
.health-package-icon i {
    font-size: 60px;
}
.health-package-left h2 {
    margin: 2.5rem 0rem;
}
.health-package-right {
    padding: 4rem;
}
.health-package-border {
    width: 45px;
    height: 2px;
    background: #fff;
    margin: 0px auto;
}
.health-package-left-bg {
    background-color: #283290;
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: rgba(25,185,52,1) !important;
    border-top-width: 0 !important;
}
.health-package-right-bg {
    background-color: rgba(239,239,239,1);
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    border-color: rgba(212,212,212,1) !important;
}
.health-package-left-block {
    color: #ffffff;
    padding: 60px 0px;
}
.health-package-offer-block {
    background-color: #FFA726;
    padding: 2rem;
    text-align: center;
    margin-top: 4rem;
    color: #000000;
}
.health-package-offer-block h3 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 10px;
}
.health-package-offer-block p {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
    font-size: 18px;
}
.health-package-offer-block h5 {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 30px;
}
.text-strike del {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 40px;
    font-weight: 100;
}
.text-strike del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(0, 0, 0, 0.6);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(-11deg);
}
.text-strike del:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(0, 0, 0, 0.6);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(11deg);
}
.checkup-alert {
    background-color: #FFA726;
    padding: 1rem;
    margin-top: 30px;
    color: #000000;
}
.checkup-alert-text p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1.75;
}
.bgimg-2 {
    background-image: url('../content/images/health-packages/health_check.png');
    min-height: 1015px;
}
.bgimg-2 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption {
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 60px;
    width: 100%;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.checkup-alert-ribbon .ribbon{
    width: 130px;
    height: 130px;
    position: absolute;
    top: -15px;
    left: -15px;
    overflow: hidden;
    text-align: center;
}
.checkup-alert-ribbon .ribbon::before,
.checkup-alert-ribbon .ribbon::after{
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #4606ac;
    border-top-color: transparent;
    border-left-color: transparent;
}
.checkup-alert-ribbon .ribbon::before{
    top: 0px;
    right: 15px;
}
.checkup-alert-ribbon .ribbon::after{
    bottom: 15px;
    left: 0px;
}
.checkup-alert-ribbon .ribbon span, .checkup-alert-ribbon .ribbon div {
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    width: 210px;
    background: #a26bfa;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0,0,0,0.12);
    padding-left: 35px;
}
.checkup-alert-ribbon {
    position: relative;
    padding: 35px 0px 35px 40px;
}
.ortho-min-height, .Kidney-min-height {
    min-height: 825px !important;
}
/*Gallery Images css*/
.glry-img img {
  max-height: 180px;
  max-width: 100%;
}
.glry-img-title {
  height: 30px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
  color: rgba(0,0,0,.54);
}
.glry-img-count {
  color: rgba(0,0,0,.54);
  font-size: 12px;
}
.glry-img-block {
  display: flex;
  height: 200px;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
  align-items: center;
}
.gallery-headding h2 {
  margin: 0px;
  font-size: 18px;
}
.glry-details {
  padding: 5px 0px;
}
.glry-details p {
  margin: 0px;
  color: rgba(0,0,0,0.54);
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.glry-title {
  height: 30px;
  text-align: center;
  overflow: hidden;
}
.glry-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  margin-bottom: 30px;
}
.glry-card-header {
  padding: 5px;
}
.glry-card-body {
  padding: 5px;
}
.glry-card-footer {
  background-color: #f5f5f5;
  padding: 5px;
  border-top: 1px solid #ececec;
}
.badge-success {
  background-color: transparent;
  color: #01a54f;
  border: 1px solid #01a54f;
}
.glry-title .editable-click, .glry-title a.editable-click {
  border-bottom: none !important;
  color: #333 !important;
  font-size: 16px;
  line-height: 26px;
}
.glry-title a.editable-click:hover {
  color: #a83e43 !important;
}
/*Login css*/
.login-tab {
  padding-top: 10%;
}
.login-block {
  margin: 0 auto;
  max-width: 400PX;
  box-shadow: 0px 0px 10px #c1c1c1;
  border-radius: 6px;
}
.login-section {
  padding: 40px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 6px;
}
.imgcontainer {
  max-width: 170px;
  margin: 0px auto;
}
.login-title h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px
}
/*change password css*/
.logout-main {
  box-shadow: 0px 0px 10px #c1c1c1;
  border-radius: 10px;
  margin-top: 15%;
  margin-bottom: 15%;
}
.pws-border {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
/*services multi item slider css*/
.services-multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.services-multi-item-carousel .carousel-inner .active.left {
  left: -25%;
}
.services-multi-item-carousel .carousel-inner .active.right {
  left: 25%;
}
.services-multi-item-carousel .carousel-inner .next {
  left: 25%;
}
.services-multi-item-carousel .carousel-inner .prev {
  left: -25%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .services-multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    transform: none !important;
  }
}
.services-multi-item-carousel .carouse-control.left,
.services-multi-item-carousel .carouse-control.right {
  background-image: none;
}
.services-multi-item-carousel .carousel-control.left, .services-multi-item-carousel .carousel-control.right {
    top: auto;
    bottom: 50%;
    background-color: transparent;
    background-image: none;
    color: #a83e43;
    font-size: 24px;
}
.services-multi-item-carousel .carousel-control.right .glyphicon-chevron-right {
    margin-right: -150px;
    font-size: 24px;
}
.services-multi-item-carousel .carousel-control.left .glyphicon-chevron-left {
    margin-left: -150px;
    font-size: 24px;
}
.services-multi-item-carousel .row {
    margin-left: auto !important;
    margin-right: auto !important;
}
.services-multi-item-carousel [class*= "col-"] {
    padding: 7.5px !important;
}
/*.other-services-row.row {
    margin-left: 7.5px;
    margin-right: 7.5px;
}*/
/*@media (min-width: 992px ) {
    .services-multi-item-carousel .carousel-inner .active.left {
        left: -25%;
    }
    .services-multi-item-carousel .carousel-inner .next {
        left:  25%;
    }
    .services-multi-item-carousel .carousel-inner .prev {
        left: -25%;
    }
}*/

@media (min-width: 768px) and (max-width: 991px ) {
    .services-multi-item-carousel .carousel-inner .active.left {
        left: -25%;
    }
    .services-multi-item-carousel .carousel-inner .next {
        left:  25%;
    }
    .services-multi-item-carousel .carousel-inner .prev {
        left: -25%;
    }
    .services-multi-item-carousel .active > div:first-child {
        display:block;
    }
    .services-multi-item-carousel .active > div:first-child + div {
        display:block;
    }
    .services-multi-item-carousel .active > div:last-child {
        display:none;
    }
    .services-multi-item-carousel .carousel-control.right .glyphicon-chevron-right {
        margin-right: auto !important;
    }
    .services-multi-item-carousel .carousel-control.left .glyphicon-chevron-left {
        margin-left: auto !important;
    }
}

@media (max-width: 767px) {
    .services-multi-item-carousel .carousel-inner .active.left {
        left: -100%;
    }
    .services-multi-item-carousel .carousel-inner .next {
        left:  100%;
    }
    .services-multi-item-carousel .carousel-inner .prev {
        left: -100%;
    }
    .services-multi-item-carousel .active > div {
        display:none;
    }
    .services-multi-item-carousel .active > div:first-child {
        display:block;
    }
    .services-multi-item-carousel .carousel-control.right .glyphicon-chevron-right {
        margin-right: auto !important;
    }
    .services-multi-item-carousel .carousel-control.left .glyphicon-chevron-left {
        margin-left: auto !important;
    }
    .caption {
        position: relative !important;
    }
}
/*video gallery css*/
.calvary-video-showmanymoveone .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.calvary-video-showmanymoveone .carousel-inner .active.left {
  left: -25%;
}
.calvary-video-showmanymoveone .carousel-inner .active.right {
  left: 25%;
}
.calvary-video-showmanymoveone .carousel-inner .next {
  left: 25%;
}
.calvary-video-showmanymoveone .carousel-inner .prev {
  left: -25%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .calvary-video-showmanymoveone .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    transform: none !important;
  }
}
.calvary-video-showmanymoveone .carouse-control.left,
.calvary-video-showmanymoveone .carouse-control.right {
  background-image: none;
}
.calvary-video-showmanymoveone .carousel-control.left, .calvary-video-showmanymoveone .carousel-control.right {
    top: auto;
    bottom: 50%;
    background-color: transparent;
    background-image: none;
    font-size: 24px;
}
.calvary-video-showmanymoveone .carousel-control.right .glyphicon-chevron-right {
    margin-right: -70px;
    font-size: 24px;
}
.calvary-video-showmanymoveone .carousel-control.left .glyphicon-chevron-left {
    margin-left: -70px;
    font-size: 24px;
}
.calvary-video-showmanymoveone .row {
    margin-left: auto !important;
    margin-right: auto !important;
}
.calvary-video-showmanymoveone [class*= "col-"] {
    padding: 7.5px !important;
}
/*.other-services-row.row {
    margin-left: 7.5px;
    margin-right: 7.5px;
}*/
/*@media (min-width: 992px ) {
    .services-multi-item-carousel .carousel-inner .active.left {
        left: -25%;
    }
    .services-multi-item-carousel .carousel-inner .next {
        left:  25%;
    }
    .services-multi-item-carousel .carousel-inner .prev {
        left: -25%;
    }
}*/

@media (min-width: 768px) and (max-width: 991px ) {
    .calvary-video-showmanymoveone .carousel-inner .active.left {
        left: -25%;
    }
    .calvary-video-showmanymoveone .carousel-inner .next {
        left:  25%;
    }
    .calvary-video-showmanymoveonel .carousel-inner .prev {
        left: -25%;
    }
    .calvary-video-showmanymoveone .active > div:first-child {
        display:block;
    }
    .calvary-video-showmanymoveone .active > div:first-child + div {
        display:block;
    }
    .calvary-video-showmanymoveone .active > div:last-child {
        display:none;
    }
    .calvary-video-showmanymoveone .carousel-control.right .glyphicon-chevron-right {
        margin-right: auto !important;
    }
    .calvary-video-showmanymoveone .carousel-control.left .glyphicon-chevron-left {
        margin-left: auto !important;
    }
}

@media (max-width: 767px) {
    .calvary-video-showmanymoveone .carousel-inner .active.left {
        left: -100%;
    }
    .calvary-video-showmanymoveone .carousel-inner .next {
        left:  100%;
    }
    .calvary-video-showmanymoveone .carousel-inner .prev {
        left: -100%;
    }
    .calvary-video-showmanymoveone .active > div {
        display:none;
    }
    .calvary-video-showmanymoveone .active > div:first-child {
        display:block;
    }
    .calvary-video-showmanymoveone .carousel-control.right .glyphicon-chevron-right {
        margin-right: auto !important;
    }
    .calvary-video-showmanymoveone .carousel-control.left .glyphicon-chevron-left {
        margin-left: auto !important;
    }
    .caption {
        position: relative !important;
    }
}
