.B_Gothic{
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 700;
}

p{
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.R_GoodTimes{
    font-family: good-times, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.B_proximaNova{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.Blk_proximaNova{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 900;
}

.padtb{
    padding: .5em 0;
}

.pad1tb{
    padding: 1em 0;
}

.pad1-2tb{
    padding: 1.5em 0;
}

.pad2tb{
    padding: 2em 0;
}

.pad2-2tb{
    padding: 2.5em 0;
}

.pad3tb{
    padding: 3em 0;
}

.padlr{
    padding:0 .5em;
}

.pad1lr{
    padding: 0 1em;
}

.pad1-2lr{
    padding: 0 1.5em;
}

.pad2lr{
    padding: 0 2em;
}

.pad2-2lr{
    padding: 0 2.5em;
}

.pad3lr{
    padding: 0 3em;
}

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

.center{
    text-align: center;
    margin: auto;
}

.title{
    background-image: linear-gradient(136deg, rgba(136, 136, 136,.6), transparent, rgba(136, 136, 136,.6),transparent, rgba(136, 136, 136,.6),transparent);
    text-align:center;
    padding:1em;
}

.title h1{
    background-image: linear-gradient(to top,#0252a6 0%, #0252a6 35%, #158b9f 55%,#158b9f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip:text;
    color:transparent;
    font-weight:bolder;
    font-size:5em;
    text-transform:uppercase;
}

@media(max-width:768px){
    .title h1{
        font-size: 4em;
    }
}

@media(max-width:425px){
    .title h1{
        font-size: 2em;
    }
}

@media(max-width:320px){
    .title h1{
        font-size: 1.75em;
    }
}

.wash_fold{
  background-image: url('/images/blue-clothes-folded.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.self_service{
  background-image: url('/images/teal-mother-daughter.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services_section{
  background-color: #f1f1f1;
  text-align: center;
  color: #fff;
}

.services_section p{
  font-size: 1.25em;
}

.hero-container{
  background-image: url('/images/HERO.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

@media(max-width:1024px){
  .hero-container{
    height: 400px;
  }
  
  .first-last-3{
      display:none;
  }
  
  .mid-3{
      width:50%;
  }
}

@media(max-width:768px){
  .hero-container{
    background-image: url('/images/mobile_header-hero.jpg');
    height: 350px;

  }
}

@media(max-width:425px){
  .hero-container{
    height: 200px;
  }
  
  .first-last-3{
      display:block;
  }
  
  .mid-3{
      width:inherit;
  }
}

@media(max-width:375px){
  .hero-container{
    height: 170px;
  }
}

@media(max-width:320px){
  .hero-container{
    height: 145px;
  }
}

.speed-queen h1{
  color: #004fa7;
  text-align:center;
  padding:.5em 0;
  text-transform: uppercase;
}

.speed-queen p{
  text-align: center;
  font-size: 1.25em;
  color: #393a3a;
}

@media(min-width:1025px){


.seperation{
  background-image: url('/images/blue-background-washer-popup.png'),linear-gradient(to bottom, #fff, #f1f1f1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
}

.seperation_about{
  background-image: url('/images/AHAPBI1920x400.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:400px;
}
.seperation_service{
  background-image: url('/images/self-service.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:400px;
}
.seperation_wash{
  background-image: url('/images/AHW.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:400px;
}

.seperation_pick-up{
  background-image: url('/images/AHP&DPBI1920x400.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:400px;
}
}

@media(max-width:1024px){
    .seperation{
  background-image: url('/images/washer-blue-inside.png'),linear-gradient(to bottom, #fff, #f1f1f1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
}
.seperation_about{
  background-image: url('/images/AHAPBI1920x400.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:200px;
}
.seperation_service{
  background-image: url('/images/self-service.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:200px;
}
.seperation_wash{
  background-image: url('/images/AHW.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:200px;
}

.seperation_pick-up{
  background-image: url('/images/AHP&DPBI1920x400.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #f1f1f1;
  height:200px;
}
}


.apps p{
  font-size:1.25em;
  padding: 0 1em;
  color: #393a3a;
}

.appimg img.responsiveimg{
  padding: 0 1em;
}

.responsiveimg{
    width: 100%;
    height: auto;
}

.amenities{
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0;
    color: #004fa7;
}

.amenities:before{
    content: "";
    display:block;
    background:#168f9e;
    height: 3px;
    width: 150px;
    left: -110%;
    top: 50%;
    position: absolute;
}

.amenities:after{
    content: "";
    display:block;
    background:#168f9e;
    height: 3px;
    width: 150px;
    right: -110%;
    top: 50%;
    position: absolute;
}

@media(max-width:425px){
  .amenities:before{
    display: none;
}

.amenities:after{
  display: none;
}
}

.cta{
    background-image: url('/images/Wash-Fold-Drop-Off.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    word-spacing: 5px;
}

.cta a{
    text-decoration: none;
    color: #168f9e;
    font-size: 1.5em;
    background-color: #fff;
    margin: auto;
    padding:5px 10px;
    border-radius:10px;
}

.cta a:hover{
    background-color: #031632;
}

header{
    overflow: hidden;
}

nav{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  
  nav ul.topNavigation{
    text-align: center;
    list-style:none;
    text-transform: uppercase;
    margin: 0;
    background-color: rgb(0, 69, 153);
    overflow: hidden;
  }
  
  nav ul.topNavigation li{
    display: inline-block;
    text-align: center;
    padding: 1em 1em;
  }
  
  nav ul.topNavigation li a{
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 14px;
    /* font-size: 22px; */
    font-weight: 600;
  }
  nav ul.topNavigation li a:hover{
   color: #fff;
  }
  
  nav ul.topNavigation li.dropdownIcon{
    display: none;
  }
  
  @media (max-width:1730px){
    nav ul.topNavigation li{
    padding: 1em 2em;
  }
  
  }
  
  @media (max-width:1530px){
    nav ul.topNavigation li{
    padding: 1em 2em;
    font-size:5px;
  }
  
  }
  
  @media (max-width:1330px){
    nav ul.topNavigation li{
    padding: 1em 1em;
  }
  
  }
  
  @media (max-width:1200px){
    nav ul.topNavigation li{
        display: none;
    }
    
    nav ul.topNavigation li.dropdownIcon{
        display: block;
        text-align: right;
    }
    
    nav ul.topNavigation li.dropdownIcon a{
        font-size: x-large;
    }
    
    nav ul.topNavigation li a:hover {
        background-color: rgb(0, 69, 153);
        background-image: linear-gradient(to right, rgb(0, 69, 153), #168f9e);
        padding: 5px 10px;
        
    }
  
    nav ul.topNavigation.responsive{
        position: relative;
    }
    
    nav ul.topNavigation.responsive li{
        display: inline;
        float: none;
    }
    
    nav ul.topNavigation.resposive li a{
        display: block;
        text-align: left;
    }
    
    nav ul.topNavigation.responsive li{
        display: block;
        padding: 1em;
    }
    
    nav ul.topNavigation.responsive li.dropdownIcon{
        position: absolute;
        top: 0;
        right: 0;
    }
  
    ul#dropdownClick.topNavigation{
        padding: 0;
    }
    
  }
  
  


/* Our Regal Reputation section start */



.rr-roj-regal-reputation-sec-main {
    width: 100%;
    /* height: 350px; */
  background-image:url('../img/regal-reputation-testimonial.png');
  background-size: 100% 100%;
  
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      
      position: relative;
      width: 100%;
      min-height: 1px;
  
      font-family: "MinionStdBlack";
  }
  
  .rr-roj-regal-reputation-sec-col{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
      
      position: relative;
      width: 100%;
      min-height: 1px;
  }
  
  .rr-roj-regal-reputation-sec-main .slider-head {
    text-align: center;
    width: fit-content;
    /* background-color: red; */
    display: block;
    margin: auto;
    padding: 0px 20px 10px 20px;
    border-bottom: 2px solid #bdbdbd85;
    color: #fff;
    margin-top: 20px;
  }
  
  .rr-roj-testimonial-slider-img{
    min-height: 250px;
  }
  
  .rr-roj-regal-reputation-sec-main .carousel-caption {
    font-family: "CenturyGothic";
    position: absolute;
    right: 15%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  
  .rr-roj-regal-reputation-sec-main .carousel-caption p{
    font-size: 15px;
  }
  
  
  
  /* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden {
    display: none; }
  
  /* Slider */
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }
  
  /* Icons */
  @font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; }
  
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-family: "slick";
      font-size: 20px;
      line-height: 1;
      color: white;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  
  .slick-prev {
    left: -25px; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
    .slick-prev:before {
      content: "←"; }
      [dir="rtl"] .slick-prev:before {
        content: "→"; }
  
  .slick-next {
    right: -25px; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
    .slick-next:before {
      content: "→"; }
      [dir="rtl"] .slick-next:before {
        content: "←"; }
  
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slick-dots li button:hover, .slick-dots li button:focus {
          outline: none; }
          .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 1; }
        .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }

        .testimonials {
            background-image: url("/images/blue-background-bubbles.png");
            background-size: cover;
            background-position: center;
            padding: 2rem 0; }
            .testimonials__button {
              background: #002c57;
              color: white;
              border: 1px solid #003161;
              padding: 4px;
              text-align: center;
              width: fit-content;
              margin: 1rem auto; }
            .testimonials__stars {
              color: #ffce31;
              font-size: 2.5rem;
              display: flex;
              justify-content: center; }
            @media (max-width: 767px) {
              .testimonials__slider {
                margin: 1.5rem; } }
            .testimonials__slider .slick-dots li button:before {
              font-size: 1rem;
              color: white;
              opacity: 0.9; }
            .testimonials__slider .slick-dots li.slick-active button:before {
              color: #fff831; }
            .testimonials__cite {
              text-align: center; }
            .testimonials__item {
              background-color: #fff;
              background-size: cover;
              padding: 2rem 2rem 2rem 2rem;
              position: relative;
              margin-top: 2rem;
              border-radius:120px;
              font-size: 1.2rem; }
              @media (max-width: 767px) {
                .testimonials__item {
                  padding: 2rem 1rem 1rem 1rem; } }
              .testimonials__item:before {
                content: 'Reviews';
                background-color: #0252a6;
                background-image: linear-gradient(to right, #0252a6, #158b9f);
                color: white;
                position: absolute;
                top: -1.5rem;
                left: 4rem;
                font-size: 1.5rem;
                padding: 0.25rem 1rem;
                border: 5px solid #fff;
                border-radius: 30px; }
                @media (max-width: 767px) {
                  .testimonials__item:before {
                    font-size: 1.5rem;
                    left: 2rem;
                    top: -1.5rem; } }
                @media (max-width: 575px) {
                  .testimonials__item:before {
                    left: 12px; } }
          







footer{
    background-color: #031632;
    color: #fff;
    text-align: center;
  }

footer p span{
    color: #168e9e;
    font-size: 2em;
}
  
  footer p, a{
    font-size: 16px;
    text-decoration: none;
    color: #fff;
  }
  
  footer a{
    padding:0;
    
  }

  footer ul{
    list-style-type: none;
  }

  footer ul li{
    display: inline-block;
    color: #fff;
    padding: 0 .5em;
    text-decoration: none;
  }
  
  .numbers{
      width:15%;
  }
  
  /*.qrCode{*/
  /*    position:relative;*/
  /*}*/
  
  /*.qrCode img{*/
  /*    position: absolute;*/
  /*    top:50%;*/
  /*    left:50%;*/
  /*    transform: translate(-50%,-40%);*/
  /*}*/
  
  .lockers{
      color:#0054a6;
  }
  
  .lockers h1{
      font-size: 4.5rem;text-transform:uppercase;
  }
  
  .lockers h2{
      font-weight: 200;font-size: 3.5rem;text-transform:uppercase;
  }
  
  .lockers h3{
      font-size: 2rem;text-transform:uppercase;
  }
  
  .lockers h4{
      font-weight: 200;font-size: 1.5rem;text-transform:uppercase;
  }
  
  .lockers ul li{
      font-weight: 200;
      font-size: 1.5rem;
      text-transform:uppercase;
  }
  
  .bgLockers{
      background-color:rgba(0, 84,166,.1);
  }
  
  .d-flex{
      align-items: center;
      flex-wrap: wrap !important;
  }
  
  .dd-flex{
      align-items: center;
      display: flex!important;
      
  }
  
  @media(max-width:1440px){
     .qrCode img{
         width:70%;
     }
  }

  @media(max-width:1201px){
      .mobileUl li{
        display: block;
      }
      .mobileUl span{
        display: none;
      }
  }

  footer li a{
    text-decoration: none;

  }

  footer span{
    color: #168e9e; 
    font-size: 1.5em;
  }

a:hover{
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 991px){
    .mobile-col{
      width:100%;
      padding: 1.5em .5em;
      text-align: center;
    }

    .mobile-col .drop{
      font-size: 1.25em;
      text-align: center;
    }

    .mobile-col img.App_responsiveimg{
      width:100%;
      height: auto;
    }

    .mobile-col img{
      width:50%;
      height: auto;
    }

    .mobile-col img.machine{
      width:30%;
    }

    .cta a{
      font-size: inherit;
    }
}

.break{
  display: none;
}


header img.mobile{
  display: none;
}

header img.desktop{
  display: block;
}

.hero .mobile{
      display: none;
    }

@media(max-width:425px){
    .break{
      display:block;
    }

    header img.mobile{
      display: block;
    }

    header img.desktop{
      display: none;
    }
    
    .hero .mobile{
      display: block;
    }

    .hero .desktop{
      display: none;
    }
    
    .qrCode img{
         width:inherit;
     }

}



.happyClient{
  position:absolute;
  bottom: -35px;
    left: 300px;
}

@media(max-width:1252px){
   .happyClient{
    display:none;
   }
}

@media(min-width:1253px){
  .happyClient{
   display:block;
   left: -20px;
  }
}

@media(min-width:1293px){
  .happyClient{
   left: 0px;
  }
}
@media(min-width:1331px){
  .happyClient{
   left: 20px;
  }
}
@media(min-width:1373px){
  .happyClient{
   left: 40px;
  }
}
@media(min-width:1411px){
  .happyClient{
   left: 60px;
  }
}
@media(min-width:1451px){
  .happyClient{
   left: 80px;
  }
}
@media(min-width:1495px){
  .happyClient{
   left: 100px;
  }
}
@media(min-width:1533px){
  .happyClient{
   left: 120px;
  }
}
@media(min-width:1575px){
  .happyClient{
   left: 140px;
  }
}
@media(min-width:1619px){
  .happyClient{
   left: 160px;
  }
}
@media(min-width:1653px){
  .happyClient{
   left: 180px;
  }
}
@media(min-width:1697px){
  .happyClient{
   left: 200px;
  }
}
@media(min-width:1735px){
  .happyClient{
   left: 220px;
  }
}
@media(min-width:1771px){
  .happyClient{
   left: 240px;
  }
}
@media(min-width:1813px){
  .happyClient{
   left: 260px;
  }
}
@media(min-width:1853px){
  .happyClient{
   left: 280px;
  }
}
@media(min-width:1875px){
  .happyClient{
   left: 300px;
  }
}

.break{
    display:none;
}
.break1{
    display:block;
}

@media(max-width:768px){
    .wash_service_fold-col{
        width:100%;
        padding:1em 0;
    }
    
    .break{
    display:block;
}
    
    .lockers h1{
      font-size: 3rem;
  }
  
  .lockers h2{
      font-size: 2rem;
  }
  
  .lockers h3{
      font-size: 2rem;
  }
  
  .lockers h4{
      font-size: 1rem;
  }
  
  .lockers ul li{
      
      font-size: 1rem;
      
  }
  
  .break1{
      display:none;
  }
}



.flip-card {
  background-color: transparent;
  /*width: 300px;*/
  height: 300px;
  perspective: 1000px;
}

@media(max-width:1024px){
    .flip-card {
  
  width: 50%
  
}
}

.centerT{
    text-align:center;
    display:none;
}

.centerJ{
    justify-content:center;
    display:none;
}
@media(max-width:425px){
    .flip-card {
  
  width: 100%
  
}
.centerJ{
    display:inherit;
}
.centerT{
    display:block;
}

.lockers h1{
    font-size: 2rem;
}

}

@media(max-width:320px){
    .lockers h3{
        font-size:1.5rem;
    }
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-image: linear-gradient(136deg, rgba(136, 136, 136,.6), transparent, rgba(136, 136, 136,.6),transparent, rgba(136, 136, 136,.6),transparent);
  color: black;
  padding: 1em 0;
}

.flip-card-back {
  background-color: #00469f;
  color: white;
  transform: rotateY(180deg);
}


.background_cover{
    background-image: url("/images/blue-background-bubbles.png");
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}

.Aim-Form{
    background-image: linear-gradient(136deg, rgba(136, 136, 136,.7), #fff, rgba(136, 136, 136,.7), #fff, rgba(136, 136, 136,.7),#fff);
    padding: 1em;
    font-size: 16px;
    color:#fff;
}

.Aim-Form b{
    background-image: linear-gradient(to left, #0252a6, #158b9f);
    padding:5px 10px; 
    border-radius:10px;
}
.Aim-Form input, .Aim-Form textarea, .Aim-Form select{
    width: 100%;
    margin: 5px 0;
    text-align: left;
}

.Aim-Form input.form-submit{
    width:30%;
    text-align: center;
    padding: .25em 0;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    background-color: #004b80;
    background-image: linear-gradient(to right, #0252a6, #158b9f);
    border: none;
    border-radius: 10px;
}

.Aim-Form input.form-submit:hover{
    background-image: linear-gradient(to left, #0252a6, #158b9f);
}

.Aim-Form label{
    display: none;
}


.grey-bg{
    background-color:#eee;
}

.employee-application__form {
    max-width: 1168px;
    padding: 2em 0;
    display: block;
    margin: 0 auto;
}

.pad--100b {
    padding-bottom: 1rem;
}
.text-center {
    text-align: center !important;
}

.red-text {
    color: red;
}

.autoM{
    margin:auto;
}

.employee-application__form input[type=select], .employee-application__form input[type=text], .employee-application__form select, .employee-application__form textarea, .employee-application__form input[type=email] {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
}

.employee-application__location-select {
    padding: 1rem;
    display: block;
    font-size: 1.1rem;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

select {
    word-wrap: normal;
}

button, select {
    text-transform: none;
}

.employee-application__section {
    padding: 2em;
    width: 100%;
    display: block;
    margin: 2em auto;
    background-image: linear-gradient(136deg, rgba(136, 136, 136,.6), transparent, rgba(136, 136, 136,.6),transparent, rgba(136, 136, 136,.6),transparent);
}

.employee-application__section h2 {
    background-image: linear-gradient(to top,#0252a6 0%, #0252a6 35%, #158b9f 55%,#158b9f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bolder;
    font-size: 2em;
    text-transform: uppercase;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sideBar{
    display:none;
    position:fixed;
    top:30%;
    text-align:center;
}

@media (max-width:768px){
    .sideBar{
        display:none;
    }
}





/* new hm */



.rjahclocationstobetterserve .card {
  border: none;
}

.rjahclocationstobetterserve img.card-img-top {
  border-radius: 0px;
  border: 7px solid #005d99;
}

.rjahclocationstobetterserve .rjspeed-queen h1 {
  color: #004fa7;
  text-align: center;
  padding: .5em 0;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 35px;
  margin-top: 25px;
}

.rjahclocationstobetterserve .rjhead {
font-weight: 700 !important;
}

.rjahclocationstobetterserve .rjR_GoodTimes {
  font-family: good-times, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.rjahclocationstobetterserve .card-body {
  padding: 10px 0px 10px 0px;
}
.card-body_address{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 767px){
  .card-body_address{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
}

.rjahclocationstobetterserve .card-title {
  font-family: proxima-nova, sans-serif;
  color: #004fa7;
  font-weight: 600;
  font-size: 25px;
}

.rjahclocationstobetterserve .card-text{
  font-family: proxima-nova, sans-serif;
  color: #004fa7;
  font-size: 25px;
  font-weight: 600;
}


.rjahclocationstobetterserve .btn {
  background-color: #004ca7;
  border-radius: 600px !important;
  font-size: 18px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.rjahclocationstobetterserve .btn:hover {
  background-color: #0366df;
  border-radius: 500px;
  text-decoration: none;
  }

.rjahclocationstobetterserve .btn2 {
  background-color: #168f9e;
  }
.rjahclocationstobetterserve .btn2:hover {
    background-color: #116873;
    }

.rjahclocationstobetterserve .card-title2 {
  color: #168f9e;
}
.rjahclocationstobetterserve .card-text2 {
  color: #168f9e;
}




.rjseperationHighEfficiency {
  background-image: url('/images/High Efficiency Washers & Dryers-bg.png'),linear-gradient(to bottom, #fff, #f1f1f1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;;
  color: #fff;
  background-color: #f1f1f1;
  margin-top: 140px;
  margin-bottom: 140px;
}

.rjseperationHighEfficiency .rjimoverlay1wrap{
  position: relative;
}
.rjseperationHighEfficiency .rjimoverlay1 {
position: absolute;
margin-top: -100px;
}



@media only screen and (max-width: 768px) and (min-width: 0px) {

.rjseperationHighEfficiency .rjimoverlay1 {
  position: relative;
  margin-top: 0px;
}

}


/* new hm end */




/* Commercial Laundry Services start */

section.rjWeOfferCommercialLaundryServicesFor {
  background-color: #18469d;
  padding: 50px 0px;
}

.rjWeOfferCommercialLaundryServicesFor .head {
  color: #ffffff;
  text-align: center;
  padding: .5em 0;
  text-transform: uppercase;
}




.rjHowItWorks .step-icon {
  font-size: 1.5rem;
    background-color: #f8f9fa;
    padding: 9px 20px;
    border-radius: 50%;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    color: #004fa7 !important;
}
.rjHowItWorks .step {
  transition: transform 0.3s;
  background-color: #004fa7 !important;
  color: #fff;
  height: 100%;
}
.rjHowItWorks .step:hover {
  transform: translateY(-5px);
}





.feature-icon {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #0d6efd;
}
.app-section {
  background-color: #f8f9fa;
}
/* Commercial Laundry Services end */