/*Banner fixd*/

.panel-default > .medapproved-red{
    background-color: #862224;
    background-color: rgba(134, 34, 36, 0.95);
    /*color: #dfdada !important;*/
}

#header-navbar {
    min-height: 80px;
    padding-top: 20px;
}

.header-content {
    margin-top: -5px;
}

.pad-0 {
    padding: 0 !important;
}

.carousel-control {
    padding-top: 13%;
}



.carousel-inner .item {
    width: 100%;
    height: auto;
}

.carousel-inner .slider-content {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
}

.btn-danger {
    background: #B71F24;
}

.text-danger {
    color: #B71F24;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}

.text-warning {
    color: #ffff33;
}

.pad-20 {
    padding: 20px;
}

.pad-40 {
    padding: 40px;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-right-0 {
    padding-right: 0;
}

.margin-top {
    padding-top: 30px;
}

.margin-bottom {
    padding-bottom: 80px;
}

.image-center {
    text-align: center;
}

    .image-center > img {
        display: inline;
    }

.form-inline .input-lg,
.form-inline .btn-lg {
    width: 300px;
}

.nav-main-header {
    background-color: rgba(0, 0, 0, 0.9);
}

.btn-link.times {
    margin-right: 10px;
}

.nav-main-header a {
    width: 250px;
    text-align: left;
}

.nav-header > li > a > img {
    height: auto;
    width: 220px;
}

.vertical-line{
    border-right: 5px solid #B71F24;
    }

    .h2-margin{
        margin-top: 35px;
    }

    .testimonial-companylogo{
        height: auto;
        width: 65%;
    }

    .slider-companylogo{
        height: auto;
        width: 45%;
        margin-left: 60px;
    }

/*Word break*/
.word-break{
    word-break: break-all;
}

.imagefix{
position: relative; top: 60px;
}

.list-timeline .list-timeline-content {
    padding-left: 80px;
    background-position: 0 15px !important;
}

.help-block {
    color: #B71F24;
}

.form-material > .form-control.ng-touched.ng-invalid {
    box-shadow: 0 2px 0 #B71F24;
}


.alert-sm {
    width: 49.5%;
    margin: 0 auto 5px;
}

    .alert-sm:after {
        clear: both;
    }

.aligned-block {
    background: #F6F7F8;
    padding: 56px 30px;
}


.form-horizontal .form-group.form-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
}

    .form-horizontal .form-group.form-heading h4 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
    }

    .form-horizontal .form-group.form-heading .btn {
        margin-top: -10px;
        padding: 5px 7px;
    }

    .form-horizontal .form-group.form-heading .checkbox {
        margin-top: -10px;
    }

.sep-l {
    background: none;
}

.item-list-pi p {
    padding-left: 20px;
}

.item-list-pi i {
    margin-left: -20px;
}

.funnel .fun-item {
    border: 1px solid #B71F24;
}

.faq-bg {
    background: url('/assets/images/Vendors_02.png') no-repeat 0 0;
    background-size: auto;
    padding-top: 350px;
}

.heading-faq h2 {
    font-size: 22px;
    text-align: center;
}

.h4-testimonials{
    font-style:italic;
    text-align: right;
    padding: 0px 20px 0px;
}

.user-rating-user-designation{
    padding: 5px 0 0 70px;
    float: left;
}

.user-rating-user-details .col-sm-1{
            float: left;
            padding-left:50px;
    }

/* Extra small devices (phones, less than 768px) */

@media screen and (max-width: 767px) {
    .hospital-breadcrumb, .supplier-breadcrumb {
        width: 80%;
    }

    .slider-companylogo{
            height: auto;
            width: 50%;
            margin-left: 40px;
    }

    .h4-testimonials {
    font-style: italic;
    text-align: left;
    padding: 0px 0px 0px;
}

    .user-rating-user-details{
        float: left;
            width: 100%;
    }

    .user-rating-user-details .col-sm-1{
            float: left;
            padding-left: 75px;
    }

    .user-rating-user-designation{
            padding: 15px 0 0 40px !important;
    }
}

/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .list-timeline .list-timeline-content {
        padding-left: 150px;
        background-position: 0 15px !important;
    }

    .carousel-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 60px;
    }

    .heading-faq h2 {
        font-size: 28px;
        text-align: center;
    }



    .aligned-block {
        margin-top: 102px;
    }

    .sep-l {
        background: url(/Assets/images/sep.png) no-repeat 0 50%;
        padding: 50px;
    }

    .heading-faq {
        background: #fff;
        width: 500px;
        margin: -35px auto 40px;
        text-align: center;
        padding: 20px;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.4);
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.4);
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .nav-main-header {
        background-color: transparent;
    }

        .nav-main-header a {
            width: auto;
            text-align: left;
        }

    .carousel-inner .slider-caption {
        text-align: left;
        color: #fff;
        margin-top: 20%;
    }

    .funnel {
        background: url(/Assets/images/home_Page_funnel.png)no-repeat 5px 15px;
        margin-top: 50px;
    }



        .funnel .funnel-content {
        }

        .funnel .filter-level-1 {
            margin-top: 90px;
            text-align: center;
            border: none;
        }

        .funnel .filter-level-2 {
            margin-top: 62px;
        }

        .funnel .filter-level-3 {
            margin-top: -67px;
        }

        .funnel .fun-item .arrow.left {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #B71F24;
            position: relative;
            left: -25px;
        }

        .funnel .fun-item .arrow.right {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #B71F24;
            position: relative;
            left: 244px;
        }


    .faq-bg {
        background: url('/assets/images/Vendors_02.png') no-repeat 50% 0;
        background-size: auto;
        padding-top: 300px;
    }

    .desc-margin
    {
        margin-left:0px;
    }
}

@media (max-width: 991px){
    #hospitalTestimonials .vertical-line{
        border: none;
    }

    
}



/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

/*Breadcrumb*/

#crumbs {
    text-align: center;
}

    #crumbs ul li a {
        display: block;
        float: left;
        height: 45px;
        background: #3498db;
        text-align: center;
        padding: 8px 35px 0 60px;
        position: relative;
        margin: 0 10px 0 0;
        font-size: 20px;
        text-decoration: none;
        color: #fff;
    }

    #crumbs ul li:first-child a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        #crumbs ul li:first-child a:before {
            display: none;
        }

    #crumbs ul li:last-child a {
        padding-right: 80px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        #crumbs ul li:last-child a:after {
            display: none;
        }

    #crumbs ul li a:before {
        content: "";
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 40px solid #3e4a59;
        border-left-width: 40px;
        border-left-style: solid;
        border-left-color: rgb(62, 74, 89);
        position: absolute;
        left: 0;
        top: 0;
    }

    #crumbs ul li a:after {
        content: "";
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 40px solid #3498db;
        position: absolute;
        right: -40px;
        top: 0;
        z-index: 1;
    }

    #crumbs ul li a::after {
        height: 20px;
    }

/* Quote */
.bquote {
    background: url('http://i47.tinypic.com/a9l0g3.png') top left no-repeat;
    padding-left: 55px;
    line-height: 18px;
    color: #575757;
}

    .bquote p {
        padding-right: 35px;
        line-height: 30px;
        background: url('http://i48.tinypic.com/eb1yrr.png') bottom right no-repeat;
        padding-bottom: 15px;
        color: #333;
        font-size: 16px;
    }


.list-timeline1:before {
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    display: block;
    width: 4px;
    content: "";
    background-color: #B71F24;
    z-index: 1;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#user-ratings .text-white-op {
    width: 80%;
    margin-left: 10%;
}

    .horizontal-line {
        border-bottom: 1px solid #eee;
        position:absolute;
    }
    


.sweet-alert.sweetalert-lg p{
    font-weight:bold !important;
}