*{
  padding: 0px;
  margin: 0px;
}
/** Header **/
nav.navbar.navbar-expand-lg.navbar-light.bg-light.outlet-header{
  background: none !important;
}
nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light.outlet-header.sticky{
  background: #ed1d25 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
/** Breadcrumb **/
.outlet-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0em 0em 0em;
  margin-top: -135px;
  width: 100%;
  height: 470px;
  background-image:linear-gradient(
180deg, #00000090, #00000000), url(../images/breadcrmb-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
    position: relative;
}
.outlet-breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -30px;
    height: 80px;
    background: #fff url(../images/breadcrum-border.png) no-repeat center / 100%;
}
.outlet-breadcrumb h1.outlets-title {
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(45deg,transparent, black, transparent);
    width: 50%;
    text-align: center;
}

/**  Contact **/
section.container{
  padding: 60px 0px;
  width:87% !important;
  margin: auto;
}
section.container .row{
  padding: 20px 0px;
}
footer .row{
  padding: 0;
}

h1.getin {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #212529;
  display: block;
  margin-bottom: 20px;
}

.btn {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
  background-color: #ed1c24 !important;
  text-transform: uppercase;
  padding: 12px 30px !important;
  border-radius: 25px !important;
  text-decoration: none;
  margin: 20px auto;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0px !important;
}
.form-control{
  padding: 12px 10px !important;
  border-radius: 5px !important;
  border: 1px solid #00000069 !important;
  color:#000 !important;
}
textarea#your-message {
  min-height: 130px;
}
.side-image img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #0000002b;
}


/*** Responsive ***/

@media (min-width: 992px) and (max-width: 1199.98px){
  .locations{
    width: 90%;
  }
  .outlet-breadcrumb{
    height: 380px;
  }
  .outlet-breadcrumb h1.outlets-title{
    font-size: 55px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 8px !important;
  }
}

@media (max-width: 767.95px){
    .outlet-breadcrumb:before {
        height: 50px;
        background: #fff url(../images/breadcrum-border.png) no-repeat center / cover;
    }
    .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
    section.container.landscape {
        background-position: right center;
    }
    .col-7 {
        width: 100%;
    }
    section.container.landscape h2, section.container.landscape p {
        color: #232323;
    }
    .items-icon span {
        font-size: 16px;
    }
    .main1 .btn {
        min-width: 90px;
        font-size: 15px;
        padding: 2px 15px;
        margin-bottom: 5px;
    }
    .carousel-caption h5 {
        font-size: 16px;
        color: red;
        font-weight: 600;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    .carousel-caption {
        width: 80%;
        left: 10%;
    }
    .outlet-breadcrumb h1.outlets-title {
        font-size: 30px;
    }
    .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
    h2.branch-name {
        font-size: 26px;
    }
    .col{
        min-width: 96%;
    }
    .column.outlets-column {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .locations h4 {
        font-size: 24px;
    }
    .carousel.slide button.carousel-control-prev, .carousel.slide button.carousel-control-next {
        top: 44%;
    }
    .locations .outlets-row1 i {
        font-size: 18px;
    }
    section.container {
        padding: 10px 0;
    }
    
}


@media (max-width: 575.98px){
  h1.breadcrumb-title {
    font-size: 26px;
  }
  .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
  .navbar-brand img{
    max-width: 80%;
  }
  section.container.our-story .row{
    padding-top: 0px;
  }
  h2.heading {
    font-size: 26px !important  ;
  }
  .title-border {
    width: 12em !important;
  }
  section.container.pt-0.orign .col-6.pe-5 {
    padding-top: 0em;
  }
  section.container.landscape .row, section.container.why-us .row{
    padding-bottom: 1em ;
  }
  section.container.keeping-items .row .row .col-6{
      flex: 1 0 100%;
  }

}