/* for styling only */
/*#0192bd*/
html,
body {
    background-color: #f2e0ff;
      font-family: 'Cairo', 'Comfortaa'!important;

     background: #f5f8ff
   
}
.zn-res-trigge{
  display: none!important;
}
.search{
  display: inline;
  width: 80%;
}
@page :left {
  margin-left: 7cm;
  margin-right: 15cm;
}

@page :right {
  margin-left: 7cm;
  margin-right: 15cm;
}
.bgimg{
  background: url('/img/newlife.jpg') fixed no-repeat;
  height: 127px;
  width: 100%;
  background-size: cover
}
.bgimg h2{
  color: #fff!important;
}
.fa-chevron-left{
  display: none;
}
table.table{
  margin-bottom: 0!important
}
.done .square{
}
.done i{
  display: block;
  border:3px solid ;
  padding: 10px;
  border-radius: 25%;
  width: 60%;
  margin-top: 5px
}
.square{
   width: 50%;
   height: 134px;
   background: #fff!important;
   float: left;
   border:1px solid #ccc;
    /*30 percent space is acquired from the bottom
   alligned back to back forming 6 squares not seen as it has no margin/gap in between*/
     }
   
     h1{
      color : white;
     }
     span{
      color : white;
     }
h2{
  color:  #4c93fb !important;
}

.offers-info li{
padding-left: 50px;
position: relative;
padding-bottom: 20px;
}

.offers-info li i{
position: absolute;
top: 5%;
left: 0%;
color: #ccc
}

.name{
  margin-top: 20px;
  color: #000!important;
}

.navi{
  background: #fff;
  width: 100%;
  position: relative;
  height:115px;
  position: fixed;
  z-index: 55;
  background: #fff;
  top: 0;
}
.navi-lang{
width: 100%
}
.lang{
  display: inline-block;width: 70px; margin-bottom: 0!important
}
.navi-search{
  display: inline-block;
  position: relative;
   width: 100px;
  margin-bottom: 0!important
}
.navi-search form{
  width: 151px;
  position: relative;
}
.navi-search form button{
  position: absolute;
  top: 4px;
  right: 5px
}
.navi-login{
  display: inline-block; width: 120px;margin-left: 80px!important
}
.navi-num{
  display: inline; width: 100px;margin-bottom: 0!important
}

.action{
  right: 5px!important;

  transition: .5s!important;
}
.success{
  position: fixed;
  right: -400px;
  top:55px;
  z-index: 5555;
  background: #8ff7bb!important;
}
.aboutimg{
  
  background: url('https://picsum.photos/900/500') center fixed no-repeat;
 
  background-size: cover;

  position: relative;

}
.layout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
}

html {

    font: 1em/1.5 "comfortaa","Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, sans-serif;
    color: #333;
}


h1 {
    font-size: 2.5rem;
    margin-bottom: .625rem;
}

h3 {
    margin-bottom: .625rem;
}


.wrapper {
    margin: 0 5%;
}


/* sidebar */



.sidebar,
.sidebar-btn,
.menu-stripes,
.content {
    transition: transform .5s ease-in-out;
}
.sidebar,.sidebar-btn{
    background: #4c93fb !important;
   
}
.sidebar-btn{

}
.content {
    margin-top: 80px; /* height of sidebar-btn + 10 */
}

.content.sidebar-show:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5000;
    overflow: hidden;
}


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 242px;
    height: 100%;
    background: #FFF;
    color: #333;
    transform: translate(-300px);
    z-index: 5001;
    padding-top: 35px;
}

.sidebar.show {
    transform: translate(0);
    overflow: hidden;
    padding-top: 35px;
}
.nobe{
  border-radius: 0!important;
}
/*************************************************Side Bar Button ****************************************************/
@media(max-width: 370px){
  .reg{
    width: 19em!important;
  }
  .after h2{
    font-size: 20px;
  }
  h2{
    font-size: 19px;
  }
  .lead{
    font-size: 14px
  }
  .sidebar.show {
    max-width: 200px;
  }
  .sidebar-btn {
    height: 45px!important;
    width: 45px!important;
}
.menu-stripes {
    width: 25px!important;
     height: 3px!important;
}
.menu-btn {
    top: 5px!important;
    right: 0px!important;
    width: 50px!important;
    height: 83%!important;
}
.langs a{
  font-size: 11px;
  margin-bottom: 2px
}
}
/*************************************************Side Bar Button ****************************************************/


.sidebar-btn {
    position: fixed;
    height: 70px;
    width: 70px;
    background: rgba(128, 128, 128, .5);
    border: 0;
    border-radius: 99px;
    top: 10px;
    transform: translate(5px);
    z-index: 5002;
    outline: none!important;
    left: 0;
}

.sidebar-btn.sidebar-show {
    transform: translate(150px);
    left: 0px;

}

.menu-stripes {
    position: relative;
    height: 4px;
    width: 35px;
    margin: 7px auto;
    background-color: #FFF;
    border-radius: 5px;
}

.sidebar-btn.sidebar-show .menu-stripes {
        margin: -3px auto;
    }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
        transform: rotate(45deg);
    }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
        display: none;
    }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
        transform: rotate(-45deg);
    }

.sidebar-btn:not(.sidebar-show):hover > .menu-stripes {
    animation: hoverButton .4s infinite;
}

@keyframes hoverButton {
    0%   {left: 0}
    33%  {left: -1px}
    66%  {left: 6px}
    100% {left: 0}
}


/* Submenu */



.menu-btn,
.menu-link {
    outline: 0 !important;
    text-decoration: none;

}

.menu-link {
    display: inline-block;
    transition: color .2s;
}

.menu-link:hover {
    color: #2e86c1 ;
}

.menu-btn {
    transition: background .2s, color .2s;
}

.menu-btn:hover {
    background: #fff;
    color: #333;
}

.menu-toggle{
  width: 100%;
}
.menu-toggle-btns {
    position: relative;
    text-align: center;
}

.menu-toggle-btns > .menu-link {
        width: -50px;
    }

.menu-level1 a {
    color: #333;
}
.menu-level1{
  padding-right:10px;
  padding-left:10px;
}
.custom{
  width: 100%;
  text-align: center;
}

.menu-level1 .menu-link {
    padding: 15px 20px;
}

.menu-level2 {
    background: #F4F4F4;
}
.menu-level2 .menu-link {
        padding: 15px 15px 15px 30px;
    }
.menu-level2 > li + li {
        border-top: 1px solid #E9E9E9;
    }

.menu-level2 .menu-btn {
        border-color: #E9E9E9;
    }

.menu-level3 {
        background: #E5E8E8;
    }

    .menu-level3 .menu-link {
            padding: 15px 15px 15px 45px;
        }

.menu-btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 54px;
    height: 54px;
    padding: 19px 0;
   border-left:1px solid #eee;
    text-align: center;
    line-height: 1;
}

.menu-btn > div {
    display: inline-block;
    font-weight: bold;
    transition: transform .2s ease-in-out;
}

.menu-btn.active > div {
    transform: rotate(45deg);
}
.active {
  color: #fff!important;
  background: #0591be;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.navbar-light .navbar-nav .nav-link{
  color: #222;
  display: block
}
.nav-item:hover a{
  color: #fff!important;
  background: #0591be;
  transition: .5s;
  border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

}
.submenu {
    display: none;
}
/***************End Side bar*************/
/*************Start Carousel****************/

.carousel .carousel-item {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.carousel .carousel-item.dox:first-of-type {
   /* background-image: url("/img/1.jpg");*/
}

.carousel .carousel-item.dox:nth-of-type(2) {
    background-image: url("/img/2.jpg");
}

.carousel .carousel-item.dox:last-of-type {
    background-image: url("/img/3.jpg");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}


.header {
  position: relative;
 
}
.header-content {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;

}

.myborder{
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    min-width: 350px;
    border: 1px solid #fff;
    background: #4c93fb ;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;  
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.myborder h2{
    margin: 0
}

@font-face {
 
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVZNyE.ttf) format('truetype');
}
@font-face {
  font-family: 'Sanchez';
  font-style: normal;
  font-weight: 400;
  src: local('Sanchez'), local('Sanchez-Regular'), url(https://fonts.gstatic.com/s/sanchez/v7/Ycm2sZJORluHnXbIfmlR-A.ttf) format('truetype');
}
.image {
  width: 50%;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.image img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.image .title {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
  transition: all ease-in-out 0.5s;
  font-family: 'Noto Sans', sans-serif;
}
@media(max-width: 400px){
  .image .title {
    bottom: 90px!important;
  }
  
}
.image .description {
  position: absolute;
  display: none;
  left: 30px;
  right: 30px;
  color: #fff;
  font-family: 'Sanchez', serif;
  font-size: 0.8em;
}

.image:hover {
  background: #333;
}
.image:hover img {
  opacity: 0.3;
}
.image:hover .title {
  bottom: 30%;
}
.image:hover .description {
  display: block;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slide-up {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 15%;
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 15%;
    opacity: 1;
  }
}
.img{
    transition: .5s;
}
.hov .img:hover{
    transform: scale(1.1);
}


footer{
  padding: 20px;
  color: #000!important
}
footer i{ 
  transition: .3s;
  cursor: pointer;
}

button{
  cursor: pointer!important;
}
.after{
   position: relative;
   text-align:center;
   color:#555
}

.after:after, .after:before{
   content:"";
   position:absolute;
   width:80px;
   height:3px;
   background:#555;
   top: 50%
}

.after:before{
 left:32%;
 top: 50% 

}
.after:after{
 right:32%;
 top: 50% 
  
}
.done{
  display: none
}
@media(max-width: 1200px){
 
          .after:after{
           right:27%;
           top: 50%
        }
        .after:before{
           left:27%;
           top: 50%  
          }
      .after1{

         left:26.5%!important;
         top: 32% !important; 
      }
      .after2{
         right:26.5%!important;
         top: 32% !important; 
       
      }
}
table.table{
  display: none  
}
@media(max-width: 990px){
.navi,#carouselExampleIndicators,.defention,.caro2,.messages,.message,footer,.btn-glow,.bigimg,.apps{
    display: none;
  }
  .a .p{
  width: 175px!important;
}
  .a small.address{
width: 185px;
}
  .zn-res-trigge{
    display: inline-block!important;
    margin-top: 10px;
    margin-left:10px;
  }
  .hospital-info small.address{
    font-size: 12px!important;

  }
  .hospital-info .address-title{
    font-size: 12px!important;
    float: right;
  }
  .smallimg{
    display: block!important;
  }
  .fa-chevron-left{
    display: block;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: .2s
  
}
.fa-chevron-left:hover{
  background: #4c93fb;
  color: #f5f8ff;
}
  table.table{
  display: block;
  margin: 0;  
}
  body{
    padding: 0!important
  }
 .done{
  display: inline;
}
.square-link{
  display: block;

}
.done i{
  width: 45%;
}

   .after:after{
           right:20%;
           top: 50%
        }
        .after:before{
           left:20%;
           top: 50%  
          }
      .after1{

         left:18.5%!important;
         top: 32% !important; 
      }
      .after2{
         right:18.5%!important;
         top: 32% !important; 
       
      }
      .after h2{
        font-size: 25px!important;
      }
}
@media(max-width: 800px){
  .mapouter{
    position: absolute;
  }
  .mapouter iframe{
  margin:10px;
}
   .after:after{
           right:25%;
           top: 50%
        }
        .after:before{
           left:25%;
           top: 50%  
          }
      .after1{
          
         left:25%!important;
         top: 25% !important; 
      }
      .after2{
         right:25%!important;
         top: 25% !important; 
       
      }
      .after h2{
        font-size: 22px;
      }
      .after:after, .after:before{
width:35px;}
}
@media(max-width: 510px){
  .mapouter iframe{
      width:260px;

  }
  .hospitaldescription p{
    font-size: 18px!important;
  }
  .done i{
    font-size: 35px!important;
    width: 57%!important;
  }
  .square{
    height: 120px;
  }
   .after:after{
           width:0;
           height:  0%
        }
        .after:before{
           width:0;
           height:  0%  
          }
      .after1{
          
         left:15.5%!important;
         top: 25% !important; 
      }
      .after2{
         right:15.5%!important;
         top: 25% !important; 
       
      }
      .after h2{
        font-size: 22px!important;
      }
  }
  }
}
@media(max-width: 410px){


   .after:after{
           width:0;
           height:  0
        }
        .after:before{
           width:0;
           height:  0  
          }
      .after1{
          width:1px!important;
           height:  0  !important
      }
      .after2{
         width:1px!important;
           height:  0  !important 
       
      }
      .after h2{
        font-size: 16px;
      }
}

.after1{
  background: #4c93fb;
  height: 15px;
  width: 15px;
  position: absolute;
   left:31.5%;
   top: 33% ; 
   border-radius: 50%;
}
.after2{
  background: #4c93fb;
  height: 15px;
  width: 15px;
  position: absolute;
   right:31.5%;
   top: 33% ; 
   border-radius: 50%;
   z-index: 5
}
.message{
  text-align: center;
  transition: .3s;

}
.message:hover{
  background: #0090bb;
  color: #fff;
  box-shadow: 0 0 10px 5px #555;
  transform: scale(1.05);
}
.message:hover h2{
  color: #fff!important;
}

.carousel-control-prev-icon.s, .carousel-control-next-icon.s{
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;

}
.menu-level2 {
  padding: 5px;
  
 
}
.menu-level2 li a{
 transition: .3s;
}
.menu-level2 li:hover a{
  background-color: #4c93fb;
  color: #fff;
}
.custom a{
  color: #fff;
  text-decoration: none;
}
.custom:hover a{
  color: #000;
  text-decoration: none;
}
.log{
  background-image: url('/img/login.jpg');
  background-repeat: no-repeat;
  min-height: 110vh;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}
.sign{
  opacity: .8;
  background: #000;
  color: #fff;
  border-radius: 0
}
.sign input{
  background: #000!important;
  color: #fff!important;
}
.langs a{
float: left;
display: block!important;

}
.langs{
  position: absolute;
  bottom: 10px
}
.flag-icon{
  background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.inputs input{
 border-radius: 0;
}

/********** category card hover*******************/
.card 
{
  transition: .4s all ease-in;
  border: none;
  margin: 25px auto;
  
  
  
}

.card-img-top{
  box-shadow: 0 0 25px rgba(0,0,0,.05);
}

.carousel-control-next-icon 
{
  padding: 0 4px 0 0; 
}
.product_price 
{
  float:right;
      font-family: 'Cairo', 'Comfortaa'!important;
  color:#6b7270;
  font-size: 20px;
  font-weight:400;
}


.product-detail {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(9, 9, 9, 0.7);
  transition: all 0.35s;
  text-align: center;
box-sizing: border-box;
}
.card .product-detail h5
{
      font-family: 'Cairo', 'Comfortaa'!important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
 
}

.card .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}

.card .product-detail blockquote 
{
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  
}
.card:hover .product-detail {
  height: calc(92%);
  padding-top: 100px;
}


/********** category card hover*******************/

/***************Hospitals Page******************/

.a {
  font-size: 20px;
    text-decoration: none!important;
    float: left;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 50px;
    display: table;
    padding: 5px 10px;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #777;
    text-decoration: none;
}
.a {
    background-color: #f1f1f1 !important;

}
.a span.text,.a span{
  color: #999
}
.a span.text,.a span{
  color: #0392bb
}
span {
    position: relative;
    z-index: 1;
    line-height: 24px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}


.btnBefore, .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #000;
    border-width: 0;
    border-radius: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: #c7c6c6;
    border-radius: 5px;
}
.a .btnBefore {
    right: 0;
    bottom: 0;
}
.a .btnAfter {
    left: 0;
    top: 0;
}
.a .btnBefore {
    border-width: 0 0 1px 1px;
}
.a .btnAfter {
    border-width: 1px 1px 0 0;

}

.a .btnAfter, a .btnBefore {
height: 100%;
width: 100%;
transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}

/***************Hospitals Page******************/
.containers,#accordion{
  display: none;
}


@media(max-width: 600px){

     #accordion,.aboutimg{
    display: none!important 
  }
 .xyz{
  width: 100px;
  height: 100px;
  border: 1px solid black;
  
  margin-right: 20px;
  margin-bottom: 10px;
  
  float: left;
}

/*
float:right; float: left:
z-index: 1 to front, -1 to back
em=16px
*/

 

 .message:hover{
  background:none;
  box-shadow:none;
  transform: none;
}
.message:hover .titles{
    color: #0392bb!important;
} 
.message:hover p{
    color: #000!important;

} 
  .message .icon{
    font-size: 11px;
  }
  .message .titles{
    font-size: 21px;
  }
   .message p{
    font-size: 13px;
  }
  .carousel,#sidebar-btn,#sidebar,.imgsp{
    display: none;

  }

#accordion{
  display: block
}
.containers {
   display: block;
      font-family: 'Cairo', 'Comfortaa'!important;
}

.containers {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
}
.containers .fa{
  font-size: 30px!important;
  text-align: center!important;
}
/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 33.3%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
  max-height: 133px;
  position: relative;
  display:inline;
  display: inline-block;
  float: left;
}
.end { margin-right: 0 !important; }
/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.at-icon-box {
  background: #18AFD3;
  position:relative;
  color: #fff;
  line-height:1;
  top:0;
  text-align: center;
  padding: 40px 8px;
  cursor: pointer;
}

.at-icon-box-text {
  
  font-weight:300;
  vertical-align: middle;
  display:table-cell;
}
.at-icon-box-text h4 {
   
  font-size:17px;
  font-weight: 300;
  margin: 0 0 10px 0; 
}
.at-icon-box-text p {
  font-size:15px;
  line-height:24px;
  margin-bottom: 0
}
/*
.at-icon-box-icon {
  display:table-cell;
  vertical-align:top;
  padding-left 10px;
}
*/



}

/*****************special button****************/




@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #dc143c;
  }
  50% {
    box-shadow: 0 0 30px 0 #dc143c;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #dc143c;
  }
  50% {
    box-shadow: 0 0 30px 0 #0192bd;
  }
}
.btns {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-glow {
  background: #0192bd;
  color: #fff;
  font-weight: 600;
  padding: 16px 34px;
  box-shadow: 0 0 0 0 #0192bd;
  -webkit-animation: glow 1.4s linear infinite;
          animation: glow 1.4s linear infinite;
}

/**************************Region imgs***************************/
.smallimg{
  display: none;
}

.product-details {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(9, 9, 9, 0.7);
  transition: all 0.35s;
  text-align: center;
  box-sizing: border-box;
}
.card .product-details h5
{
  font-family: 'Cairo', 'Comfortaa'!important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20%;
  color: #fff;
 
}
.card .product-details h5:after{
  content:'';
  height: 2px;
  width: 24%;
  background-color: #318fb5;
  position: absolute;
  bottom: 50px;
  left: 38%;
}
.smallimg .card.reg {
background-color: #0192bd;
}
/**************** Hospital imges******************/








/**************** Hospital imges******************/


/*---------------------------- Ammar Modifications -----------------------------*/

/* show hospital page */

.socialLinksColor{
    color: black !important;
}

  


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.hospitalDiscount .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.hospitalDiscount .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eee
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}



.hospitalDiscount .card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.card .card-category:not([class*=text-]) {
    color: #999
}

.card .card-category {
    margin-top: 10px
}

.card .card-category .material-icons {
    position: relative;
    top: 8px;
    line-height: 0
}

.card .form-check {
    margin-top: 5px
}

.card .card-title {
    margin-top: .625rem
}

.card .card-title:last-child {
    margin-bottom: 0
}

.card.no-shadow .card-header-image,
.card.no-shadow .card-header-image img {
    box-shadow: none!important
}

.card .card-body,
.card .card-footer {
    padding: .9375rem 1.875rem
}

.card .card-body+.card-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px
}

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0
}

.card .card-footer .author,
.card .card-footer .stats {
    display: inline-flex
}

.card .card-footer .stats {
    color: #999
}

.card .card-footer .stats .material-icons {
    position: relative;
    top: -10px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 18px
}

.card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .card.bmd-card-flat {
        box-shadow: none
    }
}

.hospitalDiscount .card .card-header {
    border-bottom: none;
    background: transparent
}

.card .card-header .title {
    color: #fff
}

.card .card-header .nav-tabs {
    padding: 0
}

.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px
}

.card .card-header.card-header-image img {
    width: 100%;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.card .card-header.card-header-image .card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33, 33, 33, .5)
}

.card .card-header.card-header-image .colored-shadow {
    transform: scale(.94);
    top: 12px;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transition: opacity .45s;
    opacity: 0
}

.card .card-header.card-header-image.no-shadow {
    box-shadow: none
}

.card .card-header.card-header-image.no-shadow.shadow-normal {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.card .card-header.card-header-image.no-shadow .colored-shadow {
    display: none!important
}

.card.bg-primary,
.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-primary .back,
.card.card-rotate.bg-primary .front {
    /* background: linear-gradient(60deg, #ab47bc, #8e24aa) */
}

.card.bg-info,
.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-info .back,
.card.card-rotate.bg-info .front {
    /* background: linear-gradient(60deg, #26c6da, #00acc1) */
}

.card.bg-success,
.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-success .back,
.card.card-rotate.bg-success .front {
    /* background: linear-gradient(60deg, #66bb6a, #43a047) */
}

.card.bg-warning,
.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-warning .back,
.card.card-rotate.bg-warning .front {
    /* background: linear-gradient(60deg, #ffa726, #fb8c00) */
}

.card.bg-danger,
.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-danger .back,
.card.card-rotate.bg-danger .front {
    /* background: linear-gradient(60deg, #ef5350, #e53935) */
}

.card.bg-rose,
.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-rose .back,
.card.card-rotate.bg-rose .front {
    /* background: linear-gradient(60deg, #ec407a, #d81b60) */
}

.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4)
}

.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(244, 67, 54, .4) 
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4) 
}

.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4) 
}

.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text) {
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4) 
}

.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text) {
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4) 
}

.card[class*=bg-],
.card[class*=bg-] .card-title,
.card[class*=bg-] .card-title a,
.card[class*=bg-] .icon i,
.card [class*=card-header-],
.card [class*=card-header-] .card-title,
.card [class*=card-header-] .card-title a,
.card [class*=card-header-] .icon i {
    color: #fff
}

.card[class*=bg-] .icon i,
.card [class*=card-header-] .icon i {
    border-color: hsla(0, 0%, 100%, .25)
}

.card[class*=bg-] .author a,
.card[class*=bg-] .card-category,
.card[class*=bg-] .card-description,
.card[class*=bg-] .stats,
.card [class*=card-header-] .author a,
.card [class*=card-header-] .card-category,
.card [class*=card-header-] .card-description,
.card [class*=card-header-] .stats {
    color: hsla(0, 0%, 100%, .8)
}

.card[class*=bg-] .author a:active,
.card[class*=bg-] .author a:focus,
.card[class*=bg-] .author a:hover,
.card [class*=card-header-] .author a:active,
.card [class*=card-header-] .author a:focus,
.card [class*=card-header-] .author a:hover {
    color: #fff
}

.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}

.card .author a {
    color: #3c4858;
    text-decoration: none
}

.card .author a .ripple-container {
    display: none
}

.card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px
}

.card .card-category-social .material-icons {
    position: relative;
    top: 5px
}

.card[class*=bg-],
.card[class*=bg-] .card-body {
    border-radius: 6px
}

.card[class*=bg-] .card-body h1 small,
.card[class*=bg-] .card-body h2 small,
.card[class*=bg-] .card-body h3 small,
.card[class*=bg-] h1 small,
.card[class*=bg-] h2 small,
.card[class*=bg-] h3 small {
    color: hsla(0, 0%, 100%, .8)
}

.card .card-stats {
    background: transparent;
    display: flex
}

.card .card-stats .author,
.card .card-stats .stats {
    display: inline-flex
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14)
}

.card .table tr:first-child td {
    border-top: none
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 3px
}

.card .card-body {
    padding: .9375rem 20px;
    position: relative
}

.card .card-body .form-group {
    margin: 8px 0 0
}

.hospitalDiscount .card .card-header {
    z-index: 3!important
}

.card .card-header .card-title {
    margin-bottom: 3px
}

.card .card-header .card-category {
    margin: 0
}

.card .card-header.card-header-text {
    display: inline-block
}

.card .card-header.card-header-text:after {
    content: "";
    display: table
}

.card .card-header.card-header-icon i,
.card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px
}

.card .card-header.card-header-icon .card-title,
.card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858
}

.card .card-header.card-header-icon h4,
.card .card-header.card-header-text h4 {
    font-weight: 300
}

.card .card-header.card-header-tabs .nav-tabs {
    background: transparent;
    padding: 0
}

.card .card-header.card-header-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px
}

.card.card-plain .card-header.card-header-icon+.card-body .card-category,
.card.card-plain .card-header.card-header-icon+.card-body .card-title {
    margin-top: -20px
}

.card .card-actions {
    position: absolute;
    z-index: 1;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
    text-align: center
}

.card .card-actions .card-header {
    padding: 0;
    min-height: 160px
}

.card .card-actions .btn {
    padding-left: 12px;
    padding-right: 12px
}

.card .card-actions .fix-broken-card {
    position: absolute;
    top: -65px
}

.card.card-chart .card-footer i:nth-child(1n+2) {
    width: 18px;
    text-align: center
}

.card.card-chart .card-category {
    margin: 0
}

.card .card-body+.card-footer,
.card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center
}

.card .card-body+.card-footer h6,
.card .card-footer h6 {
    width: 100%
}

.card .card-body+.card-footer .stats,
.card .card-footer .stats {
    color: #000;
    font-size: 19px;
    line-height: 21px;
    font-weight: bold;
}

.card .card-body+.card-footer .stats .card-category,
.card .card-footer .stats .card-category {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0
}

.card .card-body+.card-footer .stats .material-icons,
.card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px
}

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative
}

.card [class*=card-header-] .card-title+.card-category {
    color: hsla(0, 0%, 100%, .8)
}

.card [class*=card-header-] .card-title+.card-category a {
    color: #fff
}

.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px
}

.card [class*=card-header-] .card-icon,
.card [class*=card-header-] .card-text {
    border-radius: 3px;
    /* background-color: #999; */
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left
}

.card [class*=card-header-] .card-text {
    float: none;
    display: inline-block;
    margin-right: 0
}

.card [class*=card-header-] .card-text .card-title {
    color: #fff;
    margin-top: 0
}

.card [class*=card-header-] .ct-chart .card-title {
    color: #fff
}

.card [class*=card-header-] .ct-chart .card-category {
    margin-bottom: 0;
    color: hsla(0, 0%, 100%, .62)
}

.card [class*=card-header-] .ct-chart .ct-label {
    color: hsla(0, 0%, 100%, .7)
}

.card [class*=card-header-] .ct-chart .ct-grid {
    stroke: hsla(0, 0%, 100%, .2)
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-line,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-point,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-donut {
    stroke: hsla(0, 0%, 100%, .8)
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-area,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-pie {
    fill: hsla(0, 0%, 100%, .4)
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar {
    stroke-width: 10px
}

.card [class*=card-header-] .ct-chart .ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.card [class*=card-header-] .ct-chart .ct-line {
    fill: none;
    stroke-width: 4px
}

.card [data-header-animation=true] {
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.34, 1.61, .7, 1)
}

.card:hover [data-header-animation=true] {
    transform: translate3d(0, -50px, 0)
}

.card .map {
    height: 280px;
    border-radius: 6px;
    margin-top: 15px
}

.card .map.map-big {
    height: 420px
}

.card .card-body.table-full-width {
    padding: 0
}

.card .card-plain .card-header-icon {
    margin-right: 15px!important
}

.card-footer {
    border-top: 1px solid #eee !important;
    margin-top: 20px !important;
}

.hospitalDiscount .content{
  margin-top: 10px;
}

.footerSocial span{
    background: #fff;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin: 0 5px;
    border-radius: 50%;
    color: #0591be; 
}

.footerSocial a {
    cursor: pointer;
}

.footerSocial a:nth-child(1) span:hover {

    background: blue;
    color: #fff;
    transition: 0.4s;
}

.footerSocial a:nth-child(2) span:hover {

    background: red;
    color: #fff;
    transition: 0.4s;
}

.footerSocial a:nth-child(3) span:hover {

    background: #fae481;
    color: #fff;
    transition: 0.4s;
}

.footerSocial a:nth-child(4) span:hover {

    background: #28aae1;
    color: #fff;
    transition: 0.4s;
}

.footerSocial a:nth-child(5) span:hover {

    background: #de5245;
    color: #fff;
    transition: 0.4s;
}

.homeIcons .imgs img{
    vertical-align: middle;
    border-style: none;
    width: 70px;
    margin-top: 7px;
}

.homeIcons  .name{
    margin-top: 5px;
    padding-bottom: 4px !important;
}

/* .homeIcons {
    padding-bottom: 8px;
} */



.aboutUsImage{
    border-radius: 12px;
    -webkit-box-shadow: 3px -1px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px -1px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 3px -1px 12px 0px rgba(0,0,0,0.75);
}


.matrialBox {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.left {
    float: left;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#slider {
    box-sizing: border-box;
    min-width: 768px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slider * {
    box-sizing: border-box;
		font-family: 'Montserrat', sans-serif;
	  font-size: 300;
}
#slide {
    width: 100%;
    height: 400px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
#slide ul {
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slide ul li {
    position: relative;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slide ul li .img {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    background-size: cover;
    padding-left: 100%;
    pointer-events: none;
}
#slide ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 33.35%;
    height: 400px;
}
#thumbnail {
    width: 33.35%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
#thumbnail .thumbnail-list {
    box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}
#thumbnail .thumbnail-list li {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    padding: 42px 15px 0 36px;
    line-height: 1.3;
    height: 133.5px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}
#thumbnail .thumbnail-list li:last-child {
    border-bottom: none;
}
#thumbnail .thumbnail-list li.marker {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 0;
}
#thumbnail .thumbnail-list li.active span {
    font-size: 24px;
    line-height: 1;
}
#thumbnail .thumbnail-list li p {
	  color: rgba(255,255,255,0.5);
    margin: 0;
    font-size: 14px;
}
#thumbnail .thumbnail-list li span {
    font-size: 16px;
    letter-spacing: -.1px;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.blur-img {
    width: 300%;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-position: 100% 0;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blur-content {
    height:400px;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
    width:33.3%;
}

/*--------------- protfolio section ------------------------*/
.protfolio div{
  padding: 4px;
  color: #fff;
  position: relative;
}

.protfolio h2{
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.protfolio .overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #4b92c0a1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out; 
}

.protfolio .protfolioDiv:hover .overlay{
  opacity: 1;
  transition: opacity 0.2s ease-in-out; 
}

.protfolio .protfolioDiv .insideParagraph{
    margin-top: 47%;
    background: #0000009e;
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    font-size: 24px;
}

.protfolio .protfolioDiv:hover .insideParagraph{
    display: none;
}

.protfolio .overlay h3{
  text-shadow: 0 0 3px #d48787;
  padding-top: 17%;
}

.protfolio .overlay i{
    color: #fff;
    width: 80px;
    height: 80px;
    background: #ffffff4d;
    display: inline-block;
    border-radius: 50%;
    line-height: 2.7;
    font-size: 30px;
}

.protfolio .overlay p{
  font-size: 14px;
  padding-top: 20px;
  margin-top:7px;
}
.protfolio .protfolioDiv{
  border: 5px solid #fff;
  box-shadow: 2px 4px 6px #888888;
  cursor: pointer;
  margin-bottom: 14px;
}


.protfolio .protfolioDiv{
  
  background-size: cover;
  height: 256px;
  width: 386;
}

.addRecent{
position: absolute;
    top: 8px;
    left: 112px;
    width: 20px;
    height: 20px;
    background: #4c93fb;
    border-radius: 50%;
    color: #ffffff;
    line-height: 20px;
    border: 1px solid #0f84ab;
    z-index: 1;
}

.notrecent{
    display: none;
}

.cardBefore::before{
    content: "عرض خاص";
    background: #4f96c4;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -28px;
    left: -31px;
    border-radius: 50px;
    line-height: 72px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}