﻿@charset "UTF-8";
/*----------------------------------------
[Table of contents]

  PreLoader
  Extend
1.  Site Styles
  1.1 title 
  1.2 font-size 
  1.3 table-price 
  1.4 panel
  1.5 responsive video
  1.6 list
2.  Header
  2.1 logo 
  2.2 box-location/schedule 
  2.3 box-telephone 
  2.4 header-menu 
  2.5 top-menu
3.  Revolution Slider
4.  Content
  4.1 offset 
  4.2 fill box background
  4.3 services-box 
  4.4 box-step 
  4.5 promo-fluid 
  4.6 box-icon-text 
  4.7 box-text 
  4.8 services-box-info 
  4.9 product-box 
  4.10 carousel-blog-box 
  4.11 map 
  4.12 tab-history 
  4.13 permission-box 
  4.14 breadcrumb 
  4.15 box-personal 
  4.16 product-total 
  4.17 social-icon-content 
  4.18 contact-box
  4.19 banner
  4.20 form
  4.21 coupon
5.  Footer
6.  Icon Animation
-----------------------------------------*/
/* Fonts */
@import url(../../css);
/* Variables */
/* Mixin */
/* 1. PreLoader */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95); }

.loader-wrapper {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  animation: spin 2s ease-in-out infinite; }

.bubble1,
.bubble2 {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #3E408D; }

.bubble2 {
  top: auto;
  bottom: 0;
  background-color: #06CCB7; }

.bubble1,
.bubble2 {
  animation: bounce 2s ease-in-out infinite; }

.bubble2 {
  animation-delay: -1.0s; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
@keyframes bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/*  Extend  */
._reset-ul-style {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }

._reset-ul-style-2, .tab-history .nav-tabs, .social-icon-content, .social-icon-footer, .footer-link {
  list-style: none;
  margin: 0;
  padding: 0; }

.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%; }

.divider.divider-47 {
  height: 47px; }
  @media (max-width: 1199px) {
    .divider.divider-47 {
      height: 40px; } }
  @media (max-width: 767px) {
    .divider.divider-47 {
      height: 30px; } }

.divider.divider-80 {
  height: 80px; }
  @media (max-width: 1199px) {
    .divider.divider-80 {
      height: 60px; } }
  @media (max-width: 767px) {
    .divider.divider-80 {
      height: 40px; } }

@media (max-width: 991px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; } }
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .text-xs-center {
    text-align: center; } }
/* 1. Site Styles
================================================== */
html, body {
  overflow-x: hidden; }

body {
  font: 14px/22px "Lato", sans-serif;
  color: #454545;
  background-color: #fff;
  font-weight: 400; }

a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #454545;
  outline: 0;
  text-decoration: none; }

a:active,
a:focus,
a:visited {
  text-decoration: none; }

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse; }

img {
  vertical-align: top; }

.base-color {
  color: #3E408D; }

.info-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }
  .info-text p {
    margin-bottom: 24px; }
  @media (max-width: 991px) {
    .info-text {
      font-size: 16px;
      line-height: 22px; }
      .info-text p {
        margin-bottom: 20px; } }

.two-columns {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .two-columns {
      margin-bottom: 60px; } }

.page-content .two-columns .container {
  margin-top: 15px; }

.text-uppercase {
  text-transform: uppercase; }

/* 1.1 title
================================================== */
h1,
h2 {
  font-size: 32px;
  line-height: 40px;
  padding: 0 0 40px 0;
  text-transform: uppercase;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-weight: 500; }
  @media (max-width: 991px) {
    h1,
    h2 {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 577px) {
    h1,
    h2 {
      font-size: 24px;
      line-height: 30px; } }

h1.h-sm {
  font-size: 30px;
  line-height: 36px; }

h1.title-underline,
h2.title-underline {
  padding: 0 0 77px 0; }
  @media (max-width: 991px) {
    h1.title-underline,
    h2.title-underline {
      padding: 0 0 60px 0; } }

h1.title-underline,
h2.title-underline {
  text-align: center; }
  h1.title-underline:after,
  h2.title-underline:after {
    content: '';
    width: 75px;
    height: 3px;
    background: #06CCB7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 20px; }
  @media (max-width: 991px) {
    h1.title-underline:after,
    h2.title-underline:after {
      margin-top: 30px; } }
  @media (max-width: 577px) {
    h1.title-underline,
    h2.title-underline {
      font-size: 24px;
      line-height: 27px;
      padding: 0 0 50px 0; }
      h1.title-underline:after,
      h2.title-underline:after {
        margin-top: 24px; } }

h1.title-underline.text-left,
h2.title-underline.text-left {
  text-align: left; }

h1.title-underline.text-right,
h2.title-underline.text-right {
  text-align: right; }

h3 {
  font-size: 26px;
  line-height: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    h3 {
      font-size: 22px;
      line-height: 28px; } }

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    h4 {
      font-size: 18px;
      line-height: 24px; } }

h5 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

a.read-more {
  font-size: 24px;
  line-height: 1.2em; }
  a.read-more:hover {
    text-decoration: underline; }

a.more-toggle {
  font-weight: bold; }

/* end title
================================================== */
/* 1.2 font-size
================================================== */
.font-size-18 {
  font-size: 18px;
  line-height: 24px; }

/* end font-size
================================================== */
/* 1.3 table-price
================================================== */
.price-block {
  position: relative;
  background-color: #fff;
  margin: 0 10px;
  padding: 23px 0 36px;
  text-align: center;
  color: #454545;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 991px) {
    .price-block {
      max-width: 290px;
      margin-bottom: 25px;
      margin-left: auto;
      margin-right: auto; }
      .price-block.last {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .price-block {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 320px) {
    .price-block {
      width: 290px; } }
  .price-block ul {
    list-style-type: none;
    margin: 17px 0 0;
    padding: 0; }
  .price-block li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
    padding: 0 15px;
    text-align: center; }
  .price-block:hover {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2); }
  .price-block-title {
    position: relative;
    background-color: #bdbdbd;
    color: #fff;
    font-size: 32px;
    line-height: 33px;
    padding: 20px 15px;
    margin: 0 -10px;
    text-transform: uppercase;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 1199px) {
      .price-block-title {
        font-size: 26px; } }
    .price-block-title:after {
      position: absolute;
      right: 0;
      bottom: -12px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 10px 0 0;
      border-color: #a0a0a0 transparent transparent transparent; }
    .price-block-title:before {
      position: absolute;
      left: 0;
      bottom: -12px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 12px 0;
      border-color: transparent #a0a0a0 transparent transparent; }
  .price-block-price {
    font-size: 60px;
    line-height: 64px;
    font-family: "Rubik", sans-serif;
    padding: 25px 15px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    color: #686868; }
    @media (max-width: 1199px) {
      .price-block-price {
        font-size: 40px;
        line-height: 44px; } }
    .price-block-price .price-old {
      color: #595959;
      font-size: 40px;
      padding: 0 15px 0 0;
      text-decoration: line-through; }
      @media (max-width: 1199px) {
        .price-block-price .price-old {
          font-size: 30px; } }
  .price-block-details {
    font-size: 26px;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #454545;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 15px; }
    .price-block-details span {
      color: #bdbdbd; }
    @media (max-width: 1199px) {
      .price-block-details {
        font-size: 22px;
        line-height: 26px; } }
  .price-block .btn {
    margin-top: 24px; }
  .price-block .sale-label {
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 1;
    width: 96px;
    height: 102px;
    font-size: 24px;
    line-height: 96px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-align: center;
    background: url(../images/sale-label.png) no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 1199px) {
      .price-block .sale-label {
        width: 67px;
        height: 75px;
        font-size: 18px;
        line-height: 72px;
        top: 0;
        right: 5px; } }

.price-block--green .price-block-title {
  background-color: #3E408D; }
.price-block--green .price-block-price,
.price-block--green .price-block-details span {
  color: #3E408D; }
.price-block--green .price-block-title:after {
  border-top-color: #1f8037; }
.price-block--green .price-block-title:before {
  border-right-color: #1f8037; }
.price-block--blue .price-block-title {
  background-color: #06CCB7; }
.price-block--blue .price-block-price,
.price-block--blue .price-block-details span {
  color: #06CCB7; }
.price-block--blue .price-block-title:after {
  border-top-color: #1f5780; }
.price-block--blue .price-block-title:before {
  border-right-color: #1f5780; }

.table-price {
  padding: 0 0; }
  .table-price table {
    width: 100%; }
    .table-price table td {
      font-weight: 400;
      padding: 10px 0; }
    .table-price table tr {
      border-bottom: 1px dashed #ccc; }
      .table-price table tr td:first-child {
     /*background:url("../images/laundry-icon.png") no-repeat 0 11px; */
    text-align: left;
    padding-right: 10px;
    width: 70%;
    font-size:1.1em;
    padding-left: 34px;
    font-weight: 600; }
      .table-price table tr td:last-child {
        text-align: right;
        padding-left: 10px;
    font-weight: 600;
    font-size:1.1em;    
        width: 30%; }
    .table-price table tr:last-child {
      border: none; }

.prices-tabs {
  margin-bottom: 50px; }

.prices-tabs .panel-body{
  padding-left:25%;
  width:75%;
} 
.prices-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 38px; }

.price-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  text-decoration: none;
  color: inherit;
  width: 20%;
  height: 190px;
  margin-left: 6px;
  margin-right: 6px;
  border: 1px solid #f5f5f5;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .price-filter_text{
    height:30px;
    margin-bottom:10px;
  }
  .offerTextTab  {
  /*text-transform: uppercase;*/
  border: 1px solid #eee;
  padding: 3px 5px 3px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin:10px 0;
  }
  .deltime{
    color:#333;
    font-size:12px;
  }
  @media (max-width: 577px) {
    .price-filter {
      width: 120px;
      height: 110px;
      font-size: 13px;
      line-height: 18px; } }
  .price-filter [class*='icon'] {
    font-size: 40px;
    line-height: 1em;
    margin: 20px 0 10px; }
    @media (max-width: 577px) {
      .price-filter [class*='icon'] {
        margin-top: 10px;
        font-size: 30px; } }
  .price-filter:hover {
    text-decoration: none; }
  .price-filter.color1 {
    color: #06CCB7; }
  .price-filter.color2 {
    color: #5e5e5e; }
  .price-filter.color3 {
    color: #3E408D; }
  .price-filter.active {
    background-color: #f9f9f9 !important;
  color: #06CCB7;
  border-color: #06CCB7;
  border-bottom-color: rgb(0, 156, 220);
  border-bottom: none;
  }

/* end table-price
================================================== */
/* 1.4 panel-content
================================================== */
.title-base {
  text-align: center;
  font-weight: 400;
  line-height: 34px;
  font-family: "Lato", sans-serif;
  padding-bottom: 23px; }

.panel-body {
  padding: 21px; }

.panel-content p {
  margin-bottom: 21px; }
  .panel-content p:last-child {
    margin-bottom: 0; }

/* end panel-content
================================================== */
/* 1.4 panel
================================================== */
.panel {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none; }
  .panel .panel-heading {
    padding: 0;
    border-bottom: 2px solid #fff; }
  .panel .panel-title {
    position: relative;
    font-family: "Lato", sans-serif;
    line-height: 1em; }
    .panel .panel-title a {
      display: block;
      font-weight: bold;
      padding: 15px 45px 15px 32px;
      background: #f5f5f5;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease;
      border-left: 3px solid #f5f5f5; }
      .panel .panel-title a:hover {
        background: #666666;
        color: #fff;
        border-left: 3px solid #3E408D;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .panel .panel-title a:after {
        position: absolute;
        display: block;
        top: 0px;
        text-align: center;
        right: 0;
        z-index: 0;
        content: "+";
        font-size: 24px;
        line-height: 46px;
        color: #3E408D;
        width: 70px;
        height: 60px; }
  .panel .active .panel-title a {
    background: #666666;
    color: #fff;
    border-left: 3px solid #3E408D; }
    .panel .active .panel-title a:after {
      content: "-";
      margin-top: -2px; }

/* end panel
================================================== */
/* 1.5 responsive video
==================================== */
.video-indent {
  max-width: 585px;
  margin: 0 auto;
  overflow: hidden; }

.myvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 1px solid transparent; }

.myvideo iframe,
.myvideo object,
.myvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* /responsive video
==================================== */
/* 1.6 list
==================================== */
.marker-list {
  margin: 0 0 15px;
  padding: 5px 0 0;
  list-style: none; }
  .marker-list > li {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px; }
    .marker-list > li:after {
      position: absolute;
      top: 2px;
      left: 8px;
      display: block;
      font-family: 'laundry';
      content: "\e916";
      font-size: 12px;
      color: #3E408D; }

.circle-list {
  margin: 0 0 15px;
  padding: 5px 0 0;
  list-style: none; }
  .circle-list > li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .circle-list > li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        padding-left: 25px; } }
    .circle-list > li:after {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #3E408D; }
      @media (max-width: 991px) {
        .circle-list > li:after {
          top: 7px; } }

.three-col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  @media (max-width: 991px) {
    .three-col {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 577px) {
    .three-col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

@media (max-width: 577px) {
  ul.collapsed li {
    display: none; }
  ul.collapsed li:nth-child(-n + 9) {
    display: inherit; } }
/* /list
==================================== */
.table-title {
  background-color: #666;
  border-left: 6px solid #3E408D;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  padding: 20px 24px;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 15px; }

.table-row {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 8px 38px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .table-row:hover {
    background-color: #f9f9f9; }

.table-row + .table-row {
  border-top: 1px solid #efefef; }
.carouselBanner{
  position:relative;
}
.callBlock{
  background:rgba(255,255,255,0.5);
  border:1px solid #fff;
  padding:35px 20px;
  text-align:center;
  position:absolute;
  left:190px; 
  top:50px;
  width:380px;
}
.connect a{
  margin:0 5px;
}
.connect a:hover, .connect a:focus{
  margin:0 5px;
  opacity:0.7;
}
.serviceAvai{
  background:#fff;
  border:1px dashed #07ADF3;
  padding:10px;
  margin:0px 0 0 0;
  font-size:1.3em;
  
}

.serviceAvai span{
  color:#f26822;
  display:block;
  font-weight:bold;
  
}
.contactNumber{
  padding:15px 30px;
  border-radius:30px;
  color:#3e408d;
  font-size:2em;
  display:inline-block;
  margin-bottom:15px;
  
}
.callBlock .title{
  color:#fff;
  font-size:1.8em;
  font-weight:500;
  margin-bottom:15px;
  text-shadow:0 2px 10px #444;
}

.noPadding{
  padding:0!important;
}
.orderFormBanner{
  background:rgba(255,255,255,0.5);
  border:1px solid #fff;
  padding:0;
  position:absolute;
  right:50px;
  top:50px;
  width:380px;
}
.orderFormBanner h3{
  background:rgba(255,255,255,0.8);
  color:#06CCB7;
  text-align:center;
  font-weight:500;
  padding:10px;
}
.orderFormBanner p{
  text-align:center;
  font-weight:600;
  margin:10px 0 0;
}
.orderForm{
  padding:20px 20px 10px;
} 
.orderForm .form-control{
  height:40px;
  padding:7px 12px;
  margin-bottom:10px;
  border-color:#fff!important;
  color:#000;
}
.orderForm .form-control::placeholder, .orderForm input::placeholder{
  color:#000!important;
}
select option{
  padding:5px 0;
}
.orderForm .btn{
  padding:8px 12px;
}
.orderForm .btn:focus,.orderForm .btn:hover {
  padding:8px 12px;
}
  

.carousel,
.carousel-inner {
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
  position:relative;
}
.item {
  width:100%;
  height:500px;
  background-position:center center;
  background-size:cover;
  z-index:0;
}
 

/*******************************************************************
* 2. Header
*******************************************************************/
/* 2.1 logo
================================================== */
.logo {
  margin: 10px 0 8px 0;
  display: inline-block;
  position: relative; }
  .logo img{
    width:140px;
  }
  @media (max-width: 991px) {
    
    .logo {
      display: block;
      text-align: left;
      margin: 5px 0 5px -15px; }
      .logo img {
        max-width: 300px;
        display: inline-block; } }
  @media (max-width: 420px) {
    .logo img {
      max-width: 270px; } }

    

/* /logo
================================================== */
/* 2.2 box-location
================================================== */
header .box-location {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 32px;
  top: 45px;
  font-size: 18px;
  line-height: 26px; }
  header .box-location:before {
    content: "\e908";
    font-family: 'laundry';
    position: absolute;
    display: inline-block;
    top: 7px;
    left: 0;
    color: red;
    font-size: 21px;
    line-height: 27px;
    color: #3E408D; }
  @media (max-width: 1230px) and (min-width: 992px) {
    header .box-location {
      font-size: 16px; } }

/* /box-location
================================================== */
/* 2.3 box-telephone
================================================== */
.box-telephone {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 28px;
  top: 18px;
  font-size: 18px;
  float: right; }
  .box-telephone:before {
    content: "\e906";
    font-family: 'laundry';
    position: absolute;
    display: inline-block;
    top: 7px;
    left: 0;
    font-size: 21px;
    line-height: 27px;
    color: #3E408D; }
  .box-telephone address {
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin: 0; }
    .box-telephone address .icon {
      font-size: 18px;
      line-height: 24px;
      color: #3E408D;
      margin: 0 5px 0 0; }
  @media (max-width: 1230px) and (min-width: 992px) {
    .box-telephone {
      font-size: 14px; }
      .box-telephone address {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .box-telephone {
      display: none; } }

/* /box-telephone
================================================== */
/* 2.4 header-menu
================================================== */
.box-nav {
  border-top:3px solid #ffffff;
}
.storesBtn{
  padding:5px 0;
}
.storesBtn img{
  width:90px;
}
.headerTopRight{
  text-align:right;
  color:#fff;
  padding:7px 0;
}
.topHeader {
  background:#009BDA;
  width: 100%; 
}

.menu {
  width: 100%;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-family: "Lato", sans-serif;
  text-align:right;
}
.blueText{
  color:#0098D6;
}
.terms {
  padding:5px;
  border:1px solid #eee;
  margin-top:10px;
}
.terms p {
  margin:5px 15px;
}
.menu li.loginLink a{
  color:#fff;
}
.header--sticky .logo img{
  width:100px;
}
.checkAddress{
  top:15px;
}
.header--sticky .menu {
  margin:17px 0 0 0;
} 
.downChev{
  font-size:0.65em;
}
.menu li.loginLink{
  background:#3E408D;
  float:right;
  border-radius:5px;
}
.menu li.loginLink a{
   padding:10px 15px;
   border-radius:5px;
   font-weight:600;
} 
.menu li.enquiry a{
  border:1px solid #f68921;
  border-radius:5px;
  text-align:center;
}
.menu li.enquiry a:hover{
  border:1px solid #f68921;
  background:#f68921;
  border-radius:5px;
  color:#fff;
  
}
.menu li.enquiry a:hover::after, .menu li.enquiry a{
  background:none;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  text-transform: uppercase; 
}

  .menu > li > a {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #333;
    font-weight:600;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; 
    text-transform:capitalize;  
  }
    .menu > li > a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #f26924;
      bottom: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear; }
    .menu > li > a:hover:after {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
  .menu > li:hover a:after,
  .menu > li.active a:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .menu ul li {
    display: block;
    float: none; }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 10px 30px;
    width: auto;
    min-width: 320px;
    position: absolute;
    right: 0px;
    top: -1000px;
    background: #fff;
    -moz-transition: opacity 0.4s ease, margin 0.4s ease;
    -o-transition: opacity 0.4s ease, margin 0.4s ease;
    -webkit-transition: opacity 0.4s ease, margin 0.4s ease;
    transition: opacity 0.4s ease, margin 0.4s ease; }
    @media (min-width: 992px) {
      .menu ul {
        -webkit-box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.21); } }
    @media (max-width: 991px) {
      .menu ul {
        visibility: visible;
        opacity: 1;
        display: none; } }
  .menu ul li {
    display: block;
    background: none;
    margin: 0;
    padding: 0; }
    .menu ul li a {
      font-size: 16px;
      line-height: 20px;
      font-weight: normal;
      display: block;
      color: #454545!important;
      text-align: left;
      text-transform: capitalize;
      border-bottom: 1px solid #e3eae5;
      font-weight: 600;
      padding: 10px 0 8px !important;
      transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear; }
      .menu ul li a:hover {
        color:#009BDA!important; }
  @media (min-width: 992px) {
    .menu ul li:last-child a {
      border: none; } }

/* end header-menu
================================================== */
/*======== 2.5 top-menu ========*/
@media (min-width: 992px) {
  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: auto; } }
.menu ul ul {
  left: 290px;
  top: 0px; }

.mobile-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  margin-top: 16px;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: center;
  transform: translateY(-50%); }
  .mobile-menu span {
    color: #06CCB7; }
@media (max-width: 767px) {
  .menu li.loginLink{
    background:#3E408D!important;
    float:left;
    border-radius:0;
    width:100%;
  }
  .menu li.loginLink a{
     padding:10px 15px;
     border-radius:0;
     font-weight:600;
    background:none;
     
  } 
  .menu li.loginLink a:hover, .menu li.loginLink a:focus{
    background:#3E408D;
    color:#fff;
  }
  .footerMenu li{
    background:none!important;
  }
    .mobile-menu {
      margin-top: 28px!important; 
  }
  .menu{
    text-align:left;
  }
  .logo img{
    width:100px;
  }
  .page-header-info, .timeHeaderTop, .storesBtn{
    text-align:center!important;
    display:block;
  }
}
.whyChooseSec{
  margin-top:20px;
}
.whyChooseSec h2.title-underline{
  padding-bottom:110px;
}
@media (max-width: 991px) {
    .prices .pricebox{
        float:left;
        width:48%!important;
        margin-left:1%;
        margin-right:1%;
    }
    .mobile-menu {
      margin-top: 40px; 
  }
  .menu{
    text-align:left;
  }
  .logo img{
    width:100px;
  }
  .page-header-info{
    text-align:right;
  }
}


.header--sticky .mobile-menu {
  margin-top: 0; }

.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

@media (max-width: 991px) {
  header > .container {
    width: 100%; } }
@media (max-width: 991px) {
  .noPaddingSM{
    padding:0!important;
  }
  header > .container {
    position: relative; }

  .menu ul {
    display: none; }

  .menu ul.opened {
    display: block; }

  .menu {
    display: none; }

  .mobile-menu {
    display: block; }

  .mobile-menu.opened span:before {
    content: '\e92f'; }

  .box-nav {
    top: 10.9em;
  margin-bottom:10px;
    z-index: 77; }
    .box-nav .container {
      width: 100%; }

  .box-nav nav {
    margin: 0;
    top: 3.6em;
    background: none; }

  .header--sticky .menu.opened {
    max-height: calc(100vh - 68px);
    overflow-y: auto; } }
@media only screen and (max-width: 991px) and (max-device-width: 736px) and (orientation: landscape) {
  .header--sticky .menu.opened {
    max-height: calc(100vh - 120px); } }
@media (max-width: 991px) {
  .menu li {
    display: block;
    position: relative;
    margin: 0; }

  .menu li a:after {
    display: none; }

  .menu li a {
    /*background: #ffffff;*/
    color: #797979;
    padding: 11px 45px 11px 20px;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff; }

  .menu li a:hover,
  .menu li:hover > a {
    /*background: #fff;*/
    color: #3E408D;
    border-left: 3px solid #3E408D; }

  .menu ul {
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0; }

  .menu ul li a {
    border: none;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff;
    text-align: left;
    padding-left: 30px !important;
    font-size: 14px; }

  .menu ul li a:hover,
  .menu ul li:hover > a {
    border-left: 3px solid #3E408D; }

  .menu ul ul {
    left: 0; }

  .menu .arrow {
    position: absolute;
    width: 45px;
    height: 44px;
    top: 1px;
    right: 0;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7; }
    .menu .arrow:after {
      content: '\e921';
      font-family: 'laundry';
      font-size: 18px;
      line-height: 45px;
      color: #454545; }
    .menu .arrow.opened:after {
      content: '\e923'; } }
/*=============  /top-menu ============= */
header:not(.no-border) {
  border-bottom: 1px solid #dce9ee; }

header.header--sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 0; }
  @media (min-width: 992px) {
    header.header--sticky > .container {
      display: none; } }
  header.header--sticky .page-header-mobile-info-toggle {
    display: none; }

/*======== 2.6 mobile info  ========*/
@media (min-width: 992px) {
  .page-header-mobile-info, .page-header-mobile-info-toggle {
    display: none; } }
@media (max-width: 992px) {
  .page-header-mobile-info-toggle {
    z-index: 1;
    top: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #666;
  display:none;
    overflow: hidden;
  }
    .page-header-mobile-info-toggle:before {
      display: block;
      font-family: 'laundry';
      content: '\e923';
      font-size: 14px;
      line-height: 32px;
      position: relative;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .page-header-mobile-info-toggle.opened:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

  .page-header-mobile-info-content {
    display: none;
    padding: 15px;
    background: #f2f2f2; }
    .page-header-mobile-info-content .social-list {
      margin-bottom: 0; }
    .page-header-mobile-info-content .social-list a {
      font-size: 20px;
      line-height: 20px; }

  .page-header-mobile-info-content.opened {
    display: block; } }
@media (max-width:480px) {
  .orderTrackRow{
    width:35%!important;
  }
}
.statStep{
  width:100%!important;
}
.orderTrackRow{
  width:80%;
  clear:right!important;
  float:left;
}
.orderTrackPoint{
  width:20%!important;
  clear:left!important;
  float:left;
  margin-top:30px;
}
.statStep{
  border-left:none!important;
  height:100px!important;
}
.statStep:last-child{
  border-right:none!important;
}
.orderTrackPoint .statStep img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.orderTrackPoint .completed img{
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.orderTrackPoint .statStep::before {
    height: 100%!important;
    content: "";
    width: 1px!important;
    top: 1px!important;
    position: absolute;
    bottom: 0;
    left: 49px!important;
    right: 0;
    background: #ccc;
}
.orderTrackPoint .statStep:last-child::before{
  height:0!important;
}

.orderTrackPoint .statStep span {
    background: #fff;
    display: inline-block;
    z-index: 999;
    position: relative;
    padding:0 2px!important;
    margin-top: 0!important;
}

.orderTrackPoint .completed::before {
    height: 100%!important;
    content: "";
    width: 1px!important;
    top: 1px!important;
    position: absolute;
    bottom: 0;
    left: 49px!important;
    right: 0;
    background: #3E408D;
}
.orderTrackPoint .completed span {
    background: #fff;
    display: inline-block;
    z-index: 999;
    position: relative;
    padding:0 2px!important;
    margin-top:0!important;
}
.logo img{
  margin:0;
} 
.orderRow{
  width:500px;
} 
.statStep p{
  text-align:left;
} 
@media (max-width: 767px) {
  .loginForm{
    width:100%!important;
    margin-left:0!important;
  }
  .loginPanel{
    min-height:auto!important;
    padding:15px 30px 50px!important;
  }
  
  
  .orderForm input::placeholder {
    color: #000!important;
  }
  h2{
    padding-bottom:20px;
  }
  .logo img{
    margin:0 15px;
  }
  .breadcrumb{
    padding:8px 0;
  }
  .price-filter_text, .offerTextTab, .deltime{
    display:none;
  }
  .price-filter [class*="icon"]{
    width:30px;
    padding-top:5px;
  }
  .price-filter{
    height:auto;
  }
  .prices-filter{
    margin-bottom:20px;
  }
  .prices-tabs .panel-body{
    padding-left:0%;
    width:100%;
  } 

  .logo img{
    width:70px;
  } 
  .orderFormBanner {
    background: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 300px;
    left: 0;
    margin: 0 auto;
}
.myAccBox{
  padding-left:0!important;
}
.left-account{
  position:relative!important;
  width:100%!important;
}
.right-account{
  padding:10px 0!important;
  float:left;
  width:100%;
}
.dot{
  display:none;
}

  
  
  
  
  
  
  
  .page-header-mobile-info-toggle {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); display:none;} }
.page-header-info {
  font-size: 15px;
  line-height: 18px;
  padding-left: 20px;
  position: relative; }
  .page-header-info:not(:first-child) {
    margin-top: 8px; }
  .page-header-info a {
    color: #454545; }
  .page-header-info .icon {
    position: relative;
    left: 0;
    top: 3px;
    font-size: 14px;
    color: #3E408D; }

/*======== / mobile info  ========*/
/*******************************************************************
* End Header
*******************************************************************/
/*******************************************************************
* 3 Revolution Slider
*******************************************************************/
.rs-slider {
  position: relative;
  z-index: 1; }
  .rs-slider .rs-text-1 {
    font-size: 54px;
    line-height: 1em;
    margin-bottom: 0.4em;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 1700px) {
      .rs-slider .rs-text-1 {
        font-size: 50px; } }
    @media (max-width: 1600px) {
      .rs-slider .rs-text-1 {
        font-size: 46px; } }
    @media (max-width: 1229px) {
      .rs-slider .rs-text-1 {
        font-size: calc(2.2vw + 10px); } }
    @media (max-width: 991px) {
      .rs-slider .rs-text-1 {
        font-size: calc(2vw + 10px); } }
    @media (max-width: 480px) {
      .rs-slider .rs-text-1 {
        font-size: calc(1.3vw + 10px);
        margin-bottom: 0.2em;
        margin-top: -0.2em; } }
  .rs-slider .rs-text-2 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-top: 0.4em;
    text-align: center; }
    @media (max-width: 1600px) {
      .rs-slider .rs-text-2 {
        font-size: 22px; } }
    @media (max-width: 1229px) {
      .rs-slider .rs-text-2 {
        font-size: calc(0.8vw + 10px); } }
    @media (max-width: 991px) {
      .rs-slider .rs-text-2 {
        font-size: calc(0.6vw + 10px);
        line-height: 1em; } }
    @media (max-width: 480px) {
      .rs-slider .rs-text-2 {
        display: none; } }
  .rs-slider .rs-btn {
    font-size: 16px;
    line-height: 1.25em;
    padding: 17px 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    -moz-transition: background 0.25s ease !important;
    -o-transition: background 0.25s ease !important;
    -webkit-transition: background 0.25s ease !important;
    transition: background 0.25s ease !important; }
    @media (max-width: 1600px) {
      .rs-slider .rs-btn {
        padding: 12px 22px; } }
    @media (max-width: 1229px) {
      .rs-slider .rs-btn {
        padding: 9px 16px;
        font-size: 13px; } }
    @media (max-width: 991px) {
      .rs-slider .rs-btn {
        padding: 8px 15px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .rs-slider .rs-btn {
        padding: 8px 15px;
        font-size: 10px; } }
    @media (max-width: 480px) {
      .rs-slider .rs-btn {
        padding: 7px 12px;
        font-size: 9px; } }
  .rs-slider .rs-text-2.color-grey {
    margin-top: 1em; }
    @media (max-width: 991px) {
      .rs-slider .rs-text-2.color-grey {
        margin-top: 0.4em; } }
  .rs-slider .color-grey {
    color: #454545; }
    @media (max-width: 561px) {
      .rs-slider .color-grey br {
        display: none; } }
  .rs-slider .rs-btn:hover {
    color: #fff;
    background: #111; }
  .rs-slider .btn-green {
    background: #3E408D; }
  .rs-slider .btn-blue {
    background: #06CCB7; }
  .rs-slider .tp-caption.tp-scale {
    position: relative; }
  .rs-slider .tp-caption.tp-scale:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #162d45;
    opacity: 0.4;
    z-index: 1;
    -moz-transition: opacity 0.9s ease;
    -o-transition: opacity 0.9s ease;
    -webkit-transition: opacity 0.9s ease;
    transition: opacity 0.9s ease; }
  .rs-slider .tp-caption.tp-scale.zoom:after {
    opacity: 0.1; }
  .rs-slider .tp-caption.tp-scale img,
  .rs-slider .tp-caption.tp-full-image img {
    width: 100% !important;
    height: auto !important;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .rs-slider .tp-caption.tp-full-height img {
    max-height: 100% !important;
    width: auto !important; }
  .rs-slider .tp-caption.tp-scale {
    overflow: hidden; }
  .rs-slider .tp-caption.tp-scale.zoom img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .rs-slider .tp-caption.tp-hovertext .rs-text-1,
  .rs-slider .tp-caption.tp-hovertext .rs-text-2 {
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
  .rs-slider .tp-caption.tp-hovertext.dark .rs-text-1,
  .rs-slider .tp-caption.tp-hovertext.dark .rs-text-2 {
    color: #454545; }
  .rs-slider .tp-caption.tp-hovertext.dark .rs-text-1 {
    margin-top: -1.2em;
    padding-bottom: 1.2em; }
  .rs-slider .tp-caption.tp-hovertext.color .rs-text-1,
  .rs-slider .tp-caption.tp-hovertext.color .rs-text-2 {
    color: #454545; }
  .rs-slider .tp-caption.tp-hovertext.color .rs-text-1 {
    margin-top: -1.2em;
    padding-bottom: 1.2em; }
  .rs-slider .tp-caption.tp-hovertext.up .rs-text-1 {
    margin-top: -1.2em;
    padding-bottom: 1.2em; }

@media (max-width: 991px) {
  .tparrows {
    display: none !important; } }
/*  NAV SLIDER  */
.tp-leftarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px; }

.tp-rightarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px; }

.tp-leftarrow.default,
.tp-rightarrow.default {
  top: 50% !important;
  margin-top: -20px !important;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  color: #3E408D; }

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  font-family: 'laundry';
  font-size: 39px;
  line-height: 40px;
  cursor: pointer; }

.tp-leftarrow.default:before {
  content: "\e92a"; }

.tp-rightarrow.default:before {
  content: "\e92b"; }

/*******************************************************************
* End rs-slider
*******************************************************************/
/*******************************************************************
* 4. Content
*******************************************************************/
/* 4.1 offset
================================================== */

.footerBtm{
  background:#ed3d06;
  padding:10px 0;
  width:100%;
  clear:both;
  clear:both;
}
  @media (max-width: 768px) {
    .page-content .container,
    .page-content .content {
      margin-top: 50px; } }
  @media (max-width: 560px) {
    .page-content .container,
    .page-content .content {
      margin-top: 30px; } }
.page-content .content--parallax .container {
  margin-bottom: 88px;
  margin-top: 88px; }
  @media (max-width: 991px) {
    .page-content .content--parallax .container {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 560px) {
    .page-content .content--parallax .container {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .page-content .content--parallax .container .title-underline {
    margin-top: 0; }
.page-content .offset-top-35 {
  position: relative;
  margin-top: -35px;
  z-index: 3; }
  @media (max-width: 991px) {
    .page-content .offset-top-35 {
      margin-top: 30px; } }
.page-content .offset-top0 {
  margin-top: 0px; }
.page-content .offset-top20 {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-content .offset-top20 {
      margin-top: 15px; } }
.page-content .offset-top35 {
  margin-top: 35px; }
.page-content .offset-top50 {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .page-content .offset-top50 {
      margin-top: 35px; } }
.page-content .offset-top60 {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .page-content .offset-top60 {
      margin-top: 35px; } }
.page-content .offset-top90 {
  margin-top: 90px; }
  @media (max-width: 767px) {
    .page-content .offset-top90 {
      margin-top: 60px; } }
  @media (max-width: 577px) {
    .page-content .offset-top90 {
      margin-top: 40px; } }

.offset-top0 {
  margin-top: 0px !important; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .py-60 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .py-60 {
      padding-top: 30px;
      padding-bottom: 30px; } }

/* offset
================================================== */
/* 4.2 fill-bg
================================================== */
.fill-bg-1 {
  background: #f5f5f5;
  color: #fff; }

.fill-bg-2 {
  background: #f5f5f5; }

.fill-bg-3 {
  background: #f5f5f5;
  color: #fff; }

.fill-bg-4 {
  background: #5e5e5e;
  color: #fff; }
  .slick-list{
    padding-bottom:20px;
  }

@media (max-width: 991px) {
  .bg-mobile {
    background-size: auto 100% !important;
    background-position: 30%; } }
/* fill-bg
================================================== */
/* 4.3 services-box
================================================== */
.services-box-mobile {
  padding-bottom: 55px; }
  @media (max-width: 577px) {
    .services-box-mobile {
      padding-bottom: 45px; } }

.services-box {
  text-align: center;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  padding: 30px 10px 30px;
  min-height: 303px; 
  box-shadow:0 5px 9px #B2B2B2;
  -webkit-box-shadow:0 5px 9px #B2B2B2;
  -o-box-shadow:0 5px 9px #B2B2B2;
  -ms-box-shadow:0 5px 9px #B2B2B2;
  -moz-box-shadow:0 5px 9px #B2B2B2;
  border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-ms-border-radius:10px;

 }
 .offerCode span{
   background: #f9e400;
font-size: 1.3em;
font-weight: bold;
color: #000;
border-radius: 3px;
border: 1px dashed #b9aa00;
padding: 2px 5px;
 }
  @media (max-width: 991px) {
    .services-box {
      padding: 15px 25px 20px 25px;
      min-height: 208px;
      max-width: 240px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 577px) {
    .services-box {
      padding: 15px 15px 10px 15px;
      min-height: 240px;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1025px) {
    .services-box:hover i[class*='icon']:before {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
    .services-box:hover svg {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
    .services-box:hover .title {
      margin-top: 5px;
      margin-bottom: 17px; } }
  .services-box svg {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 90px;
    width: 100%; }
    @media (max-width: 991px) {
      .services-box svg {
        height: 60px;
        margin-top: 20px; } }
    @media (max-width: 577px) {
      .services-box svg {
        height: 50px;
        margin-top: 10px; } }
  .services-box i[class*='icon'] {
    font-size: 90px;
    line-height: 90px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%) rotate(0.1deg); }
    .services-box i[class*='icon']:before {
      display: block;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    @media (max-width: 991px) {
      .services-box i[class*='icon'] {
        top: 30px;
        font-size: 60px;
        line-height: 70px; } }
    @media (max-width: 577px) {
      .services-box i[class*='icon'] {
        top: 20px;
        font-size: 50px;
        line-height: 60px; } }
    .services-box i[class*='icon'].icon-shoes {
      font-size: 120px; }
      @media (max-width: 991px) {
        .services-box i[class*='icon'].icon-shoes {
          font-size: 80px; } }
      @media (max-width: 577px) {
        .services-box i[class*='icon'].icon-shoes {
          font-size: 70px; } }
  .services-box .icon-box {
    height: 125px;
  margin:0 auto;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 991px) {
      .services-box .icon-box {
        height: 90px; } }
    @media (max-width: 577px) {
      .services-box .icon-box {
        height: 110px;
    margin:0 auto;
    } }
    .serviceOffer{
       /*text-transform: uppercase;*/
      border: 1px solid #eee;
      padding: 3px 5px 3px;
      background: #fff;
      color: #333;
      font-size: 14px;
       font-family: "Rubik", sans-serif;
    }
  .services-box .title {
   color:#000; 
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    padding-bottom: 5px;
  height:65px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (max-width: 1199px) {
        .prices .pricebox{
        float:left;
        width:31.33%!important;
        margin-left:1%;
        margin-right:1%;
    }
      .services-box .title {
        display: flex;
        min-height: 65px;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 991px) {
      .services-box .title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 0;
        display: flex;
        min-height: 53px;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 577px) {
      .services-box .title {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        min-height: 0; } }
  .services-box p {
    font-weight: 400; }
    @media (max-width: 991px) {
      .services-box p {
        display: none; } }
  .services-box.fill-bg-1 {
    color: #fff; }
    .services-box.fill-bg-1 .icon {
      color: #fff; }
    .services-box.fill-bg-1 svg {
      fill: #fff; }
  .services-box.fill-bg-2 {
    color: #5e5e5e; }
    .services-box.fill-bg-2 .icon {
      color: #454545; }
    .services-box.fill-bg-2 svg {
      fill: #454545; }
  .services-box.fill-bg-3 {
    color: #fff; }
    .services-box.fill-bg-3 .icon {
      color: #fff; }
    .services-box.fill-bg-3 svg {
      fill: #fff; }
  .services-box.fill-bg-4 {
    color: #fff; }
    .services-box.fill-bg-4 .icon {
      color: #fff; }
    .services-box.fill-bg-4 svg {
      fill: #fff; }

@media (max-width: 1199px) {
  .coupon-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .coupon-wrap > * {
    flex-basis: 371px;
    min-width: 371px;
    width: 371px;
    margin: 0 15px 30px;
    padding: 0; }
    .coupon-wrap > *:last-child {
      margin-bottom: 0; } }
/* /services-box
================================================== */
/* 4.4 box-step
================================================== */
.fill-bg-green {
  background: #3E408D; }

.fill-bg-aquamarine {
  background: #46d8cc; }

.fill-bg-blue-light {
  background: #06CCB7; }

.fill-bg-blue-dark {
  background: #366dc0; }

.img-responsive1 {
  display: inline-block;
  height: auto;
  max-width: 100%; }

.box-step {
  padding: 29px 0 18px 0;
  overflow: hidden; }
  .box-step h2 {
    margin-bottom: 41px;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 577px) {
      .box-step h2 {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 53px; } }
  .box-step .item {
  background:none;
    width: 20%;
    float: left;
    position: relative;
    margin: 0 2.5%;
    padding-bottom: 60px;
  height:auto;  }
    @media (max-width: 1199px) {
      .box-step .item img {
        max-width: 90px; }
      .box-step .item img.img-xs--lg {
        max-width: 110px; }
      .box-step .item img.img-xs--sm {
        max-width: 70px; } }
    @media (max-width: 767px) {
      .box-step .item {
        width: 45%;
        margin: 0 2.5%;
    height:auto;
        text-align: center; } }
    @media (max-width: 577px) {
      .box-step .item {
        width: 95%;
        padding-top: 10px;
        padding-bottom: 20px; }
        .box-step .item img {
          max-width: 80px; }
        .box-step .item img.img-xs--lg {
          max-width: 100px; }
        .box-step .item img.img-xs--sm {
          max-width: 65px; } }
    .box-step .item:after {
      content: '';
      width: 120px;
      height: 100px;
      position: absolute;
      right: -50%;
      top: 0;
      /*background: url(../images/step-arrow1.png) no-repeat;
      background-size: cover; */}
      @media (max-width: 1199px) {
        .box-step .item:after {
          width: 70px;
          height: 60px;
          top: 15px; } }
      @media (max-width: 767px) {
        .box-step .item:after {
          display: none !important; } }
    .box-step .item:nth-child(odd):after {
      /*background: url(../images/step-arrow2.png) no-repeat;
      background-size: cover; */}
    .box-step .item:nth-child(3):after {
      right: -52%; }
      @media (max-width: 1199px) {
        .box-step .item:nth-child(3):after {
          right: -44%; } }
    .box-step .item:last-child:after {
      display: none; }
    .box-step .item:hover .title {
      color: #454545; }
      @media (min-width: 1200px) {
        .box-step .item:hover .title {
          margin-top: 19px;
          margin-bottom: -10px; } }
    .box-step .item:hover .description {
      color: #06CCB7; }
    .box-step .item:hover .icon img {
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  .box-step .item:last-child {
    margin-right: 0; }
  .box-step .icon {
    height: 150px;
    width: 150px;
    background: #fff;
  border:5px solid #eee;
    margin: 0 auto;
    border-radius: 50%;
    padding-top: 23px;
    text-align: center; }
  .stepsNum{
    font-size:1.3em;
    font-weight:500;
    font-family:"Rubik", sans-serif;
    color:#444  ;
    margin-bottom:15px;
    text-transform:uppercase;
    text-align:center;
  }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box-step .icon {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .box-step .icon img {
      height: auto;
      transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      -ms-transition: -moz-transform 0.5s;
      -o-transition: -o-transform 0.5s;
      transition: transform 0.5s; }
  .box-step .description {
    text-align: center;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    margin-top: 23px; }
  .box-step .title {
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 9px; }
    .box-step .title span {
      color: #f57b20; }
    @media (max-width: 577px) {
      .box-step .title {
        font-size: 20px;
        line-height: 26px;
        padding: 0 50px; } }

    
  .services-box .delTitle{
    height:auto!important;
    font-size:0.8em;
    line-height:1;
  }
/* /box-step
================================================== */
/* 4.5 promo-fluid
================================================== */
.promo-fluid {
  background: #46d8cc;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 52px 36px 48px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }
  .promo-fluid:hover {
    background: #3E408D;
    color: #fff; }

/* /promo-fluid
================================================== */
/* 4.6 box-icon-text
================================================== */
.box-color-white {
  color: #fff; }
  .box-color-white .title-underline {
    color: #fff; }
    .box-color-white .title-underline:after {
      background: #fff; }

.box-icon-text {
  text-align: left;
  padding-bottom: 40px;
  overflow: hidden; }
  .box-icon-text .description {
    width: 80%;
    padding-top: 13px;
    margin-left: 78px; }
  .box-icon-text .title {
    line-height: 25px;
    font-weight: normal;
    font-family: "Rubik", sans-serif;
    padding-bottom: 17px; }
    .box-icon-text .title a {
      color: #fff;
      transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear; }
      .box-icon-text .title a:hover {
        color: #3E408D; }
  .box-icon-text .icon {
    font-size: 50px;
    line-height: 50px;
    color: #3E408D;
    display: inline-block;
    position: absolute; }

/* /box-icon-text
================================================== */
/* 4.7 box-text
================================================== */
.box-text {
  padding: 15px 0 50px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .box-text {
      padding: 15px 0 20px 0; } }
  .box-text .title {
    color: #454545;
    padding-bottom: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 400; }
    .box-text .title a {
      transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      color: #454545; }
    .box-text .title:hover a {
      color: #3E408D; }

/* /box-text
================================================== */
/* 4.8 services-box-info
================================================== */
.services-box-info {
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-top: 60px;
  padding: 0 30px 30px;
  display: block;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }
  .services-box-info .img {
    margin-top: -76px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 227px;
    height: 227px;
    overflow: hidden;
    z-index: 1; }
    .services-box-info .img:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .services-box-info .img img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .services-box-info .title {
    margin-top: 47px;
    padding-bottom: 25px;
    line-height: 25px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; }
  .services-box-info:hover {
    border: 1px solid #3E408D; }
    .services-box-info:hover .title {
      color: #3E408D; }
    .services-box-info:hover .img:after {
      box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1); }

.services-box-info-carousel {
  margin-top: -15px;
  margin-bottom: 90px; }

.services-box-info-carousel .services-box-info {
  margin-top: 75px; }

.services-box-info-carousel .slick-dots li:not(.slick-active) button::before {
  color: #dedede; }

.services-box-info-carousel .slick-dots {
  bottom: -60px; }

.services-box-info-carousel .slick-next,
.services-box-info-carousel .slick-prev {
  width: 36px;
  height: 36px; }

.services-box-info-carousel .slick-prev {
  left: -50px; }

.services-box-info-carousel .slick-next {
  right: -50px; }

@media only screen and (max-width: 1400px) {
  .services-box-info-carousel .slick-prev {
    left: -30px; }

  .services-box-info-carousel .slick-next {
    right: -30px; } }
.services-box-info-carousel .slick-prev:before,
.services-box-info-carousel .slick-next:before {
  font-family: 'laundry';
  font-size: 36px;
  line-height: 1;
  color: #000;
  opacity: .7; }

.services-box-info-carousel .slick-prev:hover:before,
.services-box-info-carousel .slick-next:hover:before {
  opacity: 1; }

.services-box-info-carousel .slick-prev:before {
  content: ""; }

.services-box-info-carousel .slick-next:before {
  content: ""; }

/* /services-box-info
================================================== */
/* 4.9 product-box
================================================== */
.product-box-mobile .slick-dots {
  bottom: -10px; }

.product-box {
  text-align: center;
  display: block;
  padding: 10px 0 25px 0; }
  @media (max-width: 767px) {
    .product-box {
      padding-bottom: 0; } }
  .product-box .icon {
    font-size: 200px;
    line-height: 1em;
    display: inline-block;
    color: #5e5e5e;
    margin-bottom: 48px;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; }
    @media (max-width: 1199px) {
      .product-box .icon {
        font-size: 140px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .product-box .icon {
        font-size: 128px;
        margin-bottom: 25px; } }
  .product-box .title {
    font-weight: 500;
    text-align: center; }
  .product-box .description {
    padding-top: 2px; }
  .product-box:hover .icon {
    color: #3E408D; }

/* /product-box
================================================== */
/* 4.10 carousel-blog-box
================================================== */
@media only screen and (min-width: 1025px) {
  [class*='--parallax'] {
    background-attachment: fixed; } }
[class*='--parallax'] {
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; }

.carousel-blog-box {
  padding: 14px 0 30px;
overflow: hidden;
background: rgba(0,0,0,0.3);
box-shadow: 0 0 12px #979797;}
  @media (max-width: 991px) {
    .carousel-blog-box {
      padding: 14px 0 25px; } }
  @media (max-width: 767px) {
    .carousel-blog-box {
      padding: 14px 0 0; } }
  .carousel-blog-box a {
    display: inline-block;
    position: relative; }
  @media (min-width: 992px) {
    .carousel-blog-box .col-xs-3:after {
      content: "“";
      display: inline-block;
      position: absolute;
      top: -20px;
      right: 170px;
      font-size: 150px;
      line-height: 150px;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      color: #3E408D; } }
  .carousel-blog-box .img {
    display: block;
    position: relative;
    overflow: hidden;
    float: none;
    width: 100px;
    height: 100px;
  margin:0 auto;
    background: #3E408D;
    text-align: center;
    color: #fff;
   border:1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .carousel-blog-box .img:before {
      content: "\e909";
      display: inline-block;   
      position: absolute;
      top: 40px;
      left: 25px;
      font-size: 50px;
      font-family: 'laundry'; }
  @media (max-width: 767px) {
    .carousel-blog-box .img {
      width: 55px;
      height: 55px; }
      .carousel-blog-box .img:before {
        top: 14px;
        left: 10px;
        font-size: 36px; } }
  .carousel-blog-box .center-y {
    height: 123px;
    display: table-cell;
    vertical-align: middle; }
  .dividerTesti{
    height:3px;
    width:130px;
    background:#06ccb7;
    margin:20px auto;
    display:block;
  }
  .testiBlock h2.title-underline{
    padding:30px 0 12px 0;
    color:#fff;
  }
  .carousel-blog-box .title {
  margin:20px 0;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    display: block;
    font-family: "Lato", sans-serif; }
    .carousel-blog-box .title a {
      color: #fff; 
    text-transform:capitalize;
    }
    @media (max-width: 420px) {
      .carousel-blog-box .title {
        font-size: 20px;
        line-height: 27px; } }
  .carousel-blog-box .description {
    font-size: 1.8em;
    line-height: 1.4;
    font-style: italic;
    font-weight: 300;
    display: inline-block;
    margin: 20px 0 0;
    color: #fff; }
    @media (max-width: 420px) {
      .carousel-blog-box .description {
        font-size: 18px;
        line-height: 22px; } }

.carousel-blog.slick-slider {
  padding-bottom: 45px; }

/* /carousel-blog-box
================================================== */
/* 4.11 map
================================================== */
#map {
  height: 389px;
  width: 100%; }

/* /map
================================================== */
/* 4.12 tab-history
================================================== */
.tab-history {
  padding-top: 30px; }
  .tab-history .nav-tabs {
    border: none;
    position: relative; }
    .tab-history .nav-tabs:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #dddddd;
      top: -6px;
      position: absolute;
      display: block; }
    .tab-history .nav-tabs li {
      width: 16.66%;
      position: relative;
      color: #000;
      font-size: 18px;
      line-height: 24px;
      top: -12px;
      transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      font-family: "Rubik", sans-serif;
      font-weight: 400; }
      .tab-history .nav-tabs li a {
        display: block;
        padding: 36px 0 0 0;
        border: none;
        transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear; }
      .tab-history .nav-tabs li:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background: #06CCB7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        left: 50%;
        top: 0;
        position: absolute;
        margin-left: -6px; }
    .tab-history .nav-tabs li:hover a {
      background: none;
      border: none; }
    .tab-history .nav-tabs li:hover:before {
      background: #3E408D; }
    .tab-history .nav-tabs li.active a {
      border: none;
      background: none; }
    .tab-history .nav-tabs li.active:before {
      background: #3E408D;
      width: 21px;
      height: 21px;
      top: -4px;
      margin-left: -9px; }
    .tab-history .nav-tabs li {
      text-align: center; }
  .tab-history .tab-content {
    padding: 40px 0 0 0;
    text-align: left; }
    .tab-history .tab-content .img {
      margin: 25px 0 0 0;
      width: 100%;
      height: auto; }
    .tab-history .tab-content .title {
      padding: 0 0 17px 0; }

/* tab-history
================================================== */
/* 4.13 permission-box
================================================== */
.permission-box-mobile .slick-dots {
  bottom: 0; }

@media (min-width: 992px) {
  .permission-box-mobile .col-md-4:nth-child(3n) + .col-md-4 {
    clear: left; } }
@media (max-width: 991px) and (min-width: 768px) {
  .permission-box-mobile .col-sm-6:nth-child(2n) + .col-sm-6 {
    clear: left; } }
.permission-box {
  position: relative;
  margin-bottom: 40px;
  display: block; }
  @media (max-width: 991px) {
    .permission-box {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .permission-box {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px; } }
  .permission-box .icon {
    font-size: 50px;
  line-height: 50px;  
  background:#fff;
  position: absolute;
  left:0;
  right:0;
  top:-40px;
  margin: 0 auto;
  display: block;
  width: 80px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 14px 0;
  border-radius: 50%;
  height: 80px; 
}
.permission-box .icon i{
  background: -webkit-linear-gradient(#06ccb7, #41448f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
    @media (max-width: 991px) {
      .permission-box .icon {
        font-size: 36px; } }
  .permission-box .description {
   padding:50px 20px 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 65px;
  min-height: 250px;  
  box-shadow:0 2px 10px #ccc;
  -webkit-box-shadow:0 2px 10px #ccc;
  -o-box-shadow:0 2px 10px #ccc;
  -moz-box-shadow:0 2px 10px #ccc;
  -ms-box-shadow:0 2px 10px #ccc;
  }
    @media (max-width: 991px) {
      .permission-box .description {
    min-height: auto;}  }
  .permission-box .title {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 27px;
    padding: 10px 0 15px 0;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    color: #454545; }
    @media (max-width: 991px) {
      .permission-box .title {
        line-height: 24px;
        padding-bottom: 10px; } }
  .permission-box:hover .title {
    color: #3E408D; }

/* /permission-box
================================================== */
/* 4.14 breadcrumb
================================================== */
.breadcrumb .row{
  margin:0;
}
.breadcrumb {
   border-bottom: 1px solid #dce9ee;
   border-top: 1px solid #dce9ee;
   background: #f9f9f9; 
  }
  .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .breadcrumb li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #b6bdc0;
    padding: 0 0 0 20px;
    margin-right: 10px;
    font-weight: 400;
    font-family: "Rubik", sans-serif; }
    .breadcrumb li:before {
      content: '\e92b';
      font-family: 'laundry';
      font-size: 8px;
      left: 0;
      position: absolute;
      display: inline-block; }
    .breadcrumb li:first-child:before {
      display: none; }
    .breadcrumb li a {
      color: #00D8C1; }
      .breadcrumb li a:hover {
        color: #3E408D; }
  .breadcrumb li:first-child {
    padding: 0; }

/* /breadcrumb
================================================== */
/* 4.15 box-personal
================================================== */
.box-personal {
  text-align: center;
  padding-bottom: 50px;
  overflow: hidden;
  display: block; }
  .box-personal .img {
    overflow: hidden;
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .box-personal .img:after {
      content: '';
      position: absolute;
      width: 102%;
      height: 102%;
      left: -1%;
      top: -1%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .box-personal .img img {
      width: 100%;
      height: auto; }
  .box-personal .title {
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; }
  .box-personal .description {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 15px; }
  .box-personal:hover .title {
    color: #3E408D; }
  .box-personal:hover .img:after {
    box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1); }

/* /box-personal
================================================== */
/* 4.16 product-total
================================================== */
.product-total {
  padding: 20px 0 78px;
  overflow: hidden; }
  .product-total .icon {
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    color: #3E408D;
    margin-bottom: 33px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .product-total .title {
    font-size: 48px;
    line-height: 53px;
    color: #fff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .product-total .description {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    margin-top: 9px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .product-total:hover .icon {
    color: #fff; }
  .product-total:hover .description {
    margin-top: 29px;
    margin-bottom: -20px; }
  .product-total:hover .title {
    color: #3E408D; }

/* /product-total
================================================== */
/* 4.17 social-icon-content
================================================== */
.social-icon-content {
  text-align: right;
  margin-top: 25px; }
  .social-icon-content li {
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 12px; }
    .social-icon-content li a {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: #f5f5f5;
      text-align: center;
      color: #404040;
      font-size: 18px;
      line-height: 50px;
      transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .social-icon-content li a:hover {
        background: #404040;
        color: #fff; }
  .social-icon-content li:first-child {
    margin-left: 0; }

/* /social-icon-content
================================================== */
/* 4.18 contact-box
================================================== */
.contact-box {
  padding: 26px 20px;
  margin-bottom: 35px;
  background: #06CCB7; }
  .contact-box-row {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    padding-left: 35px;
    margin-top: 16px; }
    .contact-box-row:first-child {
      margin-top: 0; }
  .contact-box-row-title {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase; }
  .contact-box [class*='icon-'] {
    position: absolute;
    top: 4px;
    left: 0;
    color: #fff;
    font-size: 21px; }

/* contact-box-01
================================================== */
.contact-box-01 {
  position: relative;
  padding-right: 33px;
  text-align: right;
  font-weight: 400; }
  .contact-box-01 .title {
    line-height: 24px;
    color: #454545;
    font-weight: bold; }
  .contact-box-01:before {
    content: "\e908";
    font-family: 'laundry';
    position: absolute;
    display: inline-block;
    top: 7px;
    right: 0;
    font-size: 21px;
    line-height: 27px;
    color: #3E408D; }
  @media (max-width: 767px) {
    .contact-box-01 {
      padding: 0;
      text-align: center; }
      .contact-box-01:before {
        position: relative;
        margin-bottom: 15px; } }

/* /contact-box-01
================================================== */
/* contact-box-02
================================================== */
.contactInfo .contact-box-02:nth-child(1)::before{
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}
.contactInfo .contact-box-02:nth-child(2)::before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}
.contactInfo .contact-box-02:nth-child(3)::before{
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}
.contactInfo .contact-box-02:nth-child(4)::before{
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}

.contact-box-02 {
  position: relative;
  padding-right: 33px;
  margin-top: 29px;
  text-align: right;
  font-weight: 400; }
  .contact-box-02 .title {
    font-size: 17px;
    line-height: 24px;
    color: #454545;
    font-weight: bold; }
  .contact-box-02:before {
    content: "\e906";
    font-family: 'laundry';
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    font-size: 21px;
    line-height: 27px;
    color: #3E408D; }
  @media (max-width: 767px) {
    .contact-box-02 {
      text-align: center;
      padding: 0;
      margin-top: 20px; }
      .contact-box-02:before {
        position: relative;
        margin-bottom: 15px; } }

/* /contact-box-02
================================================== */
/* contact-box-03
================================================== */
.contact-box-03 {
  margin-top: 29px;
  text-align: right; }
  .contact-box-03 .title {
    font-size: 17px;
    line-height: 24px;
    color: #454545;
    font-weight: bold; }
  .contact-box-03 a {
    text-decoration: underline; }
    .contact-box-03 a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .contact-box-03 {
      text-align: center;
      padding: 0;
      margin-top: 20px; } }

/* /contact-box-03
================================================== */
/* 4.19 apps banner
================================================== */
.apps-bnr {
  color: #454545;
  text-align: center; }
  .apps-bnr .apps-bnr-inside {
    display: inline-block;
    position: relative; }
  .apps-bnr .apps-bnr-caption {
    position: absolute;
    bottom: 16%;
    right: 31.5%; }
    @media (max-width: 991px) {
      .apps-bnr .apps-bnr-caption {
        right: 13%;
        bottom: 14%; } }
    @media (max-width: 767px) {
      .apps-bnr .apps-bnr-caption {
        margin-top: 10px;
        margin-bottom: 20px;
        right: 0;
        left: 0;
        position: relative; } }
  .apps-bnr .apps-bnr-text1 {
    font-size: 38px;
    line-height: 1.05em;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .apps-bnr .apps-bnr-text1 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .apps-bnr .apps-bnr-text1 {
        font-size: 24px; } }
  .apps-bnr .apps-bnr-text2 {
    font-size: 22px;
    line-height: 1.1em;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .apps-bnr .apps-bnr-text2 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .apps-bnr .apps-bnr-text2 {
        font-size: 18px;
        margin-top: 5px; } }
  .apps-bnr .apps-bnr-btns {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .apps-bnr .apps-bnr-btns {
        margin-top: 20px; } }
    .apps-bnr .apps-bnr-btns > a {
      display: inline-block;
      margin: 0 6px; }
      @media (max-width: 1400px) {
        .apps-bnr .apps-bnr-btns > a {
          min-height: 40px; }
          .apps-bnr .apps-bnr-btns > a img {
            width: 100%; } }
      @media (max-width: 767px) {
        .apps-bnr .apps-bnr-btns > a {
          width: auto;
          max-width: none;
          height: 40px; }
          .apps-bnr .apps-bnr-btns > a img {
            width: auto;
            height: 100%; } }

.text-banner {
  display: block;
  text-decoration: none;
  min-height: 126px;
  padding: 22px 10%;
  text-align: center;
  background-size: 100% auto; }
  @media (max-width: 767px) {
    .text-banner {
      background-size: cover; } }
  .text-banner-inside {
    font-size: 32px;
    line-height: 41px;
    color: #454545;
    font-family: "Rubik", sans-serif; }
    @media (max-width: 767px) {
      .text-banner-inside {
        font-size: 22px;
        line-height: 28px; } }

/* /banner
================================================== */
/* 4.20 form
================================================== */
.form-control {
  background:none;  
  /*border-bottom: 1px solid #ccc!important;*/
  border:1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
   color: #333;
  /*color: #000;*/
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 26px 5px !important;
  height: 40px;
  margin-bottom: 20px; }

textarea.form-control {
  margin-bottom: 30px; }

.control-label {
  font-weight: 400; }

.form-control:focus {
  border-color: #3E408D;
  outline: 0;
  box-shadow: none; }

.btn-default,
.btn-default:focus,
.btn-default:visited {
  background: #06CCB7;
  border: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 32px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  outline: none !important;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-default:hover,
  .btn-default:focus:hover,
  .btn-default:visited:hover {
    background: #000;
    color: #fff; }
  @media (max-width: 767px) {
    .btn-default,
    .btn-default:focus,
    .btn-default:visited {
      padding: 13px 20px;
      font-size: 14px;
      line-height: 19px; } }

.btn-default.btn-blue,
.btn-default.btn-blue:focus {
  background: #06CCB7; }
  .btn-default.btn-blue:hover,
  .btn-default.btn-blue:focus:hover {
    background: #000;
    color: #fff; }

.btn-default.btn-lg {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Lato", sans-serif; }
  @media (max-width: 767px) {
    .btn-default.btn-lg {
      padding: 16px 30px;
      font-size: 17px;
      line-height: 22px; } }
  .btn-default.btn-lg [class*='icon-'] {
    padding-right: 10px; }

.btn-default.btn-grey,
.btn-default.btn-grey:focus {
  background: #686868; }
  .btn-default.btn-grey:hover,
  .btn-default.btn-grey:focus:hover {
    background: #000;
    color: #fff; }

.social-icon-content {
  text-align: right;
  float: right;
  margin-top: 75px;
  overflow: hidden; }
  .social-icon-content li {
    display: inline-block;
    float: none; }
  @media (max-width: 767px) {
    .social-icon-content {
      text-align: center;
      width: 100%;
      margin-top: 45px;
      margin-bottom: 35px; } }

form label.error {
  display: block;
  color: #ff0000;
  font-size: 12px;
  opacity: 1; }

#success,
#error {
  display: none;
  height: 70px; }

#success span,
#error span {
  display: block; }

#success span p,
#error span p {
  margin-top: 15px; }

#success {
  color: #2990d6; }

#error {
  color: #c0392b; }

.form-row label.error {
  clear: both; }

.form-row {
  display: inline-block;
  width: 100%; }
  .form-row .required {
    color: red; }
  .form-row .form-row-label {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
    line-height: 22px; }
    @media (max-width: 991px) {
      .form-row .form-row-label {
        width: 150px; } }
    @media (max-width: 767px) {
      .form-row .form-row-label {
        width: 100%;
        font-size: 14px; } }
  .form-row .form-row-label--lg {
    width: 260px;
    float: left;
    padding: 10px 0 0 0;
    line-height: 22px; }
    @media (max-width: 991px) {
      .form-row .form-row-label--lg {
        width: 200px; } }
    @media (max-width: 767px) {
      .form-row .form-row-label--lg {
        width: 100%;
        font-size: 14px; } }
  .form-row .form-row-label--lg + .form-row-group {
    width: calc(100% - 260px); }
    @media (max-width: 991px) {
      .form-row .form-row-label--lg + .form-row-group {
        width: calc(100% - 200px); } }
    @media (max-width: 767px) {
      .form-row .form-row-label--lg + .form-row-group {
        width: 100%; } }
  .form-row .form-row-group {
    width: calc(100%);
    float: left;
    margin-bottom: 18px; }
    @media (max-width: 991px) {
      .form-row .form-row-group {
        width: calc(100% - 150px); } }
    @media (max-width: 767px) {
      .form-row .form-row-group {
        width: 100%;
        margin-bottom: 0; } }
    .form-row .form-row-group--time {
      width: 38%;
      float: right; }
      @media (max-width: 767px) {
        .form-row .form-row-group--time {
          width: 100%;
          margin: 0 0 10px; } }
    .form-row .form-row-group--date {
      width: 58%;
      float: left; }
      @media (max-width: 767px) {
        .form-row .form-row-group--date {
          width: 100%;
          margin: 0 0 10px; } }
    .form-row .form-row-group .form-control {
      font-size: 16px;
      line-height: 18px;
      padding: 12px 12px;
      height: 42px;
      margin-bottom: 0; }
    .form-row .form-row-group select.form-control {
      line-height: 42px;
      padding: 0 12px;
      color: #454545; }
    .form-row .form-row-group .form-control--50 {
      float: left;
      width: calc(50% - 5px);
      margin: 0 5px 0 0; }
      @media (max-width: 767px) {
        .form-row .form-row-group .form-control--50 {
          width: 100%;
          margin: 0 0 10px; } }
    .form-row .form-row-group .form-control--50:last-child:not(:only-child) {
      float: left;
      width: calc(50% - 5px);
      margin: 0 0 0 5px; }
      @media (max-width: 767px) {
        .form-row .form-row-group .form-control--50:last-child:not(:only-child) {
          width: 100%;
          margin: 0 0 10px; } }
    .form-row .form-row-group .form-control--30 {
      float: left;
      width: calc(30% - 5px); }
      @media (max-width: 991px) {
        .form-row .form-row-group .form-control--30 {
          width: calc(50% - 5px); } }
  @media (max-width: 991px) and (max-width: 767px) {
    .form-row .form-row-group .form-control--30 {
      width: 100%;
      margin: 0 0 10px; } }

    .form-row .form-row-group .form-control--75 {
      float: left;
      width: calc(75% - 5px); }
      @media (max-width: 767px) {
        .form-row .form-row-group .form-control--75 {
          width: 100%;
          margin: 0; } }

#modalOrder h2 {
  margin-bottom: 40px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    #modalOrder h2 {
      margin-bottom: 25px; } }
#modalOrder .btn {
  margin-top: 15px; }

.datetimepicker-wrap {
  position: relative; }
  .datetimepicker-wrap:before {
    content: "\e93a";
    font-family: 'laundry';
    position: absolute;
    display: block;
    top: 10px;
    right: 11px;
    font-size: 18px;
    line-height: 27px;
    color: #999; }

.timepicker-wrap {
  position: relative; }
  .timepicker-wrap:before {
    content: "\e907";
    font-family: 'laundry';
    position: absolute;
    display: block;
    top: 7px;
    right: 11px;
    font-size: 18px;
    line-height: 27px;
    color: #999; }

/*custom form*/
@-moz-keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #999; } }
@-webkit-keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #999; } }
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #999; } }
input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
  border-color: #999; }

input[type="checkbox"]:active + label:before,
input[type="radio"]:active + label:before {
  transition-duration: 0;
  filter: brightness(0.2); }

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 26px;
  font-weight: normal;
  line-height: 30px;
  min-width: 145px;
  margin: 0 10px 0 0; }
  @media (max-width: 767px) {
    input[type="checkbox"] + label,
    input[type="radio"] + label {
      font-size: 13px; } }

input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  box-sizing: content-box;
  position: absolute;
  content: '';
  display: block;
  left: 0; }
.addressBtn{
  margin:20px 0 0;
  border-top:1px solid #ddd;
  float:right;
  width:100%;
  padding-top:8px;
}
.addressBtn a{
  text-align: left;
  display: inline-block;
  float: right;
  margin: 0 5px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  top:18px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #3E408D;
  text-align: center; }

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  background-color: #7e7e7e;
 top:18px;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out; }
.checkAddress{
  line-height:30px;
}
input[type="radio"]:checked + label:before {
  -moz-animation: borderscale 300ms ease-in;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
  background-color: #fff; }

input[type="radio"]:checked + label:after {
  transform: scale(1); }

input[type="radio"] + label:before,
input[type="radio"] + label:after {
  border-radius: 50%; }

input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 4px;
  margin-top: -5px;
  border-style: solid;
  border-color: #3E408D;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

input[type="checkbox"]:checked + label:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in; }

input[type="checkbox"]:checked + label:after {
  content: '';
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out; }

/* form
================================================== */
/* 4.21 coupon
================================================== */
.coupon {
  width: 371px;
  height: 286px;
  margin-left: auto;
  margin-right: auto; }
  .coupon.style1 .inside {
    background: url(../images/coupon-bg-1.jpg) no-repeat 0 0; }
  .coupon.style2 .inside {
    background: url(../images/coupon-bg-2.jpg) no-repeat 0 0; }
  .coupon.style3 .inside {
    background: url(../images/coupon-bg-3.jpg) no-repeat 0 0; }
  @media (max-width: 420px) {
    .coupon {
      width: 270px;
      height: 208px; }
      .coupon .inside {
        background-size: 270px !important; } }
  .coupon .inside {
    position: relative;
    height: 100%; }
  .coupon .coupon-logo {
    position: absolute;
    top: 15px;
    right: 15px; }
    @media (max-width: 420px) {
      .coupon .coupon-logo img {
        max-width: 100px; } }
  .coupon .coupon-print {
    position: absolute;
    bottom: 19px;
    left: 29px;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 18px; }
    .coupon .coupon-print a {
      color: #a6a6a6; }
      .coupon .coupon-print a:hover {
        color: #3E408D; }
    .coupon .coupon-print [class*='icon'] {
      padding-right: 5px; }
    @media (max-width: 420px) {
      .coupon .coupon-print {
        left: 18px;
        bottom: 10px; } }
  .coupon .text1 {
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    top: 22px;
    left: 20px;
    width: 100px; }
    @media (max-width: 420px) {
      .coupon .text1 {
        font-size: 12px;
        line-height: 14px;
        top: 12px;
        left: 10px;
        width: 80px; } }
  .coupon .text2 {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    font-weight: 500;
    top: 66px;
    right: 23px;
    width: 235px;
    text-align: right; }
    @media (max-width: 420px) {
      .coupon .text2 {
        font-size: 12px;
        line-height: 14px;
        top: 45px;
        right: 10px;
        width: 180px; } }
  .coupon .text3 {
    position: absolute;
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #fb363f;
    top: 112px;
    right: 23px;
    width: 255px;
    text-align: right; }
    @media (max-width: 420px) {
      .coupon .text3 {
        font-size: 32px;
        line-height: 32px;
        top: 80px;
        right: 10px;
        width: 180px; } }
  .coupon .text4 {
    position: absolute;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #454545;
    top: 158px;
    right: 23px;
    width: 300px;
    text-align: right; }
    @media (max-width: 420px) {
      .coupon .text4 {
        font-size: 18px;
        line-height: 24px;
        top: 115px;
        right: 10px;
        width: 220px; } }
  .coupon .text5 {
    position: absolute;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #454545;
    bottom: 19px;
    right: 22px;
    width: 190px;
    text-align: right; }
    @media (max-width: 420px) {
      .coupon .text5 {
        font-size: 14px;
        line-height: 18px;
        top: 158px;
        right: 10px;
        width: 150px; } }

.coupon-carousel.slick-slider {
  padding-bottom: 50px; }

.coupon-carousel .slick-dots li:not(.slick-active) button::before {
  color: #dedede; }

/* coupon
================================================== */
/*******************************************************************
* End Content
*******************************************************************/
/*******************************************************************
* 5. Footer
*******************************************************************/
.logo-footer {
  margin-top: 20px;
  display: block; }
  @media (max-width: 1299px) {
    .logo-footer {
      margin-top: 12px; } }
  @media (max-width: 991px) {
    .logo-footer {
      margin-top: 8px; } }
  @media (max-width: 767px) {
    .prices .pricebox{
        float:left;
        width:100%!important;
    }
    .logo-footer {
      margin-top: 0;
      margin-bottom: 10px;
      text-align: center; } }
  .logo-footer img {
    display: inline-block; }

.social-icon-footer li {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 12px; }
  .social-icon-footer li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    color: #404040;
    font-size: 18px;
    line-height: 50px;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .social-icon-footer li a {
        width: 46px;
        height: 46px;
        line-height: 46px; } }
    .social-icon-footer li a:hover {
      background: #404040;
      color: #fff; }
.social-icon-footer li:first-child {
  margin-left: 0; }

.footer-separator {
  border-bottom: 1px solid #1ba5dd;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 28px;
  margin-bottom: 50px; }

.promo-footer {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 25px; }
  @media (max-width: 1229px) {
    .promo-footer {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 991px) {
    .promo-footer {
      font-size: 20px;
      line-height: 24px; } }
  .promo-footer .text-1 {
    color: #cce5ff;
    text-transform: uppercase;
    margin-right: 11px; }
  .promo-footer .text-2 {
    font-weight: 500;
    white-space: nowrap; }

.copyright-box {
  font-weight: 400;
  line-height: 24px;
color:#fff;
font-size:0.9em;
  }
.footerTitle{
  font-size:1.3em;
  font-weight:500;
  color:#fff;
  margin:0 0 15px 0;
  padding-bottom:0;
}
.footerMenu{
  padding:0;
  margin:0;
}
.footerMenu li{
  list-style:none;
  padding:0 0 13px 25px;
  background:url("../images/bullet.png") no-repeat 0 5px;
}
.footerMenu li a{
  color:#fff;
  display:block;
}
.footerMenu li a:hover, .footerMenu li a:focus{
  color:#3E408D
}

footer {
  margin-top: 75px;
  position: relative; }
  footer .box-location {
    position: relative;
    font-weight: 400;
    padding: 0 0 15px 32px;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 991px) {
      footer .box-location {
        font-size: 16px;
        line-height: 22px; } }
    footer .box-location:before {
      content: "\e908";
      font-family: 'laundry';
      position: absolute;
      display: inline-block;
      top: 7px;
      left: 0;
      font-size: 21px;
      line-height: 27px; }
      @media (max-width: 991px) {
        footer .box-location:before {
          font-size: 18px;
          top: 5px; } }
  footer .box-email {
    position: relative;
    font-weight: 400;
    padding: 0 0 28px 32px;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 991px) {
      footer .box-email {
        font-size: 16px;
        line-height: 22px; } }
    footer .box-email:before {
      content: "\e93b";
      font-family: 'laundry';
      position: absolute;
      display: inline-block;
      top: 2px;
      left: 0;
      font-size: 21px;
      line-height: 27px; }
      @media (max-width: 991px) {
        footer .box-email:before {
          font-size: 18px;
          top: 0; } }
    footer .box-email a, footer .box-email a:hover {
      color: #fff; }
    footer .box-email a:hover {
      text-decoration: underline; }

.time-table {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 35px;
  font-size: 18px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .time-table {
      font-size: 16px;
      line-height: 22px; } }
  .time-table:before {
    content: "\e907";
    font-family: 'laundry';
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 0;
    font-size: 21px;
    line-height: 27px;
    color: #fff; }
    @media (max-width: 991px) {
      .time-table:before {
        font-size: 18px;
        top: 2px; } }
.footer-link{
  text-align:right;
}
.footer-link li {
  padding: 0 0 3px 10px; 
  display:inline;
  }
  .footer-link li a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; }
    .footer-link li a:hover {
      text-decoration: none; }

footer {
  background: #12100f;
  color: #fff;
  padding: 37px 0 37px 0; }
  @media (max-width: 1229px) {
    footer {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    footer {
      padding: 5px 0 25px; } }
  footer a {
    color: #fff; }
  footer .container:last-child {
    margin-top: 47px; }
  @media (max-width: 1229px) {
    footer .footer-separator .pull-left,
    footer .footer-separator .pull-right {
      width: 100%; } }
  @media (max-width: 767px) {
    footer {
      text-align: center; }
      footer .footer-link li {
        display: inline-block;
        padding: 0 15px; }
      footer .box-location, footer .box-email {
        width: 250px;
        margin: 0 auto;
        text-align: left; }
      footer .time-table {
        width: 250px;
        margin: 0 auto;
        text-align: left; }
      footer .footer-separator {
        border-top: 1px solid #1ba6df;
        margin-top: 25px; }
      footer .copyright-box {
        border-top: 1px solid #1ba6df;
        padding: 20px 15px 15px !important;
        margin: 0 -15px; }
      footer .promo-footer > span {
        display: block;
        width: 100%;
        float: inherit; } }
  @media (max-width: 500px) {
    footer .promo-footer {
      font-size: 27px;
      line-height: 35px; } }
  footer .footer-separator {
    padding: 30px 0; }
    @media (max-width: 1299px) {
      footer .footer-separator {
        padding: 20px 0 0;
        margin-bottom: 30px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      footer .footer-separator {
        padding: 20px 0 0;
        margin-bottom: 10px;
        border: 0; } }
    @media (max-width: 767px) {
      footer .footer-separator {
        padding: 20px 0 10px;
        margin-bottom: 23px;
        margin-top: 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    footer .container + .container {
      padding-top: 30px;
      border-top: 1px solid #1ba6df; } }
  footer .copyright-box {
    padding-bottom: 30px; }

.row-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden; }
  @media (max-width: 991px) {
    .row-flex {
      flex-wrap: wrap; } }
  .row-flex .col1 {
    order: 1; }
    @media (max-width: 991px) {
      .row-flex .col1 {
        flex-basis: 33%;
        min-width: 33%; } }
  .row-flex .col2 {
    order: 2; }
    @media (max-width: 991px) {
      .row-flex .col2 {
        flex-basis: 33%;
        min-width: 33%; } }
  .row-flex .col3 {
    order: 0; }
    @media (max-width: 991px) {
      .row-flex .col3 {
        order: 5;
        flex-basis: 100%;
        min-width: 100%; } }
  .row-flex .col4 {
    order: 4; }
    @media (max-width: 991px) {
      .row-flex .col4 {
        flex-basis: 33%;
        min-width: 33%; } }
  @media (max-width: 767px) {
    .row-flex [class*=col] {
      flex-basis: 100%;
      min-width: 100%; }
    .row-flex .col4 {
      order: 5; } }

.backToTop {
  position: fixed;
  z-index: 10000;
  right: 15px;
  bottom: -5px;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3E408D;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; 
  padding-top:0 ;
  }
  .backToTop i.icon:before {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .backToTop:hover {
    background-color: #686868;
    color: #fff;
    animation: ripple 0.5s linear 1; }
  .backToTop.visible {
    opacity: 1;
    bottom: 20px; }

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .backToTop.visible {
    bottom: 57px; } }
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 160, 232, 0.3), 0 0 0 10px rgba(75, 160, 232, 0.3); }
  100% {
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0); } }
/*******************************************************************
* End Footer
*******************************************************************/
/*******************************************************************
* 6. Blog
*******************************************************************/
/* post
================================================== */
.blog-post {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .blog-post {
      margin-bottom: 55px; } }
  .blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .blog-post .post-video iframe,
    .blog-post .post-video object,
    .blog-post .post-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .blog-post .post-music iframe,
  .blog-post .post-music object,
  .blog-post .post-music embed {
    width: 100%;
    height: auto;
    border: 0; }
  .blog-post .post-image {
    position: relative;
    margin-bottom: 36px;
    border-radius: 0; }
    .blog-post .post-image img {
      width: 100%; }
    .blog-post .post-image .post-link-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center; }
    .blog-post .post-image .post-link {
      font-size: 44px;
      font-weight: 300;
      line-height: 1em;
      color: #fff;
      font-family: "Lato", sans-serif;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media (max-width: 767px) {
        .blog-post .post-image .post-link {
          font-size: 4vw; } }
      .blog-post .post-image .post-link:hover {
        color: #3E408D;
        text-decoration: none; }
  .blog-post .post-title {
    font-size: 44px;
    line-height: 1.1em;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 20px; }
    @media (max-width: 667px) {
      .blog-post .post-title {
        font-size: 30px; } }
    .blog-post .post-title,
    .blog-post .post-title a {
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      -webkit-transition: color 200ms ease;
      transition: color 200ms ease; }
    .blog-post .post-title a:hover {
      color: #3E408D; }
  .blog-post .post-meta {
    margin: 0 0 24px;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    .blog-post .post-meta li {
      float: left;
      padding-right: 24px;
      font-size: 14px;
      line-height: 18px; }
      .blog-post .post-meta li i.icon,
      .blog-post .post-meta li span {
        display: inline-block;
        vertical-align: top; }
      .blog-post .post-meta li i.icon {
        font-size: 18px;
        padding-right: 5px;
        color: #06CCB7; }
      .blog-post .post-meta li:last-child {
        padding-right: 0; }
      @media (max-width: 767px) {
        .blog-post .post-meta li {
          padding-right: 10px; } }
      .blog-post .post-meta li.post-message {
        font-size: 15px; }
  .blog-post .post-teaser {
    margin-bottom: 28px; }
  .blog-post .post-author {
    margin: 20px 0 18px;
    font-size: 16px;
    font-style: italic; }
    .blog-post .post-author img {
      margin-right: 20px;
      border-radius: 50%; }
  .blog-post .post-quote {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(53, 58, 77, 0.75);
    width: 100%;
    height: 100%;
    padding: 0 8% 0 16%;
    color: #fff;
    overflow: hidden; }
    .blog-post .post-quote p {
      position: relative;
      font-size: 24px;
      line-height: 1.25em;
      font-style: italic;
      font-weight: 300; }
      @media (max-width: 667px) {
        .blog-post .post-quote p {
          font-size: 16px; } }
      @media (max-width: 400px) {
        .blog-post .post-quote p {
          font-size: 12px; } }
    .blog-post .post-quote p:after {
      font-family: "Lato", sans-serif;
      font-weight: bold;
      content: '“';
      display: block;
      position: absolute;
      top: -80px;
      left: -70px;
      color: #3E408D;
      font-size: 155px;
      line-height: 1em;
      font-style: normal; }
      @media (max-width: 667px) {
        .blog-post .post-quote p:after {
          top: -60px;
          left: -50px;
          font-size: 100px; } }
      @media (max-width: 400px) {
        .blog-post .post-quote p:after {
          top: -35px;
          left: -40px;
          font-size: 70px; } }
    .blog-post .post-quote .quote-author {
      margin-bottom: 10px;
      position: relative;
      font-size: 22px;
      line-height: 24px;
      color: #3E408D;
      font-weight: 900; }
      @media (max-width: 400px) {
        .blog-post .post-quote .quote-author {
          font-size: 18px;
          margin-bottom: 0; } }

.blog-post.single {
  margin-bottom: 0; }

/* blogpost carousel
================================================== */
.post-carousel {
  overflow: hidden; }
  .post-carousel .slick-prev,
  .post-carousel .slick-next,
  .post-carousel .slick-prev:focus,
  .post-carousel .slick-next:focus {
    width: 54px;
    height: 84px;
    padding: 0;
    background-color: #fff;
    text-align: center;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .post-carousel .slick-prev:hover,
  .post-carousel .slick-next:hover {
    opacity: 0.7;
    background-color: #fff; }
  .post-carousel .slick-prev {
    left: 0; }
  .post-carousel .slick-next {
    right: 0; }
  .post-carousel .slick-prev:before,
  .post-carousel .slick-next:before {
    color: #454545;
    font-size: 30px;
    font-family: 'laundry'; }
  .post-carousel .slick-next:before {
    content: '\e92b';
    padding-left: 7px; }
  .post-carousel .slick-prev:before {
    content: '\e92a';
    padding-right: 7px; }

/* post preview
================================================== */
.post-preview {
  margin-top: 22px;
  margin-bottom: 65px; }
  .post-preview .post-image {
    margin-bottom: 20px; }
  .post-preview .post-meta {
    margin-bottom: 15px;
    font-size: 13px; }
  .post-preview .post-author {
    margin: 0 0 10px; }
  .post-preview .post-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase; }

.view-more-post {
  margin-bottom: 30px; }

/* sidebar block
================================================== */
.side-block {
  margin-bottom: 60px; }
  .side-block h3 {
    margin-bottom: 18px;
    text-transform: uppercase; }

.side-block:last-child {
  border-bottom: 0; }

/* comments
================================================== */
.comments {
  padding-top: 15px; }
  .comments .comment {
    margin: 20px 0 20px; }
    .comments .comment .userpic {
      width: 92px;
      height: 92px;
      float: left;
      margin: 0 23px 0 0;
      font-size: 40px;
      line-height: 92px;
      background-color: #3E408D;
      border-radius: 50%;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .comments .comment .userpic {
          width: 52px;
          height: 52px;
          font-size: 30px;
          line-height: 52px; } }
    .comments .comment .text {
      overflow: hidden;
      padding-top: 10px; }
      .comments .comment .text .meta {
        padding-bottom: 10px;
        font-size: 14px; }
      .comments .comment .text .meta a.reply {
        padding: 0 5px 1px;
        border-radius: 2px;
        color: #fff;
        background-color: #06CCB7;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        -webkit-transition: color 200ms ease;
        transition: color 200ms ease; }
        .comments .comment .text .meta a.reply:hover {
          background-color: #3E408D; }
      .comments .comment .text .author {
        padding-right: 8px;
        font-size: 16px; }
      .comments .comment .text .date {
        padding: 0 20px 0 8px; }
    .comments .comment.replay {
      margin-left: 115px; }
      @media (max-width: 767px) {
        .comments .comment.replay {
          margin-left: 70px; } }

.comment-form {
  margin-bottom: 50px; }
  .comment-form .textarea-custom {
    height: 235px; }

/* category list
================================================== */
.category-list {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none; }
  .category-list > li {
    position: relative;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px dotted #ccc; }
    .category-list > li:last-child {
      border-bottom: 0; }
    .category-list > li a {
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .category-list > li a:hover {
        text-decoration: none;
        color: #06CCB7; }
    .category-list > li:after {
      position: absolute;
      top: 10px;
      left: 0;
      display: block;
      font-family: 'laundry';
      content: "\e92b";
      font-size: 12px;
      color: #06CCB7; }

.category-list-aside {
  background: #f5f5f5;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .category-list-aside > li {
    position: relative;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border-bottom: 1px solid #eaeae9; }
    .category-list-aside > li:last-child {
      border-bottom: 0; }
    .category-list-aside > li a {
      display: block;
      padding: 15px 20px 15px 22px;
      font-size: 16px;
      line-height: 26px;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none;
      color: #454545; }
    .category-list-aside > li:hover, .category-list-aside > li.active {
      background-color: #06CCB7; }
      .category-list-aside > li:hover a, .category-list-aside > li.active a {
        color: #fff; }

/* tags
================================================== */
.tag, .tags-list li a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 4px 4px 0;
  text-decoration: none;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #8f8f8f;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .tag:hover, .tags-list li a:hover {
    background-color: #3E408D;
    color: #fff; }

.tags-list {
  position: relative;
  list-style: none;
  margin: 30px 0 0;
  padding: 0; }
  .tags-list li {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px; }

/* blockquote
================================================== */
blockquote {
  position: relative;
  padding: 0 0 0 25px;
  margin: 35px 0 20px 0;
  border-left: 0; }

blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 25px;
  border-left: 4px solid #3E408D; }

blockquote .quote-author {
  font-weight: 500;
  padding-left: 25px; }

/* card blog post (masonry)
================================================== */
.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible; }
  .blog-isotope .blog-post {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    padding: 0;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .blog-isotope .blog-post {
        width: calc(50% - 15px); } }
    @media (max-width: 667px) {
      .blog-isotope .blog-post {
        width: 100%; } }

.blog-isotope .blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  .blog-isotope .blog-post .post-content {
    padding: 0 20px; }
  .blog-isotope .blog-post .post-image {
    margin-bottom: 20px; }
  .blog-isotope .blog-post .post-image .post-link {
    font-size: 22px; }
    @media (max-width: 1229px) {
      .blog-isotope .blog-post .post-image .post-link {
        font-size: 18px; } }
  .blog-isotope .blog-post .post-meta {
    margin-bottom: 15px;
    font-size: 13px; }
  .blog-isotope .blog-post .post-author {
    margin: 0 0 10px; }
  .blog-isotope .blog-post .post-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .blog-isotope .blog-post .post-carousel {
    overflow: hidden; }
    .blog-isotope .blog-post .post-carousel .slick-prev,
    .blog-isotope .blog-post .post-carousel .slick-next,
    .blog-isotope .blog-post .post-carousel .slick-prev:focus,
    .blog-isotope .blog-post .post-carousel .slick-next:focus {
      width: 44px;
      height: 64px;
      padding: 0; }
    .blog-isotope .blog-post .post-carousel .slick-prev:before,
    .blog-isotope .blog-post .post-carousel .slick-next:before {
      font-size: 30px;
      line-height: 64px; }
    .blog-isotope .blog-post .post-carousel .slick-next:before {
      padding-left: 5px; }
    .blog-isotope .blog-post .post-carousel .slick-prev:before {
      padding-right: 5px; }
  .blog-isotope .blog-post .post-quote p {
    font-size: 20px; }
    @media (max-width: 1229px) {
      .blog-isotope .blog-post .post-quote p {
        font-size: 16px; } }
  .blog-isotope .blog-post .post-quote p:after {
    top: -60px;
    left: -50px;
    font-size: 120px; }
    @media (max-width: 1400px) {
      .blog-isotope .blog-post .post-quote p:after {
        top: -55px;
        left: -45px;
        font-size: 100px; } }
  .blog-isotope .blog-post .post-quote .quote-author {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 20px; }

/* calendar
================================================== */
.calendar__header {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 18px; }
.calendar__footer {
  font-size: 15px;
  padding: 10px 0 0; }
  .calendar__footer a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .calendar__footer a:hover {
    color: #3E408D; }
.calendar table {
  background: #fff;
  border-collapse: collapse;
  color: #222;
  font-size: 15px;
  width: 100%;
  max-width: 350px; }
.calendar th,
.calendar td {
  border: 1px solid #eee;
  color: #484848;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .calendar th:hover,
  .calendar td:hover {
    background-color: #f5f5f5; }
.calendar th {
  background-color: #f5f5f5; }
.calendar tr:first-child td {
  color: #222;
  font-weight: 700;
  padding-bottom: 10px; }
.calendar .selected,
.calendar .selected:hover {
  background-color: #3E408D;
  color: #fff; }

/* helpers
================================================== */
.vert-wrap,
.vert-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.vert-wrap .vert,
.vert-wrapper .vert {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.divider-line {
  clear: both;
  height: 70px;
  margin-top: 70px;
  border-top: 1px solid #d3d4d7; }

@media (max-width: 767px) {
  .divider-line {
    margin-top: 40px;
    height: 40px; } }
/*******************************************************************
* End Blog
*******************************************************************/
/*******************************************************************
* 7. Icon Animation
*******************************************************************/
.svg-washer-icon:hover .disc,
.services-box:hover .disc {
  animation: rotateDisc 300ms 400ms infinite linear; }

.svg-washer-icon .disc {
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 64% 0; }

@-webkit-keyframes rotateDisc {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-moz-keyframes rotateDisc {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-o-keyframes rotateDisc {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes rotateDisc {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.svg-hanger-icon .hanger {
  transform-origin: 50% 0%; }

.svg-hanger-icon:hover .hanger,
.services-box:hover .hanger {
  animation: hanger 1000ms infinite linear; }

@-webkit-keyframes hanger {
  0% {
    transform: rotateY(0deg); }
  66% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(360deg); } }
@-moz-keyframes hanger {
  0% {
    transform: rotateY(0deg); }
  66% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(360deg); } }
@-o-keyframes hanger {
  0% {
    transform: rotateY(0deg); }
  66% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(360deg); } }
@keyframes hanger {
  0% {
    transform: rotateY(0deg); }
  66% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(360deg); } }
.svg-hanger-icon .clothes {
  transform-origin: 50% 0%; }

.svg-hanger-icon:hover .clothes,
.services-box:hover .clothes {
  animation: clothes 3000ms infinite linear; }

@-webkit-keyframes clothes {
  0% {
    fill: #3E408D; }
  33% {
    fill: #3E408D; }
  34% {
    fill: #454545; }
  65% {
    fill: #454545; }
  66% {
    fill: #2a6496; }
  100% {
    fill: #2a6496; } }
@-moz-keyframes clothes {
  0% {
    fill: #3E408D; }
  33% {
    fill: #3E408D; }
  34% {
    fill: #454545; }
  65% {
    fill: #454545; }
  66% {
    fill: #2a6496; }
  100% {
    fill: #2a6496; } }
@-o-keyframes clothes {
  0% {
    fill: #3E408D; }
  33% {
    fill: #3E408D; }
  34% {
    fill: #454545; }
  65% {
    fill: #454545; }
  66% {
    fill: #2a6496; }
  100% {
    fill: #2a6496; } }
@keyframes clothes {
  0% {
    fill: #3E408D; }
  33% {
    fill: #3E408D; }
  34% {
    fill: #454545; }
  65% {
    fill: #454545; }
  66% {
    fill: #2a6496; }
  100% {
    fill: #2a6496; } }
.svg-vacuumcleaner-icon .tube {
  transform-origin: 0% 0%; }

.svg-vacuumcleaner-icon:hover .tube,
.services-box:hover .tube {
  animation: tube 1000ms infinite linear; }

@-webkit-keyframes tube {
  0% {
    transform: skew(-2deg); }
  50% {
    transform: skew(1deg); }
  100% {
    transform: skew(-2deg); } }
@-moz-keyframes tube {
  0% {
    transform: skew(-2deg); }
  50% {
    transform: skew(1deg); }
  100% {
    transform: skew(-2deg); } }
@-o-keyframes tube {
  0% {
    transform: skew(-2deg); }
  50% {
    transform: skew(1deg); }
  100% {
    transform: skew(-2deg); } }
@keyframes tube {
  0% {
    transform: skew(-2deg); }
  50% {
    transform: skew(1deg); }
  100% {
    transform: skew(-2deg); } }
.svg-vacuumcleaner-icon .hose {
  transform-origin: 100% 50%; }

.svg-vacuumcleaner-icon:hover .hose,
.services-box:hover .hose {
  animation: hose 1000ms infinite linear; }

@-webkit-keyframes hose {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0deg); } }
@-moz-keyframes hose {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0deg); } }
@-o-keyframes hose {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes hose {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0deg); } }
.svg-vacuumcleaner-icon .vacuumcleaner {
  transform-origin: 0% 0%; }

.svg-vacuumcleaner-icon:hover .vacuumcleaner,
.services-box:hover .vacuumcleaner {
  animation: vacuumcleaner 1000ms infinite linear; }

@-webkit-keyframes vacuumcleaner {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0); } }
@-moz-keyframes vacuumcleaner {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0); } }
@-o-keyframes vacuumcleaner {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0); } }
@keyframes vacuumcleaner {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0); } }
.rs-glow-1 {
  animation: glow 1500ms infinite linear; }

.rs-glow-2 {
  animation: glow 2500ms infinite linear; }

.rs-glow-3 {
  animation: glow 3500ms infinite ease; }

@-webkit-keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animated:not(.no-animate) {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animation {
  opacity: 0;
  opacity: 1\9; }

.animation.no-animate {
  opacity: 1 !important;
  animation-name: none !important;
  -webkit-animation-name: none !important; }

/* footer animation */
div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  /*background: url(../images/buble.png) no-repeat center center;*/
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none; }

.bubble-1 {
  bottom: -190px;
  left: 41%;
  animation: bubble-movement 4s infinite ease-in -3.16s; }

.bubble-2 {
  bottom: -96px;
  left: 14%;
  animation: bubble-movement 4s infinite ease-in -1.52s; }

.bubble-3 {
  bottom: -59px;
  left: 49%;
  animation: bubble-movement 4s infinite ease-in -7.5s; }

.bubble-4 {
  bottom: -152px;
  left: 54%;
  animation: bubble-movement 4s infinite ease-in -5.46s; }

.bubble-5 {
  bottom: -168px;
  left: 20%;
  animation: bubble-movement 4s infinite ease-in -0.2s; }

.bubble-6 {
  bottom: -181px;
  left: 54%;
  animation: bubble-movement 4s infinite ease-in -1.71s; }

.bubble-7 {
  bottom: -191px;
  left: 57%;
  animation: bubble-movement 4s infinite ease-in -4.58s; }

.bubble-8 {
  bottom: -168px;
  left: 93%;
  animation: bubble-movement 4s infinite ease-in -5.53s; }

.bubble-9 {
  bottom: -58px;
  left: 86%;
  animation: bubble-movement 4s infinite ease-in -1.9s; }

.bubble-10 {
  bottom: -44px;
  left: 19%;
  animation: bubble-movement 4s infinite ease-in -2.65s; }

.bubble-11 {
  bottom: -154px;
  left: 7%;
  animation: bubble-movement 3s infinite ease-in -5.26s; }

.bubble-12 {
  bottom: -34px;
  left: 23%;
  animation: bubble-movement 3s infinite ease-in -4.3s; }

.bubble-13 {
  bottom: -20px;
  left: 34%;
  animation: bubble-movement 3s infinite ease-in -5.24s; }

.bubble-14 {
  bottom: -159px;
  left: 92%;
  animation: bubble-movement 3s infinite ease-in -5.26s; }

.bubble-15 {
  bottom: -91px;
  left: 89%;
  animation: bubble-movement 3s infinite ease-in -6.02s; }

.bubble-16 {
  bottom: -123px;
  left: 99%;
  animation: bubble-movement 3s infinite ease-in -0.48s; }

.bubble-17 {
  bottom: -171px;
  left: 78%;
  animation: bubble-movement 3s infinite ease-in -2.17s; }

.bubble-18 {
  bottom: -77px;
  left: 13%;
  animation: bubble-movement 3s infinite ease-in -6.52s; }

.bubble-19 {
  bottom: -54px;
  left: 4%;
  animation: bubble-movement 3s infinite ease-in -6.93s; }

.bubble-20 {
  bottom: -64px;
  left: 28%;
  animation: bubble-movement 3s infinite ease-in -0.83s; }

.bubbleContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none; }

@-webkit-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }
@-moz-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }
@-o-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }
@keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }

/*# sourceMappingURL=style.css.map */


.plainRow{
  float:left;
  width:100%;
  clear:both; 
}
.myAccBox{
  border:1px solid #eee;  
  position:relative;
  padding-left:200px;
  margin-bottom:30px;
}
.left-account{
  position:absolute;
  left:0;
  height:100%;
  background:#fff;
  border-right:1px solid #eee;
  width:200px;
  padding:20px 0;
}
.userImage{
  border:1px solid #222;
  height:80px;
  width:80px;
  border-radius:10px; 
  margin:0 auto 10px;
  display:block;
}
.accountMenu{
  background:#fff;
  margin:15px 0 0 0;    
}
.accountMenu ul{
  margin:0;
  padding:0;
}
.accountMenu ul li{
  border-top:1px solid #fff;
  list-style:none;
}
.accountMenu ul li a{
  padding:8px 0 8px 8px;
  display:block;
  color:#222;
  background:#f5f5f5;
  transition:all 0.3s ease;
}
.accountMenu ul li.active a, .accountMenu ul li a:focus, .accountMenu ul li a:hover{
  background:#3E408D;
  color:#fff;
  text-decoration:none;
  
}
.accountMenu ul li.active a::after, .accountMenu ul li a:focus::after, .accountMenu ul li a:hover::after{
  float:right;
  content:" ";
  margin:2px -8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #3E408D;
}
.right-account{
  padding:30px 50px 20px; 
  min-height:367px;
}
.buttonCustom{
    color: #fff;
    background: #3E408D;
    border: none;
    padding: 10px 20px 10px;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    margin: 0;
  text-decoration:none;
}
.buttonCustom:hover, .buttonCustom:focus{
    background: #000;
  color:#fff;
  text-decoration:none;
}
.btnSmall{
  font-size:10px;
  color:#fff!important;
  padding:3px 5px;
}

table.timetable_sub {
  width:100%;
  margin:0 auto;
}
.timetable_sub thead {
    background: #004284;
}
.timetable_sub th{
    background: #3E408D;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #CDCDCD;
}
.timetable_sub th {
    text-align: center;
    padding: 7px;
    font-size: 17px;
    color: #212121;
}
 .timetable_sub td {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #000;
}
.timetable_sub td {
  border:1px solid #CDCDCD;
}
td.invert-image a img {
    width:60px;
    margin: 0 auto;
}
.orderStatus{
  background:#f9f9f9;
  padding:7px 15px;
  float:left;
  width:100%;
  border-bottom:1px solid #eee;
}
.orderStatus h3{
  font-size:1.1em;
}
.dot{
  
}
.orderTrackRow{
  margin:30px 0 0 0;
  float:left;
}
.statStep{
  width:14.28%;
  float:left;
  text-align:center;
  border-left:1px solid #e5e5e5;
  padding:0 0 20px 5px;
}
.statStep:last-child{
  border-right:1px solid #e5e5e5;
}
.orderTrackPoint{
  margin-bottom:30px;
  float:left;
  width:100%;
  clear:both;
}
.orderTrackPoint .statStep{
  position:relative;
  padding:0 5px;
}
.orderTrackPoint .statStep span{
  background: #fff;
  display: inline-block;
  z-index: 999;
  position: relative;
  padding:0 5px;
}
.orderTrackPoint .statStep i{
  color:#ccc;
}
.orderTrackPoint .statStep::before{
  height: 1px;
  content: "";
  width: 100%;
  top: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ccc;
}

.orderTrackPoint .completed span{
  background: #fff;
  display: inline-block;
  z-index: 999;
  position: relative;
  padding:0 5px;
}
.orderTrackPoint .statStep img{
  z-index:999;
  position:relative;
}
.orderTrackPoint .completed img{
  z-index:999;
  position:relative;
}
.orderTrackPoint .completed::before{
  height: 1px;
  content: "";
  width: 100%;
  top: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3E408D;
}
.loginPanel{
  background:#f5f5f5;
  padding:50px 30px;  
  float:left;
  width:100%;
  margin: 50px 0;
  min-height:550px;
}
.loginTitle{
  font-size:1.7em;
  background:#e5e5e5;
  padding:15px;
  margin-bottom:0;
}

.loginFormUpdate {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 40px;
    float: left;
    width: 80%; /* 50%*/
    margin-left: 10%; /* 25%*/
    clear: both;
}

.loginForm {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 40px;
    float: left;
    width: 50%; /* 50%*/
    margin-left: 25%; /* 25%*/
    clear: both;
}
.required{
  color:#f00;
}
.fa-rupee-sign{
  font-size:75%!important;
}
.countGroup{
  width:130px;
  margin:10px auto;
}
.countInput{
  height:34px;
  padding:5px;
  text-align:center;
}
.countGroup .btn-danger, .countGroup .btn-success{
  background:#444;
  border:1px solid #444;
}
.sep{
  border-top:1px solid #02A0DF;
  padding:40px 0 0;
  float:left;
  height:1px;
  width:100%;
  margin-top:20px;
}
.addressRow{
  background :#f5f5f5;
  padding:10px 20px;
  margin-bottom:1px;
}
.prices-filter{
  border-bottom:1px solid #02A0DF;
}
.tabActive{
  background:#f5f5f5!important;
  border-color:#02A0DF;
  border-bottom:none;
}
.tabInactive{
  background:#fff!important;
}
.rateListRow{
  margin-top:20px;
  margin-bottom:20px;
  float:left;
  width:100%;
  clear:both;
}
.rateList{
  background:#f9f9f9;
  border-bottom:1px solid #eee;
  padding:0 0 0;
  margin:5px 0 0;
  float:left;
  width:100%;
  clear:both;
}
.priceCol{
  padding-top:10px;
}
.serviceType{
  font-size:1.1em;
  font-weight:500;
  color:#3E408D;
}
.placeOrderBtn{
  background: #f47722;
  padding: 5px 5px;
  margin-top: 10px;
}
.placeOrderBtn:hover, .placeOrderBtn:focus{
   padding: 5px 5px;
}
.slick-initialized .slick-slide{
  margin-top:50px;
}
.headerTop{
  background:#3E408D;
  height:40px;
  width:100%;
}
.previewBlock{
  border:1px solid #d5d5d5;
  background:#fff;
  padding:15px;
  float:left;
  width:100%;
  clear:both;
  font-size:14px;
}
.previewInfoRow{
  border-bottom:1px solid #eee;
  padding-bottom:15px;
  margin-bottom:15px;
}
.btnApply{
  padding:7px 15px;
  float:right;
  margin-bottom:0px;
}
.couponInputRow{
  border:1px solid #009BDA;
  padding:15px;
  margin:20px 0;
}
.coupInput{
  margin-bottom:10px;
  width:100%;
}
.viewCoupon{
  border:1px dashed #d5d5d5;
  width:100%;
  clear:both;
  display:block;
  padding:10px;
  text-align:center;
  left:0!important;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  font-size:1.2em;
}
.viewCoupon:hover, .viewCoupon:focus{
  color:#009BDA;
  border:1px dashed #009BDA;
}
.customPopup h4{
  color:#009BDA;
}
.close{
  position: absolute;
  right: 0;
  top: 0;
  background: #000000!important;
  opacity: 1;
  padding: 10px 13px !important;
  text-shadow: none;
  color: #fff;
}
.close:hover, .close:focus{
  opacity:1;
}
.customPopup{
  border-radius:0;
  border:5px solid #3D3F8B;
  
}
.couponRowPop{
  margin-bottom:15px;
  border-bottom:1px solid #d5d5d5;
  padding-bottom:15px;
  text-align:left;
}
.couponCode{
  background:#d1f2ff;
  border:1px dashed #009BDA;
  text-align:center;
  padding:10px;
  font-weight:600;
}
.moreBtn{
  cursor:pointer;
}
.cmsEntry{
   margin-bottom:20px;
   color:#777;
   font-size:1.1em;
}
.cmsEntry p{
  margin-bottom:20px;
  line-height:1.7;
}
.cmsEntry h2{
  font-size:1.6em;
  color:#FDA30E;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}
.cmsEntry h3{
  font-size:1.3em;
  color:#FDA30E;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}
.cmsEntry ul{
  margin:0 0 20px 0;
  padding:0;  
}
.cmsEntry ul li{
  background:url("../images/icons1.png") no-repeat 0 2px;
  padding:0 0 0 25px;
  margin-bottom:10px;
  color:#444;
  list-style:none;
}
.cmsEntry ul li a{
  color:#FDA30E;
  text-decoration:none; 
}
.cmsEntry ol{
  margin:0 0 20px 15px;
  padding:0;  
}
.cmsEntry ol li{
  padding:10px 0 10px 10px;
}
.selectServiceRow{
  border:1px solid #06CCB7;
  padding:0;
  color:#06CCB7;    
  margin-bottom:20px;
}
.selectSerText{
  background:#06CCB7; 
  margin-bottom:20px;
  font-weight:600;
  font-size:1.5em;
  color:#fff;
  padding:12px;
  text-align:center;
  
}
.labelBox{
  padding:0 15px 15px;
}
.selectServiceRow label{
  font-weight:400!important;
  font-family:"Rubik", sans-serif;
  font-size:1.2em;
}
.deliveryOptionBox{
  border:1px solid #06CCB7;
  padding:10px;
  margin-bottom:30px;
}
.deliveryOptionBox label{
  color:#06CCB7;
  font-family:"Rubik", sans-serif;
}

.deliveryOptionBox input[type="checkbox"] + label::before, .deliveryOptionBox input[type="radio"] + label::before {
    top: 16px
}


.selectServiceRow input[type="checkbox"] + label::after{
  top:57%;
}
.orderPage{
  margin-bottom:30px;
}
.bannerPunchline{
  width:100%;
  margin:0 auto;
  padding-top:150px;
  padding-left: 500px;
}
.bannerPunchline h1{
  font-weight:300;
  color:#fff;
  text-shadow:0 5px 5px #000;
  font-size:2em;
  padding-bottom:0px;
  line-height:0;
}
.bannerPunchline h1.title-underline::after{
  background:#06CCB7;
  height:6px;
  margin-top:30px;
}
.bannerPunchline p{
  font-size:1.2em;
  color:#fff;
  background:rgba(0,156,220,0.5);
  border:1px dashed #fff;
  padding:10px 20px;
}
.orderFlow{
  position:relative;
  width:70%;
  margin:0 auto 20px;
  float:left;
  margin-left:15%;
}
.orderFlow::before{
  background:#eee;
  height:2px;
  border-radius:2px;
  content:"";
  position:absolute;
  left:0;
  top:35px;
  width:100%;
}
.orderFlow .orderStep{
  float: left;
  width: 33.33%;
  text-align: center;
}
.orderFlow .orderStep .price-filter_icon{
  border:1px solid #eee;
  height:70px;
  width:70px;
  font-size:2em;
  padding-top:20px;
  margin:0 auto;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -ms-border-radius:50%;
  position:relative;
  z-index:99;
  background:#fff;
}
.orderFlow .orderStep .price-filter_text{
  font-size:1.1em;
  margin-top:5px;
  font-family:"Rubik", sans-serif;
}

.orderFlow .orderStepActive .price-filter_icon{
  background:#06CCB7;
  border:1px solid #06CCB7;
  color:#fff;
}
.orderFlow .orderStepActive .price-filter_text{
  color:#06CCB7;
}
.dropdownRow{
	background: #EBFFFF;
border: 1px solid #06CCB7;
padding:20px 20px 15px;
margin-bottom:20px;
}
.subtitle{
font-weight: 500;
font-size: 1.3em;
margin-bottom: 20px;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .callBlock{
    left:20px;
    width:320px;
  }
  .orderFormBanner{
    right:20px;
    width:320px;
  }
  .connect a img{
    width:120px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .bannerPunchline{
    padding-top:20px;
    
  }
  .carousel-inner > .item{
    height:650px;
  }
  .bannerPunchline p{
    display:inline-block;
  }
  .callBlock{
    left:20px;
    top:230px;
  }
  .orderFormBanner{
    right:20px;
    top:230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bannerPunchline{
    padding-top:20px;   
  }
  .carousel-inner > .item{
    height:650px;
  }
  .bannerPunchline p{
    display:inline-block;
  }
  .callBlock{
    left:20px;
    top:230px;
    width:320px;
  }
  .orderFormBanner{
    right:20px;
    top:230px;
    width:320px;
  }
  .connect a img{
    width:130px;
  }
  
}
@media (max-width: 767px) {
  .orderFlow{
    width:100%;
    margin-left:0%;
  }
  .bannerPunchline{
    padding-top:10px;
    width:300px;
  
  }
  .carousel-inner > .item{
    height:740px;
  }
  .bannerPunchline h1.title-underline::after{
    background:none;
  }
  .bannerPunchline h1{
    line-height:0.9;
    font-size:1.8em;
  }
  .bannerPunchline p{
    display:none;
  }
  .callBlock{
    width:300px;
    left:0;
    right:0;
    margin:0 auto;
    top:490px;
    padding:15px;
  }
  .contactNumber{
    font-size:2em;
    margin-bottom:15px;
    padding:0;
  }
  .carouselCust .carousel-inner > .item{
    height:790px;
    
  }
  .orderFormBanner{
    width:300px;
    left:0;
    right:0;
    top:120px;
    margin:0 auto;
  }
  .connect a img{
    width:110px;
  }
}
