


.list-docts{list-style:none;}
.list-docts li{float:left;margin-right:5px;}


/* main/ */
.list-alfabetic li{
    margin-right:0;
    padding:0 12px;
    border-right:1px solid #333;
    margin-bottom:20px;
    
}
.list-alfabetic li a{
    line-height:20px;
    color:#135b64;
    padding-bottom:5px;
}
.list-alfabetic li:last-child{
    border-right:medium none;
}

ul.list-alfabetic{
    padding-left:0;
    display:block;
    overflow:visible;
    width:960px;
    margin:0 auto;
}
.sitemap-content .list-alfabetic li a:hover{
    color: #ec7601;
    text-decoration: none;
    border-bottom: 3px solid #ec7601;

}

.sitemap-content .list-alfabetic .active a:hover{
    color: #ec7601;
    text-decoration: none;
    border-bottom: 3px solid #ec7601;

}

.action-doctors {display:none;}
.active {
    display: block;
}
.doctor.myTooltips a,
.doctors {
    position: relative;
    display: inline-block
}

.contact-menu ul li,
.terms li {
    list-style-type: none
}

.container-home {
    padding-top: 10px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
    display: block
}

.dedicated a,
.evaluation a {
    width: auto;
    text-transform: uppercase
}

ul.doctors-list {
    list-style: none;
    padding: 0 50px
}
.signupbtn{
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    padding: 8px;
    background:#e87722;
    }
.signupbtn:hover{
    background: #027e89 none repeat scroll 0 0;
    text-decoration: none;
    color:#fff;
    }
ul.doctors-list li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    width: auto;
}

ul.doctors-list li a {
    color: #027e89;
    background: 0 0;
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-align: left;
    display: block;
    width: auto;
}

.content,
.dedicated,
.evaluation,
.footer {
    text-align: center
}

ul.doctors-list li a:hover {
    background: 0 0
}

.content {
    background-color: #e1e1e1;
    color: #135b64
}

.content h3 {
    font-size: 36px;
    font-family: Oxygen-Regular, arial, sans-serif;
    margin: 30px auto
}

.content p {
    font-size: 21px;
    font-family: Oxygen-Light, arial, sans-serif;
    line-height: 35px;
    margin: 30px auto
}

.dedicated a.btn.small-btn,
.dedicated p {
    font-family: Oxygen-Regular, arial, sans-serif
}

.dedicated {
    background-color: #027e89;
    color: #fff
}

.rating .glyphicon-star {
    cursor: pointer
}

.cleanliness_value,
.services_value,
.staff_value,
.value_value {
    color: #eb7b00;
    font-weight: 700
}

.dedicated p {
    font-size: 27px;
    margin: 30px 0
}

.dedicated a {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 24px;
    background: #eb7f00;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 30px
}

.dedicated a.btn.small-btn {
    background: 0 0;
    font-size: 27px;
    line-height: 30px;
    font-weight: 400;
    color: #eb7f00;
    display: inline-block;
    padding: 0;
    margin: 0 0 10px 20px;
    border-radius: 0
}

.dedicated h3,
.evaluation h3 {
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 36px;
    margin: 30px 0
}

.dedicated a.btn.small-btn:hover {
    font-weight: 700;
    text-decoration: underline
}

.dedicated h3 {
    color: #fff
}
.dedicated.no-bg {
    background-color: #fff;
    color: #fff
}
.dedicated.no-bg h3 {
    color: #027e89
}

.evaluation {
    background-color: #e1e1e1;
    color: #027e89
}

.evaluation h3 {
    color: #027e89
}

.evaluation a {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 24px;
    background: #eb7f00;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 30px
}

.home-faqs{
    padding: 50px 0;
}
.home-faqs .container-home{
    max-width: 1800px;
}
.home-faqs .col-xs-12.col-sm-5{
    border-right: 1px solid #ccc;
}
.home-faqs .nav-tabs li.active span.triangle{
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}
.home-faqs .nav-tabs li{
    color: #808080;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin:0;
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    margin: 5px 0;
    border-radius: 0;
}
.home-faqs .nav-tabs li a{
    color: #808080;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: none;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}
.home-faqs .nav-tabs li.active{
    background: #027e89;
}
.home-faqs .nav-tabs li:hover{
    background: #027e89;
}
.home-faqs .nav-tabs li:hover a{
    color: #fff;
}
.home-faqs .nav-tabs li.active a{
    background: #027e89;
    font-size: 20px;
    border-radius: 0;
    color: white;

}
.home-faqs .nav-tabs li a:hover {
    border: 0;
    border-radius: 0;
}
.home-faqs .tab-content{
    padding-left: 50px;
}
.home-faqs .tab-content p{
    font-size: 20px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    line-height: 30px;
    margin: 0px 0 20px;
}
.home-faqs .tab-content p a,
.home-faqs .tab-content li a{
    color: #ec7f00;
    text-decoration: underline;
}
.home-faqs .tab-content p a:hover,
.home-faqs .tab-content li a:hover{
    text-decoration: none;
}

.home-faqs .tab-content a.btn-full-answer {
    color: #eb7f00;
    font-size: 20px;
    font-weight: bold;
}
.home-faqs .tab-content ul{
    /*padding: 0;*/
}
.home-faqs .tab-content li{
    font-size: 20px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    line-height: 30px;
}




.container-fluid.profile-tabs.hospital-tabs {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 0;
}
.container-fluid.profile-tabs.hospital-tabs > div > div {
     background: transparent; 
}

.footer .social-icons span,
.footer-menu a {
    color: #fff;
    font-family: 'Oxygen-Regular', arial, sans-serif
}

.footer,
.footer-top {
    background-color: #027e89;
}

.footer {
    color: #fff;
}

.container-footer {
    max-width: 1800px;
    margin: 0 auto
}

.footer-logo img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 20px 0
}

.footer-menu a {
    font-size: 22px;
    padding: 35px 10px;
    display: inline-block
}

.footer .social-icons {
    margin: 35px 0;
    padding: 0
}

.footer .social-icons span {
    font-size: 25px
}

.footer .social-icons p {
    margin: 0
}

.footer .social-icons a img {
    /*outline:#6fb6bc solid 1px;*/
    border-radius: 50%;
    margin-top: -10px;
    margin-left: 10px;
}

.footer-copyright {
    background-color: #fff
}

.footer-copyright p {
    color: #027e89;
    font-size: 14px;
    font-family: Oxygen-Light, arial, sans-serif;
    margin: 15px auto;
    line-height: 25px
}

#education-training p,
#education-training p.years {
    font-family: Oxygen-Regular, arial, sans-serif
}

.footer-copyright img {
    margin: 10px
}

.footer-copyright .col-xs-12.col-sm-3 {
    text-align: right
}

#education-training,#medical-licence {
    text-align: center;
    padding: 20px 0
}

#education-training p.years img {
    display: inline-block;
    margin-right: 20px;
    margin-top: -6px
}

#education-training p.years {
    font-size: 24px;
    line-height: 40px
}

#education-training .educ-item {
    display: inline-block;
    width: 24%;
    min-height: 180px;
    text-align: center;
    padding: 10px;
    vertical-align: text-top;
}
#education-training .educ_icon{
    display: inline-block;
    height: 120px;
}
#education-training .educ-item img{
    margin-bottom: 10px;
    height: 100px;
}
#education-training .educ-item p{
    margin-bottom: 0;
}
#education-training .educ-item p.dept{
    font-size: 15px;
    text-transform: capitalize;
}
#medical-licence .educ-item {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding: 10px;
}
#medical-licence .educ-item img{
    margin-bottom: 10px;
}
#medical-licence .educ-item p{
    margin-bottom: 0;
}
#medical-licence .educ-item p.dept{
    font-size: 15px;
    text-transform: capitalize;
}

#education-training p,
#medical-licence p {
    font-size: 20px;
    text-transform: capitalize;
}

#education-training p span {
    font-size: 20px;
    font-family: Oxygen-Bold, arial, sans-serif
}

#education-training .awards {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 20px 0
}

#education-training .awards p {
    font-size: 21px;
    font-family: Oxygen-Regular, arial, sans-serif
}

#education-training .awards div p {
    max-width: 350px;
    text-align: center;
    margin: 20px auto;
	height: 50px;
}

#education-training .awards img {
    margin: 10px auto
}

#board-certifications {
    padding: 30px 0 0
}

#board-certifications .boards {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

#board-certifications .board {
    width: 250px;
    height: auto;
    margin: 10px;
    overflow: hidden;
    text-align: center
}

#board-certifications .board img {
    text-align: center;
    display: block;
    margin: 10px auto;
    border: 2px solid #e1e1e1
}

#board-certifications .board p {
    text-align: center;
    display: block;
    font-size: 19px;
    font-family: Oxygen-Bold, arial, sans-serif
}

#hospital-practice {
    text-align: center;
    padding: 30px 0 0
}

#hospital-practice .hospitals {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

#hospital-practice .hospital {
    width: 300px;
    height: auto;
    margin: 20px;
    overflow: hidden;
    text-align: center
}

.publication,
.publications {
    text-align: left
}

#hospital-practice .hospital p {
    font-size: 16px;
    font-family: Oxygen-Regular, arial, sans-serif;
    margin-bottom: 3px
}

#hospital-practice .hospital p:first-child {
    font-size: 18px;
    font-family: Oxygen-Light, arial, sans-serif;
    min-height: 50px;
}

#hospital-practice .hospital a,
#hospital-practice .hospital p.bold {
    font-size: 16px;
    font-family: Oxygen-Bold, arial, sans-serif
}

#hospital-practice .hospital a {
    color: #fd761e;
    text-decoration: underline;
    margin-top: 10px
}

.publication p.title,
.publications h3 {
    font-family: Oxygen-Regular, arial, sans-serif
}

#hospital-practice .hospital a:hover {
    text-decoration: none;
    color: #8fbdc1
}

#hospital-practice .hospital img {
    margin: 10px auto
}

.publications h3 {
    font-size: 22px;
    margin-bottom: 30px
}

.publication {
    clear: both;
    margin: 35px 0;
    padding: 0 5px;
}

.affiliation,
.affiliations,
.review .fifth,
.videos {
    text-align: center
}

.publication img {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.publication p.title {
    font-size: 18px
}

.publication p {
    font-size: 16px;
    font-family: Oxygen-Light, arial, sans-serif;
    margin-bottom: 5px
}

.affiliations p.title,
.publication a {
    font-family: Oxygen-Regular, arial, sans-serif
}

.publication a {
    font-size: 16px;
    color: #e87722;
    text-transform: uppercase
}

.affiliations {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px
}

.affiliations p.title {
    display: block;
    width: 100%;
    font-size: 22px
}

.affiliation {
    width: 170px;
    margin: 20px 2%
}

.affiliation div.img-aff {
    width: 170px;
    height: 160px;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.affiliation p {
    font-size: 16px;
    font-family: Oxygen-Light, arial, sans-serif;
    margin: 10px 0 0
}

.doctor.myTooltips p,
.videos p {
    font-family: Oxygen-Regular, arial, sans-serif
}

.video-section {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.videos p {
    font-size: 24px
}

.videos .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;

}
.videos .video iframe{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.video-content {
    width: 30%; 
    height: auto;
    background:none;
    margin: 10px;
    padding-top:0;
    padding-bottom:0;
}
#biography p.title-video {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    height: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
}

.review {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    border-top: 2px solid #027e89
}

.review .fifth {
    float: left;
    width: 20%;
    margin: 10px 0
}

.review .fifth.info {
    text-align: left;
    padding: 15px 0
}

.review .fifth p {
    color: #027e89;
    font-size: 21px;
    font-family: Oxygen-Bold, arial, sans-serif
}

.review .fifth p.by,
.review-right p {
    font-family: Oxygen-Light, arial, sans-serif
}

.review .fifth img {
    height: 40px;
    margin-bottom: 10px
}

.review .fifth div span {
    font-size: 20px;
    color: #eb7b00
}

.review-right p {
    color: #027e89;
    font-size: 18px;
    font-style: italic
}
/*
#call-back h3 {
    color: #135b64;
    font-size: 25px;
    font-family: Oxygen-Bold, arial, sans-serif;
    font-weight: 700
}

#call-back input,
#call-back label {
    color: #135b64;
    font-family: Oxygen-regular, arial, sans-serif;
    font-weight: 400
}

#call-back label {
    font-size: 20px
}

#call-back input {
    font-size: 18px;
    line-height: 40px;
    min-height: 40px
}

#call-back form button:hover {
    background-color: #dc6e1a
}

#call-back form button {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #e87722;
    border-radius: 5px;
    font-size: 20px;
    white-space: normal;
    margin-bottom: 10px;
    padding: 5px 0
}
*/
.review.review-hospital .fifth {
    width: 25%
}

.review-general .stars {
    display: inline-block;
    margin: 5px 20px 0;
    float: left
}

.review-general span.top {
    background: #fe9500;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    padding: 3px 40px;
    margin: 0 30px;
    white-space: normal
}

.review-general>span {
    color: #027e89;
    font-size: 21px;
    font-family: Oxygen-Bold, arial, sans-serif;
    display: inline-block;
    width: auto;
    float: left;
    margin-left: 30px
}

.review-general a:hover {
    font-weight: 700
}

.review-general a {
    font-size: 21px;
    font-family: Oxygen-Light, arial, sans-serif;
    color: #fe9500;
    margin-left: 30px
}

#insurance-accepted .board p,
#rating .fifth p {
    font-family: Oxygen-Bold, arial, sans-serif
}

.review-general div.stars span {
    font-size: 20px;
    color: #eb7b00
}

#insurance-accepted {
    padding: 30px 0 0
}

#insurance-accepted .boards {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

#insurance-accepted .board {
    width: 250px;
    height: auto;
    margin: 10px;
    overflow: hidden;
    text-align: center
}

#insurance-accepted .board img {
    text-align: center;
    display: block;
    margin: 10px auto;
    border: 2px solid #e1e1e1
}

#insurance-accepted .board p {
    text-align: center;
    display: block;
    font-size: 19px
}

table.open.table-responsive.table-modal td {
    padding-left: 10px
}

table.open.table-responsive.table-modal {
    float: none;
    background: #e1e1e1;
    border-radius: 0;
    width: 300px;
    clear: both;
    margin: 50px auto
}

#openHours .modal-content,
#rating .modal-content {
    width: auto;
    box-shadow: 0 5px 15px transparent;
    border: 0
}

#openHours .modal-content {
    background: 0 0
}

#rating .modal-content {
    background-color: #fff;
    height: 400px;
    padding: 20px
}

#rating .fifth {
    float: left;
    text-align: center;
    width: 24%;
    margin: 70px 0
}

#rating .fifth.info {
    text-align: left;
    padding: 15px 0
}

#rating .fifth p {
    color: #027e89;
    font-size: 21px
}

#rating .fifth p.by {
    font-family: Oxygen-Light, arial, sans-serif
}

#rating .fifth img {
    height: 40px;
    margin-bottom: 10px
}

#rating .fifth div span {
    font-size: 18px;
    color: #eb7b00
}


.doctor.myTooltips {
    text-align: center;
    display: inline-block
}

.doctor.myTooltips a {
    width: 100%
}

.doctor.myTooltips a:hover img {
    border-color: #f26e20
}

.doctor.myTooltips a:hover {
    text-decoration: none
}

.doctor.myTooltips img {
    border: 10px solid #027e89;
    border-radius: 25px;
    width: 100%;
    max-width: 250px
}

.doctor.myTooltips h4 {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 21px;
    color: #24555e;
    line-height: 40px
}

.doctor.myTooltips p {
    font-size: 21px;
    color: #24555e;
    line-height: 20px;
    margin: 0 0 30px
}

.articles-content .evaluation h3,
.doctors-blog .tooltip-inner,
.tooltip-inner {
    font-family: Oxygen-Regular, arial, sans-serif;
    color: #fff
}

.doctors {
    width: 100%;
    margin-top: 150px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 20px 25px 0;
    border-top-color: #f27622
}

.tooltip-inner {
    width: 100%;
    max-width: 3000px;
    background-color: #f27622;
    font-size: 20px;
    font-style: italic;
    border-radius: 15px;
    padding: 15px;
    margin-top: -30px
}

.tooltip.fade.top.in {
    width: 400%!important;
    position: absolute;
    padding-bottom: 20px;
    opacity: 1
}

#about-slider .award img {
    margin: 0 auto;
    border: 10px solid #027e89;
    border-radius: 25px
}

#about-slider {
    position: relative;
    margin: 100px 50px
}

#about-slider .flex-direction-nav {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

#about-slider .flex-direction-nav .flex-next,
#about-slider .flex-direction-nav .flex-prev {
    display: block;
    top: 45%!important;
    font-size: 35px;
    opacity: 1!important;
    position: absolute;
    z-index: 99;
    cursor: pointer
}

#about-slider .flex-direction-nav .flex-prev {
    left: -50px;
    /*background:url(../images/awards_leftarrow.png) top center no-repeat;*/
    transition: background 0s ease-in;
    -moz-transition: background 0s ease-in;
    -webkit-transition: background 0s ease-in
}

#about-slider .flex-direction-nav .flex-next {
    bottom: 17px;
    right: -50px;
    /*background:url(../images/awards_rightarrow.png) top center no-repeat;*/
    transition: background 0s ease-in;
    -moz-transition: background 0s ease-in;
    -webkit-transition: background 0s ease-in
}

#about-slider .profile {
    background: #E1E1E1
}

#about-slider .profile .about p.name {
    font-weight: 700;
    margin-bottom: 0
}

#about-slider .profile .about p.job {
    margin: 0
}


.doctors-blog .tooltip.top .tooltip-arrow {
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    border-width: 20px 25px 0;
    border-top-color: #f27622
}

.doctors-blog .tooltip-inner {
    width: 100%;
    max-width: 3000px;
    background-color: #f27622;
    font-size: 20px;
    font-style: italic;
    border-radius: 15px;
    padding: 15px;
    margin-top: -30px
}

.doctors-blog .tooltip.fade.top.in {
    width: 100%!important;
    position: absolute;
    padding-bottom: 20px;
    opacity: 1
}

.articles-content .evaluation {
    padding: 20px 0;
    background: url(../images/bg-evaluation.jpg) top left no-repeat #6fb6bc;
    background-size: cover
}

.articles-content .evaluation h3 {
    font-size: 36px;
    margin: 30px 0
}

.articles-content .evaluation a:hover {
    color: #24555e;
    text-decoration: none;
    background: #c36f0b
}

.articles-content .evaluation a {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 24px;
    background: #eb7f00;
    width: auto;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.panel-careers .panel-default>.panel-heading {
    background: #24555e;
    color: #fff;
    min-height: 60px;
    padding: 0 4%
}

.panel-careers h4.panel-title {
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 30px
}

.panel-careers span.glyphicon.glyphicon-menu-down,
.panel-careers span.glyphicon.glyphicon-menu-right {
    border: 3px solid;
    border-radius: 50%;
    padding: 5px;
    float: right;
    color: #fff;
    font-size: 25px;
    margin-left: 20px;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 10px;
    background: #24555e
}

.panel-careers .panel-body li,
.panel-careers .panel-body p {
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 21px;
    color: #095d65
}

.panel-careers h4.panel-title a span.glyphicon.glyphicon-menu-down {
    position: absolute;
    right: 0;
    z-index: 99;
    background: #24555e;
    top: 10px
}

.panel-careers h4.panel-title a.collapsed span.glyphicon.glyphicon-menu-down {
    display: none
}

.panel-careers h4.panel-title a.active,
.panel-careers h4.panel-title a:active,
.panel-careers h4.panel-title a:focus,
.panel-careers h4.panel-title a:hover,
.panel-careers h4.panel-title a:visited {
    text-decoration: none
}

.panel-careers h4.panel-title a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0
}

.panel-careers h4.panel-title a:hover {
    cursor: pointer
}

.panel-careers .panel-body h3 {
    color: #095d65
}

.panel-careers .panel-body a,
.panel-careers p.subtitle {
    font-family: Oxygen-Bold, arial, sans-serif
}

.panel-careers p.subtitle {
    color: #F27622;
    font-size: 26px;
    line-height: 35px;
    margin-top: 20px
}

.panel-careers .panel-body a {
    font-size: 25px;
    background-color: #095d65;
    color: #fff;
    width: 300px;
    height: 60px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center
}

.panel-careers .panel-body a:hover {
    background: #f27622;
    text-decoration: none
}

.panel-careers .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 10px 4%
}

.panel-careers .panel.panel-default {
    margin: 25px 0
}

.panel-careers .collapse.in {
    border: 3px solid #f27622;
    padding-bottom: 20px;
    box-shadow: none
}

.panel-careers .panel-default>.panel-heading.orange h4.panel-title a span,
.panel-careers div.panel-heading.orange {
    background: #f27622
}


.contact-content {
    background: #027e89
}

.contact-top {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.contact-top .div-top {
    text-align: center;
    -webkit-box-flex: 1;
}

.div-top h3 {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px
}

.div-top>a {
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    background-color: #24555e
}

.div-top>a:hover {
    text-decoration: none;
    background: #f27622
}

.div-top.social div a img {
    width: 35px
}

.div-top.social div a:hover img {
    opacity: .6
}

.contact-middle {
    display: inline-block;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #8fbdc1;
    border-bottom: 1px solid #8fbdc1;
    width: 100%;
    height: auto
}

.contact-middle .video-contact {
    width: 45%;
    float: left;
    margin-right: 1%
}

.contact-middle .video-contact img {
    width: 100%
}

.contact-middle .contact-form {
    width: 54%;
    float: right;
    color: #fff
}

.contact-middle .contact-form h2 {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 30px;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px
}

.contact-middle .contact-form .three {
    width: 32%;
    float: left;
    margin-right: 2%
}

.contact-middle .contact-form .three.last {
    margin-right: 0
}

.contact-middle .contact-form label {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: 10px
}
.contact-middle .contact-form label.error {
    text-align: left;
    color: red;
    display: inline-block;
    clear: both;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.contact-middle .contact-form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    color: #24555e;
    font-size: 18px
}

.contact-middle .contact-form input[type=submit]:hover {
    background: #eb7b00
}

.contact-middle .contact-form input[type=submit] {
    color: #fff;
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 18px;
    padding: 0 20px;
    background: #24555e;
    width: auto;
    border: 0;
    margin-top: 10px
}

.contact-middle .contact-form textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    color: #24555e
}

.contact-buttom {
    display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.contact-buttom .div-buttom {
    color: #fff;
    text-align: center;
    width: 320px;
    -webkit-box-flex: 1;
}

.contact-buttom .div-buttom h3 {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 30px
}

form.form-support label.error {
    text-align: left;
    color: red;
    display: inline-block;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: -10px;
    float: left;
}
form.form-support input,
form.form-support p {
    font-family: Oxygen-Light, arial, sans-serif
}

form.form-support {
    width: 100%
}

form.form-support input {
    color: #24545e;
    height: 45px;
    width: 100%;
    float: left;
    border: 1px solid;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 0 20px
}

form.form-support textarea {
    color: #24545e;
    width: 100%;
    border: 1px solid;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 7px 20px;
    height: 100px;
    line-height: 30px;
}

form.form-support input[type=submit] {
    width: auto;
    height: 45px;
    text-transform: uppercase;
    background: #24545e;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    min-width: 50%
}

form.form-support input[type=submit]:hover {
    background: #eb7b00
}

form.form-support p {
    color: #24545e;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 18px
}

form.form-support p span {
    color: #f27622
}

.panel-support .panel-group .panel {
    border-radius: 0
}

.panel-support .panel-default>.panel-heading {
    background: #24555e;
    color: #fff;
    padding: 0;
    border-radius: 0
}

.panel-support h4.panel-title {
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 18px
}

.contact-content .address iframe {
    width: 1000px;
    max-width: 100%;
    height: 500px;
    margin-top: 20px;
}

.contact-content .address h3,
.panel-support .panel-body a {
    font-family: Oxygen-Bold, arial, sans-serif
}

.panel-support span.glyphicon.glyphicon-menu-down,
.panel-support span.glyphicon.glyphicon-menu-right {
    border: 3px solid;
    border-radius: 50%;
    padding: 5px;
    float: left;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 99;
    top: 10px;
    background: #24555e
} 

.panel-support h4.panel-title a span.glyphicon.glyphicon-menu-down {
    position: absolute;
    left: 0;
    background: #24555e;
    top: 10px
}

.panel-support h4.panel-title a.collapsed span.glyphicon.glyphicon-menu-down {
    display: none
}

.panel-careers h4.panel-title a.active,
.panel-careers h4.panel-title a:focus,
.panel-careers h4.panel-title a:visited,
.panel-support h4.panel-title a:active,
.panel-support h4.panel-title a:hover {
    text-decoration: none
}

.panel-support h4.panel-title a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 70px;
    line-height: 30px;
    text-align: left
}

.panel-support h4.panel-title a:hover {
    cursor: pointer
}

.panel-support .panel-body a {
    font-size: 25px;
    background-color: #095d65;
    color: #fff;
    width: 300px;
    height: 60px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center
}

.panel-support .panel-body a:hover {
    background: #f27622;
    text-decoration: none
}

.panel-support .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 10px 4%
}

.panel-support .panel.panel-default {
    margin: 25px 0;
    border: 0;
    outline: 0;
    box-shadow: none
}

.panel-support .collapse.in {
    border: 3px solid #f27622;
    padding-bottom: 20px;
    box-shadow: none
}

.panel-support .panel-default>.panel-heading.orange h4.panel-title a span,
.panel-support div.panel-heading.orange {
    background: #f27622
}

.contact-content .address {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #8fbdc1;
    margin-bottom: 100px
}

.contact-content .address h3 {
    font-size: 30px
}

.contact-content .address p {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 18px
}

.contact-content .address a {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 20px;
    color: #f37622;
    text-transform: uppercase
}

.eval-content div p,
.terms {
    font-family: Oxygen-Light, arial, sans-serif;
    text-align: center
}

.terms {
    color: #027e89;
    font-size: 21px;
    line-height: 35px
}

.terms ul {
    padding: 0
}

.terms h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    border-top: 1px solid #027e89;
    padding-top: 30px
}

.eval-content {
   padding-bottom: 50px;
    background: #e1e1e1;
    padding-top: 30px;
}

.eval-content div h3 {
    color: #14757f;
}
.eval-content div p {
    font-size: 20px;
    color: #14757f;
    margin: 0;
    padding-bottom: 20px;
    text-align:left;
}
.eval-content div ul li {
    font-size: 20px;
    color: #14757f;
    margin: 0;
    line-height: 30px;
    text-align: left;
}
.eval-content div p + ul {
    margin-bottom: 30px;
    margin-top: -30px;
}

form.evaluation {
    text-align: left
}

form.evaluation h3 {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 30px;
    color: #14757f;
    margin-top: 0
}

form.evaluation .infos .col-xs-12.col-sm-6,
form.evaluation .infos .col-xs-12,
form.evaluation .infos .col-md-12,
form.evaluation .infos .col-xs-12.col-sm-6.col-md-6 {
    padding-left: 0;
}
form.evaluation label {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 18px;
    color: #14757f;
    margin-top: 15px;
}
form.evaluation label.error {
    color: red;
    font-size: 16px;
    margin-top: 0px;
    display: block;
}
form.evaluation .checkbox label,
form.evaluation input,
form.evaluation select {
    font-family: Oxygen-Regular, arial, sans-serif;
    color: #14757f
}

form.evaluation input,
form.evaluation select {
    min-height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 18px;
    border: 0
}

form.evaluation .infos .checkbox {
    text-align: left;
    padding-left: 47px
}

form.evaluation .checkbox label {
    font-size: 18px;
    margin: 0;
}
form.evaluation .checkbox label a {
    font-size: 18px;
}

form.evaluation .checkbox label input {
    line-height: 30px;
    min-height: 30px;
    width: 25px;
    margin-left: -50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: none;
    background: #777;
    background: -webkit-linear-gradient(top, #777 0, #777 40%, #777 100%)
}

.myinput[type=checkbox]:before {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #b8b8b8;
    content: "";
    background: #b8b8b8;
    text-align: center
}

.myinput[type=checkbox]:after {
    position: relative;
    display: block;
    left: 0;
    top: -25px;
    width: 25px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #b8b8b8;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center
}

.myinput[type=checkbox]:checked:after {
    background-image: url(../images/checkmark.png);
    background-size: 80% auto;
    border-color: #f37622
}

.myinput[type=checkbox]:disabled:after {
    -webkit-filter: opacity(.4)
}

form.evaluation input[type=submit] {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 22px;
    background: #fa7f20;
    text-align: center;
    display: block;
    margin: 20px auto;
    color: #fff;
    width: auto;
    font-weight: bold;
}

form.evaluation input[type=submit]:hover {
    background: #027E89;
    font-weight: 700
}

div#stars form input,
div#stars form textarea {
    color: #135b64;
    font-size: 18px;
    font-family: Oxygen-regular, arial, sans-serif;
    font-weight: 400;
    line-height: 40px
}

div#stars form {
    padding: 25px 15px
}

div#stars form input {
    min-height: 40px;
    margin: 20px 0
}

div#stars form textarea {
    min-height: 150px
}

div.graphics {
    /*padding-top: 50px;*/
}
div.graphics img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
}
div.occupational{
    text-align: center;
    /*padding-top: 50px;*/
    display: inline-block;
    width: 100%;
}
div.occupational h3{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    font-family: 'Oxygen-Regular', arial, sans-serif;
}
div.occupational img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
}
div.occupational p{
    font-size: 18px;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-family: 'Oxygen-Regular', arial, sans-serif;
}
div.occupational p.small{
    font-size: 14px;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-family: 'Oxygen-Regular', arial, sans-serif;
}


/*graphics html text */

.graphics.fixed {
    position: relative;
}
.graphics.fixed img{
    width: 100%;
}
.graphics.fixed span {
    cursor: pointer;
}
.graphics.fixed span.span-small {
    font-size: 13px;
    color:#333;
    font-weight: bold;
}
.graphics.fixed span.span-big {
    font-size: 18px;
    color:#333;
    font-weight: bold;
}
.graphics.fixed span.span-orange {
    color: #f27622;
    font-size: 10px;
    font-weight: bold;
}

.graphics.fixed .left .symp-hover{
    display: none;
    min-height: 190px;
}

.graphics.fixed .left .cancer-larynx {
    position: absolute;
    top: 2%;
    left: 6%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_orange-line.png) right center no-repeat;
    padding-right: 100px;
}
.graphics.fixed .left .pleural-meso {
    position: absolute;
    top: 16%;
    left: 3%;
    width: 235px;
    background: #e1e1e1 url(../images/free_eval_blue-line.png) right center no-repeat;
    padding-right: 100px;
}
.graphics.fixed .left .gall-cancer {
    position: absolute;
    top: 31%;
    left: 3%;
    width: 235px;
    background: #e1e1e1 url(../images/free_eval_orange-line.png) right center no-repeat;
    padding-right: 100px;
}
.graphics.fixed .left .bile-cancer {
    position: absolute;
    top: 45%;
    left: 3%;
    width: 235px;
    background: #e1e1e1 url(../images/free_eval_orange-line.png) right center no-repeat;
    padding-right: 100px;
}
.graphics.fixed .left .kidney-cancer {
    position: absolute;
    top: 59%;
    left: 3%;
    width: 235px;
    background: #e1e1e1 url(../images/free_eval_blue-line.png) right center no-repeat;
    padding-right: 100px;
}
.graphics.fixed .left .testicular-meso {
    position: absolute;
    top: 73%;
    left: 3%;
    width: 235px;
    background: #e1e1e1 url(../images/free_eval_blue-line.png) right center no-repeat;
    padding-right: 100px;
}


.graphics.fixed .left  .mlsd {
    margin-top: 30px;
}
.graphics.fixed .left .symp-hover span{
    display: block;
    text-align: right;
    cursor: pointer;
}
.graphics.fixed .left span.span1 {
    position: absolute;
    top: 10%;
    left: 27%;
}
.graphics.fixed .left span.span1-1{
    position: absolute;
    top: 14%;
    left: 25%;
    width: 200px;
}
.graphics.fixed .left span.span1-2{
    position: absolute;
    top: 18%;
    left: 25%;
}
.graphics.fixed .left span.span2 {
    position: absolute;
    top: 22%;
    left: 23%;
}
.graphics.fixed .left span.span3 {
    position: absolute;
    top: 26%;
    left: 23%;
    width: 16%;
}
.graphics.fixed .left span.span4 {
    position: absolute;
    top: 32%;
    left: 23%;
}
.graphics.fixed .left span.span5 {
    position: absolute;
    top: 38%;
    left: 23%;
}
.graphics.fixed .left span.span5-1 {
    position: absolute;
    top: 41%;
    width: 16%;
    left: 23%;
}
.graphics.fixed .left span.span5-2 {
    position: absolute;
    top: 46%;
    left: 23%;
}
.graphics.fixed .left span.span6 {
    position: absolute;
    top: 51%;
    left: 23%;
}
.graphics.fixed .left span.span6-1 {
    position: absolute;
    top: 55%;
    width: 20%;
    left: 23%;
}
.graphics.fixed .left span.span6-2 {
    position: absolute;
    top: 59%;
    left: 23%;
}
.graphics.fixed .left span.span7 {
    position: absolute;
    top: 66%;
    left: 24%;
}
.graphics.fixed .left span.span7-1 {
    position: absolute;
    top: 69%;
    left: 22%;
    width: 18%;
}
.graphics.fixed .left span.span7-2 {
    position: absolute;
    top: 73%;
    left: 22%;
}
.graphics.fixed .left span.span8 {
    position: absolute;
    top: 80%;
    left: 23%;
}
.graphics.fixed .left span.span9 {
    position: absolute;
    top: 84%;
    left: 22%;
    width: 18%;
}
.graphics.fixed .left span.span9-1 {
    position: absolute;
    top: 88%;
    left: 22%;
}

.graphics.fixed .right .symp-hover{
    display: none;
}

.graphics.fixed .right .mlsd span,
.graphics.fixed .right .symp span{
    display: block;
    text-align: left;
    cursor: pointer;
}
.graphics.fixed .right .pericardial-meso{
    position: absolute;
    top: 2%;
    right: 3%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-orange-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .lung-cancer{
    position: absolute;
    top: 11%;
    right: 4%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-blue-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .asbestosis-cancer{
    position: absolute;
    top: 20%;
    right: 3%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-blue-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .esophagus-cancer{
    position: absolute;
    top: 31%;
    right: 2%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-orange-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .colorectal-cancer{
    position: absolute;
    top: 42%;
    right: 2%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-orange-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .peritoneal-meso{
    position: absolute;
    top: 52%;
    right: 1%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-orange-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .urinary-cancer{
    position: absolute;
    top: 64%;
    right: 2%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-orange-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}
.graphics.fixed .right .prostate-cancer{
    position: absolute;
    top: 75%;
    right: 2%;
    width: 250px;
    background: #e1e1e1 url(../images/free_eval_right-blue-line.png) left center no-repeat;
    padding-left: 100px;
    min-height: 170px;
}

.graphics.fixed .right .mlsd{
    margin-top: 30px;
}

.graphics.fixed .right span.span1{
    position: absolute;
    top: 9%;
    right: 27%;
}
.graphics.fixed .right span.span2{
    position: absolute;
    top: 12.5%;
    right: 22%;
    width: 22%;
} 
.graphics.fixed .right span.span1-1{
    position: absolute;
    top: 15.5%;
    right: 32%;
}
.graphics.fixed .right span.span3{
    position: absolute;
    top: 18%;
    right: 33%;
}
.graphics.fixed .right span.span4{
    position: absolute;
    top: 21%;
    right: 25%;
    width: 16%;
}
.graphics.fixed .right span.span5{
    position: absolute;
    top: 24.5%;
    right: 25%;
    width: 16%;
}
.graphics.fixed .right span.span6{
    position: absolute;
    top: 27.5%;
    right: 29%;
}
.graphics.fixed .right span.span7{
    position: absolute;
    top: 31%;
    right: 21%;
    width: 20%;
}
.graphics.fixed .right span.span8{
    position: absolute;
    top: 34.5%;
    right: 25%;
    width: 16%;
}
.graphics.fixed .right span.span9{
    position: absolute;
    top: 37%;
    right: 25%;
}
.graphics.fixed .right span.span9-1{
    position: absolute;
    top: 40.5%;
    right: 21%;
    width: 21%;
}
.graphics.fixed .right span.span9-2{
    position: absolute;
    top: 44%;
    right: 29%;
}
.graphics.fixed .right span.span10{
    position: absolute;
    top: 50%;
    right: 25%;
}
.graphics.fixed .right span.span10-1{
    position: absolute;
    top: 53%;
    right: 19%;
    width: 20%;
}
.graphics.fixed .right span.span10-2{
    position: absolute;
    top: 56.5%;
    right: 26%;
}
.graphics.fixed .right span.span11{
    position: absolute;
    top: 59%;
    right: 25%;

}
.graphics.fixed .right span.span11-1{
    position: absolute;
    top: 66%;
    right: 28%;
}
.graphics.fixed .right span.span12{
    position: absolute;
    top: 62%;
    right: 22%;
    width: 18%;
}
.graphics.fixed .right span.span13{
    position: absolute;
    top: 70%;
    right: 25%;
}
.graphics.fixed .right span.span13-1{
    position: absolute;
    top: 74%;
    right: 23%;
    width: 16%;
}
.graphics.fixed .right span.span13-2{
    position: absolute;
    top: 77.5%;
    right: 26%;
}
.graphics.fixed .right span.span14{
    position: absolute;
    top: 81%;
    right: 27%;
}
.graphics.fixed .right span.span14-1{
    position: absolute;
    top: 84.5%;
    right: 20%;
    width: 20%;
}
.graphics.fixed .right span.span14-2{
    position: absolute;
    top: 87%;
    right: 27%;
}

#map{
    display: none;
}
#map area{
    display: none;
}


.graphics.fixed area{
    position: absolute;
    z-index: 99;
}


.occ-graphics.fixed {
    position: relative;
}
.occ-graphics.fixed img{
    width: 100%;
    margin: 50px auto;
}
.occ-graphics.fixed span {
    
}
.occ-graphics.fixed span.span-big{
    font-size: 18px;
    color:#333;
    font-weight: bold;
}
.occ-graphics.fixed span.span-small{
    font-size: 13px;
    color:#333;
    font-weight: bold;
    line-height: 13px;
}

.occ-graphics.fixed .span1 {
    position: absolute;
    left: -2%;
    top: 8%;
}
.occ-graphics.fixed .span2 {
    position: absolute;
    left: -2%;
    top: 22%;
    width: 12%;
    text-align: left;
}
.occ-graphics.fixed .span3 {
    position: absolute;
    left: 17%;
    top: 0%;
}
.occ-graphics.fixed .span4 {
    position: absolute;
    left: 17%;
    top: 13%;
    width: 12%;
    text-align: left;
}
.occ-graphics.fixed .span5 {
    position: absolute;
    left: 28%;
    top: -12%;
}
.occ-graphics.fixed .span6 {
    position: absolute;
    left: 28%;
    top: 2%;
    width: 14%;
    text-align: left;
}
.occ-graphics.fixed .span7 {
    position: absolute;
    left: 35%;
    top: 17%;
}
.occ-graphics.fixed .span8 {
    position: absolute;
    left: 27%;
    top: 30%;
    width: 12%;
    text-align: right;
}
.occ-graphics.fixed .span9 {
    position: absolute;
    left: 50%;
    top: 32%;
}
.occ-graphics.fixed .span10 {
    position: absolute;
    left: 50%;
    top: 42%;
    width: 12%;
    text-align: left;

}
.occ-graphics.fixed .span11 {
    position: absolute;
    left: 54%;
    top: 4%;
}
.occ-graphics.fixed .span12 {
    position: absolute;
    left: 51%;
    top: 17%;
    width: 10%;
    text-align: right;

}
.occ-graphics.fixed .span13 {
    position: absolute;
    right: 19%;
    top: -8%;
}
.occ-graphics.fixed .span14 {
    position: absolute;
    right: 12%;
    top: 4%;
    width: 12%;
    text-align: left;
}
.occ-graphics.fixed .span15 {
    position: absolute;
    right: 0%;
    top: 26%;
}
.occ-graphics.fixed .span16 {
    position: absolute;
    right: -3%;
    top: 37%;
    width: 12%;
    text-align: left;
}



.diagnosis-content .row .left .day p,
.diagnosis-content .row .left h5 {
    font-family: 'Oxygen-Regular', arial, sans-serif;
    line-height: 50px
}

div#stars form input[type=submit] {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #e87722;
    border-radius: 5px;
    font-size: 20px;
    white-space: normal;
    padding: 5px 0;
    margin: 20px 0;
    border: 0
}

div#stars form input[type=submit]:hover {
    background-color: #dc6e1a
}

.diagnosis-content {
    background-color: #e1e1e1;
    text-align: center;
    padding-bottom: 100px
}

.diagnosis-content .row {
    margin: 30px 0
}

.diagnosis-content .row .left .day {
    background: #f27622;
    width: 200px;
    height: 50px;
    float: left
}

.diagnosis-content .row .left .day p {
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 22px
}

.diagnosis-content .row .left .day-text {
    width: calc(100% - 200px);
    float: right;
    text-align: left;
    padding-left: 20px
}

.diagnosis-content .row .left h5 {
    font-size: 22px;
    color: #334f58;
    margin: 0;
    padding: 0
}

.diagnosis-content .row .left .day-text p,
.diagnosis-content .row .left ul li {
    list-style-type: none;
    line-height: 40px;
    font-family: Oxygen-Light, arial, sans-serif
}

.diagnosis-content .row .left ul {
    padding: 0;
    position: relative
}

.diagnosis-content .row .left ul li {
    font-size: 22px;
    color: #334f58;
    padding-left: 15px
}

.diagnosis-content .row .left ul li:before {
    color: #f27622;
    content: "• ";
    position: absolute;
    font-size: 30px;
    left: 0
}

.diagnosis-content .row .left .day-text p {
    font-size: 22px;
    color: #334f58;
    margin: 20px 0
}

.diagnosis-page h2,
.diagnosis-page li,
.diagnosis-page p {
    font-family: Oxygen-Regular, arial, sans-serif;
    color: #334f58
}

.diagnosis-page li,
.diagnosis-page p {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
    padding: 0
}

.cond-overview {
    max-width: 1200px;
}

.cond-overview h5 {
    font-family: Oxygen-Light, arial, sans-serif;
    text-transform: capitalize;
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    color: #027e88
}

.cond-overview p,
.cond-overview ul li {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 20px;
    color: #027e88
}

.cond-overview h2 {
    color: #027e88;
    /*clear: both;*/
    margin-top: 20px;
    text-align: center;
}

.cond-overview p {
    margin-bottom: 20px
}
.cond-overview p a{
    color: #027e96;
    text-decoration: underline;
}
.cond-overview p a:hover{
    color: #eb7f00;
    text-decoration: none;
}

.cond-overview ul{
    display: inline-block;
    width: auto;
}

.cond-overview img {
    margin-right: 20px;
    margin-bottom: 20px
}
.cond-overview img.center {
    width: auto;
    height: auto;
    max-width: 700px;
    float: none;
    display: block;
    margin: auto;
}

.cond-faqs .panel-default .panel-heading h4,
.cond-faqs .panel-default .panel-heading h4 a {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 22px;
    color: #fff;
    width: 100%
}

.cond-faqs {
    padding-top: 0px;
    max-width: 1200px;
}

.container-fluid.cond-faqs h2 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 50px
}

.cond-faqs .panel-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: none;
    margin-top:5px;
}

.cond-faqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #027e88
}

.cond-faqs .panel-default .panel-heading {
    background: #027e88
}
.cond-faqs .panel-top-cl{
    display: block;
    overflow: hidden;
}
.cond-faqs .panel-default .panel-heading:hover {
    background: #eb7f00
}

.cond-faqs .panel-default .panel-heading:hover h4 a {
    font-weight: 700
}

.cond-faqs .panel-default .panel-heading h4 {
    position: relative;
    line-height: 40px;
    text-transform: uppercase
}

.cond-faqs .panel-default .panel-heading h4 a {
    display: inline-block;
    padding-right: 30px
}

.cond-faqs .panel-default .panel-heading h4 a.collapsed div.car {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cond-faqs .panel-default .panel-heading h4 a div.car {
    width: auto;
    position: absolute;
    right: 10px;
    top: 0;
    margin: 0;
    padding: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cond-faqs .panel-default .panel-heading h4 a div.car span {
    margin: -8px;
    font-size: 20px
}

.cond-faqs .panel-default .panel-body,
.cond-faqs .panel-default .panel-body li,
.cond-faqs .panel-default .panel-body p {
    font-size: 18px;
    color: #fff;
    font-family: Oxygen-Light, arial, sans-serif
}

.cond-faqs .panel-default .panel-heading h4 a.active,
.cond-faqs .panel-default .panel-heading h4 a:active,
.cond-faqs .panel-default .panel-heading h4 a:focus,
.cond-faqs .panel-default .panel-heading h4 a:hover {
    text-decoration: none;
    font-weight: 700
}

.cond-faqs .panel-default .panel-body {
    background: #027e88;
    border: 0
}

.cond-faqs.no-faqs .panel-default .panel-heading:hover {
    background: #027e88;
}
.cond-faqs.no-faqs .panel-default .panel-heading a.find-cri:hover {
    background: #c76c01;
}

.cond-articles {
    padding-bottom: 100px
}

.cond-articles>div>p {
    color: #027e88;
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    margin: 50px 0
}

.cond-articles .col-xs-12.col-sm-6.col-md-4>div {
    background: url(../images/article-bg.jpg) top left no-repeat;
    background-size: cover;
    height: auto;
    min-height: 350px;
    display: inline-block;
    margin-bottom: 30px
}

.cond-articles .article {
    width: 50%;
    float: right;
    background: rgba(2, 126, 136, .8);
    margin: 0;
    padding: 10px;
    height: auto;
    min-height: 350px;
    display: inline-block;
    text-align: center
}

.cond-articles .col-xs-12.col-sm-6.col-md-4:hover .article {
    width: 100%;
    background: rgba(2, 126, 136, 1)
}

.cond-articles .col-xs-12.col-sm-6.col-md-4:hover .article a {
    display: inline-block
}

.cond-articles .article p {
    color: #fff;
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 20px
}

.cond-articles .article p.day {
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 50px;
    margin: 30px 0 0;
    padding: 0
}

.cond-articles .article a {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 20px;
    background: #eb7f00;
    width: auto;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    display: none;
    margin-bottom: 10px
}

.cond-articles .article a:hover {
    color: #333;
    text-decoration: none
}

.cond-overview .fixed {
    position: relative;
    width: 100%;
    height: auto;
    /*margin-top: 50px;*/
    display: inline-block;
    padding-top: 5%;
}
.cond-overview .fixed img{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.cond-overview p.half{
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.cond-overview .fixed p.fix{
    font-size: 100%;
}
.cond-overview .fixed p.one{
    position: absolute;
    top: 4%;
    left: 28%;
}
.cond-overview .fixed p.two{
    position: absolute;
    top: 25%;
    left: 18%;
}
.cond-overview .fixed p.three{
    position: absolute;
    left: 1%;
    top: 42%;
}
.cond-overview .fixed p.four{
    position: absolute;
    top: 11%;
    right: 15%;
}
.cond-overview .fixed p.five{
    position: absolute;
    right: 7%;
    top: 21%;
}
.cond-overview .fixed p.six{
    position: absolute;
    right: 22%;
    top: 27%;
}
.cond-overview .fixed p.seven{
    position: absolute;
    right: 2%;
    top: 55%;
}
.cond-overview .fixed p.eight{
    position: absolute;
    right: 5%;
    top: 65%;
}
.cond-overview .fixed p.nine{
    position: absolute;
    bottom: 18%;
    right: 18%;
}

.cond-overview .fixed2 {
    position: relative;
    width: 100%;
    height: auto;
    /*margin-top: 50px;*/
    display: inline-block;
    padding-top: 5%;
}
.cond-overview .fixed2 img{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.cond-overview .fixed2 p.fix{
    font-size: 100%;
}
.cond-overview .fixed2 p.one{
    position: absolute;
    top: 6%;
    left: 14%;
}
.cond-overview .fixed2 p.two{
    position: absolute;
    top: 64%;
    left: 3%;
}
.cond-overview .fixed2 p.three{
    position: absolute;
    top: 5%;
    right: 11%;
}
.cond-overview .fixed2 p.four{
    position: absolute;
    right: 3%;
    top: 59%;
}
.row.row-space {
    margin-top: 30px;
}
.row.row-space h2{
    margin-bottom: 30px;
}



section#profile-slider p {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
    text-transform: capitalize
}
section.state-doc-search p{
    font-family: Oxygen-Light,arial,sans-serif;
    font-size: 24px;
    margin:0px !important;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

section#profile-slider form.find-condition {
    text-align: center
}

section#profile-slider form.find-condition input {
    width: 90%;
    max-width: 400px;
    height: 50px;
    padding: 10px;
    color: #01626b;
    text-align: center;
    border-radius: 5px;
    border: 0;
    outline: 0;
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 18px;
    display: inline-block
}

section#profile-slider form.find-condition button {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-size: 20px;
    background: #eb7f00;
    height: 52px;
    margin-top: -6px;
    width: 100px;
    margin-left: -15px;
    display: inline-block;
    font-weight: 700;
    color: #fff
}

section#profile-slider form.find-condition button:hover {
    color: #333;
    text-decoration: none
}

.cond-overview img {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 40%;
    display: inline-block;
}

.diagnosis-page h2 {
    color: #f37622
}

form#sendRatingForm input[type="submit"] {
    background: #fd761e;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #e87722;
    border-radius: 5px;
    font-size: 20px;
    white-space: normal;
    margin-bottom: 10px;
    padding: 5px 0
}

form#sendRatingForm input[type="submit"]:hover {
    background-color: #dc6e1a
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.doctor.myTooltips {
    text-align: center;
    display: inline-block
}

.doctor.myTooltips a {
    display: inline-block;
    position: relative;
    width: 100%
}

.doctor.myTooltips a:hover img {
    border-color: #f26e20
}

.doctor.myTooltips a:hover {
    text-decoration: none
}

.doctor.myTooltips img {
    border: 10px solid #027e89;
    border-radius: 25px;
    width: 100%;
    max-width: 250px
}

.doctor.myTooltips h4 {
    font-family: 'Oxygen-Bold', arial, sans-serif;
    font-size: 21px;
    color: #24555e;
    line-height: 40px
}

.doctor.myTooltips p {
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 21px;
    color: #24555e;
    line-height: 20px;
    margin: 0;
    margin-bottom: 30px
}

.doctors {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 150px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 20px 25px 0;
    border-top-color: #f27622
}

.tooltip-inner {
    width: 100%;
    max-width: 3000px;
    background-color: #f27622;
    color: #fff;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    border-radius: 15px;
    padding: 15px;
    margin-top: -30px
}

.tooltip.fade.top.in {
    width: 400%!important;
    position: absolute;
    padding-bottom: 20px;
    opacity: 1
}

.col-xs-12.doctor.myTooltips.award a p,
.col-xs-12.doctor.myTooltips.award a h4 {
    text-align: center
}

#about-slider .owl-carousel .owl-item {
    float: left;
    padding-top: 50px
}

.award .about p {
    text-align: center;
    margin: 0;
    line-height: 40px
}

.award .about p.name {
    font-weight: 700;
    margin-bottom: 0
}

.award .about p.job {
    margin: 0
}

#about-slider .profile .about p.name {
    font-weight: 700;
    margin-bottom: 0
}

#about-slider .profile .about p.job {
    margin: 0
}

#about-slider {
    margin: 0 50px
}

#about-slider .doctors {
    margin-top: 0
}

#about-slider .award {
    position: relative
}

#about-slider .hover {
    position: absolute;
    display: none;
    z-index: 99;
    color: #fff;
    background: #e87722;
    width: 100%;
    height: 101%;
    padding: 10px 5px
}

#about-slider .hover p {
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 25px
}

#about-slider .award a:hover + .hover,
#about-slider .award a:hover .hover {
    display: block
}

#about-slider .award img {
    border-radius: 0
}

form.form-support textarea {
    color: #24545e;
    width: 100%;
    border: 1px solid;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 7px 20px;
    height: 100px;
    line-height: 30px
}

.container-fluid.about-video {
    background: #E1E1E1;
    padding-bottom: 50px
}

.video-about {
    max-width: 50%;
    min-width: 300px;
    margin: 0 auto
}

.about-video h3 {
    font-size: 36px;
    color: #24555e;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px
}

.about-content {
    padding-bottom: 0
}



.about-video h3{
    font-family: Oxygen-Bold,arial,sans-serif;
    white-space: normal;
}
#about-slider .hover{
    height: 100%;
    overflow: hidden;
}

.clear{
    clear:both;
}
.about-content div>a.btn {
    font-family: Oxygen-Bold,arial,sans-serif;
    background: #eb7f00;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 21px;
    color: #fff;
}

.article-content img {
    border: 0!important;
    display: block;
    margin: 0 auto!important;
    float: none!important;
    max-width: 100%;
    width: auto;
}
.cond-overview.procedure img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
    display: block;
}

.about-content .article-content ul.third {
    display: inline-block;
    width: 100%;
    margin-left: 0;
}
.about-content .article-content ul.third li{
    width: 30%;
    float: left;
    margin-left: 2.5%;
}
.about-content .article-content ul.two li{
    width: 48%;
    float: left;
    margin-left: 2%;
}

.article-content h2{
    font-weight: bold;
    margin: 25px 0;
    line-height: 1.3;
}
.article-content {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}



/*staff page*/

.staffs{
    max-width: 1400px;
    display: block;
    margin: 20px auto;
}
.staffs div.row{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.staff-big , 
.staff {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.col-xs-12.col-sm-3.col-md-3.col-lg-2.staff{
    width: 20%;
    min-width: 250px;
}

.staff-big h4.name, 
.staff h4.name{
    text-align: center;
    font-family: 'Oxygen-Bold',arial,sans-serif;
    font-size: 21px;
    color: #24555e;
    line-height: 40px;
    margin-bottom: 0;
}
.staff-big p.position, 
.staff p.position{
    text-align: center;
    font-size: 21px;
    color: #24555e;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.staffs .staff-big > div,
.staffs .staff > div{
    position: relative;
}
.staffs .overlay{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e87722;
    height: auto;
    min-height: 100%;
    z-index: 99;
}

.staffs .overlay p{
    font-size: 18px;
    font-family: Oxygen-Regular,arial,sans-serif;
    color: #fff;
    margin: 10px;
    text-align: left;
    line-height: 30px;
    text-align: center;
}
.staffs .staff-big:hover .overlay,
.staffs .staff:hover .overlay{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
     -webkit-flex-wrap: wrap;
}



/*search page*/

.search-page {
    max-width: 1300px;
    margin: auto;
}
.search-page header.pagetitle h2{
    color: #4b4f54;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.submenu-search {
    font-size: 18px;
    margin: 20px 0;
}
.submenu-search a {
    color: #f07725;
    display: inline-block;
}
.search-page .result-search {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #888;
}

.search-page .result-search .search-item-thumb  {
    display: inline;
    float: left;
    width: 150px;
    text-align: center;
    max-height: 150px;
    overflow: hidden;
    margin-right: 20px;
    border: 2px solid #027e89;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
.search-page .result-search .search-item-thumb img {
    width: initial;
    height: auto;
    max-height: 150px;
}
.search-page .result-search h3 {
    color: #007681;
    margin-top: 0;
}
.search-page .result-search p {
    font-family: Oxygen-Light,arial,sans-serif;
    font-size: 18px;
    color: #027e88;
    margin-bottom: 0;
}
.search-page .result-search span.update-date {
    font-family: Oxygen-Bold,arial,sans-serif;
    font-size: 16px;
    color: #027e88;
    margin-bottom: 10px;
    display: inline-block;
}
.search-page .result-search p a {
    color: #e87722;
}
.submenu-search.clearfix b {
    color: #4b4f54;
}

.search-page .navs{
    text-align: center;
    margin: 30px 0;
}
.search-page .navs a{
    padding: 10px;
    margin: 5px;
    color: #4b4f54;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
.search-page .navs a.curent {
    font-weight: bold;
    color: #e87722;
}
.search-page .navs a.arrow-right {
    float: right;
    right: 0;
}
.search-page .navs a.arrow-left {
    float: left;
    margin-left: 0;
}


.cond-faqs h5 {
    font-family: 'Oxygen-Light' , arial,sans-serif;
    /*text-transform: capitalize;*/
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #027e88;
}
.cond-faqs h4 {
    font-family: 'Oxygen-Regular', arial,sans-serif;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    color: #027e88;
}
.cond-faqs p{
    font-family: 'Oxygen-Light', arial, sans-serif;
    font-size: 20px;
    color: #027e88;
    margin: 20px;
        font-size: 16px;
    text-align: center;
}
.cond-faqs ul li {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 20px;
    color: #027e88;
}

.cond-faqs .alert-section {
    background: #fbe5cc;
    padding: 30px 10px;
}
.cond-faqs .alert-section img{
    float: left;
    margin-right: 20px;
}
.cond-faqs .alert-section h4{
    text-align: left;
    color: #eb7e00;
    margin-top: 0;
    font-size: 24px;
}
.cond-faqs .alert-section p{
    text-align: left;
    color: #333333;
    font-size: 16px;
    margin: 0;
    padding-left: 120px;
}
.cond-faqs .alert-section a:hover{
    color: #333;
    text-decoration: none;
}
.cond-faqs .alert-section a{
    font-family: Oxygen-Regular, arial, sans-serif;
    font-size: 20px;
    background: #eb7f00;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
    width: 400px;
    max-width: 95%;
    margin: 20px auto;
    text-align: center;
}

/*authorization page*/
.container-fluid.hero.hero-auth {
    background: #027e89;
    min-height: 100px;
    background-image: none;
}
.auth-content{
    background:#e1e1e1; 
    padding-top: 50px;
}
.auth-content .infos{
    border-bottom: 1px solid rgba(2, 126, 137, 0.5);
    padding-bottom: 20px;
    margin: 0;
    margin-bottom: 30px;   
}
.auth-content .infos:last-child{
    border-bottom: 0;
}
.auth-content .infos h3{
    font-family: 'Oxygen-Bold', arial, sans-serif;
    font-size: 30px;
    color: #254f57;
    line-height: 50px;
}
.auth-content .infos div {
    padding-left: 0;
}
.auth-content .infos div.col-sm-12.col-md-6 > div {
    margin-bottom: 20px;
}
.auth-content .infos .col-sm-12.col-md-6 > div {
    clear: both;
}
.auth-content .infos label{
    font-family: 'Oxygen-Light', arial, sans-serif;
    font-size: 20px;
    color: #254f57;
    line-height: 45px;
    width: 220px;
    display: inline-block;
    float: left;
    font-weight: normal;
}
.auth-content .infos .add label{
    width: 120px;
    padding-left: 20px;
}
.auth-content .infos .add input{
    width: calc(100% - 120px);
}
.auth-content .infos div > input{
    width: calc(100% - 220px);
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    border: 3px solid #dc7528;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 18px;
    color: #254f57;
}

.auth-content .infos label.single{
    width: 120px;
    float: left;
    padding-left: 20px;
}
.auth-content .infos div.full {
    width: calc(100% - 120px);
    float: left;
}
.auth-content .infos .third{
    width: 44%;
    float: left;
}
.auth-content .infos .third.first{
    width: 28%;
}
.auth-content .infos .third.last{
    width: 28%;
}
.auth-content .infos .third label{
    float: left;
    width: 55px;
    text-align: right;
    padding-right: 10px;
}
.auth-content .infos .third.first select {
    width: 94%;
}
.auth-content .infos .third input,
.auth-content .infos .third select{
    width: calc(100% - 55px);
    color: #254f57;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 10px 0;
    border: 1px solid #254f57;
}
.auth-content .infos .checkbox{
    margin: 0;
    padding: 0;
}
.auth-content .infos .checkbox label a:hover{
    color: #254f57;
}
.auth-content .infos .checkbox label a{
    color: #dc7528;
    text-decoration: underline;
}
.auth-content .infos .checkbox label{
    width: 100%;
    margin: 5px 0;
    padding-left: 40px;
    line-height: 30px;
}
.auth-content .infos .checkbox input{
    margin-top: 5px;
    line-height: 20px;
    min-height: 20px;
    width: 20px;
    margin-left: -40px;
    background: #b8b8b8 url('../images/checkmark.png') center center no-repeat;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: none;
    background: #777;
    background: -webkit-linear-gradient(top, #777 0%, #777 40%, #777 100%);
}

.auth-input[type="checkbox"]:before{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b8b8b8;
    content: "";
    background: #b8b8b8;
    text-align: center;
}
.auth-input[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #b8b8b8;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
}
.auth-input[type="checkbox"]:checked:after{
    background-image: url("../images/checkmark.png");
    background-size: 80% auto;
    border-color: #f37622;
}
.auth-input[type="checkbox"]:disabled:after{
    -webkit-filter: opacity(0.4);
}

.auth-content .infos div p{
    font-family: 'Oxygen-Light', arial, sans-serif;
    font-size: 20px;
    color: #254f57;
    line-height: 45px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.auth-content .infos div textarea{
    width: 100%;
    height: auto;
    min-height: 180px;
    padding: 10px 20px;
    border: 0;
    font-family: 'Oxygen-Light', arial, sans-serif;
    font-size: 20px;
    color: #254f57;
    line-height: 35px;    
}
.auth-content .infos div input.email{
    width: 50%;
}
.auth-content .infos input[type="submit"]{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #e87722;
    border: 0;
    outline: 0;
    padding: 5px 40px;
    text-transform: uppercase;
    display: block;
    margin: 100px auto;
}
.auth-content .infos input[type="submit"]:hover{
    background: #b86125;
    text-decoration: none;
}
.auth-content .infos .hipaa{
    width: 100%;
    height: 200px;
    overflow-x: auto;
    background: #fff;
    padding: 15px;
}

.auth-content .infos .hipaa p{
    font-size: 16px;
    margin: 5px 0;
    line-height: 25px;
}
.auth-content .infos .hipaa  ul {
    width: 100%;
    display: inline-block;
}
.auth-content .infos .hipaa  li {
    font-size: 16px;
    margin: 5px 0;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    color: #254f57;
}
.auth-content .infos .hipaa  b {
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 18px;
    color: #254f57;
}
.auth-content .infos .hipaa > b {
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 18px;
    color: #254f57;
    line-height: 30px;
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: 700;
}
.auth-content .infos .hipaa h4 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    color: #254f57;
    font-weight: bold;
    margin: 15px 0px;
}


form#formReview2 .fifth {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
form#formReview2 .fifth img{
    height: 50px;
    width: auto;
    margin: 0 auto;
}
form#formReview2 .fifth .rating label{
    width: 100%;
    color: #027e89;
    font-size: 21px;
    margin: 15px 0; 
}
form#formReview2 .fifth .rating span{
    font-size: 18px;
    /*color: #eb7b00;*/
    color: #bcb9b5;
}
form#formReview2 .fifth span:last-child {
    width: 100%;
    display: none;
    font-size: 22px;
    font-weight: bold;
}

form#formReview2 .fifth .rating span.hover {
     color: #eb7b00;
}
form#formReview2 .fifth .rating span.over {
     color: #eb7b00;
}




form#formReviewDoc .fifth {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
form#formReviewDoc .fifth img{
    height: 50px;
    width: auto;
    margin: 0 auto;
}
form#formReviewDoc .fifth .rating label{
    width: 100%;
    color: #027e89;
    font-size: 21px;
    margin: 15px 0; 
}
form#formReviewDoc .fifth .rating span{
    font-size: 18px;
    /*color: #eb7b00;*/
    color: #bcb9b5;
}
form#formReviewDoc .fifth .rating span.hover {
     color: #eb7b00;
}
form#formReviewDoc .fifth .rating span.over {
     color: #eb7b00;
}
form#formReviewDoc .fifth span:last-child {
    width: 100%;
    display: none;
    font-size: 22px;
    font-weight: bold;
    color: #eb7b00; */
}

form#sendRatingForm .fifth div:last-child{
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fd761e;
}
div#rating button.close {
    position: absolute;
    right: 0;
    top: 0;
}
form#formReviewDoc .form-control {
    padding: 10px 12px;
    border-radius: 1px;
    margin-bottom: 5px;
    height: auto;
}
form#formReviewDoc input[type=submit] {
    background: #eb7b00;
    font-size: 16px;
    color: #135b64;
    font-family: Oxygen-regular, arial, sans-serif;
    font-weight: 600;
    width: 50%;
    border-radius: 4px;
    border: none;
    padding: 10px;
    margin-top: 5px;
}

.contact-menu ul li a.active, .contact-menu ul li a:active, .contact-menu ul li a:focus, .contact-menu ul li a:hover {
    background-color: inherit;
    color: #027e89;
    text-decoration: none;
}



/*error page*/

.container-fluid.hero.hero-error{
    background: #027e89;
}
.error-content{
    background-color: #e1e1e1;
}
.error-content .back{
  padding-left: 20px;  
}
.error-content .back a{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 16px;
    color: #027e89;
    font-weight: bold;
    text-decoration: underline;
}
.error-content .back a:hover{
    color: #fe7f1f;
    text-decoration: none;
}
.error-content .back a span{
    color: #fe7f1f;
    border: 2px solid;
    border-radius: 50%;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
.error-content .form{
    width: 96%;
    max-width: 500px;
    display: block;
    margin: 0px auto 50px;
    padding-top: 80px;
}
.error-content .form img{
    display: inline-block;
    float: left;
    margin-top: -80px;
}
.error-content .form p{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 24px;
    color: #027e89;
    text-align: center;
}
.error-content .form form{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.error-content .form form p{
    margin: 10px auto;
}
.error-content .form form input{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 18px;
    color: #027e89;
    border: 0;
    outline: 0;
    position: relative;
}
.error-content .form form span{
    color: #c0c0c2;
    font-size: 20px;
    float: right;
    margin-top: -35px;
    margin-right: 10px;
    font-weight: lighter;
}
.error-content .form form button{
    color: #c0c0c2;
    font-size: 20px;
    float: right;
    margin-top: -35px;
    margin-right: 10px;
    font-weight: lighter;
    background:none;
    border:none;
}
.error-content .form form a{
    font-family: 'Oxygen-regular', arial, sans-serif;
    font-size: 24px;
    background: #eb7f00;
    width: 280px;
    font-weight: normal;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.faq-button a{ font-family: 'Oxygen-regular', arial, sans-serif;
    font-size: 24px;
    background: #eb7f00;
    width: 280px;
    font-weight: normal;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;}
.error-content .form form a:hover{
    color: #333;
    text-decoration: none;
}

.error-content .error-blogs{
    padding: 50px 0;
}
.error-content .error-blogs p{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 24px;
    color: #027e89;
    text-align: center;
}
.error-blogs .col-xs-12.col-sm-6.col-md-3{
    padding: 10px;
}
.error-blogs .blog-post{
    text-align: center;
    border: 3px solid #027e89;
}
.error-blogs .blog-post h5{
    font-family: 'Oxygen-Bold', arial, sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #027e89;
    margin: 0;
    padding: 15px;
}
.error-blogs .blog-post img{
    margin: 10px auto;
}
.error-blogs .blog-post p{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 24px;
    color: #027e89;
    text-align: center;
    margin: 10px;
}
.error-blogs .blog-post a{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #027e89;
    margin: 10px auto;
    margin-bottom: 30px;
    display: inline-block;
    padding: 10px 30px;
}
.error-blogs .blog-post a:hover{
    text-decoration: none;
    background: #eb7f00;
}



.related  {
    padding: 30px 0;
    max-width: 1200px;
}
.related h5 {
    font-family: Oxygen-Light,arial,sans-serif;
    text-transform: capitalize;
    font-size: 24px;
    margin: 30px 0;
    text-align: center;
    color: #027e88;
    font-weight: bold;
}
body.page-2 .related {
    display: none;
}

.cat-faq .panel.panel-default{
    margin: 15px 0;
}
.cat-faq .panel-default>.panel-heading{
    background: none;
    color: #027e88;
    text-align: center;
    padding: 0;
}
.cat-faq .panel-title{

}
.cat-faq .panel-title>a:hover{
    color: #fe7f1f;
    text-decoration: none;
}
.cat-faq .panel-title>a{
    font-size: 22px;
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.cat-faq .panel-body p,
.cat-faq .panel-body{
    font-family: Oxygen-Light,arial,sans-serif;
    font-size: 20px;
    color: #027e88;
    text-align: center;
    margin-bottom: 10px;
}
.cat-faq{

}


/*advertise page*/

.adv-content{
    padding: 30px 0 100px;
    font-family: 'Comfortaa', cursive;
}
.adv-content .row {
    margin: 30px 0;
}
.adv-content p.error img{
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    float: none;
}
.adv-content p.error {
    color: #707c80;
    font-size: 16px;
    text-align: center;
}
.adv-content .banner {
    padding-bottom: 50px;
}
.adv-content .banner h4 {
    color: #027e89;
    font-size: 30px;
}

.adv-content .copy p{
    display: inline-block;
}
.adv-content .copy{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.adv-content .copy a{
    color: #027e89;
    cursor: pointer;
}
.adv-content .copy a:hover{
    font-weight: bold;
    text-decoration: none;
}

.adv-content .copy a span{
    border: 1px solid #027e89;
    padding: 3px 5px;
}
.adv-content .copy a span:last-child{
    color: #fff;
    background: #027e89;
    margin-left: 5px;
    height: 24px;
    border: 1px solid #027e89;
}

.adv-content img{
    margin: 20px auto;
}



/*faq individual page*/

.container-fluid.related-faqs h2.panel-title h2 {
    position: relative;
    font-size: 25px;
    line-height: 1.5;
}
.container-fluid.related-faqs .panel-faq h3.panel-title h3{
    font-size: 20px;
}
.container-fluid.related-faqs h2.panel-title a.collapsed  span.glyphicon.glyphicon-menu-down {
    display: none;
}
.container-fluid.related-faqs h2.panel-title a:hover{
    text-decoration: none;
}
.container-fluid.related-faqs .panel-faq .panel-default>.panel-heading:hover {
    background: #e9e9e9;
}

.container-fluid.related-faqs  h4{
    font-size: 25px;
}
.container-fluid.related-faqs ,
.container-fluid.related-faqs  p{
    font-size: 20px;
    font-family: Oxygen-Regular,arial,sans-serif;
    color: #027e89;
    padding: 25px 0;
    text-align: center;
    line-height: 35px;
}
.container-fluid.related-faqs {
    text-align: center;
}

 .container-fluid.related-faqs   .panel-default>.panel-heading+.panel-collapse>.panel-body-2 {
    padding: 0 15px;
}
 .container-fluid.related-faqs  h3.panel-title {
    text-align: left;
}

 .container-fluid.related-faqs  h3.panel-title h3 span {
    float: right;
    color: #eb7f00;
    font-size: 18px;
    font-weight: bold;
}

 .container-fluid.related-faqs  h4.panel-title a.active,
 .container-fluid.related-faqs  h4.panel-title a:active,
 .container-fluid.related-faqs  h4.panel-title a:focus,
 .container-fluid.related-faqs  h4.panel-title a:hover,
 .container-fluid.related-faqs  h4.panel-title a:visited {
    text-decoration: none
}

 .container-fluid.related-faqs  h4.panel-title a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 5px 40px 5px 0;
    text-align: left;
    line-height: 40px
}

 .container-fluid.related-faqs  .panel-body {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 21px;
    color: #f27622;
    line-height: 40px;
     background: #e1e1e1;

}
 .container-fluid.related-faqs  .panel-body p{
        font-family: Oxygen-Light, arial, sans-serif;
    font-size: 21px;
    color: #f27622;
    line-height: 40px;
    padding-bottom: 20px;
    text-align: left;
 }

 .container-fluid.related-faqs {
    background: #e1e1e1;
    color: #01626b;
    padding-bottom: 100px
}

.faq-content>div>h4 {
    font-size: 21px;
    color: #01626b;
    margin-bottom: 20px
}

 .container-fluid.related-faqs .panel-group .panel {
    border-radius: 0;
        border: 0;
    outline: 0;
    box-shadow: none;
}

 .container-fluid.related-faqs .panel-default>.panel-heading {
    background: #e1e1e1;
    color: #01626b;
}

 .container-fluid.related-faqs h2.panel-title,
 .container-fluid.related-faqs h3.panel-title,
 .container-fluid.related-faqs h4.panel-title {
    font-family: Oxygen-Regular, arial, sans-serif;
    padding-bottom: 5px
}

 .container-fluid.related-faqs h4.panel-title {
    font-size: 21px
}

.container-fluid.related-faqs  h3.panel-title a:focus,
.container-fluid.related-faqs  h3.panel-title a:active,
.container-fluid.related-faqs  h3.panel-title a:hover{
        color: #eb7f00;
        text-decoration: none;
}

.container-fluid.related-faqs .panel-body {
    font-family: Oxygen-Light, arial, sans-serif;
    font-size: 21px;
    color: #f27622;
    line-height: 40px;
    padding-bottom: 20px;
    background: #e1e1e1;
    padding: 10px 15px 30px;
}
.container-fluid.related-faqs .panel-body p a {
    color: #01626b;
}
.container-fluid.related-faqs .panel-default>.panel-heading {
    background: #e1e1e1;
    color: #01626b;
}

.container-fluid.related-faqs > div > h3{
    color: #eb7f00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px;
}

.related-doctors{
    padding: 30px 0;
    background: #e1e1e1;
    color: #01626b;
    border-bottom: 3px solid #027e89;
}
.related-doctors .doctor{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    border-bottom: 3px solid #027e89;
    padding-bottom: 20px;
}
.related-doctors .doctor:last-child{
    border-bottom: none;
}
.related-doctors .doctor .img{
    float: left;
    margin-right: 10px;
    width: 200px;
    height: auto;
}
.related-doctors .doctor .img img{
    border: 3px solid #027e89;
    width: 100%;
    height: auto;
}
.related-doctors .doctor p.name{
    font-size: 24px;
    color: #eb7f00;
}
.related-doctors .doctor p.about{
    font-size: 21px;
    font-style: italic;
}

.zip-code {
    text-align: center;
}
.zip-code p{
    font-size: 24px;
    color: #027e89;
    margin: 30px 0;
}
.zip-code button.btn-confirm{
    text-align: center;
    width: 100px;
    margin: 10px;
    background: #ff8b24;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.zip-code button.btn-close {
    background: none;
    color: #eb7f00;
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
}

/*durham page*/

.durham-page .info{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #135b64;
}
.durham-page .info img{
    width: 35px;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}
.durham-page .info .name{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.durham-page .info .name h3{
    color: #135b64;
    font-size: 22px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    margin-top: 15px;
    font-weight: 700;
}
.durham-page .info .name p{
    margin: 0;
    font-size: 17px;
    font-family: 'Oxygen-Light', arial, sans-serif;
}
.durham-page .info .university{
    display: inline-block;
    width: 100%;
    height: auto;
}
.durham-page .info .university div{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.durham-page .info .university p{
    margin: 0;
    font-size: 16px;
    font-family: 'Oxygen-Bold', arial, sans-serif;
}

.durham-page .profile-right{
    color: #135b64;
    padding-right: 0;
}
.durham-page .profile-right p{
     margin: 0;
    font-size: 17px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    color: #135b64;
}
.durham-page .profile-right p.speciality{
    margin-top: 20px;
}
.durham-page .profile-right p.description{
    font-size: 14px;
    color: #e87722;
}
.durham-page .videos-down{
    padding: 50px 0;
    width: 100%;
    height: auto;
    display: inline-block;
}
.durham-page .videos-down div.col-xs-12{
    margin: 15px 0;
}
.durham-page .videos-down h3{
    text-align: center;
    color: #135b64;
}
.durham-page .videos-down p.title-video{
    font-size: 16px;
    color: #135b64;
    text-align: center;
    height: 45px;
    vertical-align: baseline;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 5px;
}


.durham-page .profile-right img{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: -3px;
}
.durham-page .profile-right .name{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.durham-page .profile-right  h3{
    color: #135b64;
    font-size: 22px;
    font-family: 'Oxygen-Regular', arial, sans-serif;
    margin-top: 15px;
    font-weight: 700;
    margin-top: 0;
}
.durham-page .profile-right .university{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.durham-page .profile-right .university div{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.durham-page .profile-right .university p{
    margin: 0;
    font-size: 16px;
    font-family: 'Oxygen-Bold', arial, sans-serif;
}

.durham-page .profile-right .videos .col-xs-12{
    padding: 0;
}
.durham-page .profile-right .videos .small .half{
    width: 48%;
    float: left;
    margin: 0 0 2% 2%;
}

.durham-page .col-xs-12.col-sm-12.col-md-9{
    padding-right: 0;
}
.durham-page .col-xs-12.col-sm-12.col-md-9  .profile-left{
    width: 25%;
    max-width: 1000px;
}
.durham-page .col-xs-12.col-sm-12.col-md-9 .profile-right{
    width: 75%;
}



.evaluation label a {
    font-family: 'Oxygen-Regular', arial, sans-serif;
    background: transparent;
    font-weight: 700;
    color: #eb7f00;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 30px;
    text-transform: capitalize;
}


.badges{

}
.badge-section{
    position: relative;
    width: 300px;
    height: 300px;
    float: left;
}
.badge1{
    background: url(../images/badge1--min.png) center center no-repeat;
    background-size: cover;
}
.badge1 .img{

}
.badge1 .img div.circle{
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    left: 0;
    text-align: center;
    width: 100%;
}

.badge2{
    background: url(../images/badge2--min.png) center center no-repeat;
    background-size: cover;
}
.badge2 .img div.circle{
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    left: 0;
    text-align: center;
    width: 100%;
}

.badge4{
    background: url(../images/trusted-2-min.png) center center no-repeat;
    background-size: auto 100%;
    text-align: center;
}
.badge4 .round {
    width: 110px;
    height: 110px;
    margin: 15px auto 0;
    border-radius: 50%;
    overflow: hidden;
}
.badge4 .round img {
    width: 100%;
    height: 100%;
}

.badge4 .name{
    font-family: 'Oxygen-Regular', arial, sans-serif;
   font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.badge4 .down{
    font-family: 'Oxygen-Regular', arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: center;
}

.badge5{
    background: url(../images/certificate-nodate-min.png) center center no-repeat;
    background-size: cover;

    width: 700px;
    height: 500px;

}
.badge5 .img{
}
.badge5 .name{
    text-align: center;
    font-size: 45px;
    position: absolute;
    left: auto;
    width: 100%;
    top: 43%;
    font-family: 'OldeEnglish', sans-serif;
}
.badge5 .date{
    position: absolute;
    right: 16%;
    top: 60.5%;
}

/*elements cta*/

.element {
    background: #027e89;
    padding: 10px;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.element .img {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 120px;
}
.element .img img{
    margin: 0 auto;
    max-height: 150px;
    width: initial;
}
.element h3{
    font-size: 32px;
    line-height: 45px;
    color: #e1e1e1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.element h3.left {
    text-align: left;
}
.element h3.h-left {
    /*text-align: left;
    float: left;
    margin: 0;
    font-size: 35px;*/
}
.element p {
    font-size: 32px;
    line-height: 60px;
    color: #e1e1e1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.element p.left {
    text-align: left;
}
.element p a {
    font-size: 35px;
    line-height: 60px;
    color: #f27622;
}
.element p a span {
    color: #f27622;
    margin-right: 5px;
}
.element a.button:hover{
    background: #e16815;
    text-decoration: none;
}
.element a.button{
    background: #f27622;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 300px;
    margin-bottom: 20px;
}
.element.element-bg{
    background: #027e89 url(../images/cta/bg-cta.png) center center no-repeat;
    background-size: cover; 
}


.youtube-popup,
.youtube-hq,
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
   /* padding-top: 56.25% important;*/
    overflow: hidden;
    cursor: pointer;
    height: 0;
    width: 100%;
    
}
.youtube-hq{
    margin-top: -3px;
}

.youtube-popup img,
.youtube-hq img{
    width: 100% !important;
    top: -17%;
    left: 0;
    opacity: 1;
    max-width: 100%!important;
    margin: 0!important;
}
.youtube-maxq img{
    top: 0%;
}

.youtube img {
    width: 100% !important;
    top:0%;
    left: 0;
    opacity: 1;
    max-width: 100%!important;
    margin: 0!important;
}
.youtube-popup .play-button,
.youtube-hq .play-button,
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube-popup .play-button:before,
.youtube-hq .play-button:before,
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}


.youtube-popup .play-button.small,
.youtube-hq .play-button.small,
.youtube .play-button.small {
    width: 60px;
    height: 40px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube-popup .play-button:before,
.youtube-hq .play-button:before,
.youtube .play-button:before {
    border-width: 8px 0 8px 18px;
}

.youtube-popup img,
.youtube-popup .play-button,
.youtube-hq img,
.youtube-hq .play-button,
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube-popup img,
.youtube-popup iframe,
.youtube-popup .play-button,
.youtube-popup .play-button:before,
.youtube-hq img,
.youtube-hq iframe,
.youtube-hq .play-button,
.youtube-hq .play-button:before,
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube-popup .play-button,
.youtube-popup .play-button:before,
.youtube-hq .play-button,
.youtube-hq .play-button:before,
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
    transform-style: flat;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d( -50%, -50%, 0 );
}
.youtube-popup iframe,
.youtube-hq iframe,
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.youtube-popup:hover .play-button,
.youtube-hq:hover .play-button,
.youtube:hover .play-button {
    background-color: #b90000;
}

.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.image-half,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}


.picker__holder {
    display: none;
}
.picker--opened .picker__holder {
    display: block;
}

.mobile-acc-doctor {
    background: transparent!important;
}

.mobile-acc-doctor ul.acc-mobile-items {
    padding-left: 0;
}

.mobile-acc-doctor ul.acc-mobile-items li {
    display: block;
    border-radius: 4px;
    margin-bottom: 2px;
}

.mobile-acc-doctor ul.acc-mobile-items li a {
    padding: 13px 15px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #8fbdc1;
}

.mobile-acc-doctor ul.acc-mobile-items li a.active {
    background-color: #eb7b00;
}

.mobile-acc-doctor ul.acc-mobile-items li a:active, .mobile-acc-doctor ul.acc-mobile-items li a:focus, .mobile-acc-doctor ul.acc-mobile-items li a:visited {
    text-decoration: none;
}

.insurance a {
    font-size: 14px!important;
    padding: 0!important;
}

.mobile-acc-doctor ul.acc-mobile-items li .publication a {
    font-size: 16px;
    color: #e87722;
    text-transform: uppercase;
    background: transparent;
    margin-top: 0;
    padding-left: 0;
}

.mobile-acc-doctor #biography p {
    margin: 0!important;
    padding: 15px!important;
}

.affiliations p.title {
    color: #e87722;
}

.mobile-acc-doctor #hospital-practice .hospital a {
    background: transparent!important;
}

#biography p a {
    background: transparent;
}

/* Diagnosis  */
.sec-pad-top {
  padding-top: 40px;
}
.prognosis-page-bg {
    background: #e1e1e1;
    padding: 70px 0;
}
.diagnosis-title {
    margin-bottom: 30px;
}
.diagnosis-title h2, .diagnosis-title p {
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
    color: #027e89;
    text-transform: uppercase;
    margin-top: 0;
}
.diagnosis-title h2 {
    font-size: 30px;
}
.diagnosis-title p {
    font-size: 18px;
    margin-top: 15px;
}
.diagnosis-title h2  small{
    font-size: 12px;
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
    color: #027e89;
}
.diagnosis-multiple-choice label {
    text-transform: uppercase;
    font-size: 12px;
    color: #027e89;
    font-family: 'Comfortaa', sans-serif;
    display: block;
    padding-right: 50px;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
cursor: pointer;
}
.diagnosis-multiple-choice {
    position: relative;
    text-align: right;
    padding-top: 10px;
}
.diagnosis-multiple-choice input[type=checkbox] {
position: absolute;
visibility: hidden;
margin-left: -30px;
}
.diagnosis-multiple-choice .check {
display: block;
position: absolute;
border: 1px solid #027e89;
height: 20px;
width: 20px;
top: 0;
right: 20px;
z-index: 5;
margin-top: 5px;
cursor: pointer;
}
.diagnosis-multiple-choice input[type=checkbox]:checked ~ .check {
background: #fff;
}
.diagnosis-multiple-choice input[type=checkbox]:checked ~ .check:before {
position: absolute;
content: '';
height: 16px;
width: 16px;
background: #027e89;
left: 0;
margin-left: 1px;
margin-top: 1px;
}
ul.diagnosis-tabs-list {
padding-left: 0;
display: block;
margin-bottom: 0;
}
ul.diagnosis-tabs-list li {
display: inline-block;
width: 49%;
padding-right: 30px;
}
.diagnosis-tab {
margin-bottom: 7px;
}
.diagnosis-tab-link {
position: relative;
}
.diagnosis-tab-link a {
    display: block;
    background: #027e89;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: 'Comfortaa', sans-serif;
    padding: 17px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    padding-right: 60px;
    text-align: center;
}
.diagnosis-tab-link a:hover, .diagnosis-tab-link a:focus {
  text-decoration: none;
  background: #f27622;
  color: #fff;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}

.diagnosis-tab-link a.selected {
  background: #f27622;
  color: #fff;
}
.diagnosis-tab-link span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: #fff;
  text-align: center;
  padding-top: 10px;
}
.diagnosis-tab-content {
    padding-top: 12px;
    display: none;
}
.diagnosis-tab-content span {
    color: #027e89;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  margin-right: 2px;
}
.diagnosis-tab-content ul {
    padding-left: 0;
    display: inline-block;
    list-style-type: none;
}
ul.stages-list {
    margin-bottom: 0;
}
.diagnosis-tab-content ul.stages-list li {
    display: inline-block;
    width: auto;
    padding-right: 0;
    position: relative;
    margin: 0 5px;
}
.diagnosis-tab-content ul.stages-list li label {
  color: #fff;
  z-index: 33;
  color: #fff;
  font-size: 36px;
  font-family: 'Comfortaa', sans-serif;
  margin-top: 1px;
  width: 50px;
  height: 50px;
  background: #027e89;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.diagnosis-tab-content ul.stages-list li input[type=radio], .radio-navbar-body ul.radio-navbar input[type=radio], .checkbox-navbar-body ul.checkbox-navbar input[type=checkbox] {
    position: absolute;
  visibility: hidden;
  margin-left: -30px;
}
.diagnosis-tab-content ul.stages-list li input[type=radio]:checked ~ label, .radio-navbar li input[type=radio]:checked ~ label, .checkbox-navbar li input[type=checkbox]:checked ~ label {
  background: #f27622;
}

/* Radio navbar */
.radio-navbar, .checkbox-navbar {
  padding-left: 0;
  display: block;
  list-style-type: none;
}
.radio-navbar li {
  list-style-type: none;
  display: inline-block;
  width: 19.6%;
}
.checkbox-navbar li {
  list-style-type: none;
  display: inline-block;
  width: 14.8%;
}
.checkbox-navbar li:last-child {
    width: 24.2%;
}
.radio-navbar li label, .checkbox-navbar li label {
  display: block;
  text-align: center;
  color: #e1e1e1;
  background: #027e89;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Comfortaa', sans-serif;
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
}
.results-btn a {
  background: #f27622;
  color: #e1e1e1; 
  font-family: 'Comfortaa', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 14px 17px;
  font-weight: 700;
  text-decoration: none;
}
.results-btn a:hover, .results-btn a:focus, .results-btn a:active {
  text-decoration: none;
  color: #fff;
}

.results-btn input[type=submit] {
    background: #f27622;
    color: #e1e1e1;
    font-family: 'Comfortaa', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    padding: 14px 17px;
    font-weight: 700;
    text-decoration: none;
    outline: 0;
    border: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.results-btn input[type=submit]:focus, .results-btn input[type=submit]:hover {
    text-decoration: none;
    color: #fff;
    background: #ea711d;
}

/* Results page */
.prognosis-img img {
    width: 100%;
}
.diag-results-title {
    color: #f27622;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.results-block-left, .results-block-right {
    margin-bottom: 70px;
}
.diag-results-content {
    color: #027e89;
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
}

.diag-results-content ul {
    padding-left: 16px;
}
.results-block-left .diag-results-content {
    border-right: 2px solid #027e89;
    margin-right: 60px;
}
.results-block-left span {
    float: right;
}
span.result-side-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    padding-top: 6px;
}

.results-block-right .diag-results-content {
    margin-left: 40px;
    border-left: 2px solid #027e89;
    padding-left: 10px;
}

.results-block-right span {
    float: left;
    margin-left: -30px;
}
.prognosis-scores {
    text-align: center;
}
.prognosis-scores span, .prognosis-scores small {
    display: block;
    float: none;
    margin: auto;
}
.prognosis-scores span {
    color: #f27622;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
}
.prognosis-scores small {
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.prognosis-scores-content {
    position: relative;
}
.prognosis-scores {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 200px;
}
canvas#openedCanvas {
    max-width: 250px!important;
    max-height: 250px!important;
}


.meso-comments-lists h4 {
    margin-top: 40px;
    margin-bottom: 0;
}

.doctor_comments {
    text-align: center;
}
ul.comments-list {
    list-style-type: none;
    padding-left: 0;
}
ul.comments-list li:first-child p {
    padding-top: 10px!important;
}
ul.comments-list li {
    list-style-type: none;
    border-bottom: 1px solid #027e89;
    padding-bottom: 20px;
    padding-top: 20px;
}
ul.comments-list li:last-child {
    border: 0;
}
ul.comments-list li p:after, ul.comments-list li p:before {
    content: '"';
}
.faq-content .inner-faq ul.comments-list li p {
    padding: 0;
    margin: 0;
    line-height: 1.6;
}
ul.comments-list li em {
    font-family: Oxygen-Bold, arial, sans-serif;
    font-style: normal;
}

.medications-page {
    padding: 80px 0;
    background: #e1e1e1;
}
.medications-title {
    padding-bottom: 30px;
}
.medications-title h3 {
    font-family: 'Comfortaa', sans-serif;
    color: #027e89;
    font-weight: 600;
}

.medications-title a, .medications-title span {
    color: #f27622;
}

.medication-content .col-md-4 {
    position: relative;
}

.medication-content ul {
    list-style-type: none;
    padding-left: 0;
}

.medication-content {
    font-family: 'Comfortaa', sans-serif;
    text-transform: uppercase;
    line-height: 1.65;
    font-weight: 600;
}

.med-left-col {
    text-align: right;
    margin-top: 30px;
}

.med-right-col {
    margin-top: 30px;
}

.orange-badge {
    position: absolute;
    top: 0;
    right: 5px;
    background: #f27622;
    color: #fff;
    padding: 20px 5px;
}

.turq-badge {
    position: absolute;
    top: 0;
    left: 5px;
    background: #027e89;
    color: #fff;
    padding: 40px 5px;
}

span.med-badge {
    /*writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    -moz-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    font-family: 'Comfortaa', sans-serif;
    text-transform: uppercase;
    font-size: 13px;*/
    display: block;
    text-transform: initial;
    font-size: 16px;
}
span.med-badge.small {
    font-size: 12px;
}

.med-left-col ul {
    margin-right: 60px;
}

.med-right-col ul {
    margin-left: 60px;
}

.med-left-col ul, .med-left-col ul a {
    color: #f27622;
}

.med-right-col ul, .med-right-col ul a {
    color: #027e89;
}

.medication-img-content {
    -webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.75);
    border-radius: 6%;
    overflow: hidden;
}

.medication-img-header {
    background: #027e89;
    padding-top: 10px;
    padding-bottom: 8px;
}

.medication-img-header h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 5px;
}

.medication-img-header h3, .medication-img-header small {
    color: #fff;
}

.medication-img {
    padding: 10px 0;
    background: #fff;
}

.medication-bottom-img {
    text-align: center;
    color: #027e89;
    font-size: 13px;
    position: relative;
    margin-top: 20px;
}

.medication-bottom-img:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #027e89;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.diag-results-content a {
    color: #027e89;
    text-decoration: none;
}
.diag-results-content a:hover {
    color: #f27622;
    text-decoration: none;
}