.social,
.social-title {
  text-align: center;
}
.address h4,
.email-social h4 {
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}
.social img {
  width: 175px;
  margin-top: 10px;
  cursor: pointer;
}
.model-divider {
  width: 30px;
  background: #fff;
  margin-top: -24px;
  justify-self: center;
  text-align: center;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383737;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-white {
  border-color: #fff !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-around {
  align-content: space-around !important;
}
@media (min-width: 576px) {
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1025px) {
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1200px) {
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-sticky {
  position: sticky !important;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.my-0 {
  margin-top: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .my-md-0 {
    margin-top: 0 !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-white {
  color: #fff !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-body {
  color: #212529 !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.datepicker--years {
  height: 170px;
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--body {
  display: none;
}
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
  outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@font-face {
  font-family: fonts-icon;
  src: url(https://pickmylaundry.in/public/font-icons/fonts/fonts-icon.ttf?k1kj2y)
      format("truetype"),
    url(https://pickmylaundry.in/public/font-icons/fonts/fonts-icon.woff?k1kj2y)
      format("woff"),
    url(https://pickmylaundry.in/public/font-icons/fonts/fonts-icon.svg?k1kj2y#fonts-icon)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icons-"],
[class^="icons-"] {
  font-family: fonts-icon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-1621561:before {
  content: "\e933";
}
.icons-983899:before {
  content: "\e934";
}
.icons-logo:before {
  content: "\e903";
}
.icons-shoes:before {
  content: "\e907";
}
.icons-tag-1:before {
  content: "\e908";
}
.icons-technology:before {
  content: "\e909";
}
.icons-59252:before {
  content: "\e90a";
}
.icons-59439:before {
  content: "\e90b";
}
.icons-64484:before {
  content: "\e90c";
}
.icons-254434:before {
  content: "\e90d";
}
.icons-483947:before {
  content: "\e90e";
}
.icons-484169:before {
  content: "\e90f";
}
.icons-486676:before {
  content: "\e910";
}
.icons-495018:before {
  content: "\e911";
}
.icons-545682:before {
  content: "\e912";
}
.icons-686308:before {
  content: "\e913";
}
.icons-709790:before {
  content: "\e914";
}
.icons-711897:before {
  content: "\e915";
}
.icons-733614:before {
  content: "\e916";
}
.icons-733635:before {
  content: "\e917";
}
.icons-747310:before {
  content: "\e918";
}
.icons-806765:before {
  content: "\e919";
}
.icons-860796:before {
  content: "\e91a";
}
.icons-863958:before {
  content: "\e91b";
}
.icons-868044:before {
  content: "\e91c";
}
.icons-876214:before {
  content: "\e91d";
}
.icons-884417:before {
  content: "\e91e";
}
.icons-1004017:before {
  content: "\e91f";
}
.icons-1072668:before {
  content: "\e920";
}
.icons-1233149:before {
  content: "\e921";
}
.icons-1485715:before {
  content: "\e922";
}
.icons-1545560:before {
  content: "\e923";
}
.icons-1828859:before {
  content: "\e924";
}
.icons-2089805:before {
  content: "\e925";
}
.icons-2111532:before {
  content: "\e926";
}
.icons-2230769:before {
  content: "\e927";
}
.icons-2737832:before {
  content: "\e928";
}
.icons-2840421:before {
  content: "\e929";
}
.icons-2840435:before {
  content: "\e92a";
}
.icons-2979096:before {
  content: "\e92b";
}
.icons-3022225:before {
  content: "\e92c";
}
.icons-3037040:before {
  content: "\e92d";
}
.icons-3039848:before {
  content: "\e92e";
}
.icons-3096677:before {
  content: "\e92f";
}
.icons-4839471:before {
  content: "\e930";
}
[class*=" icons-"],
[class^="icons-"] {
  font-family: fonts-icon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-1621561:before {
  content: "\e933";
}
.icons-983899:before {
  content: "\e934";
}
.icons-logo:before {
  content: "\e903";
}
.icons-shoes:before {
  content: "\e907";
}
.icons-tag-1:before {
  content: "\e908";
}
.icons-technology:before {
  content: "\e909";
}
.icons-59252:before {
  content: "\e90a";
}
.icons-59439:before {
  content: "\e90b";
}
.icons-64484:before {
  content: "\e90c";
}
.icons-254434:before {
  content: "\e90d";
}
.icons-483947:before {
  content: "\e90e";
}
.icons-484169:before {
  content: "\e90f";
}
.icons-486676:before {
  content: "\e910";
}
.icons-495018:before {
  content: "\e911";
}
.icons-545682:before {
  content: "\e912";
}
.icons-686308:before {
  content: "\e913";
}
.icons-709790:before {
  content: "\e914";
}
.icons-711897:before {
  content: "\e915";
}
.icons-733614:before {
  content: "\e916";
}
.icons-733635:before {
  content: "\e917";
}
.icons-747310:before {
  content: "\e918";
}
.icons-806765:before {
  content: "\e919";
}
.icons-860796:before {
  content: "\e91a";
}
.icons-863958:before {
  content: "\e91b";
}
.icons-868044:before {
  content: "\e91c";
}
.icons-876214:before {
  content: "\e91d";
}
.icons-884417:before {
  content: "\e91e";
}
.icons-1004017:before {
  content: "\e91f";
}
.icons-1072668:before {
  content: "\e920";
}
.icons-1233149:before {
  content: "\e921";
}
.icons-1485715:before {
  content: "\e922";
}
.icons-1545560:before {
  content: "\e923";
}
.icons-1828859:before {
  content: "\e924";
}
.icons-2089805:before {
  content: "\e925";
}
.icons-2111532:before {
  content: "\e926";
}
.icons-2230769:before {
  content: "\e927";
}
.icons-2737832:before {
  content: "\e928";
}
.icons-2840421:before {
  content: "\e929";
}
.icons-2840435:before {
  content: "\e92a";
}
.icons-2979096:before {
  content: "\e92b";
}
.icons-3022225:before {
  content: "\e92c";
}
.icons-3037040:before {
  content: "\e92d";
}
.icons-3039848:before {
  content: "\e92e";
}
.icons-3096677:before {
  content: "\e92f";
}
.icons-4839471:before {
  content: "\e930";
}
.icons-2919521:before {
  content: "\e935";
}
body {
  color: #7b7b7b;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}
a {
  text-decoration: none;
  outline: 0;
  color: #52b765;
}
a:hover {
  outline: 0;
  text-decoration: none;
  outline: 0;
}
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}
.tt-list-03 {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.footer-wrapper01 h1,
.footer-wrapper01 h2,
.footer-wrapper01 h3,
.footer-wrapper01 h4,
.footer-wrapper01 h5,
.footer-wrapper01 h6,
.footer-wrapper01 li,
.footer-wrapper01 p {
  margin: 5px 0 0 0;
  color: #fff;
}
@media (max-width: 575.98px) {
  p {
    margin: 16px 0 0 0;
  }
}
address {
  margin: 0;
}
input::-ms-clear {
  display: none;
}
.divider {
  height: 50px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.divider-sm {
  height: 21px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.row-align-col > [class^="col-"] {
  height: 100%;
}
body:not(.btn-animation) .tt-btn:not(:hover) .tt-btn .mask {
  opacity: 0;
}
.tt-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.tt-btn .button,
.tt-btn .mask {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  z-index: 2;
  font-weight: 600;
  padding: 10px 27px 10px;
  height: 52px;
  letter-spacing: 0.04em;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-family: Poppins, sans-serif;
  background: linear-gradient(to left, #44ae6f, #54b963);
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  outline: 0;
  border: 2px solid #52b765;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.tt-btn .button {
  background: linear-gradient(to left, #44ae6f, #54b963);
  -webkit-mask: url(https://pickmylaundry.in/public/images/btn-mask.png);
  mask: url(https://pickmylaundry.in/public/images/btn-mask.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  -webkit-animation: ani2 0.7s steps(29);
  animation: ani2 0.7s steps(29);
}
.tt-btn .mask {
  position: absolute;
  background: 0 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #52b765;
  pointer-events: none;
}
.tt-btn:hover .mask {
  color: #52b765;
}
.tt-btn:hover.tt-btn__hover02 .mask {
  color: #fff;
}
.tt-btn:hover .button {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
@media (min-width: 1025px) {
  .tt-btn.tt-btn__wide .button,
  .tt-btn.tt-btn__wide .mask {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024.98px) {
  .tt-btn .button,
  .tt-btn .mask {
    height: 43px;
    font-size: 12px;
    padding: 10px 16px;
  }
  .tt-btn.tt-btn__wide .button,
  .tt-btn.tt-btn__wide .mask {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .tt-btn .button,
  .tt-btn .mask {
    height: 37px;
    font-size: 12px;
    padding: 6px 14px 6px;
    border-width: 1px;
  }
  .tt-btn.tt-btn__wide .button,
  .tt-btn.tt-btn__wide .mask {
    padding-left: 20px;
    padding-right: 20px;
  }
}
button:focus {
  outline: 0;
}
.tt-base-color {
  color: #52b765;
}
.tt-base-color02 {
  color: #323232;
}
.tt-btn__top {
  margin-top: 33px;
}
@media (max-width: 1024.98px) {
  .tt-btn__top {
    margin-top: 30px;
  }
}
.title-block {
  margin-bottom: 0;
  padding-bottom: 19px;
  position: relative;
  z-index: 2;
}
.title-block .title-block__label {
  font-family: Poppins, sans-serif;
  color: #52b765;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.07em;
}
.title-block .title-block__title {
  font-family: Poppins, sans-serif;
  color: #323232;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-top: 13px;
}
.title-block .title-block__title:first-child,
.title-block .title-block__title:last-child {
  margin-bottom: 3px;
}
.title-block .title-block__title:first-child {
  margin-top: 0;
}
.title-block .title-block__text {
  margin-top: 21px;
  padding-bottom: 5px;
}
.title-block + * {
  margin-top: 0;
}
.title-block :nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .title-block {
    padding-bottom: 22px;
  }
  .title-block .title-block__label {
    font-size: 13px;
    line-height: 23px;
  }
  .title-block .title-block__title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 11px;
  }
}
@media (max-width: 767.98px) {
  .title-block {
    padding-bottom: 14px;
  }
  .title-block .title-block__label {
    font-size: 12px;
    line-height: 20px;
  }
  .title-block .title-block__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
  }
  .title-block .title-block__text br {
    display: none;
  }
}
.row-top {
  margin-top: 75px;
}
@media (max-width: 767.98px) {
  .row-top {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .container-fluid-xl {
    max-width: 100%;
  }
}
@media (max-width: 1024.98px) {
  .container-fluid-lg {
    max-width: 100%;
  }
}
.tt-list01 li {
  position: relative;
  padding: 0 0 0 28px;
  margin-bottom: -5px;
  color: #7b7b7b;
}
.tt-list01 li:before {
  content: "\e90c";
  font-family: fonts-icon;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  color: #52b765;
  font-size: 11px;
}
.tt-list01 li:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 1024.98px) {
  .tt-list01 li {
    padding: 0 0 0 20px;
  }
  .tt-list01 li:not(:first-child) {
    margin-top: 6px;
  }
  .tt-list01 li:before {
    font-size: 10px;
    top: -1px;
  }
}
.tt-list-03 li {
  position: relative;
  padding: 0 0 0 28px;
}
.tt-list-03 li:before {
  content: "\e912";
  font-family: fonts-icon;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #52b765;
  font-size: 11px;
}
.tt-list-03 li a {
  color: #7b7b7b;
  transition: color 0.2s;
}
.tt-list-03 li a:hover {
  color: #52b765;
}
.tt-list-03 li:not(:first-child) {
  margin-top: 5px;
}
.tt-list__col-2 {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tt-list__col-2 {
    margin-left: -35px;
  }
  .tt-list__col-2 li {
    width: calc(50% - 35px);
    float: left;
    margin-left: 35px;
  }
}
.tt-list01__top {
  margin-top: 25px;
}
.tt-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.tt-social li a {
  color: #323232;
  display: inline-block;
  padding: 5px 9px;
  font-size: 13px;
  transition: color 0.2s;
}
.tt-social li a:hover {
  color: #52b765;
}
.tt-social li:first-child a {
  padding-left: 0;
}
.tt-social li:last-child a {
  padding-right: 0;
}
@media (max-width: 1024.98px) {
  .tt-social li a {
    padding: 5px 7px;
  }
}
.obj-top {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .tt-align-img {
    margin-top: 8px;
  }
}
.tt-col-img {
  margin-top: 2px;
}
.tt-col-img [class*="col-"] {
  margin-top: 30px;
}
.tt-col-img img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.holder-top-desktop {
  border-bottom: 1px solid #eaeaea;
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.holder-top-desktop .tt-obj {
  display: inline-flex;
  margin-left: 57px;
}
@media (max-width: 1300px) {
  .holder-top-desktop {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .holder-top-desktop .col-auto:first-child {
    flex: 2 1 auto;
  }
  .holder-top-desktop .col-auto:first-child .h-info01 {
    justify-content: space-between;
  }
  .holder-top-desktop .col-auto:not(:first-child) {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .holder-top-desktop {
    min-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.h-info01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -45px;
  padding: 13px 0 9px;
}
.h-info01 .tt-item {
  color: #8f8f8f;
  font-size: 15px;
  margin-left: 40px;
}
.h-info01 .tt-item a {
  color: #8f8f8f;
  transition: color 0.2s;
}
.h-info01 .tt-item a:hover {
  color: #52b765;
}
.h-info01 .tt-item [class^="icon-"] {
  color: #52b765;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.h-info01 .tt-item [class^="icon-"].icon-1124618 {
  font-size: 20px;
  top: 4px;
}
.h-info01 .tt-item [class^="icon-"].icon-70562 {
  font-size: 18px;
  top: 3px;
}
@media (max-width: 1300px) {
  .h-info01 {
    margin-left: -30px;
  }
  .h-info01 .tt-item {
    margin-left: 30px;
  }
}
@media (max-width: 1024.98px) {
  .h-info01 {
    padding: 6px 0 2px;
  }
  .h-info01 .tt-item [class^="icon-"] {
    margin-right: 2px;
    font-size: 14px;
    top: 1px;
  }
  .h-info01 .tt-item [class^="icon-"].icon-1124618 {
    font-size: 20px;
    top: 4px;
  }
  .h-info01 .tt-item [class^="icon-"].icon-70562 {
    font-size: 16px;
    top: 3px;
  }
  .h-info01 .tt-item:not(:first-child) {
    margin-left: 25px;
  }
}
.h-info02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -45px;
  padding: 12px 0;
}
.h-info02 .tt-item {
  color: #323232;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  margin-left: 45px;
}
.h-info02 .tt-item a {
  color: #323232;
  transition: color 0.2s;
}
.h-info02 .tt-item a:hover {
  color: #52b765;
}
.h-info02 .tt-item [class^="icons-"] {
  color: #52b765;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
@media (max-width: 1024.98px) {
  .h-info02 .tt-item {
    margin-left: 17px;
    font-size: 16px;
  }
  .h-info02 .tt-item [class^="icon-"] {
    font-size: 13px;
    margin-right: 5px;
  }
}
@media (max-width: 520px) {
  .h-info02 {
    display: none;
  }
}
.h-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.h-social a {
  color: #323232;
  display: inline-block;
  padding: 15px 8px;
  font-size: 14px;
  transition: color 0.2s linear;
}
.h-social a:hover {
  color: #52b765;
}
.h-social li:last-child a {
  padding-right: 0;
}
.h-social li:first-child a {
  padding-left: 0;
}
@media (max-width: 1024.98px) {
  .h-social a {
    padding: 9px 8px;
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  .h-social {
    display: none;
  }
}
.tt-holder {
  background: linear-gradient(to right, #053169 0, #00579d 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  z-index: 31;
}
.tt-holder .tt-col-wide {
  flex: 2 1 auto;
}
.tt-holder .tt-col-objects {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tt-holder .tt-col-objects:not(.text-center) {
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.tt-holder .tt-col-objects.text-center {
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
  margin-left: 32px;
}
.tt-holder .tt-col-left {
  padding-right: 15px;
}
.tt-holder .tt-col-right {
  padding-left: 15px;
}
.tt-holder .tt-col-center,
.tt-holder .tt-col-left,
.tt-holder .tt-col-right {
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 78px;
}
.tt-holder .tt-btn {
  position: relative;
  top: 4px;
}
@media (max-width: 1300px) {
  .tt-holder {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1024.98px) {
  .tt-holder .tt-col-center,
  .tt-holder .tt-col-left,
  .tt-holder .tt-col-right {
    min-height: 65px;
  }
  .tt-holder .tt-btn {
    top: 0;
  }
  .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
    margin-left: 27px;
  }
}
@media (max-width: 767.98px) {
  .tt-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-holder .tt-col-center,
  .tt-holder .tt-col-left,
  .tt-holder .tt-col-right {
    min-height: 53px;
  }
}
#js-init-sticky {
  min-height: 78px;
}
#js-init-sticky .tt-holder-wrapper {
  background-color: #fff;
}
@media (max-width: 1024.98px) {
  #js-init-sticky {
    min-height: 65px;
  }
}
@media (max-width: 767.98px) {
  #js-init-sticky {
    min-height: 53px;
  }
}
@media (max-width: 767.98px) {
  .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
    margin-left: 16px;
  }
}
#tt-nav {
  position: relative;
}
#tt-nav ul li.is-hover > a {
  color: #52b765;
}
#tt-nav > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
#tt-nav > ul > li {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: relative;
}
#tt-nav > ul > li > a {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  padding: 28px 21px 28px;
  text-decoration: none;
  transition: color 0.2s linear;
}
#tt-nav > ul > li > a span {
  display: inline-block;
}
#tt-nav > ul > li > a:hover {
  color: #52b765;
}
#tt-nav > ul > li ul {
  position: absolute;
  z-index: 5;
  margin: 0;
  padding: 17px 0;
  top: 100%;
  left: 0;
  width: 210px;
  background: #fff;
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
#tt-nav > ul > li ul li {
  margin: 0;
  padding: 0;
  text-align: left;
}
#tt-nav > ul > li ul li a {
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #3e3e3e;
  font-family: Poppins, sans-serif;
  padding: 2px 26px;
  transition: color 0.2s;
  font-weight: 400;
}
#tt-nav > ul > li ul li a:hover {
  color: #52b765;
}
#tt-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.15s;
}
#tt-nav > ul > li ul li {
  position: relative;
}
#tt-nav > ul > li ul li ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 100%;
}
#tt-nav > ul > li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
  left: 100%;
  top: -17px;
}
@media (max-width: 1500px) {
  #tt-nav > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1300px) {
  #tt-nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  #tt-nav {
    display: none;
  }
}
#tt-header .tt-logo {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 200px;
  height: 42px;
}
@media (max-width: 1024.98px) {
  #tt-header .tt-logo {
    top: 0;
    width: 200px;
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  #tt-header .tt-logo {
    width: 200px;
    height: 42px;
  }
}
#tt-menu-toggle {
  padding: 5px 0 5px 5px;
  font-size: 23px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  #tt-menu-toggle {
    font-size: 19px;
    padding: 4px 0 5px 5px;
  }
}
@media (min-width: 1200px) {
  .toggle-wrapper {
    display: none;
  }
}
@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
.panel-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}
.panel-menu {
  width: 276px;
  background: #fff;
  position: fixed;
  z-index: 29;
}
.panel-menu ul {
  list-style-type: none;
  margin: 129px 0 0 0;
  padding: 0;
}
@media (max-width: 1024.98px) {
  .panel-menu ul {
    margin: 102px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .panel-menu ul {
    margin: 54px 0 0 0;
  }
}
.panel-menu ul li {
  margin: 0;
  width: 100%;
}
.panel-menu ul li a:not(.not-style) {
  display: flex;
  padding: 6px 27px 6px 13px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  color: #323232;
  background: 0 0;
  position: relative;
  transition: all 0.2s linear;
}
.panel-menu ul li a:hover {
  color: #52b765;
  background: 0 0;
}
.panel-menu .mm-close {
  display: block;
  color: #323232;
  background-color: transparent;
}
.panel-menu .mm-close:before {
  font-family: fonts-icon;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  transition: all 0.2s linear;
  color: #323232;
}
.panel-menu .mm-close:before {
  font-size: 11px;
}
.panel-menu .mm-close:hover {
  color: #52b765;
  background-color: transparent;
}
.mm-open {
  overflow: hidden;
}
.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panel-menu {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.panel-menu.mm-right {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-nav-btn {
  display: none;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:hover {
  outline: 0;
}
#tt-header {
  position: relative;
  z-index: 20;
  background-color: #fff;
}
body.mm-open #tt-header {
  z-index: 33;
}
@media (min-width: 1025px) {
  .section-inner:not(.no-margin) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .section-inner:not(.no-margin) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 790px) {
  .section-inner:not(.no-margin) {
    padding-top: 47px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .section-inner02:not(.no-margin) {
    padding-top: 120px;
    padding-bottom: 147px;
  }
}
@media (max-width: 1024px) {
  .section-inner02:not(.no-margin) {
    padding-top: 80px;
    padding-bottom: 84px;
  }
}
@media (max-width: 790px) {
  .section-inner02:not(.no-margin) {
    padding-top: 50px;
    padding-bottom: 54px;
  }
}
.bg-top-left {
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .bg-top-left {
    background-size: 50%, 50%;
  }
}
@-webkit-keyframes move-topleft-top-bottom {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50px -50px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes move-topleft-top-bottom {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50px -50px;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes move-topleft-bottom-top {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50px 50px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes move-topleft-bottom-top {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50px 50px;
  }
  100% {
    background-position: 0 0;
  }
}
.bg-top-right {
  background-position: right 0;
  background-repeat: no-repeat;
  -webkit-animation: animatedBackgroundRight 15s ease-in-out infinite;
  animation: animatedBackgroundRight 15s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
  .bg-top-right {
    background-size: 22%, 22%;
  }
}
@-webkit-keyframes animatedBackgroundRight {
  0% {
    background-position: right 0;
  }
  50% {
    background-position: right 100px;
  }
  100% {
    background-position: right 0;
  }
}
@keyframes animatedBackgroundRight {
  0% {
    background-position: right 0;
  }
  50% {
    background-position: right 100px;
  }
  100% {
    background-position: right 0;
  }
}
.tt-obj01-bg {
  width: 303px;
  height: 1140px;
  position: absolute;
  top: 38px;
  right: 0;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-animation: animatedBackgroundRight 15s ease-in-out infinite;
  animation: animatedBackgroundRight 15s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.tt-obj01-bg + * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .tt-obj01-bg {
    background-size: 70%, 70%;
  }
}
@media (max-width: 1024.98px) {
  .tt-obj01-bg {
    background-size: 60%, 60%;
  }
}
@media (max-width: 767.98px) {
  .tt-obj01-bg {
    background-size: 40%, 40%;
  }
}
.tt-obj02-bg {
  width: 681px;
  max-width: 100%;
  height: 1140px;
  position: absolute;
  top: 400px;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-animation: move-topleft-bottom-top 15s ease-in-out infinite;
  animation: move-topleft-bottom-top 15s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.tt-obj02-bg + * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .tt-obj02-bg {
    background-size: 70%, 70%;
  }
}
@media (max-width: 1024.98px) {
  .tt-obj02-bg {
    background-size: 60%, 60%;
  }
}
@media (max-width: 767.98px) {
  .tt-obj02-bg {
    background-size: 40%, 40%;
  }
}
.tt-obj03-bg {
  width: 722px;
  height: 1140px;
  position: absolute;
  z-index: 0;
  top: 254px;
  right: 0;
  background-position: right top;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-animation: animatedBackgroundRight 15s ease-in-out infinite;
  animation: animatedBackgroundRight 15s ease-in-out infinite;
  z-index: 0;
}
.tt-obj03-bg ~ * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .tt-obj03-bg {
    background-size: 70%, 70%;
  }
}
@media (max-width: 1024.98px) {
  .tt-obj03-bg {
    background-size: 60%, 60%;
  }
}
@media (max-width: 767.98px) {
  .tt-obj03-bg {
    background-size: 40%, 40%;
  }
}
.subpage-bg-left {
  background-position: left -17px;
  background-repeat: repeat-y;
}
.subpage-bg-left.subpage-bg__position01 {
  background-position: left 285px;
  background-repeat: no-repeat;
}
.subpage-bg-left.subpage-bg__position02 {
  background-position: left 0;
  background-repeat: no-repeat;
}
.subpage-bg-left.subpage-bg__position04 {
  background-position: left 0;
  background-repeat: no-repeat;
}
.subpage-bg-left.subpage-bg__position05 {
  background-position: left 0;
  background-repeat: no-repeat;
}
.subpage-bg-left.subpage-bg__position06 {
  background-position: left 0;
  background-repeat: no-repeat;
}
.subpage-bg-left.subpage-bg__position07 {
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .subpage-bg-left {
    background-size: 22%, 22%;
  }
  .subpage-bg-left.subpage-bg__position01 {
    background-position: left 205px;
  }
}
@media (max-width: 767.98px) {
  .subpage-bg-left {
    background-size: 30%, 30%;
  }
  .subpage-bg-left.subpage-bg__position01 {
    background-position: left 175px;
  }
}
.subpage-bg-right {
  background-position: right 0;
  background-repeat: repeat-y;
}
.subpage-bg-right.subpage-bg__position01 {
  background-position: right 285px;
  background-repeat: no-repeat;
}
.subpage-bg-right.subpage-bg__position02 {
  background-repeat: no-repeat;
}
.subpage-bg-right.subpage-bg__position04 {
  background-repeat: no-repeat;
}
.subpage-bg-right.subpage-bg__position05 {
  background-repeat: no-repeat;
}
.subpage-bg-right.subpage-bg__position06 {
  background-repeat: no-repeat;
}
.subpage-bg-right.subpage-bg__position07 {
  background-position: right 285px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .subpage-bg-right {
    background-size: 22%, 22%;
  }
}
@media (max-width: 767.98px) {
  .subpage-bg-right {
    background-size: 30%, 30%;
  }
  .subpage-bg-right.subpage-bg__position01 {
    background-position: right 825px;
  }
  .subpage-bg-right.subpage-bg__position02 {
    background-position: right 675px;
  }
  .subpage-bg-right.subpage-bg__position04 {
    background-position: right 275px;
  }
  .subpage-bg-right.subpage-bg__position05 {
    background-position: right 1275px;
  }
  .subpage-bg-right.subpage-bg__position06 {
    background-position: right 825px;
  }
}
.subpage-bg-right > * {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.box01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.box01 .box01__img {
  width: 43.3%;
  position: relative;
  padding-right: 0;
}
.box01 .box01__img img:not(.tt-arrow) {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.box01 .box01__img-label {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: linear-gradient(to left, #44ae6f, #54b963);
  position: absolute;
  bottom: 22px;
  right: -38px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding-bottom: 1px;
}
.box01 .box01__img-label .tt-text01 {
  display: block;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 2px;
  letter-spacing: 0;
}
.box01 .box01__content {
  width: 56.7%;
  margin: 13px 0 0 0;
  padding: 0 0 0 93px;
}
.box01 .box01__content .box01__wrapper-img {
  display: none;
}
.box01 .box01__wrapper-img {
  position: relative;
}
.box01 .box01__wrapper-img + p {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .box01 .box01__content {
    margin: -4px 0 0 0;
  }
  .box01 .box01__img-label {
    width: 123px;
    height: 123px;
    bottom: -30px;
    right: 19px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 1px;
  }
  .box01 .box01__img-label .tt-text01 {
    font-size: 49px;
    line-height: 40px;
  }
  .box01 .box01__content {
    margin: -7px 0 0 0;
    padding: 0 0 0 44px;
  }
}
@media (max-width: 650px) {
  .box01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box01 .box01__img {
    width: inherit;
    text-align: center;
    display: none;
  }
  .box01 .box01__img-label {
    width: 100px;
    height: 100px;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    bottom: 15px;
    right: 15px;
    bottom: inherit;
    -webkit-transform: translateY(calc(-100% - 15px));
    transform: translateY(calc(-100% - 15px));
  }
  .box01 .box01__img-label .tt-text01 {
    font-size: 36px;
    line-height: 30px;
    padding-bottom: 3px;
  }
  .box01 .box01__content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .box01 .box01__content .box01__wrapper-img {
    display: block;
    padding-bottom: 18px;
  }
  .box01 .box01__content .box01__wrapper-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .box01 .box01__img img:not(.tt-arrow) {
    max-width: 300px;
  }
  .box01 .box01__img-label {
    width: 87px;
    height: 87px;
    font-size: 10px;
    line-height: 12px;
  }
  .box01 .box01__img-label .tt-text01 {
    font-size: 36px;
    line-height: 28px;
  }
}
@media (max-width: 420px) {
  .box01 .box01__img img:not(.tt-arrow) {
    max-width: 178px;
  }
}
.info01 {
  text-align: center;
  display: block;
}
.info01 .info01__icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #52b765;
}
.info01 .info01__title {
  color: #7b7b7b;
  margin-top: 13px;
  font-size: 16px;
}
.info01 address {
  font-family: Poppins, sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.info01 .info01__content {
  padding: 0 0 0 17px;
}
.info01:hover .info01__icon i {
  -webkit-animation: rattle 0.4s infinite alternate;
  animation: rattle 0.4s infinite alternate;
}
.info01:hover address {
  color: #52b765;
}
@media (max-width: 1024px) {
  .info01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .info01 .info01__icon {
    position: relative;
    top: 8px;
  }
  .info01 .info01__content {
    text-align: left;
  }
  .info01 address {
    margin-top: 3px;
  }
}
@media (max-width: 767.98px) {
  .info01 .info01__title {
    margin-top: 15px;
  }
  .info01 address {
    font-size: 16px;
  }
}
.info02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.info02 .info02__icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 78px;
  width: 78px;
  height: 78px;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #52b765;
  font-size: 36px;
  position: relative;
  top: -4px;
}
.info02 .info02__title {
  color: #7b7b7b;
  margin-top: 13px;
  font-size: 20px;
  line-height: 30px;
  font-family: Poppins, sans-serif;
  color: #323232;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0;
}
.info02 .info02__title + * {
  margin-top: 0;
}
.info02 .info02__content {
  padding: 0 0 0 22px;
}
@media (max-width: 1024.98px) {
  .info02 .info02__icon {
    min-width: 49px;
    width: 49px;
    height: 49px;
    font-size: 23px;
  }
  .info02 .info02__title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 7px;
  }
}
.info02__wrapper {
  margin-top: -27px;
}
.info02__wrapper .info02__item {
  margin-top: 27px;
}
.info03 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
.info03 .info03__icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 85px;
  width: 85px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #52b765;
  position: relative;
  top: -4px;
  font-size: 26px;
}
.info03 .info03__title {
  color: #7b7b7b;
  margin-top: 13px;
  font-size: 20px;
  line-height: 30px;
  font-family: Poppins, sans-serif;
  color: #323232;
  font-weight: 600;
  padding: 0 0 5px 0;
  margin: 18px 0 0 0;
}
.info03 .info03__title + * {
  margin-top: 0;
}
.info03 address {
  margin: 0;
  padding: 0;
}
.info03 address a {
  color: #7b7b7b;
}
.info03 address a:hover {
  color: #52b765;
}
@media (max-width: 1199.98px) {
  .info03 .info03__title br {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .info03 .info03__icon {
    min-width: 65px;
    width: 65px;
    height: 65px;
    font-size: 23px;
  }
  .info03 .info03__title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 7px;
  }
}
.info03__wrapper {
  margin-top: -17px;
}
.info03__wrapper [class*="col-"] {
  margin-top: 27px;
}
@-webkit-keyframes tube {
  0% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  50% {
    -webkit-transform: skew(1deg);
    transform: skew(1deg);
  }
  100% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
}
@keyframes tube {
  0% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  50% {
    -webkit-transform: skew(1deg);
    transform: skew(1deg);
  }
  100% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
}
@-webkit-keyframes hose {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes hose {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes vacuumcleaner {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes vacuumcleaner {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rattle {
  0% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  25% {
    -webkit-transform: translateY(-1px) rotate(-1deg);
    transform: translateY(-1px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  75% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@keyframes rattle {
  0% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  25% {
    -webkit-transform: translateY(-1px) rotate(-1deg);
    transform: translateY(-1px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  75% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@-webkit-keyframes hanger {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  66% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes hanger {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  66% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.box02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
}
.box02 .box02__img {
  height: 100%;
  position: relative;
}
.box02 .box02__img img:not(.tt-arrow) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box02 .box02__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.box02.box02__img-left .box02__img {
  width: 49.7%;
  text-align: right;
}
.box02.box02__img-left .box02__content {
  max-width: 720px;
  margin: 40px 0 40px -50px;
  padding: 92px 80px 87px;
  width: 50.3%;
}
.box02.box02__img-right .box02__img {
  width: 49.7%;
  order: 2;
}
.box02.box02__img-right .box02__content {
  order: 1;
  width: 50.3%;
  max-width: 651px;
  margin: 40px -50px 40px auto;
  padding: 104px 80px 107px 99px;
}
@media (max-width: 1199.98px) {
  .box02.box02__img-left .box02__content {
    margin: 40px 0 40px -50px;
    padding: 84px 70px 87px;
  }
  .box02.box02__img-right .box02__content {
    margin: 40px -50px 40px auto;
    padding: 84px 70px 87px 70px;
  }
}
@media (max-width: 1024.98px) {
  .box02.box02__img-left .box02__img {
    width: calc(49.7% + 40px);
  }
  .box02.box02__img-left .box02__content {
    margin: 0 0 0 -40px;
    padding: 54px 30px 40px 50px;
  }
  .box02.box02__img-right .box02__img {
    width: calc(49.7% + 40px);
  }
  .box02.box02__img-right .box02__content {
    order: 1;
    max-width: 651px;
    margin: 0 -40px 0 0;
    padding: 50px 58px 40px 15px;
  }
}
@media (max-width: 650px) {
  .box02 {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .box02.box02__img-left .box02__img,
  .box02.box02__img-right .box02__img {
    width: 100%;
    order: 0;
    margin: 0;
    padding: 0;
  }
  .box02.box02__img-left .box02__img img:not(.tt-arrow),
  .box02.box02__img-right .box02__img img:not(.tt-arrow) {
    width: 100%;
    height: auto;
  }
  .box02.box02__img-left .box02__content,
  .box02.box02__img-right .box02__content {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 15px;
    max-width: inherit;
    background-color: transparent;
  }
}
.tt-list-img {
  margin-top: -12px;
  margin-left: -12px;
}
.tt-list-img.tt-list-img__top {
  margin-top: 20px;
}
.tt-list-img li {
  margin: 12px 0 0 12px;
  display: inline-block;
}
.tt-list-img li a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.tt-list-img li a:hover {
  opacity: 0.75;
}
@media (max-width: 575px) {
  .tt-list-img {
    margin-bottom: 10px;
  }
}
.box03 {
  background-color: #fff;
  padding: 40px;
}
.box04 .box04__img {
  background-color: #ff0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  height: 100%;
  width: 50%;
  background-size: cover;
}
.box04 .box04__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box04 .box04__content {
  position: relative;
  background-color: green;
  width: 50.3%;
  max-width: 651px;
}
.tt-align-img02 {
  width: calc(100% - 21px);
}
@media (max-width: 767.98px) {
  .tt-align-img02 {
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.img-box__wrapper {
  margin-top: -47px;
}
.img-box__wrapper .img-box {
  margin-top: 54px;
}
@media (max-width: 1024.98px) {
  .img-box__wrapper {
    margin-top: -40px;
  }
  .img-box__wrapper .img-box {
    margin-top: 40px;
  }
}
.img-box__img {
  position: relative;
}
.img-box__img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-box__img a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.img-box__img a:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.img-box__label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: linear-gradient(to left, #44ae6f, #54b963);
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  bottom: -19px;
  left: 18px;
  pointer-events: none;
}
.img-box__title {
  font-size: 28px;
  line-height: 38px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
  margin: 31px 0 4px 0;
  transition: color 0.2s ease 0s;
  position: relative;
  display: inline-block;
}
.img-box__title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #52b765;
  transition: width 0.2s linear;
}
.img-box__title:hover {
  color: #52b765;
}
.img-box__title:hover:before {
  width: 100%;
}
.img-box__title + * {
  margin-top: 0;
}
.img-box {
  display: block;
  color: #7b7b7b;
}
.img-box .tt-btn {
  margin-top: 23px;
}
@media (min-width: 1024px) {
  .img-box .tt-btn .button,
  .img-box .tt-btn .mask {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 1199.98px) {
  .img-box__title {
    font-size: 25px;
    line-height: 35px;
  }
  .img-box__title:before {
    bottom: 4px;
  }
}
@media (max-width: 1024.98px) {
  .img-box__label {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 26px;
  }
  .img-box__title {
    font-size: 22px;
    line-height: 30px;
    margin: 28px 0 4px 0;
  }
  .img-box .tt-btn {
    margin-top: 11px;
  }
}
.services-item__img img {
  width: 100%;
}
.tt-aside .tt-block-aside:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .rightColumn {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .rightColumn {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .rightColumn {
    max-width: 400px;
  }
}
.tt-block-aside {
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  background-color: #fff;
}
.tt-block-aside:not(.no-inner) {
  padding: 34px 40px 35px 40px;
}
.tt-block-aside.no-wrapper {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}
.tt-block-aside .tt-aside-title {
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding: 0 0 7px 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1024.98px) {
  .tt-block-aside:not(.no-inner) {
    padding: 24px 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .tt-block-aside:not(.no-inner) {
    padding: 24px 20px 25px;
  }
}
.box-aside-info {
  padding: 0;
  margin: 0;
}
.box-aside-info li {
  position: relative;
  padding: 0 0 0 28px;
}
.box-aside-info li [class^="icons-"] {
  color: #52b765;
  position: absolute;
  top: 5px;
  left: 0;
}
.box-aside-info li:not(:first-child) {
  margin-top: 5px;
}
.box-aside-info li a {
  color: #7b7b7b;
}
.box-aside-info li a:hover {
  color: #52b765;
}
.box-aside-info + [class^="tt-btn"] {
  margin-top: 22px;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.tt-data-info {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: -40px;
}
.tt-data-info .tt-item {
  margin-left: 40px;
}
@media (max-width: 1024.98px) {
  .tt-data-info {
    margin-left: -25px;
  }
  .tt-data-info .tt-item {
    margin-left: 25px;
  }
  .tt-data-info .tt-item:last-child img {
    max-width: 90px;
  }
}
@media (max-width: 767.98px) {
  .tt-data-info {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 26px;
    padding-right: 26px;
  }
  .tt-data-info .tt-item {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .tt-data-info .tt-item:last-child {
    margin-top: 25px;
  }
}
.tt-box04 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.tt-box04 .tt-box04__content {
  color: #323232;
}
.tt-box04 .tt-title {
  color: #323232;
  font-size: 42px;
  line-height: 32px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 0;
}
.tt-box04 .tt-title + p {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .tt-box04 {
    flex-wrap: wrap;
  }
  .tt-box04 .tt-title {
    font-size: 35px;
    line-height: 24px;
  }
}
.tt-box04-wrapper {
  margin-top: 10px;
}
.tt-box04-wrapper [class^="col-"] {
  margin-top: 28px;
}
.tt-info__top {
  margin-top: 28px;
}
.tt-info .tt-info__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #323232;
  padding-bottom: 4px;
}
.tt-info address {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #52b765;
  padding-bottom: 4px;
}
.tt-info address .tt-icon {
  margin-right: 3px;
  font-size: 16px;
  position: relative;
  top: -1px;
}
.box-value__wrapper {
  margin-top: 38px;
}
.box-value__wrapper [class^="col-"] {
  margin-top: 28px;
}
.box-value {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.box-value .box-value__icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 35px;
  line-height: 1;
  margin-top: -4px;
  color: #52b765;
}
.box-value .box-value__icon + .box-value__content {
  margin-left: 20px;
}
.box-value .box-value__value {
  font-size: 42px;
  line-height: 1;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.box-value .box-value__label {
  margin-top: 5px;
}
@media (max-width: 1024.98px) {
  .box-value .box-value__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 27px;
  }
  .box-value .box-value__value {
    font-size: 32px;
  }
}
::-webkit-input-placeholder {
  color: #a8a8a8;
}
::-moz-placeholder {
  color: #a8a8a8;
}
:-moz-placeholder {
  color: #a8a8a8;
}
:-ms-input-placeholder {
  color: #a8a8a8;
}
:-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-default__top {
  margin-top: 8px;
}
.form-default .row {
  margin-left: -4px;
  margin-right: -4px;
}
.form-default .row [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.form-default label {
  color: #323232;
  display: inline-block;
  padding-bottom: 5px;
}
.form-default .tt-btn[type="submit"] {
  margin-top: 5px;
}
.form-default .form-control {
  background: #fff;
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #e3e6ea;
  color: #7b7b7b;
  padding: 12px 12px 12px 22px;
  outline: 0;
  font-family: Roboto, sans-serif;
  transition: all 0.3s;
  border-radius: 3px;
  width: 100%;
  box-shadow: rgba(157, 174, 185, 0.08) 0 1px 4px;
}
.form-default .form-control:not(textarea) {
  height: 47px;
}
.form-default input.form-control {
  -webkit-appearance: none;
}
.form-default .form-control:focus {
  border-color: #52b765;
}
@media (max-width: 1024.98px) {
  .form-default .form-control {
    font-size: 15px;
    padding: 13px 12px 12px 16px;
  }
  .form-default .form-control:not(textarea) {
    height: 43px;
  }
}
p + .form-default {
  margin-top: 21px;
}
@media (min-width: 1025px) {
  button[type="submit"].tt-btn-form {
    margin-top: 24px;
  }
}
form {
  position: relative;
}
.tt-modal-message {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s ease;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 19px;
  color: #52b765;
  pointer-events: none;
}
html:not(.touch-device) body.mm-open {
  padding-right: 17px;
}
.modal-open {
  overflow: hidden;
}
html:not(.touch-device) body.modal-open {
  overflow-x: hidden;
  padding-right: 17px;
}
html:not(.touch-device) body.modal-open .tt-on-top {
  padding-right: 17px;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  padding: 0;
  transition: opacity 0.15s;
  opacity: 0;
}
@media (min-width: 320px) {
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
@media (min-width: 731px) {
  .modal-md {
    width: 647px;
  }
}
@media (max-width: 730px) {
  .modal-md {
    width: 528px;
  }
}
@media (max-width: 580px) {
  .modal-md {
    width: 420px;
  }
}
@media (max-width: 480px) {
  .modal-md {
    width: 315px;
  }
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal .modal-footer {
  border: none;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-body:not(.no-background) {
  background-color: #fff;
}
.modal .modal-body {
  position: relative;
  text-align: left;
}
.modal .modal-body .close {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 1px;
  display: inline-block;
  z-index: 7;
  padding: 11px 16px;
  color: #323232;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.modal .modal-body .close:hover {
  color: #52b765;
}
.modal .modal-body p + form {
  margin-top: 25px;
}
@media (min-width: 1025px) {
  .modal .modal-body {
    padding: 53px 60px 52px;
  }
}
@media (max-width: 1024px) {
  .modal .modal-body {
    padding: 43px 40px 50px;
  }
}
@media (max-width: 580px) {
  .modal .modal-body {
    padding: 43px 30px 40px;
  }
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .form-default .row {
  margin-left: -15px;
  margin-right: -15px;
}
.modal .form-default .row [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.modal .form-default .form-control:not(textarea) {
  height: 49px;
}
.tt-back-to-top {
  bottom: -90px;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  z-index: 20;
  right: 15px;
  background-color: #fff;
  border-radius: 50%;
}
.tt-back-to-top .button,
.tt-back-to-top .mask {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  z-index: 2;
  font-weight: 600;
  width: 70px;
  height: 70px;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to left, #44ae6f, #54b963);
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  outline: 0;
  border: 2px solid #52b765;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  white-space: nowrap;
  padding: 0;
  border-radius: 50%;
}
.tt-back-to-top .button {
  background: linear-gradient(to left, #44ae6f, #54b963);
  -webkit-mask: url(https://pickmylaundry.in/public/images/btn-mask.png);
  mask: url(https://pickmylaundry.in/public/images/btn-mask.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
  border: none;
}
.tt-back-to-top .mask {
  position: absolute;
  background: 0 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #52b765;
  background-color: #fff;
}
.tt-back-to-top:hover .mask {
  color: #52b765;
  background-color: #fff;
}
.tt-back-to-top:hover.tt-btn__hover02 .mask {
  color: #fff;
}
.tt-back-to-top:hover .button {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
@media (max-width: 1024.98px) {
  .tt-back-to-top .button,
  .tt-back-to-top .mask {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .tt-back-to-top .button,
  .tt-back-to-top .mask {
    width: 50px;
    height: 50px;
  }
}
.footer-wrapper01 {
  background-color: #323232;
  color: #e7e7e7;
  position: relative;
  padding: 30px 0 30px;
}
@media (max-width: 1024.98px) {
  .footer-wrapper01 {
    padding: 30px 0 27px;
  }
}
@media (max-width: 767.98px) {
  .footer-wrapper01 {
    padding: 30px 0 20px;
  }
}
@media (min-width: 1230px) {
  .footer-wrapper01 > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.f-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 25px 0 24px;
}
@media (max-width: 1024.98px) {
  .f-holder {
    padding: 20px 0 19px;
  }
}
@media (max-width: 767.98px) {
  .f-holder {
    padding: 18px 0 19px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f-holder > * {
    width: 100%;
    text-align: center;
  }
}
.f-logo {
  line-height: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 1px;
  transition: color 0.2s;
  font-size: 30px;
  padding: 0 0 5px 22px;
  margin: -5px 0 0 10px;
}
@media (min-width: 1025px) {
  .f-logo {
    letter-spacing: -0.01em;
  }
}
.f-logo .tt-icon {
  position: absolute;
  top: -1px;
  left: -9px;
  font-size: 25px;
  line-height: 1;
  color: #52b765;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 1024.98px) {
  .f-logo {
    font-size: 21px;
    padding: 0 0 5px 14px;
  }
  .f-logo .tt-icon {
    font-size: 18px;
    top: 0;
  }
}
.f-logo:hover {
  color: #fff;
}
.f-title {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 19px 0;
}
@media (max-width: 1024.98px) {
  .f-title {
    font-size: 16px;
    padding: 0 0 11px 0;
  }
}
.f-text {
  margin-top: 15px;
}
@media (max-width: 1024.98px) {
  .f-text {
    margin-top: 10px;
  }
}
.f-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: -6px;
  margin-top: 16px;
}
.f-social li {
  margin-left: 6px;
  margin-top: 6px;
}
.f-social li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
  width: 40px;
  height: 40px;
  color: #323232;
  background-color: #fff;
  transition: color 0.2s linear, background-color 0.2s linear;
  border-radius: 50%;
}
.f-social li a:hover {
  background-color: #52b765;
  color: #fff;
}
@media (max-width: 1024.98px) {
  .f-social {
    margin-top: 8px;
  }
}
.f-info li {
  position: relative;
  padding: 0 0 0 22px;
  line-height: 32px;
}
.f-info li [class^="icons-"] {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 14px;
  color: #52b765;
}
.f-info li a {
  color: #fff;
  transition: color 0.2s linear;
}
.f-info li a:hover {
  color: #52b765;
}
@media (max-width: 1199.98px) {
  .f-info li {
    line-height: 26px;
  }
  .f-info li:not(:first-child) {
    margin-top: 6px;
  }
  .f-info li [class^="icons-"] {
    font-size: 12px;
  }
}
.f-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.f-link li {
  margin-left: 17px;
}
.f-link li a {
  color: #7b7b7b;
  position: relative;
}
.f-link li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #52b765;
  transition: width 0.2s linear;
}
.f-link li a:hover {
  color: #52b765;
}
.f-link li a:hover:before {
  width: 100%;
}
@media (max-width: 767.98px) {
  .f-link {
    justify-content: center;
    margin-top: 5px;
  }
  .f-link li {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
#subscribeform {
  position: relative;
}
#subscribeform .f-form__input {
  margin-top: 13px;
}
#subscribeform .form-control {
  background: #fff;
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #e3e6ea;
  color: #7b7b7b;
  padding: 12px 12px 12px 15px;
  outline: 0;
  font-family: Roboto, sans-serif;
  transition: all 0.3s;
  border-radius: 3px;
  width: 100%;
  max-width: 316px;
  height: 49px;
  position: relative;
}
#subscribeform .f-form__btn {
  margin-top: 21px;
}
#subscribeform .f-form__btn .tt-btn {
  letter-spacing: 0.05em;
}
@media (max-width: 1024.98px) {
  #subscribeform .form-control {
    height: 44px;
    padding: 12px 12px 12px 11px;
    font-size: 15px;
  }
  #subscribeform .f-form__btn {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  #subscribeform .f-form__input {
    margin-top: 7px;
  }
}
.f-col-wrapper {
  margin-top: -38px;
}
.f-col-wrapper [class^="col"] {
  margin-top: 38px;
}
.header-logo {
  width: 200px;
  height: 42px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
