@font-face {


    font-family: 'DroidKufi-Regular';
    src: url('../fonts/droidKufiAR/DroidKufi-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('../fonts/droidKufiAR/DroidKufi-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  } 

body
{
    /* background: rgb(244, 244, 244) !important; */
    /* overflow: hidden; */
    color: #444 !important;
    font-family: "DroidKufi-Regular" !important;
}

.msgbanner
{
    width: 300px;
    height: 60px;
    overflow: hidden;
    background: rgba(255,255,255,0.65);
    position: absolute;
    z-index: 50;
    top: 125px;
    right: 0;
    border-radius: 0 0 0 3px;
    padding-top: 23px;
    color: #EA5924;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 18px;
}

ul
{
    list-style: none;

}
p
{
    direction: rtl;
}
.p-25 {
    padding: 25px !important;
}      

.section-title, .title {
margin-top: 0;
position: relative;
line-height: 1;
direction: rtl;
margin-bottom: 30px;
}

/* 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

font-weight: 500;
/* line-height: 1.42857143; */
color: #111111;
} */

strong {
color: #555555;
}

.text-theme-colored {
color: #00a3c8 !important;
}



.boardloader {
    
      display: block;
      width: 50px !important;
      height: 50px !important;
      position : fixed;
      z-index : 9999;
      top : 50%;
      left : 50%;
      
    }
    
    .boardloaderoff
    {
      opacity: 0;
      visibility: collapse;
    }
    
    .boardbox {
      width: 45%;
      height: 45%;
      background: #ff2700;
      opacity: 0;
      -webkit-filter: blur(1px);
      animation: load 1s linear infinite;
    }
    .boardbox:nth-of-type(1) {
      position: absolute;
      top: 2.5%;
      left: 2.5%;
    }
    .boardbox:nth-of-type(2) {
      position: absolute;
      top: 2.5%;
      right: 2.5%;
      animation-delay: -0.25s;
    }
    .boardbox:nth-of-type(3) {
      position: absolute;
      bottom: 2.5%;
      right: 2.5%;
      animation-delay: -0.5s;
    }
    .boardbox:nth-of-type(4) {
      position: absolute;
      bottom: 2.5%;
      left: 2.5%;
      animation-delay: -0.75s;
    }
    
    @keyframes load {
      0% {
        opacity: 0;
      }
      30% {
        opacity: 0;
      }
      90% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    
#mainpreloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999999;
    height: 100%;
    width: 100%;
}


#mainloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #fdc501;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -moz-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -o-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }

}

@keyframes sk-rotateplane {
    0% {
        -moz-transform: perspective(120px) rotateX(0) rotateY(0);
        -ms-transform: perspective(120px) rotateX(0) rotateY(0);
        -o-transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }

}

.topheader
{
    position: fixed;
    height: 120px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.11); */
    box-shadow: 1px 0 3px red;

    background: white;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 50;
}

.call-us
{
    margin-top: 20px;
}

.clr
{
    clear: both;
}
 
.checkul
{
  list-style-image: url("../images/check.png");
  /* list-style-position: outside; */
}
.mainslideroverlay
{
    /* background-color: rgba(125,125,125,0.35); */
    background-color: rgba(255,255,255,0.35);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    z-index:10;
    /* visibility: collapse; */
}
.primary
{ margin-top: 0 !important;
}
#mainNav
{
    margin-top: 70px;
    transition: all 0.2s;
}
.topbar
{
   background: #34abb1 !important;
   padding-left: 0;
   border-radius: 2px;
}
.mainNavfixed
{
    margin-top: 0 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: white !important;
}


.bline
{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    height: 30px;
    vertical-align: bottom;
}
.icontd
{
    vertical-align: top;
    width: 100px;
    text-align: left;
}

.icontd img
{
    width: 60px;
}

.lined {
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    
}

.lined h2 {
    color: #333;
    margin: 0;
    font-size: 24px;
    font-family: "Dosis",sans-serif;
    font-size: bold;
}


.lined1
{
    /* background: url("../images/icon1.jpg") no-repeat left center; */
    float: left;
}
.lined span {
    
    /* font-size: medium; */
}
.bolded-line {
    display: block;
    margin-bottom: -1px;
    margin-top: 15px;
    width: 30px;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
}


.toplogo
{
    background: white;
    height: 55px;
    padding-left: 22px;
    color: #222 !important;
    margin-top: 5px;
}
.twocolumns
{
  padding-left: 0;  
    columns: 2;

font-style: italic;
font-size: 13px;
}

.twocolumns li
{

background: url('../images/check.png') no-repeat left center;
padding-left: 30px;
}


/* 
.Pubcontainer
{
  text-transform: uppercase;
  max-width: 420px;
  color : rgba(0, 0, 0, 0.2);
  font-family: "Open Sans" !important;
  position: absolute; 
  z-index: 50;
  left: 100px;
  
  top: 220px;
} */

.WelcomeQuickLink
{
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    height: 70px;
    color : white;
    width: 46%;
    cursor: pointer;
}
.WelcomeQuickLink1
{
    background: #00a3c8;
}

.WelcomeQuickLink2
{
    float: right;
    background: #ff2700;
}
.WelcomeQuickLink img
{
    float: left;
    height: 55px;
    margin-left: 10px;
    margin-top: 7px;
}
.WelcomeQuickLink h4
{
    font-family:Montserrat, Arial, sans-serif;
    font-size:12px !important;
    font-weight:600;
    line-height: 18px;
    color: white !important;
    float: left;
    margin-left: 10px;
}

.WelcomeQuickLink p
{
    font-family:Montserrat, Arial, sans-serif;
    font-size:12px !important;
    font-weight:400;
    line-height: 18px;
    color: rgb(34,34,34);
    margin-left: 50px;
    text-transform: lowercase;
}


.Welcome
{
 position: absolute; 
 z-index: 50;
 left: 0;top:100px;
}

.Welcomecontainer
{
  text-transform: uppercase;
  /* max-width: 420px; */
  width: 460px;
  color : white;
  
  position: absolute; 
  z-index: 50;
  left: 100px;
  top: 220px;
}
.qsncontainer
{
    color: white;
    width: 100%;
    height: 200px;
    overflow: hidden;
background: url('../images/qsnbg.jpg') no-repeat ;
background-size: cover;
 
}
.qsnicon
{
    
    border-radius: 50%;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: url('../images/qsnicon.jpg') no-repeat;
    background-size: cover;
}
.qsncontainer p
{
margin-left: 20px;
background: url('../images/qsnquote.png') no-repeat left top;
padding-top: 30px;
background-size: 30px;
}

.mainbottomcontainer
{
    position: absolute;
    bottom:15px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    height: 90px;
    overflow: hidden;
    width: 100%;
    direction: rtl;
    z-index: 30;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 0 !important;padding-right: 0 !important;
}
.Welcomecontainer h1
{
  font-size: 30px ;
 
  font-family: 'Aref Ruqaa', serif !important;
  color:white;
}

.Welcomecontainer h2
{
	font-size: 22px;
    line-height: 8px;
    font-weight: 900;
 
    color : white;
}

.Welcomecontainer .h2container {
 
   
  
   
    margin: 0;  
    background : rgba(0, 0, 0, 0.5);
    
    padding: 10px;
    margin-bottom: 10px;
    /* width: auto; */
}
.Welcomecontainer p
{
    font-family: "DroidKufi-Regular";
}
 
.innerbottomcontainer
{
    height: 100%;overflow: hidden;
    /* background-color: #305088;
    background-image: -moz-linear-gradient(top, #305088, #294474);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#305088), to(#294474));
    background-image: -webkit-linear-gradient(top, #305088, #294474);
    background-image: -o-linear-gradient(top, #305088, #294474);
    background-image: linear-gradient(to bottom, #305088, #294474); */
    color : white;
    
    border-radius: 2px;
}
.ibc
{
    padding: 15px;
    
}
.mainbottomcontainerspar
{
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 40px;width: 2px;overflow: hidden;
    right: 0;top:15px;position: absolute;
}

.mainbottomcontainer1
{
    
    height: 120px;
    overflow: hidden;
    /* padding-right: 0; 
    padding-left:0; */
   
    position: relative;
direction: rtl !important;

    background: url(../images/Stethoscope-02.png) no-repeat -25px 10px #34abb1;
    background-size: 90px;
}
.mainbottomcontainer1 p
{
    
    
    font-size: 16px !important;
    font-style: normal !important;
    max-width: 90%;
}

.mainbottomcontainer2
{
    direction: rtl !important;
    /* font-size: 13px !important; */
    font-style: normal !important;
    height: 90px;
    overflow: hidden;

    text-align: left;
    background: url(../images/Time-WF.png) no-repeat -20px 10px #33bfc5;
    background-size: 90px;
}
.mainbottomcontainer3
{
    
    
    font-style: normal !important;
    height: 90px;
    overflow: hidden;
  
    
    background: url('../images/Location-03-WF.png') no-repeat -30px 10px #42c9cf;
    background-size: 90px;
    direction: rtl !important;

}

.mainbottomcontainerphone
{
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center !important;
}
.innerbottomcontainer2
{
    background: white;
    height: 105px;
    width: 100%;
    overflow: hidden;
    padding-right: 0; 
    padding-left:0;
    /* position: relative; */
    
}

.bx-wrapper
{
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.bxslider li
{
    margin-right: 10px;
}

.mainpresentation
{
    padding-left: 40px;padding-right: 40px;
    padding-top: 20px;
    text-align: center;
}

.SOC
{
    margin-top: 15px;
    padding-left: 20px;
   font-weight: bold;
   border-left: 4px solid #f7c51c;
   /* color: #f7c51c; */
   max-width: 140px;
}
.mainquote
{
    text-align: center;
    padding-top: 15px;
    font-style: italic;
}

.quote
{
    /* text-transform : uppercase;
    color : rgba(255,255,255,0.5);
    font-size : 14px;
    font-family: 'Oswald', sans-serif;
    background : url('../images/quote.png') no-repeat #305088;
    background-size : 80px;
    background-position : 20px -5px;
    
    padding : 20px;
    width : 100%;
    padding-left : 110px;
    border-radius : 5px; */

    margin-top: 15px;
    padding-left: 20px;
    font-weight: bold;
    border-left: 4px solid #f7c51c;
    
    
    font-size: 20px;
    
}

.gmap
{
    width: 100%;height: 100%;overflow: hidden;background: #E3CDCD;
    position: absolute;z-index: 0;
}

.topcontactinfo
{
    padding-top: 10px;
    height: 120px;
    width: 100%;overflow: hidden;
    position: absolute;top: 5px;left: 0;

}

.topcontactinfo p
{
    margin-bottom: 5px;
    max-width: 75%;
    font-style: normal;
    font-size: 13px;
    float: left;
}

.contactformcontainer
{
    position: absolute;z-index: 1;
    width: 400px !important;
    background: white;
    padding: 10px;
    right: 20px;
    height: 500px;
}
.Resptitle
{
    
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; 
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 35px;
    margin-bottom: 0;margin-top: 50px;  
}

.Resptitle span
{
    color : #00a3c8;
}
 
.innertitle
{
  color : #00a3c8;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; 
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 35px;
}

.missioninnertitle
{
  background: url('../images/mission.png') no-repeat left center;
  background-size: 24px;
}

.visioninnertitle
{
  background: url('../images/vision.png') no-repeat left center;
}
 
.valeursinnertitle
{
  background: url('../images/valeurs.png') no-repeat left center;
}
  /* .block { width:293px; height:170px; float:left; margin:0 40px 0 0; } */
  .block { width:300px; height:250px; float:left;transform: scale(0.85);}
  /* .last { margin-right:0; } */
  
  /*---------------
  ZOOM DEFAULT
  ---------------*/
  
  .zoom { 
      /* width:293px; 
      height:170px;
       */
      width:300px; 
      height:200px; 
      display:block; 
      position:relative; 
      overflow:hidden; 
      border:1px solid #ddd; 
      background:#fff url(../images/loader.gif) no-repeat center;
  }
  
      .zoom img { display:none }
  
          .zoomOverlay {
              position:absolute;
              top:0; left:0;
              bottom:0; right:0;
              display:none;
              background-image:url(../images/zoom.png);
              background-repeat:no-repeat;
              background-position:center;
          }
  
       
.qsndeptheader
{
  width: 100%;
  height: 49px;
  overflow: hidden;
  position: relative;
  /* margin-top: 30px */
}
.qsndeptbar
{
position: absolute;
width: 100%;
height: 1px;
background: #b0ccc6;
z-index: 0;
margin-top: 25px;
}

.qsndepticon
{
  background-size: 45px;
  width: 100%;
  height: 49px;
  overflow: hidden;
  position: absolute;
  background: url("../images/cons.png") center center no-repeat;
  z-index: 1;
  background-size: 45px;
}
   
.doctorpanel
{
  float : left;
  opacity: 0.1;
  transform:  scale(0.9);
  transition:  all 0.3s;
  margin-top: 45px;
}
.doctorpanelselected
{
  opacity: 1;
  transform: 1;
}

/* 
.consultationinner
{
  margin-left: 100px;margin-right: 100px;
  background : rgb(247, 247, 247);
  border-left: 2px solid rgb(0, 163, 200);
  min-height: 100px;
  padding-left: 20px;
 
}

.innerconsrdvbtn
{
  color: #fff;
  background-color: #00a3c8;
  border-color: #00a3c8;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 25px;
  margin-top: -60px;
  cursor: pointer;
  border: none !important;
} */

.chefprofile
{
  text-align: center;  
   margin-top: -50px;
}

.chefprofile img
{
   width: 180px;  
     
   margin-top: 10px;
}
.chefprofile h2
{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
  
  
}

.chefprofile span
{
  font-size: 12px;
  font-style: italic; 
}
.consultationshours
{
  padding: 15px;
  width: 100%;
   
   border: 7px solid #eeeeee;
}

.ch-title
{
  /* color: white; */
  text-align: left;
  height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  
  /* border-bottom: 1px solid #21c2f8; */
  
}
 
.ch-item 
{
  height: 35px;
  font-size: 13px;
  margin-top: 2px;
  padding-top: 5px;
}


.ch-first
{
 /* border-bottom: 1px solid rgba(255,255,255,0.5); */
 border-top: 1px dashed #839290;
}

.ch-last
{
 /* border-bottom: 1px solid rgba(255,255,255,0.5); */
 border-bottom: 1px dashed #839290;
}

.ch-item td:last-of-type
{
  text-align: right;
}


.servicecontainer
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.faqcontainer
{
  background: url('../images/faqbg.jpg') no-repeat left top;
  
}
.faqsection
{
   /* padding-left: 50px; */
}
.faqtitleicon
{
  color: #00a3c8;
  margin-top: 50px;
  margin-bottom: 10px;
  
  font-size: 18px;
}


/* =Structure
-------------------------------------------------------------- */
p {
  margin-bottom: 30px; }
  p:last-child {
    margin-bottom: 0; }

/* =Blockquote
-------------------------------------------------------------- */

.qsnquote {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
position: relative;

  background:url(../images/qsnminibg.jpg) no-repeat;
  background-size: cover;
  /*
  background-size: 80px;
  background-position: 20px -5px; */
 
  padding: 20px;
  float: left;
  padding-left: 110px;
  border-radius: 5px;
  width: 450px;
  margin-top: 75px;
}

 
.qsnquote:after {
    content: "";
    width: 60px;
    height: 60px;
    background:url("../images/quote2.png") no-repeat ;
    top: -5px;
    left: 20px;
    position: absolute;
    display: inline-block;
}


blockquote {
  /* color: #505050; */
  color: rgb(89, 202, 202);
  font-family: "Ubuntu", sans-serif;
  position: relative;
  margin: 0;
  padding: 30px 120px;
  text-align: left;
  font-size: 17px; 
  border-left: 5px solid #f0f0f0;
}
  blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 90px;
    line-height: 1; }
  blockquote:before {
    top: 0;
    left: 30px;
    content: "\201C"; }
  blockquote:after {
    bottom: 0;
    right: 30px;
    content: "\201D"; }


    .innerquote
    {
      max-width: 300px;
    }

    .pagecontent
    {
        padding-top: 65px;
    }
  
 
 .splititle
 {
   font-size: 14px;
   margin-left: 0;
   margin-right: 0;
 }
 .pagetitle span
 {
   color : #00a3c8;
 }
 
 /*.pagetitle:after
 {
 content: '';
     width: 40px;
     position: absolute;
     left: 0;
     bottom: 0;
     border-bottom: 2px solid #39c5de;
 }*/
 .innertitle
 {
   color : #00a3c8;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase; 
   margin-bottom: 15px;
   margin-top: 10px;
   padding-left: 35px;
 }
 
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:360px;
	height:270px;
  margin-top: 0 !important;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:180px;
	height:100%;
	text-align:center;
}

.ca-item-main{
	/*padding:20px;*/
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	/*-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
}
.ca-icon{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
  background:transparent url(../images/qsn/s2.jpg) no-repeat center center;
  background-size: contain;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/qsn/s1.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/qsn/s3.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/qsn/s4.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/qsn/s5.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/animal8.png);
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
 
 
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
  visibility: collapse;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

#map {
    width: calc(100% - 300px);
    left: 300px;

    position: absolute;
    z-index: 0;
}

.mapoverlay {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    
    height: 570px;
    overflow: hidden;
    background-size: cover !important;
    background: url(/images/contactbg2.jpg) left top no-repeat;
}

.contactinfo {
    position: absolute;
    z-index: 2;
    width: 300px;
    padding-top: 75px;
padding-right: 50px;
    overflow: hidden;
    left: 200px;
    background: rgba(255, 255, 255, 0.96);
    
 
font-size: 14px;
top: 0;
}
.homefootertitle {
    color: rgb(0, 163, 200);
   
   
    
    font-size: 14px;
    font-style: normal !important;
}
.topcoord
{
    height: 50px;
    background-size: 30px !important;
    padding-left: 40px;
    font-size: 14px;
}

.topcoord span
{
    color: rgba(68,68,68,.4);
}
.tophours
{
    background : url('../images/tophours.png') no-repeat;
    background-position: 5px center;
}

.topphone
{
    background : url('../images/topphone.png') no-repeat;
    background-position: 5px center;
}

.toplocation
{
    direction: rtl;
    background : url('../images/toplocation.png') no-repeat;
    background-position: 5px center;
}
.simplecolumns
{
    direction: rtl;
    padding-right: 0;
}

.simplecolumns li
{
    background: url(../images/check.png) no-repeat right 5px;
    padding-right: 25px;
}

.LoaderPanel
{
    background: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 200;
}

.inner-tabheader-container
{
    float: right;
width: 200px;
direction: rtl;
}
.inner-tabheader
{
  min-width: 160px;
  min-height: 35px;
  padding : 10px;
  cursor : pointer;
  text-transform: uppercase;
  transition : all linear 0.2s;
  font-size: 12px;
}

.ithselected
{
    background : #009a9c;
    color : white;
}

.inner-tab
{
    padding: 20px;
    float : right !important;
    border-right : 3px solid #009a9c;
    width  : calc(100% - 200px);
    transition : all linear 0.2s;
    opacity: 1;
    position: relative;
}
.inner-tabhidden
{
    opacity : 0;
}

.servicetabcontent, .protocoletabcontent
{
    transition:  all linear 0.1s;
    opacity : 0;   
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    padding-right: 15px;
}
.serviceon
{
   opacity: 1;
}


.done
{
    position : absolute;
    z-index : 50;
     top : calc(50% - 25px);
     left : calc(50% - 200px);
     transition : all 0.2s;
     opacity : 1;

}
  /* .contactcontainer
  {
    margin-top: 20px;
  }       */
.donehid
{
    opacity : 0;
}


.sendmailwait
{
    position : absolute;
    z-index : 50;
     top : calc(50% - 25px);
     left : calc(50% - 25px);
     transition : all 0.2s;
     opacity : 1;

}   
  
.swhidden
{
   opacity : 0;
}   
    .empImage {
        margin: 6px 16px;
        float: left;
        width: 50px;
        height: auto;
    }
    .ename {
        display: block !important;
        opacity: .87;
        font-size: 16px;
        margin-top: 8px;
    }


        #map {
            width: calc(100% - 300px);
            left: 300px;
top:0;
            position: absolute;
            z-index: 0;
        }

        .mapoverlay {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 450px;
            
            /* height: 570px; */
            overflow: hidden;
            background-size: cover !important;
            background: url('/images/contactbg2.jpg') left top no-repeat;
        }

        .contactinfo {
            position: absolute;
            z-index: 2;
            width: 300px;
            padding-top: 75px;
padding-right: 50px;
            
            overflow: hidden;
            left: 200px;
            background: rgba(255, 255, 255, 0.96);
          
    
    font-size: 16px;
        }

        .contactinfobig
        {
            width : 800px;
        }

        .msgpanel
        {
            position: absolute;
            z-index: 3;
            transition : all 0.2s;
            padding: 25px;
            overflow: hidden;
            left: 200px;
            /* width: 405px;  issam */
            width: 350px; 
            height : 100%;
            padding : 15px;
        }

        .msgpanelinner
        {
            transition : all 0.2s;
            background : white;
            position : absolute;
            width : 340px;
            height: calc(100% - 50px);
            padding : 15px;
            top : 0;
            opacity :0;
            z-index : 5;
            border-right : 1px solid #019195;
        }
        
        .msgpanelinneractive
        {
         opacity :1;
        }
        .contcatform
        {
            position : absolute;
            opacity : 0;
            transition : all 0.2s;
            width: calc(100% - 50px);

        }

        .contcatformout
        {
            opacity : 1;
        }
        .msgpanelout
        {
            left : 550px;
        }
        .msgpanelicon
        {
            transition : all 0.2s;
            position : absolute;
            top : 100px;
            right : 10px;
            width : 40px;
            height : 40px;      
            background : url('/images/Message Mail-WF.png') no-repeat #019195;
            background-position : center center; 
            background-size : 18px;
            cursor: pointer;
        }

        #sendmailbtn
        {
            display: inline-block; padding: 12px 23px; margin-bottom: 0;
            color: #fff; background-color: #ec6051;
        }


.pagefooter {
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    transition: all linear 0.1s;
}
.pagefooterhidden
{
    opacity: 0;
    visibility: hidden;
}
.rdvbutton
{
    /* background: url('/images/analyses2.png') 10px center no-repeat #EA5924 !important;
    background-size: 45px !important; 
   font-size: 22px !important;
    height: 60px !important;
    text-align: right;
    direction: rtl;*/
    opacity: 0.95;
    width: 149px;
    height: 50px;
    overflow: hidden;
       background: url('/images/patlogin.png') left top no-repeat  !important;
 
}


.labobutton
{
    opacity: 0.95;
    width: 149px;
    height: 50px;
    overflow: hidden;
       background: url('/images/medlogin.png') left top no-repeat  !important;
 
}


.animbox
{
    padding-top: 30px;
}


.icon-close
{
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
    background: url('/images/CloseWF.png') center center no-repeat;
}

.langbutton
{
    position: fixed;
    top: -30px;
    right: 50px;
    width: 100px;
    height: 60px;
    overflow: hidden;
    z-index: 1000;
    transition: all linear 0.15s;
    background: gray;
    border-radius: 0 0 5px 5px;
    border : solid 1px white;
}

.langbutton:hover
{
    top : 0;
}

.langbutton a
{
    color : white !important;
}
.antable
{
    width : 100%;
}


.actiontd {
    width: 300px;
}


.linktr
{
    border-bottom: solid 1px #eee;
    height: 75px;
    font-size: 16px;
    font-family: "open sans";
    font-weight: bold;
}

.nametd {
    
    font-family: DroidKufi-Regular;
    font-size: 16px;
}