@font-face {
  font-family: ScottDisplay;
  src: url(../otf/scottdisplay-mediumitalic.otf);
}

@font-face {
  font-family: Raleway;
  src: url(../ttf/raleway-regular.ttf);
}

body, html{
    font-family: "proxima-nova", "sans-serif";
    background-color: #ffffff !important;
    font-size: 18px;
}

@media (max-width: 990px){
  body {
      margin-top: 155px;
  }
}

body a{
    font-weight: 600;
    color: #009ABE;
    text-decoration: none;
}

body a:hover{
  color: #F9423A;
  text-decoration: none;
}

.row{
  margin-left: 0;
  margin-right: 0;
}

.prenav{
  background-color: #000000;
}

.navbar {
    font-family: "proxima-nova", "sans-serif";
    background: white;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    height: 81px;
    border-bottom: 1px solid #E6E6E6;
    padding: 0;
}

.navbar-brand{
    padding-left: 25px;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover{
  /* font-weight: bold; */
  color: #F9423A;
}


.navbar-default .navbar-nav > li{
  text-align: center;
}

.navbar-nav a::before {
  content: ' ';
  border-top: 4px solid #F9423A;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: transparent;
  width: 80%;
  height: 4px;
  display: block;
  margin: 0 auto 10px;
}

.navbar-nav a.active::before{
  content: ' ';
  border-top: 4px solid #F9423A;
  width: 80%;
  height: 4px;
  display: block;
  margin: 0 auto 10px;
}

a.nav-link::after {
  content: attr(title);
  font-weight: bold;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}

.navbar .navbar-toggle{
    margin-top: 0;
}

.navbar-toggle .middle-bar {
  opacity: 0 !important;
}

.navbar .navbar-toggler, .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus{
    outline: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f05022;
    height: 3px;
    background-color: #454545;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
    width:35px;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 12% 80%;
}

.navbar .business-menu{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 22px 33px;
    font-size: 12px;
    font-weight: 600;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    height: 100%;
}

.navbar .business-menu a, .business-menu a:hover{
    color: #454545;
    text-decoration: none;
}

.navbar .business-menu .dropdown-menu{
    border-radius: 0;
}

.dropdown-toggle::after{
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #009ABE;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f078";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    vertical-align: 0;
    min-width:16px;
    text-align: center;
}

.dropdown-item img{
  margin-bottom: 10px;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: #fff;
}

.businessMenu .dropdown-item{
  display: flex;
  flex: 1;
  align-self: stretch;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  width: unset;
  margin: 0 auto;
  font-size: 16px;
  color: #454545;
}

.businessMenu .dropdown-item:focus, .businessMenu .dropdown-item:hover {
  color: #F9423A;
  text-decoration: none;
  background-color: #F6F6F6;
}

.mainHero{
  padding: 250px 0 200px;
  background-color: #000000;
  /* background-image: url("../images/iphone15-shop-bg.jpg"); */
  background-image: url("../jpg/home-banner-desktop-9-2024.jpg");
}

.mainHero h1{
  font-family: ScottDisplay;
  font-size: 60px;
  color: #000000;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}

.mainHero .hero-subtitle{
  font-family: Raleway;
  color: black;
  font-size: 28px;
  margin-bottom: 15px;
}

.mainHero .hero-text{
  font-family: Raleway;
  color: black;
  font-size: 18px;
  text-transform: none;
  font-style: italic;
  font-weight: bold;
}

.mainHero .fa-chevron-right{
    font-size: 12px;
}

.mainHero .hero-button {
  font-family: Raleway;
  padding: 15px 55px;
  margin: 30px 5px;
  font-size: 16px;
  background-color: #000000;
  color: #FFFFFF;
  border: 3px solid #000000;
  min-width: 150px;
}

.mainHero .hero-button:hover{
  background-color: #F9423A;
  border: 3px solid #F9423A;;
  color: #fff;
}

.mainHero .hero-button-white {
  padding: 15px 25px;
  margin: 30px 5px;
  font-size: 20px;
  color: #FFF;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50px;
  display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    outline: none;
    line-height: 25px;
    margin: 25px 2px;
  min-width: 250px;
}

.repairsHero{
  padding: 200px 0 150px;
  background-image: url("../png/repairs-bg.png");
}

.repairsHero .fa-chevron-right{
    font-size: 12px;
}

/* .repairsHero .hero-button {
  padding: 20px 25px;
  margin: 25px 5px;
  font-size: 20px;
} */

.accessoriesHero{
  padding: 200px 0 150px;
  background-image: url("../png/accessories-hero-bg.png");
}

.bundleHero{
  padding: 200px 0 150px;
  background-image: url("../png/accessories-hero-bg.png");
}

.aboutHero{
  padding: 120px 0;
  background-color: white;
  color: #000;
  text-align: left;
}

.aboutHero h1{
  font-size: 90px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.0;

}

/* About Us - Typing animation styles */
.aboutHero h1 p{
  /* border-right: .15em solid transparent; */
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0;
}

.aboutHero h1 p:nth-child(1) {
  width: 2.8em;
  -webkit-animation: type 2s steps(30, end);
  animation: type 1s steps(30, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.aboutHero h1 p:nth-child(2) {
  width: 6.5em;
  color: #F9423A;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  /* animation: test 2s steps(200, end);  */
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes test{ 
  
  from{ width: 0px;} 
  to{opacity:1;}
  
} 


.aboutHero h1 p:nth-child(3) {
  width: 8.5em;
  opacity: 0;
  -webkit-animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.aboutHero h1 p:nth-child(4) {
  width: 8.5em;
  opacity: 0;
  -webkit-animation: type4 2s steps(40, end), blink .5s step-end infinite alternate;
  animation: type4 2s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.aboutHero h1 p:nth-child(5) {
  width: 6.0em;
  opacity: 0;
  -webkit-animation: type5 2s steps(50, end), blink .5s step-end infinite alternate;
  animation: type5 2s steps(50, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type4 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type4 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none
  }
}

@keyframes type5 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type5 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid #F9423A; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

/* END - About Us - Typing animation styles */

/* About Us/Bundle - Slick Carousel - Vertical Slider Styles */

.slick-list{
  transition: all .5s ease;
}
.slick-dots{
position: absolute;
bottom: unset;
top: 40%;
right: 0;
float: right;
display: block;
width: fit-content;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}

.slick-dots li{
  display: block;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0px;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.slick-slide p{
  font-size: 24px; 
}


/* END */

.yourLocationHero{
  box-shadow:#e5e5e5 -1px 18px 20px 4px;
}

.homePromos {
  background-color: transparent;
}

.homePromos .promo{
  background-color:#F2F2F2; display:flex; flex-flow: column nowrap; 
}

.homePromos .promo h3{
    font-weight: 500;
    font-size: 28px;
    max-width: 500px;
    margin: 8% auto 0;
    line-height: 1.2;
}

.homePromos .promo-box{
  display: flex;flex-flow: row wrap; justify-content: flex-start; margin-top: 20px;
}

.homePromos .promo-img{
  margin-top: auto;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.homePromos .promo-button, .two-block-promos .promo-button{
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: 100px;
    margin: 0 auto;
    background-color: #ffffff;
    color: #F9423A;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    outline: none;
    line-height: 25px;
    border-radius: 2rem;
}

.two-block-promos .style2{
  color: #009ABE;
}

.homePromos .promo-button:hover{
  background-color: #ffffff;
  color: #009ABE;
}

.mainHero H2{
  font-size: 84px; font-weight: 600; text-transform: none;
}

/* h2{
  font-size: 44px; font-weight: 300; margin-bottom: 40px; line-height: 1;
} */

.row p{
  font-size: 24px; 
}

.tab-item{
  padding-left: 0;
  padding-right: 0;
}

.cellairisBusiness .tab-content .icon{
  position:absolute; top: 60px; left:80px; 
}

.cellairisBusiness .tab-content .info{
  position:absolute; bottom:50px; font-size:20px; color: white; width: 80%;
}

.cellairisBusiness .tab-content .info p{
  font-size: 20px !important;
}


.cellairisBusiness .tab-content .info a{
  color: #FFFFFF;
  font-size: 18px;
}

.cellairisBusiness .tab-content-btn{
  display: inline-block;
  border-radius: 2rem;
  background-color: #F6F6F6;
  padding: 15px 30px;

}

.cellairisBusiness .list-group a{
  font-weight: 500;
  font-size: 20px;
  padding: 30px 20px;
}

.cellairisBusiness .list-group .fa-chevron-right{
  float: right;
  font-size: 16px;
  color: #009ABE;
  padding-top: 7px;
}

.tab-headings a.heading, .homeServices a.heading{
    font-size: 20px;
    font-weight: 500;
    color: #454545;
}

.tab-headings a.heading:hover, .homeServices a.heading:hover{
    text-decoration: none;
}

/* Tab Sliders */
.tile
{
  width:100%;
  margin:40px auto;
}
#tile-1 .tab-pane, #tile-2 .tab-pane
{
  padding-left:0;
  padding-right:0;
  height:80px;
}
#tile-1 .nav-tabs, #tile-2 .nav-tabs
{
  position:relative;
  border:none!important;
  /* background-color: #f6f6f6; */
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li, #tile-2 .nav-tabs li
{
  margin:0px!important;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#tile-1 .nav-tabs li a, #tile-2 .nav-tabs li a
{
  position:relative;
  display: flex;
  place-items: center;
  bottom: -2px;
  margin-right:0px!important;
  padding: 10px !important;
  /* border:none!important; */
  line-height: normal;
  border: none !important;
}
#tile-1 .nav-tabs a:hover, #tile-2 .nav-tabs a:hover
{

}
#tile-1 .slider, #tile-2 .slider
{
  /* display:inline-block;
  width:100px;
  height:2px;
  background-color:#009ABE;
  position:absolute;
  z-index:1200;
  bottom:0 !important;
  top: unset;
  transition:all .2s ease-in-out; */
  
}
#tile-1 .nav-tabs .active, #tile-2 .nav-tabs .active
{
  background-color:transparent!important;
  border:none;
  border-bottom: 2px solid #009ABE !important;
  color: #454545 !important;
  font-weight: 600;
}

.slider:before {
    position: unset;
}

.retailOptions{
  background-image: url("../png/retail-options-bg.png");background-size: cover; background-repeat: no-repeat;
  padding: 150px 0;
}

.retailOptions .content{
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-left: 10%;
  margin-right: 20%;
  line-height: 1.2;

}
.retailOptions .retail-btn{
  display: inline-block;
  border-radius: 2rem;
  background-color: #FFFFFF;
  color: #454545;
  font-size: 16px;
  padding: 15px 30px;
  margin-top: 20px;
}

.accessories-stats{

}

.accessories-stats span{
  font-size: 100px;
  font-weight: 100;
  color: #F9423A;

}
.accessories-stats p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

.bundle-breakdown-btn{
  position: absolute;
    margin: 0 auto;
    width: 100px;
    left: 0;
    right: 0;
    bottom: 10%;
    width: fit-content;
    padding: 20px 30px;
    font-weight: 600;
    background-color: rgb(255 255 255 / 62%);
    box-shadow: #00000029 0px 1px 20px 2px;
}

.bundle-features{
  margin: 0;
  background-color: #ffffff;
  color:#454545;
  font-size: 24px;
}

.bundle-features img{
  max-height: 120px;
}

.bundleDisc{
  max-width: 75%;
}

.cellairisCTA{
  padding: 0 0 100px;
}

.cellairisCTA .row{
  display:flex; 
  align-items: center;
}

.cellairisCTA .content{
  text-align: center; 
  box-shadow: #00000029 0px 1px 20px 2px;
  padding: 0;
  position: relative;
  bottom: -180px;
  background-color: #fff;
}

.cellairisCTA h2{
  font-size: 44px;font-weight: 300;margin-bottom: 40px; width: 70%; margin: 60px auto 30px;
}

.cellairisCTA p{
  margin-bottom: 30px; 
  font-size: 20px;
  padding: 10px;
}

.cellairisCTA a{
  color: #F9423A;
  font-size: 16px;
}

.cellairisCTA a:hover {
  color: #009ABE;
}

.cellairisCTA span{
  display: block;
  padding:20px 0 0;
  white-space: nowrap;
}

footer{
    background: #000;
    color: #464547;
    font-weight: 300;
    padding: 140px 0 0;
    text-align: center;
    font-family: "proxima-nova", "sans-serif";
    margin: 0 auto;
    max-width: unset;
}

footer .footerCopyright {
  background-color: #232323;
  font-size: 12px;
  color: #ffffff;
  padding: 30px 0;
  margin-top: 30px;
}

footer ul{
  list-style: none;
  text-align: left;
  font-weight: bold;
  color: white;
  font-size: 16px;
  padding-inline-start: 20px;
  border-left: 1px solid #454545;
}

footer .footerLinks{
  margin: 50px 0 0;
  background-color: #454545;
  padding: 20px 0;
}

footer .footerLinks ul{
  text-align:center;
  border-left: none;
  margin: 0;
}

footer .footerLinks ul li{
  display: inline;
}

footer .footerLinks ul li + li:before {
  content: " | ";
}

footer .footerLinks ul li + li {
  border-top: 0;
}

footer ul a{
  text-transform: none;
  color: white;
}

footer .footerLinks ul li a {
  text-transform: uppercase !important;
  font-size: 14px;
}

.deviceTypes{
  background-color: #ffffff;
  box-shadow: #E1E1E1 2px 17px 20px 4px;
}

.deviceTypes a{
  color: #797979;
  white-space:nowrap;
}

.two-block-promos .promo h3{
  position: relative;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  width: 80%;
}

.two-block-promos .promo .promo-button{
  bottom: 80px;
}

.repair-features{
  margin:0; background-color: #000000; color: white; font-size: 24px;
}

.repair-features .border-left,.repair-features .border-right, .repair-features .border-top{
  border-color:  #454545 !important;
}

.repairsReview{
  padding: 90px 0 0;
}

.repairsReview .review{
  box-shadow: #00000029 0px 1px 20px 2px; padding:90px; margin: 30px 0;
}

.repairsReview .review .review-author{
  display: block; color:#F9423A; font-weight: bold; text-transform:uppercase; font-size: 18px; padding:20px 0
}

.repairs-review-btn, .repairs-review-btn:hover{
  display: inline-block;
  border-radius: 2rem;
  background-color: #F9423A;
  padding: 10px 30px;
  color: #ffffff;
}

.leadership .profile{
  box-shadow:#00000029 0px 1px 20px 2px;
  padding: 0;
  height: unset;
  margin: 10px 0;
}

.leadership .profile span{
  font-size: 12px;
  line-height:.8em;
}

/* Store Location Pages */

.dynamicArea p{
  font-size: 16px!important; 
}
.store .promoDesc, .store .promoDesc p {
  text-align: left !important;
  font-size: 16px!important;
}

.carousel-indicators li{
  border-top: 0;
  border-bottom:0;
  background-color: gray;
}

/********* FAQS *************/

#faq{padding:50px 0 0}

#faq h3{font-weight: bold;}

@media (min-width:768px){
  #faq{padding:100px 0 0}
}
  
#faq h2{font-size:31px;line-height:30px;text-align:center;color:#757679;text-transform:uppercase;font-weight:100;margin-bottom:15px;margin-top:0}

@media (min-width:768px){
  #faq h2{font-size:46px;line-height:46px;text-align:left}}
  
@media (min-width:992px){#faq h2{font-size:48px;line-height:48px}}#faq .panel{box-shadow:none; background-color:#F6F6F6; margin-bottom: 5px; padding-top: 10px;}#faq .panel:first-child{padding-top:10px}#faq .panel .panel-title{display:table;width:100%}#faq .panel a{display:table-cell;position:relative;min-height:46px;vertical-align:middle;padding-right:56px;font-size:24px;line-height:25px;color:#009ABE; font-weight: 400;}#faq .panel a.collapsed i.close{display:none}#faq .panel a.collapsed i.open{display:block}#faq .panel a:active,#faq .panel a:focus,#faq .panel a:hover{text-decoration:none;color:#009bbf}#faq .panel a:active i,#faq .panel a:focus i,#faq .panel a:hover i{color:#009bbf}#faq .panel i{position:absolute;right:0;top:0;bottom:0;left:auto;font-style:normal;color:#009bbf;font-size:24px; font-weight: bold;display:block;height:46px;width:46px;margin-top:-14px;border-radius:46px;text-align:center;line-height:48px; background-color: #ffffff;}#faq .panel i.close{display:block;line-height:41px;padding-left:1px}#faq .panel i.open{display:none}#faq .panel-body{font-size:18px;line-height:22px}body,html{height:100%}body{background:#fff;-webkit-font-smoothing:antialiased;position:relative}.noscroll>.main{pointer-events:none;overflow:hidden}.inverse{color:#fff}a.arrow-white{display:inline-block;background:url(../svg/arrow-right-white.svg) 100% no-repeat;padding-right:20px}button:focus{outline:0}.btn.primary{color:#ff4e00;background:#fff;margin:0;padding:16px 23px;text-transform:uppercase;font-weight:800;font-size:18px;line-height:1em}@media (min-width:992px){.btn.primary{margin-top:30px}}.btn.primary:active,.btn.primary:focus,.btn.primary:hover{background-color:#e5e5e7}.collapsing{-webkit-transition:height .25s;transition:height .25s}

.panel-body {
  padding: 0 25px 25px;
}

.panel-heading {
  padding: 18px 25px;
}

/* Store Locator */

.bh-sl-container .form-input {
  float: none;
  display: inline-block;
}

.locations .mapthumb img {
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  opacity: 0.75;
  margin-bottom: 20px;
  max-height: 300px;
  max-width: 100%;
}

button.phYL-More.hidden-xs {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
  .storeLocatorMainButtons {
      display: block;
      margin: 0 auto;
      width: 100%;
  }
  .mainHero{
    background-image: url("../jpg/home-banner-mobile-9-2024.jpg");
    padding: 150px 0 400px;
  }
  .mainHero .hero-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mainHero .hero-text {
    font-size: 14px;
  }
}

.bh-sl-container button:hover {
  background-color: gray;
}

.bh-sl-filters li span{
  text-align: left;
}


/* Newsletter */

.newsletterSignup input[type=submit] {
  bottom: 20px;
}


/****** MEDIA QUERIES ********/

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1366px;
  }
  .col-md-5ths {
    flex: unset;
  }

  .mainHero h1{
    font-size: 72px;
    font-weight: 500;
    font-style: italic;
  }

  .repairsHero h1 {
    font-size: 94px;
}

.accessoriesHero h1 {
  font-size: 94px;
}

  .mainHero h2{
    font-size: 120px;
    text-transform: none;
    font-weight: bolder;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 990px) { 

  p {font-size: 18px;}

  .row p {
    font-size: 18px;
  }

  .mainHero h2 { font-size: 80px !important; text-transform: none; font-weight: bolder !important; }

  h2 { font-size: 30px !important; }

  .navbar-brand img{
    max-height: 15px !important;
  }

  .navbar-collapse{
    border-top: 1px solid #E6E6E6;
  }

  .navbar-nav > li {
    border-bottom: 1px solid #e6e6e6;
    text-align: left !important;
  }

  .navbar-nav a::before {
    height: 0px;
    margin: 0;
  }

  .navbar-nav a.active::before{
    border-top: none;
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a{
    width: 100%;
    padding-left: 20px;
  }

  .dropdown-toggle::after{
    float: right;
    margin-right: 20px;
    margin-top: 5px;
  }

  .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
  }

  .dropdown-item{
    font-weight: 600;
    font-size: 16px;
    color: #454545;
    width: unset;
    margin: 0 1.5rem;
    border-top: 1px solid #e6e6e6
  }

  .mainHero h1{
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
  }

  .mainHero .hero-button {
    padding: 10px 25px;
    margin: 15px 5px;
    font-size: 16px;
    min-width: 150px;
}

.mainHero .hero-button-white{
  padding: 15px 25px;
  margin: 15px 5px;
  font-size: 16px;
  min-width: 250px;

}
  .cellairisBusiness .tab-content .icon{
    width: 20%;
  }
  .cellairisBusiness .tab-content .info{
    bottom:30px; 
  }

  .repair-features{
    font-size: 18px;
  }

  .businessMenu{
    max-width: 100% !important;
    left: 0 !important;
  }

  .yourLocationHero{
    font-size: 18px;
  }

  .homePromos .promo h3{
      font-size: 18px;
  }

  h2{
    font-size: 34px; font-weight: 300; margin-bottom: 40px;
  }

  .retailOptions .content{
    font-size: 18px;
  }

  .aboutHero p {
      font-size: 34px;

  }

  .about-tablet{
    min-height: unset!important;
    background-size: contain;
  }
  
  .slides p{
    font-size: 18px; 
  }

 }