body {
  font-family: "poppins";
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 70vh;
  width: 100%;
  background-size: cover;
  }
  .laundry{

   position: relative;
  text-align: center;
  color: white;
  }
.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 162px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}}
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    margin-top: -9px;}
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 23px;
        margin-right: 0px;
        padding: 24px 8px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important;
        font-size: 16px;
    }
    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important;
        font-size: 13px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 6px 6px;
            display: block;
        }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

          .sticky-wrapper {
            position: relative;
            z-index: 100;
            width: 100%;
            height: 100px !important;
        }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
        .hr {
          margin-top: 0rem;
          margin-bottom: 1rem;
          border: 0;
          border-top:14px solid #196394;
      }
      .hr1 {
        margin-top: -16px;
        margin-bottom: 0rem;
        /* border: 0; */
        border-top: 10px solid #FAD73D;
    }
    h1{
      font-size: 31px;
      color: #000000;
    }
    .about-section{
      padding: 38px 0 0;
    }
P{
 
    color: #000000E6;
    font-size: 15px;
}
.h-line {
 /* margin-left: 6px;*/
  width: 269px;
  border-top: 3px solid #0471b6;
  margin-top: 1px;
}
.our-services-section{

 padding: 30px 0 0;
}
.h-lines {
  /* margin-left: 6px;*/
   width:89px;
   border-top: 3px solid #0471b6;
   margin-top: 1px;
 }
 .dry-cleaning {
  width: 93%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
 .top-left {
  position: absolute;
  top: 238px;
  left: 53px;
}
@media only screen and (max-width: 600px) {
  .top-left {
    position: absolute;
    top: 116px;
    left: 53px;
}
}

  .top-right {
    position: absolute;
    top: 163px;
    right:0px;
}
.quality{
  margin-top: -90px;
  margin-left: 59px;
  color: black;
  font-size: 27px;
}

.stores{
  color: #0270B8;
}
.banner-img{
  width: 506px;
}
@media only screen and (max-width: 600px) {
.banner-img {
  width: 398px;
}
}
.smile {
  margin-left: -265px;
}
@media only screen and (max-width: 600px) {
  .quality {
    margin-top: -78px;
    margin-left: 64px;
    color: black;
    font-size: 19px;
}
}
@media only screen and (max-width: 600px) {
  .top-right {
    position: absolute;
    top: 28px;
    right: 0px;
}
}
@media only screen and (max-width: 600px) {
.time{
  width: 232px;
}
}
@media only screen and (max-width: 600px) {
.smile {
  margin-left: -213px;
}
}
@media only screen and (max-width: 600px) {
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
  margin-left: -41px;
  margin-top: 11px;
}
}
@media only screen and (max-width: 600px) {
.hero {
  height: 43vh;
  width: 100%;
  background-size: cover;
  }
}

/* Page Header */
.page-header {
  background: #f9f9f9;
  margin: -30px -40px 40px;
  padding: 20px 40px;
  border-top: 4px solid #ccc;
  color: #999;
  text-transform: uppercase;
  }
  .page-header h3 {
      line-height: 0.88rem;
      color: #000;
      }



/* Thumbnail Box */
.caption h4 {
  font-size: 1rem;
  color: #444;
  }
  .caption p {
      font-size: 0.75rem;
      color: #999;
      }
      .btn.btn-mini {
          font-size: 0.63rem;
          }


/* Carousel Control */
.control-box {
  text-align: right;
  width: 100%;
  }
  .carousel-control{
      background: #666;
      border: 0px;
      border-radius: 0px;
      display: inline-block;
      font-size: 34px;
      font-weight: 200;
      line-height: 18px;
      opacity: 0.5;
      padding: 4px 10px 0px;
      position: static;
      height: 30px;
      width: 15px;
      }

      .marks {
        margin-left: 1208px;
        margin-top: -388px;
    }
    @media only screen and (max-width: 600px) {
      .marks {
        margin-left: -10px;
        margin-top: -2499px;
    }
}
.marks-1 {
  margin-top: -384px;
}
@media only screen and (max-width: 600px) {
.marks-1 {
  margin-top: -2493px;
}
}
.card-title {
  margin-bottom: 5.75rem;
  font-size: 15px;
  margin-left: -16px;
}
.h-line {
  /* margin-left: 6px; */
  width: 269px;
  border-top: 3px solid #0471b6;
  margin-top: 1px;
}
.dyeing{
  margin-left: -23px;
}
footer {
background-image: url('../images/footer-img.png');
  color: white;
  margin-top: -94px;
}
footer a {
  color: #fff;
  font-size: 13px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}
#mybutton {
  text-align: left;
}
.text-primary {
  color: #FAD73D !important;
}
.pvt{
  margin-left: 305px;
}
@media only screen and (max-width: 600px) {
.pvt{
  margin-left: 0px;
}
}
.btn-secondary {
  color: #fff;
  background-color: #2473aa;
  border-color: #206ea6;
  padding: 7px 97px 6px;
  border-radius: 26px;
}
.footer-middle {
  padding-top: 2em;
  color: white;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  line-height: 28px;
}
.footer-news{
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-pad P{
color: #FFFFFF;
}
/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}
.enquiry {
  text-align: center;
  margin-top: -17px;
  padding: 0px 1px 8px;
  font-size: 16px;
  font-weight: 600;
  color: #343a40eb;
}
.bulk{
  margin-left: -199px;
  margin-right: 124px;
}
@media only screen and (max-width: 600px) {
.bulk {
  margin-left: -27px;
  margin-right: -29px;
}
}
.wrapper {
  width: 569px;
  font-family: 'Helvetica';
  font-size: 14px;
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
  counter-reset: progress;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px dotted rgb(0 0 0 / 22%);
}
.StepProgress-item {
  position: relative;
  counter-increment: progress;
  color: #006FB5CC;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 45px;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -48px;
  width: 36px;
  height: 35px;
  border: 8px solid #fff;
  border-radius: 50%;
  background-color: #FFF;
  content: counters(progress,".") " ";
  color: #777;
  text-align: center;
  /* margin-top: -1px; */
}
.StepProgress strong {
  display: block;
}
.process-section {
  background-color: #dfebf3;
  margin-bottom: 94px;
}
.provide p{
color: #026FB4;
}

.progress-1{
  width: 94%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mack{
  margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    width: 411px;
    margin-left: 3px;
}
@media only screen and (max-width: 600px) {
.wrapper {
  width: 319px;
  font-family: 'Helvetica';
  font-size: 15px;
}
}
@media only screen and (max-width: 600px) {
.mack {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
   width: 287px; 
  margin-left: 3px;
}
}
.form-container {
  display:flex;
}

.left-container {
  flex:1;
  height:480px;
  background-color:$teal;
}
.right-container {
  display:flex;
  flex:1;
  height:460px;
  background-color: $white;
  justify-content:center;
  align-items:center;
}

.left-container {
  display:flex;
  flex:1;
  height:480px;
  justify-content:center;
  align-items:center;
    color:$white;
}

.left-container p {
  font-size:0.9rem;
}

.right-inner-container {
  width: 70%;
  height: 95%;
  text-align: center;
}

.left-inner-container {
  height:50%;
  width:80%;
  text-align:center;
  line-height:22px;
}

input, textarea {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 94%;
  font-size: 0.8rem;
  border-radius: 10px;
}

input:focus, textarea:focus{
  outline:1px solid $teal;
}
.message{
  margin-left:82px;
}


.frame-work {
  padding: 6px 14px 6px;
  width: 254px;
}
.frame{
line-height: 1;
}
button:hover {
  opacity:0.7;
}
@media only screen and (max-width: 600px) {
  .left-container{
    display: none;
  }
  .lg-view {
    display:none;  
  }
}
.bg-info {
  background-color: #DFEBF3!important;
}
@media only screen and (min-width: 600px) {
  .sm-view {
    display:none;  
  }
}

form p {
  text-align:left;
}
.facebook {
  margin-top: -148px;
  margin-bottom: 124px;
}
.facebook h3{
color: #0170B6;
font-size: 24px;

}
.segment{
  margin-left: -197px;
}
.btn-primary {
  color: #fff;
  background-color: #0170B6;
  border-color: #0170B6;
  padding: 7px 36px 6px;
  border-radius: 13.5px;
}

@media (max-width: 991.98px) {
  .btn-primary {
    color: #fff;
    background-color: #0170B6;
    border-color: #0170B6;
    padding: 7px 36px 6px;
    border-radius: 13.5px;
    margin-left: 134px;
}
  }
  @media (max-width: 991.98px) {
.message {
  margin-left: 3px;
  margin-top: 22px;
}
  }
  .box-1 {
    width: 245px;
    padding: 28px;
    margin: 1rem;
    background: #fff;
    text-align: center;
    box-shadow: 5px 8px 5px rgb(0 0 0 / 26%);
}
.box-offset-1 {
  padding: 13px;
}
.contact-section {
  background-color: #F1F1F1;
  margin-bottom: 94px;
}
.form-control {
  display: block;
  width: 101%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.dry-cleanings {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.btn-info {
  color: #fff;
  background-color: #0170B6;
  border-color: #0170B6;
  padding: 9px 5px 9px;
  width: 186px;
  border-radius: 18px;
}
.details {
  margin-left: 162px;
  margin-top:92px;
}
.detail {
  margin-left: 162px;
  margin-top: 32px;
}
.head{
font-size: 19px;
font-weight: bold;
}
@media (max-width: 991.98px) {
.details {
  margin-left: 20px;
  margin-top: 15px;
}
}
@media (max-width: 991.98px) {
.detail {
  margin-left:22px;
  margin-top: 32px;
}
}
@media (max-width: 991.98px) {
.pressing{
  margin-left: 58px;
}
}
.h-liness {
  margin-left: 85px;
  width: 89px;
  border-top: 3px solid #0471b6;
  margin-top: 1px;
}
.h-heading {
  margin-left: 247px;
  width: 89px;
  border-top: 3px solid #0471b6;
  margin-top: 1px;
}
@media (max-width: 991.98px) {
.h-heading {
  margin-left: 87px;
  width: 89px;
  border-top: 3px solid #0471b6;
  margin-top: 1px;
}
}
.navbar-nav > .active > a { 
  background-color: color ; 
}
.text-info {
  color: #0170B6!important;
}
.rights{
  margin-top: 19px;
}
@media (max-width: 991.98px) {
.rights {
  margin-top: -4px;
  font-size: 14px;
}
}
@media (max-width: 991.98px) {
  .rights-1 {
    font-size: 14px;
  }
  }
  @media (max-width: 991.98px) {
    .site-navbar {
    margin-bottom: 162px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 2rem;
}
  }
  .roll{
    margin-top: -54px;
  }
  .roles{
    margin-top: -47px;
  }
  .site-logo img{
    width: 41% !important;
  }