
body
{
    /* background: rgb(244, 244, 244) !important; */
   /*    overflow: hidden !important;  */ 
    color: #444 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.eph4
{
    color: #389AD8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}



.eph4sub
{
    color: #389AD8;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    font-size: 16px;   
}

.topcoord
{
    float: left;
}
.mainspec
{
    /* padding: 10px; */
word-break: break-word;
}
.serveur
{
    background: rgba(0,0,0,0.65);
    text-align: center;
    padding: 15px 30px 20px 30px;
}
.serveur span
{

    font-weight: bold;
    font-size: 24px;
}

.serveur p
{
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Lato';
    font-style: italic;
}

.mainbanner
{
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 10;
}


.logincontainer
{
    position: absolute;
    right: 50px;
    top: 200px;
    z-index: 100;

}
.mainpagelogincontainer
{
    background : rgba(0, 0, 0,0.25);
    /*background : rgba(255, 255, 255,0.65);*/
    border-radius : 3px;
    width: 450px;
    height: 180px;
    overflow : hidden;
    /* position : fixed;
    left : 20px;top : 250px; */
    /*color : #39c5de;*/
    color : white;

}

.mainpagelogincontainerinner
{
    width : 50%;
    height : 100%;
    overflow : hidden;
    float : left;
    text-align : center;
    position : relative;
}

.mainpagelogincontainerinner h4
{

font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}
.mainpagelogincontainerinner button
{
    position : absolute;
    bottom : 20px;

    left : 50%;
    margin-left : -50px;
    outline : none !important;
    background : rgba(0,0,0, 0) !important;
    border : 1px solid white;
    border-radius : 3px;
    padding : 5px;
    font-size : 12px;
    width : 100px;
    color: white;
}



.loginwindow
{
    height : 260px;width : 240px;overflow : hidden;
    background : white;
    position: absolute;
    top : 0;
    left : 30;
    border-radius : 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index : 100;
    /*margin-left : 20px;*/
    transition: all linear 0.2s;
}

#logintitle
{
   background : url('../images/logoicon.png') no-repeat;
   height : 60px;
   background-size : 30px;
   background-position : left 15px;
   padding-left : 40px;
   padding-top : 20px;
   margin-left : 30px;
   color : #d9bd90;
   text-transform : uppercase;
}
#logintitle span
{
    color : #948055;
}

.logintitlecolor2
{
    color : #0fa2d5 !important;
}


.logintitlecolor2 span
{
       color : #0c6c8e !important;

}

.mainbigtitle
{
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    /* font-family: 'exo'; */
    font-family: 'open sans';
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    /* border-bottom: solid 1px rgba(42, 147, 201,0.2); */
}

.mainlocalisation
{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    border: solid 1px #e0e0e0;
    padding: 8px;
    width: 160px;
    border-radius: 3px;
    text-align: center;
    background: url(../images/Map-Location.png) no-repeat 10px center;
    background-size: 20px;
    padding-left: 20px;
}
 
.innerbottomcontainer
{
    height: 100%;overflow: hidden;
    /* border-bottom: 4px solid #56b0d2;
    border-radius: 3px; */
    /* background: white; */
    font-family:     Lato, sans-serif;
}
.bottom_overlay {
    position: absolute;
    width: 100%;
    height: 1000px;
}
 .bo1
 {
    background-color: rgba(85, 188, 233, 0.85);
 }
 .bo2
 {
    background-color: rgba(100, 150, 207, 0.9)
 }
 .bo3
 {
    background-color: rgba(115, 112, 181, 0.9)
 }
.ibsepar
{
    width: 3px;
    height: 70px;
    overflow: hidden;
    border-right: 1px solid rgba(86, 176, 210,0.75);
    
    position: absolute;
    right: 0;
    top: 45px;
}
 
.days
{
    color : #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.mainhours
{

    color : #fff;
font-weight:700;
font-size: 14px;
line-height: 22px;
}
.msgbanner
{
    width: 400px;
    height: 55px;
    overflow: hidden;
    background: rgba(255,255,255,0.65);
    position: fixed;
    z-index: 1000;
    top: 0;
    /* z-index: 10; */
    right: 0;
    border-radius: 0 0 0 5px;
    padding-top: 15px;
    color: #EA5924;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 18px;
}
.medmsgbanner {
    width: 600px;
    height: 50px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    position: absolute;
    z-index: 50;
    top: 3px;
    left: calc(50% - 300px);
     
    padding-top: 13px;
    color: wheat;
     
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
  
    z-index: 500;
    font-family: 'open sans';
}

ul
{
    list-style: none;

}

.p-25 {
    padding: 25px !important;
}      

.section-title {
margin-top: 0;
position: relative;
line-height: 1;
border-left: 3px solid #6ebbbb !important;
color: #555555;
    padding-left: 10px;
margin-bottom: 30px;
font-weight: 500;
text-transform: uppercase;
}

 
 

.pagecontent
{
      padding-top: 45px;
    font-family: 'Exo', sans-serif;
    width: 96% !important;
    font-size: 16px;
    min-width: 1000px !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: 100px;
     box-shadow: 0 1px 3px rgba(0,0,0,.11); 
     width: 100%;

    background: white;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 500;
}

.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; */
   background: #fafafa !important;
   padding-left: 0;
   border-radius: 2px;
   height: 50px;
}
.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:solid 1px rgba(255,255,255,0.25);
    vertical-align: middle;
}
.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: url(../images/logo.jpg) no-repeat left center white;
    height: 55px;
    padding-left: 22px;
    color: #222 !important;
    /* margin-top: 5px; */
    font-family: "open sans";
    
    background-size: 35px;
    padding-left: 40px;
    font-weight: bold;
    font-style: initial;
    padding-top: 13px;
}
.lb1
{

}

.lb2
{
    margin-left: 18px;
    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;
    width: 460px;
    color: white;
    /* position: absolute; */
    z-index: 50;
    left: 50px;
    top: 250px;
    position: absolute;
}
.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: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 125px;
    /* color: red !important; */
    overflow: hidden;
    width: 100%;
    z-index: 30;
    transition: all linear 0.5s;
    opacity: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fade
{
    opacity: 0;
    bottom: 50px;
    visibility: collapse;
}
.Welcomecontainer h1
{
  font-size: 30px ;
 
  /* font-family: 'Aref Ruqaa', serif !important; */
  
  color:white;
}
/* issam */
.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"; */
    /* issam */
}




.horaires
 {
     color : #fff;
     font-family: 'Lato', sans-serif;
     font-size: 14px;
     font-weight: 700;
 }
.ibc
{
    /* padding: 15px;
    padding-top: 10px !important; */
    height: 125px !important;
    color : white !important;
    /* width: calc(33% - 20px) !important;
    margin: 10px; */
    
    padding: 0 !important;
}

.ibccontent
{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
    z-index: 10;
}
.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;

    background: url(../images/bottomclock.jpg) no-repeat ;
    background-size: cover;
}
.mainbottomcontainer1 p
{
    
    
    font-size: 14px !important;
    font-style: normal !important;
    max-width: 90%;
}

.mainbottomcontainer2
{
    
    /* font-size: 13px !important; */
    font-style: normal !important;
    height: 125px;
    overflow: hidden;

    text-align: left;
    background: url(../images/bottomlabo.jpg) no-repeat ;
    background-size: cover;
}
.mainbottomcontainer3
{
    
    
    font-style: normal !important;
    height: 90px;
    overflow: hidden;
  
    background: url(../images/bottomlocation.jpg) no-repeat ;
    background-size: cover;
}

.mainbottomcontainerphone
{
    font-size: 22px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center !important;
    color: #fff;
font-family: Lato, sans-serif;
font-size: 36px;
}

.mainadress
{
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.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: white;
  background: rgb(89, 202, 202);
  font-family: "Ubuntu", sans-serif;
  position: relative;
 
  left: 30%;
  font-size: 17px; 
  padding: 30px 50px !important;
  margin: 0 0 20px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, 0, 0);
      text-transform: uppercase;
 
  width: 500px;
  font-family: 'open sans';
  text-align: center;
}
  blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 90px;
    line-height: 1; }
  blockquote:before {
    top: 0;
    left: 10px;
    content: "\201C"; }
  blockquote:after {
    bottom: 0;
    right: 10px;
    content: "\201D"; }


    .innerquote
    {
      max-width: 300px;
    }
 
  
 
 .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);
   
   
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal !important;
}

.topcoord
{
    height: 50px;
    background-size: 30px !important;
    padding-left: 50px !important;
    font-size: 14px;
}

.topcoord span
{
    color: rgba(68,68,68,.4);
}
.tophome
{
    background : url('../images/Hometop.png') no-repeat;
    background-position: 5px center;
    font-family: 'open sans';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 50px;
    max-width: 200px;
    margin-right: 50px;
}

.topphone
{
    background : url('../images/phonetop.png') no-repeat;
    background-position: 5px center;
    font-family: 'open sans';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 50px;
}


.topspecialiste
{
     
    background: #ff6553;
    color: white !important;
    font-size: 14px;
    width: 200px;
    height: 70px;

    top: -10px;
    position: absolute;
    padding-top: 20px;
    text-align: center;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999;
}

 
.topspecialiste span
{
    color: #fff !important;
}
.sp1
{
    font-family: 'open sans';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 18px;
}
 
.sp2
{
    text-align: center;
    text-transform: uppercase;
}
.simplecolumns
{
    
    padding-right: 0;
}

.simplecolumns li
{
    background: url(../images/check.png) no-repeat left 5px;
    padding-left: 25px;
}

.LoaderPanel
{
    background: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 200;
}

.inner-tabheader-container
{
    float: left;
    width: 200px;

}
.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: left !important;
    border-left: 3px solid #009a9c;
    width: calc(100% - 200px);
    transition: all linear 0.2s;
    opacity: 1;
    position: relative;
}
.inner-tabhidden
{
    opacity : 0;
}

.servicetabcontent
{
    transition:  all linear 0.1s;
    opacity : 0;   
    /* position: absolute; */
    left: 0;
    top: 0; 
    width: 100%;
    /* padding-right: 15px; */
    padding: 20px;
}
.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-left: 50px;
font-family: 'exo';
            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/patloginfr.png') left top no-repeat  !important;
 
}


.labobutton
{
    opacity: 0.95;
    width: 149px;
    height: 50px;
    overflow: hidden;
       background: url('/images/medloginfr.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;
}

.msghidden
{
    visibility: hidden !important;
    opacity: 0;
}
 
 

#paramul{
    width:100%;
}
#paramul li{
   
    float:left;   
    width:25%;
     margin-right:10px;    
     transition: all linear 0.15s;
}

#paramulhidden
{
    height: 0;
    opacity: 0;
}

.alphainnerliGroup
{
    font-weight: Bold;
    color : #ff2700;
    width: 100% !important;
  font-size: 26px;
}


.alphainnerliGroup:not(:first-of-type)
{
    margin-top: 50px;
}
 
.letter {
    float: left;
    height: 30px;
    width: 25px;
    padding: 5px;
    border-left: solid 1px #ececec;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    text-align: center;
    cursor: pointer;
}
.letterlast {
    border-right: solid 1px #ececec;
}

.alph-searchbar
{
    margin-top: -20px;
    margin-bottom: 10px;
    background: #ececec;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
 
    position: relative;
    top: 90px;
    left: 0;
    z-index: 200;
}


#paramscroll
{
    margin-top: 60px !important;
}
#paramsearch
{
    border-radius: 15px;
    border: solid 1px #ccc;
    padding: 3px 3px 3px 10px;
}

 
.servtable
{
    width:100%;
}

.servtable ul
{
    padding-left : 0 !important;
}

.servtable li
{
    font-weight: bold;
    text-transform: uppercase;
    height: 27px;
    background: url(../images/bullet_red.png) no-repeat -3px -1px !important;
    padding-left: 15px !important;
}
.antable {
    width: 100%;
}
.linktr {
    border-bottom: solid 1px #ddd;
    height: 75px;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}

.actiontd {
    width: 300px;
}

.nametd {
   
    font-size: 16px;
}


.pdflink {
    width: 30px;
    height: 40px;
    overflow: hidden;
    background: url(../images/pdfdownload.png) no-repeat;
    background-size: cover;
    float: right;
    margin-right: 20px;
}


.mainbutton
{
    width: 190px;
    height: 45px;
    overflow: hidden;
    background: white;
    color: #545454;
    font-family: 'open sans';
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 20px;
    text-transform: uppercase;
    padding-left: 75px;
    text-align: left;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 5px 3px -4px #555;
}


.mainpatbutton
{
   
}

.mainmedbutton
{
   right: 0;
}

.rsholder 
{
    position: absolute;
    height: 45px;
    width: 65px;
    top: 0;
    left: 0;    
    overflow: hidden;
}

 
.rsholderpat
{
    background: url('../images/patbuttonbg.png') no-repeat left center;
}


.rsholdermed
{
    background: url('../images/medbuttonbg.png') no-repeat left center;
}

.pad
{
    margin-left: 5px;
}


.logintitle h4 {
    font-size: 16px !important;
    font-weight: bold;
}
.logintitle p {
    margin-top: 40px;
}




.switch
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    padding-top: 7px;
    background : #f0f0f0;
    border-top: solid 1px #ccc;
}

.switch h4
{
    cursor: pointer;
    font-family: "open sans";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;


}
.switch1
{
    /* background: #e5f1f8; */
    
    color: #34b7fa;
}


.switch2
{
    color: #d9bd90;
}

.toc-tab-box h2.acc-title {
    color: #002d5b;
    background: #FAFAFA;
    padding: 30px 0px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    float: left;
    display: none;
}

.toc-tab-box .acc-content {
   
    width: 100%;
    margin-bottom: 4px;
    float: left;
  
    position: relative;
    overflow: hidden;
}

.accordionItemHeading .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    background: #122C5F;
    color: #fff;
    margin-right: 15px;
}

.accordionItemHeading .circle  {
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../images/Hexagon.png') no-repeat ;
    background-size: 24px;
    font-weight: 300;
    float: left;
    display: block;
    margin: 6px 14px;
}

.accordionItemHeading h4 {
    color: #389AD8;
    font-size: 16px;
    transition: all 0.5s ease;
    line-height: 24px;
    font-weight: 400;
    margin: 15px 0px;
    cursor: pointer;
}

.quest .answer {
    border-left: 1px solid #58ABDF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px 10px 36px;
}

.acc-content .quest {
   
}

@media (max-width: 768px) {
    .toc-tab-box .acc-content{
        padding:0px;
    }

}
 /******************************************************/
 /*                    media queries                   */    
 /******************************************************/
@media only screen and (max-width: 600px) {


    .section-title
    {
        font-size: 24px;
    }
.logincontainer
{
 
    position: absolute;
    top: 50% !important;
      left: 50% !important;
 right: unset;

 /* scale(.75)  */
        transform:translate3d(-50%, -50%, 0) scale(.75) ;
}

 /* .msgbanner, .Welcomecontainer */
 .wrap, .topcoord
  {
      display: none;
      
  }  
  
     
    }

