/**
* Template Name: FlexStart - v1.1.1
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color:000;
  font-weight:500;
}

.hide-mob{
  display:unset;
}
.hide-desktop{
  display: none !important;
}

a, .t-g {
  color: #cff800;
  text-decoration: none;
}

a.a-w, .a-w{
  color:#fff;
}

a.simple, .simple{
  color:#333;
}

a.simple-u{
  color:#333;
  border-bottom:solid 1px #cff800;
}

span.simple-u{
  border-bottom:solid 1px #cff800;
}

a:hover {
  color: #bce008;
  text-decoration: none;
}
.hide{
  display:none !important;
}
.pill-l{
  background: #fff;
    /* float: left; */
    width: fit-content;
    padding: 5px 8px;
    border-radius: 2px;
    color: #333 !important;
    opacity: 0.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin:10px 0px;
  font-weight:600;
  text-transform: lowercase;
}
h1 {
  margin: 15px 0px 0px 0px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.pagetitle {
  /*position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;*/
}

.pagetitle span{
  position: absolute;
    right: 10000px;
}

h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

h3 {
  color: #000;
  font-size: 45px;
  font-weight:800;
}

/*.highlight{
  background-color:#cff800;
  position:relative;
  left:0px;
  top:-5px;

}
.highlight .h-bg{
  background-color:#fff;
  position:relative;
  left:0px;
  top:-25px;
  width:100%;
}

.highlight .words{
  position:relative;
  left:0px;
  top:30px;
  background-color:transparent;
}*/

.highlight{
    position: relative;
    display: inline-block;
    display: -webkit-inline-box;
}
   
  .highlight::after{
    content: "";
    width: 100%;
    background-color:#cff800;
    height: 40%;
    z-index: -1;
    position: absolute;
    bottom: 5%;
    left: 0;
  }

/*Z-index*/

.zl{
  z-index:1;
}

.zh{
  z-index:100;
}

.upper{
  text-transform: uppercase !important;
}

/*Display*/
.d-block{
  display:block;
}
.inline-b{
  display: inline-block;
}


.box{
  background-color: #fff;
  padding:20px 40px;
  box-shadow:0px 0 12px rgb(84 84 84 / 18%);
}




/*IMAGES*/

.img-fluid{
  object-fit:contain;/*added when updating aligner images- check inclusions before removing*/
}


/*Fonts*/

@font-face{ 
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat/Montserrat-Light.eot');
	src: url('/assets/fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/montserrat/Montserrat-Light.woff') format('woff'),
	     url('/assets/fonts/montserrat/Montserrat-Light.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-Light.svg#webfont') format('svg');
  font-weight: 300;
}
@font-face{ 
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat/Montserrat-Regular.eot');
	src: url('/assets/fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/montserrat/Montserrat-Regular.woff') format('woff'),
	     url('/assets/fonts/montserrat/Montserrat-Regular.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-Regular.svg#webfont') format('svg');
  font-weight: 500;
}
@font-face{ 
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat/Montserrat-Medium.eot');
	src: url('/assets/fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/montserrat/Montserrat-Medium.woff') format('woff'),
	     url('/assets/fonts/montserrat/Montserrat-Medium.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-Medium.svg#webfont') format('svg');
  font-weight: 600;
}
@font-face{ 
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat/Montserrat-Bold.eot');
	src: url('/assets/fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/montserrat/Montserrat-Bold.woff') format('woff'),
	     url('/assets/fonts/montserrat/Montserrat-Bold.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-Bold.svg#webfont') format('svg');
  font-weight: 700;
}
@font-face{ 

	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat/Montserrat-ExtraBold.eot');
	src: url('/assets/fonts/montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'),
	     url('/assets/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-ExtraBold.svg#webfont') format('svg');
  font-weight: 800;
}
@font-face{ 
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat/Montserrat-Black.eot');
	src: url('/assets/fonts/montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/montserrat/Montserrat-Black.woff') format('woff'),
	     url('/assets/fonts/montserrat/Montserrat-Black.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-Black.svg#webfont') format('svg');
  font-weight: 900;
}


.text-r{
  text-align: right !important;
}

.text-c{
  text-align:center
}

.text-l{
  text-align: left !important;
}

.text-b{
  font-weight:700;
}





/*MARGINS*/
.m--0{margin:0px !important}
.m--5{margin:5px}
.m--10{margin:10px !important}
.m--20{margin:20px}
.m--40{margin:40px}

.mt--0{margin-top:0px !important}
.mt--5{margin-top:5px}
.mt--10{margin-top:10px}
.mt--20{margin-top:20px}
.mt--40{margin-top:40px}
.mt--60{margin-top:60px}
.mt--80{margin-top:80px;}
.mt--100{margin-top:100px;}

.mb--0{margin-bottom:0px !important}
.mb--5{margin-bottom:5px}
.mb--10{margin-bottom:10px}
.mb--20{margin-bottom:20px}
.mb--40{margin-bottom:40px}

.ml--0{margin-left:0px !important}
.ml--5{margin-left:5px}
.ml--10{margin-left:10px}
.ml--20{margin-left:20px}
.ml--40{margin-left:40px}

.mr--0{margin-right:0px !important}
.mr--5{margin-right:5px}
.mr--10{margin-right:10px}
.mr--20{margin-right:20px}
.mr--40{margin-right:40px}

/*Padding*/
.p--0{padding:0px !important}
.p--5{padding:5px}
.p--10{padding:10px !important}
.p--20{padding:20px}
.p--40{padding:40px}

.pt--0{padding-top:0px !important}
.pt--5{padding-top:5px}
.pt--10{padding-top:10px}
.pt--20{padding-top:20px}
.pt--40{padding-top:40px}

.pb--0{padding-bottom:0px !important}
.pb--5{padding-bottom:5px}
.pb--10{padding-bottom:10px}
.pb--20{padding-bottom:20px}
.pb--40{padding-bottom:40px}

.pl--0{padding-left:0px !important}
.pl--5{padding-left:5px}
.pl--10{padding-left:10px}
.pl--20{padding-left:20px}
.pl--40{padding-left:40px}

.pr--0{padding-right:0px !important}
.pr--5{padding-right:5px}
.pr--10{padding-right:10px}
.pr--20{padding-right:20px}
.pr--40{padding-right:40px}


.red, .btn.red, a.red, li a.btn.active.red{
  color:red !important;
}

/* BUTTONS */

.btn, .btn-g, .btn-gb, .btn-b, .btn-b-w, .btn-nb, .btn-lc{
  padding: 8px 10px;
  border-radius: 2px;
  font-weight: 700;
  font-size: inherit;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: unset;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #fff;
  color:#333 !important;
  border:solid #333 1px;

  text-transform: uppercase;
}
.btn:hover {
  color: #fff;
  background-color: #cff800;
  border: solid 1px #333;
}

.btn-lc{
  text-transform: unset !important;
}

.btn-w{
  background-color: #fff;
  color:#333 !important;
  border:solid #fff 1px;
}

.btn-b{
  background-color: #333;
  color:#fff !important;
  border:solid #333 1px;
}

.btn-b-w{
  background-color: transparent;
  color:#fff !important;
  border:solid #fff 1px;
}
.btn-b-w:hover, .btn-b:hover{
  background-color: #cff800;
  color:#333 !important;
  border:solid #cff800 1px;
}

.btn-g{
  background-color: #cff800;
  color:#333 !important;
  border:solid 1px #cff800
}

.btn-g:hover{
  background-color: #333;
  color:#bce008 !important;
  border:solid 1px #bce008
}

.btn-gb{
  background-color: #cff800;
  color:#333 !important;
  border:solid 1px #333
}

.btn-gb:hover{
}

.btn-special{
  margin-left:5px;
  border-radius: 2px;
  -webkit-box-shadow: -2px 6px 0px 0px #CFF800; 
  box-shadow: -2px 6px 0px 0px #CFF800;
  text-transform:unset !important;
}



/*MISC*/

.inner{
  padding:1rem;
}


/*links*/

.link{
  border-bottom: solid 1px #333;
}
.link, .link-arrow{
  font-weight: 700;
  color:#333 !important;
}

.link:hover, .link-arrow:hover{
  border-bottom:solid 1px #cff800;
  color:#bce008 !important;
}

.link-arrow::before{
  content: '>>>';
  border-bottom: none;
  color:#cff800;
  padding-right:10px;
}





/*LINKS*/

a.link-b span{
  font-weight:700;
  color:#000;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.1rem;
  padding-left:10px;
}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 4rem 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 15px;
}

.section-header h2 {
  font-weight: 700;
  margin: 0;
  text-transform: lowercase;
}

.section-header p {
  margin-top:20px;
/*  margin: 10px 0 0 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #000000;*/
}

/*@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}*/




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f7f7f7;
  min-height: 20px;
  color: #333;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 12px;
}

.breadcrumbs ol a {
  color: #333;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #cff800;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #cff800;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #333;
  line-height: 0;
}

.back-to-top:hover {
  background: #bce008;
  color: #333;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0 10px;
  background-color:#333;
}

.header.header-scrolled {
  background: #333;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .navbar a.logo {

  line-height: 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
  margin: 0 auto;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#main-navbar{
  height:auto;
}

.navbar {
  padding: 0;
  margin: 0 auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  display: inline-block;
}

.navbar a {
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #cff800;
}



.navbar .dropdown ul {
  display: inline-block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #333;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #cff800;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar-top{
  display:flex;
  height:100%;
}

.navbar-top a{
  font-size:12px;
  font-weight:700;
}
.nav-btns a{
/*  font-weight:300;*/
  padding:5px 10px;
}






@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}





/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}


.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    position: fixed;
    left: 20px;
    top: 16px;
  }

  .header{
    padding:0px 0px;
  }

  .navbar ul, .navbar .navbar-top .nav-btns {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.95);
  transition: 0.3s;

  padding:20px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}*/

.navbar.navbar-mobile li{
  display:block;
}

.navbar-mobile a {
  padding: 10px 20px !important;
  font-size: 13px;
  color: #fff;
  margin:5px auto;
  width:100%;
  display:block;
  z-index: 1000;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #cff800;
}
.navbar-mobile .navbar-top ul{
  position: relative;
  display: flex;
  text-align: center;
  margin: 30px auto 0px;
}
.navbar-mobile .navbar-top ul li{
  
  position:relative;
  display:flex;
  width:100%;
}

.navbar-mobile ul.main-nav-opt{
  position:relative;
  display:block;
  padding-top:10px;
}

.navbar-mobile ul.main-nav-opt li a{
  width:100%;
  text-align: center;
}

.navbar-mobile ul.main-nav-opt li.dropdown ul li a{
  color:#a7a7a7;
}

.navbar-mobile a.logo{
  display:none !important;
}

.bi-x::before {
  content: "\f5ee";
  float: right;
}

/*
.navbar-mobile .getstarted {
  margin: 15px;
}*/

.navbar-mobile .dropdown ul {
  position: static;
  display: block;
  margin: 0px 20px;
  padding: 2px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: none;
  box-shadow: none;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #cff800;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.navbar-mobile .navbar-top{
  display:block;
  height:auto;
}

.navbar-mobile .nav-btns{
  display: block !important;
  margin-top:20px;
}

.navbar-mobile .nav-btns a.btn{
  float: unset;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 105vh;
  background: url(../img/aligners/home-main.jpg) center left no-repeat;
  background-size: cover;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

.hero h3{
  font-size:4.5rem;
}

.hero.hero-scanning h3{
  font-size:3rem;
}










/*--------------------------------------------------------------
# Index 
--------------------------------------------------------------*/

.hero.hero-index{
  background: url(../img/home/hero.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
  height:95vh;
}

.hero-index{
  color:#fff !important;
  text-align:center;
}

.hero-index h1, .hero-index h3{
  color:#fff !important;
}

.hero-btns{
  position: absolute;
  bottom:40px;
  left:0px;
}

.hero-btns a.btn{
  width:25%;
}


/*--------------------------------------------------------------
# index-blocks
--------------------------------------------------------------*/
.index-blocks {
  width: 100%;
  min-height: 35vh;
  background:#333;
  background-size: cover;
}

.index-blocks h2{
  font-size:5rem;
  text-transform: lowercase;
}

.index-blocks a{
  align-items: left !important;
}

.index-blocks a:hover{
  color:#333;
  text-decoration: underline;
}

.ib-aligners{
  background: url(/assets/img/home/aligners.jpg) center right no-repeat;
  background-size: cover;
  height: 50vh;
}
.ib-dsd{
  background: url(/assets/img/home/dsd.jpg) center left no-repeat;
  background-size: cover;
  height: 50vh;
}


.index-blocks.ib-dsd{
  text-align: right !important;
}

/*
.index-blocks.half {
  width: 48%;
  display: inline-block;
}

.index-blocks.half.twhite {
  background: url(../img/twhite/home-main.jpg);
  background-size: cover;
}
*/

/*Smaller blocks*/

section.index-blocks.split{
  background: none !important;
  padding:0px;
  margin:4px 0px;
}

.index-blocks.split .left-half,
.index-blocks.split .right-half{
  min-height:35vh;
  /*height:40vh;*/
  text-align: center;
}
.index-blocks h2{
  font-size:3.5rem;
  text-transform: lowercase;
}

.index-blocks.split, .index-blocks.split a{
  cursor: pointer;
}

.index-blocks.split a:hover{
  text-decoration: none;
}

.index-blocks.split .left-half{
  border-right:2px solid #fff;
}
.index-blocks.split .right-half{
  border-left:2px solid #fff;
}

.index-blocks.split h2{
  color:#333;
  font-size:1.5em;
}
.index-blocks.split a{
  color:#333;
}
.index-blocks.split .twhite{
  background: url(/assets/img/home/twhite.jpg) center left no-repeat;
  background-size: cover;
}

.index-blocks.split .mouthguards{
  background: url(/assets/img/home/mguards.jpg) center right no-repeat;
  background-size: cover;
}

.index-blocks.split .dentures{
  background: url(/assets/img/home/dentures.jpg) center left no-repeat;
  background-size: cover;
}

.index-blocks.split .cups{
  background: url(/assets/img/home/cups.jpg) center right no-repeat;
  background-size: cover;
}

.cta-index{
  background-image: url(/assets/img/home/cta.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 55vh;
  padding: 4rem 0;
}

.cta-index a.simple-u:hover{
  color:#333;
  border-bottom:solid 1px #333 !important;
}


/*.index-blocks.split .twhite:hover,
.index-blocks.split .mouthguards:hover,
.index-blocks.split .dentures:hover,
.index-blocks.split .cups:hover{
  background:#bbbbbb;
  cursor: pointer;
}*/

.index-btns a.btn{
  min-width:150px;
  padding:15px;
}

.index-blocks.split a .btn-b-w{
    margin:0 auto;
}


.index-blocks.split .twhite::before,
.index-blocks.split .mouthguards::before,
.index-blocks.split .dentures::before,
.index-blocks.split .cups::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  border-left: 3px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease 0s;
  z-index: 9994;
  opacity: 0;
}
.index-blocks.split .twhite:hover::before,
.index-blocks.split .mouthguards:hover::before,
.index-blocks.split .dentures:hover::before,
.index-blocks.split .cups:hover::before {
  top: 35px;
  left: 35px;
  opacity: 1;
}

.index-blocks.split .twhite::after,
.index-blocks.split .mouthguards::after,
.index-blocks.split .dentures::after,
.index-blocks.split .cups::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.6);
  border-right: 3px solid rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease 0s;
  z-index: 9994;
  opacity: 0;
}
.index-blocks.split .twhite:hover::after,
.index-blocks.split .mouthguards:hover::after,
.index-blocks.split .dentures:hover::after,
.index-blocks.split .cups:hover::after {
  bottom: 35px;
  right: 35px;
  opacity: 1;
}











































/*--------------------------------------------------------------
# Dark Section
--------------------------------------------------------------*/
section.dark{
  background: rgb(2,0,36);
  background: linear-gradient(148deg, rgba(2,0,36,1) 0%, rgba(46,46,46,1) 0%, rgba(10,10,10,1) 100%);

    color: #fff;
}

.dark h2{
  color:#fff;
}

.dark .img-icon{
  padding-top:15px;
  max-height:60px;
}

.dark h4{
  color:#cff800;
}



/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

span#changer{
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------


.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #cff800;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
  z-index:-2;
}

/*--------------------------------------------------------------
# Display Section
--------------------------------------------------------------*/
.display-section{
  background-color: #f3f3f3;
  padding:60px;
}

.display-section .img-fluid{
  position: absolute;
    top: 10px;
    right: -43px;
    width: 35%;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #cff800;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features{
  background-color:#f8f8f8;
}
.features-w{
  background-color:#ffffff;
}

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.blog .features .feature-box i{
  line-height: 0;
  background: none;
  padding: 0px;
  margin-right: 3px;
  font-size: 17px;
  border-radius: 0px;
  transition: 0.3s;
  position: relative;
  top: 3px;
  color:#333;
}

/*
.features .feature-box:hover i {
  background: #cff800;
  color: #fff;
}*/

.features .feature-box p{
  display:contents;
}

.feature-tabs {
  margin-top: 20px;
}

/*.features .feature-tabs h3 {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}*/

@media (max-width: 768px) {
  .features .feature-tabs h3 {
    font-size: 28px;
  }
}
/*
.features .feature-tabs .nav-pills {
}

.features .feature-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
  border:solid 1px red;
  width:150px;
  text-align: center;
}

.features .feature-tabs .nav-link.active {
  color: #cff800;
}*/

.feature-tabs li{
  list-style: none;
}
.feature-tabs li .btn{
  margin:10px;
  min-width:150px;
}

.feature-tabs li .active.btn{
  background-color:#333;
  color:#fff !important;
}
.feature-tabs li .active.btn:after{
  content: ' >';
  color:#cff800;
}

.features .feature-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #000000;
}

.features .feature-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #cff800;
}

.feature-icons {
  margin-top: 20px;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 20px 20px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;

  display:block;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 30px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
  font-size:30px;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
  word-break: break-word;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #cff800;
  transition-duration: 0.25s !important;
  cursor: pointer !important;
}

.services .service-box.green .icon {
  color: #cff800;
  background: rgb(207 248 0 / 24%);
}

.services .service-box.green .read-more {
  color: #333;
  font-weight:700;
}

.services .service-box.green:hover {
  background: #cff800;
  transition-duration: 0.25s !important;
  cursor: pointer !important;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #333;
}

.services .service-box:hover .icon {
  background: #333;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background:#cff800
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px 20px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.05);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
/*
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}*/

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #cff800;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #cff800;
}

.pricing .btn-buy:hover {
  background: #cff800;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 16px;
  right: -71px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 12px;
  padding: 1px 0 3px 0;
  background: #cff800;
  color: #333;
  font-weight:700;
}

.pricing .box .icons{
  position: absolute;
  right: 10px;
  top:10px;
  color:#cff800;
}
.pricing .box .icons i{
  padding:0px;
  margin:0px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #cff800;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*section.portfolio{
  min-height:52vh;
}*/

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #333;
  background-color: #cff800;
  font-weight: 800;
}
/*ComingSoon*/
.portfolio #portfolio-flters li.coming-soon{
  color:#cacaca;
}

.portfolio #portfolio-flters li.coming-soon:hover, .portfolio #portfolio-flters li.filter-active.coming-soon{
  background-color:#efefef;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}


.centre-item.coming-soon .inner{
  opacity: 0.25;
}

/*ComingSoonEnd*/
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom:10px;
  
  border-radius: 4px;
  box-shadow:0px 0 12px rgb(84 84 84 / 18%);
}

.portfolio .portfolio-wrap::before {
  /*content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;*/
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  border-left: 3px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.6);
  border-right: 3px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
  width: 100%;
  display: flex;
  padding:15px;
}

.portfolio .portfolio-wrap .portfolio-links a {
 
    width:100%;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
}



.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cff800;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cff800;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cff800;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cff800;
}

.testimonials .swiper-slide {
  opacity: .3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cff800;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cff800;
}


/*--------------------------------------------------------------
# Info Hub Blog - Main Page
--------------------------------------------------------------*/
.ih-menu{
  padding:60px 0px 30px;
}
.ih-menu .section-header{
  padding-bottom: 0px;
}

.ih-menu h1{
  font-size: 35px;
  font-weight: 700;
  text-transform: lowercase;
}

.info-hub-menu{
  width: 100%;
  margin:10px auto;
}

.info-hub-menu .menu-inner{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.info-hub-menu .btn{
  font-size:12px;
  margin:0px 2px;
  padding:5px 6px;
}

.info-hub-menu .btn h2{
  font-size:12px;
  margin:0px 0px;
  padding:2px 0px;
}



/*--------------------------------------------------------------
# Info Hub - Single Posts
--------------------------------------------------------------*/
.single-blog .breadcrumbs{
  padding-top:140px
}





/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  width: fit-content;
  border-bottom: solid 1px #cff800;
  color: #333;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box .readmore:hover{
  border-bottom: solid 1px #333 !important;
}

.recent-blog-posts .post-box:hover .post-title {
  text-decoration: underline;
  text-decoration-color: #cff800;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

.recent-blog-posts .post-box p{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #cff800;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cff800;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #cff800;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #333;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.privacy-policy h6, .terms-c h6{
  text-transform:capitalize;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
/*  float:right;
  padding-left:20px;*/
}

.blog .entry .entry-title {
  font-size: 19px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}

.blog .entry .entry-title a {
  color: #000000;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #cff800;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #cff800;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  display: block; /* Fallback for non-webkit */
  display: inherit; /*changed for images floating*/
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size:14px;
}

.single-blog .blog .entries .entry .entry-content p {
  -webkit-line-clamp:unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: unset;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #cff800;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #333;
}

.blog .entry .entry-content h3, .blog .entry .entry-content h2{
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
  text-transform: lowercase;
  position: relative;
}

.blog .entry .entry-content h2 .blog-icon{
  color: #cff800;
  position: absolute;
  z-index: -1;
  left: -10px;
  font-size: 36px;
  top: -8px;
  
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  clear:both;
  margin-top:20px;
}

.blog .entry .entry-footer i {
  color: #c5e32d;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #333;
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: #cff800;
}

.blog .entry .entry-footer a:hover {
  text-decoration-color: #333;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #000000;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #cff800;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #000000;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #000000;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #000000;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #cff800;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #333;
}

.blog .sidebar {
  padding: 30px;
/*  margin: 0 0 60px 20px;*/
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #000000;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #cff800;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
  columns: 1;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog-sb-m{
  padding-top:10px
}

.blog .sidebar .categories ul a {
  color: #000000;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #cff800;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 65px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 75px;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog .sidebar .recent-posts h4 a {
  color: #000000;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #cff800;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 75px;
  font-style: italic;
  font-size: 12px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #cff800;
  background: #cff800;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

.blog-single .section-header{
  text-align: left;
}

.blog-single .section-header h2, .blog-single .section-header h1{
  font-weight:800;
  font-size: 35px;
  color: #000;
  margin: 0;
  text-transform: lowercase;
}

.blog .entry .entry-img{
  margin:0px 0px 10px !important;
}

.vid-w-50{
  width:50%;
}

.blog-box .inner{
  background-color:#edefee;
  padding:10px;
  text-align: center;
}

.blog-box .inner h3{
  font-weight: 800 !important;
  font-size: 2em !important;
}

.blog-box .inner img{
  padding:15px 0px;
}

.blog-feature.features{
  padding:10px;
}
.blog .entry .entry-content .blog-feature.features h3{
  font-size:35px;
  padding:20px 30px 10px;
  font-weight: 800 !important;
  margin-top:0px;
}

.blog-feature.features .feature-box{
  padding:10px 15px 10px;
  background-color:#edefee;
}

.blog-feature.features .feature-box img{
  max-width:50px;
  margin-right:10px;
}

.blog-feature.features .feature-box.fb-g img{
  max-width:80px;
}

.blog-feature.features .feature-box{
  box-shadow:none;
}


.blog-sm-img-l{
  width: 40%;
  float: left;
  padding-right: 20px;
}

.blog-sm-img-r{
  width: 40%;
  float: right;
  padding-left: 20px;
}

.blog-icon-l{
  width:20%;
  float: left;
  padding-right: 20px;
}

.blog-icon-r{
  width:20%;
  float: right;
  padding-left: 20px;
}

.blog-md-img-l{
  width: 60%;
  float: left;
  padding-right: 20px;
}

.blog-md-img-r{
  width: 60%;
  float: right;
  padding-left: 20px;
}
h2 .blog-icon-h2{
  max-width:80px
}

ul.no-bullet li{
  list-style: none;
}

ul.no-bullet img{
  max-width:80px;
  padding-right:10px;
}

.blog-feature.features .feature-box.fb-dark{
  background-color: rgb(31, 31, 31);
  color:#fff !important;
}

.blog-feature.features .feature-box.fb-g{
  background-color: #cff800;
}

.clear{
  clear:both !important;
}

.blog .entries .entry-content ul li, .blog .entries .entry-content ol li {
  font-size:14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #0a0a0a;
  padding: 0 0 30px 0;
  font-size: 12px;
  color:#fff;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #2b2b2b;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.footer .footer-newsletter form {
  padding: 6px 10px;
  position: relative;
}

.footer .footer-newsletter form input[type="email"] {
  /*border: 0;
  padding: 8px;
  width: calc(100% - 140px);*/
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #cff800;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  /*background: white url(../img/footer-bg.png) no-repeat right top;*/
  background-size: contain;
  border-top: 1px solid #656565;
 /* border-bottom: 1px solid #e1ecff;*/
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}



.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgb(209 245 37);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #fff;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #cff800;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  padding-left:0px;
}



.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #696969;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #cff800;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  color: #808080;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #000000;
}

.footer input, .footer textarea{
  color:#fff;
  background-color:transparent;
  border: none;
  border-bottom:solid 1px #eee;
  padding:10px 15px
}

.footer input::placeholder, .footer textarea::placeholder{
  color:#c5c5c5;
} 
















/*--------------------------------------------------------------
# Aligners Page - about our aligners TABS
--------------------------------------------------------------*/


/*-----------------------
# How it works
------------------------*/
.how-it-works .box{
  padding: 0px 15px;
  border:#e8e8e8 solid 1px;
  text-align: center;
  transition: 0.3s;
  height: auto; /*was 100% - adjusted so that when content is expanded the other boxes dont also expand*/
}

.how-it-works h4{
  text-transform: uppercase;
    /*  
    position: relative;
    top: -10px;*/
    padding-top: 0px;
    padding-bottom: 5px;
}

.how-it-works .box-inner{
  position: relative;
  min-height:180px; /*was 200px*/
}

.how-it-works .box-inner span{
  font-weight: 900;
    font-size: 116px;
    
    position: absolute;
    bottom: -30px;
    left: 10px;
    opacity: 0.075;
}

.how-it-works .box img{
  /*position:relative;
  top: -25px;*/
  max-height:90px;
}

.how-it-works .accordion hr{
  position: absolute;
  bottom: 2px;
  width: 100%;
}

.how-it-works .accordion-body{
  padding:1rem 10px;
}

.how-it-works .accordion hr{
  color:#bdbdbd;
  height:3px;
}

.how-it-works .accordion-button:not(.collapsed) {
  color: #cff800;
  background-color: #fff;
}
.how-it-works .accordion-button:not(.collapsed) i {
  color: #cff800 !important;
}
.how-it-works .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
}

.how-it-works .accordion-button {
  display: flex;
  text-align: center;
  padding: 10px 0px 10px 0px;
  border:none;
  border-bottom: solid 0px #eee;
  font-weight:700;
  background-color: transparent;
  color: #333 !important;
}

.how-it-works .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/img/icons/minus-icon.png);
  transform: rotate(0deg);
}

.how-it-works .accordion-button::after {
  flex-shrink: 0;
  width: 100% !important;
  text-align: center;
  height: 1.25rem;
  margin-left: unset;
  content: "";
  background-image: url(/assets/img/icons/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  z-index:1;
}













/*-----------------------
# Benefits & Aligner Care
------------------------*/

.feature-tabs .benefits li .active.btn {
  background-color: #cff800;
  color: #333 !important;
  border: solid 1px #cff800;
}

.feature-tabs .benefits .btn{
  text-transform: unset;
}

.feature-tabs .aligner-care{
  position: relative;
}

.feature-tabs .aligner-care-bg{
  position:absolute;
  bottom:0px;
  right:-100px;
}

.feature-tabs .aligner-care-bg img{
  max-height:280px;
}

.features .feature-tabs .tab-content .aligner-care h4{
  font-size:35px;
  font-weight:800;
  margin-bottom:20px;
}

i.ri-close-line{
  color:#cff800 !important;
}




/*-----------------------
# About Aligners Tabs - FAQ's
------------------------*/

/*section#hiw-tab{
  padding-bottom:8rem;
}*/

#hiw-tab .faqs .accordion{
  max-height:520px;
  overflow-y: scroll;
}
#hiw-tab .faqs .accordion p.accordion-body{
  font-size:0.85em !important;
}

#hiw-tab .accordion-body{
  padding-bottom:0px;
}

/*Accordion - adjusted for aligners mini buttons*/
#hiw-tab .faqs .accordion-button {
  display: flex;
  text-align: left;
  padding: 10px 0px 10px 0px;
  border:none;
  border-bottom: solid 1px #eee;
  font-weight:700;
  background-color: transparent;
  color: #333 !important;

  /*position: relative;
  align-items: center;
  width: 100%;
  font-size: 1rem;
   text-align: left; 
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  */
}

#hiw-tab .faqs .accordion-button:not(.collapsed)::before {
  background-image: url(/assets/img/icons/minus-icon.png);
  transform: rotate(0deg);
}

#hiw-tab .faqs .accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0px;
  margin-right:10px;
  content: "";
  background-image: url(/assets/img/icons/plus-icon.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

#hiw-tab .faqs .accordion-button:not(.collapsed)::after {
  background-image:none;
}

#hiw-tab .faqs .accordion-button::after {
  background-image:none;
}


#hiw-tab .mt--40{
  margin-top:20px;
}



/*-----------------------
# Teeth Whitening - Colgate Info
------------------------*/
.colgate .accordion-button:not(.collapsed){
  color:#333;
  background-color: #fff;
}
.colgate .accordion-button::after {
  transform: rotate(-90deg);
}

.colgate .accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(0deg);
}
.colgate .accordion-button {
  font-size: 1.2rem;
}



/*--------------------------------------------------------------
# Aligners Page - 9 reasons why we're different
--------------------------------------------------------------*/

.reasons .feature-icons h3 {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}


@media (max-width: 768px) {
  .reasons .feature-icons h3 {
    font-size: 28px;
  }
}


/*FEATURE ICONS NEAR TEXT*/

 .feature-icons .content .icon-box {
  display: flex;
}

 .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #000000;
}

 .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 33px;/*was 44*/
  color: #cff800;
  margin-right: 15px;
}

 .feature-icons .content .icon-box p {
  /*font-size: 15px;*/
}



/*--------------------------------------------------------------
# Aligners Page - Pricing that works for you
--------------------------------------------------------------*/

.pricing .pricing-for-you img{
  padding:0px;
  margin-bottom:30px;
}




/*--------------------------------------------------------------
# Aligners Page - What's included
--------------------------------------------------------------*/

.included{
  background-repeat: no-repeat;
  background-position: left;
  background-size: 65vh;
}

.features.included .feature-box{
  padding: 24px 20px;
  background: rgba(255, 2552, 255, 0.5);
  color:#333;
}

.features.included .feature-box p{
  margin-bottom:0px;
}

.features .feature-box i {
  background: #cff800;
  
  /*line-height: 0;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;*/
}




/*--------------------------------------------------------------
# Aligners Page - 
--------------------------------------------------------------*/

section.aligner-results{
  background-color:#2b2b2b;
  color:#fff;
}

.aligner-results h2{
  color:#fff;
}

.aligner-results .img-icon{
  padding-top:15px;
  max-height:60px;
}

.aligner-results h4{
  color:#cff800;
}

.aligners-baa{
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
   padding-top:20px;
  padding-bottom:20px;
  background-color:#ffffff0d;*/
  text-align: center;
}
.aligners-baa img{
  max-height:130px;
  float:right
}

.aligner-results-slider h4{
  font-size:2.5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1px 4px;
}


.sub-nav{
  background-color: rgb(207 248 0 / 98%);
  position: fixed;
  width: 100%;
  padding:0px;
  margin:0px !important;
  top:119px;
  z-index:1;
}
.sub-nav ul{
  padding-left:10px;
  margin-block-end: 0px;
}
.sub-nav li{
  list-style: none;
  display: inline-block;
  font-size:13px;
}
.sub-nav a{
  color:#333;
}



/*--------------------------------------------------------------
# Aligners Page - Call to Action
--------------------------------------------------------------*/

.cta{
  background-image: url(/assets/img/aligners/cta.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 50vh;
}

#cta a.simple-u:hover{
  color:#333;
  border-bottom:solid 1px #333 !important;
}



/*--------------------------------------------------------------
# Blog Main Page
--------------------------------------------------------------*/

.hero.hero-blog{
    width: 100%;
    height: 65vh;
    background: url(../img/blog/blog-main.jpg) center left no-repeat;
    background-size: cover;

}

.hero.hero-blog h3{
  font-size:3rem;
  color:#cff800
}

.hero.hero-blog p.bigger{
  font-weight: 400;
  color:#fff;
}

.hero.hero-blog p{
  color:#fff;
  font-weight: 100;
}




/*--------------------------------------------------------------
# Smilogy Centres
--------------------------------------------------------------*/

.hero.hero-centres{
  height:70vh;
  background: url(../img/centres/centres-main2.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}
.hero.hero-centres h3{
  font-size:4rem;
}

.visit-us .feature-icons {
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0px 0 12px rgb(84 84 84 / 18%);
}





/*--------------------------------------------------------------
# Scanning Locations
--------------------------------------------------------------*/

.hero.hero-scanning{
  height:50vh;
  background: url(../img/centres/centres-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}
.hero.hero-scanning h3{
  font-size:3rem;
}

.visit-us .feature-icons {
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0px 0 12px rgb(84 84 84 / 18%);
}



/*--------------------------------------------------------------
# 
Kids 
--------------------------------------------------------------*/

.hero.hero-kids{
  background: url(../img/misc/kids2.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}


/*--------------------------------------------------------------
# 
Teens 
--------------------------------------------------------------*/

.hero.hero-teens{
  background: url(../img/misc/teen1.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}


/*--------------------------------------------------------------
# 
Adults 
--------------------------------------------------------------*/

.hero.hero-adults{
  background: url(../img/misc/adult1.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}



/*--------------------------------------------------------------
# about us
--------------------------------------------------------------*/


.hero.hero-about{
  height:70vh;
  background: url(../img/misc/about-hero.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}
.hero.hero-about h3{
  font-size:4rem;
}

.why-us h3{
  font-weight:700;
}

.why-us i{
 color:#cff800;
 font-size:40px;
}

.why-us .box{
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 0px 0 12px rgb(84 84 84 / 10%);
  height: 100%;
}

/*--------------------------------------------------------------
# australian made
--------------------------------------------------------------*/


.hero.hero-ausmade{
  height:70vh;
  background: url(../img/misc/ausmade-hero.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}

/*--------------------------------------------------------------
# australian made
--------------------------------------------------------------*/


.hero.hero-phc{
  height:70vh;
  background: url(../img/misc/about-hero.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:115px;
}

/*--------------------------------------------------------------
# Smilogy forms 
--------------------------------------------------------------*/

.hero.hero-form{
  height:40vh;
  background-size: cover;
  width: 100%;
  margin-top:115px;

  background-color:#cff800;
  opacity: 1;

  background: url(../img/misc/forms.jpg) center left no-repeat;
  background-size: cover;
}

.hero.hero-form.hf-a{
  background: url(../img/misc/forms-aligners.jpg) center left no-repeat;
  background-size: cover;
}

.hero.hero-form.hf-v{
  background: url(../img/misc/forms-veneers.jpg) center left no-repeat;
  background-size: cover;
}

.hero.hero-form.hf-w{
  background: url(../img/misc/forms-twhite.jpg) center left no-repeat;
  background-size: cover;
}

.hero.hero-form.hf-m{
  background: url(../img/misc/forms-mguards.jpg ) center left no-repeat;
  background-size: cover;
}

.hero.hero-form h3{
  font-size:4rem;
}


/*--------------------------------------------------------------
# Privacy Policy / Terms and Conditions
--------------------------------------------------------------*/

.hero.hero-sm{
  width: 100%;
  height: 33vh;
  background: none ;
  background-color:#e6ebe6 !important ;
  background-size: cover;

}





/*--------------------------------------------------------------
# Digital Smile Design 
--------------------------------------------------------------*/

.hero.hero-dsd{
  background: url(../img/dsd/home-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}


/*--------------------------------------------------------------
# Teeth Whitening 
--------------------------------------------------------------*/

.hero.hero-white{
  background: url(../img/twhite/home-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}

.included.included-twhite{
/*  background-image: url(/assets/img/twhite/inclusions.png);*/
  background-repeat: no-repeat;
  background-position: left;
  background-size: 65vh;
}

/*--------------------------------------------------------------
# Mouthguards
--------------------------------------------------------------*/

.hero.hero-mguards{
  background: url(../img/mouthguards/home-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}

#hiw-tab.hiw-mguards .feature-tabs .faqs li{
  display:list-item;
  list-style:circle !important;
  width:100%;
}

.included.included-tguard{
/*  background-image: url(/assets/img/mouthguards/inclusions.png);*/
  background-repeat: no-repeat;
  background-position: left;
  background-size: 65vh;
}

.mguards .display-section .img-fluid{
  position: absolute;
    top: -10px;
    right: -15px;
    width: 30%;
    max-width:300px;
}



/*--------------------------------------------------------------
# Check-ups 
--------------------------------------------------------------*/

.hero.hero-cups{
  background: url(../img/misc/cup-hero.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}

.included.included-cups{
  background-image: url(/assets/img/misc/cups-inclusions.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 65vh;
}


/*--------------------------------------------------------------
# Dentures
--------------------------------------------------------------*/

.hero.hero-dents{
  background: url(../img/misc/denture-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}

.den-from{
  font-size: 12px;
    color: #333;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Sleep
--------------------------------------------------------------*/

.hero.hero-sleep{
  background: url(../img/snoring/sleep-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}

/*--------------------------------------------------------------
# Sleep
--------------------------------------------------------------*/

.hero.hero-nguard{
  background: url(../img/nguards/nguard-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}



/*--------------------------------------------------------------
# Other Services
--------------------------------------------------------------*/

.hero.hero-others{
  background: url(../img/misc/others-main.jpg) center left no-repeat;
  background-size: cover;
  width: 100%;
}

.o-dental .img-fluid{
  width:85%;
}



/*--------------------------------------------------------------
# Form - 
--------------------------------------------------------------*/
















/*
@media (min-width: 576px){
  .sub-nav{ 
    background-color:orange;
  }
 
}  /* 






/*Tablet Specific*/
@media (max-width: 991px)  {
  h3{
    font-size: 35px;
  }
  .header{
/*    border-top:10px blue solid !important;*/
  }

  .sub-nav{
    top:65px;
    transition: all 0.5s;
  }

  .sub-nav li{
    font-size:11px;
  }

  #main-navbar{
    height:65px;
  }
  .header.header-scrolled {
    padding: 0px 0;
  }

  .mobile-nav-toggle {
    top: 20px;
  }

  .hide-tab{
    display:none !important;
  }
  .show-tab{
    display:block !important;
  }
  
  .pt--40{
    padding-top:10px;
  }

  .pt--20{
    padding-top:10px;
  }

  /*hero section*/
  .hero h3{
    font-size:4rem !important;
  }
  .hero.hero-scanning h3{
    font-size:3rem !important;
  }
  .extra-l{
    font-size:2em !important;
  }
  .hero {
    height: auto;
    padding: 30px 0;
    min-height:650px;
  }
  .hero .hero-img {
    text-align: left;
    margin-top: 80px;
  }

  .hero.hero-others{
    margin-top:65px;
  }
  .hero .hero-img img {
    width: 80%;
  }

  .hero.hero-index,
  .hero.hero-blog, 
  .hero.hero-centres, 
  .hero.hero-scanning, 
  .hero.hero-kids, 
  .hero.hero-about,
  .hero.hero-ausmade,
  .hero.hero-phc,
  .hero.hero-form,
  .hero.hero-teens,
  .hero.hero-adults{
    margin-top:60px !important;
  }


  a.btn{
    float:left;
  }
  
  .feature-tabs a.btn.btn-special{
    float: none;
  }

  .cta-index a.btn{
    float:inherit;
  }

  .display-section .img-fluid {
    width: 38%;
    top:40px;
    max-height:150px;
  }

  .mguards .display-section .img-fluid{
    top: 60px;
    right: -35px;
  }

  .feature-icons .content .icon-box i {
    font-size: 25px;
    line-height: 25px;
    margin-right: 10px;
  }
  .feature-icons .content .icon-box h4 {
    font-size: 17px;
    margin: 0 0 5px 0;
  }

  #hiw-tab .feature-tabs li{
    display:flex;
    width:25%;
  }

  #hiw-tab .feature-tabs .accordion-item li{

    width:unset;
  }

  #hiw-tab .feature-tabs .benefits li{
    width:unset;
  }

  .about-aligners #tab2 h3,  .about-aligners #tab2 p{
    text-align: center;
  }

  .about-aligners #tab2 .icon-box p{
    text-align: left;
  }

  #hiw-tab .feature-tabs li .btn{
    margin:3px;
    min-width:unset;
    padding:4px 5px;
    width:100%;
  }
  #hiw-tab .feature-tabs .nav{
    padding-left:0px;
    padding-right:0px;
  }

  .how-it-works .box-inner{
    min-height:193px;
  }

  .pricing .box{
    padding:10px 15px;
  }

  .pricing a.btn{
    float:unset;
  }

  .included{
    background-image:none !important;
    background-size: auto;
  }

  .recent-blog-posts .post-box{
    padding:15px;
  }

  .cta{
  background-image: none;
  background-color: #e5e9e7;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 50vh;
  }
  .cta-index{
    background-image: none;
    background-color: #e5e9e7;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 50vh;
    }
  #cta a.simple-u:hover{
    color:red !important;
  }

  .single-blog .breadcrumbs{
    padding-top:80px
  }

  .info-hub-menu .menu-inner{
    display: inline-block;
  }
  
  .info-hub-menu .btn{
    margin:2px 2px;
    width:24%;
  }

  .hero-btns{
    position: initial;
  }

  .blog .sidebar .categories ul {
    columns: 2;
  }

  .blog-sb-m{
    padding-top:0px !important;
  }
  

.hero.hero-sm{
  margin-top:65px;
}


}/* End Tablet Mobile Specific*/









/*Mobile Specific*/
@media (max-width: 768px) {

  body{
    font-size:0.8rem;
  }
  section{
    padding:30px 0px;
  }
  .btn{
    width:100%;
  }
  
  ol, ul{
    padding-left: 1rem;
  }

  h3{font-size:35px;}

  .w-75{
    width: 90% !important;
  }
  .vid-w-50{
    width:100%;
  }
  
  .hide-desktop{
    display: unset !important;
  }
  .hide-mob{
    display:none !important;
  }
  .container-sm, .container {
    max-width: 100%;
  }

  .about .content {
    padding: 20px;
  }

  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x,1rem);
    margin-right: auto;
    margin-left: auto;
  }
  .header{
/*    border-top:10px yellow solid !important;*/
  }
  .sub-nav{ 
    top:50px;
  }
  .sub-nav li{
    font-size:10px;
  }

  
  .sub-nav .nav-link{
    padding:0.5rem 5px;
  }
  .navbar a{
    padding:0px;
  }
  #main-navbar {
    height: 50px;
  }

  .mobile-nav-toggle {
    top: 12px;
  }
  .header .logo img {
    max-height: 28px;
  }

  /*hero section*/
  .hero {
      text-align: left;
      background:none !important;
      margin-top:60px;
    }

    .hero.hero-others{
      margin-top:25px;
    }
    /*.hero.hero-form {
      text-align: left;
      background-color:#cff800  !important;
      opacity: 1;
      background: linear-gradient(135deg, #cff80055 25%, transparent 25%) -20px 0/ 40px 40px, 
                  linear-gradient(225deg, #cff800 25%, transparent 25%) -20px 0/ 40px 40px, 
                  linear-gradient(315deg, #cff80055 25%, transparent 25%) 0px 0/ 40px 40px, 
                  linear-gradient(45deg, #cff800 25%, #ddfa4c 25%) 0px 0/ 40px 40px  !important;
    }*/


/*    .hero.hero-blog, 
    .hero.hero.hero-centres, 
    .hero.hero-scanning, 
    .hero.hero-kids{
      background:none;
    }*/

    .hero h3{
      font-size: 3rem !important;
    }
    .hero.hero-scanning h3{
      font-size:2.5rem !important;
    }

    .hero .hero-img img {
      width: 100%;
    }

    .hero.hero-index,
    .hero.hero-blog, 
    .hero.hero-centres, 
    .hero.hero-scanning, 
    .hero.hero-kids, 
    .hero.hero-about,
    .hero.hero-ausmade,
    .hero.hero-phc,
    .hero.hero-form,
    .hero.hero-teens,
    .hero.hero-adults{
      height:unset;
      margin-top:30px !important;
    }

    

  .about .img-fluid{
    object-fit: contain;
  }

  #hiw-tab .feature-tabs li{
    width:unset;
  }
  #hiw-tab .feature-tabs li .btn{
    width:unset;
  }

  .display-section{
    width:95%;
    padding:30px
  }
  .display-section .img-fluid {
    /*width: 42%;
    top: 25px;
    right: -28px;*/
    position:initial;
    padding-bottom:20px;
  }

  .mguards .display-section .img-fluid{
    position: unset;
    top: 0pc;
    right: 0px;
    width: 40%;
    padding-bottom: 10px;
    max-width: 300px;
  }

  .feature-icons .content .icon-box i {
    font-size: 25px;
    line-height: 25px;
    margin-right: 10px;
  }
  .feature-icons .content .icon-box h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }

  .g-4, .gy-4 {
    --bs-gutter-y: 0.25rem;
  }

  .how-it-works .box{
      margin-bottom:20px;
  }

  .how-it-works .box-inner{
    min-height:auto;
  }
  
  .how-it-works .box img{
    position:unset;
    top:unset;
  }
  .how-it-works .box img.img-50{
    max-width:25%;
  }
  .how-it-works .accordion p.smaller{
    font-size:0.85em !important;
  }
  .how-it-works .box-inner span {
    bottom:0px;
    font-size:90px;
  }
  .box{
    padding: 10px 15px;
  }
  .visit-us .feature-icons{
    padding: 15px 15px;
    margin:0px
  }

  .pricing .pricing-for-you img{
    max-height:330px;/*was 250*/
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom:10px;
  }

  .pricing .box{
    padding:10px 15px;
    margin-bottom:20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }

  .pricing .box:hover {
    transform: scale(1);
    box-shadow: none;
  }
  .features.included .feature-box {
    padding: 15px 15px;
  }

  .included .img-fluid, .about .img-fluid{
    height:330px;
    object-fit: cover;
    width: 100%;
  }

  .included .img-fluid, .about .mg-img .img-fluid{
    object-position: top;
  }

  .about .img-fluid{
   
  }
  

  .inclusions-mob-img img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    margin-top:20px;
/*
    position: relative;
    left: -21px;*/
  }
  .included{
    background:transparent;
    z-index: 100;
  }
  .aligner-results{
    padding-top:75px;
    position: relative;
    top:-61px;
    z-index:-1;

  }
  
  .post-box .post-img{
      max-height: 300px;
  }

  .hero.hero-blog p.bigger, .hero.hero-blog p, .hero.hero-blog a.a-w{
    color:#333;
  }

  .aligners-baa img{
    max-height:100px;
    float: right;
  }

  .aligner-results-slider h4{

    font-size: 1.5rem;
      margin-top: 0px;
  }

  .single-blog .breadcrumbs{
    padding-top:70px
  }

  .info-hub-menu .menu-inner{
    display: inline-block;
    padding-left:0px;
    padding-right: 0px;;
  }
  
  .info-hub-menu .btn{
    margin:3px 3px;
    padding:4px 3px;
    font-size:9px;
    width:31%;
    font-weight:600;
  }

  .info-hub-menu .btn h2{
    font-size:9px;
    font-weight:600;
  }

  .ih-menu{
    padding:20px 0px 0px;
  }
  .breadcrumbs ol {
    font-size: 11px;
  }


  
 /* .single-blog .blog .entry-img{
    display:inline-block;
    max-height: 80px;
    width:25%;
    margin:0px;
    float: left;
  }*/
/* COMMENTED THIS OUT TO SOLVE MOB ISSUES - CHECK blog article if needs to be undone
  .single-blog .blog .entry-title{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 70%;
    font-size: 19px;
    float: right;
  }
*/
  .single-blog .blog .entries .entry .entry-content p{

  }


  .entry-meta{
    padding-top:10px;
    clear:both;
  }

  
    
  .hero-index{
    color:#333 !important;
    text-align:center;
  }
  
  .hero-index h1, .hero-index h3{
    color:#333 !important;
  }
  
  .hero-index .mb--40{
    margin-bottom:10px;
  }
  .hero-index .mt--40{
    margin-top:10px;
  }


  
  .index-blocks{
/*    height: unset;*/
    padding:15px 15px;
  }

  .index-blocks.split a{
    padding:15px 15px;
  }

  .index-blocks h2{
    font-size:2rem;
  }

  .index-blocks.split h2 {
    /*color: green;*/
    font-size: 2.3em;
}

.index-blocks.split p {
  font-size: 1em;
}
.index-blocks.split span.extra-l {
  font-size: 1.25em;
}

  .ib-aligners,
  .index-blocks.split .left-half,
  .index-blocks.split .right-half{
    height:300px;
    border-bottom: 4px solid #fff;
  }

  


  .hero-btns{
    position: initial;

  }
  
  .hero-btns a.btn{
    width:50%;
  }

  /*.ib-aligners{
    background: url(/assets/img/home/aligners-mob.jpg) center right no-repeat;
    background-size: cover;
  }
  .ib-dsd{
    background: url(/assets/img/home/dsd-mob.jpg) center left no-repeat;
    background-size: cover;
  }*/
  

.index-btns a.btn{
  min-width:unset;
}

#hiw-tab .mt--40{
  margin-top:15px;
}

.index-blocks.align-items-center {
  align-items: unset !important;
}

.index-blocks.split .d-flex .mt--60{
  margin-top: 10px;
}

.blog-sm-img-l{
  width: 45%;
}

.blog-sm-img-r{
  width: 45%;
}
.blog-icon-l, .blog-icon-r{
  width:35%;
}

.blog-sm-img-r.vid, .blog-sm-img-l.vid{
  width:100%;
  padding-left: 0px;
  padding-right:0px;
} 

.blog-md-img-l{
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0px;
}

.blog-md-img-r{
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0px;
}

h2 .blog-icon-h2{
  max-width:40px;
}
ul.no-bullet img{
  max-width:55px;
  padding-right:5px;
}

.container.twhite-blog-feature{
  padding-left:0px;
  padding-right:0px;
}


.hero.hero-sm{
  margin-top:50px;
}

}/* End Mobile Specific*/











 /*Desktop Specific*/
@media (min-width: 992px){
  .header{
/*    border-top:10px red solid !important;*/
  }
  .sub-nav{
    top:129px ;
  }

  .header .navbar a.logo {
    padding-top:0px;
    line-height: 0;
  }

  .feature-tabs .aligner-care-bg img{
    max-height:320px;
    transition: all 0.4s;
  }
  .feature-tabs .aligner-care-bg {
    right: -145px;
  }
 
  .hero {
    height:auto;
    margin-top:160px;
    min-height:700px;
  }
  .hero.hero-others, .hero.hero-blog{
    margin-top:128px;
  }


}/* End Desktop Specific*/



/*Large Desktop Specific*/
@media (min-width: 1200px) {
  .header{
/*    border-top:10px grey solid !important;*/
  }

  .sub-nav{
    top:129px;
  }

  .feature-tabs .aligner-care-bg img{
    max-height:440px;
    transition: all 0.8s;
  }

  .hero {
    height:100vh; /*Was 105 ? changed for better center alignment for top to bottom*/
  }
}













/*@media (min-width: 768px){
  .container-md, .container-sm, .container {
      max-width: 770px;
  }
}*/