*{
	padding: 0;
	margin:0;
	text-decoration: none;
	
	box-sizing: border-box;
}
a:hover{text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body{
  font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5{
  font-family: 'Montserrat', sans-serif;
}
img{
  width: 100%;
}

@-webkit-keyframes mymove {
    0%   {bottom: 0px;}
}

 /*********Standard syntax *******/
@keyframes mymove {
    0%   {bottom: 0px;}
    
}
.medicadimplants a:focus{
  outline: none;
  text-decoration: none;
}

.medicadimplants a {
    color: unset;
    display: inline-block;
}

.containerWith{
 width: 89%;
 max-width: 1200px;
 margin: 0 auto;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    -webkit-animation: mymove 10s infinite; 
    animation: mymove 10s infinite;
}

#toTop:hover {
    outline: none;
    background-position: right 0;
}


 /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb031 {position:absolute;}
        .jssorb031 .i {position:absolute;cursor:pointer;}
        .jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
        .jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
        .jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
        .jssorb031 .i.idn {opacity:.3;}

.banner_text{
  color:#fff;
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.banner_text h2{
  font-size:30px;
}

.heading {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}
.banner_text h4{
  font-size: 25px;
}
.heading:after {
    content: url(../images/wave-white.png);
    display: block;
    margin: -10px auto 0;
}


.home_about .heading:after{
  content: url(../images/wave-black.png);
}
.banner_text .btn,.home_about_btn .btn,.book_btn .btn{
  color: #000;
  background-color: #fff;
  transition: all .8s ease;
      margin-top: 120px;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}


.banner_text .btn:hover,.home_about_btn .btn:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.footer{
   /* background: url(../images/footer-bg.png) no-repeat #267d9d;*/
    background-position: bottom center;
    background-size: cover;
    color: #f6f8f8;
    position: relative;
    background-color: #444;
}


.footer .footer_top {
    padding: 80px 0 50px;
}
.footer_bot{
  border-top: 1px solid #666;
  background-color:#1C2126;
  padding:20px 0;
}
.copyright{
 font-size: 13px;
 list-style: none;
 color:#888;    
}
.copyright p{
  margin: 0;
}
.copyright a{
  color:#ccc;
  margin: 0 5px;
}

.footer_head{
  margin: 0;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}

.fooder_menu li a,.footer_contact li a{
  color:#ddd;
  padding: 6px 0;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
}

.fooder_menu li a:hover,.fooder_menu li .active,
.footer_contact li a:hover{
  color:#fff;
}

.footer_contact i{
  margin-right: 10px;
}

.footer_abot{
  font-size: 15px;
  line-height: 25px;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
        box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
  }

.medicadimplants .logo{
  float: left;
  margin: 0;
  padding: 0;
}
.medicadimplants .menu{
  float: right;
}
.medicadimplants .menu li a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color:#000;
}
.medicadimplants .top_header{
  background-color:#b9b9b9;
  padding: 10px 0;
}

.medicadimplants .top_bot{
  margin: 0;
  padding:15px 0;
  border:none;
}

.medicadimplants .dropdown-menu>li>a:focus,
.medicadimplants .dropdown-menu>li>a:hover {
    color: #ff2613;
    text-decoration: none;
    background-color:transparent;
}

.medicadimplants .navbar-default .navbar-nav>.open>a, 
.medicadimplants .navbar-default .navbar-nav>.open>a:focus, 
.medicadimplants .navbar-default .navbar-nav>.open>a:hover {
    color: #ff2613;
    background-color: transparent;
}

.medicadimplants .navbar-default .navbar-nav>li>a:hover,
.medicadimplants .menu li .active{
  color: #ff2613;
}

.medicadimplants .dropdown-menu li a{
  padding: 10px 20px;
  margin:3px 0; 
}
.medicadimplants .dropdown-menu li a:hover{
  padding: 10px 20px;
  background-color:#eee;
}


.top_mail{
  float: left;
  margin: 12px 0px;
}
.top_upload{
  float: right;
}

.top_upload a{
  color: #ffffff;
  padding:10px !important;
  background-color: #00002f;
  font-weight:800;
  border: 2px solid #ffffff;
  border-radius: 20px;
}
/*about_us*/

.heading_txt{
  text-align: center;
  font-size: 26px;
  font-weight: 600;

}
.about_us{
  padding: 50px 0;
}
.about_us_vid{
  width: 100%;
}

.about_us_vid iframe{
  height:220px;
}
.about_us_para{
  font-size: 16px;
  margin-top: 10px;
}

.medicadimplants .about_us_para_link{
  color: #ffffff;
    padding: 10px 11px;
    background: #ed2304;
    display: inline-block;
    margin-top: 15px;
}

/*process*/
.process{
  background-color:#f4f4f4;
}
.process_img{
  padding-top: 20px;
}
/*process*/

/*specific*/
.specific{
  text-align: center;
}

.specific_img{
  width: 26%;
  margin:0 auto;
}

/*zoom slider*/
/* Basic styling */
    code {
      display: block;
      background-color: #eee;
      padding: 2em;
      overflow: scroll;
      white-space: nowrap;
    }
.body {
      max-width: 800px;
      padding: 40px;
      margin: 0 auto;
    }
    .meta {
      margin: 0 0 40px 0;
      font-size: 0.8em;
    }
    .properties-table {
      width: 100%;
      padding: 0;
      border-spacing: 0;
      margin-top: 2em;
      font-size: .85em;
      background-color: #eee;
    }
    .properties-table th, .properties-table td {
      text-align: left;
      padding: 10px;
    }
    .properties-table th {
      border-bottom: 1px solid #333;
      line-height: 2;
    }
    /* End Basic styling */

    
    #demo-1 {
      position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
      overflow: hidden; /* to bound the empty top space created by inner element's top margin */
      width: 100%;
      min-height: 400px;
      background-color: #999;
    }
    .demo-inner-content {
      position: relative; /* if position is not set, the script will set it to 'relative'. */
      z-index: 2; /* if z-index is not set, the script will set it to '2'. */
      margin: 180px auto;
      padding: 40px;
      max-width: 600px;
      color: #fff;
      text-align: center;
      font-size: 1.5em;
    }
    .demo-inner-content h1 {
      font-size: 2.5em;
      margin: 0;
    }
