@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
      font-family: 'Poppins';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
      font-family: 'Poppins';
     font-size:18px;
     color:#505050;
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}
@font-face {
    font-family: 'Samsung Sans';
    src: url('../fonts/SamsungSans-Bold.eot');
    src: url('../fonts/SamsungSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SamsungSans-Bold.woff') format('woff'),
        url('../fonts/SamsungSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url('../fonts/SamsungSans-Light.eot');
    src: url('../fonts/SamsungSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SamsungSans-Light.woff') format('woff'),
        url('../fonts/SamsungSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url('../fonts/SamsungSans-Medium.eot');
    src: url('../fonts/SamsungSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SamsungSans-Medium.woff') format('woff'),
        url('../fonts/SamsungSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url('../fonts/SamsungSans-Regular.eot');
    src: url('../fonts/SamsungSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SamsungSans-Regular.woff') format('woff'),
        url('../fonts/SamsungSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 
 @font-face {
     font-family: 'Poppins';
     src: url('../fonts/Poppins-SemiBold.eot');
     src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
}
 @font-face {
     font-family: 'Poppins';
     src: url('../fonts/Poppins-Regular.eot');
     src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Poppins';
     src: url('../fonts/Poppins-Medium.eot');
     src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
}
.view-all{
  text-align:left;
  font-family:inherit;
  color:#666;
  font-weight:400;
  letter-spacing:0px;
  font-style:normal;
  line-height:26px;
  float:right;
  font-size:1em;
  position: relative;
margin-top:-40px;
}
.view-all a{
  font-family: inherit;
  font-size:1em;
  color:#c62e65;
  font-weight:normal;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -o-transition: padding .4s;
  transition: padding .4s;
  padding-bottom:2px;
}
.view-all a::after {
  content: " ";
  background-color: #9f0a4e;
  font-weight: bold;
  width: 30px;
  height: 1px;
  float: right;
  margin-top: 15px;
  margin-left: 15px;
}
.view-all a:hover{
  padding-right:8px;
  color:#0567a0;
  border-bottom:1px solid #0567a0;
}


 .clear {
     clear: both 
}
 audio, ::selection {
     background:#c62e65;;
     color: #fff;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}
 .container{
     width:100%;
     padding-left:5%;
     padding-right:5% 
}

.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.8) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
   }
   @-webkit-keyframes shine {
    from {
     -webkit-mask-position: 150%;
    }
    to {
     -webkit-mask-position: -50%;
    }
   }
   .effect-shine1:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(255, 172, 0, 1) 30%, #000 50%, rgba(255, 172, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
   }
   @-webkit-keyframes shine1 {
    from {
     -webkit-mask-position: 150%;
    }
    to {
     -webkit-mask-position: -50%;
    }
   }
   .line > a:after {
    display: block;
    content: '';
    border-bottom: 2px solid #0567a0;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
   }
   .line > a:hover:after {
    transform: scaleX(1);
   }
   .hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
   }
   .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006a4e;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
   }
   .hvr-underline-reveal:hover:before,
   .hvr-underline-reveal:focus:before,
   .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
   }
 .logo1{
     display:none 
}
.header-wraper {
    width: 100%;
    height: auto;
    background-color: #0567a0;
  }
  .top-header{ width: 100%; background-color: #075685; display: flex; justify-content: center; }
  
  /*.header-contact {
    float: right;
    position: relative;
    top: -3em;
  }*/
  .header-contact {
    position: absolute;
    right: 0;
    z-index:1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
  align-items: center;
  }
  .header-call a{
    font-size: 1em;
    font-family: inherit;
    color: #fff;
    margin-left: 1em;
    float: left;
    line-height: 2;
  }
  .header-call a:hover{ color:#f7f7f7;}
  .logo-container{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .appointment {
    color: #fff;
    outline: none;
    background: transparent;
    border: none;
    letter-spacing:0px;
    padding: 0px 30px;
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index:1;
    font-size:1em;
    font-weight: normal;
    font-family: inherit;
    border-radius: 20px;
  }
  .appointment:before,
  .appointment:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translate3D(0,-100%,0);
    transition: all .5s;
  }
  .appointment:before {
    background: #c62e65;
    z-index: -2;
    transform: translate3D(0,0,0);
  }
  .header-call a:hover{
    color: #c62e65;
  }
  .appointment:hover:after {
    transform: translate3D(0,0,0);
    transition: all .5s;
  }





  .findmore {
    color: #fff;
    outline: none;
    background: transparent;
    border: none;
    letter-spacing:0px;
    padding: 0px 52px;
    line-height: 54px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index:1;
    font-size:1em;
    font-weight:500;
    font-family: 'Samsung Sans';
    border-radius: 30px;
    text-transform: uppercase;
    margin-top: 0.75em;
    letter-spacing: 2px;
  }
  .findmore:before,
  .findmore:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #333;
    z-index: -1;
    transform: translate3D(0,-100%,0);
    transition: all .5s;
  }
  .findmore:before {
    background: #c62e65;
    z-index: -2;
    transform: translate3D(0,0,0);
  }
  .findmore:hover {
    color: white;
  }
  .findmore:hover:after {
    transform: translate3D(0,0,0);
    transition: all .5s;
  }
 .banner-wraper{
     width:100%;
     height:auto;
     position:relative;
     z-index:1;
}
.banner-caption{ width: auto; float: left;}
 .swiper-slide-caption {
     position: absolute;
     z-index: 1;
     display: inline-block;
     width: 100%;
     max-height: 100%;
     white-space: normal;
     overflow: hidden;
     bottom: 0;
     left: 0px;
     top: 0;
     display: flex;
     align-items: flex-end;
     padding-bottom: 10%;
}
 .banner-caption-mid{
     font-size:3.333em;
     color:#fff;
     font-family: 'Samsung Sans';
     text-align:left;
     line-height:1;
     letter-spacing:-1px;
     font-weight: 900;
     font-style: normal;
     font-display: swap;
     text-transform: uppercase;
}
.banner-caption p{
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 1.15em;
    line-height: 1.7;
    font-weight: 500;
}

.banner-caption-bottom{
    font-size:3.778em;
    color:#333;
    font-family: 'Nexa';
    text-align:left;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    line-height:1.2;
    letter-spacing:-1px;
    text-transform: uppercase;
}
 .caption{
     font-size:1.625em;
     color:#fff;
     font-family: inherit;
     text-align:left;
     font-weight: normal;
     line-height:1;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 @-webkit-keyframes shine {
     from {
         -webkit-mask-position: 150%;
    }
     to {
         -webkit-mask-position: -50%;
    }
}
 .effect-shine1:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(255,172,0,1) 30%, #000 50%, rgba(255,172,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 @-webkit-keyframes shine1 {
     from {
         -webkit-mask-position: 150%;
    }
     to {
         -webkit-mask-position: -50%;
    }
}
 .desk-view{
     display:block 
}
 .mob-view{
     display:none 
}
 
 .footer-wraper {
     width:100%;
     height:auto;
     background-color:#05669e;
}
 .copy-right {
     width:auto;
     height:auto;
     float:left;
     color:#f7f7f7;
     font-family:inherit;
     font-size:1em;
     font-weight:400;
     line-height:44px 
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     width: auto;
     color:#f7f7f7
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     color:#f7f7f7;
     font-family:inherit;
     font-size:1em;
     font-weight:400;
     line-height:44px 
}
 .designed p a {
     text-decoration: none;
     color:#f7f7f7;
     font-family:inherit;
     font-size:1em;
     font-weight:400 
}
 .designed p a:hover {
     text-decoration: none;
     color:#fff;
     font-family:inherit;
     font-size:1em 
}
 
 .whats-app{
    position:fixed;
    bottom:10vh;
    right:0;
    margin-right:4%;
    width:30px;
    z-index:120000
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-left:30px;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
  .footer-outer-wraper{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45px;
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
    background: #efefef;
  }
  .footer-bg{
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .footer-bg img{
    width: auto;
    height: auto;
    display: block;
  }
  .footer-container{
       width:100%;
    height: auto;
    z-index: 9;
  position: relative; 
  text-align: center;
}
.footer-content {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: text-top;
    float: none;
    margin-bottom: 1em !important;
    text-align: left;
    margin: 0px 2em;
}

/*.footer-content:nth-child(2) {
    width:15% 
}
.footer-content:nth-child(3) {
    width:28% 
}
.footer-content:nth-child(4) {
    padding-left:3% 
}
*/
.footer-content-for {
    width:100%;
    height:auto;
    padding-bottom:1.5em;
    display:flex;
    align-items:center 
}
.footer-content-for:nth-child(1) {
    align-items: flex-start;
    
}
.footer-content-icon {
    width:50px;
    text-align: center;
    float:left ;
    color: #05669e;
    font-size: 1.25em;
}
.footer-content-details {
    width:auto;
    height:auto;
    float:left 
}
.footer-content-details p {
    width:100%;
    height:auto;
    font-family:inherit;
    line-height:1.7;
    color:#333;
    font-size:1em 
}
.footer-content-details p a {
    font-family:inherit;
    line-height:1.7;
    color:#333;
    font-size:1em 
}
.footer-logo {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0em 0em 1.5em 0em;
    position: relative;
    z-index: 99;
  }
/*.footer-logo img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1) 
}
*/

.footer-top-title {
    width:100%;
    height:auto;
    text-align:left;
    color:#0c203b;
    font-size:1em;
    padding-bottom:15px;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-family:  inherit;
}
.footer-content ul {
    margin:0px;
    padding:0px;
    list-style-type:none 
}
.footer-content ul li {
    font-family: inherit;
    font-size:1em;
    line-height:1.7;
    margin-bottom:8px;
}
.footer-content ul li a {
    font-family: inherit;
    font-size:1em;
    color:#333;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    font-weight: normal 
}
.footer-content ul li a:hover {
    font-family: inherit;
    font-size:1em;
    color:#c62e65;
    padding-left:3px;
    font-weight: normal 
}
.footer-social-links {
    width: auto;
    height: auto 
}
.footer-social-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-social-links ul li{
    width:43px;
    height: 43px;
    margin-right:10px;
}
.footer-social-links ul li a{
    width:43px;
    height: 43px;
    background-color:#05669e;
    color:#fff;
    font-size:1.35em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-links ul li a:hover{
    width:43px;
    height: 43px;
    background-color:#05669e;
    color:#fff;
    font-size: 1.35em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-wraper{
    width: 100%;
    height: auto;
    padding:55px 0px ;
    background-color: #f6f6f6;
    margin-top: 80px;
}
.bottom-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-content-for{
    width: auto;
    height: auto;
    float: left;
    padding: 0px 85px;
    border-right: 1px solid #ccc;
}
.bottom-content-for img {
    mix-blend-mode: multiply;
  }
.bottom-content-for:nth-child(2){ border: none;}
.welcom-wraper{
    width: 100%;
    height: auto;
    padding-top: 1em;
    display: flex;
    align-items: center;
}
.welcome-pic{
    width: 32%;
    height: auto;
    float: left;
    position: relative;
    left: -6%;

}
.welcome-content{
    width: 68%;
    height: auto;
    float: left;
}
.welcome-content-container{
    width: 100%;
    height: auto;
    padding-bottom: 1.5em;
}
.welcome-content-container-title{
    width: 100%;
    height: auto;
    line-height: 1.7;
    font-size: 2em;
    color: #05669e;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.welcome-content-container p{
    width: 100%;
    height: auto;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
}
.for-welcome{
    display: flex;
    align-items: center;
}
.moddle-wraper{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -10em;
    z-index: -1;
   /* -webkit-mask-image: url(../images/middlebg.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    -webkit-mask-size: 100% 100%;*/
}
.middle-bg{
    width: 100%;
    height: auto;
}
.middle-container{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.middle-content{
    width: 40%;
    height: auto;
    float: left;
    padding-left: 10%;
}
.middle-logo{
    width: 100%;
    height: auto;
    text-align: left;
}
.middle-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-size:1.722em ;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #444;
    line-height: 1.7;

}
.middle-content p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
  }
  .middl-pic{
    width: 60%;
    height: auto;
    position: relative;
    float: right;
    right: -5.5%;
  }
  .middl-pic img { width: 100%; display: block; position: relative;
    bottom: -1em;}

.quick-contact-wrap{
    width: 100%;
    height:auto ;
    position: relative;
    margin-top: -8em;
  /*z-index: -2;*/
}
.quick-contact-wrap-inner {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 2em;
}
.quick-contact-pic{
    width: 100%;
    height: auto;
    position: relative;
  z-index: -2;
}
.quick-contact{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 5em;
}
.quick-contact-inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  top: 0;
}
.quick-contact-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-family: 'Samsung Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size:1.667em;
}
.quick-contact-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
}
.contact-for{
    width: auto;
    height: auto;
    line-height:65px ;
    display: flex;
    align-items: center;
    padding: 0px 25px 0px 5px ;
    border-radius: 50px;
    float: left;
    background-color: #fff;
    transition: all .5s;
}
a:nth-child(2) .contact-for{ margin-left: 1em;}
a:hover .contact-for{ background-color: #0567a0;}
.contact-for-icon{
    width:55px ;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#0567a0;
    color: #fff;
    font-size: 1.25em;
    margin-right:0.5em;
    float: left;
    transition: all .5s;
}
a:hover .contact-for-icon{ background-color: #fff; color: #0567a0;}
.contact-for-content{
    width: auto;
    height: auto;
    float: left;
    font-size: 1.05em;
    color: #0567a0;
    font-family: 'Samsung Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;

}
a:hover .contact-for-content{ color: #fff;}
.banner-contact-for{
  width: auto;
  height: auto;
  line-height:65px ;
  display: flex;
  align-items: center;
  padding: 0px 25px 0px 15px ;
  border-radius: 50px;
  float: left;
  background-color: #0567a0;
  margin-top: 1em;
}

.banner-contact-for-icon{
  width:55px ;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#fff;
  color: #0567a0;
  font-size: 1.25em;
  margin-right:0.5em;
  float: left;
}
.banner-contact-for-content{
  width: auto;
  height: auto;
  float: left;
  font-size: 1.05em;
  color: #fff;
  font-family: 'Samsung Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;

  line-height: 1.7;
  padding: 10px 0px;
  text-transform: uppercase;
}
.social-wraper{
    width: 100%;
    height: auto;
    padding:85px 0px;

}
.team-container-home{
    width: 60%;
    height: auto;
    padding: 0px 5%;
    float: left;
}

.card {
    width: 24.5%;
    margin-bottom: 16px;
    position: relative;
    margin-right: 0.66%;
    margin-bottom: 0.66%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card:nth-child(4n+4){ margin-right: 0%;}
  .card figure {
    width: 100%;
  }
  .card .overflow-wrapper {
    width:100%;
    overflow: hidden;
    position: relative;
  }
  .card .overflow-wrapper figure {
    width: 100%;
  }
  .card .front {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    background-color: white;
  }
  .card .front img {
    width: 100%;
    display: block;
    webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .card .back {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    text-align: left;
    background-color: rgba(0,0,0,0.4);
    color: white;
    font-weight: 400;
  
    
  }
  .card .back > * {
    padding: 0 16px;
  }
  .card .back h5 {
    padding-top: 16px;
    font-size: 1em;
    line-height: 1.7;
  }
  .card .back .title {
    padding-bottom: 0.8vw;
    color: #ccc;
    font-size: 0.75em;
  }
  
  
  .flipY {
    perspective: 1500px;
  }
  .flipY:hover .flip-container {
    transform: rotateY(180deg);
  }
  
  .flip-container {
    transition: all 500ms ease-in;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-container figure {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flip-container .back {
    transform: translateX(-50%) rotateY(180deg);
  }
  
  .slideDown .front {
    z-index: 0;
  }
  .slideDown .back {
    max-height: 0;
    overflow: hidden;
    transition: all 500ms linear;
  }
  .slideDown:hover .back {
    max-height: 100%;
  }
  
  .slideUp .front {
    z-index: 0;
  }
  .slideUp .back {
    bottom: 0;
    top: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms linear;
  }
  .slideUp:hover .back {
    max-height: 100%;
  }
  
  .slideLeft .front {
    z-index: 0;
  }
  .slideLeft .back {
    left: -100%;
    transform: none;
    transition: all 500ms linear;
  }
  .slideLeft:hover .back {
    left: 0;
  }
  
  .fadeIn:hover .front {
    opacity: 0;
    transition: opacity 500ms linear;
  }
  .team-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 2em;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color:#0567a0 ;
    line-height: 1.8;
  }

  .readmore{
    text-align:left;
    letter-spacing:0px;
    font-style:normal;
    float:right;
    font-size:1.111em;
    margin-top:1em;
}
.readmore a{
    font-family: 'Samsung Sans';
    -webkit-transition: padding .4s;
    -moz-transition: padding .4s;
    -o-transition: padding .4s;
    transition: padding .4s;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color:#0567a0 ;
    line-height: 1.8;
    font-size: 1;
    border-bottom: 1px solid #0567a0;
    
}
.review{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 1em;
}


.readmore a:hover { padding-right:8px; color:#126088; border: none; }
.download-for-outer{
  width: 60%; margin: 0 auto;
  display: flex; justify-content: flex-start;
}
.download-for{
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #efeeed;
  border-radius: 10px;
  margin-top: 2em;
}
.download{
  font-size: 1.05em;
  font-family: inherit;
  color: #333;
  font-weight: normal;
  padding-right: 2em;
  padding-left: 2em;
}
a:hover .download{
  font-family: inherit;
  color: #c62e65;
  font-weight: normal;
}



.testimonial .testimonial-content{
  width: 100%;
  float: right;
}

.testimonial .description{
  font-size: 1em;
  color: #333;
  padding: 0 15px;
  margin: 0;
  position: relative;
  line-height: 1.7;
  padding: 2em 0em;
  margin:0em 2em;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-weight: normal;
  text-align: justify;
  padding-top: 0px;
}
.testimonial .description:before,
.testimonial .description:after{
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-size: 17px;
  color: #e1c37d;
  position: relative;
}
.testimonial .description:before{
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}
.testimonial .description:after{
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls{
  width: 70%;
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
  width: 30px;
  height: auto;
  line-height: 1.7;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.owl-prev:before,
.owl-next:before{
  content: "\f177";
  font-family: "fontawesome";
  font-size: 1.5em;
  font-weight: 900;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 25%;
}
.owl-next:before{
  content: "\f178";
}
/*.owl-next:after{
  content: " / ";
  font-size: 40px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: -10px;
}*/
@media only screen and (max-width: 990px){
  .testimonial{ text-align: center; }
  .testimonial .pic{
      width: 200px;
      margin: 0 auto;
      float: none;
  }
  .testimonial .pic:before,
  .testimonial .pic:after{
      width: 80px;
      height: 100px;
  }
  .testimonial .testimonial-content{
      width: 100%;
      float: none;
  }
  .testimonial .title{
      padding: 15px 0 0 0;
  }
  .testimonial .post{
      padding: 0;
      margin-bottom: 10px;
  }
  .owl-theme .owl-controls{
      width: 100%;
      position: static;
      text-align: center;
  }
  .owl-theme .owl-controls .owl-buttons div{
      height: 50px;
      line-height: 50px;
  }
}

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%; margin-top: 1.5em;}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#333;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}

.owl-buttons{float: right;
  position: relative;
  top: -10em;}
   
/************************************************** START LOCATION **************************************************/
 .inner-wraper-main{
     width:100%;
     height:auto;
     background-color:#ebede5;
     padding-bottom:90px;
}
 .inner-banner-caption-wrap{
     width:100%;
     height:auto;
     position:absolute;
     bottom:25%;
     right:0;
     left:0;
     display:flex;
     align-items:center;
     font-size: 0.5em
}
 .inner-banner{
     width:100%;
     height:auto;
}
 .inner-banner-wrap{
     width:100%;
     height:auto;
     position:relative;
}
 .inner-caption{
     width:100%;
     height:auto;
     position:absolute;
     left:0;
     bottom:0%;
     top: 0;
     right: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-bottom:6em;
}
.caption{ 
    font-size:2.5em;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
}
.banner-bottom{ font-size: 1.05em !important;  font-weight: 500 !important;}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top:20px;
     display: none;
}

 .bred-home{
     width:auto;
     height:auto;
     float:left;
     font-family:inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
     text-transform: capitalize;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family:inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#000;
     line-height:30px;
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#999;
     line-height:30px;
     padding-left:8px;
     padding-right:8px;
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#c62e65;
     line-height:30px;
}
 .inner-wrap{
     width:100%;
     height:auto;
     margin-top:50px;
}


.swiper-slide-caption-inner {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 100%;
    max-height: 100%;
    white-space: normal;
    overflow: hidden;
    bottom: 0;
    left: 0px;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5%;
    font-size: 12px;
    padding-left: 5%;
  }
  .team-container{
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    border-radius: 15px;
    padding:50px 35px ;
    margin-bottom:25px ;
    display: flex;
    align-items: center;
    direction: rtl;

  }
  .team-container:nth-child(2n+2){ direction: ltr;}
  .team-content{
    width: 80%;
    height: auto;
    float: left;
    padding-right: 3%;
    direction: ltr;
  }

  .team-container:nth-child(2n+2) .team-content{ padding-right: 0%; padding-left: 3%;}
  .team-pic{
    width: 20%;
    height: auto;
    float: left;
  }
  .team-content-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
    font-size: 2em;
    line-height: 1.7;
  }
  .team-content-title-sub{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
    font-size: 1.25em;
    display: flex;
    align-items: center;
    margin-top: 1em;
  }
  .team-content p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
  }
  .team-spec{
    width: 80%;
    height: auto;
    background-color:#c62e65 ;
    display: flex;
    flex-wrap: wrap;
    border-radius: 70px;
    padding: 0px 35px;
    margin-top: 1.5em;
    position: relative;
    overflow: hidden;

  }
  .team-container:nth-child(2n+2) .team-spec{ background-color:#0567a0;}
  .team-spec-left{
    width: 30%;
    height: auto;
    float: left;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.25em;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    padding: 25px 0px;
  }
  .team-spec-right{
    width: 70%;
    height: auto;
    float: left;
    
    padding: 25px 0px;
    padding-left: 5%;
  }
  .team-spec-right ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .team-spec-right ul li{
    width: 100%;
    height: auto;
    font-size: 0.9em;
    color: #fff;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
    background: url(../images/listingbg.png) no-repeat left center;
    padding-left:30px ;
    margin: 5px 0px;
  }
  .spec-bg{
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .spec-bg img {
    mix-blend-mode: multiply;
    height: 100%;
  }
  .spec-bg-right{ left: auto; right: 0; }

  .receptionist-wrap{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .reception-container{
    width: 60%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f3f3f3;
    margin-bottom: 1.5em;
  }
  .reception-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #333;
    background-color: #e0e0e0;
    font-size: 1.25em;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    line-height: 2.5;
  }
  .recption-content-outer{
    width: 100%;
    height: auto;
    padding:45px 45px ;
    display: flex;
    align-items: center;
  }
  .reception-pic{
    width: 45%;
    height: auto;
    float: left;
  }

  .reception-details{
    width: 55%;
    height: auto;
    float: left;
    padding-left: 2%;
  }
  .reception-details-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.25em;
    font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
    
  }
  .reception-details p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height:1.7;
  }
  .nurese-detail {
    width: 99.8%;
    height: auto;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
    margin: 0em auto;
    text-align: center;
    background-color: #fff;
    padding: 1.5em 10%;
  }
  .nurse-container{
    width: 49.95%;
    height: auto;
    background-color:#f3f3f3;
    padding:60px 30px;
    float: left;
    border-right: 3px solid #fff;
    display: flex;
    align-items: center;
  }
  .nurse-container:nth-child(2n+2){ border: none;}
  .nurse-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

/************************************************** START AESTETIC **************************************************/
.aestetic-journey{
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 60px 0px;
}
.journey-begin-container{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.begin-pics{
  width: auto;
  height: auto;
  float: left;
}
.begin-content{
  width: auto;
  height: auto;
  float: left;
  padding-left: 1.5em;
}
.begin-content-title{
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
    font-size: 3.889em;
}
.begin-content p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
}
.treatment-range-wraper{
  width: 100%;
  height: auto;
  padding: 1.5em 0em;
  
}
.treatment-range-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
    font-size:2em;
}
.treatment-outer-container{
  width: 60%;
  height: auto;
  margin: 0 auto;
  margin-top: 1em;
}
.treatment-container{
  width: 49%;
  height: auto;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom:2%;
}
.treatment-container:nth-child(1){ margin-right: 2%;}
.treatment-container:nth-child(3){ width: 100%;}
.treatment-container-pic{
  width: auto;
  height: auto;
  float: left;
}
.treatment-content{
  width: auto;
  height: auto;
  float: left;
  padding-left: 1.5em;
}
.treatment-content-title{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: 'Samsung Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #333;
}
.treatment-content p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
}
.aestetic-top-wraper{
  width: 100%;
  height: auto;
  padding: 2.5em 0em;
  padding-bottom: 1em;
}

.aestetic-container{
  width: 65%;
  height: auto;
  margin: 0 auto;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.astetic-pic{
  width: auto;
  height: auto;
  float: left;
}
.astetic-dtl{
  width: auto;
  height: auto;
  float: left;
  padding-left: 2em;
}
.aestetic-dtl-title{
  width: 100%;
  height: auto;
  text-align: left;
  font-size:2em;
  font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #0567a0;
    line-height: 1.7;
}
.astetic-dtl p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
}
.dental-practice{
  width: 70%;
  height: auto;
  padding-top: 1.5em;
  margin: 0 auto;
}
.facial-astetic-dental-practice{
  width: 100%;
}

.contact-out{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.dental-practice-title{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: 'Samsung Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #c62e65;
    line-height: 1.7;
}
.dental-practice-outer{
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding:35px 20px ;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.dental-practice-icon{
  width: auto;
  height: auto;
  float: left;
}
.dental-practice-content{
  width: auto;
  height: auto;
  float: left;
  padding-left: 1.5em;
}


.dental-practice-content-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: 'Samsung Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #333;
}
.gallery-name{
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.55), rgba(0,0,0,0.5), rgba(0,0,0,0.45), rgba(0,0,0,0.4), rgba(0,0,0,0.35), rgba(0,0,0,0.3), rgba(0,0,0,0.25), rgba(0,0,0,0.2), rgba(0,0,0,0.15), rgba(0,0,0,0.1), rgba(0,0,0,0.05), rgba(0,0,0,0.025), rgba(0,0,0,0.017), rgba(0,0,0,0.0075), rgba(0,0,0,0.0005) );
  padding-top: 1em; padding-bottom: 0.5em;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.05em;
  font-family: inherit;
  text-align: center;
}



      
/************************************************** END GALLERY **************************************************/
.denture-pic{
  width: 20%;
  height: auto;
  float: left;
  border-radius: 20px;
  overflow: hidden;
}
.denture-container{
  width: 80%;
  height: auto;
  float: left;
}
.denture-container p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
}
.denture-container ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 1em 0em;
}

.denture-container ul li{
  width: 30%;
  margin-right: 5%;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  float: left;
  margin: 0.5em 0px;
  background: url(../images/tick.png) no-repeat left center;
  padding-left: 30px;
}
.denture-container ul li:nth-child(3n+3){ margin-right: 0%;}
.dentures-title{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: 'Samsung Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #05669e;

}

.process-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.process-container{
  width: auto;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 1.5em;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.proces-arrow{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right:-30px ;
}
.process-container:nth-child(1){ width: 24%;}
.process-container:nth-child(2){ width: 45%;}
.process-container:nth-child(3){ width: 27%; margin-right: 0%;}

.process-container:nth-child(4){ width: 49%;}
.process-container:nth-child(5){ width: 49%; margin-right: 0%;}

.process-icon{
  width: 100%;
  height: auto;
  text-align: center;
}
.process-container .process-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.15em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #c62e65;
  line-height: 1.7;
}
.process-container p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  text-align-last: center;
}
.denture-bottom{
  width: 65%;
  height: auto;
  background-color:#1584aa ;
  border-radius: 20px;
  padding: 1.5em;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.denture-bottom-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 2em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1.7;
}
.denture-bottom p {
  width: 94%;
  height: auto;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: justify;
  text-align-last: center;
  margin: 0 auto;
}
.tooth-for{
  width: 100%;
  height: auto;
  margin-top: 1.5em;
}
.tooth-whitening-process{
  width: 33%;
  height: auto;
  float: left;
  margin-right: 0.5%;
  margin-top: 1em;
}
.tooth-whitening-process:nth-child(3n+3){ margin-right: 0%;}
.tooth-whitening-process-pic{
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.process-title{
  width: 100%;
  height: auto;
  text-align:left;
  font-size: 1.25em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #1584aa;
  line-height: 1.7;
}

.tooth-whitening-process p {
  width: 90%;
  height: auto;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
}
.bottom-space{
  padding-bottom: 10em;
}

/************************************************** START CONTACT **************************************************/
.cosmetic-top{
  width: 100%;
  height: auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.cosmetic-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.15em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #c62e65;
  line-height: 1.8;
}
.cosmetic-sub-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #0567a0;
  font-size: 1.6em;
  margin-bottom: 0.5em;
}


.venee-process {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height:1.7;
  text-align: center;
  margin-bottom: 1.5em;
}
.veneer-process-container{
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 1.5em 1.5em;
  margin-top: 2em;
}
.veneer-process-container:nth-child(3n+3){ margin-right: 0%;}
.veneer-process-container p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  text-align-last: center;
  padding-top: 30px;
}
.veneer-process-title{
  width: 80%;
  height: auto;

  border-radius: 50px;
  line-height: 50px;
  color: #fff;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 1.25em;
  margin: 0 auto;
  position: relative;
  margin-top: -50px;
  text-align: center;
  background-color:#c62e65 ;


}
.veneer-process-container:nth-child(2n+2) .veneer-process-title{background-color:#0567a0;}


/************************************************** END CONTACT **************************************************/
.contact-top{
  width: 100%;
  height: auto;
  margin-top: 1em;
}
.contact-top p {
  width: 100%;
  height: auto;
  color: #333;
  font-size:1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: justify;
}
.contact-top-container {
  width: 80%;
  height: auto;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.contact-enquiry{
  width: 60%;
  height: auto;
  float: left;
  background-color: #eff8fd;
  border-radius: 20px;
  padding: 1.5em;
  display: flex;
  align-items: center;
}
.contact-address{
  width: 60%;
  height: auto;
  float: left;
}
.contact-address-container{
  width: 100%;
  height: auto;
  padding: 1.5em;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.contact-address-container p{
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
}
.address-icon{
  width: 100%;
  height: auto;
  text-align: center;
}
.adress-tittle{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #0567a0;
  font-size: 1em;
  line-height: 2;
}
.surgery-outer{
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
.surgery-days{
  width: 55%;
  height: auto;
  float: left;
  text-align: left;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.8;
}
.surgery-sep{
  width: 10%;
  height: auto;
  float: left;
  text-align: center;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
}
.surgery-time{
  width: 35%;
  height: auto;
  float: left;
  text-align: left;
  color: #333;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
}
.contact-addres-bottom{
  width: 100%;
  height: auto;
}
.contact-for-call{
  width: 30%;
  height: auto;
  float: left;
}
.contact-mail{
  width: 70%;
  height: auto;
  float: left;
}

.contact-for-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  width: 80%;
  margin: 0 auto;
  margin-top: 1.5em;
}
.contact-enquiry-for{
  display: flex;
  align-items: center;
}


.contact-enquiry-container{
	width:100%;
	height:auto;
	padding-top:1em;
}
.address-enquiry{
    width:48%;
    height:auto;
    float:left;
    margin-bottom:20px;
	margin-right:4%;
}
.address-enquiry-full{
    width:100%;
    height:auto;
    float:left;
    margin-bottom:20px;
}
.address-enquiry-submit{
    width:100%;
    height:auto;
    margin-bottom:20px;
	display:flex;
	justify-content:center;
}
.address-enquiry:nth-child(2n+2){ margin-right:0%;}
.contact-box-area {
    width: 100%;
    height:60px;
    border-bottom:1px solid #ccc;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	color: #333;
    font-size: 1.125em;
    padding-top: 1em;
	font-family:inherit;
	background-color:transparent;
}

.enquiry-box{
    width:100%;
    height:40px;
    border-bottom:1px solid #ccc;
    line-height:40px;
    font-weight:normal;
    font-style:normal;
    color:#333;
    font-size:1.125em;
    background-color: inherit;
	font-family:inherit;
	margin-bottom:0.5em
}

textarea.contact-box-area::-webkit-input-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
textarea.contact-box-area::-moz-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
textarea.contact-box-area:-ms-input-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
textarea.contact-box-area:-moz-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}

input.enquiry-box::-webkit-input-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
input.enquiry-box::-moz-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
input.enquiry-box:-ms-input-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight: normal;
}
input.enquiry-box:-moz-placeholder{
    color:#333 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:normal;
}

.contact-submit{
     color:#fff;
     outline:none;
     background:transparent;
     padding-left:65px;
     padding-right:65px;
     line-height:40px;
     position:relative;
     display:inline-block;
     cursor:pointer;
     text-decoration:none;
     overflow:hidden;
     transition:all .5s;
     z-index:1;
     font-family: inherit;
     font-size:1em !important;
     font-weight: normal;
     text-align:center;
	 margin-top:1em;
   border-radius: 50px;
}
.contact-submit:before, .contact-submit:after {
     content:'';
     position:absolute;
     left:0;
     top:0;
     right:0;
     bottom:0;
     height:100%;
     background:#c62e65;
     z-index:-1;
     transform:translate3D(0,-100%,0);
     transition:all .5s;
}
.contact-submit:before {
     background:#05669e;
     z-index:-2;
     transform:translate3D(0,0,0);
}
.contact-submit:hover {
     color:#fff;
}
.contact-submit:hover:after {
     transform:translate3D(0,0,0);
     transition:all .5s;
}

.contact-map {
  width: 100%;
  height: auto;
    margin-top: 100px
}


/************************************************** START STUDENT WORKS **************************************************/
/************************************************** END GALLERY **************************************************/
.wedding-wrap{
	width:100%;
	height:auto;
    padding-top: 1.5em;
}
a .img{
	width:24.25%;
	height:240px;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
	cursor:pointer;
	overflow:hidden;
	}
a:nth-child(4n+4) .img{ margin-right:0%;}


.view-img{
	width:24.25%;
	height:auto;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
	cursor:pointer;
	overflow:hidden;
	}
.view-img:nth-child(4n+4){ margin-right:0%;}
     

.gallery-for {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .gallery-for img{ width: auto;}

  

.product-box{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.product-box img{
  width: 100%;
  height: auto;
display:block
}
.product-box .box-content{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}
.product-box:hover .box-content{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.product-box .title{
  display: inline-block;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 900ms ease 0s;
width:100%;
display:flex;
justify-content:center
}
.product-box .title .title-for{
  background:rgba(0,0,0,0.5);	
  font-size:1em;
font-family: 'Nexa';
  color: #fff;
line-height:68px;
  width: 100%;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-align: center;
  text-transform: uppercase;

}
.product-box:hover .title{ bottom: -75px; }
.product-box .icon{
 list-style: none;
padding: 0;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
bottom: 0;
padding-bottom: 1em;
}
.product-box .icon li{ display: inline-block; }
a .product-box .icon li {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  color: #fff;
  transition: all 0.35s ease 0s;
display:flex;
justify-content:center;
align-items:center;
overflow:hidden;

}
a .product-box .icon li img{ height:25px;}
a:hover .product-box .icon li {
  background: #fff;
  color: #000;
}
/************************************************** START CONTACT **************************************************/


/************************************************** START STUDENT WORKS **************************************************/

.blog-content-wrap {
  width: 100%;
  height: auto;
  padding-top: 1em;
}

.blog {
  width:31%;
  height:auto;
  float:left;
  margin-right:3.5%;
  margin-bottom:3em;
 }
 .blog:nth-child(3n+3) {
  margin-right:0%;
 }
 .blog-pic-wrap {
  width:100%;
  height:auto;
  position:relative;
  margin-bottom:20px;
 }
 .blog-pic {
  width:100%;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
 }
 .blog-site-name {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.25em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #0567a0;
  padding-bottom:10px 
 }
 a:hover .blog-site-name {
  font-size:1.5em;
  color:#eb5a41;
  font-family: inherit;
  font-weight:normal;
 }
 .blog p {
  width:100%;
  height:auto;
  font-size:1em;
  color:#333;
  font-family:inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align:justify;
 }
.blog-content
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; 
}
 .blog-bottom {
  width:100%;
  height:auto;
  border-top: 1px solid #eaeae9;
  padding-top:0.5em;
  padding-bottom:0.5em;
  margin-top: 0.5em;
 }
 .blog_date {
  font-family: 'Poppins', sans-serif;
  color: #666;
  font-size: 1.1em;
  font-weight: 400;
  padding: 1% 0% 0% 0%;
  line-height: 1.8em;
  text-align: right;
  float: right;
  margin-top: 3%;
 }
 .blog_date::before {
  vertical-align: sub;
  display: inline-block;
 }
 .blog_date span {
  font-family: 'Poppins', sans-serif;
  color: #0567a0;
 }
 .blog_readmore {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: #666;
  margin-top: 2.5%;
  margin-bottom: 1.5%;
  text-transform: uppercase;
  float: left;
  clear: both;
  cursor: pointer;
 }
 .blog_readmore a {
  font-family: 'Poppins', sans-serif;
  padding:.25em .8em .25em .8em;
  color:rgba(255,255,255,1);
  text-decoration:none;
  background:#c62e65;
  display:block;
  border:1px solid #c62e65;
  font-weight: normal;
 }
 .blog_readmore a:hover {
  font-family: 'Poppins', sans-serif;
  background:rgba(255,255,255,1);
  color:#0567a0;
  text-decoration:none;
  border:1px solid #0567a0;
 }
 .blog-detail-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #c62e65;
  margin-bottom:1em;
}

/************************************************** END STUDENT WORKS **************************************************/


/*********************************************** S BLOG DETAILS ***********************************************/
.blog-details-wrap{
width:100%;
display:table;
padding-top:40px;
}
.blog-pic-detail{
width:auto;
height:auto;
margin:0 auto;
margin-bottom:2%;
max-width:100%;
text-align:center;
}
.blog-details-content {
  width: auto;
  height: auto;
  z-index: 9;
}

.blog-details-content p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
color: #333;
line-height: 1.7;
text-align:justify;
}
.blog-details-content p strong {color:#c62e65;}
.blog-detail-social{
margin-top:-2em;
}
.blog-pic-wrap{
width:100%;
height:auto;

}
.blog-details-content ul{
    margin: 10px 0px;
    margin:0px;
    pading:0px;
    list-style-type:none;
}
.blog-details-content ul li{
    font-family: inherit;
  font-weight: normal;
  font-size: 1em;
color: #333;
line-height: 1.7;
padding-left:25px;
background:url(../images/arrow-blog.png) no-repeat left 5px;
}
.blog-gallery{
width:13.42%;
height:auto;
float:left;
margin-right:1%; margin-bottom:1%;
}
.blog-gallery:nth-child(7n+7){ margin-right:0%;}


.main-blog-title-details {
  width: 100%;
  height: auto;
  text-align: left;
  color: #000;
  font-size: 1.85em;
  font-family: 'Playfair Display';
  font-weight: normal;
margin-top:0.5em
}

.home-blog-date{ font-size:1.25em; color:#000}
.home-blog-date span{ font-size:1em; color:#9f0a4e;}

/*********************************************** E BLOG DETAILS ***********************************************/
.impants-advantage{
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
  border-radius: 20px;
  padding: 1.5em 1.5em;
  margin-top: 2em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}
.impants-advantage:nth-child(3n+3){ margin-right: 0%;}
.impants-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.15em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #c62e65;
  line-height:1.7;
}
.impants-advantage p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height:1.7;
  text-align: center;
}
.implant-placed{
  width: 100%;
  padding: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
}
.implant-placed:nth-last-child(1){ border: none;}
.implant-placed-count-outer{
  width: 10%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.implant-placed-count{
  width:80px ;
  height: 70px;
  border-radius: 20px;
  background-color:#c62e65;
  color: #fff;
  font-size: 3.000em;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;

}
.implant-placed-content{
  width: 90%;
  height: auto;
  float: right;
}
.implant-placed-content p{
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}
.implant-placed-content p span{
  color:#c62e65;
  font-size: 1.05em;
  font-family: inherit;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
}
.main-implant{
  width: 70%;
  margin: 0 auto;
}
.main-implant-top{
  display: flex;
  align-items: center;
}
.implant-top-wraper{
  width: 100%;
  height: auto;
  position: relative;
}
.implant-top-pic{
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: -55px;
}
.implant-top-pic img{
  width: 80%;
}
.implant-top-content{
  width: 70%;
  height: auto;
  float: right;
  display: flex;
  align-items: center;
}
.implant-dental-content{
  width: 70%;
  height: auto;
  float: left;
}
.cosmetic-for{
  width: 100%;
  height: auto;
}
.cosmetic-for p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  padding-bottom: 1em;
  text-align: left;
}
.cosmetic-for p a{ color: #0567a0; font-weight: 500;}
.implant-dental-content-pic{
  width: 30%;
  height: auto;
  float: left;
}
.insta-for{
  width: 30%;
  float: right;
  padding-right: 5%;
}
.cosmetic-container{
  width: 100%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 1.5em;
}
.cosmetic-treat{
  width: 45%;
  height: auto;
  float: left;
  border-radius: 20px;
  overflow: hidden;
}
.cosmetic-treat:nth-child(2n+2){ float: right;}
.cosmetic-treat-title{
  width: 100%;
  height: auto;
  line-height: 52px;
  color: #fff;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  text-align: center;
  background-color: #c7426f;
  font-size: 1.25em;
}
.cosmetic-treat-pic{
  width: 100%;
  height: auto;
}
.cosmetic-treat-content{
  width: 100%;
  height: auto;
}
.cosmetic-treat-content p{
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  padding-bottom: 1em;
  text-align: justify;
}
.cosmetic-treat-bottom{
  width: 104%;
  border-radius: 20px;
  background-color: #f5f5f4;
  padding: 2em 5%;
  position: relative;
  margin-right: -2%;
  margin-left: -2%;
  padding-top: 5em;
  margin-top: -3em;
  font-size: 0.889em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  color: #333;
  z-index: -1;
}
.view-for-gallery {
  width: 100%;
  height: auto;
  padding: 3% 0px;
}
.gallery-for-outer a{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.gallery-for-pic{
  width: auto;
  height: auto;
  float: left;
}
.gallery-for-title{
  width: auto;
  height: auto;
  float: left;
  border-radius: 10px;
  background-color:#e5e4e2;
  padding: 0.5em 5% 0.5em 3%;
  font-size: 2em;
  font-family: 'Samsung Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #0567a0;
  position: relative;
  left: -5px;
  z-index: -1;
}
.gallery-for-arrow{
  width: auto;
  height: auto;
  float: left;
  position: relative;
  left: -25px;
  z-index: 1;
}
.general-indastry-banner-outer{
  width: 100%;
  height: auto;
  background-color: #e5e4e2;
  padding-top: 1.5em;
}
.general-indastry-banner{
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.general-industry-pic{
  width: 30%;
  height: auto;
  float: left;
}
.general-industry-pic img{ mix-blend-mode: darken; width: 100%; display: block;}
.general-industry-content{
  width: 70%;
  height: auto;
  float: left;
  padding-left: 5%;
  padding-bottom: 1.5em;
}
.general-industry-content p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
}
.general-brief-outer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.general-brief{
  width: 50%;
  height: auto;
  float: left;
  padding-right:5% ;
  border-right: 1px solid #ccc;
}
.general-brief:nth-child(2){ padding-right: 0%; padding-left: 5%; border: none;}
.general-brief-conainer{
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.general-brief-conainer-title {
  width: 100%;
  height: auto;
  line-height: 1.7;
  font-size: 1.44em;
  color: #05669e;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.general-brief-conainer p {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: justify;
}

.table-container{
  width: 60%;
  height: auto;
  margin: 0 auto;
  background-color:#efeeed ;
  padding: 2em;
  border-radius: 10px;
}




.table-container table{ width: 100%; border-radius: 10px;}

.table-container th h1 {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  color: #185875;
}

.table-container td span{
  font-size: 1.05em;
  text-align: left;
  color: #0567a0;
}

.table-container td {
  font-weight: normal;
  font-size: 1em;
  line-height: 2;
}

.table-container {
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  display: table;
  margin-top: 1em;
}

.table-container td,
.table-container th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
}

/* Background-color of the odd rows */
.table-containertr:nth-child(odd) {
  background-color: #fff;
}

/* Background-color of the even rows */
.table-container tr {
  background-color: #fff;
}

.table-container th {
  background-color: #fff;
  font-family: 'Samsung Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #0567a0;
  font-size:1.15em;
}









.buttonfx3 {
  color: #fff;
  outline: none;
  background: transparent;
  border: none;
  padding: 5px 15px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
  font-family: "Open Sans";
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.buttonfx3:before, .buttonfx3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-color: #009338;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
  border: 1px solid #009338;
}
.buttonfx3:before {
  background-color: transparent;
  z-index: -2;
  transform: translate3D(0, 0, 0);
  border: 1px solid #fff !important;
  display: block;
}
.buttonfx3:hover {
  color: white;
}
.buttonfx3:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.book-enquiry-quick {
  width: 100%;
  height: auto;
  background-color: #11b7df;
  padding: 44px 40px;
  margin-top: 3em;
}
.book-enquiry-quick-for {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  padding-top: 1em;
}
.book-enquiry-quick-icon {
  width: auto;
  height: auto;
  float: left;
  margin-right: 1em;
}
.book-enquiry-quick-content {
  width: auto;
  height: auto;
  float: left;
}
.book-enquiry-quick-top {
  width: 100%;
  height: auto;
  line-height: 1em;
  color: #fff;
  font-size: 1.5em;
  font-family: 'Montserrat';
}
.book-enquiry-quick-bottom {
  width: 100%;
  height: auto;
  line-height: 1em;
  color: #fff;
  font-size: 1.75em;
  font-family: "Open Sans";
  font-weight: 700;
}
.booking-form-full {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.booking-form-full-text {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-size: 1.125em;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 5px;
}
.booking-box {
  width: 100%;
  height: auto;
}
.contact-enquiry-box {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  padding-left: 2.5%;
  padding-right: 2.5%;
  line-height: 48px;
  font-weight: normal;
  font-style: normal;
  color: #666;
  font-size: 1em;
  background-color: #fff;
  border-radius: 20px;
}
.booking-double {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
}
.booking-double:nth-child(2n+2) {
  margin-right: 0%;
}
.booking-tripple {
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
}
.booking-tripple:nth-child(3) {
  margin-right: 0%;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0px 15px;
  outline: 0;
  border-radius: 0;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: inherit;
  line-height: 40px;
  border-radius: 20px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #fff;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.calback-box1 {
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  padding-left: 2.5%;
  padding-right: 2.5%;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #666;
  font-size: 1em;
  padding-top: 1em;
}
.appointment-enquiry {
  width: 70%;
  height: auto;
  float: left;
  background-color: #eff8fd;
  border-radius: 20px;
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**************************************************************** END COURSE ****************************************************************/
.hide-menu{ display: none !important;}
.bredcum-wraper .container{ display: flex; justify-content: center;}
.veneer-caption{ color: #ccc;}
 @media (min-width: 1023px) and (max-width: 1279px) {
  body {
    font-size:13px !important;
}
.container{
    width:100%;
    padding-left:3%;
    padding-right:3% 
}
.top-container {
    width: 100%;
    padding-left: 3%;
    padding-right:3%;
}
.nav-menu > li > a{ font-size: 1em !important}
/*.astetic-pic{ width: 100%;}*/
.astetic-pic img{ width: 100%;}
.reception-pic img{ width: 100%;}
.header-call a{ display: none;}
.general-industry-pic {width: 42%;}
.astetic-dtl{ width: 50%; padding-right: 2%;}




.aestetic-dtl-title{ font-size: 1.75em; line-height: 1.5;}
.contact-for{ line-height: 50px;}
.contact-for-icon {width: 42px;height: 42px;}
.quick-contact-content{ margin-top: 1em;}
li {font-size: 13px !important;font-weight: 400;}
.bottom-content-for{ display: flex; justify-content: center;}
.bottom-content-for img{ width: 70%;}
.team-container{padding: 35px 35px;}
.team-content-title{ font-size: 1.75em;}
.treatment-range-title{ font-size: 1.75em;}
.astetic-pic{ width: 50%;}
.denture-bottom-title{ font-size: 1.75em;}
.quick-contact-title{ font-size: 1.35em;}
.general-industry-pic{ width: 42%;}
.middl-pic{ right: -38px;}
.middle-title{ font-size: 1.5em; line-height: 1.5;}
.middle-content{ padding-top: 5em;}
.welcome-content{ padding-bottom: 8em;}
.middl-pic{ width: 56%;}
.banner-caption-mid{ font-size: 2.5em;}
.middle-content{ width: 44%;}
.quick-contact{ bottom: 3em;}
.middle-logo{ width: 70%;}
.middle-logo img{ width: 100%;}
.team-spec{ width: 90%;}
.team-spec-right ul li{ font-size: 0.9em !important;}

.nav-menu > li > a{ padding: 10px 10px !important;}


.footer-content:nth-child(1){ width: 28%;}
     .footer-content ul li a{ font-size: 0.9em;}
     .footer-content-details p{ font-size: 0.9em;}
     .footer-content{margin: 0px 1em;}
     .footer-content ul li a:hover{ font-size: 0.9em;}
}
 @media (min-width: 1280px) and (max-width: 1359px) {
      .blog-pic {max-height: 230px;}
     body {
         font-size:15px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .nav-menu > li > a{ font-size: 1em !important}
    /*.astetic-pic{ width: 100%;}*/
    .astetic-pic img{ width: 100%;}
    .reception-pic img{ width: 100%;}
    .header-call a:nth-child(1){ display: none;}
    .general-industry-pic {width: 42%;}
    .astetic-dtl{ width:auto; padding-right: 2%;}

.cosmetic-top{padding: 1em 0em;}

    
    .aestetic-dtl-title{ font-size: 1.75em; line-height: 1.5;}
    .contact-for{ line-height: 50px;}
    .contact-for-icon {width: 42px;height: 42px;}
    .quick-contact-content{ margin-top: 1em;}
    li {font-size: 15px !important;font-weight: 400;}
    .bottom-content-for{ display: flex; justify-content: center;}
    .bottom-content-for img{ width: 70%;}
    .team-container{padding: 35px 35px;}
    .team-content-title{ font-size: 1.75em;}
    .treatment-range-title{ font-size: 1.75em;}
    .astetic-pic{ width: auto;}
    .denture-bottom-title{ font-size: 1.75em;}
    .quick-contact-title{ font-size: 1.35em;}
    .general-industry-pic{ width: 42%;}
    .middl-pic{ right: -38px;}
    .middle-title{ font-size: 1.5em; line-height: 1.5;}
    .middle-content{ padding-top: 5em;}
    .welcome-content{ padding-bottom: 8em;}
    .middl-pic{ width: 56%;}
    .banner-caption-mid{ font-size: 2.5em;}
    .middle-content{ width: 44%;}
    .quick-contact{ bottom: 3em;}
    .middle-logo{ width: 70%;}
    .middle-logo img{ width: 100%;}
    .team-spec{ width: 90%;}
    .team-spec-right ul li{ font-size: 0.9em !important;}
    .implant-dental-content-pic{ width:auto;}
     .main-implant{ width:80%;}
     .footer-content{margin: 0px 1em;}
}
 @media (min-width: 1360px) and (max-width: 1399px) {
     .blog-pic {max-height: 245px;}
  .header-call a:nth-child(1){ display: none;}
     body {
         font-size:16px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .nav-menu > li > a{ font-size: 1em !important}
   
     .aestetic-dtl-title{ font-size: 1.75em; line-height: 1.5;}
     .contact-for{ line-height: 50px;}
     .contact-for-icon {width: 42px;height: 42px;}
     .quick-contact-content{ margin-top: 1em;}
     li {font-size: 16px !important;font-weight: 400;}
     .bottom-content-for{ display: flex; justify-content: center;}
     .bottom-content-for img{ width: 70%;}
     .team-container{padding: 35px 35px;}
     .team-content-title{ font-size: 1.75em;}
     .treatment-range-title{ font-size: 1.75em;}
     .astetic-pic{ width: auto;}
     .denture-bottom-title{ font-size: 1.75em;}
     .quick-contact-title{ font-size: 1.35em;}
     .general-industry-pic{ width: 42%;}
     .middl-pic{ right: -92px;}
     .middle-title{ font-size: 1.5em; line-height: 1.5;}
     .middle-content{ padding-top: 5em;}
     .welcome-content{ padding-bottom: 8em;}
     .middl-pic{ width: 56%;}
     .banner-caption-mid{ font-size: 2.5em;}
     .implant-dental-content-pic{ width:auto;}
     .main-implant{ width:80%;}
     .footer-content:nth-child(1){ width: 28%;}
     .footer-content ul li a{ font-size: 0.9em;}
     .footer-content-details p{ font-size: 0.9em;}
     .footer-content{margin: 0px 1em;}
     .footer-content ul li a:hover{ font-size: 0.9em;}

}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:16px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .nav-menu > li > a{ font-size: 1em !important}
     .header-call a:nth-child(1){ display: none;}
     
     .aestetic-dtl-title{ font-size: 1.75em; line-height: 1.5;}
     .contact-for{ line-height: 50px;}
     .contact-for-icon {width: 42px;height: 42px;}
     .quick-contact-content{ margin-top: 1em;}
     li {font-size: 16px !important;font-weight: 400;}
     .bottom-content-for{ display: flex; justify-content: center;}
     .bottom-content-for img{ width: 70%;}
     .team-container{padding: 35px 35px;}
     .team-content-title{ font-size: 1.75em;}
     .treatment-range-title{ font-size: 1.75em;}
     .astetic-pic{ width: 50%;}
     .denture-bottom-title{ font-size: 1.75em;}
     .quick-contact-title{ font-size: 1.35em;}
     .general-industry-pic{ width: 42%;}
     .middl-pic{ right: -92px;}
     .middle-title{ font-size: 1.5em; line-height: 1.5;}
     .middle-content{ padding-top: 5em;}
     .welcome-content{ padding-bottom: 8em;}
     .middl-pic{ width: 56%;}
     .banner-caption-mid{ font-size: 2.5em;}
     .footer-content{margin: 0px 1em;}
}
 @media (min-width: 1441px) and (max-width: 1599px) {
     body {
         font-size:16px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
    .header-call a:nth-child(1){ display: none;}
    
    .aestetic-dtl-title{ font-size: 1.75em; line-height: 1.5;}
    .contact-for{ line-height: 50px;}
    .contact-for-icon {width: 42px;height: 42px;}
    .quick-contact-content{ margin-top: 1em;}
    li {font-size: 16px !important;font-weight: 400;}
    .bottom-content-for{ display: flex; justify-content: center;}
    .bottom-content-for img{ width: 70%;}
    .team-container{padding: 35px 35px;}
    .team-content-title{ font-size: 1.75em;}
    .treatment-range-title{ font-size: 1.75em;}
    .astetic-pic{ width: 50%;}
    .denture-bottom-title{ font-size: 1.75em;}
    .quick-contact-title{ font-size: 1.35em;}
    .general-industry-pic{ width: 42%;}
    .middl-pic{ right: -92px;}
    .middle-title{ font-size: 1.5em; line-height: 1.5;}
    .middle-content{ padding-top: 5em;}
    .welcome-content{ padding-bottom: 8em;}
    .middl-pic{ width: 56%;}
    .banner-caption-mid{ font-size: 2.5em;}
    .footer-content{margin: 0px 1em;}
}
 @media (min-width:1600px) and (max-width:1680px) {
     .blog-pic {max-height: 280px;}
     body {
         font-size:17px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
    .header-call a:nth-child(1){ display: none;}
    .banner-caption-mid{ font-size: 2.75em; line-height: 1.2;}
    .general-industry-pic{ width: 50%;}
    .astetic-pic{ width: 50%;}
    .main-implant{ width:80%;}
    .footer-content{margin: 0px 1em;}
}
 @media (min-width:1681px){
     body {
         font-size:18px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
}
 @media (max-width:420px) {
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
    .footer-wraper{ padding-bottom: 90px; padding-top: 10px;}
    .copy-right{ width: 100%; text-align: center; line-height:2;}
    .designed p{ line-height:2;}
    .designed{ width: 100%; display: flex; justify-content: center;}
    .welcome-slider-content{ width: 100%; margin-right: 0px; padding: 0px 3%;}
    .welcome-slider{ display: inherit;}
    .footer-details-container{ width: 100%; margin: 0px;}
    .footer-details-container:nth-child(2){ border: none;}
    .footer-logo{ display: none;}
    .footer-links{ display: none;}
    .footer-social-container{ padding-bottom: 30px;}
    .footer-details{ padding-bottom: 0px;}

    .footer-outer-wraper{background: #efefef !important;}
    .footer-content:nth-child(2){ display: none;}
    .footer-content:nth-child(3){ display: none;}
    .footer-social-links ul li{ float: left;}
    .footer-outer-wraper{ padding: 20px 0px;}
    .bottom-content-for{ padding: 0px 25px;}
    .bottom-content-for img{ max-width: 100%;}
    .team-container-home{ width: 100%;}
    .insta-for{ width: 100%; margin: 0 auto; float: left; margin-top: 3em;}
    .card{ width: 49%; margin-bottom: 0.5%;}
    .banner-caption p{ display: none;}
    .findmore{padding: 0px 30px; line-height: 30px; }
    .header-contact{ display: none;}
    .welcome-pic{ display: none;}
    .welcome-content{width: 100%;}
    .moddle-wraper{ margin-top: 1em; float: left;}
    .middle-container{ position: inherit; display: inherit;}
    .for-welcome{ display: inherit; }
    .middle-content{ width: 100%; padding-left: 0%;}
    .middl-pic{ width: 100%;right: 0; left: 0;}
    .middle-bg{ display: none;}
    .quick-contact-wrap{ margin-top: 1em;  float: left;}
    .contact-for{ line-height: 40px; display: inherit;}
    .contact-for-icon {width: 40px;height: 40px;font-size: 1.05em;}
    .quick-contact-content{ display: inherit; margin-top: 0.5em;}
    .nav-menu{ display: inherit !important;}
    .navigation-portrait .nav-menu > li > a {padding: 8px 15px 8px 15px !important;}
    .navigation-portrait{ height:  auto !important;}
    .middle-logo img{ max-width: 50%;}
    .card:nth-last-child(-n+6){ display: none;}

    .team-container{ display: inherit; float: left; padding: 30px 15px;}
    .team-content{ width: 100%; padding-right: 0%; padding-top: 1em;}
    .team-pic{ width: 65%; margin: 0 auto; float: none;}
    .team-spec{ width: 100%; display: inherit;padding: 0px 15px;}
    .team-spec-left{ width: 100%; border-bottom: 1px solid #ccc; border-right: 0px; justify-content: center;}
    .team-spec-right{ width: 100%;}

    .recption-content-outer{ display: inherit; padding: 25px 25px;}
    .reception-details{ width: 100%; padding-left: 0%; float: none;}
    .reception-container{ width: 100%;}
    .team-content-title{ text-align: center;}
    .team-content p{ text-align: left;}
    .team-content-title-sub{ justify-content: center;}
    .reception-pic{ margin: 0 auto; float: none;}
    .reception-details-title{ text-align: center;line-height: 1.5;}
    .reception-details p{ text-align: left;}
    .nurse-container{ width: 100%; border: none; display: inherit; padding: 30px 30px;}
    .nurse-wrap{ display: inherit;}
    .general-industry-pic{ display: none;}
    .general-industry-content{ width: 100%; padding-left: 0%;}
    .main-implant{ width: 100%; display: inherit;}
    .general-brief{ width: 100%; padding-right: 0%; border-right: 0px;}
    .general-brief:nth-child(2){ padding-left: 0px;}
    .table-container{ width: 100%; padding: 1em;}
    .download-for-outer{ width: 100%;}
    .gallery-for-pic{ display: none;}

    .aestetic-container{ display: inherit; width: 100%;}
    .astetic-pic{ display: none;}
    .astetic-dtl{ padding-left: 0px;}
    .implant-placed{ padding: 0.75em;}
    .implant-placed-count{ font-size: 2em;}
    .implant-placed-count-outer{ width: 15%; margin-right: 1em;}
    .implant-dental-content{ width: 100%;}
    .impants-advantage{ width: 100%;margin-right: 0%;}
    .gallery-name{ font-size: 0.9em;}
    a:nth-child(2) .contact-for{ margin-left: 0px; margin-top: 0.5em;}

    .inner-wrap{ margin-top: 20px; float: left;}
    .blog{ width: 100%; margin-right: 0%;}
    .contact-top-container{ width: 100%;}
    .contact-address{ width: 100%;}
    .contact-for-wraper{ width: 100%;}
    .contact-for-call{ width: 100%;}
    .contact-mail{ width: 100%;}
    .aestetic-dtl-title{ line-height: 1.5; font-size: 1.65em;}
    .treatment-range-title{ font-size: 1.65em;}
    .owl-carousel .owl-wrapper-outer{ margin-top: 1em;}
    .social-wraper{ float: left; padding: 50px 0px;}
    .quick-contact{ top: 0; bottom: 0; display: flex;  align-items: center;}
    .bottom-wraper{margin-top: 30px; padding: 30px 0px;}
    .banner-caption-mid{    font-size: 1.5em;line-height: 1.3;}
    .quick-contact-title{ font-size: 1.25em;}
    .dental-practice{ width: 100%;}
    .dental-practice-outer{ display: inherit; float: left;}
    .denture-container{ width: 100%; padding-left: 0%;}
    .denture-pic{ display: none;}
    .denture-bottom{ width: 100%;}
    .denture-bottom-title{ line-height: 1.5;}
    .quick-contact-wrap-inner{ float: left;}
    .implant-dental-content-pic{ width: 80%;}
    .aestetic-top-wraper{ padding-top: 0.5em;}
    .inner-banner{ display: none;}
    .inner-caption{ position: relative;   bottom: -1em; top: inherit;}
    .middle-title{ line-height: 1.5; font-size: 1.25em;}
    .flex-direction-nav a::before { font-size: 25px !important;}
    .logo-container{ width: 60%; margin: 0 auto;}
    .logo-container img{ width: 100%;}
    .banner-contact-for-content{ font-size: 1em;}
    .gallery-for-title{ font-size: 1.75em; padding-right: 10%;}
    .footer-content{margin: 0px 1em;}
    .view-all{margin-top: -60px;}
    .dental-practice-content{ padding-left: 0%;}


}
 @media (min-width:421px) and (max-width:460px){
  body {
    font-size:14px !important;
}
.container{
    width:100%;
    padding-left:3%;
    padding-right:3% 
}
.top-container{
    width:100%;
    padding-left:1%;
    padding-right:1%;
}
.desk-view{
    display: none 
}
.mob-view{
    display: block 
}
.footer-wraper{ padding-bottom: 90px; padding-top: 10px;}
.copy-right{ width: 100%; text-align: center; line-height:2;}
.designed p{ line-height:2;}
.designed{ width: 100%; display: flex; justify-content: center;}
.welcome-slider-content{ width: 100%; margin-right: 0px; padding: 0px 3%;}
.welcome-slider{ display: inherit;}
.footer-details-container{ width: 100%; margin: 0px;}
.footer-details-container:nth-child(2){ border: none;}
.footer-logo{ display: none;}
.footer-links{ display: none;}
.footer-social-container{ padding-bottom: 30px;}
.footer-details{ padding-bottom: 0px;}

.footer-outer-wraper{background: #efefef !important;}
.footer-content:nth-child(2){ display: none;}
.footer-content:nth-child(3){ display: none;}
.footer-social-links ul li{ float: left;}
.footer-outer-wraper{ padding: 20px 0px;}
.bottom-content-for{ padding: 0px 25px;}
.bottom-content-for img{ max-width: 100%;}
.team-container-home{ width: 100%;}
.insta-for{ width: 100%; margin: 0 auto; float: left; margin-top: 2.5em;}
.card{ width: 49%; margin-bottom: 0.5%;}
.banner-caption p{ display: none;}
.findmore{padding: 0px 30px; line-height: 30px; }
.header-contact{ display: none;}
.welcome-pic{ display: none;}
.welcome-content{width: 100%;}
.moddle-wraper{ margin-top: 1em; float: left;}
.middle-container{ position: inherit; display: inherit;}
.for-welcome{ display: inherit; }
.middle-content{ width: 100%; padding-left: 0%;}
.middl-pic{ width: 100%;right: 0; left: 0;}
.middle-bg{ display: none;}
.quick-contact-wrap{ margin-top: 1em;  float: left;}
.contact-for{ line-height: 40px; display: inherit;}
.contact-for-icon {width: 40px;height: 40px;font-size: 1.05em;}
.quick-contact-content{ display: inherit; margin-top: 0.5em;}
.nav-menu{ display: inherit !important;}
.navigation-portrait .nav-menu > li > a {padding: 8px 15px 8px 15px !important;}
.navigation-portrait{ height:  auto !important;}
.middle-logo img{ max-width: 60%;}
.card:nth-last-child(-n+6){ display: none;}

.team-container{ display: inherit; float: left; padding: 30px 15px;}
.team-content{ width: 100%; padding-right: 0%; padding-top: 1em;}
.team-pic{ width: 65%; margin: 0 auto; float: none;}
.team-spec{ width: 100%; display: inherit;padding: 0px 15px;}
.team-spec-left{ width: 100%; border-bottom: 1px solid #ccc; border-right: 0px; justify-content: center;}
.team-spec-right{ width: 100%;}

.recption-content-outer{ display: inherit; padding: 25px 25px;}
.reception-details{ width: 100%; padding-left: 0%; float: none;}
.reception-container{ width: 100%;}
.team-content-title{ text-align: center;}
.team-content p{ text-align: left;}
.team-content-title-sub{ justify-content: center;}
.reception-pic{ margin: 0 auto; float: none;}
.reception-details-title{ text-align: center;line-height: 1.5;}
.reception-details p{ text-align:left;}
.nurse-container{ width: 100%; border: none; display: inherit; padding: 30px 30px;}
.nurse-wrap{ display: inherit;}
.general-industry-pic{ display: none;}
.general-industry-content{ width: 100%; padding-left: 0%;}
.main-implant{ width: 100%; display: inherit;}
.general-brief{ width: 100%; padding-right: 0%; border-right: 0px;}
.general-brief:nth-child(2){ padding-left: 0px;}
.table-container{ width: 100%; padding: 1em;}
.download-for-outer{ width: 100%;}
.gallery-for-pic{ display: none;}

.aestetic-container{ display: inherit; width: 100%;}
.astetic-pic{ display: none;}
.astetic-dtl{ padding-left: 0px;}
.implant-placed{ padding: 0.75em;}
.implant-placed-count{ font-size: 2em;}
.implant-placed-count-outer{ width: 15%; margin-right: 1em;}
.implant-dental-content{ width: 100%;}
.impants-advantage{ width: 100%;margin-right: 0%;}
.gallery-name{ font-size: 0.9em;}
a:nth-child(2) .contact-for{ margin-left: 0px; margin-top: 0.5em;}

.inner-wrap{ margin-top: 20px; float: left;}
.blog{ width: 100%; margin-right: 0%;}
.contact-top-container{ width: 100%;}
.contact-address{ width: 100%;}
.contact-for-wraper{ width: 100%;}
.contact-for-call{ width: 100%;}
.contact-mail{ width: 100%;}
.aestetic-dtl-title{ line-height: 1.5; font-size: 1.65em;}
.treatment-range-title{ font-size: 1.75em;}
.owl-carousel .owl-wrapper-outer{ margin-top: 1em;}
.social-wraper{ float: left; padding: 50px 0px;}
.quick-contact{ top: 0; bottom: 0; display: flex;  align-items: center;}
.bottom-wraper{margin-top: 30px; padding: 30px 0px;}
.banner-caption-mid{    font-size: 1.5em;line-height: 1.3;}
.quick-contact-title{ font-size: 1.25em;}
.dental-practice{ width: 100%;}
.dental-practice-outer{ display: inherit; float: left;}
.denture-container{ width: 100%; padding-left: 0%;}
.denture-pic{ display: none;}
.denture-bottom{ width: 100%;}
.denture-bottom-title{ line-height: 1.5;}
.quick-contact-wrap-inner{ float: left;}
.implant-dental-content-pic{ width: 80%;}
.aestetic-top-wraper{ padding-top: 0.5em;}
.inner-banner{ display: none;}
.inner-caption{ position: relative;   bottom: -1em; top: inherit;}
.middle-title{ line-height: 1.5;}
.flex-direction-nav a::before { font-size: 25px !important;}
.logo-container{ width: 60%; margin: 0 auto;}
.logo-container img{ width: 100%;}
.view-all{margin-top: -60px;}
.dental-practice-content{ padding-left: 0%;}
    
}
 @media (min-width:461px) and (max-width:560px){
  body {
    font-size:14px !important;
}
.container{
    width:100%;
    padding-left:3%;
    padding-right:3% 
}
.top-container{
    width:100%;
    padding-left:1%;
    padding-right:1%;
}
.desk-view{
    display: none 
}
.mob-view{
    display: block 
}
.footer-wraper{ padding-bottom: 90px; padding-top: 10px;}
.copy-right{ width: 100%; text-align: center; line-height:2;}
.designed p{ line-height:2;}
.designed{ width: 100%; display: flex; justify-content: center;}
.welcome-slider-content{ width: 100%; margin-right: 0px; padding: 0px 3%;}
.welcome-slider{ display: inherit;}
.footer-details-container{ width: 100%; margin: 0px;}
.footer-details-container:nth-child(2){ border: none;}
.footer-logo{ display: none;}
.footer-links{ display: none;}
.footer-social-container{ padding-bottom: 30px;}
.footer-details{ padding-bottom: 0px;}

.footer-outer-wraper{background: #efefef !important;}
.footer-content:nth-child(2){ display: none;}
.footer-content:nth-child(3){ display: none;}
.footer-social-links ul li{ float: left;}
.footer-outer-wraper{ padding: 20px 0px;}
.bottom-content-for{ padding: 0px 25px;}
.bottom-content-for img{ max-width: 100%;}
.team-container-home{ width: 100%;}
.insta-for{ width: 100%; margin: 0 auto; float: none; margin-top: 1em;}
.card{ width: 49%; margin-bottom: 0.5%;}
.banner-caption p{ display: none;}
.findmore{padding: 0px 30px; line-height: 30px; }
.header-contact{ display: none;}
.welcome-pic{ display: none;}
.welcome-content{width: 100%;}
.moddle-wraper{ margin-top: 0px; float: left;}
.middle-container{ position: inherit; display: inherit;}
.for-welcome{ display: inherit; }
.middle-content{ width: 100%; padding-left: 0%;}
.middl-pic{ width: 100%;right: 0; left: 0;}
.middle-bg{ display: none;}
.quick-contact-wrap{ margin-top: 1em;  float: left;}
.contact-for{ line-height: 40px; display: inherit;}
.contact-for-icon {width: 40px;height: 40px;font-size: 1.05em;}
.quick-contact-content{ display: inherit; margin-top: 0.5em;}
.nav-menu{ display: inherit !important;}
.navigation-portrait .nav-menu > li > a {padding: 8px 15px 8px 15px !important;}
.navigation-portrait{ height:  auto !important;}
.middle-logo img{ max-width: 60%;}
.card:nth-last-child(-n+6){ display: none;}

.team-container{ display: inherit; float: left; padding: 30px 15px;}
.team-content{ width: 100%; padding-right: 0%; padding-top: 1em;}
.team-pic{ width: 65%; margin: 0 auto; float: none;}
.team-spec{ width: 100%; display: inherit;padding: 0px 15px;}
.team-spec-left{ width: 100%; border-bottom: 1px solid #ccc; border-right: 0px; justify-content: center;}
.team-spec-right{ width: 100%;}

.recption-content-outer{ display: inherit; padding: 25px 25px;}
.reception-details{ width: 100%; padding-left: 0%; float: none;}
.reception-container{ width: 100%;}
.team-content-title{ text-align: center;}
.team-content p{ text-align: left;}
.team-content-title-sub{ justify-content: center;}
.reception-pic{ margin: 0 auto; float: none;}
.reception-details-title{ text-align: center;line-height: 1.5;}
.reception-details p{ text-align:left;}
.nurse-container{ width: 100%; border: none; display: inherit; padding: 30px 30px;}
.nurse-wrap{ display: inherit;}
.general-industry-pic{ display: none;}
.general-industry-content{ width: 100%; padding-left: 0%;}
.main-implant{ width: 100%; display: inherit;}
.general-brief{ width: 100%; padding-right: 0%; border-right: 0px;}
.general-brief:nth-child(2){ padding-left: 0px;}
.table-container{ width: 100%; padding: 1em;}
.download-for-outer{ width: 100%;}
.gallery-for-pic{ display: none;}

.aestetic-container{ display: inherit; width: 100%;}
.astetic-pic{ display: none;}
.astetic-dtl{ padding-left: 0px;}
.implant-placed{ padding: 0.75em;}
.implant-placed-count{ font-size: 2em;}
.implant-placed-count-outer{ width: 15%; margin-right: 1em;}
.implant-dental-content{ width: 100%;}
.impants-advantage{ width: 100%;margin-right: 0%;}
.gallery-name{ font-size: 0.9em;}
a:nth-child(2) .contact-for{ margin-left: 0px; margin-top: 0.5em;}

.inner-wrap{ margin-top: 20px; float: left;}
.blog{ width: 100%; margin-right: 0%;}
.contact-top-container{ width: 100%;}
.contact-address{ width: 100%;}
.contact-for-wraper{ width: 100%;}
.contact-for-call{ width: 100%;}
.contact-mail{ width: 100%;}
.aestetic-dtl-title{ line-height: 1.5; font-size: 1.65em;}
.treatment-range-title{ font-size: 1.75em;}
.owl-carousel .owl-wrapper-outer{ margin-top: 1em;}
.social-wraper{ float: left; padding: 50px 0px;}
.quick-contact{ top: 0; bottom: 0; display: flex;  align-items: center;}
.bottom-wraper{margin-top: 30px; padding: 30px 0px;}
.banner-caption-mid{    font-size: 1.5em;line-height: 1.3;}
.quick-contact-title{ font-size: 1.25em;}
.dental-practice{ width: 100%;}
.dental-practice-outer{ display: inherit; float: left;}
.denture-container{ width: 100%; padding-left: 0%;}
.denture-pic{ display: none;}
.denture-bottom{ width: 100%;}
.denture-bottom-title{ line-height: 1.5;}
.quick-contact-wrap-inner{ float: left;}
.implant-dental-content-pic{ width: 80%;}
.aestetic-top-wraper{ padding-top: 0.5em;}
.inner-banner{ display: none;}
.inner-caption{ position: relative;   bottom: -1em; top: inherit;}
.middle-title{ line-height: 1.5;}
.flex-direction-nav a::before { font-size: 25px !important;}
.logo-container{ width: 60%; margin: 0 auto;}
.logo-container img{ width: 100%;}
.view-all{margin-top: -60px;}
.dental-practice-content{ padding-left: 0%;}
    
}
 @media (min-width:561px) and (max-width:680px){
  body {
    font-size:14px !important;
}
.container{
    width:100%;
    padding-left:3%;
    padding-right:3% 
}
.top-container{
    width:100%;
    padding-left:1%;
    padding-right:1%;
}
.desk-view{
    display: none 
}
.mob-view{
    display: block 
}
.footer-wraper{ padding-bottom: 90px; padding-top: 10px;}
.copy-right{ line-height:2;}
.designed p{ line-height:2;}
.welcome-slider-content{ width: 100%; margin-right: 0px; padding: 0px 3%;}
.welcome-slider{ display: inherit;}
.footer-details-container{ width: 100%; margin: 0px;}
.footer-details-container:nth-child(2){ border: none;}
.footer-logo{ display: none;}
.footer-links{ display: none;}
.footer-social-container{ padding-bottom: 30px;}
.footer-details{ padding-bottom: 0px;}

.footer-outer-wraper{background: #efefef !important;}
.footer-content:nth-child(2){ display: none;}
.footer-content:nth-child(3){ display: none;}
.footer-social-links ul li{ float: left;}
.footer-outer-wraper{ padding: 20px 0px;}
.bottom-content-for{ padding: 0px 25px;}
.bottom-content-for img{ max-width: 100%;}
.team-container-home{ width: 100%;}
.insta-for{ width: 100%; margin: 0 auto; float: none; margin-top: 1em;}
.card{ width: 49%; margin-bottom: 0.5%;}
.banner-caption p{ display: none;}
.findmore{padding: 0px 30px; line-height: 30px; }
.header-contact{ display: none;}
.welcome-pic{ display: none;}
.welcome-content{width: 100%;}
.moddle-wraper{ margin-top: 0px; float: left;}
.middle-container{ position: inherit; display: inherit;}
.for-welcome{ display: inherit; }
.middle-content{ width: 100%; padding-left: 0%;}
.middl-pic{ width: 100%;right: 0; left: 0;}
.middle-bg{ display: none;}
.quick-contact-wrap{ margin-top: 1em;  float: left;}
.contact-for{ line-height: 40px; display: inherit;}
.contact-for-icon {width: 40px;height: 40px;font-size: 1.05em;}
.quick-contact-content{ display: inherit; margin-top: 0.5em;}
.nav-menu{ display: inherit !important;}
.navigation-portrait .nav-menu > li > a {padding: 8px 15px 8px 15px !important;}
.navigation-portrait{ height:  auto !important;}
.middle-logo img{ max-width: 60%;}
.card:nth-last-child(-n+6){ display: none;}

.team-container{ display: inherit; float: left; padding: 30px 15px;}
.team-content{ width: 100%; padding-right: 0%; padding-top: 1em;}
.team-pic{ width: 65%; margin: 0 auto; float: none;}
.team-spec{ width: 100%; display: inherit;padding: 0px 15px;}
.team-spec-left{ width: 100%; border-bottom: 1px solid #ccc; border-right: 0px; justify-content: center;}
.team-spec-right{ width: 100%;}

.recption-content-outer{ display: inherit; padding: 25px 25px;}
.reception-details{ width: 100%; padding-left: 0%; float: none;}
.reception-container{ width: 100%;}
.team-content-title{ text-align: center;}
.team-content p{ text-align: left;}
.team-content-title-sub{ justify-content: center;}
.reception-pic{ margin: 0 auto; float: none;}
.reception-details-title{ text-align: center;line-height: 1.5;}
.reception-details p{ text-align:left;}
.nurse-container{ width: 100%; border: none; display: inherit; padding: 30px 30px;}
.nurse-wrap{ display: inherit;}
.general-industry-pic{ display: none;}
.general-industry-content{ width: 100%; padding-left: 0%;}
.main-implant{ width: 100%; display: inherit;}
.general-brief{ width: 100%; padding-right: 0%; border-right: 0px;}
.general-brief:nth-child(2){ padding-left: 0px;}
.table-container{ width: 100%; padding: 1em;}
.download-for-outer{ width: 100%;}
.gallery-for-pic{ display: none;}

.aestetic-container{ display: inherit; width: 100%;}
.astetic-pic{ display: none;}
.astetic-dtl{ padding-left: 0px;}
.implant-placed{ padding: 0.75em;}
.implant-placed-count{ font-size: 2em;}
.implant-placed-count-outer{ width: 15%; margin-right: 1em;}
.implant-dental-content{ width: 100%;}
.impants-advantage{ width: 100%;margin-right: 0%;}
.gallery-name{ font-size: 0.9em;}
a:nth-child(2) .contact-for{ margin-left:0.5; margin-top: 0em;}

.inner-wrap{ margin-top: 20px; float: left;}
.blog{ width: 100%; margin-right: 0%;}
.contact-top-container{ width: 100%;}
.contact-address{ width: 100%;}
.contact-for-wraper{ width: 100%;}
.contact-for-call{ width: 100%;}
.contact-mail{ width: 100%;}
.aestetic-dtl-title{ line-height: 1.5; font-size: 1.65em;}
.treatment-range-title{ font-size: 1.75em;}
.owl-carousel .owl-wrapper-outer{ margin-top: 1em;}
.social-wraper{ float: left; padding: 50px 0px;}
.quick-contact{ top: 0; bottom: 0; display: flex;  align-items: center;}
.bottom-wraper{margin-top: 30px; padding: 30px 0px;}
.banner-caption-mid{    font-size: 1.5em;line-height: 1.3;}
.quick-contact-title{ font-size: 1.25em;}
.dental-practice{ width: 100%;}
.dental-practice-outer{ display: inherit; float: left;}
.denture-container{ width: 100%; padding-left: 0%;}
.denture-pic{ display: none;}
.denture-bottom{ width: 100%;}
.denture-bottom-title{ line-height: 1.5;}
.quick-contact-wrap-inner{ float: left;}
.implant-dental-content-pic{ width: 80%;}
.aestetic-top-wraper{ padding-top: 0.5em;}
.inner-banner{ display: none;}
.inner-caption{ position: relative;   bottom: -1em; top: inherit;}
.middle-title{ line-height: 1.5;}
.flex-direction-nav a::before { font-size: 25px !important;}
.logo-container{ width: 60%; margin: 0 auto;}
.logo-container img{ width: 100%;}
.view-all{margin-top: -60px;}
   
}
 @media (min-width:681px) and (max-width: 768px){
  body {
    font-size:14px !important;
}
.container{
    width:100%;
    padding-left:3%;
    padding-right:3% 
}
.top-container{
    width:100%;
    padding-left:1%;
    padding-right:1%;
}
.desk-view{
    display: none 
}
.mob-view{
    display: block 
}
.footer-wraper{ padding-bottom: 90px; padding-top: 10px;}
.copy-right{ line-height:2;}
.designed p{ line-height:2;}
.welcome-slider-content{ width: 100%; margin-right: 0px; padding: 0px 3%;}
.welcome-slider{ display: inherit;}
.footer-details-container{ width: 100%; margin: 0px;}
.footer-details-container:nth-child(2){ border: none;}
.footer-logo{ display: none;}
.footer-links{ display: none;}
.footer-social-container{ padding-bottom: 30px;}
.footer-details{ padding-bottom: 0px;}

.footer-outer-wraper{background: #efefef !important;}
.footer-content:nth-child(2){ display: none;}
.footer-content:nth-child(3){ display: none;}
.footer-social-links ul li{ float: left;}
.footer-outer-wraper{ padding: 20px 0px;}
.bottom-content-for{ padding: 0px 25px;}
.bottom-content-for img{ max-width: 100%;}
.team-container-home{ width: 100%;}
.insta-for{ width: 100%; margin: 0 auto; float: none; margin-top: 1em;}
.card{ width: 49%; margin-bottom: 0.5%;}
.banner-caption p{ display: none;}
.findmore{padding: 0px 30px; line-height: 30px; }
.header-contact{ display: none;}
.welcome-pic{ display: none;}
.welcome-content{width: 100%;}
.moddle-wraper{ margin-top: 0px; float: left;}
.middle-container{ position: inherit; display: inherit;}
.for-welcome{ display: inherit; }
.middle-content{ width: 100%; padding-left: 0%;}
.middl-pic{ width: 100%;right: 0; left: 0;}
.middle-bg{ display: none;}
.quick-contact-wrap{ margin-top: 1em;  float: left;}
.contact-for{ line-height: 40px; display: inherit;}
.contact-for-icon {width: 40px;height: 40px;font-size: 1.05em;}
.quick-contact-content{ display: inherit; margin-top: 0.5em;}
.nav-menu{ display: inherit !important;}
.navigation-portrait .nav-menu > li > a {padding: 8px 15px 8px 15px !important;}
.navigation-portrait{ height:  auto !important;}
.middle-logo img{ max-width: 60%;}
.card:nth-last-child(-n+6){ display: none;}

.team-container{ display: inherit; float: left; padding: 30px 15px;}
.team-content{ width: 100%; padding-right: 0%; padding-top: 1em;}
.team-pic{ width: 65%; margin: 0 auto; float: none;}
.team-spec{ width: 100%; display: inherit;padding: 0px 15px;}
.team-spec-left{ width: 100%; border-bottom: 1px solid #ccc; border-right: 0px; justify-content: center;}
.team-spec-right{ width: 100%;}

.recption-content-outer{ display: inherit; padding: 25px 25px;}
.reception-details{ width: 100%; padding-left: 0%; float: none;}
.reception-container{ width: 100%;}
.team-content-title{ text-align: center;}
.team-content p{ text-align: left;}
.team-content-title-sub{ justify-content: center;}
.reception-pic{ margin: 0 auto; float: none;}
.reception-details-title{ text-align: center;line-height: 1.5;}
.reception-details p{ text-align:left;}
.nurse-container{ width: 100%; border: none; display: inherit; padding: 30px 30px;}
.nurse-wrap{ display: inherit;}
.general-industry-pic{ display: none;}
.general-industry-content{ width: 100%; padding-left: 0%;}
.main-implant{ width: 100%; display: inherit;}
.general-brief{ width: 100%; padding-right: 0%; border-right: 0px;}
.general-brief:nth-child(2){ padding-left: 0px;}
.table-container{ width: 100%; padding: 1em;}
.download-for-outer{ width: 100%;}
.gallery-for-pic{ display: none;}

.aestetic-container{ display: inherit; width: 100%;}
.astetic-pic{ display: none;}
.astetic-dtl{ padding-left: 0px;}
.implant-placed{ padding: 0.75em;}
.implant-placed-count{ font-size: 2em;}
.implant-placed-count-outer{ width: 15%; margin-right: 1em;}
.implant-dental-content{ width: 100%;}
.impants-advantage{ width: 100%;margin-right: 0%;}
.gallery-name{ font-size: 0.9em;}
a:nth-child(2) .contact-for{ margin-left:0.5; margin-top: 0em;}

.inner-wrap{ margin-top: 20px; float: left;}
.blog{ width: 100%; margin-right: 0%;}
.contact-top-container{ width: 100%;}
.contact-address{ width: 100%;}
.contact-for-wraper{ width: 100%;}
.contact-for-call{ width: 100%;}
.contact-mail{ width: 100%;}
.aestetic-dtl-title{ line-height: 1.5; font-size: 1.65em;}
.treatment-range-title{ font-size: 1.75em;}
.owl-carousel .owl-wrapper-outer{ margin-top: 1em;}
.social-wraper{ float: left; padding: 50px 0px;}
.quick-contact{ top: 0; bottom: 0; display: flex;  align-items: center;}
.bottom-wraper{margin-top: 30px; padding: 30px 0px;}
.banner-caption-mid{    font-size: 1.5em;line-height: 1.3;}
.quick-contact-title{ font-size: 1.25em;}
.dental-practice{ width: 100%;}
.dental-practice-outer{ display: inherit; float: left;}
.denture-container{ width: 100%; padding-left: 0%;}
.denture-pic{ display: none;}
.denture-bottom{ width: 100%;}
.denture-bottom-title{ line-height: 1.5;}
.quick-contact-wrap-inner{ float: left;}
.implant-dental-content-pic{ width: 80%;}
.aestetic-top-wraper{ padding-top: 0.5em;}
.inner-banner{ display: none;}
.inner-caption{ position: relative;   bottom: -1em; top: inherit;}
.middle-title{ line-height: 1.5;}
.flex-direction-nav a::before { font-size: 25px !important;}
.logo-container{ width: 60%; margin: 0 auto;}
.logo-container img{ width: 100%;}
.view-all{margin-top: -60px;}
   
}
 @media (min-width:769px) and (max-width:991px){
  body {
    font-size:14px !important;
}
.container{
    width:100%;
    padding-left:3%;
    padding-right:3% 
}
.top-container{
    width:100%;
    padding-left:1%;
    padding-right:1%;
}
.desk-view{
    display: none 
}
.mob-view{
    display: block 
}
.footer-wraper{ padding-bottom: 90px; padding-top: 10px;}
.copy-right{ line-height:2;}
.designed p{ line-height:2;}
.welcome-slider-content{ width: 100%; margin-right: 0px; padding: 0px 3%;}
.welcome-slider{ display: inherit;}
.footer-details-container{ width: 100%; margin: 0px;}
.footer-details-container:nth-child(2){ border: none;}
.footer-logo{ display: none;}
.footer-links{ display: none;}
.footer-social-container{ padding-bottom: 30px;}
.footer-details{ padding-bottom: 0px;}

.footer-outer-wraper{background: #efefef !important;}
.footer-content:nth-child(2){ display: none;}
.footer-content:nth-child(3){ display: none;}
.footer-social-links ul li{ float: left;}
.footer-outer-wraper{ padding: 20px 0px;}
.bottom-content-for{ padding: 0px 25px;}
.bottom-content-for img{ max-width: 100%;}
.team-container-home{ width: 100%;}
.insta-for{ width: 100%; margin: 0 auto; float: none; margin-top: 1em;}
.card{ width: 49%; margin-bottom: 0.5%;}
.banner-caption p{ display: none;}
.findmore{padding: 0px 30px; line-height: 30px; }
.header-contact{ display: none;}
.welcome-pic{ display: none;}
.welcome-content{width: 100%;}
.moddle-wraper{ margin-top: 0px; float: left;}
.middle-container{ position: inherit; display: inherit;}
.for-welcome{ display: inherit; }
.middle-content{ width: 100%; padding-left: 0%;}
.middl-pic{ width: 100%;right: 0; left: 0;}
.middle-bg{ display: none;}
.quick-contact-wrap{ margin-top: 1em;  float: left;}
.contact-for{ line-height: 40px; display: inherit;}
.contact-for-icon {width: 40px;height: 40px;font-size: 1.05em;}
.quick-contact-content{ display: inherit; margin-top: 0.5em;}
.nav-menu{ display: inherit !important;}
.navigation-portrait .nav-menu > li > a {padding: 8px 15px 8px 15px !important;}
.navigation-portrait{ height:  auto !important;}
.middle-logo img{ max-width: 60%;}
.card:nth-last-child(-n+6){ display: none;}

.team-container{ display: inherit; float: left; padding: 30px 15px;}
.team-content{ width: 100%; padding-right: 0%; padding-top: 1em;}
.team-pic{ width: 65%; margin: 0 auto; float: none;}
.team-spec{ width: 100%; display: inherit;padding: 0px 15px;}
.team-spec-left{ width: 100%; border-bottom: 1px solid #ccc; border-right: 0px; justify-content: center;}
.team-spec-right{ width: 100%;}

.recption-content-outer{ display: inherit; padding: 25px 25px;}
.reception-details{ width: 100%; padding-left: 0%; float: none;}
.reception-container{ width: 100%;}
.team-content-title{ text-align: center;}
.team-content p{ text-align: left;}
.team-content-title-sub{ justify-content: center;}
.reception-pic{ margin: 0 auto; float: none;}
.reception-details-title{ text-align: center;line-height: 1.5;}
.reception-details p{ text-align:left;}
.nurse-container{ width: 100%; border: none; display: inherit; padding: 30px 30px;}
.nurse-wrap{ display: inherit;}
.general-industry-pic{ display: none;}
.general-industry-content{ width: 100%; padding-left: 0%;}
.main-implant{ width: 100%; display: inherit;}
.general-brief{ width: 100%; padding-right: 0%; border-right: 0px;}
.general-brief:nth-child(2){ padding-left: 0px;}
.table-container{ width: 100%; padding: 1em;}
.download-for-outer{ width: 100%;}
.gallery-for-pic{ display: none;}

.aestetic-container{ display: inherit; width: 100%;}
.astetic-pic{ display: none;}
.astetic-dtl{ padding-left: 0px;}
.implant-placed{ padding: 0.75em;}
.implant-placed-count{ font-size: 2em;}
.implant-placed-count-outer{ width: 15%; margin-right: 1em;}
.implant-dental-content{ width: 100%;}
.impants-advantage{ width: 100%;margin-right: 0%;}
.gallery-name{ font-size: 0.9em;}
a:nth-child(2) .contact-for{ margin-left:0.5; margin-top: 0em;}

.inner-wrap{ margin-top: 20px; float: left;}
.blog{ width: 100%; margin-right: 0%;}
.contact-top-container{ width: 100%;}
.contact-address{ width: 100%;}
.contact-for-wraper{ width: 100%;}
.contact-for-call{ width: 100%;}
.contact-mail{ width: 100%;}
.aestetic-dtl-title{ line-height: 1.5; font-size: 1.65em;}
.treatment-range-title{ font-size: 1.75em;}
.owl-carousel .owl-wrapper-outer{ margin-top: 1em;}
.social-wraper{ float: left; padding: 50px 0px;}
.quick-contact{ top: 0; bottom: 0; display: flex;  align-items: center;}
.bottom-wraper{margin-top: 30px; padding: 30px 0px;}
.banner-caption-mid{    font-size: 1.5em;line-height: 1.3;}
.quick-contact-title{ font-size: 1.25em;}
.dental-practice{ width: 100%;}
.dental-practice-outer{ display: inherit; float: left;}
.denture-container{ width: 100%; padding-left: 0%;}
.denture-pic{ display: none;}
.denture-bottom{ width: 100%;}
.denture-bottom-title{ line-height: 1.5;}
.quick-contact-wrap-inner{ float: left;}
.implant-dental-content-pic{ width: 80%;}
.aestetic-top-wraper{ padding-top: 0.5em;}
.inner-banner{ display: none;}
.inner-caption{ position: relative;   bottom: -1em; top: inherit;}
.middle-title{ line-height: 1.5;}
.flex-direction-nav a::before { font-size: 25px !important;}
.logo-container{ width: 60%; margin: 0 auto;}
.logo-container img{ width: 100%;}
.view-all{margin-top: -60px;}
   
}
 @media (min-width:992px) and (max-width:1199px){
 .nav-header{ margin-right: 1em !important;}
 .logo img{ width: 150px;}
}
@media (max-width:992px) {
  .testimonial .description{ margin: 0px;}
  .submenu-indicator{ right: 0 !important; left: inherit !important;}
    .whats-app{ bottom: 25vh;}
    .nav-brand img {width: 60% !important;}
    .nav-toggle, .navigation-hidden .nav-header {display: block !important;}
    .hide-menu{ display: block !important;}
    
    .banner-wrp{height: calc(100vh - 75px) !important; overflow: hidden !important }
    .carousel-inner {height: 100% !important;}
    #quick_view_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #fff ;
 }
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
.sexy-menu.detached{
    opacity: 1 !important
}
    .hide-menu a {
    width: 20%;
    line-height: 1;
    font-size: 1.5em;
    float: left;
    display: flex;
    justify-content: center;
   
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
    text-align: center;
    justify-content: center;
    position: inherit !important;
     top: auto !important;

    }
    .nav-toggle {
      top: auto !important;
    bottom:auto !important; 
}
    .nav-toggle:before{   
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
		display: none
}
   .nav-toggle:after{    
           content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
	   display: none
}


.nav-toggle {margin-top: 3px !important;}
 .banner-wraper{ height: auto;}
 .nav-header {margin-right:0em !important;display: flex !important; justify-content: center !important;  }
 .logo{ width: 100% !important; position: inherit !important; display: flex !important; justify-content: center; height: auto !important;}
 /*.nav-brand img{ width: 250px;}*/
 .nav-header{ width: 100%; padding-top: 1em; padding-bottom: 1em;}
 .sexy-menu.detached .nav-brand img {margin-top: 0px !important;    width: 70%;  }
 .bottom-menu{ width: 45px; height:45px; border-radius: 50%; display: flex !important; justify-content: center; align-items: center; border: 1px solid #999;}
 
 .nav-menu > li > a{ font-size: 1em !important;}
 .whats-app img{ margin-left: 0%;}
 .sexy-menu.detached .nav-menu > li > a {
    color: #fff !important; 
  }
  .bredcum-wraper {padding-top: 10px;    padding-bottom: 10px;  }
  .owl-theme .owl-controls{ display: none !important;}
  .team-spec-right ul li{ font-size: 1em; background: url(../images/listingbg.png) no-repeat left 2px;}
  .banner-bottom{ line-height: 1.7;}
  .inner-caption{ padding-bottom: 0;}
  .caption{ font-size: 1.75em;}
  .denture-bottom-title{ font-size: 1.65em;}
  .team-content-title{ font-size: 1.65em;}
  .contact-address-container{ padding: 1.5em 1em;}
  .surgery-time{ width: 40%;}
  .surgery-sep{ width: 5%;}
  .blog-pic-detail img{ max-width: 100%;}
  .blog-details-content p{ text-align: left;}
  .blog-detail-title{ font-size: 1.15em; line-height: 1.7;}
  .cosmetic-treat-content p{ text-align: left;}
  .dental-practice-icon img{ width: 45px; height: 45px;}
  .veneer-caption{ color:#0567a0;}
  .caption{ line-height: 1.5;}
  .inner-caption{ padding: 0px 2%;}
}