#builder .price_calculator .bootstrap-select>.dropdown-toggle {
    height: calc(2.5em + .8rem + 2px);
}
.page-header .text-secondary {display:none;}
.top-nav-cms.d-md-flex {
    display: none !important;
}

@media only screen and (min-width: 1600px) {
    .section-padding {
         padding-top: 0rem; 
         padding-bottom: 0rem; 
    }
}

@media (min-width: 768px) {
    .pb-md-4, .py-md-4 {
         padding-bottom: 0rem !important; 
    }
}

@media only screen and (min-width: 768px) {
  .navbar {
    background-color: #787878;
  }
}
@media only screen and (max-width: 767px) {
.fancybox__dialog .fancybox__carousel .fancybox__viewport .fancybox__slide:not(.has-image) .f-html {
    min-height: auto !important;
    margin: 0;
    overflow-y: unset !important;
  }
}