fa:focus
{
    outline: none;
}
input:focus
{
    outline: none;
}
textarea:focus
{
    outline: none;
}
::-moz-selection
{
    background: #1f5dbf;
    color: white;
}
::selection
{
    background: #00c35d;
    color: white;
}
ul,
ol
{
    margin: 0px;
    padding: 0px;
}
li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a
{
    moz-transition: all .4s;
    o-transition: all .4s;
    text-decoration: none !important;
    transition: all .4s;
    webkit-transition: all .4s;
}
.btn,
button
{
    moz-transition: all 0.4s ease;
    o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    webkit-transition: all 0.4s ease;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Poppins';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
p
{
    color: #969696;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
html,
body
{
    background: #fff;
    height: 100%;
    position: relative;
}
body
{
    box-sizing: border-box;
    color: #2e2b28;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    moz-osx-font-smoothing: grayscale!important;
    overflow-x: hidden!important;
    padding: 0;
    text-rendering: optimizeLegibility !important;
    webkit-font-smoothing: antialiased !important;
    width: 100%;
}

.sticky { 
    transition: all .4s;
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    transition: all .4s;
    background: rgb(255, 255, 255);
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.16);
}
.gm-style img {
    cursor: default;
}


/*
.fixed ul.contact-holder a {
    font-size: 14px;
}
*/
/*
.fixed .navbar-brand {
padding: 5px 15px 0 0;
}
*/
/*
.fixed .main-navigation li a {
    font-size: 13px;
    color: #696969;
    font-weight: 600;
}
*/
.fixed ul.snip1135.nav.navbar-nav.main-navigation li a:hover {
    color: #048a48;
}

.navbar-default.qe-nav {
    background: linear-gradient(white, rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.41), rgba(255, 255, 255, 0.03));
    border: 0px;
    padding: 0px 0 0;
}
.navbar-default .navbar-nav>li>a {
    color: #087780;
    font-size: 14px;
    font-weight: 600;
}
.navbar-brand {
    padding: 25px 15px 0;
    height: inherit;
}

.fixed .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #0a527f !important;
}

.fixed .navigation-holder{
    margin-top: 40px;
    transition:all .4s;
}

.fixed .navbar-brand{
    padding-top: 0px;
    
}

/*
 .fixed a.btn.btn-primary.contact {
    font-weight: 500;
    font-size: 12px;
    color: #fff !important;
}
*/

/*
.fixed .navigation-holder {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
}
*/

.sticky ul.menu-wrpper a {
    font-size: 17px;
    transition: all .4s;
}
nav.navbar.navbar-default.inner-head.sticky.fixed {
    height: auto;
}
/*
.fixed .navbar-brand>img {
    width: 85px;
}
*/

.qe-nav {
    position: fixed; 
    z-index: 9;
    left: 0;
    right: 0;
        top: 0px;
}
ul.contact-holder li {
    display: inline-block;
    list-style: none;
    padding-right: 20px;
}
ul.contact-holder {
    margin-right: 2%;
    text-align: right;
}
ul.contact-holder img {
    margin-right: 15px;
}
.navigation-holder {

    margin-top: 72px;
}
ul.contact-holder a {
    color: #35ce4a;
    font-size: 15px;
}
.main-navigation .active {
    font-weight: 500;
}
a.btn.btn-primary.more {
    padding: 20px 40px;
    border-radius: 30px;
    background: #0a527f;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
}
a.btn.btn-primary.contact:hover {
    background: #048a48;
    color: #fff;

}
/*.contact-btn {
    margin-top: -10px;
}*/
a.btn.btn-primary.contact {
    padding: 12px 30px;
    border-radius: 30px;
    background: #0a527f;
    border: none;
    text-transform: inherit;
    letter-spacing: 1px;
    font-size: 12px;
}
a.btn.btn-primary.more:hover {
    background: #048a48;
    color: #fff;
}
.main-navigation li a {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #048947;
}
.nav>li>a {
    padding: 11px 0px 0;
    font-weight: 500;
}
ul.snip1135.nav.navbar-nav.main-navigation li {
    margin-left: 20px;
}

a.phone-field {
    padding-top: 2px !important;
}

/*banner style*/
.bs-slider{
    overflow: hidden;
    max-height: 100%;
    position: relative;
    background: #fff;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
ul.snip1135.nav.navbar-nav.main-navigation li a:hover {
    color: #0a527f;
}
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 0;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
        margin-bottom: 15px;
  /*  border: 1px solid rgb(158, 158, 158);*/
    text-indent: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #0a527f;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 2px;
    box-shadow: 0 0 0 2px #0a527f;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
        margin-bottom: 15px;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #0a527f;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 36%;
    right: 0;
    /*margin: auto;*/
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    width: 73%;
    
}
.slide-text h2 {
    font-family: "PT Serif", serif;
    color: #087780;
    padding-bottom: 40px;
   text-align: left;
    font-size: 40px;
    line-height: 38px;
    font-weight: 900;
    text-transform: uppercase;
}
.slide-text h2 span {
    color: #087780;
    font-size: 21px;
    font-weight: 500;
    padding-top: 15px;
    display: block;
    text-transform: capitalize;
}
.slide-text.slide_style_center p {
    width: 30%;
    margin: 0 auto;
    font-size: 13px;
    color: #087780;
    line-height: 20px;
    width: 76%;
    margin-bottom: 30px;
    font-weight: 400;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

display: none;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

.row-centered{
    text-align: center;
}
.col-centered{
    float: none;
    margin-right: -4px; 
    text-align: center;    
    margin: 0 auto;
}

.our-Strengths {
    padding: 70px 0;
}
.our-Strengths h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}
.sights {
    padding: 50px 0;
    text-align: center;
}
.our-Strengths p {
    font-size: 15px;
    color: #000;
        padding-bottom: 20px;
}
.sights ul li {
    list-style: none;
    display: inline-block;
    padding-right: 90px;
}
.sights a {
    background: #018ce1;
    padding: 39px 28px;
    border-radius: 50%;
}
.sights ul li:last-child {
    padding-right: 0;
}


/*meu animation*/

.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  display: inline-block;
  list-style: outside none none;
/*  margin: 0 1.5em;*/
  padding: 0;
}
.snip1135 a {
padding: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
/*  letter-spacing: 1px;*/
  text-decoration: none;
}
.snip1135 li:before,
.snip1135 li:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 li:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
background-color: #0a527f;
}

.snip1135 li:hover:before,
.snip1135 .current .active li:before {
  opacity: 1;
  width: 100%;
}
ul.snip1135.nav.navbar-nav.main-navigation {
/*    margin-right: 50px;*/
}

.snip1135 li:hover:after,
.snip1135 .current li:after {
  max-width: 100%;
}
/* Demo purposes only */

.banner .carousel-indicators {
    right: 0;
    bottom: 3%;
    top: 45%;
    left: 30px;
    width: 10%;
    height: 100%;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin:  0; 
    padding-top: 1px;
    white-space: nowrap;
}

span.or {
    float: left;
    font-size: 19px;
    margin-top: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    color: #087780;
    font-weight: 600;
    display: inline-block;
}
span.pickup {
    display: inline-block;
    margin-top: 0;
}
.slide-text.slide_style_center span.pickup p {
    display: inline-block;
    text-align: left;
    color: #fff;
    width: 100%;
}

span.pickup {
/*    float: right;
    width: 71%;*/   
    position: relative;
}

span.pickup.footer-picup-order{
    float: right;
    width: 71%;
}


.slide-text.slide_style_center span.pickup p font {
    display: block;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.97);
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 500;
}
.pickup:before {
    content: url(../img/phone-icon.png);
    position: absolute;
    /* z-index: 99999; */
    /* width: 24%; */
    height: 50px;
    margin-top: 11px;
    left: -50px;
}
span.or {
position: relative;
    margin: 0 auto;
    /* left: 9%; */
    /* right: 0; */
    top: 18px;
    width: 80px;
    display: inline-block;
}

.pickup-holder {
    font-family: "PT Serif", serif;
    position: relative;
    width: 100%;
    margin: 0 auto;

}

.video-holder {
    position: absolute;
    top: -82px;
    z-index: 999;
    min-height: 310px;
    max-height: 310px;
    border-radius: 7px;
      box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.22);
}
.video-icon {
    position: absolute;
    z-index: 99;
    top: 39%;
    left: 0;
    right: 0;
    text-align: center;
}
.video-icon img{
    visibility: inherit !important;
}
.laundry-promise .promise {
    padding: 50px 0 50px;
}
div#video-model {
    z-index: 99999;
}
.video-dialog {
    margin: 150px auto;
}

.model-video iframe {
    width: 100%;
    height: 300px;
}

.video-dialog .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}
a.video-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    z-index: 9999;
    position: absolute;
    right: 0;
    color: #fff;
    opacity: 1;
}
a.close.video-close i {
    font-size: 27px;
}
.promise h4 {
    font-size: 35px;
    font-weight: 600;
}
.promise h4 span {
    display: block;
    line-height: 50px;
}
.promise p {
    width: 100%;
    color: #14374c;
    padding: 30px 0 0px;
}
.promise-icon-holder li {
    display: inline-block;
    width: 16%;
    text-align: center;
    /*margin-right: 30px;*/
    border-right: 1px solid #e4e3e3;
    vertical-align: top;
}
.promise-icon-holder li:last-child {
    border-right: 0;
}
.promise-icon-holder li img {
    margin: 0 auto;
    margin-bottom: 35px;
    transition: all .2s ease-in-out;
}
.read-more:hover {
    background: #0a527f;
}
.promise-icon-holder li h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 95%;
}
.service-holder h4 {
    font-size: 35px;
    font-weight: 600;
        margin-bottom: 20px;

}
span.block-display {
    display: block;
    margin-bottom: 20px;
}
.service-holder p {
    font-size: 13px;
    line-height: 20px;
    color: #14374c;
    padding-right: 50px;
    width: 84%;
}
.our-service {
    padding: 100px 0 0;
}
.service-wrapper {
    background: #0a527f;
    padding: 100px 50px 50px;
        z-index: 9;
}
.service-wrapper h5 {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.service-wrapper li {
    width: 32%;
    display: inline-block;
    margin-bottom: 60px;
    transition: all .2s ease-in-out;
    /* transform: scale(1.1); */

}

.service-wrapper li:hover {
    transform: scale(1.1);
}
.service-wrapper li img {
    margin: 0 auto;
/*    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform; */
}
.promise-icon-holder li img:hover {
    transform: scale(1.1);
    cursor: default;
}
.read-more {
    position: absolute;
    left: -80px;
    bottom: 10px;
    padding: 15px 41px;
    border-radius: 30px;
    background: #0a7880;
    border: none;
    text-transform: inherit;
    letter-spacing: 1px;
}
.read-more a {
    color: #fff;
}
.col-md-12.app-img {
    padding: 0px;
}
.read-more {
    position: absolute;
    left: -80px;
    bottom: 50px;
    padding: 15px 41px;
    border-radius: 30px;
    border: none;
    text-transform: inherit;
    letter-spacing: 1px;
    transition: all 1s;
    cursor: pointer;    
}
.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: center;
}
.row-centered {
    text-align: center;
}
.howit-works-wrapper {
    padding: 50px 0 0px;
}
.bottom-footer li a:hover {
    color: #0a527f;
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.right-align a {
    color: #0a527f;

}
.right-align a:hover {
    color: #fff;
}
.tabBlock {
  margin: 0 0 2.5rem;
}

.tabBlock-tab {
    display: inline-block;
    font-weight: 600;
    float: left;
    position: relative;
    padding: 18px 60px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    border-right: 2px solid #eee;
    cursor: pointer;
}
.tabBlock-tab:last-child {

    border-right: 0;
}

.tabBlock-tab::before, .tabBlock-tab::after {
    content: "";
    display: block; 
    height: 4px;
    position: absolute; 
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  left: -2px;
  right: -2px;
  top: -2px;
}

.tabBlock-tab.is-active {
    position: relative;
    color: #224154;
    z-index: 1;
    background: #fff;
}
.tabBlock-tab.is-active::before {
    background-color: #82b7ff;
    height: 3px;
    position: absolute;
}


.tabBlock-content {
    background-color: #fff;
    display: block;
    float: left;
    text-align: left;
    padding: 20px;
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.04);
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}

.how-works {
    background: #fafafa;
    position: relative;
    bottom: 85px;
}
ul.tabBlock-tabs li img {
    margin-right: 20px;
}
.tabBlock-content p {
    text-align: center;
    padding: 50px;
    color: #224154;
}
.step-by-step li {
    display: inline-block;
    width: 24%;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #eee;
    vertical-align: top;
}
.step-by-step li img {
    margin: 0 auto;
    padding-bottom: 20px;
    transition: all .2s ease-in-out;
}
.step-by-step li img:hover {
    transform: scale(1.1);
    cursor: default;
}
.step-by-step li h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.step-by-step li:last-child {
    border-right: 0;
}

.howit-works-wrapper h2 {
    padding: 40px 0 10px 0;
    font-weight: 600;
}
.app-section {
    text-align: left;
}
.app-section h2 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
}
.app a span {
    display: block;
}
a.play-store {
    display: inline-block;
/*    background: #0a527f;
    padding: 5px 15px;
    border-radius: 29px;
    line-height: 18px;
    color: #fff;*/
}
a.play-store h6 {
    display: inline-block;
    top: 3px;
    position: relative;
    margin-left: 10px;
    line-height: 17px;
}
a.play-store img {
    top: -5px;
    position: relative;
}
a.apple-store {
    display: inline-block;
    margin-left: 20px;
/*    background: #00b2ff;
    padding: 5px 15px;
    border-radius: 29px;
    line-height: 18px;
    color: #fff;*/
}

a.apple-store h6 {
    display: inline-block;
    top: 3px;
    position: relative;
    margin-left: 10px;
    line-height: 17px;
}
a.apple-store img {
    top: -5px;
    position: relative;
}
.app {
    padding: 50px 0 100px;
}
.app p {
    padding-bottom: 50px;
    color: #03283f;
}

span.brake {
    display: block;
    line-height: 50px;
}
.delivery-holder {
    background: #0a527f;
    padding: 50px 0 100px;
}
.delivery-box h3 span {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.delivery-box h3 img
{
    display: inline-block;
}
.delivery-box h3 p {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    top: 0;
}
font.brake {
    display: block;
    width: 100px;
}

.delivery-holder.brake {
    width: 100px;
}




.request-section {
    background: #0a7880;
    padding: 50px 0;
    position: relative;
    bottom: 60px;
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.04);
    
}
.request-section a {
    background-color: rgb(255, 255, 255);
    padding: 10px 30px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 28px;
    float: left;
    font-size: 15px;
    font-weight: 500;
        top: 10px;
    position: relative;
}

.call-pickup span img {
    display: inline-block;
    float: left;
}
.call-pickup p {
    display: inline;
    color: #fff;
    font-size: 18px;
    float: left;
    text-align: left;
    line-height: 29px;
    margin-left: 20px;
}
.call-pickup p font {
    display: block;
    font-weight: 600;
    font-size: 21px;
}

.or-area h3 {
    float: left;
    font-weight: 500;
    margin-top: 20px;
    color:#fff;
}
.or-area h3:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-top: 11px;
    margin-left: 10px;
}
.or-area h3:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 2px;
    background: #fff;
    margin-top: 11px;
    left: -26px;
}
.footer-holder {
    background: #040e16;
    float: left;
    width: 100%;
}
.bottom-footer h4 {
    color: #cdcecf;
    text-transform: inherit;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}
.bottom-footer p {
    font-size: 14px;
    line-height: 20px;
    color: #cdcecf;
    margin-bottom: 0px;
}
.bottom-footer li {
    color: #cdcecf;
}

.bottom-footer li a {
    color: #cdcecf;
}
.bottom-footer h5 {
    padding-bottom: 20px;
    color: #cdcecf;
}
.left-caption ul li {
    display: inline-block;
    margin-right: 15px;
}
.bottom-footer {
    padding-bottom: 10px;
    float: left;
}

.copy-right {
    padding: 10px 0 0;
    float: left;
    width: 100%;
}
.right-align h5 {
    text-align: center;
}
.social-media ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.social-media {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 0;
    float: left;
    position: relative;
}

.social-media ul {
    display: inline-block;
    position: relative;
    background: #040e16;
    z-index: 999;   
}
.right-align h5 span {
    color: rgba(8, 250, 110, 0.72);
}
/*.fixed .navbar-brand>img {
    width: 84px;
}*/
nav.navbar.navbar-default.qe-nav.sticky.fixed {
    background: #fff;
    border: 0px;
    padding: 20px 0 0;
        border-radius: 0;
}
.sticky.inner-nav {
    background: #ffffff;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.16);
    padding-bottom: 5px;
        padding-top: 10px;
}
.sticky.inner-nav.fixed {
    padding-bottom: 0;
    z-index: 9!important;
}
/*.inner-nav .navbar-brand>img {
    width: 84px;
}*/
.inner-nav .main-navigation li a {

    font-size: 13px;
    color: #696969;
    font-weight: 600;
}
.inner-nav .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #0a527f !important;
}
.service-holder {
    padding: 50px 0 50px;
 /*margin-top: 134px;*/
    position: relative;
    width: 100%;
    background: #fff;
}


nav.navbar.navbar-default.qe-nav.sticky.inner-hed {
    background: #fff;
        box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.16);
        border-radius: 0;
}
.green-bg {
    width: 40%;
    height: 100%;
    background: #0a527f;
    position: absolute;
    right: 0;
}
.service-side-holder {
    padding-top: 65px;
}
.service-slide-box {
    max-height: 320px;
}
.service-section {
    padding: 100px 0 0;
}
.service-section p {
    line-height: 22px;
    margin-top: 21px;
}
.service-slide .slick-dots li button:before {
    font-size: 50px;
    opacity: 1;
    color: #fff;
}

section.service-box {
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 100px 0;
}
.box-service-holder {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 6.23px 0.77px rgba(0, 0, 0, 0.09);
    border-radius: 2px; 
    margin-bottom: 30px;
    border-top: 5px solid #fafafa;
    transition: all 1s;
}
.img-bg {
    width: 100%;
    height: 250px;
}


.service-box-content h5 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: 500;
    text-align: left;
}
.service-box-content p {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    text-align: left;
}
.box-service-holder:hover {
    border-top: 5px solid #679ee8;
    box-shadow: 0px 12px 18.69px 2.31px rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.box-service-holder:hover .service-box-content:before {
    content: "";
    position: absolute;
    background: #0a527f;
    z-index: 999;
    height: 6px;
    width: 50%;
    left: 15px;
}
.service-box-content span h5 {
    padding: 50px 29px 30px 50px;
}
.service-box-content p {
    padding: 0 29px 75px 50px;
}

.box-testimonial-holder {
    box-shadow: 0px 3px 6.23px 0.77px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    margin-bottom: 30px;
    background: #fff;
}
.testimonial-box-content h5 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: 500;
    text-align: left;
}
.testimonial-box-content span h5 {
    padding: 50px 29px 30px 50px;
}
.testimonial-box-content  p {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    text-align: left;
}
.testimonial-box-content p {
    padding: 0 29px 75px 50px;
}
.client-head {
    display: inline-block;
    float: left;
    padding: 25px 65px;
    width: 100%;
}
.client-head img {
    display: inline-block;
    float: left;
    border-radius: 50%;
    height: 65px;
    max-height: 65px;
}
.client-head:after {
    content: url(../images/brakets.png);
    position: absolute;
    z-index: 1;
    width: 54px;
    height: 48px;
    left: 20px;
    top: 0
}
.client-head p {
    padding: 2px 20px 0 0px;
}
.client-head h5 {
    margin-left: 20px;
    float: left;
    color: #0a527f;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 0;
}
.client-head h5 p {
    color: #878787;
    padding-top: 8px;
}
span.test-indent p {
    text-indent: 30px;
    padding-left: 30px;
}
#map {
    height: 500px;
    width: 100%;
}
section.contact-holder {
    padding: 132px 0 45px;
    position: relative;
    margin-top: -18px;
    width: 100%;
    background: #fff;
}
.contact-address {
    background: #0a527f;
    padding: 50px 50px;
    position: absolute;
    width: 100%;
    top: -300px;
    float: left;
}
.contact-address h4 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 400;
}
.post-add li p {
    color: #fff;
    line-height: 18px;
}
.post-add h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;
}
.post-add {
    width: 100%;
    float: left;
}
.post-add li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.post-add li p{color:#fff;}
.detail-add {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.detail-add h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;
}
.detail-add li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.detail-add li {
    line-height: 18px;
}
.contact-form {
    padding: 250px 0 100px;

}
a.confirm-request input {
    float: none;
    border: none;
    width: 258px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.pick { 
    margin: 0 auto;
    text-align: center;
    float: none;
    background: #0a527f;
    padding: 10px;
    border-radius: 5px;
        margin-top: 30px;
}
.pick p font {
    display: block;
    color: #fff;
    font-size: 22px;
}
.pick p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin-left: 15px;

}
.pick span img {
    display: inline-block;
    float: left; 
    margin-right: 15px;
    margin-top: 9px;
    margin-left: 20px;
        padding-bottom: 40px;
}
.form-holder h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-fields {
    width: 100%;
    float: left;
    margin: 50px 0 0;
}
.form-fields label {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-fields input {
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
}
.form-fields textarea {
    width: 100%;
    max-height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}
a.subt-button {
    background: #0a527f;
    float: right;
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
    position: relative;
    top: 65px;
}
.inner-banner ul li {
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600; 
}
.inner-banner ul li i {     
    color: #0a527f;
    margin-right: 10px;  
}
.drop-holder h4 img {
    display: inline-block;
    margin-right: 10px;
}
.drop-holder {
    padding: 100px 0 75px;
}
.drop-holder h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.drop-off {
    background: #f5f5f5;
}
.drop-holder p {
    color: #000;
    padding-bottom: 50px;
}
section.Pick.up {
    background: #fff;
}
section.yourself {
    background: #f5f5f5;
    padding-bottom: 50px;
}
section.pricing {
    padding: 0 0 75px;
    background: #fafafa;
}
.panel.panel-primary.panel-primry {
    background: transparent;
}


/*Panel tabs*/
.panel-tabs {
    position: relative;
    clear:both;
}

.panel-tabs > li {
    float: left;
 
}

.panel-tabs > li > a {
    margin-right: 2px;

    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 0;
    -moz-border-radius: 2px;
    border-radius: 0;
    background-color: rgb(0, 203, 59);
    border-bottom-color: transparent;

}
.panel-primry {
    border: transparent;
}
.panel-heading.tab-head {
    background: #0a527f;
    border-radius: 0;
    padding: 0;
}
.panel-heading.tab-head ul li a {
    padding: 20px 50px;
        font-weight: 500;
        text-transform: uppercase;
}
.table-box h5 {
    text-align: left;
    display: inline-block;
    float: left;
}
.table-list {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    /* padding: 15px 30px; */
    border-radius: 5px;
}

.table-list li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 13px 30px;
}
.table-list li h5{
    font-size: 15px;
    color: #0a527f;
    font-weight: 500;
    text-transform: inherit;
    padding: 15px;
}
.table-list li font {
    color: #fe4c4c;
    font-weight: 500;
    font-size: 15px;
    text-transform: inherit;
    padding: 15px;
}
.table-box h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #acacac;
    padding: 30px 0 30px;
}
.table-box font {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #acacac;
    padding: 30px 0 30px;
}

section.about-us {
    padding: 200px 0 100px;
}
.about-holder h2 {
    line-height: 10px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
}
.about-holder p {
    padding: 0 50px;
    color: #000;
}
.about-tst {
    padding: 50px 0 50px;
    text-align: left;
}
.about-tst p {
    border-left: 4px solid #0a527f;
    font-weight: 500;
}
section.mission-vision .green-bg {
    width: 50%;
    height: 100%;
    background: #0a527f;
    position: absolute;
    left: 0;
} 
section.mission-vision{
    position: relative;
}
.about-box {
    padding: 50px 150px 45px 150px;
    text-align: left;
}
.about-box p {
    color: #fff;
    font-size: 15px;
}
.about-box i {
    color: #87b3dd;
    font-size: 30px;
    margin-bottom: 30px;
}
.about-box h4 {
    color: #fff;
    padding: 10px 0 10px;
    text-transform: uppercase;
}
.about-box span {
    text-transform: uppercase;
    font-size: 17px;
    color: #020910;
}
.about-background {
    width: 50%;
    height: 455px;
}
section.about-listing {
    padding: 100px 0 130px;
}
.mission-img {
    width: 80%;
    /*height: 500px;*/
    float: left;
    /*position: absolute;*/
    /*top: -185px;*/
    left: 0;
}
.mission-test h4 {
    line-height: 25px;
    font-size: 37px;
    font-weight: 500;
    padding-bottom: 20px;
}
.mission-test p {
    color: #000;
}
.mission-test.vision {
    padding: 20px 0;
    text-align: right;
}

.vision-img.mission-img {
    width: 80%;
    /*height: 500px;*/
    float: right;
    /*position: absolute;*/
    /*top: 100px;*/
    right: 0;
    left: inherit;
}
.mission-test.vision {
    padding: 0px 0;
    text-align: right;
}
.mission-test {
    padding-left: 0;
}
.mission-img:before {
    background: #0a527f;
    height: 276px;
    width: 6px;
    position: absolute;
    /*content: "";*/
    bottom: 0;
    right: 0;
}
.mission-img:hover .mission-img:before {
        background: #000;
}
.mission-test.vision p {
    padding: 0px 0px 0px 150px;
}
.mission-test p {
    padding: 0px 150px 0px 0;
}
.vision-img.mission-img:before {
    background: #0a527f;
    height: 276px;
    width: 6px;
    position: absolute;
    /*content: "";*/
    bottom: 0;
    left: 0;
}
.our-team {
    width: 100%;
    height: 500px;
}
.our-team h4 {
    position: absolute;
    top: -72px;
    background: #0a527f;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: 30px 62px;
    font-size: 30px;
    left: 60px;
    line-height: 24px;
}
.left-margin {
    margin-left: 13%;
}
section.team-holder {
    padding: 0 0 10px;
}

section.brands {
padding: 50px 0 100px;
}
.brands .brands-holder {
    padding: 10px;
    border-radius: 5px;
    height: 150px;
    width: 100%;
}
.brands-holder img {
    position: relative;
/*    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
}

.brands .brands-holder:focus {
    outline: none;
}
section.address-list {
    padding: 100px 0;
    background: #fafafa;
}

/*vert tab*/



.vertical-tabs-container {
    border-radius: 0;
    /* border: 1px solid gainsboro; */
    margin-bottom: 1.5em;
    overflow: hidden;
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}   
.vertical-tabs-container::after {
  clear: both;
  content: "";
  display: block;
}
.vertical-tabs-container li {
  list-style: none;
}
.vertical-tabs-container a {
  color: #477DCA;
  text-decoration: none;
}
.vertical-tabs-container .vertical-tabs {
  display: none;
}
@media screen and (min-width: 1400px) {
    .slide-text h2 {
  line-height: 77px;
    font-size: 71px;
    }
    .slide-text h2 span {
    color: #087780;
    font-size: 40px;
    
    }
}

@media screen and (min-width: 40em) {
.vertical-tabs-container .vertical-tabs {
    display: inline;
    float: left;
    height: auto;
    width: 40%;
  }
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab {
    border-bottom: 1px solid gainsboro;
    display: block;
    font-weight: 500;
    padding: 20px;
    font-size: 15px;
    padding-left: 100px;
  }
  .vertical-tabs-container .vertical-tab.is-active {
    background-color: #fff;
    margin-right: -1px;
    border-left: 1px solid gainsboro;
    }
}
.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab {
  color: #333;
}
.vertical-tabs-container .vertical-tab:focus {
  outline: none;
}
.vertical-tabs-container .vertical-tab-content-container {
  display: block;
  margin: 0 auto;
}
.vertical-tabs-container .vertical-tab-content-container a:focus {
  outline: none;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-content-container {
    height: auto;
    width: 60%;
    background-color: #fff;
    display: inline-block;
  }
}
.vertical-tabs-container .vertical-tab-content {
background-color: #fff;
  padding: 1.5em 1.618em;
}
.vertical-tabs-container .vertical-tab-content p {
  color: #333;
  line-height: 1.5em;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-content {
    border: none;
    display: none;
  }
}
.vertical-tabs-container .vertical-tab-accordion-heading {
  background-color: white;
  border-top: 1px solid gainsboro;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0.75em 0.809em;
}
.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
  color: #477DCA;
}
.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
  border-top: none;
}
.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
  background: #f6f6f6;
  border-bottom: none;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-accordion-heading {
    display: none;
  }
}

.vertical-tabs i {
    font-size: 31px;
    color: #0a527f;
    margin-right: 25px;
    position: absolute;
    margin-left: 4%;
    margin-top: 13px;
}
.vertical-tabs a h5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgb(27, 60, 80);
    text-transform: uppercase;
}

.tab-holder li {
    width: 22%;
    margin-top: 4%;
    margin-right: 15px;
}
a.enquire-btn {
    background: #0a527f;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    top: 30px;
    position: relative;
}
.tab-holder {
    margin-bottom: 100px;
}
.tab-map {
    border: 1px solid gainsboro;
}
section.also-service {
    padding: 100px 0;
}
.service-listing ul li {
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    width: 32%;
}
.service-listing ul li i {
    color: #0a527f;
    margin-right: 10px;
    margin-right: 20px;

}

.service-listing h3:before {
    content: "";
    background: #0a527f;
    height: 3px;
    width: 10%;
    position: absolute;
    margin-top: 45px;
}
.service-listing h3 {
    padding-bottom: 50px;
    font-weight: 500;
        color: #0a527f;
}

.vertical-tabs-container .vertical-tab.is-active h5 {
    font-size: 16px;
    font-weight: 600;
}




/*horizontal tab style*/

.content-quality{
    float:left;
    width:193px;
}

.content-quality p span{
    display:block;
}
.tabtop li a{
    font-weight: 500;
    color: #0a527f;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 0;
    /* border: 1px solid #ebebeb !important; */
    border-right: 1px solid #ccc;

}
.tabtop .active a:before{
    /* content: "♦"; */
    position: absolute;
    top: 100px;
    content: "\f0d7";
    left: 0;
    color: #0446cb;
    font-size: 50px !important;
    right: 0;
    /* margin: 0 auto; */
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
}
.tabtop li a:hover{
color: #0446cb !important;
    text-decoration: none;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
.tabtop .active a:hover{
    color:#fff !important;
}
.tabtop .active a{
    background-color: #0446cb !important;
    color:#FFF !important;
}
.margin-tops{
    margin-top: 0;
    background: #fff;
    float: left;
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #eee;
}
.tabtop li a:last-child{
    padding: 50px;
    text-align: center;
}
.thbada{
    padding:10px 28px !important;
}

/*.tabsetting{
    border-top:5px solid #ebebeb;
    padding-top:6px;
}*/
.services{
    background-color:#d4d4d4;
    min-height:710px;
    padding:65px 0 27px 0;
}
.services a:hover{
    color:#000;
}
.services h1{
    margin-top:0px !important;
}
.heading-container p{
    text-align:center;
    font-size:16px !important;
    text-transform:uppercase;
}
section.date-time-holder {
    padding: 100px 0;
    background: #fafafa;
}
ul.nav.nav-tabs.tabtop.tabsetting {
    background: #fff;
}
ul.nav.nav-tabs.tabtop.tabsetting a img {
    display: inline-block;
    margin-right: 30px;
}
.date-time-holder .nav-tabs>li>a {
border-radius: 0;
    border: none;
}

.date-time-holder .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: none;
}
.padding-zero {
    padding: 0;
}
/*a.detail:after {
    background: #d0c9c9;
    content: "";
    position: absolute;
    height: 57px;
    width: 2px;
    top: 27px;
    right: 0;
}*/

/*date picker*/

.service-wrapper li img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    cursor: default;
}
.date-picker {
    width: 100%;
    height: auto;
    max-height: 70px;
    background: white;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    float: left;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.1);
}
.date-picker .input {
    width: 100%;
    height: 70px;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;

}
.date-picker .input button i{
    color: #0a527f;
}
.date-picker .input .result, .date-picker .input button {
  display: inline-block;
  vertical-align: top;
}
.date-picker .input .result {
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 10px;
  color: grey;
  box-sizing: border-box;
}
.date-picker .input button {
  width: 50px;
  height: 50px;
background-color: transparent;
  color: white;
  line-height: 50px;
  border: 0;
  font-size: 18px;
  padding: 0;
}
/*.date-picker .input button:hover {
  background-color: #68768A;
}*/
.date-picker .input button:focus {
  outline: 0;
}
.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}
.date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    background: transparent;
    color: #000;
    margin-bottom: 20px;
    padding: 15px;
}
.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.date-picker .ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.date-picker .ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}
.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
/*  border-color: #68768A;*/
}
.date-picker .ui-datepicker-title {
  text-align: center;
}
.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}
.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}
.date-picker .ui-state-highlight {
  color: #68768A;
}
.date-picker .ui-state-active {
    color: #ffffff;
    background-color: rgb(0, 203, 59);
    font-weight: 600;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.date-picker.open {
  max-height: 400px;
}
.date-picker.open .input button {
    background: transparent;
}


.date-picker.open i {
    color: #0a527f;
}
th {
    text-align: center;
}
.time-picker ul li {
    border: 1px solid #eee;
    display: inline-block;
    padding: 15px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    cursor: pointer;
}
.time-picker ul li:hover {
    background: #0a527f;
    color: #fff;
    transition: all .5s;
} 
.time-picker li.active {
    background: #ff8124;
    color: #fff;
}
.time-picker {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
}
.date-picker.time-holder {
    box-shadow: none;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.date-time-holder {
    margin: 35px 0;
}
.time-picker li.active a {
    color: #fff;
}
.time-picker ul li a {
    color: #6b6b6b;
}
.nxt-btn {
    margin: 0 0 10px;
    float: left;
}
.nxt-btn a {
    background: #0a527f;
    padding: 14px 50px;
    color: #fff;
    border-radius: 35px;
}
.form-fields.your-detail {
    margin: 20px 0;
}
.review {
    margin: 50px 20px 0;

}
.social-media:after {
    border-bottom: 1px solid rgba(144, 144, 144, 0.49);
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    left: 0px;
    top: 22px;
}
.howit-works-wrapper .icon {
    background: url(../images/sprite.png) no-repeat;
    display: block;
    height: 42px;
    margin-left: 19px;
    width: 42px;
}
.howit-works-wrapper .icon.icon1 {
    background-position: -12px -3px;
    position: absolute;
    left: 0;
    top: 11%;
}
.howit-works-wrapper .icon.icon2 {
    background-position: -50px -3px; 
    position: absolute;
    left: 0;
    top: 11%;
}
.howit-works-wrapper .icon.icon3 {
    background-position: -100px -3px;
    position: absolute;
    left: 0;
    top: 11%;
}
li.tabBlock-tab:hover .icon.icon1 {
    background-position: -141px -3px;
}
li.tabBlock-tab.is-active .icon.icon1{
        background-position: -141px -3px;
}
li.tabBlock-tab.is-active .icon.icon2{
    background-position: -188px -5px;
}
li.tabBlock-tab.is-active .icon.icon3{
    background-position: -242px 0px;
}
li.tabBlock-tab:hover .icon.icon2 {
    background-position: -188px -5px;
}

li.tabBlock-tab:hover .icon.icon3 {
    background-position: -242px 0px;
}

/*
ul.nav.nav-tabs.tabtop.tabsetting li.active {
    background: url(../images/clock-white.png) no-repeat;
    display: block;
    height: 42px;
    margin-left: 19px;
    width: 42px;
}*/

.date-time-holder .tab-icn {
    background: url(../images/sprite1.png) no-repeat;
    display: block;
    height: 77px;
    margin-left: 65px;
    width: 65px;
    z-index: 1;
    margin-top: 10px;
}
.date-time-holder li .tab-icn.img1 {
    background-position: -84px -3px;
    position: absolute;
    left: 0;
    top: 10%;
}

.date-time-holder li .tab-icn.img2 {
    background-position: -254px -3px;
        position: absolute;
    left: 0;
    top: 10%;
}

.date-time-holder li .tab-icn.img3 {
    background-position: -426px -3px;
    position: absolute;
    left: 0;
    top: 10%;
}

ul.nav.nav-tabs.tabtop.tabsetting li.active .tab-icn.img1 {
    background-position: -11px -3px;
}
ul.nav.nav-tabs.tabtop.tabsetting li.active .tab-icn.img2 {
    background-position: -171px -3px;
}
ul.nav.nav-tabs.tabtop.tabsetting li.active .tab-icn.img3 {
    background-position: -343px -3px;
}
input.subt-button {
    width: 148px;
    background: #0a527f;
    float: right;
    padding: 9px 40px;
    border-radius: 30px;
    color: #fff;
    position: relative;
    margin-top: 20px;
}
h1.firstHeading {
    font-size: 17px;
    padding: 10px 0;
    font-weight: 500;
}
div#content {
    padding: 5px 30px;
}
div#bodyContent p {
    line-height: 15px;
    letter-spacing: 0.6px;
    font-size: 12px;
}

a.chairman {
    text-align: center;
    right: 0;
    position: absolute;
    left: 0;
    color: #28d041;
    font-size: 14px;
}
a.direction-link {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
a.direction-link:after {
    content: url(../images/contact-direction.png);
    display: inline-block;
    position: absolute;
    bottom: 1px;
    margin-left: 10px;
}

.vertical-tabs-container .vertical-tab.is-active:before {
    content: "\f041";
    font: normal normal normal 14px/1 FontAwesome;
    left: -24px;
    position: relative;
    font-size: 20px;
    color: #0a527f;
 
}

.modal-content.onload-cntnt .modal-header {
    background: #0a527f;
    border-radius: 5px 5px 0 0;
    padding: 25px;
    text-align: center;
    color: #fff;
}
.modal-content.onload-cntnt .modal-header h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.content-popup input {
    width: 100%;
    padding: 13px;
    /* margin-bottom: 30px; */
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 12px 0;
}
.modal-dialog.model-width {
    width: 400px;
    margin: 100px auto;
}
.modal-body.hiring-body {
    padding: 30px;
}
.modal-body.hiring-body span.wpcf7-not-valid-tip {
    display: inline-block;
    float: left;
}

.modal-body.hiring-body .screen-reader-response {
    display: none;
} 
.contact-form div.wpcf7-mail-sent-ok {
    border: none;
}

.content-popup textarea {
    width: 100%;
    max-height: 100px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.content-popup {
    margin: 0 auto;
    text-align: center;
}
input.popup-submit {
    width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 10px 50px;
    background: #0a527f;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    margin-top: 20px;
}
.social-media li i {
    font-size: 25px;
}
li.disabled a {
    pointer-events: none;
}
.form-fields select{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
}

div.wpcf7-validation-errors {
    border: none;
}
.nxt-btn input {
    background: #0a527f;
    padding: 14px 50px;
    color: #fff;
    border-radius: 35px;
    width: 195px;
    text-transform: capitalize;
}
section.pagenot-found {
    padding: 100px 0 200px;
    text-align: center;
}
.buttion-holder1 ul {
    margin: 50px 0 10px;
}
.buttion-holder1 li a {
    border: none;
}

.buttion-holder1 li a:hover {
    background: transparent;
}
a.next-buttion-div input {
    border: none;
}
a.previous-buttion-div input {
    border: none;
}
/*
input.wpcf7-form-control.wpcf7-submit {
    float: none;
    border: none;
    width: 258px;
    margin-top: 50px;
    margin-bottom: 20px;
}
*/

.nxt-btn.buttion-holder input.wpcf7-form-control.wpcf7-previous {
    float: right;
    border: none;
    width: 160px;
}

.available-date {
    display: none;
}
.buttion-holder1 input {
    background: #0a527f;
    padding: 12px 50px;
    color: #fff;
    border-radius: 35px;
    width: 195px;
    text-transform: capitalize;
/*    top: 50px;*/
    position: relative;
}
.buttion-holder input{
    background: #0a527f;
    padding: 12px 50px;
    color: #fff;
    border-radius: 35px;
    width: 160px;
    text-transform: capitalize;
    border: none;
}
h4.heading4 {
    padding: 20px 0;
}

div.wpcf7-mail-sent-ng {
    border: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    display: inline-block;
}


div.wpcf7 .screen-reader-response {
    position: relative;
    overflow: visible;
    clip: inherit;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 1;
    color: #4CAF50 !important;
}

.nav-tabs {    
    border-bottom: none;
}
.contact-form .screen-reader-response {
    display: none;
} 
/*section.date-time-holder .screen-reader-response {
    display: none;
}*/

#tab_default_1 .screen-reader-response {
    display: none;
}


div#tab_default_2 .screen-reader-response {
    display: none;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.call-pickup a {
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 0;
}

/*last changes*/


nav.navbar.navbar-default.qe-nav.sticky .container {
    position: relative;
}
nav.navbar.navbar-default.sticky.inner-nav .container {
    position: relative;
}
.right-top-btn{
    position: absolute;
    right: 17px;
    top: 20px;
}

.right-top-btn ul li {
    padding-left: 20px;
}
.right-top-btn i {
    font-size: 20px;
    position: relative;
    top: -5px;
    display: inline-block;
    color: #087780;
}
.fa-phone:before {
    content: "\f095";
    font-size: 24px;
    position: relative;
    top: -4px;

}
.right-top-btn i span {
    padding-left: 15px;
    font-size: 43px;
    font-weight: 600;
    font-family: 'Poppins';
}

.right-top-btn p{
    display: inline-block;
    vertical-align: top;
    color: #087780;
    font-weight: 700;
    margin-top: 0px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.right-top-btn p span {
    text-transform: uppercase;
    font-weight: 700;
}
a.phone-field {
    margin-top: 8px;
}
/*
.fixed .right-top-btn i{
    color: #0a527f !important;
}

*/

.fixed .right-top-btn {
    top: -5px;
}
/*
.fixed .right-top-btn li a {
    color: #0a527f !important;
}*/

/*.fixed .right-top-btn i {
    color: #0a527f;
}
.fixed .right-top-btn {
    right: 12px;
}*/

.inner-nav .right-top-btn

{
    
}
.inner-nav .right-top-btn li a{
        color: #000;
}
a.btn.btn-primary.contact {
    color: #fff;
}

.inner-nav .right-top-btn i {
    color: #087780;
}

.slide-text.slide_style_center span.pickup.picup-order p {
    padding: 0;
    display: block;
    margin: 0;
    vertical-align: top;
    color: #087780;
    font-size: 14px;

    text-shadow: 2px 2px rgba(255, 255, 255, 0.18);
    padding-bottom: 7px;
    font-weight: 600;
}

.slide-text.slide_style_center span.pickup.picup-order span {
    display: inline-block;
    float: left;
    font-size: 43px;
    color: #087780;
    text-shadow: 2px 2px rgba(255, 255, 255, 0.18);
    margin-right: 10px;
    font-weight: 600;
}

.slide-text.slide_style_center span.pickup.picup-order font {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #087780;
    float: left;
    text-shadow: 2px 2px rgba(255, 255, 255, 0.18);
    margin-top: -6px;
}

.slide-text.slide_style_center span.pickup.picup-order font i {
    font-style: inherit;
}

span.pickup.footer-picup-order span {
    float: left;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-right: 10px;
}

span.pickup.footer-picup-order p {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
}
span.pickup.footer-picup-order span {
    float: left;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    margin-top: 7px;
    margin-right: 4px;
    text-transform: uppercase;
}

span.pickup.footer-picup-order font {
    float: left;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 0;
    line-height: 16px;
    text-transform: uppercase;
}

span.pickup.footer-picup-order font i {
    font-style: initial;
}

span.pickup.footer-picup-order:before {
    content: url(../images/phone-icon-blue.png);
    position: absolute;
    /* z-index: 99999; */
    /* width: 24%; */
    height: 50px;
    margin-top: 11px;
    left: 0;
    margin-left: -60px;
}

.navbar-collapse.collapse {
    padding-bottom: 10px;
}




  
.pricing table, .pricing th, .pricing td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 5px;
}




.pricing th, .pricing td {
    padding: 10px 10px;
    text-align: center; 
}
.pricing table#t01 tr:nth-child(even) {
    background-color: #eee;
}
.pricing table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
.pricing table#t01 th {
    background-color: black;
    color: white; 
}   


 li.request-wrapper {
    display: none;
}

.date-picker th, td {
        padding: inherit;  
    text-align: inherit;
    
}

.date-picker table, th, td {
       border: none;
    border-collapse: inherit;
    border-radius: 0; 
}

/*

.pricing table {
    width:100%;
}
section.pricing table, th, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 5px;
}
.pricing th, td {
    padding: 10px 25px;
    text-align: left;
}
.pricing table#t01 tr:nth-child(even) {
    background-color: #eee;
}
.pricing table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
.pricing table#t01 th {
    background-color: black;
    color: white; 
}
  
  */
 

.pick.contact-pickup {  
    float: left;
    width: 100%;
}

.center-flote {
    display: inline-block;
    float: none;
}

.sticky.inner-nav.fixed .contact-btn a {
    padding-top: 0;
}

.sticky.inner-nav.fixed .contact-btn a.btn.btn-primary.contact {
    padding: 10px 30px;
}

span.pickup.footer-picup-order:before {
    content: url(../images/phone-icon-white.png);
    position: absolute;
    /* z-index: 99999; */
    /* width: 24%; */
    height: 50px;
    margin-top: 17px;
    left: 0;
    margin-left: -60px;
}

.inner-nav .right-top-btn li a {
    padding-top: 0;
}

/*popup style*/
@media (min-width: 576px){
    .vacinated .modal-dialog{
      min-height: calc(100% - 3.5rem);
          max-width: 500px;
  margin: 1.75rem auto;
  display: flex
}
}
.vacinated .modal-content{
   margin: auto;
       width: 100%;
}

.vacinated .modal-header{
    border-bottom: none;
}
.vacinated .modal-header .close{
    opacity: 1;
}
.vacinated .modal-body{
    text-align: center;
    padding-bottom: 30px
}
.vacinated .modal-body h1{
    font-weight: 600;
    color: #0A54A6;
    font-size: 39px;
    margin-bottom: 20px;
}
.vacinated .modal-body h2{
    color: #6AD74C;
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 20px;
}
.item {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: rgb(218 20 20 / 20%) 3px 5px 5px;
}
.bs-slider-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 50%);
    transition: all .3s linear;
}
@media (max-width: 576px){
    .owl-nav {
        display: none;
    }
    .laundry-promise .promise {
            padding: 30px 30px;
    }
    a.navbar-brand img {
        width: 100px;
    }
    .service-holder p {
         width: 100%;
    }
    .howit-works-wrapper h2 {
        padding: 20px 0 10px 0;
        font-weight: 600;
    }
    .how-works {
        bottom: 0;
    }
    .promise-icon-holder li h5 {
        width: 100%;
        min-height: 19px;
    }
    .promise-icon-holder li {
        width: 42%;
        border: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
        display: inline-block;
    }
    .col-md-6.col-sm-12.col-xs-12.about-background.img-wrapper {
    background-size: contain;
}
.promise-icon-holder li {
            width: 42%;
            border: none;
            border-bottom: 1px solid #eee;
            padding-bottom: 25px;
        }
}
.col-md-12.col-sm-12.col-xs-12.promise1 {
    padding: 0px;
}
.row.mission {
    margin-bottom: 50px;
}
.mission-test,.mission-test.vision {
    padding-top: 50px;
    padding-bottom: 50px;
}