@media (min-width: 1200px){
.org-chart .box {
  min-height: 120px;
}   
span.oname  {
    font-size: 15px;
} 
span.opo  {
    font-size: 13px;
} 
span.odes {
    font-size: 12px;
}
.org-chart .box {
    padding: 20px; 
} 
}
@media (min-width: 1419px){
  .intro h1{
    padding: 0 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.org-chart .box {
  min-height: 140px;
}   
span.oname  {
    font-size: 15px;
} 
span.odes {
    font-size: 13px;
}
.org-chart .box {
    padding: 30px 20px; 
}    
}
@media (min-width:  992px) {
img.ob {
  width: 150px;
  height: auto;
}  
.box.level-3 {
  max-width: 180px;
}
span.dblock {
    display: block;
}  
.level.lvlR {
    left: -20%;
}  
     
.box.level-2,
.box.level-2a {  
  width: 18%;
}    
     
.bg-banner {
  background-image: url(../img/main/desktop-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;  
}
ul.sms li {
    padding: 0 10px;
}  
.headline {
  width: 70%;
  margin: auto;
}  
ul.sms,
.policies {
  text-align: right;
}  
.copyrights {
  justify-content: space-between;
  width: 100%;
}  
.copyright {
  text-align: left;
}
.dfr,  
.policies, {
  text-align: right;
}
p.desc {
	width: 70%;
	margin: 0 auto 20px;
	display: block;
}
.aic.v-center {
  align-items: stretch; 
}

.servicetextpad, .boximg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.timeline li:before {
left: 12px;
} 
.copyrights {
  display: flex;
  justify-content: space-between;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 100%;
    height: 75px !important;
}

.ceo-div img{
  margin-left: 20%;
}
}
 
@media (max-width: 575px) {
span.oname {
    font-size: 11px;  
}
span.opo,
span.odes {
    font-size: 9px;
}   
}
@media (min-width: 576px) and (max-width: 991px) {
span.oname {
    font-size: 13px;  
}
span.opo,
span.odes {
    font-size: 12px;
}  
}
@media (max-width:  991px) {

img.ob {
  width: 150px;
  height: auto;
}   
.box.level-2,
.box.level-2a {  
  width: 17%;
}  
.org-chart .box {
    padding: 6px; 
}   

.bg-banner {
  background-image: url(../img/main/banner-mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}   
img.illus-talk {
  max-width: 100%;
}  
br.mnone {
  display: none;
}  
ul.sms {
    margin: 20px 0 0 0;
}  
ul.sms li {
    padding: 0 5px;
}
.copyright, .policies, .nmor {
  width: 100%;
}  
.copyrights {
    display: block;
}  
.footer {
  text-align: center;
  margin: auto;
}  
.mmb30 {
  margin-bottom: 30px;
}  
.timeline li:before {
  left: 7px;
} 
ul.timeline .fa-stack {
width: 1em;
height: 1em;
margin-right: 10px;
}  
.sm-order-1 {
	order: 1;
	-webkit-order: 1;
}
.sm-order-2 {
	order: 2;
	-webkit-order: 2;
}	
.aic {
  display: flex;
  flex-direction: column;
}
.aic div {
  flex: 1;
}
.home-illus-button-group {
  width: 70vw;
  flex-direction: column;
  margin: 24px auto auto;
  display: flex;
  gap: 0;
}

.home-illus-button-group .home-illus-cta-btn {
  text-align: left;
  width: 100%;
  height: 100px;
  color: #f5f7f5;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 16px;
  padding: 16px;
  font-family: Overpass, sans-serif;
  text-decoration: none;
  transition: border .3s, background-color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-illus-button-group .home-illus-cta-btn.individual:before,
.home-illus-button-group .home-illus-cta-btn.couples:before,
.home-illus-button-group .home-illus-cta-btn.teen:before{
  background-position: right;
}

.intro h1{
  font-size: 3rem;
  line-height: 1.5;
}
/*
.navbar-custom.top-nav-collapse .navbar-brand .logo{
  max-height: 65px;
}
*/
.navbar-toggle{
  padding: 20px 0px;
}

/*.navbar-center.top-nav-collapse{
  height: 70px;
}
*/
.navbar-custom{
  background: #ffffff !important;
  height: 75px;
}
.home-landing .navbar:not(.top-nav-collapse) .navbar-toggle .icon-bar{
  background: white !important;
}
.navbar-toggle .icon-bar{
  background: #000000 !important;
}

nav.navbar.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
  position: fixed;
  left: -485px;
  top: 0;
  width: 400px;
  padding: 30px;
  animation: fadeLeft;
  height: 100%;
  min-height: 100vh;
  background: var(--white) none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

nav.navbar.mobile-sidenav .navbar-collapse.collapse.collapse-mobile.in {
    left: 0;
}

.collapse-mobile.in .navbar-nav{
  height: auto;
}

@keyframes fadeLeft{
  0% {
      opacity: 0;
      transform: translate3d(0, 0, 0, -100%);
  }
  100% {
      opacity: 1;
      transform: translate3d(0, 0, 0, 0);
  }
}
}

@media (max-width: 767px) {
.col-sm-3 {
    width: 25%;
}  
.col-sm-6 {
    width: 50%;
}
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.input-group-radio{
    grid-auto-flow: row;
}

.navbar-brand{
  line-height: 1;
}

.home-landing .navbar-custom .navbar-brand .logo{
  max-height: 120px;
}

.home-illus-button-group .home-illus-cta-btn .home-illus-cta-btn-main-text{
  font-size: 20px;
  font-weight: 500;
  line-height: initial;
}

.home-illus-button-group .home-illus-cta-btn .home-illus-cta-btn-help-text{
  font-size: 14px;
  font-weight: normal;
}

.intro .intro-body{
  padding: 100px 50px 70px;
}

.special-section{
  max-height: 450px;
  gap: 0;
}

.b-slider__img{
  width: 140px;
}

.portfolio-sorting{
  display: flex;
  justify-content: center;
}

.portfolio-item img{
  width: 100%;
  height: 100%;
}
}

@media (max-width: 575px){
.home-illus-button-group{
  width: 80vw;
}

.intro h1{
  font-size: 2.5rem !important;
  line-height: initial !important;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.intro .intro-body{
  padding: 100px 0px 70px;
}

.gallery_item img{
  width: 100%;
  min-width: 85px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 3px;
}

.special-section > div[class*=col-]{
  margin-bottom: 20px !important;
  padding: 0;
}

.border{
  border-right: none;
  border-left: none;
}

.numscroller{
  font-size: 24px;
  line-height: 40px;
}

.icon-big{
  font-size: 40px !important;
  line-height: 1 !important;
}

.dtitle{
  font-size: 14px;
  white-space: normal;
  margin-bottom: 10px;
}

.v-center > div[class*=col-]:first-child {
  padding: 0;
}

.flickity-viewport{
  min-height: 100px !important;
}

.panel-gallery > div[class*=col] {
  padding: 0;
}

.portfolio-item-div.assessment{
  width: 100%;
}

.navbar-center .navbar-brand{
  padding: 0;
}

.service-row{
  flex-flow: column;
}

.servicetextpad {
  padding: 30px;
}

.servicetextpad p{
  text-align: left;
}

ul.service{
  padding-left: 10px;
}

.assessment-form{
  padding: 25px;
}

.introhalf{
  margin-top: 60px;
}

.nav-tabs > li{
  width: 100%;
}

.offcet-art-right{
  padding: 40px;
}

.contact-header{
  background-position: -20px bottom;
}

blockquote{
  font-size: 14px;
  padding: 0;
}
}

@media (max-width: 767px) and (max-height: 900px){
  .home-landing .navbar-custom .navbar-brand .logo {
    max-height: 100px;
  }
}

}
