@import "navigation-bar.css";
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Gill Sans";
}

.portalWidth {
    min-width: 320px;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal-dialog {
    margin: 2px auto;
    z-index: 1100 !important;
}

.modal-header {
    background-color: #0076A8;
    color: #fff;
    text-align: center;
}

.modal-footer {
    border: none;
}

.modal-content {
    margin-top: 90px;
    padding: 0px 0px;
}

.hintText {
    margin-top: 15px;
    font-style: italic;
    font-size: 90%;
    display: inline;
}

.sticky-side.sticky-side-right {
    right: 6px;
}

.sticky-side {
    position: fixed;
    top: 50%;
    width: 50px;
    z-index: 1000;
}

a.social-icon.social-icon-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sticky-side .social-icon {
    font-size: 38px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    opacity: .9;
    filter: alpha(opacity=90);
    text-decoration: none;
    transition: all .2s;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-color: transparent;
    overflow: hidden;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    letter-spacing: 0 !important;
    color: #eaeaea !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sticky-side .social-icon>i.fa {
    width: auto !important;
}

.social-icon i {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 6px;
    font-size: 28px;
}

.social-facebook:hover {
    background-color: #3b5998 !important;
}

.social-twitter:hover {
    background-color: #00acee !important;
}

.social-linkedin:hover {
    background-color: #0e76a8 !important;
}

.social-google:hover {
    background-color: #dd4b39 !important;
}

li {
    list-style: none;
}

a {
    color: #0076A8;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.headerTextMargin {
    margin-top: 60px;
}

.form-control {
    float: left;
    border-color: #0076a8;
}

.BannerReg {
    color: #0076a8;
    border: 2px solid #0076a8;
    background-color: transparent;
    border-radius: 25px;
    padding: 10px 40px;
    outline: none !important;
    text-decoration: none;
}

.BannerReg:hover {
    color: #fff;
    border: 2px solid #0076a8;
    border-radius: 25px;
    padding: 10px 40px;
    background-color: #0076a8;
    outline: none !important;
    text-decoration: none;
}

.buttonTrans {
    color: #0076a8;
    border: 2px solid #0076a8;
    margin: 15px 10px 15px 10px;
    background-color: transparent;
    border-radius: 25px;
    padding: 10px 40px;
    outline: none !important;
    text-decoration: none;
}

.buttonTrans:hover {
    color: #fff;
    border: 2px solid #0076a8;
    border-radius: 25px;
    padding: 10px 40px;
    background-color: #0076a8;
    outline: none !important;
    text-decoration: none;
}

.buttonTransW {
    border: 2px solid #0076a8;
    background-color: transparent;
    border-radius: 25px;
    padding: 10px 40px;
    color: #0076a8 !important;
    outline: none !important;
    text-decoration: none;
}

.buttonTransW:hover {
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 40px;
    outline: none !important;
    text-decoration: none;
    background-color: #0076a8;
}

.buttonTopMargin {
    margin-top: 18px;
}

.glyphicon-edit,
.glyphicon-remove-circle,
.glyphicon-eye-open {
    padding-right: 5px;
}

.ContentSlab {
    padding: 2% 10% 10% 10%;
    min-height: 500px;
    width: auto;
}

.ContentSlabWmin {
    padding: 0px 50px !important;
}

.PageTitle {
    color: #0076A8;
    font-size: 16pt;
    
    font-family: Arial Narrow;
    text-align: center;
    margin: 10px auto;
    text-transform: capitalize;
}

.PaymentOption {
    color: #666666;
    font-size: 14pt;
    font-family: Arial Narrow;
    text-align: center;
    margin: 20px auto;
    text-transform: capitalize;
}

.PageSectionTitle {
    color: #0076A8;
    font-size: 14pt;
    font-family: Arial;
    text-align: center;
}

.TotalCost {
    color: #fff;
    font-size: 14pt;
    font-family: Arial;
    border: none;
    background-color: transparent;
    font-weight: bold;
}

.RegHeading1 {
    color: #0076A8;
    font-size: 16pt;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.RegHeading2 {
    color: #0076A8;
    font-size: 16pt;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.sectionHeading {
    color: #0076a8;
    font-size: 18pt;
    font-weight: bold;
    font-family: Arial Narrow;
    text-align: center;
    margin: 50px auto;
    text-transform: capitalize;
}

.sectionSubHeading {
    color: #808080;
    font-size: 18pt;
    font-family: Arial Narrow;
    text-align: center;
}

.sectionSubHeadingG {
    color: #0076a8;
    font-size: 18pt;
    font-family: Arial;
    text-align: center;
}

.sectionText {
    color: #808080;
    font-size: 14px;
    font-family: Arial;
    text-align: center;
}

.offerPics {
    height: 250px;
    width: 300px;
}

.Partner {
    background-color: #f1f1f1;
    padding: 50px 50px;
}

.packageContent {
    padding: 20px 20px;
}

.packageText {
    font-size: 14px;
    color: #999999;
}

.packageSubHeading {
    color: #666666;
    font-size: 12pt;
    font-family: Arial;
    text-align: center;
    text-transform: capitalize;
}

.packageBoxG {
    border: 1px solid #788390;
    height: 350px;
    margin: 15px 15px;
    position: relative;
}

.packagePriceG {
    color: #C1C6C8;
    text-align: center;
    vertical-align: middle;
    margin: 20px auto;
    font-size: 25pt;
}

.packageFooterG {
    height: 50px;
    width: 100%;
    background-color: #0076A8;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14pt;
}

.packageBoxB {
    border: 1px solid #0076A8;
    height: 350px;
    margin: 15px 15px;
    position: relative;
}

.packagePriceB {
    color: #788390;
    text-align: center;
    vertical-align: middle;
    margin: 20px auto;
    font-size: 25pt;
}

.packageFooterB {
    height: 50px;
    width: 100%;
    background-color: #0076A8;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14pt;
}

@media (max-width: 479px) {
    .packageBoxG,
    .packageBoxB {
        height: 450px;
        margin: 5px 5px;
    }
}

.SearchPanel {
    background-color: #ddd !important;
}

.SearchSection {
    background-color: #ddd !important;
    border-bottom: 1px solid gray;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.SearchLabel {
    text-transform: capitalize;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}


/*header area*/

.headerBg {
    background: #fff;
    /*height: 412px;*/
    background-repeat: no-repeat;
    background-image: url("../images/HomeBanner.jpg");
}

.headerBgContent {
    padding: 0px 80px;
    /*height: 512px;*/
    position: absolute;
    top: 50px;
}

.headerBgShort {
    background: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/HomeBanner1.jpg");
    width: auto;
}

.headerBgShortContent {
    /*height: 210px;*/
    padding: 70px 50px 0px 50px  ;
    width: auto;
}

.headerBar {
    background-color: #0076A8;
    opacity: 0.85;
    height: 50px;
    vertical-align: middle;
    z-index: 99;
}

.headerTextD {
    font-family: Arial;
    font-size: 3vw;
    color: #838182;
    text-transform: capitalize;
}

.headerTextBlue {
    font-family: Arial;
    font-size: 3vw;
    color: #0076A8;
    text-transform: capitalize;
}

.headerSubText {
    font-family: Arial;
    font-size: 1.2vw;
    font-weight:bold;    
}

.headerSubTextD {
    font-family: Arial;
    font-size: 30pt;
    color: #0076A8;
    text-transform: capitalize;
}

.headerTextBW {
    font-family: Arial;
    font-size: 2.5vw;
    color: #838182;
    text-transform: capitalize;
    white-space: nowrap
}

.headerTextBD {
    font-family: Arial;
    font-size: 2.5vw;
    color: #838182;
    white-space: nowrap
}

.headerSubTextBD {
    font-family: Arial;
    font-size: 3vw;
    color: #0076A8;
    text-transform: capitalize;
}

.headerSubSubTextD {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
}

.headerFeature {
    padding: 0px 0px !important;
    margin-top: 0px !important;
    list-style-type: disc !important;
}

.headerFeature i {
    color: #838182;
    font-size: 9px;
    margin-right: 4px;
}

.header-backup {
    width: 20px;
    height: 120px;
    background: transparent;
    margin: auto;
}

.page-header {
    padding-bottom: 50px !important;
    border-width: 0px;
    margin: 0px;
    padding-top: 0px;
}

.footer-backup {
    width: 20px;
    height: 60px;
    background: transparent;
    margin: auto;
}

.top-header img.logo {
    margin-bottom: 0px;
    margin-top: 0px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .headerTextBW,
    .headerTextBD,
    .headerSubTextB,
    .headerSubTextBD {
        font-size: 18pt;
    }

    .packageBoxG,
    .packageBoxB {
        height: 500px;
        margin: 5px 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headerBgContent {
        padding: 0px 50px;
        position: absolute;
        top: 50px;
        background-color: #e3e3e3;
    }
    .headerTextD {
        font-size: 20pt;
    }
    .headerSubTextD {
        font-size: 20pt;
    }

    .headerTextBW,
    .headerTextBD,
    .headerSubTextB,
    .headerSubTextBD {
        font-size: 16pt;
    }

    .packageBoxG,
    .packageBoxB {
        height: 500px;
        margin: 5px 5px;
    }
}


/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .headerBgContent {
        padding: 0px 40px;
        position: absolute;
        top: 20px;
        background-color: #e3e3e3;
    }
    .headerTextD {
        font-size: 15pt;
    }
    .headerSubTextD {
        font-size: 15pt;
    }

    .headerTextMargin {
        margin-top: 30px;
    }

    .headerTextBW,
    .headerTextBD,
    .headerSubTextB,
    .headerSubTextBD {
        font-size: 12pt;
    }
}


/* XS Portrait */

@media (max-width: 479px) {
    .headerBgContent {
        padding: 0px 20px;
        position: absolute;
        top: 0px;
        background-color: #e3e3e3;
    }
    .headerTextD {
        font-size: 10pt;
    }
    .headerSubTextD {
        font-size: 10pt;
    }

    .headerTextMargin {
        margin-top: 30px;
    }

    .headerTextBW,
    .headerTextBD,
    .headerSubTextB,
    .headerSubTextBD {
        font-size: 12pt;
    }
}

li a.active {
    color: #82c341;
}


/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}

.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.carousel-caption h1 {
    font-size: 157px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}

.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #0076A8;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.carousel-caption button:hover {
    background: #2a2a2a;
}

.carousel-control {
    width: 5%;
}

.carousel-inner {
    background: -webkit-linear-gradient(left, #000, #0076A8);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, #0076A8);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, #0076A8);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, #0076A8);
    /* Standard syntax */
}

.item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    text-align: left;
    /*left: 12%;*/
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: 50px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}


/*about area*/

.about h2 {
    font-size: 18px;
    color: #0076A8;
    margin-top: 10px;
}

.about h4 {
    font-size: 24px;
    color: #0076A8;
    margin-bottom: 45px;
}

.about-img img {
    width: 100%;
}

.single-about-detail {
    position: relative;
}

.pentagon-text h1 {
    font-size: 60px;
    color: #0076A8;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}

.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}

.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}

.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}

.about-details {
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.about-details h3 {
    font-size: 36px;
    color: #0076A8;
    margin-top: 0;
}

.about-details p {
    font-size: 13px;
    color: #000;
    font-family: Arial;
    padding: 0 0px;
    padding-bottom: 0px;
}


/*service area*/

.service {
    background: url(../Images/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 40px;
}

.service h2 {
    font-size: 90px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
}

.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}

.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -100px;
}

.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}

.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 10;
}

.service-img {
    width: 200px;
    height: 123px;
    background: #0076A8;
    position: relative;
    top: 1px;
    left: 2px;
}

.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #0076A8;
}

.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #0076A8;
    z-index: 999;
}

.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 90px;
}

.service-img img.heart {
    left: 20%;
    top: 18%;
}

.service-img img.brain {
    left: 26%;
    top: 11%;
}

.service-img img.knee {
    left: 38%;
}

.service-img img.bone {
    left: 25%;
    top: 14%;
}

.service-img img {
    position: absolute;
}


/*team section*/

.team {
    padding-bottom: 60px;
}

.team h2 {
    font-size: 90px;
    color: #0076A8;
    margin-top: 50px;
    margin-bottom: 0;
}

.team h4 {
    font-size: 24px;
    color: #0076A8;
    margin-top: 0;
    margin-bottom: 45px;
}

.single-member {
    margin: 0;
    padding: 0;
}

.person img {
    width: 100%;
}

.person-detail {
    padding: 10px;
    background: #0076A8;
    position: relative;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.arrow-bottom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.person-detail h3 {
    font-size: 30px;
    color: #fff;
}

.person-detail p {
    font-size: 13px;
    color: #000;
    font-family: Arial;
}

.single-member:hover .person-detail {
    background: #2a2a2a;
}

.single-member:hover .arrow-top {
    background: #2a2a2a;
}

.single-member:hover .arrow-bottom {
    background: #2a2a2a;
}


/*contact section*/

.contact-caption {
    border: 1px solid #c5ccd1;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-heading h2 {
    background: #c5ccd1;
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    padding: 10px;
    background: -webkit-linear-gradient(top, #c5ccd1, #c5ccd1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #c5ccd1, #c5ccd1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #c5ccd1, #c5ccd1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #c5ccd1, #c5ccd1);
    /* Standard syntax */
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.contact-heading h2 {
    color: #0076A8;
}

.divForget span {
    float: right;
    font-size: 10px;
    padding-top: 10px;
}

.divForget span a {
    color: #0076A8;
}

.contact-info {
    padding-left: 40px;
    padding-top: 30px;
}

.contact-info h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.contact-form h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.contact-info ul {
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    font-family: Arial;
    font-size: 14px;
    color: #737373;
}

.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}

.contact-info ul li span {
    font-weight: bold;
}

.contact-form .input-group {
    margin-bottom: 12px !important;
    width: 100%;
}

.contact-form input {
    width: 95%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #000;
    font-family: Arial;
    padding: 12px;
    border: 1px solid #0076A8;
    margin-bottom: 12px;
}

.contact-form label {
    background: #fff;
    font-size: 13px;
    color: #000;
    font-family: Arial;
    padding: 12px;
    margin-bottom: 12px;
}

#divDetails label {
    width: 100%;
}

.contact-form Select {
    width: 95%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #000;
    font-family: Arial;
    padding: 12px;
    border: 1px solid #0076A8;
    margin-bottom: 12px;
}

.contact-form textarea {
    font-family: Arial;
    padding: 12px;
    width: 100%;
    height: 100px;
    border: 1px solid #0076A8;
    margin-bottom: 12px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.info-detail {
    border-top: 1px solid #0076A8;
    padding-top: 15px;
}

.form {
    border-top: 1px solid #0076A8;
    padding-top: 15px;
    text-align: right;
}

.contact-form input.submit-btn {
    width: 110px;
    height: 40px;
    float: left;
    font-size: 15px;
    color: #fff;
    background: #0076A8;
    background-repeat: no-repeat;
    padding: 0;
    margin-left: 20px;
    font-family: Arial;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #0076A8, #0076A8);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #0076A8, #0076A8);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #0076A8, #0076A8);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #0076A8, #0076A8);
    /* Standard syntax */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-form {
    padding-right: 15px;
    padding-top: 30px;
}

.alert {
    padding: 5px !important;
    min-height: 40px;
    margin-bottom: 20px !important;
    cursor: pointer;
}

.contact-form div {
    padding: 0px;
    margin: 0px;
}


/*gmap*/

#map {
    height: 830px;
}

.map {
    position: relative;
    overflow: hidden;
}

.contact {
    position: absolute;
    width: 100%;
    height: 830px;
    margin-top: 0px;
    left: 0;
    margin-top: -830px;
    background: rgba(0, 0, 0, 0.51);
}

.contact-caption {
    margin-top: 0px;
    /* padding-bottom: 20px;*/
}


/*footer*/

.footer {
    background-color: #C1C6C8;
    width: 100%;
    padding: 40px 40px !important;
    color: #0076A8;
    font-size: 14px;
}

.footer a {
    color: #0076A8;
}

.footer a:hover {
    color: #84BD00;
}

.footerLink {
    color: #fff !important;
    text-decoration: underline !important;
}

.footerCol {
    padding: 0px 15px !important;
}

.footerRow {
    vertical-align: middle;
    line-height: 60px;
    color: #FFF;
}

.footerCR {
    background-color: #0076A8;
    width: 100%;
    padding: 10px 100px 0px 100px !important;
    color: #fff;
    font-size: 14px;
}

.footerCR a {
    color: #fff;
}

.footerCR a:hover {
    color: #84BD00;
}

.footerCRInternal {
    background-color: #0076A8;
    width: 100%;
    padding: 10px 100px 0px 100px !important;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    bottom: 0;
}

.footerCRInternal a {
    color: #fff;
}

.footerCRInternal a:hover {
    color: #84BD00;
}

.FooterHeading {
    font-weight: bold;
    font-family: "Gill Sans";
    text-transform: uppercase;
}

.FooterHeading:hover {
    color: #0076A8 !important;
}

.FooterText {
    color: #000 !important;
}

.FooterText:hover {
    color: #84BD00 !important;
}


/*======================css for carousel=========================*/

.carousel-inner {
    position: relative;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}


/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    h2 {
        font-size: 75px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #0076A8;
        color: #fff;
        font-size: 22px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    #map {
        height: 1050px;
    }
    .contact {
        margin-top: -1050px;
        height: 1050px;
    }
    .contact-caption {
        margin-top: 110px;
    }
}


/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .header-logo img {
        margin-top: 20px;
    }
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    #map {
        height: 1120px;
    }
    .contact {
        height: 1120px;
        margin-top: -1120px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 21px !important;
    }
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-caption {
        margin-top: 140px;
    }
}


/* XS Portrait */

@media (max-width: 479px) {
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo {
        margin-top: 20px !important;
    }
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 50px;
        color: #0076A8;
        margin-top: 30px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-caption {
        margin-top: 38%;
        margin-bottom: 20px;
    }
    #map {
        height: 950px;
    }
    .contact {
        height: 950px;
        margin-top: -950px;
    }
    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 10px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
    .footer p {
        font-size: 10px;
    }
}

input[type=radio] {
    height: auto;
    width: auto;
    margin-top: 0px;
    vertical-align: middle;
    margin-right: 10px;
}

input[type=checkbox] {
    height: auto;
    width: auto;
    margin-top: 4px;
    vertical-align: top;
    margin-right: 10px;
}

label {
    font-weight: normal;
}

.LeftMenu {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
}

.LeftMenu div {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
}

.LeftMenu hr {
    margin: 5px 0px;
}

.Left a {
    vertical-align: middle;
    color: #0076A8;
    text-decoration: none;
}

.LeftMenu a span {
    color: #82c341;
}

.page-heading {
    color: #0076A8;
    font-size: 18px;
}

.page-heading hr {
    border-bottom: 1px solid #0076A8;
    margin-top: 10px;
}

.square li {
    list-style-type: square;
}

.disc li {
    list-style-type: disc;
}

.numeric li {
    list-style-type: decimal;
}

.CollapsiblePanelTab {
    background-color: #eee;
    border-bottom: solid 1px #CCC;
    margin: 0px;
    padding: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000;
}

.CollapsiblePanelTab:hover {
    background-color: #ccc;
}

.CollapsiblePanelTab:focus {
    background-color: #fff;
    border-color: #82c341;
}

.item img {
    background-repeat: repeat-x;
    width: 100%;
}

#about {
    min-height: 600px;
}

.form-group hr {
    border-bottom: 1px solid #0076A8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-group-addon {
    border-color: #0076A8;
}

.affix {
    top: 175px;
    width: inherit;
    padding-right: 8px !important;
}

.top-header div {
    padding: 0px;
    margin: 0px;
}

.required {
    color: Red;
}

.page-heading {
    color: #0076A8;
    font-size: 24px;
    font-weight: 700;
    font-variant: small-caps;
    padding: 0px;
    margin-top: 5px;
}

.accordion h3 {
    padding: 5px;
    color: #0076A8;
}

ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
    padding-left: 0px;
}

ul[dnd-list] .dndDraggingSource {
    /*display: none;*/
}

ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

ul[dnd-list] li {
    background-color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 1px solid #0076A8;
    padding-left: 5px;
}

ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

ul[dnd-list] li .dragging {
    background-color: #dff0d8;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #0076A8;
    z-index: 9999;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 0px dotted #999999;
    text-decoration: none;
}

.ActionTitle {
    color: #0076A8;
    font-size: 18px;
    font-family: Arial Narrow;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
    top: 0px;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.gridSearchButton {
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #0076a8;
    padding: 0px 5px;
    width: 70px;
    background-color: #0076a8;
    vertical-align: middle;
    outline: none !important;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    height: 22px;
    display: table-cell;
    float: left;
}

.gridSearchButton:hover {
    color: #000;
    border: 1px solid #fff;
    padding: 0px 5px;
    background-color: #0076a8;
    vertical-align: middle;
    outline: none !important;
}

.btn-info {
    color: #fff;
    border: 2px solid #0076a8;
    background-color: #0076a8;
    outline: none !important;
    text-decoration: none;
}

.btn-info:hover {
    color: #fff;
    border: 2px solid #0076a8;
    background-color: #0076a8;
    outline: none !important;
    text-decoration: none;
}

.SearchForm select {
    width: 95%;
}

.input-group {
    margin-right: 15px;
}

.Expired,
.Rejected {
    background-color: #f3b5af !important;
}

.Approved,
.Active {
    background-color: #abf5a7 !important;
}

.Pending {
    background-color: #f7f3bf !important;
}

.jconfirm .jconfirm-box {
    width: 400px !important;
}

.jconfirm .jconfirm-box .jconfirm-content-pane {
    overflow: visible !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    text-align: center;
    float: none !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    color: #fff !important;
    border: 2px solid #0076a8;
    background-color: #0076a8;
    border-radius: 25px !important;
    padding: 10px 40px !important;
    outline: none !important;
    text-decoration: none;
    vertical-align: middle !important;
    width: 40% !important;
    margin-top: 10px;
    font-weight: normal !important;
    cursor: pointer !important;
    text-transform: none !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button:hover {
    color: #fff;
    border: 2px solid #0076a8;
    border-radius: 25px;
    padding: 10px 40px !important;
    background-color: #0076a8;
    outline: none !important;
    text-decoration: none;
    vertical-align: middle !important;
    width: 40% !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    background-color: #0076A8;
    color: #fff;
    margin: -15px -15px 15px -15px;
    padding: 5px 5px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
    font-size: 14px !important;
    height: 35px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.capture-progress-summary .accordion-heading {
    position: relative;
}

.capture-progress-summary .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px;
}

.capture-progress-summary .meal-bar {
    border-left: 4px solid #f38787;
}

.capture-progress-summary .in-progress {
    border-left: 4px solid gold;
}

.capture-progress-summary .to-be-completed {
    border-left: 4px solid red;
}

.capture-progress-summary .completed {
    border-left: 4px solid #84BD00;
}

.capture-progress-summary .collapse.in {
    overflow: visible;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.progress-panel-bar {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.progress-step {
    border-spacing: 0;
    max-height: 60px;
    margin-bottom: 0px !important;
}

.progress-step>caption+tbody>tr:first-child>th,
.progress-step>colgroup+tbody>tr:first-child>th,
.progress-step>tbody:first-child>tr:first-child>th,
.progress-step>caption+tbody>tr:first-child>td,
.progress-step>colgroup+tbody>tr:first-child>td,
.progress-step>tbody:first-child>tr:first-child>td {
    border-top: 0;
}

.progress-step>thead>tr>th,
.progress-step>tbody>tr>th,
.progress-step>tfoot>tr>th,
.progress-step>thead>tr>td,
.progress-step>tbody>tr>td,
.progress-step>tfoot>tr>td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.progress-step a {
    padding: 3px 6px;
}

table .form-control {
    padding: 3px;
}

.top-buffer {
    margin-top: 20px;
}

.slim-panel {
    margin-bottom: 5px;
}

.slim-panel .panel-heading {
    padding: 5px 15px;
}

.panel-item-status {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}

.add-selected-btn-offset {
    margin-top: 30px;
}

.banner-bg {
    background-color: #f1f1f1 !important;
}

.banner-img {
    background-color: #f1f1f1 !important;
    max-height: 500px;
    object-fit:cover;
}

.step-panel>.panel-body {
    padding-right: 0px;
}

.step-panel>.panel-body>.row {
    padding-right: 30px;
}

.active-panel {
    background-color: #0076A8 !important;
    color: #fff !important;
}

.active-panel .progress-panel-bar {
    color: #fff !important;
}

.active-panel-body {
    border: 1px solid #0076A8 !important;
}

.panel-body .active-panel-body {
    padding-right: 0px;
}

.panel-heading a {
    text-decoration: none;
    color: #000;
}

.active-panel a {
    text-decoration: none;
    color: #fff !important;
}