div.wpcf7 {
	margin: 0;
	padding: 0;
}

.text-muted {text-align: center!important;}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.center             { text-align: center; }
.aligncenter        { margin: auto; text-align: center; margin-bottom: 22px; display: block !important;}
.alignleft          { float: left; margin: 0px 30px 22px 0px;  }
.alignright         { float: right; margin: 0px 0px 22px 30px; }

.left               { float:left;  }
.right              { float:right; }

small               { font-size: 12px; line-height: 14px; }
strong              { font-weight: bold;}
b                   { font-weight: bold; }

.normal             { font-weight: normal; }
.hidden             { display: none; }
#widetextside{background:#f2f2f2;padding-bottom: 35px;}
	#widetextside .wideheading{
	color: #4cadc9;font-size: 30px;
	font-weight: 500;margin-top: 17px;margin-bottom: 10px !important;
	}
	#widetextside .widesub{font-size: 29px;
    line-height: 30px;
	}
	#widetextside .widehead{font-size:18px;}

.videoside{margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
    clear: both;
}
.videoside .fa
	{position: absolute;
    left: 37%;
    top: 35%;
    font-size: 39px;
    background: rgba(255,255,255, 0.3);
    border-radius: 100%;
    color: #fff;
    width: 70px;
    height: 70px;
    padding-top: 16px;z-index: 2;
	}
	

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}
.breadCrumb{color:#fff;float:right;margin-top:8px;}
.breadCrumb a{color: #fff; text-transform: capitalize;}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
.hs_footer_content .hs_heading{margin-top:30px;}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}



/******************** Footer start ***********************/
#hs_footer {
	width: 100%;
	float: left;
	color: #fff;
	background: #00c1cf;
	padding-bottom: 20px;/*margin-top: 50px;*/
}
#hs_footer .hs_footer_content .hs_footer_menu {
	width: 100%;
	float: left;
}
#hs_footer .hs_footer_content .hs_footer_menu ul {
	list-style: none;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	display:table;
}
#hs_footer .hs_footer_content .hs_footer_menu ul li {
	width: 16.66666666666667%;
    float: left;
}
#hs_footer .hs_footer_content .hs_footer_menu ul li a {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #036d75;
	color: inherit;
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.3);text-transform: capitalize;
}
#hs_footer .hs_footer_content .hs_footer_menu ul li:last-child a {
	box-shadow:none;
}
#hs_footer .hs_footer_content .hs_footer_menu ul li a:hover {
	background: rgba(0,0,0,0.25);
	color: #fff;
}
#hs_footer .hs_footer_content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left !important;
}
#hs_footer .hs_footer_content h4::before {
	border-color: #fff;
}
.hs_about_us img {
	margin-bottom: 20px;
}
.hs_footer_about_us {
	width: 100%;
	float: left;
	padding: 10px 0px;
	position: relative;
}
.hs_footer_about_us:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	margin-left: 15px;
	height: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.hs_about_us p {padding: 10px 20px;}
.hs_about_us p i {
	font-size: 22px;
	padding-right: 15px;
	float: left;
}
.hs_latest_post ul {
	list-style: none;
	padding-left: 0px;
}
.hs_latest_post ul li {
	width: 100%;
	float: left;
}
.hs_latest_post ul li img {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	margin-right: 15px;
	float: left;
}
.hs_latest_post ul li h4 {
	margin-bottom: 0px;
	margin: 0px auto;
	text-transform: uppercase;
}
.hs_latest_post ul li p {
	margin-bottom: 0px;
}
.hs_latest_post ul li p.post_date {
	font-weight: bold;
	font-size: 12px;
}
.hs_twitter_widget ul {
	list-style: none;
	padding-left: 0px;
}
.hs_twitter_widget ul li {
	width: 100%;
}
.hs_twitter_widget ul li i {
	font-size: 25px;
	float: left;
	width: 50px;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hs_twitter_widget ul li:hover i {
	padding-left: 13px;
	padding-top: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hs_twitter_widget ul li a {
	color: #fff;
	width: calc(100% - 50px);
	float: left;
}
.hs_twitter_widget ul li a p {
	background: rgba(0,0,0,0.2);
	padding: 20px 10px 20px 20px;
	position: relative;
}
.hs_twitter_widget ul li a p:after {
	border-right: 10px solid rgba(0,0,0,0.2);
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	top: 5px;
	left: -10px;
	content: '';
	position: absolute;
}
.hs_twitter_widget ul li a p:hover {
	background: rgba(0,0,0,.25);
}
.hs_twitter_widget ul li a p:hover:after {
	border-right: 10px solid rgba(0,0,0,.25);
}
.hs_copyright {
	background: #0099a5;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px;
	-webkit-box-shadow: 0 1px 10px rgba(0,1,1,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,1,1,.2);
	box-shadow: 0 1px 10px rgba(0,1,1,.2);
}
.hs_contact_detail p i {
	font-size: 16px;
    line-height: 20px;
    float: left;
    /*width: 20px;*/
    /*height: 45px;*/
    /*display: inline-block;*/float: left;
    margin-right: 0px;
}
.hs_contact_detail p span{/*float: left;*/display: block;margin-left: 25px;}
.hs_footer_link {
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
}
.hs_footer_link ul {
	list-style: none;
	padding-left: 0px;
}
.hs_footer_link ul li {
	margin-bottom: 5px;
}
.hs_footer_link ul li a {
	color: inherit;
}
.hs_footer_link ul li a:hover {
	text-decoration: underline;
}
.hs_twitter_widget{
	margin-top: 23px;
}
/******************** footer end ***********************/
.hs_social {
	float: left;
	width: 100%;
}
.hs_social ul {
	list-style: none;
	padding-left: 0px;
	margin: 27px auto;
}
.hs_social ul li {
	float:left;
	margin-right:10px;
}
.hs_social ul li:last-child{
	margin-right:0;
}

.hs_footer_link {
	margin-right: 29px;
}
.hs_footer_link:last-child{margin-right: 0;}

.hs_footer_content .hs_social {
	float: none;
}
.hs_social ul li a {
	width:30px;
	height:30px;
	line-height:28px;
	display:block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.hs_social ul li a:hover {
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.hs_social ul li a i {
	min-width: 14px;
	opacity: 0.7;
}
.hs_social ul li a:hover i {
	opacity: 1;
}
.hs_margin_30 {
	margin-bottom: 30px;
}
.hs_margin_40 {
	margin-bottom: 40px;
}
.hs_margin_60 {
	margin-bottom: 60px;
}
.hs_heading {
	/*color: #4cadc9;*/
	    color: #a0a0a0;
	margin: 0px auto;
	padding-bottom: 15px;
	position: relative;margin-bottom: 15px;/*text-transform: uppercase;*/
}

.hs_heading:before {
	content : "";
	position: absolute;
	left : 0;
	bottom : 0;
	height : 2px;
	width : 215px;
	/*border-bottom: 2px solid rgba(0,0,0,0.15);*/
	border-bottom: 5px solid #317039;
}
.hs_contact_heading {
	color: #00ac7a;
	margin: 30px auto;
	padding-bottom: 15px;
	display: inline-block;
	border-bottom-width: 50%;
	position: relative;
}
.hs_contact_heading:before {
	content : "";
	position: absolute;
	left : 50%;
	margin-left: -25%;
	bottom : 0;
	height : 2px;
	width : 65px;
	border-bottom: 2px solid #7f9aa0;
}
.hs_theme_color {
	color: #00ac7a;
}

/**/
.p0{padding: 0px !important;}
.appointment-btn{color: #37773d !important; background-color: #fff !important;}
.testimonials-panel{margin-top: 10px;}
.testimonials-panel-heading{font-weight: 600;color: #525252;}
.testimonials-panel-heading:before{content: "";position: absolute;width: 10%;height: 25px;border-bottom: 2px solid #a5a5a5;}
.testimonials{margin-top: 5px;}
.trust-panel-heading{line-height: 1.3;}
.trust-panel-doctor-name{font-size: 24px;font-weight:500;color: #444;}
.trust-panel-#4cadc9{color: #4cadc9;font-size: 30px;font-weight: 500;margin-bottom: 10px !important;}
.healthcare-icon,.oferig-icon {background-color: #4cadc9;padding: 10px !important;border-radius: 10px 10px 0px;}
.healthcare-years,.oferig-over{font-size: 18px;font-weight: 600; color: #474a49;}
.oferig-test{font-size: 17px;}
.healthcare-excellence{font-size: 17px;}
.quality-block{padding-top: 5px !important;}
.healthcare-heading,.oferig-heading{padding-bottom: 11px;padding-left: 25px !important;border-bottom: 1px solid #4cadc9;}
.trust-panel-txt{margin-top: 15px;padding: 0px !important;}.healthcare-panel-txt,.oferig-panel-txt{margin-top:45px;}
.about-us{padding-top: 40px;}
.wpb_wrapper .test-by{font-size: 38px !important;}
.pageheading{font-weight: 600;margin-bottom: 40px; text-transform: uppercase;margin-top:40px;}
.company-txt{font-family: lato;}

/**/
.testimonials-slider-wrapper h2 {
    display: inline-block;
    font-size: 20px;
}
.compact-buttons {
    display: inline-block;
    margin-left: 20px;
}
.compact-buttons .compact-prev {
    margin-right: 2px;
}.compact-buttons div {
    color: #999999;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}.tiny-border {
    clear: both;
    width: 40px;
    height: 2px;
    background: #999999;
    margin: 0px 0 20px 0;
}
.testi-boxes blockquote {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    border-left: none;
    padding: 0px;
    padding-left: 40px;
    position: relative;
    margin: 0px;
    border: none;
    margin-bottom: 20px;
}
blockquote {
    border-left-color: #25B9F9;
    background-color: transparent !important;
}
blockquote:after, blockquote:before {
    content: "";left: 5px !important;    top: 13px !important;    color: #1c853c !important;
}
.testi-boxes .testi-info {
    padding-left: 42px;
}.testi-boxes .testi-info img {
    float: left;
}img.wp-post-image {
    height: auto;
    max-width: 100%;
    width: auto !important;
}.testi-boxes .testi-info .testi-details {
    
    color: #555555;
    font-weight: normal;
}.testi-boxes .testi-info .testi-details span {
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.map-canvas {
    height: 400px;
    }
    .breadcrum{background-color: #00c1cf;padding: 20px;}
    .breadcrum-left{
      float: left;
      font-size: 24px;
      color: #fff;
    }
    .breadcrum-right{
      float: right;
      font-size: 16px;
      color: #fff;
    }
    .contact-info-txt{margin-top: 40px;}
    .contact-form{margin-top: 40px;}
    .contact-address-heading{font-size: 18px;color: #fff;}.contact-address-head{margin-top: 20px;}
    .contact-email-heading{/*font-size: 18px;color: #595f6f;*/}
    .contact-email-head{/*margin-top: 20px;*/}
    .contact-email-head a{/*color: #9E9E9E;text-decoration: none;*/}
    .contact-phone{/*margin-top: 15px;*/}
    .contact-phone-heading{/*font-size: 18px;color: #595f6f;*/}
    .contact-phone-head{/*margin-top: 15px;*/}
    .contact-address{margin-top: 25px;}
.contact-email{/*margin-top: 25px;*/}
    .sun-icon{font-size: 12px;margin-right: 10px;}
    .mb100{margin-bottom: 100px;}
    .mt15{margin-top: 15px;}


/*hover*/
.form-group .appointment-btn:hover {
    background-color: #01a3af !important;
    border-style: solid;
    border-bottom: 1px solid #fff !important;
    border-width: 1px;
    border-color: #ffffff;
    color: white !important;
}



/*=Slides
----------------------------------------------- */

.cslide-slides-master {
    overflow: hidden;
    margin-bottom:60px;
}
.cslide-slide{visibility: hidden;}
.cslide-slide.cslide-active{visibility: visible;}

.cslide-slides-master:last-child {
    margin-bottom:0;
}
.cslide-slides-container {
    visibility: hidden;
}
.cslide-slide {
    float:left;
}
.cslide-next.compact-next.cslide-disabled {
    color: #d2d2d2;
    border-color: #d6d6d6;
}
.cslide-prev.compact-prev.cslide-disabled {
    color: #d2d2d2;
    border-color: #d6d6d6;
}

/*about us*/
.about-us-we-take-care{font-size: 30px; line-height: 35px; text-transform: uppercase;color: #0e822b;}
.about-us-personal{color: #95a5a6;}
.about-right-approach{    
	margin-top: 100px;
    text-align: center;
    float: right;
}

.bottom-border{border-bottom: 2px solid #0d7724;padding-bottom: 40px;}
.about-us-mission{padding-top: 40px;}
.bold{font-weight: 600}

.contact{padding-top: 40px;}


/* Landscape phones and down */
@media only screen and (max-device-width: 480px) {
h1, .h1 {
    font-size: 23px !important;
	}
.trust-panel-img{text-align: center;}
.healthcare-panel-txt,.trust-panel-txt,.oferig-panel-txt{margin:10px 0 !important;}
.hs_social {position: relative;right: 0;}
.hs_social ul {margin: 0px 0 10px; }
.hs_sub_comment_div > .hs_sub_comment:before {height: 50%;}
.hs_comment .hs_comment_date ul li a {padding: 0px 5px;}
.hs_contact_detail p {width: 100%;margin-bottom: 20px;}
.breadcrum-left{margin-left: 15px;font-size: 18px;}
.breadcrum-right{margin-right: 15px;font-size: 14px;}
.about-right-approach {float: none;}
.healthcare-icon,.oferig-icon {padding: 10px 4px !important;}
	.packageblock .block-3 {
    height: 330px !important;
	}

    .packageblock,.loyaltyblock,.single_event{width: 100% !important;}
    .loyaltyblock p.caption{min-height: auto !important;}
    .questions {
    margin-top: 0px !important;
    float: left !important;
        clear: both;
    width: 100%;
	}
	.answers{clear: both;}
	.answers .full_width{width: 100%;margin-bottom: 15px;}
	#ad_search_btn{margin-left:15px;}



}

.sticky-header-active .menu-main {margin-top: 15px !important}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#hs_footer .hs_footer_content .hs_footer_menu ul li {border-bottom: 1px solid rgba(0,0,0,0.5);}
	.hs_footer_content .hs_social {float: none;}
	.about-right-approach {float: none;}
	.mobilemenu{ position: absolute; }
	.mob-apps{ margin: 0px}
}
@media (max-width: 1024px) {
.trust-panel-doctor-name,.trust-panel-#4cadc9{font-size: 20px;}
.healthcare-excellence, .oferig-test{font-size:16px;}
}

#radiologylist .radiologylist:last-child{margin-bottom: 0;}

#portfolio .portfolio-item {
  right: 0;
   }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      border-radius: 10px;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      transition: all ease .5s;
      opacity: 0;

      background: rgba(1, 163, 175, 0.6); }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 250px;
    margin: 5px auto 30px auto ;
    padding: 7px 5px;
    text-align: center;
    background-color: white;
    border-radius: 10px;

     }
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none;
      font-size: 14px !important;
      font-weight: bold;


       }
    #portfolio .portfolio-item .portfolio-caption p {
      font-size: 13px;
      margin: 0;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    } 
}

.portfolio-modal .modal-dialog {
  max-width: none;
  /*height: 100%;*/
  margin: 30px auto; }

.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 20px 0;
  text-align: center;
  border: none;
  border-radius: 15px;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-content h2 {
    font-size: 1.6em;
     }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px;
    text-align: center !important; }
  .portfolio-modal .modal-content p.item-intro {
    font-size: 18px;
    font-style: italic;
    margin: 10px 0 10px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 10px;
    max-height: 200px;
    border-radius: 10px;

     }


  .modal-dialog{ width: 70% !important }
  .portfolio-modal .modal-content button {
    cursor: pointer; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: .3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }



  .timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #f1f1f1; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:before, .timeline > li:after {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #f1f1f1;
      border-radius: 100%;
      background-color: #26b4d8; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > p,
  .timeline .timeline-body > ul {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }

.team-member {
  margin-bottom: 50px;
  text-align: center; }
 

 .team-member img {
 border: 5px solid white;
-webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.08);
box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.08);
height: 200px;

     }
  
  .team-member h4 {
    font-size: 15px !important;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: none;
    font-weight: bold !important; 

     }



  .team-member p {
    margin-top: 0; 
    font-size: 14px;
  }



#committee  { 
	text-align: center;
	padding: 75px 30px ;
 }

.container h2 { 	
	margin-bottom: 10px !important;
 }

h2{ 
	margin-top: 0px !important;
	margin-bottom: 35px !important;

 }
 .icons{ padding-top: 20px; font-size: 40px; color: #00c1cf }

 #committee h2 {
 	margin-bottom: 20px;
 }

 #committee h2 , h3 , h4  { 
	text-align: center !important;
 }

  #committee h3  { 
  	font-size: 19px !important;
  	font-weight: bold;
 }

   #committee h4  { 
  	font-size: 15px !important;
 }

 
.groups{ 
  margin:10px !important;; 
  padding:10px 20px !important;; 
  line-height: 60px !important;;
  font-weight: bold !important;; 
  font-size: 16px !important;;
}

.mar-top {
  padding: 75px;
  }