/*
 * Theme V1.0.0
 * Copyright 2015-2016 Themeon.com
 */

/*
 Table Of Contents
 1.) Homepage 1
 2.) Homepage 2
 3.) Homepage 3
 4.) About Us
 5.) Service Details
 6.) Services
 7.) Blog
 8.) Blog Post
 9.) Request A Quote
 10.) Contact Us
 11.) 404
 12.) Shop Details
 13.) Shop Listing
 14.) Shopping Cart
 15.) Checkout
 16.) Locations
 17.) Laoder Section
 ======================================= */
/*1.) Homepage 1*/
.stuffs_rental-page-layout {
    overflow: hidden;
}
/*Styling for banner section*/
.banner {
    position: relative;
}
.about .banner-image {
    width: 100%;
    height: 298px;
    background: url("../images/banner-plane2.jpg") no-repeat;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}

.tp-caption.medium_grey {
    background: none !important;
}
.shipping {
    text-transform: uppercase;
    color: #2c3740 !important;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    display: block;
    width: 162px;
    text-align: center;
    padding: 11px 0;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.shipping:after {
    border-left: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    content: "";
    position: absolute;
    right: -16px;
    top: -1px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.caption {
    width: 476px;
}
.banner-text h2 {
    font-weight: 900;
    letter-spacing: -0.9px;
    white-space: normal;
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tp-leftarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 5%;
}
.tp-rightarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
}
/*Styling for section area*/
.section {
    position: relative;
}
/*styling for services*/
.services {
    padding-top: 97px;
    padding-bottom: 97px;
    /*padding-top: 71px;
     padding-bottom: 98px;*/
}
.our-info {
    padding-top: 97px;
    padding-bottom: 97px;
}
.services-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    width: 174px;
    text-align: center;
    padding: 15px 0;
    transition: 1s all ease !important;
    -webkit-transition: 1s all ease !important;
    border: 1px solid transparent;
}
.services-link:hover, .stuffs_rental-page-settings-three .services-link:hover {
    color: #fff !important;
    border: 1px solid transparent;
}
.heading h2 {
    margin-bottom: 39px;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 900;
}
.heading h2:after, .heading h6:after, .woocommerce-account .user-blog  > h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 1px;
    left: 0;
    bottom: 0;
}
.news .heading h2::after, .testimonial .heading h2::after {
    display: none;
}
.news .heading h2, .testimonial .heading h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 900;
}
.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.slides-text h4 {
    font-weight: 900;
    margin-bottom: 17px;
    letter-spacing: -0.5px;
}
.slides-text h4 a {
    color: #2c3740;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.slides-text p {
    margin-bottom: 23px;
    letter-spacing: 0.1px;
}

.slides-text {
    padding: 34px 23px 36px 34px;
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
}
.slides-tab {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
    position: relative;
}
/*.services-slider .owl-carousel .owl-wrapper-outer {
 width: auto;
 margin-left: -10px;
 margin-right: -10px;
 }*/
/*.services-slider .owl-item:nth-child(3n-1) .slides-tab {
 margin-left: 10px;
 padding-right: 10px;
 }
 .services-slider .owl-item:nth-child(3n) .slides-tab {
 margin-left: 21px;
 padding-right: 0;
 }*/
.read-more {
    text-transform: uppercase;
    color: #2c3740;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    letter-spacing: 0.7px;
    font-weight: 800;
}
@keyframes move {
    0% {margin: 0 0 0 5px !;}
25% {margin: 0 0 0 8px;}
50% {margin: 0 0 0 11px;}
75% {margin: 0 0 0 14px;}
100% {margin: 0 0 0 16px;}
}
@-webkit-keyframes move {
    0% {margin: 0 0 0 5px;}
25% {margin: 0 0 0 8px;}
50% {margin: 0 0 0 11px;}
75% {margin: 0 0 0 14px;}
100% {margin: 0 0 0 16px;}
}
.read-more > span {
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.read-more:hover > span {
    margin-left: 16px;
    /*    -webkit-animation: 0.5s ease-in-out 0s normal forwards 1 running move;
     -o-animation: 0.5s ease-in-out 0s normal forwards 1 running move;
     animation: 0.5s ease-in-out 0s normal forwards 1 running move;*/
}
.services .owl-pagination, .news .owl-pagination {
    margin: 10px 0;
}
.owl-page {
    display: inline-block;
    margin: 0 5px;
}
.services .owl-page span, .news .owl-page span {
    background: #fff;
    border: 2px solid #dde5ea;
}
.services .owl-page.active span, .news .owl-page.active span {
    border: 2px solid #50b9ce;
}
.services .owl-controls, .news .owl-controls {
    position: absolute;
    right: -6px;
    top: -79px;
}
/*styling for features*/
.features {
    /*margin-bottom: 112px;*/
    padding-top: 97px;
}
.heading h3 {
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}
.heading h3:after, .heading h5:after {
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.features-text > p {
    letter-spacing: 0.1px;
    margin-bottom: 33px;
}
.tab-text {
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    margin-left: 27px;
}
/*styling for about*/
.features-tab {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin-bottom: 34px;
    padding: 27px 0 13px 22px;
}
.icon-ship {
    background-position: 2px -7px;
    height: 70px;
    vertical-align: top;
    width: 58px;
    margin-top: 13px;
}
.icon-train {
    background-position: -76px 0;
    height: 70px;
    vertical-align: top;
    width: 60px;
    margin-top: 13px;
}
.icon-plane {
    background-position: -167px 0;
    height: 70px;
    vertical-align: top;
    width: 60px;
    margin-top: 3px;
}
.icon-clock {
    background-position: -253px -3px;
    height: 70px;
    vertical-align: top;
    width: 60px;
    margin-top: 7px;
}
.figure {
    position: absolute;
    height: 100%;
    float: left;
    background: url("../images/train.jpg") no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    width: calc(50% - 31px);
}
.tab-text > h5 {
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.stuffs_rental-king {
    width: calc(50% + 31px);
    float: right;
    position: relative;
}
.about-us {
    background: #394650;
    padding: 80px 0px 125px 89px;
}
.stuffs_rental-king .about-us p {
    width: 530px;
}
.description {
    max-width: 515px;
}
.about-us h3 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin-top: 7px;
}
.about-us h3 span {
    font-size: 14px;
    color: #6d7c88;
    display: block;
    margin-bottom: 5px;
}
.about-us h3:after {
    content: "";
    background: #50b9ce;
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mission h5 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}
.mission span {
    text-transform: uppercase;
}
.spanish {
    font-size: 18px;
    font-style: italic;
    width: 511px;
    padding: 17px 10px 27px 20px;
    margin-bottom: 36px;
    position: relative;
}
.spanish:after {
    border-left: 8px solid #50b9ce;
    border-right: 8px solid transparent;
    border-top: 11px solid #50b9ce;
    border-bottom: 11px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -22px;
}
.spanish p {
    color: #ffffff;
    line-height: 2;
    letter-spacing: -0.2px;
    font-size: 18px;
}
.custom-blockquote {
    bottom: 43px;
    padding: 0;
    position: absolute;
    left: 89px;
    border: 0;
}
.testimonial-section {
    background: #f0f4f7;
    width: 100%;
    min-height: 209px;
}
blockquote footer::before, blockquote small::before, blockquote .small::before {
    content: "";
}
/*Styling for News Area*/
.news h2, .testimonial h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.news h2 span, .testimonial h2 span {
    color: #6d7c88;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.news-section .slides-tab {
    padding-right: 0;
}
.comments, .doe {
    color: #2c3740;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    text-transform: uppercase;
}
.doe {
    position: relative;
    margin-right: 22px;
}
.doe:after {
    content: "";
    background: #d4dee5;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -14px;
    top: 6px;
}
.custom-quote {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    padding: 36px 50px 45px 40px;
    letter-spacing: 0.7px;
}
.custom-quote p {
    font-style: italic;
    margin-bottom: 28px;
    color: #2c3740;
    margin-top: 9px;
    line-height: 2;
    letter-spacing: 1px;
}
.custom-quote h6 {
    letter-spacing: -0.6px;
}
.custom-quote h6 span {
    display: block;
    color: #adb8c2;
    margin-top: 8px;
}
.custom-fa {
    color: #d4dee5;
    font-size: 30px;
}
.about {
    overflow: hidden;
    position: relative;
}
.news {
    padding-top: 96px;
    padding-bottom: 96px;
}
.news h5 {
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.news .slides-text p {
    margin-bottom: 25px;
}
.news h5 a {
    color: #2c3740;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.design {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    background: #d4dee5;
    display: block;
    position: relative;
    margin: 0 auto;
}
.design:after {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    display: block;
    left: 3px;
    top: 3px;
}
.design-line {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0 auto 29px;
}
.design-line:before {
    content: "";
    position: absolute;
    width: 97px;
    height: 1px;
    background: #d4dee5;
    left: -32px;
    top: 16px;
    display: block;
}

/*Styling for Testimonial Area*/
.testimonial {
    /*padding-top: 111px;*/
    padding-top: 97px;
}
.feedback {
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
}
/*.owl-item:nth-child(2n) .feedback {
 margin-left: 15px;
 margin-right: 0;
 }*/
.testimonial .owl-page span {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #dde5ea;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.testimonial .owl-page.active span {
    background: #50b9ce;
    border: 2px solid #50b9ce;
}
.testimonial .owl-controls {
    bottom: -54px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.testimonial-text {
    /*margin-bottom: 154px;*/
    margin-bottom: 145px;
    padding-top: 6px;
}

/*Styling for Query*/
.query {
    padding: 30px 0 13px;
}
.query h5 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 7px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.query p {
    color: #255f6b;
    letter-spacing: -0.4px;
}
.button, .woocommerce .query .button, .woocommerce .woocommerce-Pagination a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    width: 174px;
    padding: 15px 0;
    text-align: center;
    background: #e04622;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    font-weight: 800;
}
.button:hover, .stuffs_rental-page-settings-three .button:hover, .sign-up button:hover, .woocommerce .woocommerce-Pagination a:hover {
    background: #ffffff;
    color: #000;
}
.contact-us:hover {
    border: 1px solid #000000;
}

/*2.) Homepage 2*/

.stuffs_rental-page-settings-two .banner-text h2 {
    font-size: 30px;
}
.tp-caption {
    white-space: normal;
}
.stuffs_rental-page-settings-two .services-link {
    position: absolute;
    bottom: 39px;
    left: 34px;
    background: #e04622 !important;
}
.solution p {
    color: #c2f5ff;
    font-size: 15px;
    margin-bottom: 26px;
}
.solution h1 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 26px;
}
.solution {
    padding: 43px 0 35px 37px;
    width: 593px;
    height: 287px;
}
.about-stuffs_rental {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    width: 174px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    margin-top: 44px;
    margin-left: 5px;
    width: 174px;
}
.about-stuffs_rental:hover {
    color: #ffffff;
}
.powerful-solution {
    padding: 86px 0 84px;
}
.powerful-solution p {
    letter-spacing: 0.1px;
}
.stuffs_rental-page-settings-two .about-text .heading h2 {
    width: 100%;
    padding: 0 28px 15px;
}
.stuffs_rental-page-settings-two .heading h2 {
    margin-bottom: 25px;
    margin-top: 7px;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.3;
    width: 666px;
    letter-spacing: -0.9px;
    padding-bottom: 15px;
    font-weight: 900;
}
.stuffs_rental-page-settings-two .heading span {
    letter-spacing: -0.3px;
}
.stuffs_rental-page-settings-two .services {
    padding-bottom: 105px;
    padding-top: 92px;
    background: #f0f6fa;
}
.stuffs_rental-page-settings-two .services .heading h2 {
    margin-top: 2px;
    letter-spacing: 1.5px;
    padding-bottom: 13px;
    margin-bottom: 39px;
}
.stuffs_rental-page-settings-two .services .owl-pagination, .stuffs_rental-page-settings-two .news .owl-pagination {
    margin: 16px 0;
}
.stuffs_rental-page-settings-two .owl-page span {
    background: #6d7c88;
    border: 2px solid #6d7c88;
}
.stuffs_rental-page-settings-two .owl-page.active span {
    border: 2px solid #e04622;
}
.stuffs_rental-page-settings-two .slides-text {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 26px 22px 0 0;
    border: none;
}
.stuffs_rental-page-settings-two .slides-text h4 {
    position: absolute;
    top: 38%;
    left: 0;
    background: #2c3740;
    padding: 14px 30px 14px 23px;
}
.stuffs_rental-page-settings-two .slides-text h4 a {
    color: #fff;
}
.stuffs_rental-page-settings-two .features-tab {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 46px 0 36px;
    margin-bottom: 0;
    border: none;
}
.stuffs_rental-page-settings-two .tab-text {
    border-left: 1px solid #e0e6ec;
    width: 82%;
    margin-left: 15px;
    padding-bottom: 3px;
    padding-left: 28px;
    padding-top: 3px;
}
.stuffs_rental-page-settings-two .features-tab h5 {
    font-weight: 900;
    margin-bottom: 8px;
}
.stuffs_rental-page-settings-two .icon-ship {
    margin-top: 8px;
}
.stuffs_rental-page-settings-two .icon-plane {
    margin-top: 0;
    width: 58px;
}
.stuffs_rental-page-settings-two .icon-clock {
    margin-top: 6px;
    width: 61px;
}
.stuffs_rental-page-settings-two .icon-train {
    margin-top: 2px;
    width: 61px;
}
.stuffs_rental-page-settings-two .slides-text p {
    margin-bottom: 26px;
}
.stuffs_rental-page-settings-two .features-tab p {
    font-weight: 300;
    letter-spacing: 0.3px;
}
.stuffs_rental-page-settings-two .features-text {
    margin-bottom: 36px;
}
.stuffs_rental-page-settings-two .features-text .heading h3 {
    padding-bottom: 11px;
    margin-bottom: 24px;
}
.stuffs_rental-page-settings-two .about {
    padding-bottom: 213px;
    padding-top: 142px;
    background: url("../images/slider.jpg") no-repeat;
    background-attachment: fixed;
}
.about-text {
    margin: 0 auto;
    text-align: center;
    width: 598px;
}
.about-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}
.about-content .heading h2::after {
    margin: 0 auto;
    right: 0;
}
.about-content p {
    color: #bfbcba;
    margin-bottom: 52px;
    font-style: italic;
    font-size: 18px;
}
.about-content strong {
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
.about-content span {
    color: #c1c1bd;
    margin-bottom: 11px;
}
.about-content a {
    color: #fff;
    font-style: italic;
    font-size: 14px;
}
.about-slides .owl-buttons {
    height: 27px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -14px
}
.about-slides .owl-prev {
    background: url("../images/prev.png") no-repeat;
    width: 19px;
    height: 27px;
    font-size: 0px;
    position: absolute;
    top: 50%;
    left: 55px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.about-slides .owl-prev:hover {
    background: url("../images/prev-hover.png") no-repeat;
}
.about-slides .owl-next {
    background: url("../images/next.png") no-repeat;
    width: 19px;
    height: 27px;
    font-size: 0px;
    position: absolute;
    top: 50%;
    right: 55px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.about-slides .owl-next:hover {
    background: url("../images/next-hover.png") no-repeat;
}
.about-slides .owl-pagination {
    display: none;
}
.stuffs_rental-page-settings-two .news {
    /*padding-top: 131px;*/
}
.stuffs_rental-page-settings-two .news .heading {
    text-align: left;
}
.stuffs_rental-page-settings-two .news .heading h2 {
    padding-bottom: 12px;
    font-size: 36px;
    margin-top: 0;
    letter-spacing: -1px;
    margin-bottom: 45px;
}
.stuffs_rental-page-settings-two .news .slides-text {
    padding: 30px 22px 0 0;
}
.stuffs_rental-page-settings-two .news .heading h2::after, .stuffs_rental-page-settings-two .testimonial .heading h2::after {
    display: block;
}
.stuffs_rental-page-settings-two .news-section {
    position: relative;
    /*margin-bottom: 150px;*/
}
.stuffs_rental-page-settings-two .news-section .slides-tab {
    margin-right: 18px;
    margin-left: 2px;
}
.stuffs_rental-page-settings-two .sign-up button:hover {
    border: 1px solid transparent;
}
.stuffs_rental-page-settings-two .query p {
    color: #000;
}
.stuffs_rental-page-settings-two .query .button.contact-us {
    background: #ffffff;
}
.stuffs_rental-page-settings-two .query .button.contact-us:hover {
    color: #000 !important;
}
.stuffs_rental-page-settings-two .features {
    /* margin-top: 105px;
     margin-bottom: 102px;*/
    padding-top: 97px;
    padding-bottom: 97px;
}
/*3.) Homepage 3*/

.stuffs_rental-page-settings-three .banner-text h2 {
    font-size: 42px;
    font-weight: 900;
    width: 466px;
    background: rgba(44, 55, 64, 0.8);
    padding: 26px 28px;
    width: 495px;
    margin: 0;
}
.stuffs_rental-page-settings-three .solution {
    height: auto;
    padding: 28px 0 27px 20px;
    width: 466px;
}
.stuffs_rental-page-settings-three .services-link {
    color: #2c3740 !important;
    margin-top: -1px;
    margin-left: -3px;
}
.stuffs_rental-page-settings-three .services {
    background: url("../images/blue-bg.jpg") no-repeat;
    padding-top: 138px;
    padding-bottom: 117px;
    position: relative;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.stuffs_rental-page-settings-three .services .heading span {
    color: #bde5ff;
}
.stuffs_rental-page-settings-three .services .heading h2 {
    color: #fff !important;
}
.stuffs_rental-page-settings-three .services .heading h2:after {
    background: #fff !important;
}
.stuffs_rental-page-settings-three .services .heading h2 {
    margin-bottom: 42px;
}
.stuffs_rental-page-settings-three .services .owl-page span {
    background: transparent;
}
.stuffs_rental-page-settings-three .services .owl-page.active span {
    border: 2px solid #f9c231;
}
.stuffs_rental-page-settings-three .services-slider .slides-text {
    background: #ffffff;
    padding: 34px 23px 42px 34px;
    border: none;
    box-shadow: none;
}
.stuffs_rental-page-settings-three .features {
    padding-top: 96px;
}
.stuffs_rental-page-settings-three .features-tab {
    margin-top: 26px;
}
.stuffs_rental-page-settings-three .spanish::after {
    border-color: #f9c231 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f9c231;
}
.stuffs_rental-page-settings-three .date {
    background: #429bd5;
}
.stuffs_rental-page-settings-three .testimonial .owl-page.active span {
    background: #2c3740 !important;
    border: 2px solid #2c3740 !important;
}
.stuffs_rental-page-settings-three .query h5 {
    color: #2c3740;
}
.stuffs_rental-page-settings-three .button {
    background: #2c3740;
}
.stuffs_rental-page-settings-three .spanish p {
    color: #414b53;
}
.free-quote {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.quote > span {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #429bd5;
    display: block;
    width: 156px;
    text-align: center;
    position: relative;
    padding: 10px 0;
}
.quote > span::after {
    border-left: 8px solid #429bd5;
    border-right: 8px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #429bd5;
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
}
.quote ul {
    list-style-type: none;
}
.quote ul li {
    display: inline-block;
    position: relative;
}
.quote input, .stuffs_rental-page-settings-three .sbHolder {
    background: #f1f4f8;
    border: 1px solid #dae0e7;
    text-transform: capitalize;
    color: #6e7b86;
    font-size: 14px;
    -webkit-border-radius: 0;
}
.quote input::-webkit-input-placeholder {
    color: #6e7b86;
    opacity: 1;
}
.quote input::-moz-placeholder {
    color: #6e7b86;
    opacity: 1;
}
.quote input::-moz-placeholder {
    color: #6e7b86;
    opacity: 1;
}
.quote textarea::-webkit-input-placeholder {
    color: #6e7b86;
    opacity: 1;
}
.stuffs_rental-page-settings-three .testimonial {
    padding-top: 102px;
}
.stuffs_rental-page-settings-three .testimonial-text {
    margin-bottom: 153px;
}
.quote input {
    padding: 14px 17px;
}
.stuffs_rental-page-settings-three .sbSelector {
    padding: 14px 10px 14px 18px;
    color: #6e7b86;
    display: block;
    background: url("../images/drop-down.png") no-repeat;
    background-position: 90% 50%;
    width: 173px;
}
.stuffs_rental-page-settings-three .sbOptions li {
    display: block !important;
}
.stuffs_rental-page-settings-three .sbOptions {
    background: #f1f4f8;
    display: none;
    left: 0;
    max-height: 281.75px;
    position: absolute;
    top: 50px !important;
    width: 100%;
    z-index: 99;
    padding-left: 21px;
}
.stuffs_rental-page-settings-three .sbOptions a {
    color: #6e7b86;
    padding-bottom: 10px !important;
    display: block;
}
.quote > form {
    background: #ffffff;
    padding: 26px 0 26px 20px;
}
.stuffs_rental-page-settings-three .quote form {
    background: #ffffff;
    padding: 26px 0 26px 20px;
}
.quote input.submit-quote {
    background: #2c3740;
    border: 1px solid #2c3740;
    color: #fff;
    font-weight: bold;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    width: 100%;
}
.quote form > ul > li:nth-child(2) {
    margin-left: -5px;
    margin-right: 10px;
}
.quote form > ul > li:nth-child(4) {
    margin-right: -5px;
    margin-left: 10px;
}
.quote form > ul > li:last-child {
    margin-left: 10px;
    width: 13%;
}
.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
    max-height: 818px !important;
}

.banner {
    width: 100%;
    position: relative;
    max-height: 818px !important;
    overflow: hidden;
}
.stuffs_rental-page-settings-three .banner {
    overflow: visible;
}

/*4.) About Us*/
.about-us-page .navigation::before {
    border-width: 25px 20px;
}
.common-page .banner {
    max-height: 298px !important;
}
.common-page .banner-text {
    left: 0;
}
.common-page .shipping::after {
    border-width: 21px 8px;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.amazing-features {
    /*padding-top: 81px;*/
    padding-top: 97px;
    padding-bottom: 97px;
}
.amazing-text {
    padding-top: 8px;
}
.about-us-page .heading span {
    letter-spacing: -0.3px;
}
.common-page .heading h3 {
    margin-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.amazing-text p {
    letter-spacing: 0.1px;
    margin-bottom: 24px;
}
.about-us-page .amazing-text .button {
    margin-top: 40px;
}
.about-us-page .features {
    padding-top: 91px;
}
.about-us-page .features .heading h3 {
    margin-top: 3px;
}
.about-us-page .features-tab {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 46px;
    padding: 0 0 40px;
    border: none;
}
.about-us-page .tab-text {
    border-left: 1px solid #e0e6ec;
    margin-left: 15px;
    padding-bottom: 0px;
    padding-left: 28px;
    padding-top: 1px;
    width: 82%;
}
.about-us-page .icon-ship {
    margin-top: 8px;
}
.about-us-page .icon-train {
    margin-top: 3px;
}
.about-us-page .icon-plane {
    margin-top: 0px;
}
.about-us-page .icon-clock {
    margin-top: 6px;
}
.about-us-page .features-text > p {
    margin-bottom: 73px;
}
.about-us-page .tab-text > h5 {
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.about-us-page .tab-text > p {
    letter-spacing: 0.1px;
}
.icon-truck {
    background-position: 0 -97px;
    height: 60px;
    margin-top: -25px;
    width: 58px;
}
.icon-globe {
    background-position: -74px -92px;
    height: 72px;
    margin-top: -30px;
    width: 61px;
}
.about-us-page .features {
    margin-bottom: 31px;
}
.team {
    padding-top: 88px;
    background: #f0f4f7;
    padding-bottom: 84px;
}
.figure-wrap {
    position: relative;
    float: left;
    width: 46%;
}
.figure-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(44, 55, 64, 0.5);
    display: none;
}
.members:hover .figure-overlay {
    display: block;
}
.figure-overlay > ul {
    list-style-type: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.figure-overlay li {
    display: inline-block;
    border: 1px solid #ffffff;
}
.figure-overlay a {
    display: block;
    padding-bottom: 11px;
    padding-top: 9px;
    text-align: center;
    width: 39px;
    color: #ffffff;
    font-size: 16px;
}
.members {
    position: relative;
}
.members-text {
    float: left;
    width: 54%;
    padding: 27px 13px 16px 25px;
    background: #ffffff;
    position: absolute;
    right: 0;
    height: 100%;
}
.members h6 {
    text-transform: uppercase;
    margin-bottom: 9px;
}
.about-us-page .team .heading h3 {
    margin-bottom: 29px;
}
.about-us-page .testimonial {
    padding-top: 96px;
}
.about-us-page .testimonial .heading h2::after {
    display: block;
}
.about-us-page .testimonial .heading h2 {
    padding-bottom: 18px;
    margin-bottom: 46px;
}

/*5.) Service Details*/
.stuffs_rental-page-layout h1 {
    font-weight: 900;
}
.services-details {
    padding: 70px 0 156px;
}
.services-details .heading h3 {
    margin-top: 4px;
    margin-bottom: 42px;
    padding-bottom: 11px;
}
.logistics > img {
    margin-bottom: 53px;
}
.services-details h4 {
    letter-spacing: -0.6px;
    font-weight: 900;
    margin-bottom: 18px;
}
.logistics p {
    display: block;
    padding-right: 11px;
    margin: 0 0 24px;
}
.specialtys {
    padding: 45px 0 54px;
}
.services-details h5 {
    font-weight: 900;
    letter-spacing: -0.5px;
}
.specialtys ul {
    list-style-type: none;
    padding: 22px 0 0;
}
.specialtys ul li {
    font-size: 18px;
    font-style: italic;
    letter-spacing: -0.2px;
    margin-bottom: 19px;
    padding: 4px 0 0 54px;
    position: relative;
}
.icon-check {
    background-position: -154px -109px;
    height: 36px;
    width: 50px;
    left: 0;
    position: absolute;
    top: 0;
}
.services-details .custom-footer-padding {
    padding-left: 12px;
}
.more-services {
    background: #f0f4f7;
    padding: 96px 0 105px;
}
.more-services .heading h3 {
    margin-top: 2px;
    padding-bottom: 14px;
}
.more-text h6 {
    font-weight: 800;
    padding: 19px 0;
    position: relative;
}
.more-services h6:after {
    position: absolute;
    content: "";
    width: 27px;
    height: 3px;
    bottom: -2px;
    left: 0;
    display: block;
}
.more-tab:hover .more-text h6::after {
    -webkit-animation: 0.5s ease-in-out 0s normal forwards 1 running service;
    -o-animation: 0.5s ease-in-out 0s normal forwards 1 running service;
    animation: 0.5s ease-in-out 0s normal forwards 1 running service;
}
@keyframes service {
    0% {width:27px;}
25% {width: 49px;}
50% {width: 139px;}
75% {width: 212px;}
100% {width: 263px;}
}
.more-slides {
    margin-top: 9px;
}
.more-tab {
    margin: 0 21px 0 0;
    padding-bottom: 50px;
}
.more-text a {
    color: #2c3740;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.more-services .owl-pagination {
    margin-left: -4px;
}
.more-services .owl-page {
    margin: 0 3px;
}
.more-services .owl-page span {
    border: 2px solid #d5dfe5;
    background: #ffffff;
    height: 14px;
    width: 14px;
}
.more-services .owl-page.active span {
    border: 2px solid transparent;
    background: #50b9ce;
}
.more-text {
    border-bottom: 1px solid #dae1e6;
}

/*6.) Services*/
.service-page .services {
    padding-top: 75px;
    padding-bottom: 82px;
}
.service-page .heading span {
    letter-spacing: -0.3px;
}
.service-page .slides-text {
    padding: 34px 23px 43px 34px;
}
.service-page .heading h3 {
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 13px;
}
.service-category {
    clear: both;
}
.service-tab {
    width: 33.33%;
    float: left;
    position: relative;
}
.service-page .service-text {
    padding: 47px 50px 42px 47px;
    text-align: center;
    background: #f0f4f7;
    min-height: 269px;
}
.service-text h5 {
    font-weight: 900;
    letter-spacing: -0.3px;
    margin-bottom: 13px;
}
.service-text .services-link {
    width: 130px;
    margin: 0 auto;
    padding: 13px 0;
}
.service-text p {
    margin: 0 0 24px;
}
.other-services {
    /*margin-bottom: 182px;
     margin-bottom: 97px;*/
    overflow: hidden;
    padding-top: 97px;
    padding-bottom: 97px;
}
.more-services-text {
    width: 640px;
}
.custom-window {
    padding: 145px 0 148px;
}
.more-services-text > h3 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.more-services-text > p {
    font-size: 22px;
    letter-spacing: 0.8px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 55px;
}
.more-services-text .services-link {
    width: 208px;
}
.service-page .more-services {
    padding: 87px 0 50px;
}
.service-page .more-tab {
    margin: 0;
}
.service-page .more-text h6 {
    padding: 14px 0;
}
.service-page .more-services .heading h3 {
    margin-bottom: 16px;
    font-weight: 900;
}
.service-page .testimonial {
    padding-top: 78px;
}
.service-page .testimonial .owl-controls {
    bottom: -51px;
}
.service-page .testimonial-text {
    margin-bottom: 152px;
}
.service-page .footer-nav ul::before {
    border-width: 26px 20px !important;
    top: 0;
}

/*7.) Blog*/
.banner-image-plane {
    width: 100%;
    height: 298px;
    /*background: url("../images/service-detail-banner.jpg") no-repeat;*/
    background-attachment: fixed;
}
.blog {
    /*padding: 71px 0 86px;*/
    padding-top: 97px;
}
.single-product .blog {
    padding-bottom: 97px;
}

.blog .heading h3 {
    margin-top: 1px;
    padding-bottom: 13px;
    margin-bottom: 20px;
}
.flexslider1 {
    position: relative;
}
.flex-direction-nav {
    left: 0;
    list-style-type: none;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.flex-nav-prev {
    left: 31px;
    position: absolute;
    top: 0;
}
.flex-nav-next {
    position: absolute;
    right: 70px;
    top: 0;
}
.flex-prev {
    font-size: 0;
    width: 41px;
    height: 41px;
    background: url("../images/flex-prev.png");
    position: absolute;
}
.flex-next {
    font-size: 0;
    width: 41px;
    height: 41px;
    background: url("../images/flex-next.png");
    position: absolute;
}
.user-blog h5 {
    font-weight: 900;
    letter-spacing: 0.4px;
}
.blog-text ul.post-meta {
    list-style-type: none;
    padding: 6px 0 20px;
}
.blog-text ul.post-meta li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 32px;
}
.blog-text ul.post-meta li a {
    font-size: 14px;
    margin-left: 10px;
    color: #6d7c88;
}
.blog-text {
    padding: 42px 2px 0 0;
}
.blog-text p {
    letter-spacing: 0.1px;
    margin: 11px 0 46px;
}
.blog .services-link {
    width: 134px;
}
.audio {
    height: 80px;
    font-size: 0;
    margin-top: 81px;
    margin-bottom: 43px;
    background: #50b9ce;
}
.play {
    border: 0 none;
    height: 100%;
    width: 8%;
    position: relative;
    background: transparent;
    border-right: 1px solid #92dae8;
    vertical-align: top;
}
.play:after {
    content: "";
    position: absolute;
    display: block;
    background: #ffffff;
    left: 41%;
    top: 50%;
    width: 4px;
    height: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.play:before {
    content: "";
    position: absolute;
    display: block;
    background: #ffffff;
    right: 41%;
    top: 50%;
    width: 4px;
    height: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.duration {
    display: inline-block;
    padding: 36px 22px 0 27px;
    width: 85%;
}
.played {
    background: #ffffff;
    display: inline-block;
    height: 8px;
    width: 144px;
    left: 0;
    position: absolute;
    top: 0;
}
.dot {
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    width: 19px;
    position: absolute;
    right: -1px;
    top: -6px;
}
.remaining {
    background: #92dae8;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 100%;
}
.volume {
    background: #47aabe;
    display: inline-block;
    font-size: 18px;
    height: 100%;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 7%;
    color: #fff;
}
.volume i {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.video {
    margin: 53px 0 41px;
    position: relative;
}
.video-control {
    border-radius: 50%;
    height: 78px;
    left: 0;
    line-height: 74px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 78px;
}
.video-duration {
    bottom: 9px;
    left: 11px;
    position: absolute;
    padding-right: 11px;
}
.video-duration > img {
    width: 100%;
}
blockquote.user-quote {
    background: #baf4ff;
    border: 0 none;
    font-size: 0;
    margin-top: 82px;
    padding: 34px 20px 50px 37px;
    margin-bottom: 22px;
}
.user-quote > span {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 83px;
    line-height: 106px;
    margin-right: 39px;
    margin-top: 17px;
    text-align: center;
    vertical-align: top;
    width: 83px;
}
.user-quote span i {
    font-size: 36px;
    color: #ffffff;
}
.user-quote > p {
    display: inline-block;
    max-width: 635px;
    letter-spacing: -0.4px;
    line-height: 2;
    font-style: italic;
    font-family: lora;
}
.custom-pagination {
    margin: 92px 0 0;
}
.custom-pagination li:first-child {
    display: none !important;
}
.custom-pagination li {
    margin-right: 5px;
}
.custom-pagination li a {
    padding: 7px 15px;
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    color: #2c3740;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.custom-pagination li a:hover {
    color: #ffffff !important;
    background: transparent;
}
.custom-pagination li a:focus {
    border: 1px solid transparent;
}
.custom-pagination li a.pagination-next {
    padding: 10px 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    margin-left: 2px;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    border: 1px solid rgba(0, 0, 0, 0);
}
.custom-pagination li a.pagination-next:hover {
    color: #fff !important;
}
.search-box {
    position: relative;
    background: #f0f0f0;
}
.search-box input[type="text"] {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 15px;
    padding: 11px 50px 15px 21px;
}
.search-box input[type="submit"] {
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    background: #f0f0f0 url("../images/search.png") no-repeat;
    background-position: center;
}
.categories {
    margin: 34px 0 0;
}
.aside ul {
    list-style-type: none;
    font-size: 15px;
    margin: 9px 0 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .aside li {
    letter-spacing: 0.3px;
    padding: 7px 0;
}
.aside li{
    border-bottom: 1px solid #eceeee;
}
.aside li:last-child {
    border-bottom: none;
}
.aside ul li a {
    color: #60707d;
    display: block;
    letter-spacing: -0.4px;
}

.aside li i {
    margin-right: 12px;
}
.heading h6 {
    position: relative;
    padding: 0 0 8px;
}
.aside .archive {
    margin: 40px 0 0;
}
.aside .archive ul {
    margin-top: 12px;
    text-transform: capitalize;
}
.aside .archive li {
    padding-right: 27px;
}
.aside .archive li a span {
    float: right;
}
.aside .tag {
    margin-top: 41px;
}
.aside .tag > ul {
    margin: 20px 0 0;
}
.aside .tag ul li {
    border: 1px solid #d1d1d1 !important;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 9px;
    padding: 0;
}
.aside .tag li a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    text-align: center;
}
.aside .tag li a:hover {
    color: #ffffff;
}
.medium {
    padding: 8px 19px 10px 17px !important;
}
.x-small {
    margin: 0 5px;
    padding: 8px 19px 10px 18px !important;
}
.small {
    padding: 10px 14px 11px 15px !important;
}
.large {
    margin: 0 0 0 6px;
    padding: 8px 32px 9px 28px !important;
}

/*8.) Blog Post*/
.blog-post .blog-text p {
    margin: 11px 0 26px;
    padding: 0 4px 0 0;
    letter-spacing: -0.4px;
}
.blog-quote {
    font-size: 17px;
    font-style: italic;
    letter-spacing: -0.15px;
    line-height: 1.8;
    margin: 37px 0 45px 98px;
    padding: 0 7px 8px 27px;
    border-left: 3px solid #e04622;
    color: #2c3740;
}
.author {
    margin: 54px 0 0;
    padding: 27px 0 10px 38px;
    background: #e4eaea;
}
.author > span {
    display: inline-block;
    font-size: 82px;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 75px;
}
.author span i {
    vertical-align: top;
    margin: 7px 0 0 9px;
    color: #e4eaea;
}
.author-text {
    display: inline-block;
    padding: 6px 0 0;
    vertical-align: top;
    width: 78%;
}
.author-text strong {
    text-transform: capitalize;
}
.heading h5 {
    position: relative;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 0 0 17px;
}
.comment {
    padding: 53px 0 0;
}
.user-comment-list {
    margin: 49px 0 0;
}
.user-comment-list li {
    list-style: outside none none;
    margin: 0 0 41px;
}
.blog-user, .comment-wrap {
    float: left;
    width: 12.5%;
}
.comment-wrap {
    padding-top: 8px;
    width: 84.5%;
}
.user-name {
    padding-left: 13px;
    padding-top: 2px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.user-name span:first-child {
    border-left: medium none;
    padding-left: 0;
}
.user-name .name {
    color: #22272e;
    font-weight: bold;
    letter-spacing: 0.3px;
    letter-spacing: 0.7px;
}
.user-name span {
    border-left: 1px solid #94949d;
    margin-right: 20px;
    padding-left: 10px;
}
.posted-date {
    font-size: 15px;
    text-transform: capitalize;
    color: #9da3a7;
}
.comment-wrap p {
    letter-spacing: 0.1px;
    padding: 0 22px 0 14px;
    position: relative;
    letter-spacing: -0.3px;
}
.comment-box-wrapper {
    position: relative;
    border-bottom: 1px solid #ededed;
    padding: 0 0 22px;
}
.reply-btn {
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 12px;
    font-size: 14px;
    color: #ff561b;
}
.next {
    margin-top: 33px;
    padding: 0 0 0 112px;
    border-bottom: none;
}
.next .user-name {
    padding-left: 26px;
}
.next .user-name .name {
    margin-right: 22px;
}
.next .comment-wrap > p {
    padding: 0 42px 0 26px;
}
.blog-post .blog {
    padding: 71px 0 37px;
}
.comment-drop-box {
    padding: 85px 0 103px;
    background: #e4e8ea;
}
.comment-drop-box h3 {
    font-weight: 900;
    letter-spacing: -0.5px;
}
.comment-name {
    margin-right: 12px;
}
.comment-name, .comment-mail {
    height: 47px;
    width: 36.5%;
}
.comment-drop-box form {
    margin-top: 25px;
}
.comment-name {
    margin-right: 12px;
}
.comment-drop-box form input {
    background: #ffffff;
    border: 0 none;
    padding: 15px 15px 15px 25px;
    margin-bottom: 11px;
    font-size: 15px;
}
.subject {
    display: block;
    width: 74.4%;
    margin-bottom: 11px;
}
.comment-drop-box form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 147px;
    resize: none;
    width: 74.4%;
    padding: 8px 0 0 24px;
    background: #ffffff;
    font-family: karla;
    font-size: 15px;
}
.comment-submit {
    background: #e04622 !important;
    color: #ffffff;
    display: block;
    font-weight: 800;
    margin-top: 16px;
    width: 15.4%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.comment-submit:hover {
    background: #50b9ce !important;
}

/*9.) Request A Quote*/
.quote-form {
    padding: 71px 0 94px;
}
.quote-form-box input {
    width: 100%;
}
.quote-name, .quote-city {
    text-transform: capitalize;
}
.quote-form-box input[type="text"] {
    background: #ffffff;
    border: 1px solid #d3ddde;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 11px 18px;
    box-shadow: 0 0 1px;
}
.quote-form .heading h3 {
    margin-bottom: 30px;
}
.quote-form-box form  div.right-space {
    padding-right: 7px;
}
.quote-form-box form  div.left-space {
    padding-left: 7px;
}
.quote-form-box form  textarea {
    width: 100%;
    height: 202px;
    resize: none;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #d3ddde;
    box-shadow: 0 0 1px;
}
.qoute-sub {
    width: 133px !important;
    height: 51px;
    border: 0 !important;
    line-height: 25px;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 0 !important;
}
.head-office {
    padding: 56px 16px 75px;
    background: #dee7ee;
    position: relative;
}
.head-office:after {
    content: "";
    background: #dee7ee;
    position: absolute;
    height: 100%;
    width: 500%;
    left: -500%;
    top: 0;
    display: block;
}
.icon-envelope {
    background-position: -219px -108px;
    height: 41px;
    width: 35px;
}
.office-box .heading h3 {
    margin-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 23px;
}
.small-heading {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    color: #2c3740;
}
.address-bar {
    float: left;
    width: 50%;
}
.address-bar address {
    font-size: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 23px;
}
.phone-bar {
    margin-bottom: 23px;
}
.phone-bar > a {
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #60707d;
}
.icon-alarm {
    background-position: -277px -110px;
    height: 43px;
    width: 42px;
}
.timing {
    padding: 54px 0 75px 61px;
    background-image: url("../images/timing-figure.png");
    background-repeat: no-repeat;
    background-color: #d3dee6;
    background-position: 98% bottom;
    position: relative;
}
.timing:after {
    content: "";
    background: #d3dee6;
    position: absolute;
    height: 100%;
    width: 500%;
    right: -500%;
    top: 0;
    display: block;
}
.timing > ul {
    list-style-type: none;
    width: 50%;
}
.timing ul li {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16.5px;
}
.timing li span {
    float: right;
    font-size: 15px;
    font-weight: 200;
    margin-right: 15px;
    text-transform: none;
    margin-top: -2px;
}
.timing li span strong {
    font-weight: 200;
    margin-left: 7px;
}
.closed > strong {
    color: #e04622;
    text-transform: uppercase;
}
.closed {
    display: inline-block;
    float: none !important;
    margin-left: 54px;
}

/* 10.) Contact Us*/
input.error {
    border-color: #ff0000 !important;
}
#success {
    color: #3c763d;
    position: absolute;
    top: -48px;
    left: 15px;
    font-size: 20px;
}
.error-msg {
    float: right;
    color: #FF0004;
}
.contact-form {
    /*padding: 71px 0 108px;*/
    padding-top: 97px;
    padding-bottom: 97px;
}
.contact-form input {
    display: block;
    width: 100%;
    border: 1px solid #d3ddde;
    padding: 11px 0 12px 17px;
    font-size: 15px;
    margin-bottom: 9px;
}
.contact-name {
    text-transform: capitalize;
}
.contact-form textarea {
    border: 1px solid #d3ddde;
    font-size: 15px;
    height: 200px;
    padding: 9px 0 0 16px;
    resize: none;
    width: 100%;
    margin-bottom: 4px;
}

.contact-form input.wpcf7-not-valid, .contact-form textarea.wpcf7-not-valid {
    border: 1px solid #e04622;
}
.contact-form span.wpcf7-not-valid-tip, .contact-form .wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}
.contact-form form {
    padding: 0 23px 0 0;
}
.common-page .contact-form .heading h3 {
    margin-bottom: 20px;
}
.map-box {
    width: 554px;
    height: 520px;
}

#map-box .mapmarker {
    position: relative;
    top: 30px;
    content: "";
    left: 0px;
    width: 75px;
    height: 75px;
    background: #ef4728;
    border-radius: 50%;
    z-index: 999;
    -webkit-border-radius: 50%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation: blink 1.2s infinite;
    -o-animation: blink 1.2s infinite;
    animation: blink 1.2s infinite;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    display: block;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
    0% {opacity:1; -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1); }

50% {opacity:.7; -webkit-transform: scale(.4);
     -moz-transform: scale(.4);
     -ms-transform: scale(.4);
     -o-transform: scale(.4);
     transform: scale(.4); }

100% {opacity:0; -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
}

@keyframes blink {
    0% {opacity:1; -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1); }

50% {opacity:.7; -webkit-transform: scale(.4);
     -moz-transform: scale(.4);
     -ms-transform: scale(.4);
     -o-transform: scale(.4);
     transform: scale(.4); }

100% {opacity:0; -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
}

.location {
    padding: 71px 0 75px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 575px;
    background-size: cover;
    background: url("../images/contact-image.jpg") no-repeat;
    background-attachment: fixed;
}
.location-slide-tab {
    background: #ffffff;
    padding: 39px 0 38px;
    text-align: center;
    max-width: 360px;
    margin-left: 15px;
    width: 100%;
}
.location-slide-tab address {
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 1.6;
    margin-bottom: 1px;
}
.location-slide-tab h6 {
    margin-bottom: 18px;
}
.location-slide-tab span {
    display: block;
    font-size: 15px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: #e04622;
}
.location-slide-tab span a {
    color: #60707d;
    text-transform: none;
}
.call {
    margin-bottom: 3px;
}
.location .owl-page span {
    width: 15px;
    height: 15px;
}
.location .owl-page.active span {
    background: #2c3740 !important;
}
.location .owl-pagination {
    text-align: center;
}
.location .owl-controls.clickable {
    margin-top: 46px;
}

/*11.) 404 */
.error-box {
    padding: 215px 0 184px;
    background: #eaedf0;
}
.error-box h1 {
    color: #2c3740;
    font-size: 36px;
    letter-spacing: -0.5px;
    margin: 92px 0 3px;
}
.error-box span {
    font-size: 15px;
    letter-spacing: -0.3px;
}
.error-box .button {
    margin: 24px auto 0;
}
.home-link {
    border: 1px solid transparent;
}
.home-link:hover {
    border: 1px solid #000;
}

/*12.) Shop Details*/
/*.shop {
 padding: 64px 0 66px;
 }*/
/*.shop {
 padding-top: 64px;
 padding-bottom: 66px;
 }*/
.single-product .shop {
    padding-bottom: 0;
}
.shop h5 {
    border-bottom: 1px solid #eceeee;
    font-family: karla !important;
    letter-spacing: 0.6px;
    margin-bottom: 23px;
    padding: 0 0 19px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #eff0d5 !important;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~
.mCSB_scrollTools {
    opacity: 1;
}
.brand-name form {
    position: relative;
}
.brand-name input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d4dee5;
    font-size: 14px;
    padding: 9px 0 10px 16px;
    width: 100%;
    margin-bottom: 22px;
}
.brand-name input[type="submit"] {
    background: url("../images/search-brand.png") no-repeat;
    background-position: left;
    border: medium none;
    border-radius: 0;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
}
.brand-name input[type=checkbox] {
    display: none;
}
.brand-name input[type=checkbox] + label {
    display: block;
    padding-left: 27px;
    line-height: 17px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    margin-bottom: 23px;
    font-weight: 200;
}
.brand-name label::after {
    border: 1px solid;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.brand-name input:checked + label::after {
    border: 1px solid #e04622;
    background: url("../images/checked.jpg") no-repeat center center;
}
.brand-selection {
    height: 184px;
    overflow: scroll;
    margin-bottom: 47px;
}
.size {
    margin-bottom: 28px !important;
}
.brand-selection.brand-size {
    margin-bottom: 37px;
}
.price-list {
    list-style-type: none;
    margin-bottom: 40px;
}
.price-list span {
    font-size: 15px;
    letter-spacing: -0.4px;
}
.price {
    margin-bottom: 24px !important;
}
.price-list > li {
    margin-bottom: 19px;
}
.price-bar {
    background: #ff0000 none repeat scroll 0 0;
    display: block;
    height: 8px;
    margin: 39px 0 0;
    width: 100%;
    position: relative;
}
.price-range {
    background: #000000 none repeat scroll 0 0;
    display: block;
    height: 8px;
    left: 15%;
    position: absolute;
    top: 0;
    width: 29%;
}
.price-range::after {
    background: #0000ff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 28px !important;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
 background: #2c3740 !important;
 border: medium none !important;
 border-radius: 100%;
 height: 16px !important;
 width: 16px !important;
 }
 .ui-slider-handle:focus {
 outline: medium none;
 }
 body .ui-widget-content {
 background: #ccd8e2;
 border-radius: 8px;
 box-shadow: none;
 height: 8px;
 margin-bottom: 28px;
 border: none;
 }
 body .ui-slider-horizontal .ui-slider-handle {
 top: -4px;
 cursor: pointer;
 }
 body .ui-widget-header {
 background: #e04622 !important;
 }
*/
#amount, #amount1 {
    background: none;
    margin-top: 23px;
    font-family: karla;
    font-size: 15px;
    color: #8998a4 !important;
}
.product-display {
    width: 55%;
    display: inline-block;
}
.product-1 {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin: 38px 10px 6px 0;
}
.custom-thumbnail {
    margin: -2px 0 0 -5px;
}
.custom-thumbnail > ul {
    list-style-type: none;
    font-size: 0;
}
.custom-thumbnail li {
    cursor: pointer;
    display: inline-block;
    margin-left: -2px;
    width: 25%;
}
.custom-thumbnail li img {
    width: 100%;
    transform: scaleX(0.9);
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
}
.product-detail {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding: 39px 0 0 12px;
    margin-left: 4px;
}
.product-detail h5 {
    border-bottom: none;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 0;
}
.product-detail-price {
    font-size: 24px;
    color: #e04622;
}
.color-selection {
    vertical-align: top;
}
.product-detail h6 {
    letter-spacing: -0.6px;
}
.selection div {
    display: inline-block;
    margin: 32px 0 0;
}
.selection ul {
    list-style-type: none;
    margin: 10px 0 0;
}
.color-selection ul li {
    display: inline-block;
    margin-right: 7px;
}
.color-selection li a {
    display: block;
    height: 22px;
    width: 22px;
    border: 2px solid transparent;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.color-selection li a:hover {
    border: 2px solid #eceeee;
}
.purple {
    background: #505a78;
}
.blue {
    background: #1586e4;
}
.violet {
    background: #a494ff;
}
.orange {
    background: #f89d81;
}
.yellow {
    background: #ffeba3;
}
.size-selection {
    margin-left: 36px !important;
}
.size-selection li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    border: 1px solid #eceeee;
}
.size-selection li:hover {
    border: 1px solid #fcd01f;
}
.size-selection li:last-child {
    margin-right: 0;
}
.size-selection li a {
    display: block;
    height: 20px;
    text-transform: uppercase;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #4f5a63;
}
.place-order {
    padding: 40px 0 0;
}
.place-order a {
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
    color: #fff;
}
.add-to-cart {
    background: #e04622;
    margin-right: 23px;
}
.buy-now {
    background: #50b9ce;
}
.product-description {
    border-top: 1px solid #eceeee;
    margin: 52px 0 0;
    padding: 42px 0 0;
}
.product-description > h6 {
    margin: 0 0 11px;
}
.product-description > p {
    letter-spacing: -0.3px;
}
.our-products {
    border-bottom: 1px solid #eceeee;
    padding: 0 0 56px;
}
.similar-products h5 {
    border-bottom: none;
    letter-spacing: 0;
    margin-bottom: 0;
}
.similar-products {
    padding: 48px 0 0;
}
.similar-products > ul {
    list-style-type: none;
}
.similar-products li {
    float: left;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.similar-products li:nth-child(3n) {
    margin-right: 0;
}
.result-display figure a {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    display: block;
    overflow: hidden;
}
.result-display figure:hover .cart-button {
    display: block;
}
.cart-button {
    bottom: 0;
    height: 117px;
    left: 0;
    line-height: 117px;
    position: absolute;
    width: 100%;
    background: rgba(239, 240, 213, 0.8);
    display: none;
}
.cart-button > a {
    border: 0 none !important;
    display: inline-block !important;
}
.result-display .pricing {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 10px 0 3px;
}
.result-display a {
    font-size: 15px;
    color: #8998a4;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.rating {
    display: block;
    margin-top: 10px;
}
.rating i {
    color: #fcd01f;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.rating i.active {
    color: #ccd8e2;
}
i.active:hover {
    color: #fcd01f;
}

/*13.) Shop Listing*/
.shop-listing-page .shop {
    padding: 57px 0 97px;
}
.shop-listing-page .brand {
    padding: 6px 0 0;
}
.search-results {
    padding: 3px 0 34px;
}
.result-value {
    font-size: 24px;
    letter-spacing: -0.7px;
    line-height: 1;
    text-transform: capitalize;
    color: #2c3740;
}
.shop-listing-page .sbHolder {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 9;
}
.shop-listing-page .sbSelector {
    border: 1px solid;
    padding: 12px 48px 11px 16px;
    color: #8998a4;
    background: url("../images/caret-down.png") no-repeat;
    background-position: 96px 18px;
    width: 119px;
    display: block;
}
.shop-listing-page .sbOptions {
    list-style-type: none;
    margin: 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 44px !important;
}
.shop-listing-page .sbOptions > li {
    border: 1px solid;
    padding: 5px 0 5px 16px;
    background: #ffffff;
}
.shop-listing-page .sbOptions > li a {
    color: #8998a4;
}
.result-display {
    text-align: center;
    margin-bottom: 45px;
}
.result-display figure {
    margin-bottom: 12px;
}
.result-display h3 {
    font-size: 22px;
}
.list-pages {
    list-style-type: none;
    margin-top: 8px;
    overflow: hidden;
}
.list-pages > li {
    float: left;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    height: 31px;
    line-height: 31px;
}
.list-pages a {
    display: block;
    background: #2c3740;
    color: #fff;
    width: 31px;
}
.best-seller-display {
    margin: 0 15px;
    padding: 62px 0 0;
}
.best-seller-display > h5 {
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #2c3740;
}
.best-seller-items {
    margin: 29px 0 0;
}
.best-seller-items .owl-item {
    margin-right: 30px;
    width: 5.75% !important;
}

.best-seller-items .owl-controls.clickable {
    position: absolute;
    right: 0;
    top: -37px;
}
.best-seller-items .owl-next:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -5px;
}
.best-seller-items .owl-prev:before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: -17px;
    position: absolute;
    top: -5px;
}
.best-seller {
    margin: 0 0 40px;
}

/*14.) Shopping Cart*/
.cart-total {
    padding: 63px 0 0;
}
.cart-total h5, .shopping-cart h5 {
    font-family: karla !important;
    letter-spacing: 0.5px;
    position: relative;
}
.total-amount {
    margin: 18px 0 0;
}
.subtotal {
    list-style-type: none;
    padding: 17px 0 25px;
    border-top: 1px solid #eceeee;
    border-bottom: 1px solid #eceeee;
}
.subtotal li {
    margin: 0 0 10px;
    color: #8998a4;
}
.subtotal span {
    font-size: 14px;
    text-transform: uppercase;
}
.subtotal strong {
    float: right;
    font-size: 14px;
}
/*.order-total {
 display: block;
 padding: 34px 0 0;
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: -0.5px;
 }*/
.order-total strong {
    color: #e04622;
    float: right;
}
.order-total span {
    color: #2c3740;
}
.order-wrap {
    margin: 43px 0 0;
}
.order-wrap a {
    display: inline-block;
    font-size: 14px;
    padding: 16px 0 14px;
    text-align: center;
    text-transform: uppercase;
    width: 129px;
    color: #fff;
}
.check-out {
    background: #50b9ce;
}
.shopping-cart {
    padding: 63px 0 98px;
}
.shopping-cart h5:after {
    content: "";
    position: absolute;
    width: 79px;
    height: 1px;
    display: block;
    left: 0;
    bottom: -1px;
}
.shopping-cart h5 {
    padding: 0 0 19px;
}
.shopping-cart ul {
    list-style-type: none;
}
.shop-categories {
    padding: 17px 0 !important;
    border-top: 1px solid #eceeee;
    border-bottom: 1px solid #eceeee;
}
.shopping-cart li div {
    display: inline-block;
}
.shop-section h1, .shop-section h2, .shop-section h3, shop-section h4, .shop-section h5, .shop-section h6 {
    font-family: karla !important;
}
.shop-categories .product {
    width: 306px;
}
.shop-categories .price {
    width: 131px;
    margin-bottom: 0 !important;
}
.shop-categories .quantity {
    width: 188px;
}
.shop-categories .total {
    width: 161px;
}
.shopping-cart li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #eceeee;
}
.shopping-cart > ul > li:last-child {
    border-bottom: 0;
}
.product-here figure {
    display: inline-block;
    border: 1px solid #d4dee5;
    overflow: hidden;
}
.product-here .product-name {
    font-size: 13px;
    padding: 19px 0 0 16px;
    vertical-align: top;
}
.product-here {
    width: 306px;
}
.price-value {
    font-size: 15px;
    padding: 29px 0 0;
    vertical-align: top;
}
.price-value {
    width: 132px;
}
.quantity-value {
    vertical-align: top;
    padding: 22px 0 0;
    width: 185px;
}
.quantity-value input {
    border: none;
    background: none;
    border-radius: 0;
    width: 34px;
    padding: 0 7px;
    text-align: center;
}
.quantity-value > ul {
    font-size: 0;
}
.quantity-value li {
    border: 1px solid #d4dee5;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 34px;
    padding: 0;
    vertical-align: top;
    width: 36px;
    text-align: center;
}
.quantity-value li:last-child {
    border-left: 0 none;
}
.quantity-value span {
    display: block;
    line-height: 0;
    padding: 11px 0 0;
    cursor: pointer;
}
.total-value {
    font-size: 15px;
    padding: 29px 0 0;
    vertical-align: top;
    width: 181px;
}
.delete-box {
    padding: 30px 0 0;
    vertical-align: top;
}

/*15.) Checkout*/
.review-order {
    padding: 63px 0 0;
}
.review-order h5 {
    font-weight: bold;
}
.gross-total {
    border-bottom: 1px solid #eceeee;
    border-top: 1px solid #eceeee;
    margin: 19px 0 0;
    padding: 16px 0 18px;
}
.gross-total h6 {
    letter-spacing: -0.2px;
}
.gross-total h6 span {
    float: right;
    margin-right: 4px;
}
.purchased-cloths {
    list-style-type: none;
    padding: 30px 0 15px;
}
.purchased-cloths > li {
    font-size: 15px;
    letter-spacing: -0.5px;
    margin: 0 0 19px;
}
.purchased-cloths li span {
    float: right;
}
.review-order .subtotal {
    padding: 34px 0 25px;
}
.payment {
    padding: 63px 0 0;
}
.payment-process-heading {
    list-style-type: none;
    border-bottom: 1px solid #eceeee;
}
.payment-process-heading > li {
    display: inline-block;
    width: 33%;
}
.payment li h5 {
    font-weight: bold;
}
.payment-heading {
    text-align: center;
}
.confirmation-heading {
    text-align: right;
}
.shipping-heading {
    position: relative;
    padding: 0 0 19px;
}
.shipping-heading:after {
    content: "";
    display: block;
    position: absolute;
    width: 79px;
    height: 1px;
    left: 0;
    bottom: -1px;
}
.billing-form {
    padding: 16px 0 90px;
}
.billing-form > h6, .shipping-form > h6 {
    font-weight: 200;
    position: relative;
    padding: 0 0 19px;
    margin: 0 0 24px;
}
.billing-form > h6:after, .shipping-form > h6:after {
    content: "";
    position: absolute;
    width: 113px;
    height: 1px;
    display: block;
    left: 0;
    bottom: 0;
    background: #eceeee;
}
.checkout-page input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d4dee5;
    font-size: 15px;
    padding: 9px 10px 11px 19px;
    width: 100%;
    margin: 0 0 37px;
    letter-spacing: -0.5px;
}
.checkout-page .sbSelector {
    border: 1px solid #d4dee5;
    display: block;
    font-size: 15px;
    padding: 9px 0 11px 19px;
    text-transform: capitalize;
    color: #8998a4;
}
.checkout-page .sbHolder {
    position: relative;
}
.checkout-page .sbOptions {
    list-style-type: none;
    background: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 43px !important;
}
.checkout-page .sbOptions li a {
    border: 1px solid #8998a4;
    display: block;
    font-size: 15px;
    padding: 7px 0 7px 19px;
    text-transform: capitalize;
    color: #8998a4;
}
.checkout-page .sbToggle:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    right: 34px;
    top: 11px;
}
.billing-address {
    display: none;
}
.billing-form label {
    font-size: 15px;
    font-weight: 200;
}
.billing-form label::after {
    border: 1px solid;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
}
.billing-form input[type="radio"] + label {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    line-height: 17px;
    margin: 5px 34px 0 0;
    letter-spacing: -0.4px;
    padding-left: 41px;
    position: relative;
}
.billing-form input:checked + label::after {
    border: 1px solid #e04622;
    background: url("../images/checked.jpg") no-repeat center center;
}
.shipping-form {
    border-top: 1px solid #eceeee;
    padding: 16px 0 0;
}
.shipping-form > h6 {
    margin: 0 0 30px;
}
.button-wrap {
    margin: 12px 0 0;
}
.button-wrap a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    padding: 17px 0 14px;
    color: #ffffff;
}
.return-to-store {
    float: right;
    background: #50b9ce;
}
.shipping-product {
    padding: 0 0 120px;
}

/*16.) Locations*/
.our-location {
    padding-top: 97px;
    padding-bottom: 97px;
    /*padding: 71px 0 165px;*/
    background: url("../images/map-bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.our-location .heading > h3 {
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    margin-bottom: 33px;
}
.search-office {
    padding: 22px 20px 25px 22px;
    width: 34.2%;
    background: #394650;
    position: absolute;
    z-index: 999;
}
.office-search-box input[type="text"] {
    background: #ffffff;
    border: 0 none;
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 13px 60px 14px 21px;
    width: 100%;
    -webkit-border-radius: 0;
}
.office-search-box {
    position: relative;
}
.office-search-box input[type="submit"] {
    background-image: url(../images/search-icon.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0 none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 14.5%;
    cursor: pointer;
}
.countries {
    padding: 42px 0 0 1px;
}
.countries-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}
.class-A {
    width: 58%;
}
.class-C {
    margin-bottom: 50px;
}
.alphabet {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 41px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
    background: url("../images/map-shape.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: top;
}
.country-names {
    display: inline-block;
    list-style-type: none;
    padding: 0 0 0 17px;
}
.country-names > li {
    margin: 0 0 13px;
}
.country-names li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 0;
    text-transform: uppercase;
}
.search-office .owl-pagination {
    bottom: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.search-office .owl-page {
    margin: 0;
}
.search-office .owl-page span {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 0 7px 0 1px;
    width: 14px;
}
.search-office .owl-page.active span {
    border: 2px solid rgba(0, 0, 0, 0);
}
.map-wrapper {
    width: 749px;
    height: 722px;
}

#map_wrapper {
    height: 400px;
    width: 722px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.mapping {
    height: 721px;
    background-position: 100% 100%;
    background-color: #b2b2b2;
    margin-bottom: 22px;
}
#dvMap_container{
    width: 64%;
    float: right;
}

/* 17.) Laoder Section*/
.loader-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #50b9ce;
    z-index: 999999;
}
.stuffs_rental-loader, .stuffs_rental-loader:before, .stuffs_rental-loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.stuffs_rental-loader:before, .stuffs_rental-loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.stuffs_rental-loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.stuffs_rental-loader {
    text-indent: -9999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    font-size: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.stuffs_rental-loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
}
40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
}
}
@keyframes load1 {
    0%,
    80%,
    100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
}
40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
}
}

/*----------------New pages--------------------*/

/* 18.) Faq'Section */
.faq .head {
    padding-bottom: 18px;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 25px;
    overflow: hidden;
    display: table;
}
.faq .head-wrap {
    margin-bottom: 70px;
}
.faq .heading h2 {
    margin-bottom: 101px;
}
.faq .head .question {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    position: relative;
    float: left;
    padding: 3px 11px;
    margin-right: 30px;
}
.faq .head h2.h5 {
    vertical-align: middle;
    font-family: 'karla', sans-serif !important;
    font-weight: 400;
    color: #2c3740;
    letter-spacing: 2px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.faq .service-page .services {
    padding-bottom: 47px;
}
/* 19.) Team Section */

.team-wrap .head-info {
    color: #60707d;
}
.team-wrap .head-cont p span {
    font-weight: 700;
    color: #2c3740;
}
.team-wrap .head-cont {
    margin-top: 18px;
}
.team-wrap .team-member {
    margin-bottom: 63px;
    text-align: center;
}
.team-wrap .team-member img {
    margin-bottom: 36px;
}
.team-wrap .member-profile {
    margin-bottom: 18px;
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #2c3740;
}
.team-wrap .team-member h3 {
    font-weight: 800;
    margin-bottom: 8px;
}
.team-wrap .team {
    padding-bottom: 10px;
    background: #ffffff;
}
/*20.) Air Fright Section */
.banner-image {
}
.air-fright-cont {
    list-style: none;
    margin-bottom: 16px;
}
.air-fright-cont li {
    float: left;
    width: 45%;
}
.air-fright-cont-wrap {
    margin-bottom: 40px;
}
.air-fright-cont-wrap p, .air-fright-img-part p {
    color: #60707d;
}
.air-fright-img-part {
    margin-bottom: 34px;
}
.air-fright-img-part img {
    margin-bottom: 58px;
}
.air-fright-img-part p.bold {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}
.air-fright-cont .img-cont {
    height: 34px;
    width: 34px;
    float: left;
}
.air-fright-cont .member-profile {
    float: left;
    margin-top: 5px;
    margin-left: 22px;
    margin-bottom: 23px;
}
.service-list-wrap .h5, .our-service-wrap .h5, .quote .h5, .air-fright-cont-wrap .h5 {
    font-weight: 800;
    margin-bottom: 30px;
}
.service-list-wrap .h5 {
    margin-bottom: 19px;
}
.quote .h5 {
    margin-bottom: 16px;
}
.our-service-wrap {
    margin-bottom: 50px;
}
.our-service-wrap .h5, .quote .h5 {
    position: relative;
    background: #e4e9ef;
    padding: 20px 0;
    max-width: 237px;
    padding-left: 22px;
}
.our-service-wrap .h5 {
    margin-bottom: 0;
}
.our-service-wrap .h5:after, .quote .h5:after {
    border-color: transparent transparent #e4e9ef #e4e9ef;
    border-style: solid;
    border-width: 30px 13px;
    content: "";
    position: absolute;
    right: -26px;
    top: 1px;
}
.service-list {
    list-style: none;
}
.service-list li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #60707d;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.service-list li {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
    color: #60707d;
}
.service-list-wrap {
    margin-bottom: 206px;
}
.our-service .img-cont {
    height: 18px;
    width: 18px;
    margin-right: 20px;
    vertical-align: top;
}
.our-service {
    list-style: none;
}
.our-service li {
    border-bottom: 1px solid #e4e9ef;
}
.our-service li a {
    font-size: 15px;
    color: #60707d;
    text-transform: uppercase;
    display: block;
    padding: 16px 0 16px 22px;
}
.quote .button {
    margin-top: 20px;
}
.service-quote-wrap {
    margin-top: 23px;
}
.our-service .img-cont path, .our-service .img-cont polyline {
    stroke: #a9b2b9;
}
/*21.) Storage Section */

.storage .service-list-wrap, .warehouse.storage .air-fright-cont-wrap, .storage.stuffs_rental-page .air-fright-cont-wrap {
    margin-bottom: 30px;
}
.storage .air-fright-cont-wrap, .warehouse .service-list-wrap, .stuffs_rental-page .service-list-wrap {
    margin-bottom: 206px;
}
/*22.) Warehouse Section */

.warehouse .air-fright-cont li {
    width: 100%;
}
/*23.) stuffs_rental Section */

.stuffs_rental-page .service-list-wrap strong, .stuffs_rental-page .service-list-wrap strong a {
    font-weight: 700;
    color: #e04622;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}
/*24.) Under Construction Section */

.construct-bg {
    background: url(../images/construct-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#content {
    position: relative;
}
.contruction-wrap {
    margin-top: 257px;
    margin-bottom: 369px;
}
.title-bar {
    background: #e04622;
    padding: 34px 55px;
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
    max-width: 1093px;
}
.title-bar:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #e04622 #e04622;
    border-width: 64px 24px 63px;
    right: -47px;
    top: -2px;
}
.title-bar .title-bar-img {
    float: left;
}
.title-bar .title {
    float: right;
}
.title-bar .title h1 {
    color: #be2e0d;
}
.new-way-cont {
    padding: 69px 55px;
    background: #110d0b;
    margin-bottom: 4px;
}
.new-way-cont .new-way-head {
    float: left;
    width: 48%;
}
.new-way-cont h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 48px;
}
.new-way-cont .time-details, .countdown-row {
    float: right;
    list-style: none;
    margin-top: 41px;
    position: relative;
}
.new-way-cont .time-details li, .countdown-section {
    float: left;
    margin-right: 50px;
    padding-top: 30px;
    position: relative;
    width: 78px;
    text-align: center;
}
.countdown-section:last-child {
    margin-right: 0;
}
.new-way-cont .time-details li span, .countdown-period {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.new-way-cont .time-details li strong, .countdown-amount {
    font-size: 48px;
    color: #e04622;
    font-weight: 700;
}
.contact-details {
    padding: 30px 55px;
    background: #110d0b;
}
.contact-details .mail {
    float: right;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}
.contact-details .contact {
    float: left;
    font-weight: 700;
    font-size: 36px;
    color: #e04622;
    margin-top: 5px;
}
.contact-details .contact i {
    margin-right: 15px;
}
/*23.) Achivement Section */
.achivement {
    min-height: 1700px;
    padding-top: 71px;
}
.progress-graph {
    position: relative;
    text-align: center;
    margin-top: 63px;
    overflow: hidden;
}
.base-line {
    background: #dedede;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    top: 58px;
    z-index: 1
}
.progress-btn {
    display: inline-block;
    font-family: raleway;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 90px;
    position: relative;
    z-index: 3
}
.progress-content-wrap {
    text-align: left;
}
.progress-content-wrap figure {
    float: left;
    width: 200px;
    height: 200px;
    margin-top: 18px;
    border-radius: 100%;
    background: #ececec;
}
.progress-content-wrap figure img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.progress-content {
    overflow: hidden;
    padding: 0 29px;
}
.progress-content > h6 {
    font-weight: 800;
}
.progress-content .heading > h5 {
    font-weight: 300;
    color: #e04622;
    font-family: "karla", sans-serif !important;
}
.progress-content > h6 {
    font-weight: 800;
    margin-bottom: 24px;
}
.progress-content .heading {
    margin-bottom: 31px;
}
.progress-content-wrap:after {
    border-color: rgba(0, 0, 0, 0) #dedede;
    border-style: solid;
    border-width: 10px 22px 10px 0;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
}
.progress-content-wrap.right {
    margin-top: -10px;
}
.progress-content-wrap.right, .progress-content-wrap > figure.right {
    float: right;
}
.progress-content-wrap.right:after {
    right: auto;
    left: 0;
    border-width: 10px 0px 10px 22px;
}
.progress-content > p:last-child {
    margin-bottom: 0;
}
.progress-btn.btm {
    margin-bottom: 0;
    margin-top: 61px;
}

/*
 26.) Blog 1
 ======================================= */
.pad-bottom {
    padding-bottom: 40px;
}
.blog-grid .flex-prev, .blog-grid .flex-next {
    background: none;
}
.blog-grid .flex-prev:before, .blog-grid .flex-next:before {
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -2px;
}
.blog-grid .flex-prev:before {
    content: "\f060";
    left: 0;
}
.blog-grid .flex-next:before {
    content: "\f061";
    right: 0;
}
.video-box {
    position: relative;
    overflow: hidden;
}
.video-box .audio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 50px;
}
.duration {
    width: 100%;
    padding: 22px 64px 0 67px
}
.play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 50px;
}
.volume {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50px;
    width: 100%;
}
.play:after {
    left: 37%;
}
.play:before {
    right: 37%;
}
.fa.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
}
.fa.fa-quote-x {
    width: 84px;
    height: 84px;
    background: #314555;
    font-size: 36px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 0 auto;
    color: #fff;
}
.fa.fa-quote-x:before {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.quote-block {
    padding: 38px 30px;
    background: #baf4ff;
}
.quote-block blockquote {
    border: none;
    padding: 0;
    font-size: 15px;
    color: #60707d;
    font-family: 'Lora', serif;
    font-style: italic;
    margin: 32px 0 10px;
    line-height: 2;
}
.slides li + li {
    display: none;
}
.audio-wrapper {
    position: relative;
}
.audio-wrapper .audioplayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    opacity: 0;
}
.audio-wrapper .audioplayer-playpause {
    width: 100%;
}
.audio-wrapper .audioplayer-volume, .audioplayer-bar {
    display: block;
}
.video-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-indent: -9999px;
}
.video-frame {
    position: relative;
}
.pad-bottom-40 {
    padding-bottom: 40px;
}
.stick-pin {
    position: absolute;
    top: 0;
    right: 32px;
    border-left: 13px solid #2c3740;
    border-right: 14px solid #2c3740;
    border-top: 25px solid #2c3740;
    border-bottom: 22px solid transparent;
    z-index: 9;
}
.stick-pin i {
    position: absolute;
    top: -19px;
    left: -4px;
    color: #fff;
    font-size: 16px;
}

/*----- Revolution Slider ----*/
.slider-two-desc p {
    font-size: 17px !important;
}
@media all and (min-width: 421px) and (max-width: 567px) {
    .product-thumb li {
        max-height: 70px !important;
        overflow: hidden;
    }
}
@media all and (min-width: 320px) and (max-width: 420px) {
    .product-thumb li {
        max-height: 50px !important;
        overflow: hidden;
    }
}
@media all and (min-width: 320px) and (max-width: 767px) {


    .slider-three-btn .services-link {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    .slider-one-bttn .services-link {
        font-size: 12px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .slider-one-btn .shipping {
        font-size: 12px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .banner-text.slider-one h2 {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }
    .banner-text.slider-one h2 {
        width: 320px !important;
    }

    .slider-two-btn .shipping, .slider-two-bttn .services-link {
        font-size: 12px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .slider-two-btn {
        padding: 0 !important;
    }
    .slider-two-btn .shipping {
        margin-top: -15px !important;
    }
    .slider-two-bttn .services-link {
        margin-top: 20px !important;
    }
    .slider-two-btn .shipping:after {
        display: none !important;
    }
    .slider-two-desc p {
        line-height: 1.3 !important;
        font-size: 12px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .slider-two-title h2 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 5px !important;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {

    .slider-three-btn .services-link {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    .slider-one-bttn .services-link {
        font-size: 12px !important;
    }
    .slider-one-btn .shipping {
        padding: 10px 5px 9px !important;
        font-size: 12px !important;
    }
    .slider-two-btn .shipping, .slider-two-bttn .services-link, .slider-two-desc p {
        font-size: 12px !important;
    }
    .slider-two-desc p {
        line-height: 1.3 !important;
    }

}
@media all and (min-width: 992px) and (max-width: 1159px) {
    .slider-one-btn .shipping {
        padding: 9px 5px !important;
    }
}
.slider-two-title h2 {
    margin-top: 0px !important;
    white-space: nowrap !important;
}
.slider-two-btn .shipping::after {
    display: none !important;
}

/*Home page Four*/
.stuffs_rental-page-settings-four .date {
    background-color: #e04622;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 49px;
}
.stuffs_rental-page-settings-four .section {
    padding: 86px 0 0;
}
.stuffs_rental-page-settings-four .services {
    padding: 0 0 16px;
    border-right: 1px solid #e6ebf2;
}
.stuffs_rental-page-settings-four .heading span {
    letter-spacing: -0.4px;
}
.stuffs_rental-page-settings-four .heading h3 {
    line-height: 1;
    margin: 3px 0 0;
}
.stuffs_rental-page-settings-four .services > ul {
    list-style-type: none;
    margin: 41px 0 0;
    overflow: hidden;
}
.stuffs_rental-page-settings-four .services li {
    margin-bottom: 44px;
    overflow: hidden;
}
.stuffs_rental-page-settings-four .services li:last-child {
    margin-bottom: 0;
}
.stuffs_rental-page-settings-four .img-wrap {
    border-radius: 50%;
    display: block;
    height: 71px;
    overflow: hidden;
    width: 71px;
    float: left;
}
.stuffs_rental-page-settings-four .img-wrap img {
    height: 100%;
    width: 100%;
}
.stuffs_rental-page-settings-four .service-text {
    float: left;
    width: 68%;
    padding: 0 0 0 27px;
}
.stuffs_rental-page-settings-four .service-text h5 {
    font-weight: 900;
    margin-bottom: 6px;
}
.stuffs_rental-page-settings-four .service-text p {
    letter-spacing: -0.4px;
    margin: 0;
}
.stuffs_rental-page-settings-four .location {
    background: none;
    padding: 0 3px 9px;
    min-height: auto;
    border-right: 1px solid #e6ebf2;
}
.stuffs_rental-page-settings-four .location .heading {
    margin-left: 10px;
}
.stuffs_rental-page-settings-four .top-spacer {
    padding-top: 10px;
}
.stuffs_rental-page-settings-four .map-wrap {
    margin: 42px 0 48px;
}
.stuffs_rental-page-settings-four .location > p {
    padding: 0 9px;
    letter-spacing: -0.3px;
}
.stuffs_rental-page-settings-four .request-quote form {
    padding: 39px 0 0 10px;
}
.stuffs_rental-page-settings-four .request-quote input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dae0e7;
    font-size: 14px;
    margin: 0 0 14px;
    padding: 13px 20px;
    width: 100%;
}
.stuffs_rental-page-settings-four .sbSelector {
    border: 1px solid #dae0e7;
    display: block;
    font-size: 14px;
    margin: 0 0 14px;
    padding: 13px 19px 12px;
    text-transform: capitalize;
    color: #6e7b86;
    background: url("../images/drop-down.png") no-repeat;
    background-position: 90% 50%;
}
.stuffs_rental-page-settings-four .sbHolder {
    position: relative;
}
.stuffs_rental-page-settings-four .sbOptions {
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 100% !important;
    width: 100%;
    z-index: 999;
}
.stuffs_rental-page-settings-four .sbOptions a {
    border: 1px solid #dae0e7;
    color: #6e7b86;
    display: block;
    font-size: 14px;
    padding: 13px 19px 12px;
    text-transform: capitalize;
    background: #fff;
}
.stuffs_rental-page-settings-four .email {
    border-right: 0 none !important;
    float: left;
    width: 50% !important;
}
.stuffs_rental-page-settings-four .request-quote .phone {
    width: 50% !important;
    float: left;
}
.stuffs_rental-page-settings-four .request-quote .heading {
    margin: 0 0 0 9px;
}
.stuffs_rental-page-settings-four .request-quote .submit-quote {
    border: medium none;
    margin: 18px 0 0;
    padding: 14px 20px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background: url("../images/arrow-left.png") 59% center no-repeat;
}
.stuffs_rental-page-settings-four .submit-quote:hover {
    -webkit-animation-name: move; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: move;
    animation-duration: 0.5s;
}
@keyframes move {
    0% {background-position: 59% center;}
25% {background-position: 63% center;}
50% {background-position: 67% center;}
75% {background-position: 63% center;}
100% {background-position: 59% center;}
}
@-webkit-@keyframes move {
    0% {background-position: 59% center;}
25% {background-position: 63% center;}
50% {background-position: 67% center;}
75% {background-position: 63% center;}
100% {background-position: 59% center;}
}
.stuffs_rental-page-settings-four .figure {
    background: url("../images/parallex-image-4.jpg") no-repeat;
    width: calc(50% - 211px);
    -webkit-width: calc(50% + 211px);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.stuffs_rental-page-settings-four .trucking {
    position: relative;
    padding: 94px 0 0 26px;
}
.stuffs_rental-page-settings-four .features {
    /*margin: 82px 0 0;*/
    padding: 0 0 80px;
    background: #f0f4f7;
    position: relative;
}
.stuffs_rental-page-settings-four .trucking .heading h3 {
    margin: 13px 0 0;
    padding: 0 0 20px;
}

.stuffs_rental-page-settings-four .features-wrap {
    overflow: hidden;
    margin: 65px 0 0;
}
.stuffs_rental-page-settings-four .features-tab {
    border: medium none;
    box-shadow: none;
    float: left;
    padding: 0;
    width: 48%;
    margin-bottom: 33px;
}
.stuffs_rental-page-settings-four .icon-ship {
    background-position: -11px -175px;
    height: 46px;
    margin-top: 0;
    width: 45px;
}
.stuffs_rental-page-settings-four .tab-text {
    margin: 11px 0 0 24px;
    width: 262px;
}
.stuffs_rental-page-settings-four .tab-text > h5 {
    margin: 0 0 38px;
}
.stuffs_rental-page-settings-four .icon-plane {
    background-position: -65px -180px;
    height: 42px;
    width: 45px;
}
.stuffs_rental-page-settings-four .right-spacer {
    margin-right: 27px !important;
}
.stuffs_rental-page-settings-four .bottom-spacer {
    margin-bottom: 48px !important;
}
.stuffs_rental-page-settings-four .icon-train {
    background-position: -186px -177px;
    height: 43px;
    width: 45px;
    margin-top: 0;
}
.stuffs_rental-page-settings-four .icon-clock {
    background-position: -134px -177px;
    height: 51px;
    width: 45px;
    margin-top: 0;
}
.stuffs_rental-page-settings-four .features-wrap .heading > h5 {
    margin: 0 0 23px;
    padding: 0 0 15px;
}
.stuffs_rental-page-settings-four .features-wrap .heading h5::after {
    width: 12px;
}
.stuffs_rental-page-settings-four .features-wrap .services-link {
    display: inline-block;
    margin: 0 0 0 85px;
}
.stuffs_rental-page-settings-four .news {
    /*margin-bottom: 58px;*/
}
.stuffs_rental-page-settings-four .news .heading h2::after {
    display: block;
}
.stuffs_rental-page-settings-four .news .heading h2 {
    padding: 0 0 20px;
    margin: 0 0 38px;
}
.stuffs_rental-page-settings-four .news .owl-controls {
    top: -58px;
}
.stuffs_rental-page-settings-four .slides-text {
    padding: 41px 41px 40px 36px;
    position: relative;
}
.stuffs_rental-page-settings-four .news h5 {
    margin: 0 0 25px;
    padding: 0 0px 0 2px;
}
.stuffs_rental-page-settings-four .news .slides-text p {
    margin-bottom: 43px;
}
.stuffs_rental-page-settings-four .comments, .stuffs_rental-page-settings-four .doe {
    font-size: 14px;
}
.stuffs_rental-page-settings-four .date {
    width: 79px;
    font-size: 14px;
    bottom: auto;
    top: 0;
    left: -1px;
    right: auto;
    bottom: -21px;
    top: auto;
    z-index: 10;
}
.stuffs_rental-page-settings-four .slides-text {
    padding: 34px 23px 36px 34px !important;
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
}
.stuffs_rental-page-settings-four .slides-tab figure {
    overflow: visible;
}
.stuffs_rental-page-settings-four .slides-tab figure a {
    display: block;
    overflow: hidden;
}
.stuffs_rental-page-settings-four .date span {
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
}
.stuffs_rental-page-settings-four .testimonial {
    padding-top: 97px;
    padding-bottom: 117px;
    background: #f0f4f7;
}
.stuffs_rental-page-settings-four .testimonial .heading h2::after {
    display: block;
}
.stuffs_rental-page-settings-four .testimonial h2 {
    padding: 0 0 25px;
}
.stuffs_rental-page-settings-four .feedback {
    padding: 6px 0 0;
}
.stuffs_rental-page-settings-four .feebback-person {
    float: left;
    width: 25%;
    padding: 24px 0 0;
}
.stuffs_rental-page-settings-four .feedback-text {
    float: left;
    width: 75%;
}
.stuffs_rental-page-settings-four .custom-quote > span {
    font-size: 31px;
}
.stuffs_rental-page-settings-four .custom-quote {
    border: medium none;
    box-shadow: none;
    padding: 24px 31px 45px 80px;
    margin: 0;
    background: url("../images/pattern.png") no-repeat;
}
.stuffs_rental-page-settings-four .custom-quote p {
    letter-spacing: -0.5px;
    line-height: 1.7;
    margin-bottom: 46px;
    margin-top: 6px;
    font-size: 18px;
}
.stuffs_rental-page-settings-four .custom-quote h6 {
    letter-spacing: -0.1px;
}
.stuffs_rental-page-settings-four .owl-item:nth-child(2n) .feedback {
    margin-left: 0;
}
.stuffs_rental-page-settings-four .testimonial .owl-controls {
    bottom: -21px;
    left: 32%;
    right: auto;
}

.stuffs_rental-page-settings-four .query {
    background: transparent !important;
    padding: 80px 0 53px;
}
.stuffs_rental-page-settings-four .query h5 {
    color: #394650;
}

.stuffs_rental-page-settings-four .newsletter span {
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0 0;
    letter-spacing: -0.4px;
}
.stuffs_rental-page-settings-four .newsletter span i {
    color: #2f3a43;
    font-size: 24px;
    margin-right: 12px;
}
.stuffs_rental-page-settings-four .newsletter {
    padding: 21px 0 23px;
}
.stuffs_rental-page-settings-four .sign-up input[type="text"] {
    background: transparent;
    padding: 12px 26px 12px;
    background: #fff;
}
.stuffs_rental-page-settings-four .sign-up .contact-name {
    width: 377px;
    margin-right: 10px;
}
.stuffs_rental-page-settings-four .sign-up button {
    right: 18px;
    background: #e04622 !important;
    height: 46px;
}
.stuffs_rental-page-settings-four .sign-up .mail {
    width: 402px;
}
.stuffs_rental-page-settings-four .feedback-slider .feedback {
    max-width: 100%;
}
.stuffs_rental-page-settings-four .request-quote span.wpcf7-not-valid-tip {
    display: none !important;
}

.stuffs_rental-page-settings-four .request-quote input.wpcf7-not-valid {
    border-color: #f00;
}

.stuffs_rental-page-settings-four .newsletter .sign-up p {
    display: none;
}
.stuffs_rental-page-settings-four .newsletter .sign-up .form {
    margin: 0;
}
.stuffs_rental-page-settings-four .newsletter .sign-up .form input[type="email"] {
    background-color: #ffffff;
    font-size: 14px;
    max-width: none;
}
.stuffs_rental-page-settings-four .newsletter .mc4wp-form {
    margin: 0;
}
.stuffs_rental-page-settings-four .newsletter .sign-up .form button {
    right: 0;
}
.stuffs_rental-page-settings-five .about-section {
    padding: 65px 0 107px;
}
.stuffs_rental-page-settings-five .left-spacer {
    margin: 0 0 0 11px;
}
.stuffs_rental-page-settings-five .left-manage {
    margin: 0 0 0 -11px;
}
.stuffs_rental-page-settings-five .about-figure {
    padding: 10px 0 0;
    position: relative;
}
.stuffs_rental-page-settings-five .about-figure::after, .stuffs_rental-page-settings-five .about-figure::before, .stuffs_rental-page-settings-five .fig-design::after, .stuffs_rental-page-settings-five .fig-design:before {
    background: #becad4;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 43%;
    right: -9px;
    top: 0;
}
.stuffs_rental-page-settings-five .about-figure::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: -24%;
    top: 77px;
}
.stuffs_rental-page-settings-five .fig-design {
    overflow: visible;
}
.stuffs_rental-page-settings-five .fig-design::after {
    bottom: -12px;
    left: -11px;
    top: auto;
}
.stuffs_rental-page-settings-five .fig-design:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    bottom: 65px;
    top: auto;
    left: -24.5%;
}
.stuffs_rental-page-settings-five .about-blog {
    padding: 21px 0 0 52px;
}
.stuffs_rental-page-settings-five .about-blog .heading > h3 {
    padding: 0 0 18px;
    margin-bottom: 28px;
}
.stuffs_rental-page-settings-five .about-blog > p {
    letter-spacing: -0.4px;
    padding-right: 5px;
    margin-bottom: 45px;
}

/*Features Sectio*/
.stuffs_rental-page-settings-five .features-section {
    padding: 98px 0 354px;
    background: #f0f4f7;
}
.stuffs_rental-page-settings-five .features-tabing {
    list-style-type: none;
    padding: 7px 0 0;
    position: relative;
}
.stuffs_rental-page-settings-five .features-tabing li {
    border-top: 1px solid #e0e5e9;
    float: left;
    padding: 20px 33px 20px 15px;
    border-bottom: 1px solid #e0e5e9;
    width: 25%;
    min-height: 113px;
}
.stuffs_rental-page-settings-five .tab-wrap {
    cursor: pointer;
}
.stuffs_rental-page-settings-five .features-tabing li:nth-child(2) {
    border: 1px solid #e0e5e9;
    padding: 20px 24px 20px 36px;
}
.stuffs_rental-page-settings-five .features-tabing li:nth-child(3) {
    border-bottom: 1px solid #e0e5e9;
    border-right: 1px solid #e0e5e9;
    padding: 20px 11px 20px 35px;
}
.stuffs_rental-page-settings-five .features-tabing li:last-child {
    border-bottom: 1px solid #e0e5e9;
    padding: 20px 0 18px 34px;
}
.stuffs_rental-page-settings-five .icon-clock {
    height: 46px;
    margin-top: 0;
    width: 45px;
    float: left;
}
/*.stuffs_rental-page-settings-five .features-tabing .heading {
 margin: 11px 0 0 24px;
 display: inline-block;
 }*/
.stuffs_rental-page-settings-five .features-tabing .heading {
    display: block;
    margin: 11px 0 0 60px;
}

.stuffs_rental-page-settings-five .features-tabing .heading h5::after {
    width: 12px;
}
.stuffs_rental-page-settings-five .features-tabing .active {
    border-bottom: 1px solid transparent !important;
    border-top: 2px solid !important;
    padding-top: 19px !important;
}
.stuffs_rental-page-settings-five .tab-content {
    padding: 41px 0 0;
    top: 100%;
    left: 0;
    position: absolute;
    display: none;
    width: 100%;
}
.stuffs_rental-page-settings-five .tab-content .heading {
    margin: 0;
}
.stuffs_rental-page-settings-five .active .tab-content {
    display: block;
}
.stuffs_rental-page-settings-five .tab-content h5 {
    margin-bottom: 8px;
}
.stuffs_rental-page-settings-five .tab-content > p {
    margin-bottom: 45px;
}
.stuffs_rental-page-settings-five .tab-content h5:after {
    display: none;
}
.stuffs_rental-page-settings-five .tab-wrapper {
    position: relative;
    min-height: 257px;
}

/*News Section*/
.stuffs_rental-page-settings-five .news .heading > h2 {
    margin: 0 0 48px;
    padding: 0 0 10px;
}
.stuffs_rental-page-settings-five .news .slides-tab img {
    width: 100%;
}
.stuffs_rental-page-settings-five .news h5 {
    margin-bottom: 12px;
}
.stuffs_rental-page-settings-five .news h5 a {
    color: #fff;
}
.stuffs_rental-page-settings-five .news .slides-text p {
    margin-bottom: 57px;
}
.stuffs_rental-page-settings-five .slides-text {
    padding: 42px 23px 20px 38px !important;
    position: relative;
    border: none;
    box-shadow: none;
    background: #1f2e41;
}
.stuffs_rental-page-settings-five figure {
    position: static;
}
.stuffs_rental-page-settings-five .date {
    z-index: 10;
}
.stuffs_rental-page-settings-five .comments, .stuffs_rental-page-settings-five .doe {
    font-size: 14px;
    color: #fff;
}
.stuffs_rental-page-settings-five .news .owl-controls {
    top: -58px;
}
.stuffs_rental-page-settings-five .news {
    /*padding-bottom: 96px;*/
}
.stuffs_rental-page-settings-five .news-section, .stuffs_rental-page-settings-five .news .news-section > div {
    margin-bottom: 0;
}
.stuffs_rental-page-settings-five .testimonial {
    background: #f0f4f7 none repeat scroll 0 0;
    padding-bottom: 143px;
    padding-top: 97px;
}
.stuffs_rental-page-settings-five .testimonial .heading h2 {
    padding-bottom: 31px;
}
.stuffs_rental-page-settings-five .news .heading h2::after, .stuffs_rental-page-settings-five .testimonial .heading h2::after {
    display: block;
}
.stuffs_rental-page-settings-five .feedback {
    padding: 6px 0 0;
    margin: 0;
}
.stuffs_rental-page-settings-five .feebback-person {
    float: left;
    padding: 26px 0 0;
    width: 17%;
}
.stuffs_rental-page-settings-five .feedback-text {
    float: left;
    width: 83%;
}
.stuffs_rental-page-settings-five .custom-quote {
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 21px 24px 45px 46px;
}
.stuffs_rental-page-settings-five .custom-quote p {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 1.7;
    margin-bottom: 35px;
    margin-top: 6px;
}
.stuffs_rental-page-settings-five .feedback {
    padding: 5px 0 0;
}
.stuffs_rental-page-settings-five .custom-quote > span {
    font-size: 31px;
}
.stuffs_rental-page-settings-five .testimonial .owl-controls {
    bottom: -48px;
}
.stuffs_rental-page-settings-five .testimonial .owl-item:nth-child(2n) {
    margin-left: 16px;
}

/*Query Section*/
.stuffs_rental-page-settings-five .query {
    background: transparent none repeat scroll 0 0 !important;
    padding: 76px 0 64px;
}
.stuffs_rental-page-settings-five .query h5 {
    color: #394650;
}

/*Newsletter*/
.stuffs_rental-page-settings-five .newsletter span {
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.4px;
    padding: 10px 0 0;
}
.stuffs_rental-page-settings-five .newsletter span i {
    color: #2f3a43;
    font-size: 24px;
    margin-right: 12px;
}
.stuffs_rental-page-settings-five .sign-up input[type="text"] {
    background: #fff none repeat scroll 0 0;
    padding: 12px 26px;
}
.stuffs_rental-page-settings-five .sign-up .contact-name {
    margin-right: 10px;
    width: 377px;
}
.stuffs_rental-page-settings-five .sign-up .mail {
    width: 402px;
}
.stuffs_rental-page-settings-five .sign-up button {
    height: 46px;
    right: 18px;
}
.stuffs_rental-page-settings-five .newsletter {
    padding: 21px 0 23px;
    background-color: #50b9ce;
}
.stuffs_rental-page-settings-five .newsletter .sign-up button {
    background-color: #e04622 !important;
}

/*Home Page six Style*/
.stuffs_rental-page-settings-six .caption {
    width: 100%;
}
.stuffs_rental-page-settings-six .banner-text {
    top: auto;
    bottom: -7.6%;
}
.stuffs_rental-page-settings-six .tp-leftarrow.tparrows.default.off, .stuffs_rental-page-settings-six .tp-rightarrow.tparrows.default.off {
    display: none;
}
.stuffs_rental-page-settings-six .banner-text h2 {
    font-size: 27px;
    padding: 25px 0 25px 28px;
    margin: 0;
    background: rgba(49, 69, 85, 0.9);
}
.stuffs_rental-page-settings-six .shipping {
    margin-bottom: 0;
    color: #fff !important;
}
.stuffs_rental-page-settings-six .services {
    padding-top: 50px;
}
.stuffs_rental-page-settings-six .services {
    /*padding-top: 50px;*/
    background: #f7f8f9;
    padding-top: 97px;
    padding-bottom: 97px;
}
.stuffs_rental-page-settings-six .slides-tab figure {
    float: left;
    height: 230px;
    width: 47.5%;
}
.stuffs_rental-page-settings-six .slides-text {
    width: 52.5%;
    float: left;
    padding: 30px 0 32px 29px;
    border: none;
    background: #ffffff;
    box-shadow: none;
}
.stuffs_rental-page-settings-six .slides-tab figure a {
    display: block;
    height: 100%;
}
.stuffs_rental-page-settings-six .slides-tab figure a img {
    height: 100%;
    width: 100%;
}
.stuffs_rental-page-settings-six .slides-text p {
    margin-bottom: 33px;
    letter-spacing: -0.4px;
}
.stuffs_rental-page-settings-six .services-slider .owl-item:nth-child(3n-1) .slides-tab {
    margin-left: 0;
    padding-right: 0;
}
.stuffs_rental-page-settings-six .features-section {
    background: #f0f4f7 none repeat scroll 0 0;
    /*padding: 112px 0 98px;*/
    padding-top: 97px;
    padding-bottom: 97px;
}
.stuffs_rental-page-settings-six .features-section .heading h3 {
    margin-bottom: 23px;
}
.stuffs_rental-page-settings-six .features-section .features-text > p {
    letter-spacing: -0.3px;
}
.stuffs_rental-page-settings-six .features-section .features-tab {
    border: none;
    box-shadow: none;
    margin-bottom: 16px;
    padding: 31px 0 13px;
}
.stuffs_rental-page-settings-six .wrap-icon {
    display: inline-block;
    vertical-align: top;
    padding: 15px 21px 13px 19px;
}
.stuffs_rental-page-settings-six .features-section .icon-ship {
    background: none;
    margin-top: 0;
}

.stuffs_rental-page-settings-six .features-section .tab-text {
    width: 76%;
    padding: 0 32px;
    margin: 0;
    text-align: left;
}
.stuffs_rental-page-settings-six .about-section {
    /*padding: 116px 0 122px;*/
    padding-top: 97px;
    padding-bottom: 97px;
}
.stuffs_rental-page-settings-six .about-figure {
    padding: 0 0 0 15px;
    position: relative;
}
.stuffs_rental-page-settings-six .about-figure::after {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: "";
    display: block;
    height: 50px;
    left: 68px;
    position: absolute;
    top: 89px;
    width: 53px;
    background: transparent;
}
.stuffs_rental-page-settings-six .about-figure::before {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: "";
    display: block;
    height: 50px;
    left: 405px;
    position: absolute;
    top: 89px;
    width: 53px;
    z-index: 99999;
    background: transparent;
}
.stuffs_rental-page-settings-six .fig-design::after {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    bottom: 75px;
    content: "";
    display: block;
    height: 50px;
    left: 53px;
    position: absolute;
    width: 53px;
    background: transparent;
}
.stuffs_rental-page-settings-six .fig-design::before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    bottom: 75px;
    content: "";
    display: block;
    height: 50px;
    left: 390px;
    position: absolute;
    width: 53px;
    background: transparent;
}
.stuffs_rental-page-settings-six .about-wrap {
    position: relative;
}
.stuffs_rental-page-settings-six .about-text {
    padding: 58px 10px 61px 70px;
    position: absolute;
    right: 15px;
    text-align: left;
    top: 62px;
    width: 652px;
    background: #fff;
    box-shadow: 0 0 10px #f1f3f4;
}
.stuffs_rental-page-settings-six .news {
    background: #f0f4f7 none repeat scroll 0 0;
    padding-bottom: 97px;
    padding-top: 97px;
    /*padding-bottom: 104px;
     padding-top: 83px;*/
}
.stuffs_rental-page-settings-six .news .slides-text {
    padding: 30px 10px 30px 34px;
    width: 100%;
    background: #fff;
}
.stuffs_rental-page-settings-six .news .cargo .slides-text h5 {
    max-width: 350px;
}
.search .page-title {
    color: #2C3740;
}
.stuffs_rental-page-settings-six .news .slides-text p {
    margin-bottom: 25px;
}
.stuffs_rental-page-settings-six .comments, .stuffs_rental-page-settings-six .doe {
    font-size: 14px;
    letter-spacing: -0.2px;
}
.stuffs_rental-page-settings-six .shipping-type figure {
    float: left;
    width: 47.2%;
}
.stuffs_rental-page-settings-six .news .shipping-type .slides-text {
    float: left;
    width: 52.8%;
}
.stuffs_rental-page-settings-six .news .design {
    border: 8px solid #f0f4f7;
}
.stuffs_rental-page-settings-six .shipping-text {
    margin-bottom: 20px;
}
.stuffs_rental-page-settings-six .testimonial {
    padding-top: 97px;
    /*padding-bottom: 123px;*/
    padding-bottom: 97px;
}
.stuffs_rental-page-settings-six .testimonial-tabbing {
    position: relative;
}
.stuffs_rental-page-settings-six .testimonial-tabbing-list {
    float: right;
    list-style-type: none;
    width: 375px;
    padding: 41px 0 0 14px;
}
.stuffs_rental-page-settings-six .testimonial li {
    float: left;
    width: 46%;
    margin-bottom: 24px;
    cursor: pointer;
}
.stuffs_rental-page-settings-six .testimonial li:nth-child(2n+1) {
    margin-right: 28px;
}
.stuffs_rental-page-settings-six .testimonial-tabbing-slides {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    z-index: 1;
}
.stuffs_rental-page-settings-six .testimonial-tabbing-slides .owl-wrapper-outer {
    z-index: -1;
}
.stuffs_rental-page-settings-six .testimonial-tabbing-slides .owl-controls {
    bottom: -41px;
    left: auto;
    right: 135px;
}
.stuffs_rental-page-settings-six .custom-quote {
    border: 0 solid #d4dee5;
    box-shadow: none;
    padding: 42px 31px 45px 36px;
}
.stuffs_rental-page-settings-six .testimonial .custom-quote > span {
    font-size: 30px;
}
.stuffs_rental-page-settings-six .custom-quote p {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 1.7;
    margin-top: 8px;
    margin-bottom: 37px;
}
.stuffs_rental-page-settings-six .custom-quote h6 {
    letter-spacing: -0.2px;
}
.stuffs_rental-page-settings-six .slide-wrap {
    display: none;
}
.stuffs_rental-page-settings-six .active-tab .slide-wrap {
    display: block;
}
.stuffs_rental-page-settings-six .testimonial li::after {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    width: 100%;
}
.stuffs_rental-page-settings-six .tab-wrap > img {
    width: 100%;
}
.stuffs_rental-page-settings-six .query {
    background-color: #50b9ce;
    padding: 30px 68px 14px 40px;
}
.stuffs_rental-page-settings-six .slides-tab {
    max-width: none;
}

/*Home Page Seven Style*/
.stuffs_rental-page-settings-seven .date {
    background-color: #e04622;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 49px;
}
.stuffs_rental-page-settings-seven .date span {
    display: block;
    font-size: 18px;
    line-height: 1;
}
.stuffs_rental-page-settings-seven .shipping-type li {
    list-style: none;
    float: left;
    padding: 24px 30px 13px;
    width: 33.33%;
}
.stuffs_rental-page-settings-seven .shipping-type li i {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 19px;
}
.stuffs_rental-page-settings-seven .shipping-type li h5, .stuffs_rental-page-settings-seven .services h5 {
    margin-bottom: 15px;
    font-weight: 900;
    color: #ffffff;
}
.stuffs_rental-page-settings-seven .services h5 {
    margin-top: 19px;
}
.stuffs_rental-page-settings-seven .shipping-type li p {
    color: #ffffff;
    margin-bottom: 26px;
}
.stuffs_rental-page-settings-seven .shipping-type li a, .stuffs_rental-page-settings-seven .services a {
    font-family: Raleway;
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.stuffs_rental-page-settings-seven .shipping-type li a i, .stuffs_rental-page-settings-seven .services a i {
    font-size: 14px;
    margin-left: 2px;
}
.stuffs_rental-page-settings-seven .about {
    padding-bottom: 94px;
}
.stuffs_rental-page-settings-seven .services {
    background: none;
}
/*.stuffs_rental-page-settings-seven .wrap {
 left: 0;
 position: absolute;
 top: -106px;
 width: 100%;
 z-index: 9999;
 margin:0 15px;
 }*/
/*.stuffs_rental-page-settings-seven .services {
 padding-top: 236px;
 }*/
.stuffs_rental-page-settings-seven .container {
    position: relative;
}
.stuffs_rental-page-settings-seven .heading span {
    color: #6d7c88;
    font-family: Raleway;
    font-weight: 900;
}
.stuffs_rental-page-settings-seven .services .heading h2, .stuffs_rental-page-settings-seven .services h5, .stuffs_rental-page-settings-seven .services a, .stuffs_rental-page-settings-seven .stuffs_rental-king .heading h3 {
    color: #2c3740 !important;
}
.stuffs_rental-page-settings-seven .services .heading h2 {
    margin-bottom: 67px;
}
.stuffs_rental-page-settings-seven .services p, .stuffs_rental-page-settings-seven .features-tab .tab-text p {
    color: #60707d;
    margin-bottom: 26px;
}
.stuffs_rental-page-settings-seven .cargo-cont li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #60707d;
    margin-bottom: 4px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.stuffs_rental-page-settings-seven .cargo-cont li:before {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    background: #50b9ce;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.stuffs_rental-page-settings-seven .cargo-cont {
    margin-bottom: 38px;
}
.stuffs_rental-page-settings-seven  .features {
    background: url(../images/aero-img.jpg) no-repeat;
    min-height: 611px;
    background-size: 100% 100%;
    padding-top: 0;
    overflow: hidden;
    background-attachment: fixed;
}
.stuffs_rental-page-settings-seven  .features-text a {
    background: #e04622 !important;
    color: #ffffff !important;
    margin-left: 0;
    font-family: Raleway;
}
.stuffs_rental-page-settings-seven .features-text a:hover {
    background: #CC3512 !important;
}

.stuffs_rental-page-settings-seven .features-text .heading h3 {
    color: #ffffff;
    padding-bottom: 29px;
}
.stuffs_rental-page-settings-seven .features-tab {
    box-shadow: none;
    border: none;
    padding: 16px 22px 2px;
    background: #e2e2e2;
    margin-top: 0;
}
.stuffs_rental-page-settings-seven .bxslider li.active .features-tab {
    background: #ffffff !important;
}
.stuffs_rental-page-settings-seven .stuffs_rental-king .about-us p {
    color: #9cabb7;
}
.stuffs_rental-page-settings-seven  .spanish {
    padding-left: 32px;
}
.stuffs_rental-page-settings-seven  .mission span {
    color: #889aa9;
    font-weight: 700;
}
.stuffs_rental-page-settings-seven .spanish p {
    color: #ffffff;
}
.stuffs_rental-page-settings-seven .tab-text {
    display: block;
    width: auto;
    margin-left: 8px;
}
.stuffs_rental-page-settings-seven .features-text p {
    color: #ffffff;
    width: 361px;
}
.stuffs_rental-page-settings-seven .features-tab i {
    margin-right: 13px;
    margin-bottom: 8px;
}
.stuffs_rental-page-settings-seven .features-tab h5 {
    display: inline-block;
    margin-top: 34px;
    font-weight: 900;
}
.stuffs_rental-page-settings-seven .features .flex-direction-nav {
    display: none;
}
.stuffs_rental-page-settings-seven .features #carousel {
    transform: rotate(90deg);
}
.stuffs_rental-page-settings-seven .features #carousel ul li {
    float: none !important;
}
.stuffs_rental-page-settings-seven .stuffs_rental-king {
    float: none;
    width: auto;
}
.stuffs_rental-page-settings-seven .custom-blockquote {
    left: 0;
}
.stuffs_rental-page-settings-seven  .about-us {
    padding-left: 0;
    background: none;
    padding-top: 20px;
}
.stuffs_rental-page-settings-seven .bx-wrapper .bx-viewport {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.stuffs_rental-page-settings-seven .bx-default-pager {
    display: none !important;
}
.stuffs_rental-page-settings-seven .tab {
    padding-top: 96px;
}
.stuffs_rental-page-settings-seven .bx-viewport {
    overflow: visible !important;
}
.stuffs_rental-page-settings-seven .testimonial .design:after {
    border: 2px solid #2a343d;
    height: 13px;
    width: 13px;
}
.stuffs_rental-page-settings-seven .testimonial .design {
    height: 19px;
    width: 19px;
    border: none;
    position: relative;
    top: 5px;
}
.stuffs_rental-page-settings-seven .design-line:before {
    left: -38px;
    width: 35px;
}
.stuffs_rental-page-settings-seven .design-line:after {
    background: #d4dee5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    right: -38px;
    position: absolute;
    top: 16px;
    width: 35px;
}
.stuffs_rental-page-settings-seven .bx-wrapper .bx-controls-direction a {
    top: 0 !important;
    position: static;
    visibility: hidden;
}
.stuffs_rental-page-settings-seven .bx-wrapper:hover .bx-controls-direction a {
    visibility: visible;
}
.stuffs_rental-page-settings-seven .bx-wrapper .bx-controls-direction {
    background: none;
    font-size: 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: auto;
    right: 45%;
}
.stuffs_rental-page-settings-seven .bx-wrapper .bx-controls-direction a.bx-next:after, .stuffs_rental-page-settings-seven .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: "\f063";
    position: absolute;
    right: 50%;
    bottom: -133px;
    top: auto !important;
    font-size: 30px;
    font-family: FontAwesome;
    text-indent: 0px;
    left: auto;
}
.stuffs_rental-page-settings-seven .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: "\f062";
    top: 0px !important;
    left: auto;
}
.stuffs_rental-page-settings-seven .bx-wrapper:hover .bx-controls-direction a.bx-prev:after {
    top: 8px !important;
}
.stuffs_rental-page-settings-seven .bx-wrapper:hover .bx-controls-direction a.bx-next:after {
    bottom: -131px;
}
.stuffs_rental-page-settings-seven .stuffs_rental-page-settings-seven .img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 21px;
}
.stuffs_rental-page-settings-seven .testimonial-section {
    background: none;
}
.stuffs_rental-page-settings-seven .img-wrap img {
    float: right;
}
.stuffs_rental-page-settings-seven .img-cont {
    position: absolute;
    top: 24%;
    border: 8px solid #ffffff;
}
.stuffs_rental-page-settings-seven .testimonial {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 82px;
}
.stuffs_rental-page-settings-seven .custom-quote, .stuffs_rental-page-settings-seven .flexslider {
    box-shadow: none;
    border: none;
    box-shadow: none;
    border-left: none;
    margin-left: 0;
}
.stuffs_rental-page-settings-seven .flexslider {
    background: none;
}
.stuffs_rental-page-settings-seven .flex-control-paging li a {
    background: none;
    border: 2px solid #ffffff;
}
.stuffs_rental-page-settings-seven .testimonial .heading h2, .stuffs_rental-page-settings-seven .custom-quote h6, .stuffs_rental-page-settings-seven .query h5 {
    color: #ffffff;
}
.stuffs_rental-page-settings-seven .custom-quote .fa-quote-left {
    font-size: 30px;
    margin-bottom: 10px;
}
.stuffs_rental-page-settings-seven .news .design-line {
    margin-bottom: 100px;
}
.stuffs_rental-page-settings-seven .custom-quote p {
    color: #fefefe;
    width: 861px;
    margin: 0 auto 50px;
    font-size: 18px;
}
.stuffs_rental-page-settings-seven .flex-direction-nav, .stuffs_rental-page-settings-seven .doe::after {
    display: none;
}
.stuffs_rental-page-settings-seven .slides-tab .slides-text {
    width: 65%;
    float: left;
    padding-bottom: 28px;
    position: relative;
}
.stuffs_rental-page-settings-seven .date {
    right: -29px;
    top: 24px;
    z-index: 9999;
    bottom: auto;
    background: #e04622;
}
.stuffs_rental-page-settings-seven .news {
    padding-bottom: 95px;
}
.stuffs_rental-page-settings-seven .slides-tab figure {
    float: left;
    width: 35%;
}
.stuffs_rental-page-settings-seven .slides-tab {
    margin-bottom: 30px;
}
.stuffs_rental-page-settings-seven .slides-text .doe, .stuffs_rental-page-settings-seven .slides-text .comments {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 900;
}
.stuffs_rental-page-settings-seven .flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.stuffs_rental-page-settings-seven .flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.stuffs_rental-page-settings-seven .slides-tab {
    max-width: none;
}
.stuffs_rental-page-settings-seven .shipping-types-warp {
    margin-top: -85px;
}
.stuffs_rental-page-settings-eight .shipping-type li {
    list-style: none;
    float: left;
    padding: 24px 30px 13px;
    width: 33.33%;
}
.stuffs_rental-page-settings-eight .shipping-type li i {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 19px;
}
.stuffs_rental-page-settings-eight .shipping-type li h5, .stuffs_rental-page-settings-eight .services h5 {
    margin-bottom: 15px;
    font-weight: 900;
    color: #ffffff;
}
.stuffs_rental-page-settings-eight .services h5 {
    margin-top: 19px;
}
.stuffs_rental-page-settings-eight .shipping-type li p {
    color: #ffffff;
    margin-bottom: 26px;
}
.stuffs_rental-page-settings-eight .shipping-type li a i, .stuffs_rental-page-settings-eight .services a i {
    font-size: 14px;
    margin-left: 2px;
}
.stuffs_rental-page-settings-eight .services {
    background: none;
}
.stuffs_rental-page-settings-eight .wrap {
    left: 0;
    position: absolute;
    top: -106px;
    width: 100%;
    z-index: 9999;
    margin: 0 15px;
}

.stuffs_rental-page-settings-eight .container {
    position: relative;
}
.stuffs_rental-page-settings-eight .heading span {
    color: #6d7c88;
    font-family: Raleway;
    font-weight: 900;
}
.stuffs_rental-page-settings-eight .services .heading h2 {
    margin-bottom: 67px;
}
.stuffs_rental-page-settings-eight .services p, .stuffs_rental-page-settings-eight .features-tab .tab-text p {
    color: #60707d;
    margin-bottom: 26px;
}
.stuffs_rental-page-settings-eight .cargo-cont li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #60707d;
    margin-bottom: 4px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.stuffs_rental-page-settings-eight .cargo-cont li:before {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    background: #50b9ce;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.stuffs_rental-page-settings-eight .cargo-cont {
    margin-bottom: 38px;
}
.stuffs_rental-page-settings-eight  .features-text a {
    background: #e04622 !important;
    color: #ffffff !important;
    margin-left: 0;
    font-family: Raleway;
}
.stuffs_rental-page-settings-eight .features-tab {
    box-shadow: none;
    border: none;
    padding: 16px 22px 2px;
    background: #e2e2e2;
    margin-top: 0;
}
.stuffs_rental-page-settings-eight .stuffs_rental-king .about-us p {
    color: #9cabb7;
    margin-bottom: 50px;
}
.stuffs_rental-page-settings-eight  .spanish {
    padding-left: 32px;
}
.stuffs_rental-page-settings-eight  .mission span {
    color: #889aa9;
    font-weight: 700;
}
.stuffs_rental-page-settings-eight .spanish p {
    color: #ffffff;
}
.stuffs_rental-page-settings-eight .tab-text {
    display: block;
    width: auto;
    margin-left: 8px;
}
.stuffs_rental-page-settings-eight .features-tab i {
    margin-right: 13px;
    margin-bottom: 8px;
}
.stuffs_rental-page-settings-eight .features-tab h5 {
    display: inline-block;
    margin-top: 34px;
    font-weight: 900;
}
.stuffs_rental-page-settings-eight .features .flex-direction-nav {
    display: none;
}
.stuffs_rental-page-settings-eight .features #carousel {
    transform: rotate(90deg);
}
.stuffs_rental-page-settings-eight .features #carousel ul li {
    float: none !important;
}
.stuffs_rental-page-settings-eight .stuffs_rental-king {
    float: none;
    width: auto;
}
.stuffs_rental-page-settings-eight .custom-blockquote {
    left: 0;
}
.stuffs_rental-page-settings-eight  .about-us {
    padding-left: 0;
    background: none;
    padding-top: 20px;
}
.stuffs_rental-page-settings-eight .tab {
    padding-top: 96px;
}
.stuffs_rental-page-settings-eight .testimonial .design:after {
    border: 2px solid #2a343d;
    height: 13px;
    width: 13px;
}
.stuffs_rental-page-settings-eight .testimonial .design {
    height: 19px;
    width: 19px;
    border: none;
    position: relative;
    top: 5px;
}
.stuffs_rental-page-settings-eight .design-line:before {
    left: -38px;
    width: 35px;
}
.stuffs_rental-page-settings-eight .design-line:after {
    background: #d4dee5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    right: -38px;
    position: absolute;
    top: 16px;
    width: 35px;
}
.stuffs_rental-page-settings-eight .img-wrap {
    position: relative;
    padding-top: 21px;
}
.stuffs_rental-page-settings-eight .testimonial-section {
    background: none;
}
.stuffs_rental-page-settings-eight .img-wrap img {
    float: left;
}
.stuffs_rental-page-settings-eight .img-cont {
    position: absolute;
    top: -7%;
    left: 25%;
}
.stuffs_rental-page-settings-eight .about {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 33px;
    padding-top: 156px;
}
.stuffs_rental-page-settings-eight .news {
    padding-top: 126px;
}
.stuffs_rental-page-settings-eight .custom-quote, .stuffs_rental-page-settings-eight .flexslider {
    box-shadow: none;
    border: none;
    box-shadow: none;
    border-left: none;
    margin-left: 0;
}
.stuffs_rental-page-settings-eight .flexslider {
    background: none;
}
.stuffs_rental-page-settings-eight .flex-control-paging li a {
    background: none;
    border: 2px solid #ffffff;
}
.stuffs_rental-page-settings-eight .testimonial .heading h2, .stuffs_rental-page-settings-eight .custom-quote h6, .stuffs_rental-page-settings-eight .query h5 {
    color: #ffffff;
}
.stuffs_rental-page-settings-eight .custom-quote .fa-quote-left {
    font-size: 30px;
    margin-bottom: 10px;
}
.stuffs_rental-page-settings-eight .news .design-line {
    margin-bottom: 100px;
}
.stuffs_rental-page-settings-eight .custom-quote p {
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.6;
}
.stuffs_rental-page-settings-eight .flex-direction-nav, .stuffs_rental-page-settings-eight .doe::after {
    display: none;
}
.stuffs_rental-page-settings-eight .date {

    right: -29px;
    top: 24px;
    z-index: 9999;
    bottom: auto;
    background: #e04622;
}
.stuffs_rental-page-settings-eight .testimonial .custom-quote {
    border: 1px solid #d4dee5;
    padding: 37px 32px;
}
.stuffs_rental-page-settings-eight .slides-tab {
    margin-bottom: 30px;
}
.stuffs_rental-page-settings-eight .comments, .stuffs_rental-page-settings-eight .doe {
    font-size: 14px;
    color: #2c3740;
}

.stuffs_rental-page-settings-eight .our-address h6 {
    font-family: karla !important;
}
.loader-block {
    display: none;
}
.stuffs_rental-page-settings-eight .services .heading h2, .stuffs_rental-page-settings-eight .services h5, .stuffs_rental-page-settings-eight .services a, .stuffs_rental-page-settings-eight .stuffs_rental-king .heading h3 {
    color: #2c3740 !important;
}
.stuffs_rental-page-settings-eight .services {
    padding-top: 113px;
    padding-bottom: 58px;
}
.stuffs_rental-page-settings-eight  .features {
    margin-bottom: 139px;
}
.stuffs_rental-page-settings-eight .services a {
    font-size: 24px;
}
.stuffs_rental-page-settings-eight .services a.read-more {
    font-size: 14px;
    font-weight: 700;
    font-family: karla !important;
}
.stuffs_rental-page-settings-eight .features .features-text .heading span {
    color: #6d7c88 !important;
}
.stuffs_rental-page-settings-eight .features-text p {
    color: #60707d;
    width: 361px;
    margin-bottom: 35px;
}
.stuffs_rental-page-settings-eight .features-icon li {
    float: left;
    list-style: none;
    margin: 0 6px;
}
.stuffs_rental-page-settings-eight .features-icon li i.icon-train {
    margin-top: 0;
}
.stuffs_rental-page-settings-eight .features-text {
    padding-left: 30px;
    padding-top: 12px;
}
.stuffs_rental-page-settings-eight .features-text h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: karla !important;
}
.stuffs_rental-page-settings-eight .features-text .heading h3 {
    width: 333px;
}
.stuffs_rental-page-settings-eight .news .slides-tab .slides-text {
    width: 367px;
    float: left;
    padding: 29px 23px 17px 34px;
    border-left: none;
}
.stuffs_rental-page-settings-eight .date {
    display: none;
}
.stuffs_rental-page-settings-eight .news .slides-tab figure {
    width: 187px;
    float: left;
}
.stuffs_rental-page-settings-eight .news h5 {
    margin-bottom: 11px;
}
.stuffs_rental-page-settings-eight .slides-text p {
    margin-bottom: 24px;
}
.stuffs_rental-page-settings-eight .news .slides-text p {
    color: #60707d;
}
.stuffs_rental-page-settings-eight .testimonial .heading h2, .stuffs_rental-page-settings-eight .custom-quote h6 {
    color: #2c3740;
}
.stuffs_rental-page-settings-eight .custom-quote h6 {
    font-family: Arial, Helvetica, sans-serif !important;
}
.stuffs_rental-page-settings-eight  .custom-quote h6 span {
    font-family: karla;
    color: #889aa9;
}
.stuffs_rental-page-settings-eight .design-line {
    display: none;
}
.stuffs_rental-page-settings-eight .features-icon li i {
    font-size: 55px;
    color: #2c3740;
    background-image: none;
    height: auto;
    width: auto;
    cursor: pointer;
}
.stuffs_rental-page-settings-eight .features-icon {
    margin-top: 18px;
}
.stuffs_rental-page-settings-eight .news .heading h2::after, .stuffs_rental-page-settings-eight .testimonial .heading h2:after {
    display: block;
}
.stuffs_rental-page-settings-eight .news .heading h2, .stuffs_rental-page-settings-eight .testimonial .heading h2 {
    margin-bottom: 53px;
    padding-bottom: 20px;
}
/*.stuffs_rental-page-settings-eight .owl-item:nth-child(2n) .feedback{
 margin-left:0;
 margin-right: 15px;
 }
 .stuffs_rental-page-settings-eight .owl-item:nth-child(3n+0) .feedback{
 margin-right: 0;
 }*/
.stuffs_rental-page-settings-eight .owl-item .feedback {
    max-width: 95%;
}
.stuffs_rental-page-settings-eight .testimonial .owl-controls {
    text-align: right;
    bottom: -25px;
}
.stuffs_rental-page-settings-eight .testimonial .owl-page span {
    border-radius: 0;
    height: 5px;
    width: 30px;
    border: none;
    background: #cfd4d5;
}
.stuffs_rental-page-settings-eight .show-all {
    color: #2c3740;
    float: right;
    font-family: karla;
    font-size: 14px;
    font-weight: 400;
    width: 10%;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #d4dee5;
    padding: 7px 15px;
    margin-top: 16px;
}
.stuffs_rental-page-settings-eight .news .heading {
    float: left;
    width: 80%;
}

.stuffs_rental-page-settings-eight  .tab-content {
    padding-left: 30px;
}
.stuffs_rental-page-settings-eight .tab-content h5 {
    font-family: karla;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 0;
}

.stuffs_rental-page-settings-eight .tab-content .active h5 {
    opacity: 0.9;
}
.stuffs_rental-page-settings-eight .slides-tab {
    max-width: none;
}

/*
 Header style Three
*/

.header-layout-three .main-header {
    padding-top: 0;
    padding-bottom: 0;
}

.header-layout-three .primary-header {
    background: #eaedf0;
    /*text-align: right;*/
    font-size: 0;
}
.header-layout-three .social::before {
    display: none;
}
.header-layout-three .social {
    /*border-right: 1px solid #cddfe1;
     display: inline-block;
     float: none;
     margin: 0 30px 0 0;
     padding: 0 17px 0 0;*/
}
.header-layout-three .social li {
    border: none;
    width: 43px;
}
.header-layout-three .social a {
    padding: 10px 0;
    color: #2c3740;
}

.header-layout-three .call-us {
    padding-top: 8px;
}
.header-layout-three .stuffs_rental {
    color: #2c3740;
}
.header-layout-three  .call-us ul li a {
    color: #2c3740;
    font-size: 16px;
    display: block;
    line-height: 30px;
}
.header-layout-three .call-us img {
    width: 18px;
}

.header-layout-three .call {
    display: inline-block;
    float: none;
    font-family: karla;
    font-size: 14px;
    font-weight: bold;
    margin: 12px 0 0;
    vertical-align: top;
}
.header-layout-three .call > a {
    color: #343940;
}
.header-layout-three .call span {
    display: inline-block;
    margin-left: 11px;
}
.header-layout-three .main-header {
    background: transparent;
}
.header-layout-three .logo {
    margin-top: 17px;
}
.header-layout-three .navigation::before, .header-layout-three .navigation::after, .header-layout-three .navigation > li:first-child::before {
    display: none;
}
.header-layout-three .navigation {
    /*background: transparent none repeat scroll 0 0;
     border-top: 1px solid #cddfe1;
     margin-right: 0;
     margin-top: 0;
     padding-left: 0;
     width: 756px;*/
}
.header-layout-three .navigation > li {
    border: none;
    margin-right: 30px;
}
.header-layout-three .navigation > li:last-child {
    margin-left: 6px;
    margin-right: 0;
}
.header-layout-three nav {
    text-align: right;
}
.header-layout-three .navigation > li:hover {
    background: transparent;
}
.header-layout-three .navigation li a {
    color: #343940;
    letter-spacing: 0.2px;
    min-width: 63px;
    padding: 28px 11px 30px 13px;
}
.header-layout-three .navigation li:last-child a {
    min-width: 0;
    padding: 28px 0 0 11px;
}
.header-layout-three .navigation > li > a::after {
    /*background: red none repeat scroll 0 0;
     content: "";
     height: 2px;
     left: 0;
     opacity: 0;
     position: absolute;
     top: -1px;
     width: 100%;*/
}
.header-layout-three .navigation > li > a:hover:after {
    opacity: 1;
}
.header-layout-three .sub-menu a {
    color: #fff !important;
    padding: 10px 13px 10px 15px !important;
    text-align: center;
}
.header-layout-three .sub-menu a {
    text-align: left;
}
.header-layout-three #cssmenu > ul > li.has-sub > a::after {
    display: block;
}

/*
 * Header Four Style
 */

.header-layout-four .main-header {
    background: transparent;
}
.header-layout-four .navigation::before, .header-layout-four .navigation::after, .header-layout-four .navigation > li:first-child::before {
    display: none;
}
.header-layout-four .navigation {
    background: transparent none repeat scroll 0 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
}
.header-layout-four .navigation > li {
    border: none;
    margin-right: 20px;
}
.header-layout-four .navigation > li:hover {
    background: transparent;
}
.header-layout-four nav {
    text-align: right;
}
.header-layout-four .sub-menu a {
    text-align: left;
}
.header-layout-four .navigation > li > a:hover:after {
    opacity: 1;
}
.header-layout-four .navigation {
    width: 900px;
    border-top: 0 none;
}
.header-layout-four .main-header-section {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.92);
}
.header-layout-four .logo {
    /*margin-top: 21px;*/
}
.header-layout-four .num {
    display: inline-block;
    letter-spacing: -0.2px;
    padding: 4px 14px 5px;
    font-size: 14px;
    color: #fff;
}
.header-layout-four .navigation > li span i {
    background: #50b9ce;
    font-size: 22px;
    padding: 3px 9px 4px;
    vertical-align: bottom;
    color: #fff;
}
.header-layout-four .navigation > li {
    vertical-align: top;
    margin-right: 0;
}
.header-layout-four .navigation li a {
    padding: 5px 23px;
    letter-spacing: 0.2px;
    min-width: 63px;
}
.header-layout-four .navigation > li > a {
    color: #343940;
}
.header-layout-four .call-us {
    font-size: 0;
}
/*.header-layout-four .navigation li:last-child a {
 padding: 28px 0 0;
 }*/
.header-layout-four .navigation > li > a::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: auto;
    width: 17px;
    height: 3px;
    left: 24px;
    bottom: 0;
}
.header-layout-four .navigation > li:last-child > a::after {
    display: none;
}

/*
 * header five style
 */
.header-layout-five {
    /*left: 0;
     position: absolute;
     top: 32px;*/
}
.header-layout-five .logo-wrap {
    float: left;
    padding: 33px 31px 30px;
    width: 27.5%;
    background: #ffffff;
}
.header-layout-five .nav-wrap {
    float: left;
    width: 72.5%;
}
.header-layout-five .primary-header {
    background: #405667;
    padding: 0 0 0 27px;
}
.header-layout-five .mail {
    /*float: left;
     padding-top: 12px;
     width: 50%;*/
}
.header-layout-five .mail span {
    letter-spacing: -0.3px;
    color: #8e9ba7;
}
.header-layout-five .mail span a {
    color: #8e9ba7;
}
.header-layout-five .social::before, .header-layout-five .navigation::after, .header-layout-five .navigation::before, .header-layout-five .navigation > li:first-child::before {
    display: none;
}
.header-layout-five .social {
    padding-right: 17px;
}
.header-layout-five .social li {

    border: none;
}
.header-layout-five .social-wrap {
    /*float: left;
     width: 50%;*/
}

.header-layout-five .social a {
    padding: 10px 8px;
    min-width: 40px;
}

.header-layout-five .request {
    padding: 16px 0 !important;
    width: 173px;
}
.header-layout-five .request::after {
    display: none;
}
.header-layout-five .navigation {
    margin-right: 0;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
}
.header-layout-five .navigation li a {
    padding: 16px 21px 16px 29px;
}
.header-layout-five .sub-menu a {
    padding: 10px 13px 10px 29px !important;
}

/*
 * header six style
 */

.header-layout-six .link-wrap  li {
    list-style: none;
    float: left;
    margin-top: 12px;
    margin-right: 16px;
}
.header-layout-six .link-wrap  li:last-child {
    margin-right: 0;
}
.header-layout-six .mail span {
    margin-left: 0;
}
.header-layout-six .mail {
    padding-top: 0;
}
.header-layout-six .link-wrap li a {
    color: #2c3740;
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.1px;
}
.header-layout-six .link-wrap li a i {
    color: #54667a;
}
.header-layout-six .link-wrap li a i.fa-phone-square, .header-layout-six .link-wrap li a i.fa-clock-o {
    margin-right: 6px;
}
.header-layout-six .logo {
    margin-top: 0;
}
.header-layout-six .call-us ul {
    padding-top: 0;
}
.header-layout-six .call-us ul li:last-child {
    padding-right: 0 !important;
}
.header-layout-six .social:before {
    height: auto;
}
.header-layout-six .stuffs_rental, .header-layout-six .request {
    font-family: Raleway;
    font-weight: 900;
}
.header-layout-six .navigation:after, .header-layout-six .navigation:before, .header-layout-six .navigation > li:first-child:before {
    display: none;
}
.header-layout-six .navigation {
    margin-top: 0;
    float: none;
    padding-left: 0;
    width: auto;
}
.header-layout-six .main-header {
    margin-bottom: 39px;
    margin-top: 45px;
}
.header-layout-six .request {
    background: #e44646 !important;
    padding: 24px 0 19px !important;
}
.header-layout-six .request:before {
    border-width: 32px 10px;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    content: '';
}
.header-layout-six  .navigation li a {
    padding: 23px 24px 20px 22px;
    color: #ffffff;
}
.header-layout-six .secondary-header {
    position: relative;
}
.header-layout-six .secondary-header:after {
    position: absolute;
    top: 0;
    right: -350px;
    content: '';
    height: 100%;
    width: 50%;
    background: #3c4e5c !important;
}
.header-layout-six .request:after {
    border-color: transparent #3c4e5c #3c4e5c transparent;
}
.header-layout-six .sub-menu {
    top: 63px !important;
}
.header-layout-six .sub-menu li:last-child {
    border-bottom: none;
}

/*
 * header seven style
 */

.header-layout-seven .link-wrap  li {
    list-style: none;
    float: left;
    margin-top: 12px;
    margin-right: 16px;
}
.header-layout-seven .link-wrap  li:last-child {
    margin-right: 0;
}
.header-layout-seven .mail span {
    margin-left: 0;
}
.header-layout-seven .mail {
    padding-top: 0;
}
.header-layout-seven .link-wrap li a {
    color: #2c3740;
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.1px;
}
.header-layout-seven .link-wrap li a i {
    color: #54667a;
}
.header-layout-seven .link-wrap li a i.fa-phone-square, .header-layout-seven .link-wrap li a i.fa-clock-o {
    margin-right: 6px;
}
.header-layout-seven .logo {
    margin-top: 0;
}
.header-layout-seven .call-us ul {
    padding-top: 0;
}
.header-layout-seven .call-us ul li:last-child {
    padding-right: 0 !important;
}
.header-layout-seven .social:before {
    height: auto;
}
.header-layout-seven .stuffs_rental, .header-layout-seven .request {
    font-family: Raleway;
    font-weight: 900;
}
.header-layout-seven .navigation:after, .header-layout-seven .navigation:before, .header-layout-seven .navigation > li:first-child:before {
    display: none;
}
.header-layout-seven .navigation {
    margin-top: 0;
    float: none;
    padding-left: 0;
    width: auto;
}
.header-layout-seven .main-header {
    margin-bottom: 39px;
    margin-top: 45px;
}
.header-layout-seven .request {
    background: #e44646 !important;
    padding: 24px 0 19px !important;
}
.header-layout-seven .request:before {
    border-width: 32px 10px;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    content: '';
}
.header-layout-seven  .navigation li a {
    padding: 21px 24px 18px 22px;
    color: #ffffff;
}
.header-layout-seven .secondary-header {
    position: relative;
}
.header-layout-seven .secondary-header:after {
    position: absolute;
    top: 0;
    right: -350px;
    content: '';
    height: 100%;
    width: 50%;
    background: #3c4e5c !important;
}
.header-layout-seven .request:after {
    border-color: transparent #3c4e5c #3c4e5c transparent;
}
.header-layout-seven .sub-menu {
    top: 37px !important;
    background: #ffffff;
}

.header-layout-seven .sub-menu li:last-child {
    border-bottom: none;
}
.header-layout-seven .primary-header {
    background: #3c4e5c;
    padding: 15px 0;
}
.header-layout-seven .link-wrap li a, .header-layout-seven .call-us ul li a, .header-layout-seven .stuffs_rental {
    color: #ffffff;
}
.header-layout-seven .link-wrap li {
    margin-top: 0;
}
.header-layout-seven .stuffs_rental {
    font-size: 10px;
}
.header-layout-seven .call-us ul li a {
    font-size: 23.44px;
}
.header-layout-seven #cssmenu ul li a {
    padding: 0px 12px !important;
    color: #2c3740;
    border-left: 1px solid #d3d8dc;
}
.header-layout-seven #cssmenu .navigation > li:first-child > a {
    padding-left: 0 !important;
    border-left: none;
}
.header-layout-seven #cssmenu ul li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.header-layout-seven .sub-menu {
    top: 37px !important;
    background: #ffffff;
}
.header-layout-seven .navigation li {
    padding: 14px 0px;
    border-left: none;
}
.header-layout-seven #cssmenu ul ul li a {
    border-left: none;
}
.header-layout-seven .request:after, .header-layout-seven .request:before {
    display: none;
}
.header-layout-seven .request {
    background: #429de2 !important;
    width: 184px;
    padding: 14px 0 !important;
}
.header-layout-seven .main-header {
    margin-bottom: 30px;
    margin-top: 30px;
}
.header-layout-seven .navigation > li:hover, .header-layout-seven .navigation .sub-menu > li:hover {
    background: #ffffff;
}

/*------ Revolution Slider CSS ----*/

h2.slider-four-title, h2.slider-five-title, .slider-eight-title h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.9px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
}
h2.slider-four-title span, h2.slider-five-title span {
    display: block;
    font-size: 18px !important;
    line-height: 1 !important;
}
.slider-four-btn .services-link, .slider-five-btn .services-link {
    line-height: 1 !important;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
.tp-bullet .tp-bullet-title {
    display: none !important;
}
.slider-eight-title p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 56px;
    letter-spacing: 0px;
    text-align: center;
}
.slider-eight-btn .services-link {
    background: #e04622 !important;
    color: #ffffff !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1 !important;
    font-weight: 700;
    padding: 15px 20px !important;
    letter-spacing: 0px;
}
.slider-six-btn .shipping {
    line-height: 1;
    padding: 13px 13px 12px !important;
    width: auto;
    color: #fff !important;
    letter-spacing: 0px;
}
.slider-six-btn .shipping, .slider-six-btn .shipping:hover, .slider-seven-titles .services-link {
    transition: all 0.2s ease 0s !important;
    -o-transition: all 02s ease 0s !important;
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    -ms-transition: all 0.2s ease 0s !important;
}
h2.slider-six-title {
    background: rgba(49, 69, 85, 0.9);
    color: #fff;
    font-size: 27px;
    padding: 25px 0 25px 28px;
    letter-spacing: 0px;
}
.slider-seven-desc span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}
.slider-seven-desc h2 {
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.slider-seven-desc p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 56px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
}
.slider-seven-desc {
    white-space: normal !important;
}
.slider-seven-titles .services-link {
    line-height: 20px !important;
    display: inline-block;
    margin-right: 12px;
    background: #ffffff !important;
    color: #2c3740 !important;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
}
.slider-seven-titles .services-link:hover {
    color: #fff !important;
    background: #fc8832 !important;
}
.page-template-stuffs_rental-home-seven .tparrows {
    background: #fff !important;
    height: 42px;
    width: 50px;
}
.page-template-stuffs_rental-home-seven .tp-leftarrow {
    left: -48px !important;
}
.page-template-stuffs_rental-home-seven .tp-rightarrow {
    left: auto !important;
    right: 3.2% !important;
}
.page-template-stuffs_rental-home-seven .tp-leftarrow:before {
    background: url("../images/left-arrow.png") no-repeat 0 0;
    content: "";
    height: 18px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 10px;
}
.page-template-stuffs_rental-home-seven .tp-rightarrow:before {
    background: url(../images/right-arrow.png) no-repeat 0 0;
    content: "";
    height: 18px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 10px;
}
.woocommerce td.product-remove a.remove {
    color: #94949d !important;
    display: inline-block;
}
.woocommerce a.remove:hover {
    background: transparent;
    color: #282828 !important;
}

/* order page css */
.woocommerce .order_details {
    border-bottom: 1px solid #d4dee5;
    border-top: 1px solid #d4dee5;
    padding: 15px 0;
    margin-bottom: 0;
}
.woocommerce .order_details li {
    font-size: 16px;
    color: #282828;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    margin-right: 5%;
    width: 21.25%
}
.woocommerce .order_details li:last-child {
    margin-right: 0%;
}
.woocommerce .order_details li strong {
    font-size: 13px;
    font-weight: normal;
}
.price_label {
    clear: both;
    font-size: 14px;
    text-align: left;
}

.woocommerce-checkout form.login input.button {
    margin-right: 13px;
}
.woocommerce-checkout form.checkout_coupon  input.button {
    padding: 15px 1em;
}

.woocommerce-checkout  .woocommerce-password-strength.short {
    background: none;
    border: none;
    text-align: left;
}

.single-post textarea#comment {
    margin-bottom: 10px;
}

/* NEW */
.post-content .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.post-content .woocommerce-MyAccount-navigation ul li {
    letter-spacing: 0.3px;
    padding:0;
    list-style: outside none none;
    margin: 0;
    margin: 0;
    border-bottom: 1px solid #2ea099;
    font-weight: 700;
}
.post-content .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #60707d;
    padding: 12px 0;
}
.woocommerce-account .user-blog  > h5{
    position: relative;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-content address{
    font-size: 15px;
}
.woocommerce-account input.button{
    margin-right: 10px;
}
.woocommerce div.product:nth-child(3n+4){
    clear: both;
}
.woocommerce ul.product_list_widget li img{
    width: 60px;
}
.woocommerce .star-rating span::before {
    color: #fcd01f !important; 
}
.shop-sidebar .ui-state-default, 
.shop-sidebar .ui-widget-content .ui-state-default{
    background: #2c3740 !important;
    border: medium none !important;
    border-radius: 100%;
    height: 16px !important;
    width: 16px !important;
}
.woocommerce ul.product_list_widget li .star-rating{
    font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background: #ebe9eb;
}
.woocommerce-cart table.shop_table.cart input[type="submit"],
.woocommerce-cart table.shop_table.cart td a.checkout-button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    h2.slider-four-title, h2.slider-five-title, .slider-eight-title h2 {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    h2.slider-four-title span, h2.slider-five-title span, .slider-eight-title p {
        font-size: 16px !important;
    }
    .slider-eight-title p {
        line-height: 1.2 !important;
    }
    .slider-four-btn .services-link, .slider-five-btn .services-link, .slider-eight-btn .services-link {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
    .page-template-stuffs_rental-home-four .tp-parallax-wrap {
        top: 27% !important;
    }
    .page-template-stuffs_rental-home-four .tp-parallax-wrap:last-child {
        top: 50% !important;
    }
    .page-template-stuffs_rental-home-five .tp-parallax-wrap {
        top: 40% !important;
    }
    .page-template-stuffs_rental-home-five .tp-parallax-wrap:last-child {
        top: 60% !important;
    }
    .page-template-stuffs_rental-home-eight .tp-parallax-wrap {
        top: 27% !important;
    }
    .page-template-stuffs_rental-home-eight .tp-parallax-wrap:last-child {
        top: 73% !important;
    }

    .page-template-stuffs_rental-home-six .tp-parallax-wrap {
        top: 82% !important;
    }
    .page-template-stuffs_rental-home-six .tp-parallax-wrap:last-child {
        top: 69% !important;
    }
    .slider-six-btn .shipping {
        font-size: 9px !important;
    }
    .slider-six-btn .shipping:after {
        display: none;
    }
    h2.slider-six-title, h2.slider-six-title span {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    .slider-seven-desc span {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }
    .slider-seven-desc h2 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    .slider-seven-desc p {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    .slider-seven-desc {
        max-width: 290px !important;
        width: 290px !important;
    }
    .page-template-stuffs_rental-home-seven .tp-parallax-wrap {
        top: 27% !important;
    }
    .page-template-stuffs_rental-home-seven .tp-parallax-wrap:last-child {
        top: 78% !important;
    }
    .slider-seven-titles .services-link {
        font-size: 11px !important;
    }
    .query {
        margin-top: 30px;
    }

}
@media all and (min-width: 768px) and (max-width: 992px) {
    .slider-six-btn .shipping {
        padding: 11px 13px 12px !important;
    }
    .slider-seven-desc p {
        font-size: 12px !important;
    }
    .page-template-stuffs_rental-home-seven .tp-leftarrow {
        left: -31% !important;
    }
    .page-template-stuffs_rental-home-seven .tp-rightarrow {
        left: auto !important;
        right: -74.7% !important;
    }

}
@media all and (min-width: 992px) and (max-width: 1024px) {

    .slider-six-btn .shipping {
        padding: 12px 13px 12px !important;
    }
    .page-template-stuffs_rental-home-seven .tp-leftarrow {
        left: -22% !important;
    }
    .page-template-stuffs_rental-home-seven .tp-rightarrow {
        left: auto !important;
        right: -32.5% !important;
    }
}
@media all and (min-width: 1025px) and (max-width: 1290px) {
    .page-template-stuffs_rental-home-seven .tp-leftarrow {
        left: -22% !important;
    }
    .page-template-stuffs_rental-home-seven .tp-rightarrow {
        left: auto !important;
        right: -32.5% !important;
    }

}

/*24th August Styling Start Here*/
.woocommerce-account .login .form-row input.input-text,.woocommerce-account .register .form-row input.input-text{
    background: #f1f4f8;
    border: 1px solid #dae0e7;
    box-sizing: border-box;
    color: #6e7b86;
    font-size: 14px;
    padding: 12px;
}
.woocommerce-account .lost_reset_password .form-row input.input-text{
    background: #f1f4f8;
    border: 1px solid #dae0e7;
    box-sizing: border-box;
    color: #6e7b86;
    font-size: 14px;
    padding: 12px;
}
.woocommerce-account .login,.woocommerce-account .register{
    min-height:300px;
} 
.sign-in-wrap{
    display:inline-block;
    width:50%;
    text-align:right;
    padding:12px 18px;
}
.sign-in-wrap a{
    color:#ffffff;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    line-height: 25px;
}
.sign-in-wrap a:hover{
    color:#2ea099;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
}	
.woocommerce-account #customer_login .u-column1.col-1{
    float:left;
    width:48%;
    margin-right:30px;
}
.woocommerce-account #customer_login .u-column2.col-2{
    float:right;
    width:48%;
}
/*-----------------------------*/

/*-------------Product Creation Form Start--------------*/
.create-product ul, .seller-registration ul {
    margin: 0px;
}
.create-product ul li, .seller-registration ul li {
    list-style-type: none;
    font-size: 20px;
}
.create-product label, .seller-registration lavel {
    display: block;
    font-weight: 900;
    line-height: 24px;
    font-size: 18px;
    color: #2c3740;
    text-transform: uppercase;
    letter-spacing: -0.9px;
    margin-bottom: 5px;
}
.create-product input, .create-product textarea, .seller-registration input, .seller-registration textarea {
    display: block;
    width: 100%;
    border: 1px solid #d3ddde;
    padding: 11px 0 12px 17px;
    font-size: 15px;
    margin-bottom: 20px;
}
.create-product input:focus, .seller-registration input:focus {
    outline: none;
}
.create-product .radio-inline, .seller-registration .radio-inline {
    margin-bottom: 20px;
}
.create-product input[type="file"], .seller-registration input[type="file"] {
    /*    min-width: 250px;
        max-width:30%;*/
}

/* end only demo styles */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #2ea099;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #2ea099;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

/*-------------Product Creation Form End--------------*/

/* ------------ Search result -------------------------------*/
.result-display{
    position: relative;
}
.search-results .result-display > a{
    position: absolute;
    left:0;
    right:0;
    top:-25px;
}
.result-display figure a.zoom{
    min-height: 291px;
}
/* ------------ / Search result -------------------------------*/
/* ------------ Header search form  -------------------------------*/
.staff-rent-city .sbHolder,.staff-cat .sbHolder {
    background: #ffffff;
    border: 0 none;
    height: 31px;
    text-align: center;
    width: 150px;
    font-size: 14px;
    line-height: 19px;
}
.sbOptions{
    top:42px !important;
    border:1px solid #dddddd !important;
}
.sbOptions a{
    font-size: 14px !important;
    border:none !important;
    padding-left:10px;
}
.staff-cat .sbHolder,.sbSelector{
    width:100%;
    text-align: left;
    height:25px;
    height:42px;
    padding:11px 0;
}
.sbOptions li{
    padding-left:0 !important;
    padding-right:0 !important;
    border-bottom:1px solid #dddddd;
}
.sbSelector::after {
    content: "\f107";
    font-family: fontawesome;
    padding: 0 0 0 5px;
}
.woocommerce span.onsale {
    left: 0;
    top: 25px;
}
.sbToggle{
    background: none;
}
/* ------------ / Header search form -------------------------------*/
.create-product input[type="file"]{
    max-width: 350px;
    width: 100%;
}
.create-product input[type="submit"], .seller-registration input[type="submit"] {
    width:174px;
    padding: 10px;
}
.create-product input[type="file"].button.button-hover:hover{
    background: #e04622 !important;
    color:#fff;
}
.error_container.alert.alert-danger > strong{
    font-size:18px;
}
.alert-danger{
    font-size:16px;
}
.error_container.alert.alert-danger ol {
    padding-left: 25px;
}
.multi-product-selection li{
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.stuff_remove_gallery_image,#stuff_remove_featured_image{
    position:relative;
    display:inline-block;
}
.stuff_remove_gallery_image img,#stuff_remove_featured_image img {
    height: 200px;
    object-fit: cover;
    width: 200px;

}
.cross-btn-img{
    background: url('../../assets/images/delete.png') no-repeat center center;
    background-size: 32px 32px ;
    width:45px;
    height:45px;
    display:none;
    position:absolute;
    top:5px;
    right:5px;
    z-index: 99999999;
    background-color: rgba(46,160,153,0.3);
    border-radius:50%;
}
.stuff_remove_gallery_image:hover .cross-btn-img,#stuff_remove_featured_image:hover .cross-btn-img{
    display:block;
}
.stuff_remove_gallery_image:hover img,#stuff_remove_featured_image:hover img{
    opacity:0.6;
}
.myLabel {
    padding:15px ;
    margin: 2px;
    background: #e04622;
    text-align:center;
    display: inline-block;
    width:174px;
    cursor: pointer;
}
.myLabel span{
    color:#fff;
}
label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
    color:#fff;
}

.product-thumb li:nth-child(4n+1) {
    clear: left;
}

.backto-product{
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 50px;
    position: relative;
    top: -7px;
}


.product-thumb li{
    max-height: 97px;
    overflow: hidden;
}

.update-delete-btn input {
    display: inline-block;
    margin-right: 20px;
}



.comment-drop-box .date-picker-form-wrap input.date-picker-btn{
    vertical-align: inherit;
    min-height:40px;
    background-color: #e04622;
    color: #fff;
    text-transform:uppercase;
    font-size:14px;
    font-weight: 700;
    border: 0;
    border-radius:0;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.comment-drop-box .date-picker-form-wrap input{
    border-color:#d3ced2;
}
.comment-drop-box .date-picker-form-wrap .date-picker-calendar-wrap{
    position: relative;
    display: inline-block;
}
.comment-drop-box .date-picker-form-wrap .date-picker-calendar-wrap input{
    padding-right:30px;
}
.comment-drop-box .date-picker-form-wrap .date-picker-calendar-wrap i{
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 12px;
    display: inline-block;
    pointer-events:none;
}
.comment-drop-box .date-picker-form-wrap input.date-picker-btn:hover{
    background-color: #2ea099;
}
.heading-line-wrap {
    margin-bottom: 30px;
    margin-top: 40px;
}
.heading-line-wrap h3 {
    font-size: 16px;
}
.links-sec-wrap{
    margin:30px 0 40px !important;
}
.links-sec-wrap a{
    display: inline-block;
    background-color: #2ea099;
    color:#fff;	
}
.links-sec-wrap a:hover{
    background-color:#237873;
    color:#fff;	
}
.table-sales-report-wrap thead tr th,.new-order-test-wrap .new-order-test-table thead tr th{
    padding:17px 5px;
    text-align: center;
    color:#000;
}
.table-sales-report-wrap tbody tr td{
    text-align: center;
    padding:8px 5px;
    color:#94949d;
}
.new-order-test-wrap .new-order-test-table tbody tr td{
    text-align: left;
    padding:8px 5px;
    color:#94949d;
}
.new-order-test-wrap .new-order-test-table tbody tr.order-description-wrap td{
    text-align: center;
}
.new-order-test-wrap .new-order-test-table tbody tr td form textarea{
    border-color:#ddd;
}
.new-order-test-wrap .new-order-test-table tbody tr td form input[type="submit"]{
    background-color: #e04622;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-weight: 800;
    margin-top: 15px;
    width: auto;
}
.new-order-test-wrap .new-order-test-table tbody tr td form input[type="submit"]:hover{
    background-color: #2ea099;
}
.table-sales-report-wrap tbody tr td.total-order-amount-wrap{
    text-align:left;
}
.table-sales-report-wrap tbody tr td a{
    color:#2ea099;
    text-transform: uppercase;
}
.date-picker-form-wrap label{
    margin-right:6px;
}
.date-picker-form-wrap input{
    margin-right:8px;
}
.denied-form-wrap p{
    margin:0;
}
.denied-form-wrap p label{
    margin:0;
    display: inline-block;
}
.denied-form-wrap p input[type="checkbox"]{
    margin:6px 10px 0 0;
    float:left;
    -webkit-appearance: checkbox;
}
.denied-form-wrap p input[type="submit"]{
    background-color: #e04622;
    color: #fff;
    text-transform:uppercase;
    font-size:14px;
    font-weight: 700;
    border: 0;
    padding:8px 10px;
    margin-top:20px;
    width:auto;
    min-width: 100px;
}
.comment-drop-box form input.export-order-btn{
    background-color: #e04622;
    border: 0;
    text-transform:uppercase;
    font-size:14px;
    font-weight: 700;
    border-radius:0;
}
.comment-drop-box form input.export-order-btn:hover,.denied-form-wrap p input[type="submit"]:hover{
    background-color: #2ea099;
}
.new-order-test-wrap .new-order-test-table,.new-order-test-wrap .new-order-test-table thead:first-child tr:first-child th:first-child,.new-order-test-wrap .new-order-test-table thead:first-child tr:first-child th:last-child{
    border-radius: 0;
}
.comment-time{
    color: #2ea099;
    font-size:12px;
    font-weight:400;
}
.order-comment-links-wrap p strong{
    color:#2ea099;
    position: relative;
}
.order-comment-links-wrap p strong:after{
    position: absolute;
    content:"";
    right: -20px;
    top: 6px;
    border-top:6px solid #2ea099;
    border-bottom:6px solid transparent;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    display: inline-block;
}
.order-comments-link-open.order-comment-links-wrap p strong:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top:1px;
}
.order-comment-links-wrap:hover p strong:after{
    border-top-color:#237873;
}
.order-comment-wrap{
    padding-left:15px;
}
.order-comment-wrap p{
    background-color: #f0f0f0;
    padding:6px 10px;
}
.comment-drop-box form .pv_paypal_wrapper,.comment-drop-box form .pv_shop_wrapper{
    margin-bottom:25px;
}
.comment-drop-box form .pv_paypal_wrapper input,.comment-drop-box form .pv_shop_wrapper input{
    border: 1px solid #d3ced2;
    margin-top:12px;
    min-width: 250px;
}
.pv_seller_info_wrapper{
    margin-bottom:40px;
} 
.pv_seller_info_wrapper .wp-editor-wrap{
    border: 1px solid #d3ced2;
    padding:10px;
    margin-top:18px;
}
.pv_shop_description_wrapper a{
    color:#2ea099;
}
.comment-drop-box form input.new-save-btn{
    background-color: #e04622;
    color: #fff;
    text-transform:uppercase;
    font-size:14px;
    font-weight: 700;
    border: 0;
    border-radius:0;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    margin-top:25px;
    padding:8px 25px;
}
.links-sec-wrap{
    text-align: left;
}
.heading-line-wrapper{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 17px;
    width: 15%;
}
.date-picker-form-wrap{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-bottom:15px;
}
.new-order-heading-wrap h3{
    font-size:16px;
}
.comment-drop-box form.csv-export-form {
    float: right;
    margin-top: 18px;
    width: 20%;
}
.new-order-heading-wrap {
    float: left;
    margin-bottom: 40px;
    margin-top: 25px;
    width: 78%;
}
.new-order-test-wrap .new-order-test-table tbody tr td ul li{
    list-style-type:none;
}
.new-order-test-wrap .new-order-test-table tbody tr td ul li span{
    display: inline-block;
    margin-right:5px;
}
.wc_vendor_page h5{
    font-size:36px;
    line-height: 43.2px;
    letter-spacing: -1px;
    margin-bottom: 39px;
    padding-bottom: 13px;
    position: relative;
}
.wc_vendor_page h5:after{
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 34px;
}
.order-comment-wrap p:first-child{
    margin-top:0;
}
.pv_paypal_address_block_wrap .pv_paypal_address_description,.pv_shop_name_block_wrap .pv_shop_name_description{
    display: block;
    font-size:13px;
}
.pv_paypal_address_text,.pv_shop_name_text{
    float:left;
    margin-right:20px;
    width:15%;
}
.pv_paypal_address_block_wrap,.pv_shop_name_block_wrap{
    float:left;
    width: 80%;
}
.pv_paypal_address_block_wrap .pv_paypal_address,.pv_shop_name_block_wrap .pv_shop_name{
    display: block;
}
.comment-drop-box form .pv_paypal_wrapper .pv_paypal_address_block_wrap .pv_paypal_address input,.comment-drop-box form .pv_shop_wrapper .pv_shop_name_block_wrap .pv_shop_name input{
    margin-top:0;
    width:97%;
    margin-bottom:5px;
    border:1px solid #a9a9a9;
}
.chrome .play-btn:before{
    top:2px;
}
.chrome .play-btn:after{
    top:6px;
}
.woocommerce form .form-row label.login-form-label-wrap{
    display: block;
    margin-bottom:9px;
}
.woocommerce form .form-row label.login-form-label-wrap input[type="checkbox"],.woocommerce .register .form-row .input-checkbox{
    margin-right: 8px;	
    -webkit-appearance:checkbox;
    float:left;
    margin-top:9px;
}
.pv_shop_description{
    float:left;
    width:100%;
    background-color: #f8f8f8;
    margin-bottom: 50px;
    padding: 12px 15px 30px;
}
.pv_shop_description .aligncenter,.pv_shop_description .alignnone,.pv_shop_description .alignleft,.pv_shop_description .alignright{
    margin-top:15px;
}
.stuff-tooltip i.fa-question-circle{
    color:#2ea099;
    font-size: 14px;
    margin-left: 3px;
    cursor: pointer;
}
.stuff-tooltip{
    display: inline-block;
    position:relative;
}


.stuff-tooltip strong {
    background-color: #2ea099;
    border-radius: 6px;
    color: #ffffff;
    left: 30px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 225px;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    visibility: hidden;
    z-index: 1;
}

.stuff-tooltip strong:after {
    border-width: 6px;
    content: "";
    left: -12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-color: transparent #2ea099 transparent transparent;
}

.stuff-tooltip:hover strong {
    visibility: visible;
    opacity: 1;
}

.description-tooltip p{
    display: inline-block;
}
/*..home search page banner..*/
.stuff-search-banner .flexslider-search .slides{
    overflow: hidden;
}
.stuff-search-banner .flexslider-search .slides li{
    list-style-type: none;
}
.stuff-search-banner .flexslider-search .slides li img{
    width: 100%;
    max-height:590px;
    object-fit: cover;
}
.flexslider-search{
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.flexslider-search .flex-control-nav{
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    text-align: center;
    z-index: 2;
}
.flexslider-search .flex-control-nav li{
    list-style-type: none;
    display: inline-block;	
    margin:0 2px;
}
.flexslider-search .flex-control-nav li a{
    height:10px;
    width:10px;
    border-radius:50%;
    border:1px solid #2ea099;
    font-size:0;
    display: block;
    cursor: pointer;
}
.flexslider-search .flex-control-nav li:hover a{
    background-color: #2ea099;
}
.flexslider-search .flex-control-nav li a.flex-active{
    height:12px;
    width:12px;
    background-color: #2ea099;
}
.stuff-search-banner{
    position:relative;
}
.stuff-search-banner-content{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
}
.stuff-search-banner-content h2{
    color:#fff;
    font-size:56px;
    font-weight:700;
    text-transform: uppercase;
    line-height:50px;
}
.stuff-search-banner-content p{
    color:#fff;
    font-size:20px;
    margin-bottom:25px;
}
.stuff-search-banner-content .stuff-search-banner-link a{
    display: inline-block;
    background-color:#2ea099;
    color:#fff;
    font-size:14px;
    text-transform: capitalize;
    padding:14px 15px;
    text-align:center;
    margin-right: 20px;
    min-width: 220px;
}
.search-page-form-wrap form input[type="text"]{
    border: none;
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius:0;
    appearance:none;
    -webkit-appearance:none;
    color:#8494a0;
    min-height: 40px;
    margin-right:10px;
    width:69%;
}
.search-page-form-wrap{
    background-color: rgba(49,69,85,0.7);
    padding:30px;
}
.search-page-form-wrap form button{
    background-color: #2ea099;
    border: 0;
    border-radius:0;
    font-size:13px;
    color:#fff;
    display: inline-block;
    min-height: 40px;
    padding:0 15px;
    width:29%;
}
.search-page-form-wrap form button i{
    font-size:14px;
    margin-right:8px;
}
.stuff-search-banner-content-wrap{
    margin:0 auto;
    text-align:center;
}
.stuff-search-banner-link {
    margin-bottom: 25px;
}
.stuff-search-banner-content-wrap {
    margin-top:150px;
}
.woocommerce-register-btn:hover{
    background-color: #e04622 !important;
}
.product-info-sec .sku_wrapper,.product-info-sec .posted_in{
    font-weight:700;
}
.product-info-sec .sku,.product-info-sec .posted_in a{
    font-weight:400;
}
.ui-date-slider.monthly-no{
    padding-bottom:10px;
}
.how-it-work-sec .heading h2:after{
    display: none;
}
.how-it-work-sec .heading h2 {
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.how-it-work-sec {
    padding-top: 96px;
    padding-bottom: 96px;
}
.how-it-works-description p{
    text-align: center;
}
#ui-datepicker-div.ui-datepicker{
    z-index:3 !important;
}
.new-order-test-wrap .table tr:nth-child(2n+1) td,.new-order-test-wrap .table tr:nth-child(2n+1) th{
    background-color: transparent;
}
.new-order-test-wrap .table tr:nth-of-type(2n+1){
    background-color: transparent;
}
.new-order-test-wrap .table tr th{
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left: 0;
}
.new-order-test-wrap .table tr th:last-child,.new-order-test-wrap .table tbody tr td:last-child{
    border-right:0;
}
.new-order-test-wrap .table{
    border:1px solid #aaa;
}
.new-order-test-wrap .table tbody tr td{
    border-top:0;
    border-left:0;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
}
.new-order-test-wrap .table tbody tr:last-child td{
    border-bottom:0;
}
.new-order-test-wrap .table-bordered thead:last-child tr:last-child th:last-child, .new-order-test-wrap .table-bordered tbody:last-child tr:last-child td:last-child, .new-order-test-wrap .table-bordered tfoot:last-child tr:last-child td:last-child{
    border-radius:0;
}
.slides-link-text a{
    min-height:66px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    float: none;
    width:100%;
    margin:30px 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-bottom:50px;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation ul li{
    display: inline-block;   
    min-width: 160px; 
    margin-bottom:3px;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation ul li a{
    color: #ffffff;
    display: block;
    padding: 15px 0;	
    text-align:center;
    text-transform:uppercase;
    background-color: #2ea099;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation ul li:hover a{
    background-color: #237873;
    color: #ffffff !important;
}
.woocommerce-account .woocommerce .woocommerce-info, .woocommerce-account .woocommerce .woocommerce-message{
    margin-top:50px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title .edit{
    margin-bottom:20px;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{
    margin-top:20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input.input-text{
    border: 1px solid #d3ddde;
    display: block;
    font-size: 15px;
    margin-bottom: 9px;
    padding:  0 12px;
    width: 100%;
    min-height: 40px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea{
    border: 1px solid #d3ddde;
    display: block;
    font-size: 15px;
    margin-bottom: 9px;
    padding: 12px;
    width: 100%;
    min-height: 200px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset legend{
    font-size: 16px;
    font-weight: 900;
    padding-bottom:12px;
    color: 	#2c3740;
    text-transform: uppercase;
    font-family: Raleway !important;
    margin-top:15px;
}
.stuffs_rental-page-settings-two .navigation li a{
    padding:16px 26px 14px;
}
.stuffs_rental-page-settings.header-layout-one .nav-strip .navigation li a{
    padding: 16px 25px 14px;
}
.woocommerce .woocommerce-Pagination a.woocommerce-Button--previous{
    float: left;
}
.woocommerce .woocommerce-Pagination a.woocommerce-Button--next{
    float: right;
}
.header-layout-one .sign-in-wrap a{
    color:#8e9ba7;
}
.stuffs_rental-page-settings .stuffs_rental-page-settings-two .social li a{
    padding: 12px 13px;
}
.header-layout-three .social{
    padding-left: 5px;
}
.header-layout-three .social li {
    width: 36px;
}
.header-layout-three .social li a{
    padding:12px;
}
.header-layout-three .sign-in-wrap {
    padding: 12px 5px;
    width: 67%;
    font-size: 12px;
}
.header-layout-three .sign-in-wrap a{
    color:#2c3740;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{
    border-top-color: #2ea099;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message{
    width:93%;
    font-size:14px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button{
    background-color: #e14d2b;
    color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message:before{
    color:#2ea099;
}
.header-layout-four .sign-in-wrap{
    width:100%;
    padding: 8px 24px 8px 15px;
}
.header-layout-four .sign-in-wrap a{
    color:	#343940;
}
.header-layout-four .header-logo-four{
    padding: 44px 0 25px;
}
.header-layout-four .main-header{
    padding:0;
}
.header-layout-four .navigation{
    width:100%;
}
.woocommerce-account .woocommerce-MyAccount-content h2{
    margin:25px 0 10px;
}
.woocommerce-account .woocommerce-MyAccount-content h3{
    margin-bottom: 10px;
}
.chrome .open-btn.play-btn:after{
    left: -28px;
    top: 7px;
    
}
.pricing del{
    margin-right:15px;
}
span.onsale {
    background-color: #77a464;
    border-radius: 100%;
    color: #ffffff;
    font-size: 0.967em;
    font-weight: 700;
    left: 2.5em;
    line-height: 3.236;
    margin: 0;
    min-height: 3.236em;
    min-width: 3.716em;
    padding: 0.202em;
    position: absolute;
    text-align: center;
    top: 3em;
}
.rental-variations{
    margin-bottom:5px;
}
.rental-variations li{
    margin-bottom:12px;
}
.woocommerce span.onsale {
    font-size: 0.967em;
    min-width: 3.716em;
}
.post-content .woocommerce-thankyou-order-received {
  margin-bottom: 25px;
}
.woocommerce .woocommerce-thankyou-order-details.order_details li strong{
	display: inline-block;
	font-size:15px;
	margin-left:5px;
}
.woocommerce .woocommerce-thankyou-order-details.order_details li {
  margin-right: 2%;
  width: 22%;
  text-align: center;
}
.woocommerce .woocommerce-thankyou-order-details.order_details li:last-child {
 width:28%;
 margin-right:0;
}
.woocommerce-checkout .woocommerce h2{
	font-size: 20px;
    margin-bottom: 15px;
    margin-top: 75px;
}
.woocommerce-checkout .woocommerce .order_details thead tr th{
	padding-left:12px;
	padding-right:12px;
}
.woocommerce-checkout .woocommerce .order_details thead tr th.product-name,.woocommerce-checkout .woocommerce .order_details tbody tr td.product-name{
	text-align: left;
}
.woocommerce-checkout .woocommerce .order_details thead tr th.product-total,.woocommerce-checkout .woocommerce .order_details tbody tr td.product-total{
	text-align: right;
}
.woocommerce-checkout .woocommerce .order_details tfoot tr th{
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}
.woocommerce-checkout .woocommerce .order_details tfoot tr td{
	text-align:right;
	padding-left:12px;
	padding-right:12px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table thead tr th,.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th,.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td{
	padding-left:12px;
	padding-right:12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th,.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th.product-name,.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td.product-name {
  text-align:left;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td,.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th.product-total,.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td.product-total{
	text-align: right;
}
@media all and (max-width: 1199px) {
    .woocommerce .woocommerce-thankyou-order-details.order_details li {
  margin-right: 1%;
  width: 22%;
  padding-right:10px;
}
.woocommerce .woocommerce-thankyou-order-details.order_details li:last-child {
  margin-right: 0;
  width: 30%;
}
}
@media all and (max-width: 991px) {
	.woocommerce .woocommerce-thankyou-order-details.order_details li strong {
  display: block;
  margin-top:5px;
}
}
@media all and (max-width: 767px) {
	.woocommerce-checkout .woocommerce h2 {
  margin-top: 30px;
}
.woocommerce .woocommerce-thankyou-order-details.order_details li {
  margin-right: 0;
  padding:10px 0px;
  width: 100%;
  float: none;
  border-right: 0;
  border-bottom: 1px dashed #d3ced2;
}
.woocommerce .woocommerce-thankyou-order-details.order_details li:last-child{
	width: 100%;
	border-bottom: 0;
}
}
