.strong{font-family:franklin-gothic-ext-comp-urw,sans-serif;text-transform:uppercase}.puffy{font-family:cooper-black-std,serif;color:#f30}.bullets{list-style:disc}.bullets li{margin-left:1.5em}.demo-box{border:1px solid #101010;position:relative;padding:1.5em 0}.demo{color:#f30;margin:0}code{display:block;background:#101010;color:#fff;font-family:"Andale Mono",AndaleMono,monospace;font-size:12px;padding:1em;margin:0 0 4em;white-space:pre}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



.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;
}


@media(min-width: 1200px) and (max-width: 1400px){
    #about-slider .hover{
        height: 100%;
        overflow: hidden;
    }
}

@media(min-width:1101px) and (max-width:1400px) {
    table.open td:first-child {
        text-align: left;
        padding: 10px
    }
    table.open td:last-child {
        text-align: right;
        padding: 10px
    }
}

@media (min-width:1000px) and (max-width:1300px) {
    .footer .social-icons a img {
        width: 30px
    }
}

@media(min-width:1065px) and (max-width:1300px) {
    .nav-tabs>li>a {
        font-size: 16px
    }
    .nav>li>a {
        padding: 10px;
    }
    .profile-tabs .nav-tabs {
        margin-top: -54px
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        font-size: 20px
    }
}

@media(min-width:993px) and (max-width:1200px) {
    .cond-articles .article,
    .cond-articles .col-xs-12.col-sm-6.col-md-4>div {
        min-height: 450px
    }
    .cond-overview .fixed p.fix {
        font-size: 90%;
    }
    .cond-overview .fixed2 p.fix{
        font-size: 90%;
    }
}

@media(min-width:993px) and (max-width:1100px) {
    table.open td:first-child {
        text-align: left;
        padding: 5px
    }
    table.open td:last-child {
        text-align: right;
        padding: 5px
    }
}

@media(min-width:993px) and (max-width:1065px) {
    .nav-tabs>li>a {
        font-size: 15px
    }
    .nav>li>a {
        padding: 10px 3px;
    }
    .profile-tabs .nav-tabs {
        margin-top: -53px;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        font-size: 18px
    }
}

@media(min-width: 768px) and (max-width: 1200px){
    #about-slider .hover{
        height: 100%;
        overflow: hidden;
    }
    .article-content img {
        width: 50%;
        height: auto;
    }
    .cond-overview img {
        width: 50%;
        height: auto;
    }
    .cond-overview.procedure img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .article-content img{
        width: 35%;
        height: auto;
    }
    .cond-overview img{
        /*width: 35%;*/
        /*height: auto;*/
    }
    .checkbox-navbar li {
        width: 49%;
    }
    .checkbox-navbar li:last-child {
        width: 49%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .cond-articles .article,
    .cond-articles .col-xs-12.col-sm-6.col-md-4>div {
        min-height: 400px
    }
    .cond-overview .fixed p.fix {
        font-size: 110%;
    }
    .cond-overview .fixed2 p.fix{
        font-size: 130%;
    }
    .container-profile2 {
        margin-top: 0;
    }
}

@media(min-width: 600px) and (max-width: 992px) {
    .radio-navbar li {
        width: 49%;
    }
    .checkbox-navbar li {
        width: 49%;
    }
    .checkbox-navbar li:last-child {
        width: 49%;
    }
}

@media(min-width: 768px) and (max-width: 850px){
    #about-slider .hover{
        height: 170%;
        overflow: hidden;
    }
}


/* min-width querryes */

@media(min-width: 600px) {
    .mt-desk {
        margin-top: 0!important;
    }
}

@media(min-width:768px) {
    .article-content img {
        width: 50%;
        height: auto
    }

    .profile-general .profile-right p.speciality a {
        position: relative;
        padding-left: 18px;
        font-size: 17px;
        line-height: 1.8;
    }
    .profile-general .profile-right p.speciality a::after {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        margin-top: 3px;
    }
}

@media(min-width: 1366px) {
    .profile-general .profile-right p.speciality a {
        white-space: nowrap;
    }
}

@media(min-width: 1400px){
    html {
        height: 100%;
    }
    body {
        padding-bottom: 185px;
        position: relative;
        margin: 0;
        min-height: 100%;
    }
    footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #map{
        display: block;
    }

    .graphics.fixed .left .cancer-larynx {
        top: 0%;
        left: 6%;
    }
    .graphics.fixed .left .pleural-meso {
        top: 16%;
        left: 6%;
    }
    .graphics.fixed .left .gall-cancer{
        left: 6%;
    }
    .graphics.fixed .left .bile-cancer{
        left: 6%;
    }
    .graphics.fixed .left .kidney-cancer {
        top: 60%;
        left: 5%;
    }
    .graphics.fixed .left .testicular-meso {
        top: 74%;
        left: 6%;
    }

    .graphics.fixed .left span.span1 {
        left: 28%;
    }
    .graphics.fixed .left span.span2 {
        left: 24%;
    }
    .graphics.fixed .left span.span3 {
        left: 24%;
    }
    .graphics.fixed .left span.span4 {
        left: 24%;
    }
    .graphics.fixed .left span.span5 {
        left: 24%;
    }
    .graphics.fixed .left span.span6 {
        left: 24%;
    }
    .graphics.fixed .left span.span7 {
        left: 25%;
    }
    .graphics.fixed .left span.span8 {
        left: 24%;
    }
    .graphics.fixed .left span.span9 {
        left: 22%;
    }

    .graphics.fixed .right .pericardial-meso{
        top: 6%;
        right: 7%;
    }
    .graphics.fixed .right .lung-cancer{
        top: 14%;
        right: 8%;
    }
    .graphics.fixed .right .asbestosis-cancer{
        top: 24%;
        right: 6%;
    }
    .graphics.fixed .right .esophagus-cancer{
        top: 34%;
        right: 6%;
    }
    .graphics.fixed .right .colorectal-cancer{
        top: 45%;
        right: 6%;
    }
    .graphics.fixed .right .peritoneal-meso{
        top: 54%;
        right: 5%;
    }
    .graphics.fixed .right .urinary-cancer{
        top: 67%;
        right: 6%;
    }
    .graphics.fixed .right .prostate-cancer{
        top: 78%;
        right: 6%;
    }
}

@media(min-width: 1600px){
    .cond-overview .fixed p.fix,
    .cond-overview .fixed2 p.fix{
        font-size: 18px;
    }
}

@media(min-width: 1800px){

    .graphics.fixed .left .cancer-larynx {
        top: 2%;
        left: 10%;
    }
    .graphics.fixed .left .pleural-meso {
        top: 18%;
        left: 8%;
    }
    .graphics.fixed .left .gall-cancer{
        left: 8%;
        top: 33%;
    }
    .graphics.fixed .left .bile-cancer{
        top: 48%;
        left: 8%;
    }
    .graphics.fixed .left .kidney-cancer {
        top: 61%;
        left: 8%;
    }
    .graphics.fixed .left .testicular-meso {
        top: 75%;
        left: 8%;
    }

    .graphics.fixed .right .pericardial-meso{
        top: 6%;
        right: 9%;
    }
    .graphics.fixed .right .lung-cancer{
        top: 14%;
        right: 10%;
    }
    .graphics.fixed .right .asbestosis-cancer{
        top: 24%;
        right: 9%;
    }
    .graphics.fixed .right .esophagus-cancer{
        top: 34%;
        right: 8%;
    }
    .graphics.fixed .right .colorectal-cancer{
        top: 45%;
        right: 8%;
    }
    .graphics.fixed .right .peritoneal-meso{
        top: 54%;
        right: 7%;
    }
    .graphics.fixed .right .urinary-cancer{
        top: 67%;
        right: 8%;
    }
    .graphics.fixed .right .prostate-cancer{
        top: 78%;
        right: 8%;
    }
}




/* max-width querryes */

@media(max-width: 1600px) {

    .occ-graphics.fixed span.span-big{
        font-size: 17px;
        color:#333;
        font-weight: bold;
    }
    .occ-graphics.fixed span.span-small{
        font-size: 12px;
        color:#333;
        font-weight: bold;
        line-height: 12px;
    }

    #about-slider .hover p {
    font-family: 'Oxygen-Regular',arial,sans-serif;
        font-size: 20px;
        color: #fff;
        line-height: 28px;
    }
}

@media(max-width: 1400px) {

    .occ-graphics.fixed span.span-big{
        font-size: 15px;
        color:#333;
        font-weight: bold;
    }
    .occ-graphics.fixed span.span-small{
        font-size: 12px;
        color:#333;
        font-weight: bold;
        line-height: 12px;
    }

    .graphics.fixed span.span-small {
        font-size: 12px;
        line-height: 15px;
        color:#333;
        font-weight: bold;
    }
    .graphics.fixed span.span-big {
        font-size: 16px;
        color:#333;
        font-weight: bold;
    }
    .graphics.fixed span.span-orange {
        color: #f27622;
        font-size: 10px;
        font-weight: bold;
    }

    .graphics.fixed .right .perit-mlsd{
        right: 2%;
    }
    .graphics.fixed .right .perit-symp{
        right: 6%;
    }
    .graphics.fixed .left .ple-symp{
        left: 4%;
    }
    .graphics.fixed .left .ple-mlsd{
        left: 4%;
    }
  
    .sitemap-content a {
        font-size: 16px;
    }
    h2.panel-title h2 {
        font-size: 20px;
    }
}


@media(max-width: 1320px){

    .graphics.fixed .left .cancer-larynx {
        left: 3%;
    }
    .graphics.fixed .left .pleural-meso {
        left: 0%;
    }
    .graphics.fixed .left .gall-cancer{
        left: 0%;
    }
    .graphics.fixed .left .bile-cancer{
        left: 0%;
    }
    .graphics.fixed .left .kidney-cancer {
        left: 0%;
    }
    .graphics.fixed .left .testicular-meso {
        left: 0%;
    }

    .graphics.fixed .right .pericardial-meso{
        right: 1%;
    }
    .graphics.fixed .right .lung-cancer{
        right: 2%;
    }
    .graphics.fixed .right .asbestosis-cancer{
        right: 1%;
    }
    .graphics.fixed .right .esophagus-cancer{
        right: 0%;
    }
    .graphics.fixed .right .colorectal-cancer{
        right: 0%;
    }
    .graphics.fixed .right .peritoneal-meso{
        right: -1%;
    }
    .graphics.fixed .right .urinary-cancer{
        right: 0%;
    }
    .graphics.fixed .right .prostate-cancer{
        right: 0%;
    }
    .graphics.fixed .right span.span1-1 {
        top: 16%;
        right: 32%;
    }
    .graphics.fixed .right span.span2 {
        top: 12.5%;
    }
    .graphics.fixed .right span.span4 {
        right: 22%;
        width: 20%;
    }
    .graphics.fixed .right span.span7 {
        right: 21%;
        width: 20%;
    }
    .graphics.fixed .right span.span9-2 {
        top: 46%;
        right: 26%;
    }
    .graphics.fixed .right span.span10-1 {
        top: 53%;
        right: 19%;
        width: 22%;
    }
    .graphics.fixed .right span.span10-2 {
        top: 56.5%;
        right: 26%;
    }
    .graphics.fixed .right span.span11-1 {
        top: 66%;
        right: 26%;
    }
    .graphics.fixed .right span.span11 {
        top: 59%;
        right: 23%;
    }
    .graphics.fixed .right span.span13-2 {
        top: 78%;
        right: 26%;
    }
    .graphics.fixed .right span.span14-1 {
        right: 22%;
        width: 18%;
    }
    .graphics.fixed .right span.span14-2 {
        top: 88%;
        right: 26%;
    }
    .article .short p.title{
        font-size: 18px;
    }
    .general-info h1 {
        font-size: 35px;
    }
}


@media(max-width:1300px) {
    .footer-menu a {
        font-size: 20px;
    }
    .footer .social-icons span {
        font-size: 20px;
    }
    .footer .social-icons a img {
        margin-top: 0;
        margin-bottom: 10px
    }
    .graphics.fixed .left .ple-symp{
        left: 3%;
    }
    .graphics.fixed .left .ple-mlsd{
        left: 3%;
    }
    .graphics.fixed span.span-big {
        font-size: 15px;
    }
    .article p.infos span {
        width: 100%;
        display: inline-block;
    }
    .staffs .overlay p{
        line-height: 20px;
    }
}

@media(max-width: 1200px){
    .article p.infos span {
        font-size: 14px;
    }
    .doctors {
        margin-top: 200px;
    }


    .occ-graphics.fixed span.span-big{
        font-size: 12px;
        color:#333;
        font-weight: bold;
    }
    .occ-graphics.fixed span.span-small{
        font-size: 10px;
        color:#333;
        font-weight: bold;
        line-height: 10px;
    }

    .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{
        display: none;
    }
    .occ-graphics.fixed{
        display: none;
    }
}

@media(max-width: 1100px){
    .profile-general .profile-right p.speciality a {
        width: 49%;
    }
    .review .fifth div span {
        font-size: 100%
    }
}

@media(max-width:1025px) {
    .contact-middle .contact-form {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .contact-middle .video-contact {
        width: 100%;
        float: none;
        margin: 20px auto
    }
    .contact-buttom {
        justify-content: space-around
    }
}

@media(max-width:1000px) {
    .form-apply .fourth,
    .form-apply .fourth.last {
        width: 48%;
        margin: 20px 1%
    }
}

@media(max-width:992px) {

    .article-content p, .about-content ul li {
        font-size: 18px;
        line-height: 1.6;
    }

	img.hidden-xs-s {
		width: 100%;
		max-width: 100%;
	}
    .orange-badge, .turq-badge {
      position: inherit;
      padding: 10px;
      margin-bottom: 7px;
    }
    span.med-badge {
      writing-mode: inherit;
      -webkit-writing-mode: inherit;
      -moz-writing-mode: inherit;
      -ms-writing-mode: inherit;
    }  
    .med-left-col ul {
        margin-right: 6px;
    }
    .med-right-col ul {
        margin-left: 6px;
    }
    .med-left-col {
        margin-top: 0;
        margin-bottom: 30px;
    }
	.container-fluid.profile-tabs {
		padding-top: 40px!important;
	}
    .profile.col-xs-12.col-sm-6.col-md-4 {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px
    }

    .hospital-tabs ul.nav.nav-pills.nav-stacked.tab-mobile {
        display: none;
        width: 100%;
        height: auto
    }
    .tab-mobile .nav>li>a {
    	padding: 12px;
    }
    .profile-tabs.hospital-tabs .nav-tabs {
        display: block
    }
    table.open {
        float: none;
        width: auto;
        margin: 30px auto
    }
    .footer .social-icons span {
        float: none
    }
    .footer-logo img {
        margin: 20px auto
    }

    .header-left a img{
        width: 100%;
        max-height: 400px;
    }
    .header-right p a{
        display: block;
    }
    .text-hero h3{
        font-size: 30px;
    }
    .text-hero div input{
        height: 40px;
        font-size: 16px;
    }
    .text-hero div button{
        font-size: 16px;
        height: 40px;
    }

    .contact-menu ul li {
        float: none;
        width: 100%;
        text-align: center;
    }
    .container-fluid.contact-menu {
        padding: 0!important;
    }
    .contact-menu ul li.active:after{
        right: 20px;
    }


    .text-hero h3 {
        font-size: 22px;
    }
    .contact-menu ul li a{
        padding: 0px 10px;
        width: 100%!important;
        display: block;
        font-size: 18px;
        line-height: 40px;
    }

    .about-content p {
        margin: 15px 0;
        text-align: left;
        line-height: 1.6;
    }
    .about-content h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .col-xs-12.text-hero.text-hero-about.container p{
        font-size: 18px;
    }
    .career-hero p {
        font-size: 16px;
        line-height: 25px;
    }
    .career-hero img.quote{
        width: 50px;
    }

    .menu-blog ul span{
        font-size: 16px;
        margin: 15px 20px 10px 0;
    }
    .menu-blog ul li a{
        font-size: 16px;
        padding: 0 20px;
        line-height: 30px;
    }
    .menu-blog form{
        padding: 0;
    }
    .menu-blog form input {
        margin-top: 0;
        height: 35px;
    }
    .menu-blog form button{
        top: 5px;
    }

    .col-xs-12.text-hero.text-hero-faq.container h4 {
        font-size: 22px;
        color: #fff;
        line-height: 30px;
    }
    .container-fluid.faq-content .row {
        margin-top: 0;
    }
    .container-fluid.faq-content .row p {
        padding-bottom: 0px;
        font-size: 16px;
        margin: 10px 0;
    }
    .container-fluid.faq-content {
        background: #e1e1e1;
        color: #01626b;
        padding-bottom: 30px;
    }
    h2.panel-title h2 {
        font-size: 18px;
    }
    .panel-heading {
        padding: 0px 0px;
    }
    .panel-faq h3.panel-title h3 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
    }
    .panel-faq h3.panel-title h3 span{
        font-size: 16px;
        display: none;
    }
    .panel-faq .panel-body {
        font-family: Oxygen-Light, arial, sans-serif;
        font-size: 16px;
        color: #f27622;
        line-height: 25px;
    }
    .panel-faq .panel-group {
        margin-bottom: 0px;
    }



    h2.panel-title h2 {
        position: relative;
        font-size: 18px;
        padding: 10px;
        margin: 0;
    }
    .panel-faq h2.panel-title, .panel-faq h3.panel-title, .panel-faq h4.panel-title {
        padding: 0;
        margin: 0;
    }
    .panel-faq .panel-default>.panel-heading {
        margin: 0;
        padding: 0;
    }
    .panel-faq .panel.panel-default {
        margin: 0;
        border: 0;
        outline: 0;
    }
    .panel-faq span.glyphicon.glyphicon-menu-down, .panel-faq span.glyphicon.glyphicon-menu-up{
        border: 2px solid;
        padding: 2px;
        font-size: 12px;
        margin-left: 20px;
        right: 0;
        left: auto;
        top: 8px;
    }

    .container-fluid.faq-content .inner-faq, .container-fluid.faq-content .inner-faq p {
        font-size: 16px;
        font-family: Oxygen-Regular,arial,sans-serif;
        color: #027e89;
        padding: 10px 0;
        line-height: 25px;
        margin-bottom: 0;
    }
    .container-fluid.faq-content .row p.quote{
        font-size: 18px;
        text-align: center;
    }
    .container-fluid.faq-content .row img.quote{
        width: 50px;
    }

    .menu-profile p{
        min-height: 50px;
        padding: 0;
    }
    .menu-profile p span{
        font-size: 14px;
    }
    .menu-profile p a {
        font-size: 14px;
        line-height: 35px;
    }
    .menu-profile form {
        margin: 0;
    }
    .menu-profile form select{
        max-width: 100%;
    }
    .menu-profile form select, .menu-profile form select option, .menu-profile p a{
        font-size: 14px;
    }

    .profile.col-xs-12.col-sm-6.col-md-4{
        padding: 5px;
    }
    .profile-left{
        padding-right: 5px;
    }
    .profile-left a.view {
        border: 1px solid #e87722;
        font-size: 15px;
        padding: 3px 0;
    }
    .profile-left a.request{
        font-size: 13px;
        padding: 5px 0;
    }
    .profile-right p.name{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .profile-right p.job{
        font-size: 16px;
    }
    .profile-right p.location a.get-dir,
    .profile-right p.location{
        font-size: 12px;
    }
    .profile-right p.speciality {
        font-size: 14px;
    }
    .profile-right p.speciality img {
        width: 20px;
    }
    .profile-right p.description {
        font-size: 13px;
    }
    .profile-right p.hospital{
        font-size: 14px;
    }
    .profile-right p.description a{
        font-size: 12px;
    }

    .profile-general .profile-right p.name{
        font-size: 20px;
        width: 100%;
        margin-bottom: 0;
    }
    .profile-general .profile-right div.stars{
        margin: 0;
    }
    .profile-general .profile-right div.stars span{
        font-size: 16px;
    }
    .profile-general .profile-right a.get-dir{
        font-size: 14px;
    }
    .profile-general .profile-right p.job{
        font-size: 16px;
    }
    .profile-general .profile-right p.speciality{
        font-size: 14px;
    }
    .profile-general .profile-right p.hospital{
        font-size: 14px;
    }
    .profile-general .profile-right p.hospital img{
        width: 20px;
    }

    form.call-back h4{
        font-size: 15px;
    }
    form.call-back .form-body{
        padding: 5px;
    }
    #call-back input {
        font-size: 14px;
        line-height: 35px;
        min-height: 35px;
    }

    .profile-general .profile-right p.name {
        font-size: 20px;
        margin: 0;
        width: 100%;
    }
    .profile-right span.doc{
        font-size: 16px;
        margin: 0;
        line-height: 30px;
    }
    .profile-general .profile-right p.job{
        font-size: 16px;
        overflow: hidden;
    }
    .profile-general .profile-right p.job a.get-dir{
        font-size: 14px;
        text-transform: lowercase;
    }
    .profile-right p.address, .profile-right p.tel {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .profile-right span.overall{
        font-size: 15px;
    }

    .press>a, .sitemap-content a{
        font-size: 16px;
        line-height: 35px;
        width: 100%;
    }
    .sitemap-content h2 {
        font-size: 28px;
        color: #15555d;
    }


    .text-hero-insurance select{
        height: 40px;
        margin: 0 10px 20px;
    }
    .text-hero-insurance select, .text-hero-insurance select option{
        font-size: 16px;
    }
    .insurance-content>div>p {
        font-size: 16px;
        margin: 15px 0; 
    }
    .list .panel-default>.panel-heading h4 a{
        font-size: 16px;
    }
    .list .panel-group .panel+.panel {
        margin-top: 0;
    }
    .insurance-content .interior{
        padding: 5px;
    }
    .insurance-content .interior p{
        font-size: 16px;
        line-height: 25px;
    }
    .insurance-content .interior li{
        font-family: Oxygen-Light, arial, sans-serif;
        color: #027e89;
        font-size: 16px;
    }

    .insurance-content>div>div.col-xs-12 p {
        font-size: 16px;
    }
    .insurance-content .profile-right p {
        text-align: left;
    }
    .insurance-content .interior .profile-right p{
        font-size: 14px;
    }

    .list p{
        font-size: 16px;
        line-height: 25px;
    }
    .container-profile .row.druham p.name {
        text-align: center;
        float: none;
        color: #fff;
        margin: 0;
        width: 100%;
        padding: 0;
        vertical-align: baseline;
        position: relative;
        bottom: auto;
        right: auto;
        margin-bottom: 20px;
    }
    .container-profile .row.druham img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .container-profile .row.druham .col-xs-12.col-sm-12.col-md-6{
        padding: 10px;
        text-align: center;
    }

    .container-profile2 .col-xs-12.col-sm-9.col-md-9 {
        padding-left: 20px;
    }

    .diagnosis-content .row .left .day,
    .diagnosis-content .row .left .day-text {
        float: none;
        width: 100%
    }
    .diagnosis-content .row .left .day p {
        text-align: center
    }
    .diagnosis-content .row .right img {
        margin: 10px auto
    }
    .diagnosis-content .row {
        margin: 50px 0
    }

    .profile-tabs .nav-tabs {
        display: none
    }
    ul.nav.nav-pills.nav-stacked.tab-mobile {
        display: block;
        width: 100%;
        height: auto;
        background: #027e89;
    }
    ul.nav.nav-pills.nav-stacked.tab-mobile li {
        float: none;
        width: 100%;
        background: #8fbdc1;
        border-radius: 4px
    }
    ul.nav.nav-pills.nav-stacked.tab-mobile li a {
    	padding: 13px 15px!important;
    	font-size: 16px;
    }
    .nav-pills>li>a {
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        border: none;
        font-size: 20px;
        font-family: Oxygen-Bold, arial, sans-serif
    }
    .nav-pills>li.active>a,
    .nav-pills>li.active>a:focus,
    .nav-pills>li.active>a:hover {
        color: #fff;
        background-color: #eb7b00;
        border-radius: 4px
    }

    #biography hr {
        display: none;
    }

    .profile-tabs .tab-content {
        padding-bottom: 10px;
    }

    .content h3 {
        font-size: 26px;
        margin: 15px auto;
    }
    .content p {
        font-size: 16px;
        line-height: 25px;
        margin: 15px auto;
    }
    
    .dedicated p {
        font-size: 22px;
        margin: 10px 0;
    }
    .dedicated a.btn.small-btn{
        font-size: 20px;
    }
    .dedicated h3, .evaluation h3{
        font-size: 25px;
        margin: 20px 0;
    }
    .dedicated a{
        padding: 6px 20px;
        font-size: 18px;
    }
    .home-faqs .tab-content {
        padding-left: 0;
    }
    .home-faqs {
        padding-top: 0;
    }
    .home-faqs .tab-content li,
    .home-faqs .tab-content p {
        font-size: 18px;
    }
    .home-faqs .nav-tabs li{
        min-height: 60px;
    }
    .home-faqs .nav-tabs li.active a,
    .home-faqs .nav-tabs li a{
        font-size: 18px;
    }



    .footer-menu a{
        font-size: 18px;
        padding: 5px 10px;
    }
    .footer-logo img {
        margin: 10px auto;
    }
    .footer .social-icons {
        margin: 15px 0;
    }
    .footer .social-icons span {
        font-size: 18px;
    }
    .footer .social-icons a img{
        margin-bottom: 0;
    }
    .footer-copyright p{
        font-size: 12px;
        line-height: 20px;
    }

    .doctor.myTooltips p{
        font-size: 18px;
        line-height: 30px;
    }
    .about-video h3{
        font-size: 26px;
        margin-bottom: 25px;
    }

    .panel-careers .panel.panel-default {
        margin: 10px 0;
    }
    .panel-careers .panel-default>.panel-heading{
        min-height: 40px;
    }
    .panel-careers h4.panel-title{
        font-size: 18px;
    }
    .panel-careers span.glyphicon.glyphicon-menu-down, .panel-careers span.glyphicon.glyphicon-menu-right{
        border: 2px solid;
        border-radius: 50%;
        padding: 2px;
        float: right;
        color: #fff;
        font-size: 12px;
        margin-left: 20px;
    }
    .careers-content{
        padding-bottom: 30px;
    }

    .panel-careers .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 0px 2%;
    }

    .panel-careers .panel-body li, .panel-careers .panel-body p{
        font-size: 16px;
    }
    .panel-careers p.subtitle {
        color: #F27622;
        font-size: 18px;
        line-height: 25px;
        margin-top: 10px;
    }
    .panel-careers .panel-body h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .panel-careers .panel-body a{
            font-size: 16px;
        width: 200px;
        height: 40px;
        line-height: 40px;
    }

    .staff-big h4.name, .staff h4.name{
        font-size: 18px;
        line-height: 30px;
    }
    .staff-big p.position, .staff p.position{
        font-size: 16px;
        line-height: 25px;
    }
    .staff-big, .staff {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .staffs .overlay p {
        font-size: 16px;
    }

    .div-top h3 {
        font-size: 22px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .div-top>a{
        font-size: 16px;
    }
    .contact-middle .contact-form label {
        font-size: 16px;
        line-height: 30px;
        margin-left: 0px;
        margin-top: 0;
    }
    .contact-middle .contact-form input{
        height: 40px;
        font-size: 16px;
    }
    .contact-middle .contact-form textarea{
        height: 200px!important;
    }
    .contact-middle .contact-form input[type=submit]{
        font-size: 16px;
    }
    .contact-buttom .div-buttom h3{
        font-size: 22px;
    }
    .panel-support h4.panel-title{
        font-size: 16px;
    }
    .panel-support .panel.panel-default {
        margin: 15px 0;
    }
    .panel-support h4.panel-title a{
        padding: 5px 0 5px 50px;
    }
    .panel-support span.glyphicon.glyphicon-menu-down, .panel-support span.glyphicon.glyphicon-menu-right {
        border: 2px solid;
        padding: 3px;
        color: #fff;
        font-size: 12px;
        margin-left: 10px;
    }
    .contact-content .address h3 {
        font-size: 22px;
    }
    .contact-content .address p{
        font-size: 16px;
    }
    .contact-content .address a{
        font-size: 16px;
    }
    .contact-content .address iframe{
        height: 300px;
    }
    .contact-content .address{
        margin-bottom: 30px;
    }

    .panel-support .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 10px 2%;
    }
    form.form-support input {
        height: 40px;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 0 10px;
    }
    form.form-support textarea {
        margin-bottom: 10px;
        font-size: 16px;
        padding: 0px 10px;
        height: 150px;
        line-height: 25px;
    }
    form.form-support input[type=submit]{
        height: 35px;
    }
    form.form-support p{
        font-size: 16px;
    }

    .about-content ul{
        padding: 0;
    }

    .article .short p.last{
        font-size: 14px;
    }
    .article .short p>a.more{
        font-size: 14px;
    }
    .article p.infos span {
        font-size: 12px;
    }
    .article {
        margin: 15px 0;
    }

    .nav-pills>li>a{
        font-size: 16px;
        padding: 10px;
    }
    #biography p {
        line-height: 25px;
        font-size: 16px;
        margin: 20px 0;
    }
    #biography .insurance h4 {
        font-size: 22px;
    }

    #education-training p {
        font-size: 16px;
    }
    #education-training p span {
        font-size: 16px;
    }
    #board-certifications .board p{
        font-size: 15px;
    }
    #hospital-practice .hospital p:first-child {
        font-size: 16px;
    }
    .publications h3 {
        font-size: 18px;
    }
    .publication p.title {
        font-size: 16px;
    }
    .publication p {
        font-size: 14px;
        margin-left: 75px;
    }
    .publication a {
    	margin-left: 75px;
    	display: block;
        margin-top: 10px;
    }
    .publication img {
        float: left;
        margin-right: 10px;
        width: 40px;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        font-size:  18px;
    }
    .profile-tabs .nav-tabs {
        margin-top: -45px;
    }
    .nav>li>a{
        padding: 5px 15px;
    }
    .doctors-row {
        padding: 10px 0;
    }
    .doctors-row p {
        font-size: 16px;
    }
    .select-hospital select, .select-hospital select option{
        height: 35px;
        font-size: 15px;
    }
    .row.no-margin{
        margin: 0 -15px;
    }

    .terms {
        color: #027e89;
        font-size: 16px;
        line-height: 25px;
    }
    .terms h2 {
        font-size: 20px;
        padding-top: 15px;
    }

    section#profile-slider p{
        font-size: 18px;
        margin: 15px 0;
    }
    section#profile-slider form.find-condition input{
        height: 40px;
        padding: 5px;
        font-size: 16px;
    }
    section#profile-slider form.find-condition button{
        height: 40px;
        margin-top: -4px;
        font-size: 16px;
    }

    .col-xs-12.text-hero.text-hero-condition.container p{
        font-size: 24px;
    }
    .hero-condition .text-hero.text-hero-about a, 
    .hero-condition .text-hero.text-hero-condition a{
        font-size: 16px;
    }

    .cond-overview h5{
        font-size: 20px;
        margin: 0;
    }
    .related {
        padding: 0;
    }
    .related h5{
        font-size: 20px;
        margin: 15px 0;
    }
    .cat-faq .panel.panel-default {
        margin: 5px 0;
    }
    .cat-faq .panel-title>a {
        font-size: 16px;
        padding: 5px;
    }
    .cat-faq .panel-body p, .cat-faq .panel-body{
        font-size: 16px;
    }

    .cond-overview p, .cond-overview ul li{
        font-size: 16px;
    }
    .cond-faqs .panel-default .panel-heading h4{
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }
    .cond-faqs .panel-default .panel-heading h4, .cond-faqs .panel-default .panel-heading h4 a{
        font-size: 16px;
    }
    .cond-faqs .panel-default .panel-heading h4 a div.car span {
        margin: -7px;
        font-size: 16px;
    }

    .cond-overview h2{
        font-size: 22px;
    }
    .cond-faqs h4{
        font-size: 22px;
    }
    .cond-faqs h5{
        font-size: 20px;
        margin: 30px 0 10px;
    }

    .diagnosis-content .row .left .day p{
        font-size: 18px;
        line-height: 40px;
    }
    .diagnosis-content .row .left .day{
        height: 40px;
    }
    .diagnosis-content .row .left .day-text{
        padding-left: 0;
    }
    .diagnosis-content .row .left h5 {
        font-size: 18px;
    }
    .diagnosis-content .row .left ul li{
        font-size: 16px;
    }
    .diagnosis-content .row .left .day-text p, .diagnosis-content .row .left ul li{
        line-height: 30px;
    }
    .diagnosis-content .col-xs-12.col-sm-7.col-md-8.left{
        padding: 0;
    }
    .diagnosis-content .row img {
        margin: 10px auto;
    }

    .auth-content{
        padding: 0;
    }
    .auth-content .infos h3{
        font-size: 22px;
        margin-bottom: 0;
    }
    .auth-content .infos label{
        font-size: 16px;
        line-height: 35px;
    }
    .auth-content .infos div.col-sm-12.col-md-6 > div {
        margin-bottom: 10px;
    }
    .auth-content .infos .small .third input, 
    .auth-content .infos .small .third select,
    .auth-content .infos div > input {
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        border: 2px solid #dc7528;
        font-size: 14px;
    }
    .auth-content .infos .third input, 
    .auth-content .infos .third select{
        margin: 5px 0;
    }
    .auth-content .infos{
        margin-bottom: 0;
    }
    .auth-content .infos .checkbox label{
        line-height: 25px;
    }
    .auth-content .infos div p{
        font-size: 16px;
        margin-top: 10px;
    }
    .auth-content .infos input[type="submit"]{
        font-size: 20px;
        margin: 30px auto;
    }

    .auth-content .infos .hipaa p {
        font-size: 14px;
        margin: 5px 0;
        line-height: 20px;
    }
    .auth-content .infos .hipaa > b{
        font-size: 16px;
    }
    .auth-content .infos hr{
        margin:5px;
    }
    .auth-content .infos h3 {
        font-size: 18px;
        margin-bottom: 0;
        margin: 0;
    }
    .auth-content .infos .hipaa{
        padding: 5px;
    }
    .auth-content .infos .hipaa > b{
        font-size: 14px;
        line-height: 20px;
    }
    .auth-content .infos .hipaa h4{
        font-size: 18px;
        margin: 10px 0;
    }
    .auth-content .infos .hipaa  b{
        font-size: 14px;
    }
    .auth-content .infos .hipaa li {
        font-size: 14px;
    }

    .eval-content .col-md-12,
    .eval-content .col-xs-12{
        /*padding-right: 0;*/
        padding-left: 0;
    }
    .eval-content div p {
        font-size: 16px;
        padding-bottom: 10px;
    }
    form.evaluation h3{
        font-size: 22px;
    }
    form.evaluation label{
        font-size: 16px;
        margin-top: 10px;
    }
    form.evaluation input, form.evaluation select {
        min-height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 16px;
    }
    form.evaluation .checkbox label {
        font-size: 16px;
    }
    form.evaluation .checkbox {
        text-align: left;
        padding-left: 10px;
    }
    .evaluation label a {
        font-family: 'Oxygen-Regular', arial, sans-serif;
        font-size: 16px;
        background: transparent;
        font-weight: 700;
        color: #eb7f00;
        padding: 0;
        border-radius: 10px;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .myinput[type=checkbox]:after{
        top: -20px;
        width: 20px;
        height: 20px;
    }
    .myinput[type=checkbox]:before{
        width: 20px;
        height: 20px;
    }
    form.evaluation .checkbox label input{
        min-height: 20px;
        width: 25px;
        margin-left: -30px;
    }

    .search-page header.pagetitle h2{
        font-size: 22px;
    }
    .submenu-search.clearfix {
        font-size: 16px;
    }
    .search-page .result-search h3{
        font-size: 20px;
        margin-top: 0;
    }
    .search-page .result-search span.update-date{
        font-size: 14px;
    }
    .search-page .result-search p{
        font-size: 16px;
    }
    .search-page .navs a{
        font-size: 16px;
    }


    form.evaluation .infos .checkbox {
        padding-left: 10px;
    }

    .element h3 {
        font-size: 25px;
        line-height: 1.5;
    }
    .element p {
        font-size: 30px;
        line-height: 40px;
    }
    .element p a {
        font-size: 30px;
        line-height: 40px;
    }
    .element .img {
        float: left;
        text-align: center;
        width: 120px;
        max-height: 120px;
    }
    .element .img img {
        margin: 0 auto;
        width: auto;
        height: 100%;
        max-height: 120px;
        display: block;
    }

    .auth-content .infos .add label {
        width: 220px;
        padding-left: 0;
    }
    .auth-content .infos .add input {
        width: calc(100% - 220px);
    }
    .auth-content .infos label.single{
        padding-left: 0;
    }
    .auth-content .infos .small .third{
        width: 100%;
    }
    .auth-content .infos .small .third label{
        width: 220px;
        padding-left: 0;
        text-align: left;
    }
    .auth-content .infos .small .third input,
    .auth-content .infos .small .third select{
        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 div input.email {
        width: 100%;
    }
    .auth-content .infos div {
        padding: 0;
    }

    .hero.hero-condition {
        background: #027e89;
    }
    .faq-button a {
        font-size: 18px;
        width: 250px;
        color: #fff;
        padding: 10px 10px;
    }
    .container-profile2 .spec p.description a {
        width: 49%;
    }

    #education-training .educ-item {
        width: 48%;
    }
    .form-apply {
        min-height: auto;
    }
    .form-apply h2 {
        font-size: 22px;
        color: #fff;
        min-height: auto;
        padding: 10px;
    }
    .form-apply label {
        font-size: 18px;
        margin-left: 0;
    }
    .form-apply .fourth input {
        min-height: auto;
        font-size: 18px;
        padding: 10px;
    }
    .form-apply .fourth, .form-apply .fourth.last {
        margin: 10px 1%;
    }
    .form-apply form .image-upload label {
        min-height: auto;
        font-size: 18px;
        max-width: 300px;
        margin: 10px 0;
    }
    .form-apply form input[type=submit] {
        font-size: 20px;
    }

}

@media(max-width: 980px){
    ul.list-alfabetic{
        width:100%;
    }
    ul.list-alfabetic{
        width:100%;
    }

}

@media(max-width: 800px) {
    .profile-general .profile-right p.speciality a {
        min-width: auto;
    }
    .contact-buttom .div-buttom {
        width: 100%
    }
}

@media(max-width:767px) {

	img.hidden-xs-s-2 {
        display: block;
        max-width: 100%;
        float: none!important;
        text-align: center;
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 20px;
    }

    img.hidden-xs-s-3 {
        display: block;
        max-width: 100%;
        float: none!important;
        text-align: center;
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 20px;
    }

    img.hidden-xs-s-4 {
    	display: none;
    }

    .youtube-play-button .play-button {
        width: 60px;
        height: 40px;
    }

    ul.comments-list {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    ul.comments-list li {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .col-xs-12.text-hero.text-hero-faq.container h4 {
        font-size: 18px;
    }

	.cond-overview img.center {
		width: 100%;
	}
    .diagnosis-multiple-choice, .diagnosis-multiple-choice-2 {
        text-align: left;
        padding-bottom: 20px;
    }
    .diagnosis-multiple-choice .check, .diagnosis-multiple-choice-2 .check {
        right: auto;
    }
    .diagnosis-multiple-choice label, .diagnosis-multiple-choice-2 label {
        padding-right: 0;
        padding-left: 30px;
        margin-top: -2px;
    }
    .results-block-right span {
    	margin-left: 0;
    }
    .results-block-right .diag-results-content {
    	margin-left: 75px;
    }
    .diag-results-content img {
    	max-width: 100%;
    }
    .prognosis-img img {
    	margin-bottom: 40px;
    }
    .diagnosis-title {
        margin-bottom: 20px;
    }
    .container-fluid.profile-tabs {
        padding-top: 30px!important;
        padding-bottom: 30px;
    }

	.container-profile2  p.description a {
		font-size: 17px;
	}

	.footer-top {
		overflow: hidden;
        padding: 20px 0;
	}

	.footer-copyright {
		display: none!important;
	}
    .profile.col-xs-12.col-sm-6.col-md-4 {
        width: 100%;
        margin-bottom: 20px
    }
    .career-hero img {
        margin-left: 0
    }
    .sitemap-content a {
        width: 50%
    }

    
    .article-content p,.about-content ul li{
        font-size: 16px;
        line-height: 25px;
    }   
     .about-content ul {
        margin: 0;
        padding-left: 25px;
    }

    .general-info h1 {
        font-size: 25px;
    }
    .general-info h4{
        font-size: 28px;
    }
    .general-info p {
        font-size: 15px;
        text-align: center;
    }
    .general-info p.last span img {
        width: 15px;
    }
    .general-info p.last span {
        margin: 3px;
    }
    .about-content div>a.btn {
        padding: 10px;
        font-size: 18px;
    }
    .article-content img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    
    .about-content h2{
        font-size: 25px;
    }   
    .about-content ul li{
        width: 48%;
        float: none;
    }
    .about-content .menu-blog ul li {
        margin: 1%;
    }
    .menu-blog ul li a {
        display: block;
        padding: 3px 20px;
    }

    .profile.col-xs-12.col-sm-6.col-md-4{
        margin-right: 0;
    }
    #biography .insurance span, #biography p{
        white-space: normal;
    }

    .sitemap-content a {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
    }
    .sitemap-content h2 {
        font-size: 22px;
    }
    .sitemap-content hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .insurance-content  img.logo-big{
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

    .footer-copyright .col-xs-12.col-sm-3,
    .header-right,
    .header-right p {
        text-align: center
    }
    .header-left a img {
        max-width: 500px;
        float: none;
        text-align: center;
        margin: 0 auto 15px;
        display: block
    }
    .header-right p {
        float: none;
        color: #fff;
        font-size: 18px;
        font-family: Oxygen-Bold, arial, sans-serif;
        font-weight: 700
    }
    .header-right p a {
        font-size: 23px;
        color: #fff;
        text-decoration: underline;
        display: block
    }

    .container-profile2 {
        background: #D9E4E6;
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 0;
        margin-top: 0px;
    }
    .container-profile2 {
        background: #f0f0f0;
    }

    form.call-back {
        margin: 20px auto;
    }
    .review .fifth {
        min-width: 135px
    }

    .profile-general .profile-left, .profile-general .profile-right {
        float: none;
        width: 100%;
        display: block;
        max-width: 100%;
        padding-right: 10px;
    }

    .profile-general .profile-left img {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .c-mobile-pad {
        padding-left: 38px;
    }

    .profile-general .profile-right p.speciality a {
        background: #027e88;
        color: #fff;
        padding: 11px;
        margin-bottom: 5px;
        position: relative;
        font-size: 16px;
    }

    .profile-general .profile-right p.speciality a::after {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        position: absolute;
        top: 10px;
        right: 0;
        margin-right: 20px;
    }

    .c-speciality-title {
        display: block;
        margin-bottom: 25px;
        margin-top: 30px;
        text-align: center;
        color: #135b64;
        font-size: 22px;
        font-family: Oxygen-Regular, arial, sans-serif;
        font-weight: 700;
        text-transform: capitalize;
    }

    .tooltip.fade.top.in {
        width: 100%!important
    }
    .diagnosis-content .row .left,
    .diagnosis-content .row .right {
        padding: 0
    }
    .cond-articles .article,
    .cond-articles .col-xs-12.col-sm-6.col-md-4>div {
        min-height: 300px
    }
    .cond-faqs .panel-default {
        padding: 0
    }
    .row.row-space {
        margin: 0;
        margin-top: 30px;

    }
    form.evaluation h3 {
        margin-top: 30px
    }

    .video-about {
        width: 100%;
        max-width: 100%;
        min-width: auto
    }
    .error-blogs .col-xs-12.col-sm-6.col-md-3 {
        padding: 15px 5px;
    }
    .adv-content .row {
        margin: 20px 0px;
    }

    .col-xs-12.col-sm-6.col-md-4.staff-big{
        max-width: 500px;
        display: block;
        margin: 30px auto;
        float: none;
    }

    .staff-big, .staff{
        max-width: 500px;
    }
    .staffs .overlay p {
        font-size: 14px;
    }
    .panel-support .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 10px 2%;
    }
    form.form-support input {
        height: 35px;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 10px;
    }
    form.form-support textarea {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0px 10px;
        height: 100px;
        line-height: 20px;
    }
    form.form-support input[type=submit]{
        height: 35px;
    }
    form.form-support p{
        font-size: 14px;
    }

    #call-back h3{
        font-size: 18px;
    }
    #call-back label {
        font-size: 14px;
    }
    #call-back input {
        font-size: 14px;
        line-height: 30px;
        min-height: 30px;
    }
    #call-back form button{
        font-size: 16px;
    }
    .eval-content .col-md-12,
    .eval-content .col-xs-12{
        padding-right: 0;
        padding-left: 0;
    }

    .error-content .form p{
        font-size: 18px;
    }
    .error-content .form img {
        display: inline-block;
        float: left;
        margin-top: -60px;
        width: 60px;
    }
    .error-content .form form input{
        height: 40px;
        font-size: 16px;
    }
    .error-content .form form a{
        font-size: 18px;
        padding: 10px 20px;
        width: 220px;
    }

    .adv-content p.error{
        font-size: 14px;
    }

    div.graphics img{
        display: none;
    }
    div.occupational img{
        display: none;
    }

    .home-faqs .nav-tabs li.active span.triangle{
        display: none;
    }
    .home-faqs .col-xs-12.col-sm-5 {
        border-right: 0;
    }


    .home-faq-panel .panel-default{
        border: 0;
        box-shadow: none;
    }
    .home-faq-panel .panel-default .panel-heading{
        background: none;
        border: 0;
        margin: 0;
        padding: 5px;
    }
    .home-faq-panel .panel-title{
        position: relative;
    }

    .home-faq-panel .panel-title a{
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        position: relative;
        width: 100%;
        display: inline-block;
        position: relative;
        background: #027e89;
        padding: 10px;
        color: #fff;
        padding-right: 25px;
    }
    .home-faq-panel .panel-title a:active,
    .home-faq-panel .panel-title a.active,
    .home-faq-panel .panel-title a:focus,
    .home-faq-panel .panel-title a:hover{
        text-decoration: none;
    }


    .home-faq-panel .panel-title a.collapsed{
        /*font-weight: ht: normal;*/
        /*background: transparent;*/
        /*color: #656565;*/
    }
    .home-faq-panel .panel-title a:hover{
        font-weight: bold;
    }
    .home-faq-panel .panel-title a span.glyphicon{
        position: absolute;
        right: 10px;
        top: 15px;
        left: auto;
        float: right;
    }
    .home-faq-panel .panel-title a .glyphicon-chevron-up{
        display: block;
    }
    .home-faq-panel .panel-title a .glyphicon-chevron-down{
        display: none;
    }
    .home-faq-panel .panel-title a.collapsed .glyphicon-chevron-up{
        display: none;
    }
    .home-faq-panel .panel-title a.collapsed .glyphicon-chevron-down{
        display: block;
    }

    .home-faq-panel .panel-default>.panel-heading+.panel-collapse>.panel-body{
        border-top-color: transparent;
    }
    .home-faq-panel .panel-body p{
        font-size: 15px;
        line-height: 22px;
    }
    .home-faq-panel .panel-body ul{
        padding-left: 25px;
    }
    .home-faq-panel .panel-body li{
        font-size: 15px;
        line-height: 22px;
    }

    .durham-page .col-xs-12.col-sm-12.col-md-9{
        padding-right: auto;
    }
    .durham-page .col-xs-12.col-sm-12.col-md-9  .profile-left{
        width: 100%;
    }
    .durham-page .col-xs-12.col-sm-12.col-md-9 .profile-right{
        width: 100%;
    }
    .durham-page .profile-right .videos .small .half {
        width: 48%;
        float: left;
        margin: 10px 1%;
    }


    .cond-overview img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .container-profile2 .spec p.description a {
        width: 100%;
        margin-right: 0;
    }
    .profile-review .title p {
        display: block;
        font-size: 20px;
    }
    .clinic p.address, .clinic p.doctor, .clinic p.hospital {
        font-size: 18px;
        margin-left: 0;
    }
    .clinic p {
        margin: 0;
    }
    .clinic img {
        width: 30px;
        margin-right: 0;
        margin-top: 0;
        display: none;
    }
    ul.doctors-list {
        padding: 0;
        margin-top: 10px;
    }
    ul.doctors-list li a {
        font-size: 18px;
    }
    .clinic p.tel {
        font-size: 20px;
    }
    .clinic a {
        margin-left: 0;
    }
    .container-fluid.profile-tabs.hospital-tabs h2 {
        font-size: 25px;
        margin: 0;
        line-height: 1.3;
    }



}

@media(max-width:650px) {
    .contact-middle .contact-form .three {
        width: 100%;
        margin: 0
    }
    .results-btn {
        text-align: center;
    }
    .contact-top {
        justify-content: space-around
    }

    .radio-navbar li, .checkbox-navbar li, .checkbox-navbar li:last-child {
        width: 100%;
    }

    .medication-img {
        padding: 20px 0;
    }
}

@media(max-width:600px) {
	.prognosis-result-body .col-sm-4 .col-xs-6 {
		width: 100%;
	}
	span.result-side-icon {
		float: left;
		margin-right: 20px;
	}
	.results-block-left .diag-results-content {
		display: table-cell;
		margin-left: 20px;
        padding-left: 20px;
        border-right: none;
        border-left: 2px solid #027e89;
	}
	.mt-m {
		margin-top: 0!important;
	}
    .form-apply .fourth,
    .form-apply .fourth.last {
        width: 100%;
        margin-right: 0
    }

    .press img {
        float: none;
        width: 100%;
        margin: 0 0 20px
    }

    .text-hero div {
        text-align: left
    }
    .text-hero div input {
        width: calc(100% - 60px);
    }
    .text-hero div button {
        width: 60px;
    }

    .profile-general .profile-left {
        float: none;
        width: 100%;
        max-width: 100%
    }
    .profile-general .profile-left img {
        display: block;
        margin: 10px auto;
        /* max-width: 300px */
    }
    .profile-general .profile-right {
        width: 100%
    }
    .profile-general .profile-right p.job {
        margin-top: 10px
    }
    .profile-general .profile-right p.hospital img,
    .profile-general .profile-right p.speciality img {
        margin-right: 10px
    }

    .durham-page .info img {
    	width: 40px!important;
    	margin-right: 15px!important;
    }

    #rating .fifth {
        float: left;
        text-align: center;
        width: 50%;
        margin: 20px 0
    }
    .clinic iframe {
        margin-top: 30px
    }

    .element h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .element p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .element p a {
        font-size: 20px;
        line-height: 30px;
        display: block;
        max-width: 100%;
    }
    .element .img {
        float: none;
        text-align: center;
        width: 100%;
        max-height: 100px;
        margin: 0px auto 20px;
    }
    .element .img img {
        margin: 0 auto;
        width: auto;
        height: 100%;
        max-height: 120px;
        display: block;
    }
    .element h3.left {
        text-align: center;
    }
    .element p.left {
        text-align: center;
    }
    .element{
        margin: 10px 0;
    }
    .element a.button{
        max-width: 100%;
    }

    .auth-content{
        padding-top: 20px;
    }
    .auth-content .infos label{
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 30px;
    }
    .auth-content .infos div > input{
        width: 100%;
    }
    .auth-content .infos .small .third label{
        width: 100px;
    }
    .auth-content .infos .small .third input,
    .auth-content .infos .small .third select{
        width: 100%;
    }
    .auth-content .infos .add label {
        width: 100%;
        margin-top: 0;
    }
    .auth-content .infos .add input {
        width: 100%;
    }
    .auth-content .infos h3{
        font-size: 25px;
        line-height: 35px;
    }
    .auth-content .infos .checkbox label{
        font-size: 16px;
        line-height: 25px;
    }
    .auth-content .infos div p{
        font-size: 16px;
        line-height: 25px;
    }
    .auth-content .infos input[type="submit"]{
        margin: 30px auto;
        width: 100%;
    }
    form#formReviewDoc .fifth {
        width: 50%;
    }
    form#formReview2 .fifth {
        width: 50%;
    }

    #rating .fifth p {
        color: #027e89;
        font-size: 16px;
    }
    #rating .fifth div span {
        font-size: 16px;
    }

    .medications-page {
        padding: 60px 10px;
    }
}

@media(max-width:540px) {
    .profile-general .profile-right p.speciality a {
        min-width: 100%;
    }

    .cond-faqs .alert-section img {
    	float: none;
    	display: inline-block;
    	margin-bottom: 10px;
    }

    .cond-faqs .alert-section {
    	text-align: center;
    }

    .cond-faqs .alert-section p {
    	padding-left: 10px;
    }
}

@media(max-width: 535px){
    section#profile-slider form.find-condition button{
        display: inline-block;
        margin-top: 20px;
    }
    .col-xs-12.text-hero.text-hero-condition.container p{
        font-size: 30px;
    }
    section#profile-slider p{
        font-size: 20px;
    }
}

@media(max-width: 520px){
    .col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6{
        width: 100%;
    }
    .container-profile2 .half {
        width: 100%;
        float: none;
    }
}   

@media (max-width:500px) {
    .hospital-tabs ul.nav.nav-pills.nav-stacked.tab-mobile {
        display: block;
        width: 100%;
        height: auto
    }
    .profile-tabs.hospital-tabs .nav-tabs {
        display: none
    }
    table.open td:first-child {
        text-align: left;
        padding: 5px
    }
    table.open td:last-child {
        text-align: right;
        padding: 5px
    }
    table.open {
        margin: 30px 0;
        width: 100%
    }
    .profile-general {
        padding: 20px 0
    }

    .article {
        margin: 15px 0;
        padding: 0
    }
    .article .short {
        padding: 10px;
    }
    .article .short p.subtitle {
        font-size: 16px
    }
    .sitemap-content a {
        width: 100%
    }
    .profile-left,
    .profile-right {
        width: 100%!important
    }
    .insurance-content .interior {
        padding: 5px
    }
    #education-training .educ-item {
        width: 100%;
    }

    .page-navigation .center a,
    .page-navigation .center a.arrow-right,
    .page-navigation .center a.arrow-left {
        font-size: 15px;
    }


}

@media(max-width: 480px) {
	#biography .insurance span {
		display: block;
		text-align: left;
	}

	.menu-profile form select {
		width: 100%;
		margin-top: 12px;
	}

	.footer .social-icons span {
		display: none;
	}

    .publication {
        text-align: center;
    }

    .publication img {
        margin-bottom: 20px;
    }

    .publication p {
        margin-left: 0;
    }

    .mobile-acc-doctor ul.acc-mobile-items li .publication a {
        margin-left: 0;
        background: #e87722;
        color: #fff;
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        margin-top: 10px;
    }

    .publication img {
        float: none;
    }

    .publications h3 {
        font-size: 2px!important;
    }

    #education-training p, #education-training p span {
        display: block;
    }

    .signupbtn {
    	display: block;
        line-height: 1.4;
        font-size: 18px;
    }
}

@media(max-width: 450px){
    .header-left a img{
        width: 100%;
        margin: 0;
    }
    .header-right p a{
        font-size: 20px;
    }
    .header-right p{
        font-size: 16px;
        margin: 0;
        padding: 5px 00;
    }

    .container {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .text-hero h3 {
        font-size: 24px;
         margin: 10px 0 20px;
    }
    .col-xs-12.text-hero.text-hero-about.container h3 {
        margin: 10px 0 20px;
    }
    .text-hero p{
        font-size: 17px;
        margin: 20px auto;
    }
    .text-hero div input {
        height: 35px;
        font-size: 14px;
    }
    .text-hero div button {
        font-size: 15px;
        height: 35px;
    }
    
    .about-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .element h3 {
        font-size: 18px;
    }
    .col-xs-12.text-hero.text-hero-about.container p{
        font-size: 14px;
    }    

    .career-hero p {
        font-size: 14px;
        line-height: 20px;
    }

    .menu-blog ul span {
        font-size: 13px;
    }
    .menu-blog ul li a {
        font-size: 14px;
    }

    .general-info h4 {
        font-size: 20px;
    }

    .about-content h2 {
        font-size: 22px;
        margin: 20px 0;
    }

    h2.panel-title h2{
        font-size: 16px;
    }
    .panel-faq h3.panel-title h3{
        font-size: 16px;
    }

    .container-fluid.faq-content .row img.quote{
        width: 40px;
    }

    .menu-profile p a {
        font-size: 12px;
        line-height: 30px;
        padding: 3px;
        white-space: nowrap;
    }
    .menu-profile form select{
        height: 30px;
    }
    .profile-left {
        padding-right: 0;
    }

    .profile-general .profile-left{
        padding-right: 0;
    }
    .profile-general .profile-right p.speciality {
        font-size: 12px;
    }
    .profile-general .profile-right p.description{
        font-size: 12px;
    }
    .container-profile .col-xs-12{
        padding: 10px;
    }
    .profile-general .profile-left{
        max-width: 100%;
    }

    .sitemap-content a {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
    }
    .sitemap-content h2 {
        font-size: 20px;
    }


    .text-hero-insurance select{
        height: 35px;
        margin: 0 0px 10px;
    }
    .text-hero-insurance select, .text-hero-insurance select option{
        font-size: 14px;
        width: 90%;
    }
    .insurance-content>div>p {
        font-size: 14px;
        margin: 15px 0; 
    }
    .list .panel-default>.panel-heading h4 a{
        font-size: 14px;
    }
    .list .panel-group .panel+.panel {
        margin-top: 0;
    }
    .insurance-content .interior{
        padding: 5px;
    }
    .insurance-content .interior p{
        font-size: 14px;
        line-height: 25px;
    }
    .insurance-content .interior li{
        font-family: 'Oxygen-Light', arial, sans-serif;
        color: #027e89;
        font-size: 14px;
    }


    .insurance-content .interior img.first{
        float: none;
        display: block;
        margin: 0 auto;
        width: 40px;
    }
    .insurance-content .interior .profile-right p {
        font-size: 12px;
    }
    .insurance-content>div>div.col-xs-12 p,
    .insurance-content .interior>p.first {
        margin-left: 0;
        font-size: 14px;
        text-align: center;
        margin: 10px 0;
    }
    .list p {
        font-size: 14px;
    }

    .hero{
        background: #027e89;
    }
    .text-hero form {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }   
    .text-hero p.hide-mobile,
    .text-hero h3.hide-mobile{
        display: none;
    }
    .content h3 {
        font-size: 22px;
        margin: 15px auto
    }
    .content p {
        font-size: 14px;
    }
    .dedicated p{
        font-size: 18px;
    }
    .dedicated a.btn.small-btn {
        font-size: 16px;
        margin: 0 0 3px 5px;
    }
    .dedicated h3, .evaluation h3 {
        font-size: 20px;
    }
    .footer-menu a {
        font-size: 16px;
    }
    .footer .social-icons span {
        font-size: 16px;
    }
    .footer-copyright .col-xs-12,
    .footer .col-xs-12{
        padding-right: 0!important;
        padding-left: 0!important;
    }

    #about-slider .hover p{
        font-size: 12px;
        line-height: 20px;
    }
    #about-slider {
        margin: 0 20px;
    }
    #about-slider .flex-direction-nav .flex-next{
        right: -20px;
    }
    #about-slider .flex-direction-nav .flex-prev{
        left: -20px;
    }
    .about-video h3 {
        font-size: 20px;
        margin: 10px 0;
        line-height: 30px;
    }
    .panel-careers h4.panel-title{
        font-size: 16px;
    }
    .panel-careers span.glyphicon.glyphicon-menu-down, .panel-careers span.glyphicon.glyphicon-menu-right{
        border: 2px solid;
        border-radius: 50%;
        padding: 2px;
        float: right;
        color: #fff;
        font-size: 12px;
        margin-left: 20px;
    }
    .careers-content{
        padding-bottom: 30px;
    }
    .panel-careers .panel-default>.panel-heading {
        min-height: 35px;
    }
    .panel-careers h4.panel-title a span.glyphicon.glyphicon-menu-down,
    .panel-careers span.glyphicon.glyphicon-menu-down, .panel-careers span.glyphicon.glyphicon-menu-right{
        top: 7px;
    }
    .panel-careers .panel-default>.panel-heading{
        padding: 0 2%;
    }
    .panel-careers .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 0px 2%;
    }

    .panel-careers p.subtitle {
        color: #F27622;
        font-size: 18px;
        line-height: 25px;
        margin-top: 10px;
    }
    .panel-careers .panel-body h3{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .panel-careers .panel-body a{
            font-size: 16px;
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
    .staff-big, .staff {
        max-width: 100%;
        width: 90%;
        padding: 0;
    }

    .div-top h3 {
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .div-top>a{
        font-size: 14px;
        padding: 5px 15px;
    }
    .div-top.social div a img {
        width: 30px;
    }
    .contact-middle .contact-form label {
        font-size: 14px;
        line-height: 20px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .contact-middle .contact-form input{
        height: 30px;
        font-size: 12px;
    }
    .contact-middle .contact-form textarea {
        height: 120px!important;
    }
    .contact-middle .contact-form input[type=submit]{
        font-size: 14px;
    }
    .contact-buttom .div-buttom h3{
        font-size: 18px;
    }
    .panel-support h4.panel-title{
        font-size: 14px;
    }
    .panel-support .panel.panel-default {
        margin: 10px 0;
    }
    .panel-support h4.panel-title a{
       padding: 0px 0 0px 40px;
    }
    .panel-support span.glyphicon.glyphicon-menu-down, 
    .panel-support span.glyphicon.glyphicon-menu-right {
        border: 2px solid;
        padding: 3px;
        color: #fff;
        font-size: 8px;
        top: 6px;
        margin-left: 10px;
    }
    .panel-support h4.panel-title a span.glyphicon.glyphicon-menu-down{
        top: 6px;
    }
    .contact-content .address h3 {
        font-size: 18px;
    }
    .contact-content .address p{
        font-size: 14px;
    }
    .contact-content .address a{
        font-size: 14px;
    }
    .contact-content .address iframe{
        height: 300px;
    }
    .contact-content .address{
        margin-bottom: 30px;
    }

    .panel-support .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 10px 2%;
    }
    form.form-support input {
        height: 35px;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 10px;
    }
    form.form-support textarea {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0px 10px;
        height: 100px;
        line-height: 20px;
    }
    form.form-support input[type=submit]{
        height: 35px;
    }
    form.form-support p{
        font-size: 14px;
    }

    .article p.infos span {
        font-size: 10px;
    }
    .article .short p.last {
        font-size: 12px;
    }
    .article .short p>a.more {
        font-size: 12px;
    }

    .two-2 li {
    	float: none!important;
    	width: 100%!important;
    	text-align: left!important;
    }

    .nav-pills>li>a {
        font-size: 14px;
    }
    #biography p{
        font-size: 14px;
    }
    #education-training p,
    #education-training p span{
        font-size: 14px;
    }
    #board-certifications .board img{
        margin: 0;
    }
    #hospital-practice .hospital a, 
    #hospital-practice .hospital p.bold,
    #hospital-practice .hospital p {
        font-size: 14px;
    }
    .publications h3 {
        font-size: 16px;
    }
    .publication p.title {
        font-size: 14px;
    }
    .publication a {
        font-size: 14px;
    }
    #biography .insurance h4 {
        font-size: 18px;
    }
    #biography .insurance span img {
        margin-right: 5px;
        width: 20px;
    }
    #biography .insurance span, #biography p {
        margin: 5px;
    }

    .doctors-row{
        margin: 0;
    }
    .profile-general .profile-right p.name{
        font-size: 17px;
    }
    .profile-right span.doc {
        font-size: 14px;
    }
    .profile-general .profile-right p.job {
        font-size: 14px;
    }
    .profile-general .profile-right p.job a.get-dir {
        font-size: 12px;
    }
    .profile-general .profile-right p.job a.get-dir {
        font-size: 12px;
    }
    .profile-right p.address, .profile-right p.tel {
        font-size: 13px;
    }
    .profile-right p.address img, 
    .profile-right p.tel img{
        width: 18px;
    }
    .profile-general .profile-right a.get-dir {
        font-size: 12px;
    }
    .profile-right span.overall {
        font-size: 13px;
        margin: 0;
    }
    .doctors-row p {
        font-size: 14px;
    }
    .select-hospital select, .select-hospital select option {
        font-size: 13px;
    }
    .row.no-margin {
        margin: 0;
    }
    .profile-right p.name {
        font-size: 16px;
        padding-bottom: 0;
    }
    .profile-right p.job {
        font-size: 14px;
    }

    .terms {
        color: #027e89;
        font-size: 12px;
        line-height: 20px;
    }
    .terms h2 {
        font-size: 16px;
        padding-top: 15px;
    }

    section#profile-slider p{
        font-size: 14px;
        margin: 15px 0;
    }
    section#profile-slider form.find-condition input{
        height: 35px;
        padding: 5px;
        font-size: 14px;
    }
    section#profile-slider form.find-condition button{
        height: 35px;
        margin-top: 10px;
        font-size: 14px;
    }

    .col-xs-12.text-hero.text-hero-condition.container p{
        font-size: 20px;
    }
    .hero-condition .text-hero.text-hero-about a, 
    .hero-condition .text-hero.text-hero-condition a{
        font-size: 15px;
    }

    .cond-overview h5{
        font-size: 18px;
        margin: 0;
    }
    .related {
        padding: 0;
    }
    .related h5{
        font-size: 18px;
        margin: 10px 0;
    }
    .cat-faq .panel.panel-default {
        margin: 5px 0;
    }
    .cat-faq .panel-title>a {
        font-size: 14px;
        padding: 5px;
    }
    .cat-faq .panel-body p, .cat-faq .panel-body{
        font-size: 14px;
    }

    .cond-overview p, .cond-overview ul li{
        font-size: 14px;
    }
    .cond-faqs .panel-default .panel-heading h4{
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }
    .cond-faqs .panel-default .panel-heading h4, .cond-faqs .panel-default .panel-heading h4 a{
        font-size: 14px;
    }
    .cond-faqs .panel-default .panel-heading h4 a div.car span {
        margin: -6px;
        font-size: 14px;
    }
    .cond-faqs .panel-default .panel-heading{
        padding:5px;
    }

    .cond-overview h2{
        font-size: 18px;
    }
    .cond-faqs h4{
        font-size: 18px;
    }
    .cond-faqs h5{
        font-size: 16px;
        margin: 20px 0 10px;
    }
    .cond-overview strong{
        font-size: 16px;
    }

    .diagnosis-content .row .left .day p{
        font-size: 16px;
        line-height: 35px;
    }
    .diagnosis-content .row .left .day{
        height: 35px;
    }
    .diagnosis-content .row .left .day-text{
        padding-left: 0;
    }
    .diagnosis-content .row .left h5 {
        font-size: 16px;
    }
    .diagnosis-content .row .left ul li{
        font-size: 14px;
    }
    .diagnosis-content .row .left .day-text p, .diagnosis-content .row .left ul li{
        line-height: 25px;
    }
    .diagnosis-content .col-xs-12.col-sm-7.col-md-8.left{
        padding: 0;
    }
    .diagnosis-content .row img {
        margin: 0px auto;
    }

    .auth-content{
        padding: 0;
    }
    .auth-content .infos h3{
        font-size: 22px;
        margin-bottom: 0;
    }
    .auth-content .infos label{
        font-size: 14px;
        line-height: 30px;
    }
    .auth-content .infos div.col-sm-12.col-md-6 > div {
        margin-bottom: 10px;
    }
    .auth-content .infos .small .third input, 
    .auth-content .infos .small .third select,
    .auth-content .infos div > input {
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
        border: 1px solid #dc7528;
        font-size: 12px;
    }
    .auth-content .infos .third input, 
    .auth-content .infos .third select{
        margin: 5px 0;
    }
    .auth-content .infos{
        margin-bottom: 0;
    }
    .auth-content .infos .checkbox label{
        line-height: 20px;
        font-size: 14px;
    }
    .auth-content .infos div p{
        font-size: 14px;
        margin-top: 10px;
    }
    .auth-content .infos input[type="submit"]{
        font-size: 18px;
        margin: 30px auto;
    }

    .auth-content .infos .hipaa p {
        font-size: 12px;
        margin: 5px 0;
        line-height: 20px;
    }
    .auth-content .infos .hipaa > b{
        font-size: 14px;
    }
    .auth-content .infos hr{
        margin:5px;
    }
    .auth-content .infos h3 {
        font-size: 16px;
        margin-bottom: 0;
        margin: 0;
    }
    .auth-content .infos .hipaa{
        padding: 5px;
    }
    .auth-content .infos .hipaa > b{
        font-size: 12px;
        line-height: 20px;
    }
    .auth-content .infos .hipaa h4{
        font-size: 16px;
        margin: 10px 0;
    }
    .auth-content .infos .hipaa  b{
        font-size: 12px;
    }
    .auth-content .infos .hipaa li {
        font-size: 12px;
    }
    .auth-content .infos .hipaa ul {
        padding-left: 20px;
    }

    .eval-content .col-md-12,
    .eval-content .col-xs-12{
        /*padding-right: 0;*/
        padding-left: 0;
    }
    .eval-content div p {
        font-size: 16px;
        margin: 0;
        padding-bottom: 10px;
    }
    form.evaluation h3{
        font-size: 18px;
        margin-top: 0;
    }
    form.evaluation label{
        font-size: 14px;
        margin-top: 10px;
    }
    form.evaluation input, form.evaluation select {
        min-height: 30px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 14px;
    }
    form.evaluation input[type=submit] {
        font-family: Oxygen-Light, arial, sans-serif;
        font-size: 18px;
        background: #fa7f20;
        text-align: center;
        display: block;
        margin: 0px auto;
        margin-bottom: 20px;
        color: #fff;
        width: auto;
        max-width: 100%;
        white-space: normal;
        font-weight: bold;
        padding: 5px;
    }
    form.evaluation .checkbox label {
        font-size: 14px;
    }
    form.evaluation .checkbox {
        text-align: left;
        padding-left: 10px;
    }
    .evaluation label a {
        font-family: 'Oxygen-Regular', arial, sans-serif;
        font-size: 1px;
        background: transparent;
        font-weight: 700;
        color: #eb7f00;
        padding: 0;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .error-content .form p{
        font-size: 15px;
    }
    .error-content .form img {
        display: inline-block;
        float: left;
        margin-top: -20px;
        width: 40px;
    }
    .error-content .form form input{
        height: 35px;
        font-size: 14px;
    }
    .error-content .form form a{
        font-size: 16px;
        padding: 5px 10px;
        width: 220px;
    }
    .error-content .row{
        margin: 0;
    }
    .error-content .back a{
        font-size: 14px;
    }
    .error-content .back a span{
        font-size: 10px;
        margin-right: 5px;
    }


    .search-page header.pagetitle h2{
        font-size: 18px;
    }
    .submenu-search.clearfix {
        font-size: 14px;
        text-align: center;
    }
    .search-page .result-search h3{
        font-size: 18px;
        margin-top: 10px;
    }
    .search-page .result-search span.update-date{
        font-size: 12px;
    }
    .search-page .result-search p{
        font-size: 14px;
        overflow: hidden;
    }
    .search-page .navs a{
        font-size: 14px;
    }
    .search-page .result-search img{
        margin: 0 auto;
        display: block;
        float: none;
    }
    .search-page .result-search{
        text-align: center;
    }
    .search-page .result-search .search-item-thumb {
        display: none;
    }

    .durham-page .profile-right p{
        font-size: 14px;
    }
    .durham-page .profile-right p.description{
        font-size: 14px;
    }
    .durham-page .info .university p{
        font-size: 14px;
    }
    .durham-page .info .name p{
        font-size: 14px;
    }
    .durham-page .info .name h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .durham-page .info img{
        margin: 0;
        margin-right: 5px;
    }
    .durham-page .profile-right .videos {
        padding: 0;
    }

    .col-xs-12.col-sm-12.col-md-6.footer-menu {
        display: none;
    }   
    
    .footer .social-icons span {
        font-size: 16px;
        display: none;
    }
    .footer-copyright p a{
        display: block;
    }
    .footer-copyright p span.hide-mobile {
        display: none;
    }
    .footer-copyright {
        text-align: center;
    }

    .profile-general .profile-right{
        padding: 10px;
    }
    .container-profile2 .box .inner {
        padding: 10px;
    }
    .container-profile2 .box {
        min-height: initial;
        height: initial;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .profile-general .top p.name{
        font-size: 25px;
    }
    .footer-top {
        padding: 0;
    }
    .form-apply label {
        font-size: 16px;
    }

}

@media(max-width: 415px) {
    .profile-review .title p,
    .review .fifth.info,
    .review-right p {
        text-align: center
    }
    .review .fifth {
        width: 100%
    }
    .profile-review .title a {
        float: none;
        text-align: center;
        display: block
    }
    #biography .insurance span,
    #biography p {
        margin: 10px 0;
    }

    .about-content ul li {
    	width: 98%;
    }

    .container-profile  .row.druham a {
    	font-size: 21px;
    }

    .container-profile  .row.druham p.bold {
    	font-size: 21px;
    }

    .container-profile .row.druham img {
    	width: 100%;
    	max-width: 100%;
    	margin-bottom: 10px;
    }

    .hidden-xs-s, .hidden-xs-s-2 {
    	display: none!important;
    }

    .about-content .article-content ul.third li {
    	float: none;
    	width: 100%;
    	text-align: left;
    }

    .hospital-general .profile-right a.get-dir {
    	display: block;
    	margin-top: 5px;
    }
}

@media(max-width: 320px) {
    form#formReviewDoc .fifth .rating label {
        font-size: 16px;
        margin: 5px 0;
    }
    form#formReviewDoc .fifth img {
        height: 40px;
    }
    form#formReviewDoc .fifth .rating span {
        font-size: 16px;
    }

    .container-fluid.faq-content .inner-faq, .container-fluid.faq-content .inner-faq p {
    	padding: 5px;
    }
}

img {
	max-width: 100%;
}
















/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
