html,
body {
    height: 100%;
    padding-top: 35px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Lato', 'Roboto', sans-serif;
    font-size: 16px;
    background: #fafaff;
}

.fill {
    /* background-image: url(../images/Health-header.jpg) */
    background: url(../images/Health-header.jpg) no-repeat center center;
}

.hmBg2 {
    background: #c7d5de url(../images/right_layer.jpg) no-repeat right bottom;
}

.hmBg {
    background: #dbe2e8 url(../images/left_box.jpg) no-repeat left;
}

@media (min-width: 767px) {
    .hmBg2 {
        margin-left: -15px;
    }

    .hmBg {
        margin-right: -15px;
    }
}

.queryLogin {

    /*float: left;*/
    margin-left: 8px;
}

.queryLogin span a {
    font-style: italic;
    color: #000;
    font-size: 14px;
}

.queryLogin span a:hover {
    font-style: italic;
    color: #0C6398;
    font-size: 14px;
}
.btn-yellow-custom{
    color: #fff !important;
    background-color: #85B8D5;
    border-color: #6AA2C2;
}
.btn-yellow-custom:hover{
    background-color: #F9AB15;
    border-color: #EEA313;
}
.btn-yellow-custom:focus, .btn-yellow-custom:active:focus, .btn-yellow-custom.active:focus{
    outline: unset;
}
@media only screen and (min-width: 991px) {
    .wrapperQuery {
        width: 976px;
        z-index: 999;
        /*position: absolute;*/
        top: 425px;
        margin: 0px auto;
    }

    .wrapperQuery_2 {
        width: 976px;
        z-index: 999;
        /*position: absolute;*/
        top: 425px;
        margin: 0px auto;
    }

}

.wrapperQuery {
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*width: 100%;*/
    height: auto;
    padding: 20px 0px 20px 0px;
    /*position: absolute;*/
    top: 570px;
    margin: 0px auto;
    z-index: 999;
    background: url(../images/trasperent-bg.png) repeat;
    z-index: 999;
    /*width: 83%;*/
}

.wrapperQuery_3 {
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-left: 115px;
    z-index: 999;
    width: 600px;
}

.queryButton a {
    padding: 4px;
    text-decoration: none;
    display: block;
    background: #337ab7;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.queryButton a:hover {
    background: #0C6398;
    color: #fff;
}

.queryheaderHeading {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 0 0 21px;
    color: #fff;
}

.queryheaderHeading_3 {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 0px 0 15px;
    color: #323232;
    padding-left: 36px;
    line-height: 1.3;
}

.wrapperQueryHolder {
    margin: 0px auto;
    width: 88%;
    background: url(../images/trasperent-bg-inner.png) repeat;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 21px;
}

.wrapperQueryHolder_3 {
    margin: 0px auto;
    width: 88%;
    background: url(../images/trasperent-bg-inner.png) repeat;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-left: 20px;
}

.wrapperQueryContainer_3 {
    width: 80%;
    margin: 0;
    background: #fff;
    float: left;
}

.wrapperQueryHolder_2 {
    margin: 0px auto;
    width: 40%;
    background: url(../images/trasperent-bg-inner.png) repeat;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
}

@media only screen and (min-width: 991px) {
    .wrapperQueryContainer {
        width: 65%;
        margin: 0;
        background: #fff;
        float: left;
    }

    .wrapperQueryContainer_2 {
        width: 65%;
        width: 65%;
        margin: 0;
        margin-left: 25px;
        background: #fff;
        float: left;
    }
}

.wrapperQueryContainer_3 input {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    border: none;
    text-indent: 20px;
    font-style: italic;
    font-size: 13px;
    color: #444;
}

.wrapperQueryContainer_2 input {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    border: none;
    text-indent: 20px;
    font-style: italic;
    font-size: 13px;
    color: #444;
}

.wrapperQueryContainer input {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    border: none;
    text-indent: 20px;
    font-style: italic;
    font-size: 13px;
    color: #444;
}

.queryButton {
    width: 82px;
    height: 42px;
    float: left;
    margin-left: 0px;
    text-align: center;
}

.gallery-img-view {
    padding: 0;
    margin: 0;
}

.gallery-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-img img {
    opacity: 0.7;
    margin: 0 auto;
    overflow: hidden;
    transition: all .4s ease-in-out;
    webkit-transition: all .4s ease-in-out;
}

.gallery-img:hover img {
    opacity: 1;
}

.gallery-img .img-border {
    border-right: 1px dotted #eee;
}

/* Home Page Carousel */
header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
}

h3 {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
    text-transform: none;
    color: #777777;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media (max-width: 991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .panel-action {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    header.carousel .carousel {
        height: 70%;
    }
}

.navbar .navbar-brand {
    padding-left: 10px;
    padding-right: 10px;
    padding: 5px 0px;
}

.navbar .navbar-brand img {
    height: 60px;
    margin-top: 0px;
    /*font-size: 22px;*/
    /*color: #fff;*/
    /* background: white; */
    padding: 0 10px;
    transition: all 0.8s;
}

.top-nav-collapse .container .navbar-brand img {
    height: 50px;
    margin-top: 0px;
    transition: all 0.8s;
}
.navbar-ex1-collapse .nav {
    padding-top: 10px;
}

.navbar .navbar-brand span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.navbar-nav li a {
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight: bold;
    /*letter-spacing : 1 px;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #323232;
    font-weight: normal;
    transition: all 0.5s;
}

.top-header {
    position: fixed;
    background: #ff9900;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 30px;
}

.top-header-text > p > a {
    height: 30px;
    line-height: 30px;
    color: white;
    font-weight: 600;
}

.navbar-fixed-top {
    /*top: 30px;*/
}

.oye-footer {
    padding: 20px 0 20px;
    background: #72c02c;
    font-size: 13px;
}

.oye-footer p {
    color: #eee;
    padding: 6px 0 0;
}

.oye-headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.oye-footer .oye-headline {
    margin: 0;
}

.oye-headline h1 {
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #0C6398;
}

.oye-headline h2 {
    font-size: 18px;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #0C6398;
}

.oye-footer h1, .oye-footer h2 {
    margin-top: 0;
}

.oye-footer .oye-headline h2 {
    color: #eee;
}

.oye-footer ul li {
    padding: 6px 0;
    border-bottom: 1px solid #484848;
}

.oye-footer .latest-list li a {
    color: #eee;
}

.oye-footer .link-list li a {
    color: #eee;
    display: inline-block;
}

.oye-footer ul li small {
    color: #999;
    display: block;
}

.link-list li i {
    float: right;
}

.link-list li {
    /*border-bottom: solid 1px #666;*/
}

.bcsc-copyright {
    border-top: none;
    padding: 12px 0;
}

.bcsc-copyright p {
    color: white;
    font-size: 14px;
}

.bcsc-copyright p a {
    color: white;;
    font-size: 14px;
    padding: 0 6px;
}

.bcsc-copyright p a:hover {
    color: #f0f0f0;
    text-decoration: none;
}

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    /* background: url(../img/breadcrumbs.png) repeat; */
}

.breadcrumbs h1 {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}

.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative;
}

.breadcrumb-bg {
    background-image: url(../images/breadcrumb-bg.png);
    height: 60px;
    margin-top: -60px;
}

.breadcrumb-bg .breadcrumbs {
    overflow: hidden;
    padding: 2px 0 2px;
    border-bottom: none;
}

.breadcrumb-bg .breadcrumbs h1 {
    color: #fff;
}

.breadcrumb-bg .breadcrumbs li {
    color: #fff;
}

.breadcrumb-bg .breadcrumbs li a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

.margin-top-6 {
    margin-top: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.active {
    background: white;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-bottom: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.form-control {
    border-radius: 2px;
    border: 1px solid #aaa;
}

.panel {
    max-width: 400px;
    margin: 0 auto 20px;
}

.panel-oye {
    display: block;
    border: 1px solid #f8f8f8;
    background: white;
    /*box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);*/
    transition: all .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
}

.panel-oye:hover {
    text-decoration: none;
    /*opacity: 1;*/
    background: whitesmoke;
}

.panel-oye:hover img {
    opacity: 0.7;
}

.panel-oye p {
    font-size: 15px;
    height: 5.1em;
    overflow: hidden;
    color: #646464;
    text-align: center;
}

.panel-oye h4 {
    font-weight: 600;
}

.panel-oye small, .team-info small {
    font-size: 90%;
    font-weight: 600;
    color: #888;
    line-height: 2;
}

/*.panel-team {*/
/*margin-bottom: 0;*/
/*}*/

/* member details */
.team-member {
}

.team-member > img {
}

.team-member > h3 {
    text-transform: uppercase;
    margin-top: 6px;
}

.team-thumbnail {
    background-color: #f0f0f0;
}

.team-img-circle {
}

.team-thumbnail .img-thumbnail {
    /*border-radius: 10%;*/
    padding: 0;
}

.inside-banner {
    background: url(../images/dot.gif) no-repeat center top;
    height: 342px;
    background-attachment: fixed;
}

.oye-pairs p {
    margin: 0 0 0;
}

.oye-pairs p .small, .oye-pairs p small {
    font-weight: bold;
    width: 100px;
    display: inline-block;
    font-size: 90%;
}

.list-group-title {
    background: #f0f0f0;
}

.list-group-title h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-m {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 13px;
    position: relative;
    background: rgba(12, 99, 152, 0.74);
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
}

.btn-big {
    font-size: 18px;
    padding: 6px 60px;
}

.btn-huge {
    font-size: 20px;
    padding: 8px 50px;
}

.btn-m a {
    color: #fff;
}

.btn-m:hover a {
    color: #000;
}

.btn-m:hover {
    color: #000;
}

.img-project {
    max-height: 460px;
    margin: 0 auto;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.edit-post label {
    min-width: 15%;
}

.edit-post input {
    min-width: 84%;
}

.post-content {
    margin: 10px;
}

.post-tags {
    padding: 5px 0 8px 10px;
    margin: 10px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.post-tech {
    color: #999;
    margin: 0;
}

.media h4 {
    margin-top: 10px;
}

.post-tags p {
    margin-bottom: 2px;
}

.blog-medium h3 {
    margin-top: 5px;
}

.blog-medium p small {
    font-weight: bold;
}

.panel img {
    margin: 0 auto;
}

.panel h4, .panel h3, .panel h2 {
    margin-top: 10px;
    text-align: center;
    color: #323232;
}

.panel-action {
    width: 100%;
    text-align: center;
}

.main-headline {
    display: block;
}

.main-headline .social-headline {
    border-bottom: 1px dotted #fff;
}

.main-headline > h2 {
    font-size: 28px;
    font-weight: 300;
    border-bottom: 1px dotted #e0e0e0;
    margin: 50px 10% 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #323232;
    line-height: 1.2;
}

.home_page_heading {
    margin-top: 30px !important;
}

.main-headline > h2 > small {
    font-size: 60%;
}

.social-headline > h3 {
    margin: 30px 20% 10px;
    text-align: center;
}

.main-headline h2 small {
    line-height: 1.2;
    color: #323232;
    font-weight: 500;
}

.social-img {
    text-align: center;
}

.social-img > a > img {
    max-height: 50px;
    margin: 10px 0 20px 0;
}

.main-title-text {
    width: 100%;
    text-align: center;
    margin: -10px 0px 10px 0px;
    display: block;
}

.main-title-text p {
    display: inline-block;
    width: 80%;
    font-size: 16px;
    color: #323232;
}

.oye-menu {
    background-color: #fff;
    border-radius: 3px;
    margin: auto;
    display: block;
    border-radius: 3px;
    border: 1px solid #ddd;
    /*border: 1px solid #72c02c;*/
    margin-bottom: 20px;
}

.oye-menu p {
    margin: 1px;
    background-color: #fff;
    background-color: #72c02c;
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    color: #000;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
}

.oye-menu a {
    margin: 1px;
    border-top: 1px solid #ddd;
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    color: #000;
    background-color: #f0f0f0;
    position: relative;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
}

.oye-menu a:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.oye-menu a:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.oye-menu a:hover {
    color: #fff;
    background-color: #72c02c;
    transition: all .3s ease-in-out;
}

.oye-menu a span {
    width: 40px;
    height: 100%;
    font-size: 1.4em;
    padding-top: 2%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
    transition: all .3s ease-in-out;
}

.oye-menu a:hover span {
    background-color: rgba(255, 255, 255, .6);
    transition: all .3s ease-in-out;
}

.service p {
    font-size: 15px;;
}

.uploaded-image {
    min-width: 100px;
    min-height: 100px;
    background: #f5f5f5;
    border: 1px solid #ddd;

}

.upload-image-box {
    text-align: center;
    margin: 10px;
}

.messages dl {
    margin: 0;
}

/* Section */
.oye-main-section {
    float: left;
    width: 100%;
    position: relative;
}

/* Action Style Two */
.oye-action-style {
    float: left;
    width: 100%;
    padding: 15px;
}

.oye-action-style h3 {
    text-align: center;
    margin: 0px;
    /*color: white;*/
}

.oye-action-button {
    float: right;
}

.oye-action-button a {
    float: left;
    padding: 8px 15px;
    border: 1px solid #000;
    margin-left: 10px;
    border-radius: 2px;
}

.entity-list-small {
    height: auto;
    float: left;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

.entity-list-small h4 {
    max-height: 38px;
    overflow: hidden;
    font-weight: 600;
}

.entity-list-small h4 a {
    color: #828282;
}

.entity-list-small span {
    line-height: 1.4;
    font-weight: normal;
    color: #828282;
    overflow: hidden;
    max-height: 38px;
}

.entity-list-small p {
    font-size: 11px;
    line-height: 2;
    font-weight: normal;
    color: #323232;
}

.entity-list-small-title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.entity-list-small-title h2 {
    margin: 0px;
    text-transform: uppercase;
}

.pr-details {
    padding-left: 50px;
}

.pr-details h1 {
    text-transform: uppercase;
    margin-top: 50px;
}

.pr-details h3, .pr-details p {
}

.pr-details h3 {
    color: #909090;
}

.pr-details p {
    font-size: 16px;
    line-height: 1.5em;
    color: #646464;
}

.what-you-get {
}

.what-you-get ul {
    list-style: none;
    padding: 0px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}

.what-you-get li {
    border-bottom: 1px solid #bdbdbd;
    padding: 12px;
    text-align: center;
    color: #333;
}

.what-you-get li:last-child {
    border-bottom: none;
}

.vr {
    width: 1px;
    background-color: rgba(0, 0, 0, .075);
    position: absolute;
    top: 2px;
    bottom: -8px;
    right: 23px;
    align: right;
}

.nav-back {
    background: #f2f2f2;
    border-radius: 0px;
    padding: 0px;
}

.carousel-caption-btn {
    bottom: 0px;
}

.ez-nav-tab {
    border-bottom: 1px solid #e0e0e0;
    background-color: #e0e0e0;
}

.well-white {
    background: #fff;
}

.well-bg {
    background: #fff;
    border-radius: 4px;
    box-shadow: inset -1px -1px 3px rgba(0, 0, 0, .03);
    padding: 15px;
    border: 1px solid #f2f2ff;
}

.well-bg .btn .glyphicon {
    margin-right: 6px;
}

.ez-img {
    max-width: 124px;
    max-height: 124px;
}

.ez-breadcrumb-heading {
    color: #999;
    margin-top: 15px;
    margin-bottom: 4px;
    font-weight: normal;
}

.search {
    display: none;
    margin-bottom: 0px;
}

.well-bg h2 {
    margin: 0 0 4px;
}

.ez-bb {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
    margin-top: 12px;
}

.well-ez p {
    margin-bottom: 6px;
}

.well-ez p small {
    color: #828282;
}

.static-info p {
    font-size: 16px;
    line-height: 1.6;
}

.static-menu {
    background: #ffffff;
}

.static-menu ul {
    padding: 0;
}

#ez-carousel {
    height: 80%;
    max-height: 800px;
    min-height: 600px;
}

.queryLogin2 {
    width: 134px;
    float: left;
    margin-left: 18px;
}

.querytop {
    color: #323232;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.ez-form-header {
    margin-top: 20px;
    background: #337ab7;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 20px;
    text-indent: 10px;
}

.ez-form-header h1 {
    font-size: 20px;
    margin: 0;
}

.ez-form-body {
    margin-top: 0;
    border-radius: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.well-captcha {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}

.container-body {
    min-height: 400px;
}

.list-item-centers {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

#order_query_section {
    top: 333px;
}

.queryheaderHeading_2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 0 0 5px;
    color: #196ca0;
}

@media handheld, only screen and (max-width: 700px) {
    #welcome_img {
        width: 100%;
        display: none;
    }

    #order_query_section {
        top: 0px;
    }

    #order_search_section {
        top: 0px;
    }

    .wrapperQuery_2 {
        width: 100%;
        left: 0px;
        margin-bottom: 0px;
        background: #5ea7d3;
        -moz-border-radius: 0;
        border-radius: 0;
        top: 0px;
        z-index: 000;
        position: relative;
    }

    .wrapperQueryHolder_2 {
        margin: 0px auto;
        width: 80%;
        background: url(../images/trasperent-bg-inner.png) repeat;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 20px;
    }

    .wrapperQueryContainer_3 {
        width: 100%;
    }

    .wrapperQuery_3 {
        width: 100%;
        left: 0px;
        margin-bottom: 0px;
        background: #5ea7d3;
        -moz-border-radius: 0;
        border-radius: 0;
        top: 0px;
        z-index: 000;
        position: relative;
    }

    #ez-carousel {
        height: 80%;
        max-height: 300px;
        min-height: 180px;
    }

    .queryButton {
        width: 50%;
        margin: 10px 25%;
    }
}

@media handheld, only screen and (min-width: 701px) {
    #order_search_section {
        top: 160px;
        height: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1350px) {
    .fill {
        background: url(../images/Health-header.jpg) no-repeat center center;
        width: 1349px !important;
        height: 600px !important;
        display: block;
        margin: auto;
    }

}

.ez-settings-container {
    position: fixed;
    right: 0;
    top: auto;
    z-index: 12;
}

.btn.btn-app.ez-settings-btn.btn-xs {
    width: 42px;
}

.btn.btn-app.ez-settings-btn.open, .btn.btn-app.ez-settings-btn:hover {
    opacity: 1;
}

.btn.btn-app.ez-settings-btn {
    float: left;
    display: block;
    text-align: center;
    border-radius: 6px 0 0 6px !important;
    opacity: .55;
    vertical-align: top;
    margin: 0;
}

.btn.btn-app.btn-xs {
    width: 64px;
    font-size: 15px;
    border-radius: 8px;
    padding-bottom: 7px;
    padding-top: 8px;
    line-height: 1.45;
}

.btn.btn-app.btn-xs > .ez-icon {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.btn.btn-app > .ez-icon {
    display: block;
    font-size: 42px;
    margin: 0 0 4px;
    line-height: 36px;
    min-width: 0;
    padding: 0;
}

.btn.btn-app > .ez-icon {
    opacity: .88;
}

.ez-settings-box.open {
    max-width: 320px;
    max-height: 1000px;
    padding: 0 14px;
    border-width: 2px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.ez-settings-box {
    display: block;
    float: left;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #FFF;
    border: 0 solid #0C6398;;
    -webkit-transition: max-width .25s linear 0s, max-height 0s linear .25s, padding 0s linear .25s, border-width 0s linear .25s;
    -o-transition: max-width .25s linear 0s, max-height 0s linear .25s, padding 0s linear .25s, border-width 0s linear .25s;
    transition: max-width .25s linear 0s, max-height 0s linear .25s, padding 0s linear .25s, border-width 0s linear .25s;
}

img.fill_2 {
    min-width: 1349px !important;
    min-height: 600px !important;
    /*display: block;*/
    margin: 0 auto;
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
}

.welcome_img_container {
    width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}

.ez-list-item-glyphicon {
    display: block;
    width: 100%;
    float: left;
}

.ez-list-item-glyphicon span {
    margin-top: 4px;
    float: left;
    margin-bottom: 8px;
}
.ez-list-item-glyphicon p {
    margin-left: 20px;
}

.rd {
    color: red;
}

#valid-msg {color: #00C900;}
#error-msg {color: red;}

.modal-body .field-icon{
    float: right !important;
    margin-top: -23px !important;
    padding-right: 10px !important;
}
a.js_check_eligibility{
    padding: 8px 8px !important;
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-brand img {
        height: 50px;
        margin-top: 0;
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    .carousel-caption{
        padding-top: 0px;
    }
    .queryheaderHeading_3 {
        padding-top: 25px;
    }
    .wrapperQueryHolder_3{
        margin-bottom: 25px;
    }
    .top-nav-collapse .container .navbar-brand img{
        margin-top: 0px;
    }
    #ez-carousel {
        height: 35%;
    }
    .margin-bottom-20 .img-responsive{
        display: inline-block;
    }
    .main-headline > h2 {
        font-size: 18px;
        font-weight: 400;
    }
    .wrapperQueryHolder_3{
        padding-right: 20px;
        padding-bottom: 0px;
    } 
    .wrapperQuery_3{
        margin-left: 0px;
        padding-top: 15px;
    }
    .queryheaderHeading_3{
        font-size: 20px;
        color: #fff;
        text-align: center;
    }
    .queryheaderHeading_3{
        padding-top: 0px;
        padding-left: 0px;
    }
    .navbar-inverse .navbar-toggle{
        background-color: #333;
    }
    .padd-80 {
        padding: 0px 10px !important;
    }
}



/* Lab, Clinic and Doctor body css start here 04/10/2023 */

.ex-container-bg-theme {
    background: #85B8D5;
}
.feature-table-row .main-headline h2, .feature-table-row .main-title-text p {
    color: white;
}

.ez-feature .fa-stack .text-primary {
    color: white;
}
.navbar-inverse .navbar-nav > li > a.activeLink {
    background: #85B8D5;
}

.main-headline > h2 {
    font-size: 32px;
    font-weight: 400;
    border-bottom: 1px dotted #e0e0e0;
    margin: 50px 10% 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #323232;
    line-height: 1.2;
}

.main-headline > h2 > small {
    font-size: 60%;
}

.feature-table {
    background: white;
    border-radius: 10px;
}

.feature-table ul {
    list-style: none;
    padding: 0px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}

.feature-table li {
    border-bottom: 1px solid #bdbdbd;
    padding: 12px;
    text-align: center;
    color: #323232;
    font-size: 16px;
    font-weight: 300;
}

.feature-table li span {
    font-size: 17px;
    font-weight: 500;
}

.feature-table li:last-child {
    border-bottom: none;
}

.feature-table h2, .feature-table p {
    color: #323232;
}

.well-white {
    background: white;
}

.static-info {
    margin: 20px 0;
}

.static-info p {
    font-size: 16px;
}

.static-menu {
    background: white;
    margin: 20px 0;
}

.static-menu ul {
    padding: 0;
}

.static-menu ul a {
    list-style-type: none;
    padding: 6px;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.static-menu ul a:hover {
    background: #fafaff;
}

.static-menu ul li a {
    width: 100%;
}
.navbar-inverse{
    background-color: #ecf7fb !important;
    border-color: #0C6398 !important;
}
.navbar-fixed-top{
    border-width: 0 0 2px !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #0C6398 !important;
    color: #fff !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background-color: #0C6398 !important;
    color: #fff !important;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
    background-color: #0C6398 !important;
    color: #fff !important;
}
.top-nav-collapse .navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padd-80{
    padding: 20px 80px;
}
.bcsc-copyright a{
    font-size: 14px;
}
.doctor_healthcare {
    background-image: url(../images/bg-findhealth.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.ezfooter_section{
    position: sticky;
    top: 100%;
}
.btn-container {
    font-weight: 600;
    width: 160px;
    margin-bottom: 40px;
}

.text-center a:hover {
    background-color: #0e6399;
    color: #fff;
}

@media only screen and (max-width: 1920px) and (min-width: 1600px)  {
    .wrapperQuery_3 {
        margin-left: 215px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1536px)  {
    .wrapperQuery_3 {
        margin-left: 415px;
    }
}
@media only screen and (max-width: 1536px) and (min-width: 1440px)  {
    .wrapperQuery_3 {
        margin-left: 115px;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1366px)  {
    .wrapperQuery_3 {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 2048px) and (min-width: 1920px)  {
    .wrapperQuery_3 {
        margin-left: 365px;
    }
}
@media only screen and (min-width: 2049px)  {
    .wrapperQuery_3 {
        margin-left: 490px;
    }
}

