body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

li {
    list-style: none;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

h1,
h2 {
    text-transform: capitalize;
    font-weight: bold;
}


/*header area*/

.top-header {
    background: #fff !important;
    position: fixed;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 0 5px 0 #D9D9D9;
    box-shadow: 0 0 5px 0 #D9D9D9;
    height: 275px;
}

.header-backup {
    width: 20px;
    height: 275px;
    background: transparent;
    margin: auto;
}

.top-header img.logo {
    margin-bottom: -40px !important;
    margin-top: 35px;
    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;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 105px !important;
    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;
}

.nav-bar {
    /*	margin-top: 27px;
*/
}

.navbar-toggle span {
    color: #fff;
}

ul.nav {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    color: #737373;
    text-transform: capitalize;
    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;
    padding: 5px 9px 10px 9px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #49c7d8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}

li a.active {
    color: #106c78 !important;
    text-decoration: underline;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}


/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}

.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.carousel-caption h1 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.carousel-caption p {
    font-size: 28px;
    color: #fff;
    text-transform: none;
    font-weight: bold;
    margin-top: 10px;
    line-height: 35px;
}

.carousel-caption button {
    width: 230px;
    height: 50px;
    background: #49c7d8;
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    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;
    margin-top: 10px;
    -ms-transition: all .5s ease 0s;
}

.carousel-caption button:hover {
    background: #2a2a2a;
}

.carousel-control {
    width: 5%;
}

.carousel-inner {
    background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, blue);
    /* 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: 60px;
    color: #49c7d8;
    margin-top: 50px;
}

.about h4 {
    font-size: 18px;
    color: #737373;
    margin-bottom: 15px;
    line-height: 28px;
}

.about-img img {
    width: 100%;
}

.single-about-detail {
    position: relative;
}

.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    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 {
    background: #2a2a2a;
    border-top: 2px solid #fff;
    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: #fff;
    margin-top: 0;
}

.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}

.single-about-detail:hover .about-details {
    background: #49c7d8;
}

.single-about-detail:hover .pentagon-text h1 {
    color: #49c7d8;
}


/*service area*/

.service {
    background: url(../img/pattern.jpg);
    background-repeat: repeat;
    margin-top: 40px;
}

.service h2 {
    font-size: 60px;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 0;
}

.service h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    line-height: 28px;
    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: #49c7d8;
    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 #49c7d8;
}

.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 #49c7d8;
    z-index: 999;
}

.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 40px;
}

.service-img img.heart {
    left: 20%;
    top: 18%;
}

.service-img img.brain {
    left: 26%;
    top: 11%;
}

.service-img img.knee {
    left: 22%;
}

.service-img img.bone {
    left: 22%;
    top: 1%;
}

.service-img img {
    position: absolute;
}


/*team section*/

.team {
    padding-bottom: 60px;
}

.team h2 {
    font-size: 60px;
    color: #fff;
    ;
    margin-top: 50px;
    margin-bottom: 0;
}

.team h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 45px;
}

.single-member {
    margin: 0;
    padding: 0;
}

.person img {
    width: 100%;
}

.person-detail {
    padding: 10px;
    background: #49c7d8;
    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;
    border: 2px #FFF solid;
}

.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #49c7d8;
    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: #49c7d8;
    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: 18px;
    color: #fff;
}

.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.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 {
    background: #49c7d8;
}

.contact-heading h2 {
    color: #fff;
    font-size: 60px;
}

.contact-info {
    padding-left: 40px;
}

.contact-info h3 {
    padding-left: 0;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.contact-form h3 {
    padding-left: 0;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    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: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}

.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 {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}

.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 140px;
    border: 0;
    margin-bottom: 12px;
}

.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}

.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}

.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    background: url(../img/btn-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
}

.contact-form {
    padding-right: 40px;
}


/*gmap*/

#map {
    height: 1230px;
}

.map {
    position: relative;
    overflow: hidden;
}

.contact {
    /*	position: absolute;

*/
    width: 100%;
    /*	height: 1230px;

*/
    margin-top: 0px;
    left: 0;
    /*	margin-top: -1230px;

*/
    background: rgba(0, 0, 0, 0.51);
}

.contact-caption {
    margin-top: 50px;
    margin-bottom: 50px;
}


/*footer*/

.footer-para {
    margin: 0;
    padding: 0;
}

.footer p {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
}

.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}

.footer a i.fa:hover {
    color: #49c7d8;
}

.carousel-inner {
    position: relative;
}


/*======================css for carousel=========================*/

.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) {
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 14px 12px;
    }
    .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;
    }
    .col-md-8 {
        width: 100%;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 8px;
    }
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #49c7d8;
        color: #fff;
        font-size: 22px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    #map {
        height: 1800px;
    }
    /*.contact{

		margin-top:-1800px;

		height: 1800px;

	}

*/
    .contact-caption {
        margin-top: 110px;
    }
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-6,
    .col-xs-3 {
        width: 100%;
        text-align: center;
    }
}


/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .header-logo img {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 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;
    }
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-6,
    .col-xs-3 {
        width: 100%;
        text-align: center;
    }
    .col-sm-5.control-label {
        text-align: left !important;
        font-weight: normal !important;
    }
}


/* XS Portrait */

@media (max-width: 479px) {
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo {
        width: 72%;
        height: auto !important;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: 5px;
        right: -7%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
        padding: 8px;
    }
    .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: #49c7d8;
        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%;
    }
    #map {
        height: 1450px;
    }
    /*.contact{

		height: 1450px;

		margin-top: -1450px;

	}*/
    .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;
    }
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-6,
    .col-xs-3 {
        width: 100%;
        text-align: center;
    }
    .col-sm-5.control-label {
        text-align: left !important;
        font-weight: normal !important;
    }
    .container.mac {
        margin-top: 40px;
    }
    .form-group .col-sm-7 {
        padding-left: 15px !important;
    }
    .mac img {
        margin-top: -15px !important;
    }
    .header-logo {
        height: 35px !important;
        width: 77% !important;
    }
    .col-xs-6 .header-logo img {
        height: auto !important;
    }
    .bamt-btn {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fb5151 0%, #bc0e0e 100%) repeat scroll 0 0;
        border-radius: 5px !important;
        color: #fff;
        cursor: pointer;
        font-size: 115%;
        margin-bottom: -30px;
        padding: 5px 10px;
        text-align: center;
        float: none !important;
        text-align: center;
        margin-top: 5px;
    }
    .col-sm-4.control-label {
        text-align: left;
    }
}

.rating-symbol-foreground,
.glyphicon-star {
    font-size: 46px;
    color: #ffb31f;
    margin-left: 3px;
}

.rating-symbol {
    width: 50px;
    height: 70px;
}

.user-review {
    border: 2px #ffb31f solid;
    font-size: 16px;
    color: #737373;
    text-align: left;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.user-review h3 {
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

a {
    color: #49c7d8 !important;
}

.navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.service-item {
    padding: 15px;
    background: #49c7d8;
    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;
    border: 1px #FFF solid;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
}

.service-item:hover {
    background: #2a2a2a;
}

ul.fees-title {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #49c7d8;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
    border-bottom: 0px solid #666;
}

ul.fees-row {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #737373;
}

ul.fees-row:hover {
    background: #eee;
    padding: 0 2px 0 2px;
    color: #49c7d8;
}

ul.fees-row li,
ul.fees-title li {
    padding: 8px 2%;
    display: inline;
    text-align: left;
}

ul.fees-row li.fees-item,
ul.fees-title li.fees-item {
    float: left;
    width: 46%;
    text-align: left;
}

ul.fees-row li.fees-from,
ul.fees-title li.fees-from {
    float: left;
    width: 12%;
    font-size: 11px;
    text-align: left;
}

ul.fees-row li.fees-price,
ul.fees-title li.fees-price {
    float: left;
    /*  width: 20%;

*/
    text-align: left;
}

.callus {
    padding: 5px 10px;
    background: #b4e391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e391), color-stop(100%, #61c419));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b4e391 0%, #61c419 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b4e391 0%, #61c419 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b4e391 0%, #61c419 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b4e391 0%, #61c419 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#61c419', GradientType=0);
    /* IE6-9 */
    margin-bottom: -30px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 115%;
    margin: 5px 5px 0px;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px !important;
}

.bamt-btn {
    padding: 5px 10px;
    background: #fb5151;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fb5151 0%, #bc0e0e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb5151), color-stop(100%, #bc0e0e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fb5151 0%, #bc0e0e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fb5151 0%, #bc0e0e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fb5151 0%, #bc0e0e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fb5151 0%, #bc0e0e 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fb5151', endColorstr='#bc0e0e', GradientType=0);
    /* IE6-9 */
    margin-bottom: -30px;
    float: right;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #FFF;
    font-size: 115%;
    cursor: pointer;
}

.modal-open .modal {
    z-index: 999999999999999999999999999999999999 !important;
}

.modal-backdrop.in {
    opacity: 0.7 !important;
}

.callus a {
    color: #fff !important;
    text-decoration: none;
}

.form-group .col-sm-7 {
    padding-left: 0;
}


/* calendar style here */

.picker-container {
    position: absolute;
    z-index: 99;
}

.cal {
    background-color: white;
    display: block;
    width: 216px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-collapse: collapse;
    border-spacing: 0;
}

.cal a {
    text-decoration: none;
}

.cal tr,
.cal th,
.cal td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.cal caption {
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px black;
    background: #2e9fae;
    //background: rgba(0, 0, 0, 0.35);
    border-top: 1px solid #333;
    border-bottom: 1px solid #313131;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.cal caption a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    font-size: 18px;
    color: #FFFFFF;
}

.cal caption a:hover {
    color: white;
}

.cal caption .prev {
    float: left;
}

.cal caption .next {
    float: right;
}

.cal th,
.cal td {
    width: 30px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

.cal th:first-child,
.cal td:first-child {
    border-left: 0;
}

.cal th {
    line-height: 20px;
    font-size: 8px;
    color: #696969;
    text-transform: uppercase;
    background: #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.cal td {
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}

.cal td a {
    clear: both;
    display: block;
    position: relative;
    width: 30px;
    line-height: 28px;
    color: #666 !important;
    /*  background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);

  background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);

  background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);

  background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);*/
    -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}

.cal td a:hover,
.cal td.off a {
    background: #f3f3f3;
}

.cal td.off a {
    color: #ccc;
}

.cal td.active a,
.cal td a:active {
    margin: -1px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background: #49c7d8;
    border: 1px solid #598b94;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.cal td.active:first-child a,
.cal td:first-child a:active {
    border-left: 0;
    margin-left: 0;
}

.cal td.active:last-child a,
.cal td:last-child a:active {
    border-right: 0;
    margin-right: 0;
}

.cal tr:last-child td.active a,
.cal tr:last-child td a:active {
    border-bottom: 0;
    margin-bottom: 0;
}

a {
    color: #49c7d8 !important;
}

.time {
    background-color: #e0e0e0;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 5px !important;
    cursor: pointer;
    width: 85px;
    float: left;
    margin: 2px;
    text-align: center;
}

.booked {
    background-color: #FFFFFF;
    padding: 5px 10px;
    color: #666;
    border: 1px solid #CCCCCC;
    border-radius: 5px !important;
    cursor: not-allowed;
    width: 85px;
    float: left;
    margin: 2px;
    text-align: center;
}

.timeselected {
    background-color: #49c7d8;
    padding: 5px 10px;
    color: #FFF;
    border: 1px solid #3ca3b1;
    border-radius: 5px !important;
    cursor: pointer;
    width: 85px;
    float: left;
    margin: 2px;
    text-align: center;
}

#gettimelist {
    background-color: #49c7d8;
    border-color: #49c7d8;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #3ca3b1;
    border-radius: 5px !important;
    cursor: pointer;
    width: 70px;
    float: left;
    margin: 1px 5px 2px;
    text-align: center;
}

#getid {
    background-color: #49c7d8;
    border-color: #49c7d8;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #3ca3b1;
    border-radius: 5px !important;
    cursor: pointer;
    width: 125px;
    float: left;
    margin: 1px 5px 2px;
    text-align: center;
}

.date-picker.form-control {
    float: left !important;
    width: 80% !important;
}

#errMsg {
    color: #ff0000;
    text-align: center;
    width: 100%;
    /*	text-transform: capitalize;
*/
}

.ADR-btn {
    padding: 5px 10px;
    background: #ffb31f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffcc69 0%, #ffb31f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc69), color-stop(100%, #ffb31f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffcc69 0%, #ffb31f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffcc69 0%, #ffb31f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffcc69 0%, #ffb31f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffcc69 0%, #ffb31f 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffcc69', endColorstr='#ffb31f', GradientType=0);
    /* IE6-9 */
    margin-bottom: -30px;
    float: right;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #FFF;
    font-size: 115%;
    cursor: pointer;
    margin-top: -20px;
    margin-bottom: 30px;
}

.dbaction {
    background-color: #e0e0e0;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 5px !important;
    cursor: pointer;
    width: 350px;
    float: left;
    margin: 5px;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}

.dbaction:hover {
    background-color: #49c7d8;
    padding: 5px 10px;
    color: #FFF;
    border: 1px solid #3ca3b1;
    border-radius: 5px !important;
    cursor: pointer;
    margin: 5px;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}

.fa.fa-facebook {
    color: #36C !important;
}

.fa.fa-twitter {
    color: #3CF !important;
}

.map {
    height: 1230px;
}

.person-detail-1 {
    color: #FFF;
    background: #057887 !important;
    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;
    border: 2px #FFF solid;
}

.single-member:hover .person-detail-1 {
    background: #2a2a2a !important;
}

.price-notes {
    font-size: 14px !important;
    /*	font-weight:bold;
*/
}

.navbar {
    /*  margin-bottom: 10px !important;
    margin-top: 20px !important;
*/
}

.container.cactions {
    margin-bottom: 0 !important;
}

.col-xs-6.header-logo {
    margin-bottom: -10px !important;
    margin-top: -10px;
}

.news-view {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    background-color: #49c7d8;
}

.service marquee {
    color: #ffffff;
}


/*----------------------- Cookie -------------------------*/

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    background-color: #49c7d8 !important;
    border-radius: 5px;
    color: #FFFFFF !important;
    transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}

.cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
}

.cc_container .cc_btn {
    font-size: 0.8em;
}

.cc_container .cc_btn {
    background-color: #49c7d8 !important;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0.6em;
    margin-left: 10px;
    max-width: 120px;
    padding: 8px 10px;
    text-align: center;
    transition: font-size 200ms ease 0s;
    width: 33%;
}

.cc_container .cc_btn {
    font-size: 1em;
}

.cc_container .cc_btn {
    font-size: 0.8em;
}

.cc_container .cc_btn {
    cursor: pointer;
    font-size: 0.6em;
    line-height: 1em;
    text-align: center;
    transition: font-size 200ms ease 0s;
}

.cc_container a,
.cc_container a:visited {
    color: #31a8f0;
    text-decoration: none;
    transition: color 200ms ease 0s;
}

.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    animation-name: slideUp;
}

.cc_container *::-moz-selection {
    background: #ff5e99 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}

.cc_container {
    padding: 10px 15px !important;
    text-align: center !important;
}

.hygw {
    width: 300px;
    margin-top: 20px;
}

.satds {
    width: 300px;
}


/*----------------------- Cookie -------------------------*/

4 #errreviewMsg {
    color: #F00 !important;
}

@media (min-width:720px) and (max-width:1199px) {
    .contact-info i.fa {
        width: 50px;
    }
    .hygw {
        width: 100% !important;
        margin-top: 20px;
    }
    .satds {
        width: 100% !important;
    }
}

@media (max-width:890px) {
    .top-header img.logo {
        margin-bottom: 10px !important;
        height: 60px !important;
    }
    .times,
    .booknow,
    .callus {
        margin: 10px !important;
    }
    .navbar-default {
        margin-top: 0px !important;
    }
}

.reviews {
    margin: 24px -5px 10px 0px !important;
    border: 1px #ccc solid;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.times {
    background: #e6801f !important;
    color: #FFF;
    margin-top: 15px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    float: none !important;
    padding: 5px 10px;
    margin-bottom: 0px !important;
    text-align: center;
    margin-right: -10px;
}

.booknow {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #49c7d8 0%, #0094a8 100%) repeat scroll 0 0;
    text-align: center;
    color: #FFF !important;
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    float: none !important;
    padding: 5px 10px;
}

.callus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #b4e391 0%, #61c419 100%) repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: none !important;
    font-size: 125% !important;
    padding: 5px 10px;
    margin-bottom: 0px !important;
    text-align: center;
    margin-right: 10px;
    margin-top: 16px;
    margin-left: 0px;
}

.topm {
    margin-top: 200px;
}

@media (max-width:890px) {
    ul.fees-row li.fees-price,
    ul.fees-title li.fees-price {
        float: right !important;
    }
	ul.fees-row li.fees-item, ul.fees-title li.fees-item {
    width: 34%  !important;
	}
	ul.fees-row li.fees-price, ul.fees-title li.fees-price {
		max-width: 50%;
		text-align: right;
	}
}