
  body {
    background: #ffffff;
	font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
	font-size: 18px;
  }



.callfixed {
	position:fixed;
	z-index:1000;
	left:12px;
	bottom:125px;
	text-decoration: none;
}

.whatsappfixed {
	position:fixed;
	z-index:1000;
	left:12px;
	bottom:70px;
	text-decoration: none;
}

.massengerfixed {
	position:fixed;
	z-index:1000;
	left:12px;
	bottom:15px;
	text-decoration: none;
}

.contactfixedimg{
	width: 40px;
    height: 40px;
    opacity: 0.7;
    transition: transform .7s;
}

.contactfixedimg:hover{
	opacity:1;
	transform: scale(1.2);
}



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

 
  h1 {
    color: #252525;
  }

  h2 {
    color: #272727;
    padding-bottom: 10px;
  }

  h3 {
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    padding-bottom: 2px;
  }

  h5 {
    font-weight: 500;
  }


  p {
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #035B8D;
    outline: none;
  }



  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }


  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    font-weight: 500;
	font-size: 22px;
  }

  .navbar-default .navbar-brand .fa {
    color: #035B8D;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	margin:auto;
	width: 100%;
}




  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/




  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

 


  /*---------------------------------------
      TIME             
  -----------------------------------------*/


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #035B8D;
  }

  .contact-info {
    padding-top: 10px;
  }

 

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 2em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #035B8D;
    color: #ffffff;
    transform: translateY(-5px);
  }

  
  
  
  .latest-stories {
    padding: 5px;
   }
  
  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }
  
  .stories-image img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
  }

  /*---------------------------------------
    Dashbord             
  -----------------------------------------*/

  
.close_img {
	opacity:0.6;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:10px;
}

.close_img:hover {opacity: 1}





  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (min-width: 1200px) {

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
	
	.what-image-nav{
		
		width:38%;
	}
	
	  /*---------------------------------------
      ABOUT              
	-----------------------------------------*/
  
	.parallax {
		background-image: url("../../images/about-bg.png");
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 500px;
	}


  }
  
  
  @media only screen and (max-width: 1200px) {

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
	
	.what-image-nav{
		
		width:38%;
	}
	
	  /*---------------------------------------
      ABOUT              
	-----------------------------------------*/
  
	.parallax {
		background-image: url("../../images/about-bg.png");
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 500px;
	}


  }

  @media only screen and (max-width: 992px) {

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
	
	.what-image-nav{
		
		width:38%;
	}
	
	  /*---------------------------------------
      ABOUT              
	-----------------------------------------*/
  
	.parallax {
		background-image: url("../../images/about-bg.png");
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 500px;
	}


  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 5em;
    }
	
	.what-image-nav{
		
		width:80%;
	}
	
	
	  /*---------------------------------------
      ABOUT              
	-----------------------------------------*/
  
	.parallax {
		background-image: url("../../images/about-blu.png");
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 500px;
	}

	
	
  }

  @media only screen and (max-width: 639px) {

	.what-image-nav{
		
		width:75%;
	}


	  /*---------------------------------------
      ABOUT              
	-----------------------------------------*/
  
	.parallax {
		background-image: url("../../images/about-blu.png");
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 500px;
	}





  }

