 
  /*---------------------------------------------------------------

    Project Name: Health - Medical Landing Pages
    File Name: style.css
    Author: alphawd
    Version: 1.0.0

  ------------------------------------------------------------------*/
  /*----------------------------------------------------------------

  // Table of contents //

    - BODY
    - TYPOGRAPHY
    - GENERAL
    - NAV
    - HOME
    - BOXES
    - ABOUT
    - COUNTER
    - DEPARTMENTS
    - DOCTORS
    - NEWS
    - APPOINTMENT
    - FOOTER
    - RESPONSIVE STYLES

  ------------------------------------------------------------------*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');

  body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1, h2, h3, h4, h5, h6 {
	color: #222;  
	margin: 0 0 15px;
  }

  h1 {
	font-size: 60px;
    font-weight: 800;	
	line-height: 70px;	
  }

  h2 {
    font-size: 40px;
    font-weight: 800;	
    line-height: 50px;
  }

  h3 {
    font-size: 33px;
    font-weight: 600;	
    line-height: 38px;	
  }
  
  h4 {
    font-size: 22px;
    font-weight: 700;	
    line-height: 32px;	
  }

  h5 {
    font-size: 18px;
    font-weight: 700;	
    line-height: 24px;		  
  }

  h6 {
    font-size: 12px;
    font-weight: 700;	
    line-height: 22px;		  
  }   

  p {
    color: #666;
    font-size: 14px;
	font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
  }
  
  img {
	max-width: 100%;
    height: auto;	
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  a, a:visited { color: #252525; text-decoration: none; outline: 0; transition: 0.5s; }
  a:hover, a:active, a:focus { color: #4fb5e6 !important; text-decoration: none; }


  section {
    padding: 90px 0;
  }  

  .section-title {
    margin-bottom: 50px;
  }
  
  .section-title h6 {
    color: #aaa;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
  }

  .section-title p {
	font-size: 16px;
	line-height: 24px;
	padding: 0 20%;
  }
  
  .no-pad {
    padding-left: 0;
    padding-right: 0;  
  }
  
  .text-left {
	text-align: left;  
  }
  
  .text-right {
	text-align: right;  
  }

  .text-center {
	text-align: center;  
  }  
  
  .left {
	float: left;  
  }
  
  .right {
	float: right;  
  }
  
  .center {
	margin-left: auto;
    margin-right: auto;	
  }
  
  .uppercase {
	text-transform: uppercase;  
  }
  
  .white {
	color: #fff;  	  
  }
  
  .bg-white {
    background-color: #fff;
  }

  .bg-light {
	background-color: #f8f8f8;
  }  
  
  .grey {
	color: #f3f3f3;   
  }
  
  .bg-grey {
	background-color: #f3f3f3;  
  }
  
  .colored {
	color: #4fb5e6;    	  
  }
  
  .bg-colored {
	background-color: #4fb5e6; 
  }  
  
  
  /*---------------------------------------
     BUTTONS              
  -----------------------------------------*/
  
  .btn {
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 38px;
  }

  .btn-colored {
    color:#fff !important;
    background-color:#4fb5e6 !important;
    border-color:#4fb5e6 !important;
  }
  
  .btn-colored.focus, .btn-colored:focus, .btn-colored:hover {
    color:#252525 !important;
    background-color:#fafafa !important;
    border-color:#f4f4f4 !important;
  }
  
  .btn-white {
    color: #4fb5e6;
    text-transform: uppercase;
    background-color: #fff;
    opacity: 1 !important;
  }

  .btn-white.focus, .btn-white:focus, .btn-white:hover  {
    color: #fff !important;
    background-color: transparent;	
    border: 2px solid #fff;	
  }  


  /*---------------------------------------
     FAKE LOADER              
  -----------------------------------------*/  

  .flbackdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99999;
  }

  
  /*---------------------------------------
     NAV              
  -----------------------------------------*/  

  .navbar-custom {
    background: transparent;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
  }
  
  .navbar-custom a:focus {
    outline: none;
  }
  
  .navbar-custom .navbar-brand {
    color: #fff;	
    font-weight: 800;
    text-transform: none;
  }
  
  .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand.active {
    color: #fff;
  }
  
  .navbar-custom .navbar-brand span {
    color: #4cb8df;
    margin-left: 2px;
  }

  .navbar-custom .navbar-nav.navbar-first {
    margin-left: 110px;
  }

  .navbar-custom .navbar-nav.navbar-first li a {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 8px 13px;
	margin: 8px 4px 8px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	background-color: transparent;	
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li:last-child a {
	margin: 8px 0;
  }  

  .navbar-custom .navbar-nav.navbar-first li a:hover {
    color: #fff !important;
    outline: none;	
	background-color: #4cb8df;
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li a:focus, .navbar-custom .navbar-nav.navbar-first li a:active {
    color: #fff !important;
	background-color: #4cb8df;
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li.active a {
    color: #fff !important;
	background-color: #4cb8df;
	border-radius: 30px;	
  }

  .navbar-custom .navbar-nav.navbar-first li.active a:hover, .navbar-custom .navbar-nav.navbar-first li.active a:focus, .navbar-custom .navbar-nav.navbar-first li.active a:active {
    color: #fff !important;
	background-color: #4cb8df;
	border-radius: 30px;	
  }

  .navbar-custom .navbar-nav.navbar-right {
    margin-right: 0;
  }  

  .navbar-custom .navbar-nav.navbar-right li a {
	color: #fff !important;  
	font-size: 18px;
    font-weight: 400;	
	width: 38px;
    height: 38px;
    line-height: 8px;
    border-radius: 50%;	
	text-align: center;
    padding-left: 0;
    padding-right: 0;
	margin: 6px 0 6px 3px;
    transition: all 0.4s ease-in-out;
  }
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-facebook:hover {
    background-color: #3b5998;
    color: #fff;
  }
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-twitter:hover {
    background-color: #00a9ed;
    color: #fff;
  }  
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-linkedin:hover {
    background-color: #006394;
    color: #fff;
  }

  .navbar-custom .navbar-nav.navbar-right li a.fa-behance:hover {
    background-color: #1969ff;
    color: #fff !important;
  }    

  .navbar-custom .navbar-toggle {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-color: transparent;
  }
  
  .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background-color: transparent;
    color: #fff;
  }
  
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 25px 0;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      transition: padding 0.3s;
    }
  
    .navbar-custom .navbar-brand {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
  
    .navbar-custom.affix {
      background: #2C3E50;	  
      padding: 10px 0;
    }
  } 


  /*---------------------------------------
     HOME              
  -----------------------------------------*/

  .hero {
    background-image: url(../images/hero.png);
    background-repeat: no-repeat;	
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
	height: 580px;
    position: relative;
  }
  
  .hero:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;	 	
    background-color: rgba(0,0,0,0.3);
  }  

  .caption {    
    max-width: 600px;
    padding: 40px 0 0;
  }
  
  .border {
	width: 50px;
    height: 2px;
    background-color: #4cb8df;
    margin-bottom: 25px;	
  }  

  .caption p {
	font-size: 18px;
	line-height: 28px;
	padding-right: 40%;
	margin-bottom: 28px;	
  }
  
  .caption .btn {
    padding: 11px 40px;	  
  }
  
  
  /*---------------------------------------
     BOXES              
  -----------------------------------------*/

  #boxes {
    padding: 0 0 100px;
	margin-top: -60px;
  }
  
  .box {
	position: relative;	  
    padding: 67px 30px 35px;
	min-height: 300px;	
  }
  
  .box h4 {
	margin: 0;
  }

  .box h6 {
	letter-spacing: 1px;	  
  }  

  .first.box {
	border-radius: 3px 0 0 3px;
  }
  
  .first.box h4 {
    color: #30609e;
	margin: 0;
  }
  
  .first.box h6 {
	font-weight: 600;
  }

  .phone {
    display: block;	  
    margin-bottom: 3px;    	  
  }

  .phone img {
    float: left;
	margin-right: 12px;
  }

  .phone span {
    color: #30609e;	  
    font-size: 24px;
	line-height: 34px;
  }

  .first.box p {
    color: #4cb8df;	  
    font-size: 10px;
	font-weight: 600;	
	line-height: 10px;
	letter-spacing: 1px;
	padding-left: 14px;
	margin: 0 0 22px;
  }   

  .second.box:before {
	position: absolute;
	content: "";
    left: 0; right: 0;
    top: 0; bottom: 0;	  	
    background-color: rgba(79,181,230,0.30);
    transition: 0.3s;	  
  }
  
   .second.box {
    background-image: url(../images/doctor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -35px center;	
  } 
  
  .second.box h4, .second.box h6 {
	position: relative;  
	margin: 0;
  }
  
  .second.box h4 {
	padding-top: 130px;	  
  }    
  
  .second.box h6 {
    font-weight: 600;
  }  

  .third.box {
    background-color: #30609e;	  
  }
  
  .third.box ul {
	font-size: 0;	  
    list-style: none;
	padding: 0;
	margin: 0 0 8px;
  }
  
  .third.box ul li {
	font-size: 12px;
    font-weight: 600;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #5d7eab;
  }
  
  .third.box ul li:last-child {
	border-bottom: 1px solid transparent;
  }  

  .third.box ul li span {
    display: inline-block;	  
    width: 50%;
  }
  
  .third.box ul li .day {
    float: none;
  }  

  .third.box ul li .time {
    text-align: right;
  }    

  .fourth.box {
    background-color: #4fb5e6;
	border-radius:0 3px 3px 0;	
  }
  
  .fourth.box h6 {
    color: #b7dcef;
  }

  .fourth.box ul {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
    list-style: none;
	padding: 0;
	margin: 0;	  
  }
  
  .fourth.box ul li {
    color: #fff; 	  
    line-height: 18px;
	margin: 0 0 10px;
  }

  .fourth.box ul li.mail a {
    font-size: 11px;
  }    
  
  .fourth.box ul li a {
    color: #fff; 	  
  }  

  .fourth.box ul li a:hover {
    color: #b7dcef !important;	  
  }  
  
  .fourth.box ul li span {
	display: block;  
    overflow: hidden;	  
  }    

  .fourth.box ul li i {
    float: left;	  
	width: 18px;
	height: 18px;
	font-size: 18px;
	text-align: center;
	margin: 0 8px 0 0;
  }     

  .socials {
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .socials li {
	display: inline-block;  
    list-style: none;
  }  
  
  .socials li a {
    font-size: 18px;
	color: #252525;
	text-align: center;
	border: 2px solid transparent;	
	border-radius: 50%;
	margin: 0 10px 0 0;
	transition: all 0.4s ease-in-out;
  }

  
  /*---------------------------------------
     ABOUT              
  -----------------------------------------*/ 
  
  .about-text {
    padding: 8px 7% 0 0; 	  
  }

  .about-text .section-title {
	margin: 0 0 22px;    	  
  }

  .about-text h2 {
    padding: 0 5% 0 0;
  }    

  .about-text h2 span {
    color: #4cb8df;
  }  

  .about-text ul {
    list-style: none; 
    padding: 0;
	margin: 0; 	
  }

  .about-text ul li {
	line-height: 18px;  
	margin: 0 0 13px; 	
  }
  
  .about-text ul li:before {
	color: #4cb8df;
    font-family:'FontAwesome';	  
    content:"\f00c";
	margin-right: 10px;
  } 

  .about-img {
    position: relative;
	width: 100%;
	height: 326px;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }

  .play-video {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
  }

  
 /*---------------------------------------
     COUNTER              
  -----------------------------------------*/ 
  
  .counter-wrapper {
    width: 100%;
    background-color: #2f3241;
    padding: 150px 0;
  }

  .counter { 
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
	line-height: 50px;
    color: #fff !important;
    display: inline-block;
  }
  
  .counter-box .border { 
    margin-top: 20px; 
	margin-bottom: 20px; 
  }  

  .title_counter h5 {
    color: #fff !important;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0 !important;
  }
  

 /*---------------------------------------
     DEPARTMENTS              
  -----------------------------------------*/ 

  #departments { 
    padding: 90px 0 50px; 
  }  

  #departments .d-box { 
    margin-bottom: 40px; 
  }  
  
  #departments img { 
    float: left; 
	padding: 0 30px 30px 0; 
  }

  #departments p {
    margin-left: 80px;	  
  }
  

 /*---------------------------------------
     DOCTORS              
  -----------------------------------------*/ 
  
  #doctors {
    padding: 90px 0 50px;	  
  }    
  
  .doctor {
    margin-bottom: 50px;	  
  }  

  .doctor img {
    width: 180px; 
    border: 10px solid #f4f4f4;
	border-radius: 50%; 	
    margin: 0 auto 30px;	
  }

  .doctor h4 {
	margin: 0;  
  }
  
  .doctor p {
	padding: 0 10px;  
  }  

  .doctor ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }  

  .doctor ul li {
    display: inline-block;
    position: relative;  
  }

  .doctor ul li a {
	color: #888;  
    font-size: 18px;
    margin: 0;
    padding: 0 7px;
  }
  
  
  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  #news {
	padding: 90px 0 70px;  
  }

  .news-item {
    background-color: #fff;
    border-radius: 4px; 
    margin-bottom: 30px;	  
  }
  
  .news-img img {
	width: 100%;  
    border-radius: 4px 4px 0 0;	
  }
  
  .news-content {
    padding: 40px 40px 30px;
    text-align: left;  
  }

  .news-info {
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    float: left;
    padding: 0 20px 4px 0;	
  }
  
  .news-date {
    color: #959595;
    display: block;
  }

  .news-category {
    position: absolute;
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    transform: translateY(-75px);
    right: -15px;
    border-radius: 30px;
    background-color: #2f3241;
    padding: 12px 30px; 
  }
  
  .news-category a {
    color: #fff;
    font-size: 12px;
    font-weight: 800; 	
  }

  .news-category a:hover {
    color: #04bfea !important;	
  }
  
  .entry-title {
	font-size: 18px;
    line-height: 20px;	
	font-weight: 800;  
    margin: 25px 0 10px;	
  }
  
  .entry-title a {
    color: #222 !important; 
  }
  
  .entry-title a:hover {
    color: #04bfea !important; 
  }
  
  .excerpt p {
    line-height: 20px;    	  
  }


 /*---------------------------------------
     APPOINTMENT             
  -----------------------------------------*/
  
  #appointment {

  }

  #appointment .section-title p {
    padding: 0 20% 0 0;
	margin: 0;
  }
  
  #appointment .border {
	margin: 28px 0;  
  }
  
  #appointment .phone {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	margin: 8px 0 40px;  
  }  
  
  .contact-info img {
    display: none;
  }  
  
  .form {
    padding: 0;
    border-radius: 0 4px 4px 0;		
  }
  
  .form .section-title h6 {
	color: #fff;  
    font-size: 14px;
	line-height: 14px;
  }  

  .form .section-title h4 {	
    font-size: 24px;
    line-height: 24px;
  } 

  .form-group {
    margin-bottom: 18px;
  }

  .form-control {
   display:block;
   width:100%;
   height: 60px;
   padding: 0 20px;
   font-size:12px;
   color:#9fa5c5;
   background-color: #fff;
   background-image:none;
   border:1px solid #fcfcfc;
   border-radius: 30px;
   -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
   box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
   -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
   -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
  }

  .form-control:focus {
   border-color:#66afe9;
   outline:0;
   -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
   box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
  }

  .form-control::-moz-placeholder {
   color:#9fa5c5;
  }

  .form-control:-ms-input-placeholder {
   color:#9fa5c5;
  }

  .form-control::-webkit-input-placeholder {
   color:#9fa5c5;
  }
  
  .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
  }  

  select#form_class, select#form_trainer {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-down.png);  
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 27px;  
    margin-right: 2rem;
  }
  
  textarea.form-control {
    height: 69px;
    resize: none;	
    padding: 20px 0 0 25px; 	  
    margin-bottom: 14px;	
  }

  #contact-form .btn {	  
    cursor: pointer;
	color: #fff;
	padding: 12px 40px;
    background-color: #3dd3d2;
	opacity: 1 !important;
  } 

  #contact-form .btn:hover {
	border: 2px solid #37bcbb;  
    background-color: #37bcbb;	  
  }  
  
  
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
	background-color: #2f3241;
	color: #fff;
  }
  
  .footer-top {
    padding: 90px 0 30px;
  }
  
  .widget h3 {
    font-weight: 600; 
	margin-top: 34px;	  
  }  
  
  p.phone {
    margin-bottom: 25px;	  
  }   
  
  p.phone img {
    margin-right: 5px;	  
  }  
  
  p.phone a {
	color: #b7b7b7;
	font-size: 18px;
	font-weight: 700;
    line-height: 32px;	
	letter-spacing: 0.5px;
  }  
  
  .widget h5 {
	margin-top: 34px;
  }  
  
  ul.contact-info {
    list-style: none;
    margin: 0 ;
    padding: 0;	
  }

  ul.contact-info li {
	font-size: 12px;
    margin-bottom: 10px;	
  }
  
  ul.contact-info li i {
	float: left;  
	color: #4cb8df;  
    font-size: 22px;
	margin: 0 14px 0 0;
  }

  ul.contact-info li p {
    color: #fff;
	font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;	
  }  
  
  ul.contact-info li span {
    color: #b7b7b7;
	font-size: 12px;	
    line-height: 12px;
    margin: 0;	
  }

  ul.contact-info li a {
    color: #fff;
	font-size: 12px;
    line-height: 25px;
    margin: 0;	
  }
  
  ul.contact-info li a:hover {
    color: #4cb8df;
  }
  
  ul.footer-socials {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;	
  } 

  ul.footer-socials li {
    display: inline-block;
    margin-right: 23px;	
  }

  ul.footer-socials li a {
    color: #fff;
	font-size: 18px;
  }
  
  ul.footer-socials li a:hover {
    color: #4cb8df;  
  }  

  .icon-holder {
	width: 68px;
    height: 68px;
	line-height: 68px;
	display: block;  
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    background-color: #2a2d3b;
    border-radius: 50%;	
  }
  
  .footer-schedule {
    margin: -34px 0 40px;	  
    padding: 35px 26px 20px;	  
    background-color: #2a2d3b;
	border-radius: 5px;
  }
  
  .footer-schedule h5 {
	margin-top: 0;
  }  

  .footer-bottom {
	padding: 35px 0;
    border-top: 1px solid #4a4c59;	
  }
  
  p.copyright {
    float: left;	  
  }
  
  p.design {
    float: right;	  
  }  

  p.copyright, p.design {
	color: #fff;  
	font-size: 12px;  
    line-height: 22px;
	margin: 0;	
  }

  p.copyright a, .design a {
	color: #b7b7b7;
    font-weight: 600;	
  }
  
  p.copyright span {
    color: #4cb8df;
  }  
  
  
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {	 
  
    .navbar-custom .navbar-nav.navbar-first {
      margin-left: inherit;
    }
	
    /* boxes */		
    .box {
      padding: 40px 30px;
    }

    .phone span {
      font-size: 20px;
      line-height: 30px;
    }
	
    /* about */
    .about-text {
      padding: 0;
    }
	
    .about-text h2 {
      padding: 0; 		
	}

    .about-text p {
      margin: 0 0 10px; 		
	}	


  }

  @media only screen and (max-width: 992px) {

    /* boxes */	
	.box {
      padding: 40px 30px;		
	}
	
	.first.box {
      border-radius: 3px 0 0 0;		
	}

    .first.box p {
      text-align: left;
	  padding-left: 40px;
	}	

    .second.box {
      background-image: url(../images/doctor.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
      border-radius: 0 3px 0 0;		  
    }
	
	.third.box {
      border-radius: 0 0 0 3px;		
	}	

	.fourth.box {
      border-radius: 0 0 3px 0;		
	}
	
    /* about */ 	  
    .about-text h2 {
      padding: 0; 		
	}

    .about-text p {
      margin: 0 0 20px; 		
	}

    .about-text ul {
      margin: 0 0 40px; 		
	}

    /* counter */ 
	.counter {
	  font-size: 40px;
      line-height: 40px;	  
	}
	
    .counter-box {
	  margin-bottom: 35px;	
	}

    /* appointment */


    /* footer */
	.widget {
      margin-bottom: 30px;		
	}
	
	.footer-schedule {
      margin-bottom: 0;	      		
	}	
	
	p.copyright, p.design {
      float: none;
      text-align: center;	  
	}	
	
  
  }

  @media only screen and (max-width: 767px) {
	  
    section {
      padding: 70px 0;
    }
	
    .section-title p {
      padding: 0 10%;
    }		
	
    .navbar-custom {
      background-color: #2C3E50;
      padding: 10px 0;
      text-align: left;
    }

    .navbar-custom .nav li a {
      line-height: normal;
      padding: 10px 10px 10px 20px !important;
    }
  
    .navbar-custom .navbar-nav.navbar-right {
      margin-right: -15px;
    }	

    .navbar-custom .navbar-nav.navbar-right li {
      display: inline-block;
    }
	
    .navbar-custom .navbar-nav.navbar-right li a {
	  font-size: 18px;
      font-weight: 400;	
	  width: 38px;
      height: 38px;
      line-height: 38px;
      border-radius: 50%;	
	  text-align: center;
      padding: 0 !important;
	  margin: 6px 0 6px 8px;
    }	

    .navbar-custom .navbar-nav.navbar-right li a:hover {
	  color: #fff !important;  
    }	
	
    /* home */ 	
    .hero {
      padding: 0;
    }

    .caption {
      padding: 150px 0 80px;
    }
	
    .caption h1 {
      font-size: 30px;
	  line-height: 40px;
	  padding-right: 30%;
    }	
	
    .caption p {
      font-size: 14px;
	  line-height: 24px;
	  padding-right: 47%;
    }
	
    /* boxes */
    #boxes .no-pad {
      padding-left: 15px;
	  padding-right: 15px;
	}
	
	.first.box {
      border-radius: 3px 3px 0 0;		
	}
	
    .phone span {
      font-size: 24px;
	  line-height: 34px;
    }	
	
    .first.box p {
      text-align: left;
	  padding-left: 40px;
	}
	
	.second.box, .third.box {
      border-radius: 0;		
	}
	
	.fourth.box {
      border-radius: 0 0 3px 3px;		
	}
	
    /* counter */ 	
	.counter {
	  font-size: 35px;
      line-height: 35px;	  
	}

    .counter-box {
	  margin-bottom: 35px;	
	}	

    /* appointment */

	
  }