* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

/*#wpadminbar {
    display: none;
}*/

body>iframe {
    display: none;
}

li {
    line-height: 1.5;
}

.home body {
    font-family: 'Montserrat', sans-serif;
}

.page-footer {
    position: relative;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
}

@font-face {
    font-family: Kanit;
    font-display: swap;
}

.wp-caption.alignnone,
img.alignnone {
    margin: 0 0 22px 0;
    max-width: 100%;
}

@media (max-width: 500px) {
    img.alignnone.size-full {
        width: 100%;
        height: auto;
    }
}

.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

.wp-caption.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-family: Kanit;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.9px;
    margin-top: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #083060;
    line-height: 30px;
}

.home h2,
.dumpster-ld h2 {
    text-transform: none;
    letter-spacing: none;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
}

h3 {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 1rem;
    color: #083060;
    line-height: 25px;
}

.home h3 {
    font-family: 'Lexend', sans-serif;
}

h4 {
    font-size: 25px;
    letter-spacing: 0.725px;
    font-family: Kanit;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #083060;
    line-height: 25px;
}

.home h4,
.dumpster-ld h4 {
    font-family: 'Lexend', sans-serif;
}

.home h5,
.dumpster-ld h5 {
    font-family: 'Lexend', sans-serif;
}

p {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #252525;
    line-height: 1.5em;
    width: 100%;
}

.home p {
    font-family: 'Montserrat', sans-serif;
}

.home ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

section a {
    position: relative;
    text-decoration: none;
    /*border-bottom: 2px solid #97F0BC;*/
    display: inline-block;
    z-index: 1;
    transition: all 0.3s;
    color: #144988;
}

section p a:before,
.services-form p a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #97f0bc;
    bottom: 2px;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
}

section li a:before,
.services-form li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #97f0bc;
    bottom: 2px;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
}

a.btn-secondady-green.storefront-embed-presenter.orange:before,
a.btn-secondady-green.orange:before {
    background-color: #ffd08e;
}

.main-menu>li:nth-last-child(1) {
    padding-top: 25px;
}

ul.buttons-submenu {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.main-menu ul.buttons-submenu li {
    padding: 0;
    width: 100%;
}

.main-menu ul.buttons-submenu a.contact-us-btn {
    color: #fff;
    font-weight: 600;
    height: 2.5em;
    background: #ff9602;
    padding: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.page-content .dumpster-size-block a.btn-secondady-green.storefront-embed-presenter,
.intro__details-box .btn-secondady-green.orange {
    width: 100%;
    margin-top: 10px;
}

.page-content .dumpster-size-block a.btn-secondady-green {
    width: 100% !important;
}

.service-btn-group {
    display: block;
    width: 100%;
}

.service-btn-group a {
    display: inline-block !important;
    float: none !important;
}

@media (min-width: 1024px) {
    .service-btn-group a:last-of-type {
        margin-left: 10px;
    }
}

section p a:hover, 
section ul a:hover {
    transition: all 0.3s;
}

b,
strong {
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

@media (min-width: 600px) {
    h2 {
        font-size: 36px;
        line-height: 1em;
    }

    h4 {
        font-size: 29px;
        line-height: 1em;
    }
}

@media (min-width: 1200px) {
    section p a:hover::before,
    section li a:hover::before {
        height: 20px;
        transition: all 0.3s;
    }
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 23px;
    padding-right: 23px;
}

.container {
    max-width: 1396px;
}

.small-container {
    max-width: 1180px;
}

.row {
    margin-left: -23px;
    margin-right: -23px;
}

[class*='col-'] {
    position: relative;
    min-height: 1px;
    padding-left: 23px;
    padding-right: 23px;
}

[class*='col-xxs-'] {
    float: left;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-1 {
    width: 8.33333333%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-pull-11 {
    right: 91.66666667%;
}

.col-xxs-pull-10 {
    right: 83.33333333%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-8 {
    right: 66.66666667%;
}

.col-xxs-pull-7 {
    right: 58.33333333%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-5 {
    right: 41.66666667%;
}

.col-xxs-pull-4 {
    right: 33.33333333%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-2 {
    right: 16.66666667%;
}

.col-xxs-pull-1 {
    right: 8.33333333%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-push-11 {
    left: 91.66666667%;
}

.col-xxs-push-10 {
    left: 83.33333333%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-8 {
    left: 66.66666667%;
}

.col-xxs-push-7 {
    left: 58.33333333%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-5 {
    left: 41.66666667%;
}

.col-xxs-push-4 {
    left: 33.33333333%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-2 {
    left: 16.66666667%;
}

.col-xxs-push-1 {
    left: 8.33333333%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
    margin-left: 0;
}

@media (min-width: 600px) {
    [class*='col-xs-'] {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    [class*='col-sm-'] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    [class*='col-md-'] {
        float: left;
        font-size: 1;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 24%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1366px) {
    [class*='col-lg-'] {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: ' ';
    display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}

.flexbox {
    display: table;
    width: 100%;
}

html.flexbox {
    display: block;
    width: auto;
}

.flexbox-item {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    width: 211px;
    height: 40px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    line-height: 37px;
}

.home .btn,
.services-form .btn,
.dumpster-rental-banner__btn,
.dumpster-ld .btn {
    display: inline-block;
    background-color: #31c46f;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 5px 25px;
    border-radius: 30px;
    box-shadow: 0 3px 25px rgba(15, 56, 103, 0.15);
    text-transform: capitalize;
    width: auto;
    line-height: auto !important;
    height: auto !important;
    margin-bottom: 15px;
}

.btn:before {
    content: none;
}

.home .btn-primary:hover,
.services-form .btn-primary:hover,
.dumpster-ld .btn-primary:hover,
.dumpster-ld .btn:hover {
    background-color: #63ab82;
    box-shadow: none;
}

.dumster-banner-cta .btn.banner-button {
    padding: 10px 40px;
}

.btn-tertiary {
    padding: 0;
    position: relative;
    color: #144988;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding-right: 40px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-tertiary:before {
    content: none;
}

.btn,
.btn-green,
.btn-orange,
.btn-orange-small,
.btn-secondady-green,
.btn-secondary,
.footer-info a,
.home-blue-bg a,
.page-content .btn-secondady-green {
    transition: all 0.3s ease;
}

.btn-green {
    background-color: #31c46f;
    border-bottom: 5px solid #21a157;
    color: #fff;
    display: block;
    opacity: 1;
}

.btn-green:hover,
.btn-orange-small:hover,
.btn-orange:hover,
.btn-secondady-green:hover,
.btn-secondary:hover,
.footer-info a:hover,
.home-blue-bg a:hover,
.page-content .btn-secondady-green:hover {
    opacity: 0.8;
}

.btn-secondady-green,
.page-content .btn-secondady-green {
    max-width: 100%;
    padding: 0 1.5rem;
    height: 49px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    line-height: 49px;
    background-color: #31c488;
    color: #fff;
    margin-top: 22px;
    opacity: 1;
}

a.btn-secondady-green.storefront-embed-presenter.orange,
a.btn-secondady-green.orange {
    background-color: #ff9602;
}

.btn-orange-small {
    width: 193px;
    height: 33px;
    background-color: #ff9600;
    border-bottom: 3px solid #d57d00;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    opacity: 1;
}

.btn-orange {
    background-color: #ff9600;
    border-bottom: 5px solid #d57d00;
    color: #fff;
    width: 100px;
    display: block;
    opacity: 1;
}

.btn-green.orange {
    background-color: #ff9600;
}

.btn-orange:hover {
    opacity: 0.8;
}

.btn-link {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #0054b7;
    text-transform: uppercase;
    display: inline-block;
    height: 21px;
    transition: all ease-in-out 0.3s;
    line-height: 21px;
    position: relative;
}

.page-content a {
    font-size: 16px;
    color: #0054b7;
    display: inline-block;
    /* height: 21px; */
    transition: all ease-in-out 0.3s;
    line-height: 21px;
    position: relative;
}

.content-slider-small a.btn.btn-green {
    width: 253px;
    height: 47px;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
}

.btn.btn-orange,
.btn.btn-primary.orange {
    background-color: #ff9602;
}

.box__bottom.orange .btn {
    background-color: #ff9602;
}

.btn-link:after,
.page-content a:after {
    position: absolute;
    height: 1px;
    background-color: rgba(0, 84, 183, 0);
    width: 100%;
    content: '';
    left: 0;
    bottom: -2px;
    transition: all ease-in-out 0.3s;
}

.btn-link:hover:after,
.page-content p a:hover:after,
.page-content li a:hover:after {
    background-color: #0054b7;
    bottom: 0;
}

.btn-secondary {
    width: 100%;
    display: inline-block;
    height: 57px;
    position: absolute;
    bottom: 0;
    line-height: 57px;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    padding-left: 22px;
    padding-right: 57px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.btn-secondary span {
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.btn-secondary:hover span {
    border-bottom: 1px solid #0054b7;
    color: #0054b7;
}

@media (min-width: 600px) {
    .btn-orange-small {
        left: 0;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .btn-link,
    .page-content a {
        font-size: 16px;
    }

    .btn {
        width: 253px;
        height: 47px;
        font-size: 18px;
        line-height: 42px;
    }

    .home .btn {
        padding: 5px 25px;
    }

    .btn-secondady-green,
    .page-content .btn-secondady-green {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {

    .home .btn,
    .services-form .btn {
        padding: 20px 40px;
        height: auto;
        line-height: 20px !important;
        width: auto;
        max-width: 400px;
        font-size: 16px;
    }

    .btn-secondary {
        font-size: 22px;
    }
}

.btn-secondary .icon-right {
    height: 57px;
    width: 57px;
    display: inline-block;
    line-height: 57px;
    text-align: center;
    transition: all ease-in-out 0.2s;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-secondary:hover .icon-right {
    padding-left: 10px;
}

.featured-services .icon-right,
.page-services .icon-right {
    color: #fff !important;
}

.btn-wrapper {
    text-align: center;
    position: relative;
    margin-top: 24px;
    display: inline-block;
    width: 100%;
}

.btn-wrapper .icon-arrow {
    font-size: 53px;
    color: #ffb347;
    display: none;
}

.btn-orange {
    background-color: #ff9600;
    border: none;
    border-bottom: 5px solid #d57d00;
    color: #fff;
    width: 100%;
    max-width: none;
}

.btn-call,
.btn-email,
.btn-book {
    height: 46px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
    color: #fff;
    float: left;
    width: 100%;
}

.btn-call {
    background-color: #ff9602;
    border-bottom: 3px solid #cc7702;
}

.btn-email,
.btn-book {
    background-color: #32c471;
    border-bottom: 3px solid #259450;
}

@media (min-width: 600px) {
    .btn-wrapper .icon-arrow {
        display: inline-block;
    }

    .btn-orange {
        max-width: 400px;
    }
}

@font-face {
    font-family: icomoon;
    src: url(../icons/icomoon.eot?m29nu5 );
    src: url(../icons/fonts/icomoon.eot?m29nu5#iefix ) format('embedded-opentype'),
        url(../icons/fonts/icomoon.ttf?m29nu5 ) format('truetype'),
        url(../icons/fonts/icomoon.woff?m29nu5 ) format('woff'),
        url(../icons/fonts/icomoon.svg?m29nu5#icomoon ) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=' icon-'],
[class^='icon-'] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: '\e900';
}

.icon-right:before {
    content: '\e901';
}

.slider-wrapper .slideshow .icon-left:before,
.slider-wrapper .slideshow .icon-right:before {
    color: #083060;
}

.icon-left:before {
    content: '\e902';
}

.icon-phone:before {
    content: '\e903';
}

.icon-search:before {
    content: '\e904';
}

.icon-google-plus:before {
    content: '\e905';
}

.icon-facebook:before {
    content: '\e906';
}

.icon-twitter:before {
    content: '\e907';
}

.icon-instagram:before {
    content: '\e908';
}

.icon-three-bars:before {
    content: '\e909';
}

.icon-arrow_drop_down:before {
    content: '\e90a';
}

.icon-search {
    border: none;
    background-color: transparent;
    color: #083060;
    font-size: 17px;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
}

.block-list,
.block-list>li,
.matrix,
.matrix>li {
    border: 0 solid #ccc;
}

.block-list,
.matrix {
    list-style: none;
    margin-left: 0;
    border-top-width: 1px;
}

.block-list>li,
.matrix>li {
    border-bottom-width: 1px;
    padding: 12px;
}

.block-list-link,
.matrix-link {
    display: block;
    padding: 12px;
    margin: -12px;
}

.matrix {
    border-left-width: 1px;
}

.matrix>li {
    float: left;
    border-right-width: 1px;
}

.multi-list {
    list-style: none;
    margin-left: 0;
}

.multi-list>li {
    float: left;
}

.multi-list-padded>li {
    padding-left: 10px;
    padding-right: 10px;
}

.two-cols>li {
    width: 50%;
}

.three-cols>li {
    width: 33.333%;
}

.four-cols>li {
    width: 25%;
}

.five-cols>li {
    width: 20%;
}

.matrix>.all-cols,
.multi-list>.all-cols {
    width: 100%;
}

table {
    border-collapse: collapse;
}

.form-wrapper {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
}

.home .form-wrapper {
    background-color: #fff;
    width: 100%;
    border-top: 7px solid #144988;
    border-right: 3px solid #d8d8d8;
    border-bottom: 3px solid #d8d8d8;
    border-left: 3px solid #d8d8d8;
}

.form-wrapper h2 {
    margin-top: 0 !important;
    margin-bottom: 23px !important;
    text-align: center;
    font-size: 22px;
    color: #144988;
}

.required {
    display: inline-block !important;
    color: #ec2031;
    font-size: 24px;
    position: relative;
    bottom: -6px;
    margin-left: 5px;
}

.form-wrapper p {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 15px;
    color: #363636;
    letter-spacing: 0.375px;
    margin-top: 0 !important;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
}

.form-wrapper textarea,
textarea {
    width: 100%;
    height: 138px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    resize: none;
}

.services-form {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    width: 100%;
}

.services-form h2 {
    font-size: 34px;
}

.services-content-wrapper {
    position: relative;
    /* padding-top: 0 !important;
  padding-bottom: 0 !important */
}

.services-content {
    /* margin-top: 62px;
  margin-bottom: 50px */
}

.services-content h4 {
    font-size: 29px;
    letter-spacing: 0.725px;
    color: #083060;
    text-transform: uppercase;
    font-family: Kanit;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 0;
}

.services-content p {
    margin-top: 13px;
    display: inline-block;
    width: 100%;
}

.services-content ul {
    margin-top: 0;
}

.form-wrapper .btn-wrapper {
    display: inline-block;
    width: 100%;
}

.wpcf7-form p:nth-child(8) {
    width: 100%;
}

@media (min-width: 600px) {
    .form-wrapper {
        max-width: 100%;
        padding-left: 39px;
        padding-right: 39px;
    }

    .form-wrapper p {
        width: 50%;
        float: left;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 600px) {
    .form-wrapper h2 {
        font-size: 2.1rem;
    }
}

@media (min-width: 1025px) {
    .form-wrapper {
        max-width: 458px !important;
    }

    .form-wrapper p {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .form-wrapper h2 {
        text-align: left;
    }
}

.contact-form {
    width: 100%;
    max-width: none !important;
    margin-bottom: 54px;
    border-top: none;
}

.contact-form p {
    text-transform: uppercase;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.contact-form .btn-wrapper {
    text-align: center;
}

.contact-form .icon-arrow {
    position: relative;
    bottom: -7px;
    margin-right: 18px;
}

.ajax-loader {
    display: none;
}

.contact-form h4 {
    margin-bottom: 40px;
}

.wpcf7-list-item {
    display: inline-block;
    width: 50%;
}

.wpcf7-radio {
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

@media (min-width: 1024px) {
    .wpcf7-list-item {
        width: 20%;
    }
}

.pages-form {
    padding-right: 23px;
    padding-left: 23px;
}

.pages-form .icon-arrow {
    position: relative;
    bottom: -7px;
    /* margin-right: 18px */
}

.pages-form .btn-wrapper {
    text-align: center;
}

.pages-form .btn-wrapper .btn-orange {
    display: inline-block;
}

.form-border,
.home .form-border {
    border-left: 3px solid #d8d8d8;
    border-right: 3px solid #d8d8d8;
    border-bottom: 3px solid #d8d8d8;
    /* border-top: 7px solid #144988; */
    display: inline-block;
    float: right;
    width: calc(100% - 1);
    padding: 0;
    /* display: flex; */
    margin: 0;
}

.trustpilot-widget-homepage-hero {
    position: absolute;
    left: 400px;
    top: 732px;
}

.wpcf7-submit btn btn-orange {
    margin-bottom: 200px;
}

@media (min-width: 600px) {
    .pages-form {
        padding-left: 39px;
        padding-right: 39px;
    }
}

@media (min-width: 1024px) {
    .form-border {
        max-width: 462px;
    }

    .trustpilot-widget-sidebar {
        width: 462px;
        float: right;
        margin-top: 10px;
    }

    .trustpilot-widget-homepage {
        width: 100%;
        float: right;
        margin-top: 10px;
    }

    .trustpilot-widget-homepage-hero {
        position: absolute;
        left: 255px;
        top: 732px;
    }
}

.wpcf7-form-control-wrap.contact-size,
.wpcf7-form-control-wrap.menu,
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='url'],
[type='week'] {
    width: 100%;
    height: 40px;
    border: 2px solid #ebebeb !important;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 13px;
}

.wpcf7-form-control-wrap.contact-size,
.wpcf7-form-control-wrap.menu {
    position: relative;
    /* overflow: hidden; */
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.wpcf7-form-control-wrap input {
    display: block;
    height: unset;
    /*padding: 18px 6px !important*/
}

.wpcf7-select {
    font-size: 15px;
    height: 40px;
    width: calc(100%);
    border: 1px solid #ebebeb;
    padding-left: 8px;
    margin-right: 8px;
    /* background-image: url(../img/drop-down-icon.png); */
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) 50%;
    background-color: #fff;
    outline: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.wpcf7-form-control-wrap.contact-size:after,
.wpcf7-form-control-wrap.menu:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 40px;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 2;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs,
.breadcrumbs a {
    font-size: 15px;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.375px;
}

/* default text input style */
.home [type='text'],
.home [type='date'],
.home [type='datetime'],
.home [type='datetime-local'],
.home [type='email'],
.home [type='month'],
.home [type='number'],
.home [type='password'],
.home [type='search'],
.home [type='tel'],
.home [type='url'],
.home [type='week'],
.home [type='date'],
.home select,
.services-form [type='text'],
.services-form [type='date'],
.services-form [type='datetime'],
.services-form [type='datetime-local'],
.services-form [type='email'],
.services-form [type='month'],
.services-form [type='number'],
.services-form [type='password'],
.services-form [type='search'],
.services-form [type='tel'],
.services-form [type='url'],
.services-form [type='week'],
.services-form [type='date'],
.services-form select {
    width: 100% !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    background-color: #e9f3ff !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    color: #144988 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 52px;
}

.home [type='text']:focus,
.home [type='date']:focus,
.home [type='datetime']:focus,
.home [type='datetime-local']:focus,
.home [type='email']:focus,
.home [type='month']:focus,
.home [type='number']:focus,
.home [type='password']:focus,
.home [type='search']:focus,
.home [type='tel']:focus,
.home [type='url']:focus,
.home [type='week']:focus,
.home [type='date']:focus,
.home select:focus,
.services-form [type='text']:focus,
.services-form [type='date']:focus,
.services-form [type='datetime']:focus,
.services-form [type='datetime-local']:focus,
.services-form [type='email']:focus,
.services-form [type='month']:focus,
.services-form [type='number']:focus,
.services-form [type='password']:focus,
.services-form [type='search']:focus,
.services-form [type='tel']:focus,
.services-form [type='url']:focus,
.services-form [type='week']:focus,
.services-form [type='date']:focus,
.services-form select:focus {
    outline: none !important;
    border: 1px solid #31c46f !important;
    box-shadow: 0 3px 20px rgba(20, 73, 136, 0.15) !important;
}

@media (min-width: 600px) {

    .breadcrumbs a,
    .breadcrumbs span {
        margin-left: 5px;
        margin-right: 5px;
    }

    .breadcrumbs {
        left: -10px;
    }
}

.page-body {
    margin-top: 155px;
}

.home .page-body {
    margin-top: 254px;
}

@media (min-width: 600px) {

    .home .page-body,
    .page-body {
        margin-top: 114px;
    }
}

@media (min-width: 1024px) {

    .home .page-body,
    .page-body {
        margin-top: 135px;
    }
}

.post {
    padding-bottom: 50px;
}

.page-head {
    padding-bottom: 17px !important;
}

.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    border-bottom: 1px solid #ebebeb;
}

.header-top {
    background-color: #144988;
    display: inline-block;
    width: 100%;
    float: left;
}

@media (min-width: 600px) {
    .header-top {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.header-top p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.header-tel {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    letter-spacing: 0.45px;
    color: #fff;
}

.mobile-buttons {
    display: inline-block;
    width: 100%;
    float: left;
}

.nav-mobile-wrapper {
    padding-top: 10px;
    padding-bottom: 1px;
}

.nav-mobile-wrapper .btn {
    float: right;
    margin-top: 8px;
    margin-right: 15px;
}

.header-top-mobile {
    display: inline-block;
    width: 100%;
    float: left;
    height: 40px;
}

.header-top-mobile p {
    padding-left: 19px;
    padding-right: 23px;
    float: left;
    line-height: 40px;
    width: auto;
    margin-bottom: 0;
}

.header-top-mobile .icon-search {
    display: inline-block;
    width: 60px;
    height: 40px;
    color: #fff;
    background-color: #122f57;
    margin-top: 0;
    float: right;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.mobile-menu-btn {
    float: right;
    margin-right: 20px;
    text-transform: uppercase;
    color: #083060;
    cursor: pointer;
    padding-top: 5px;
}

.mobile-menu-btn .icon-three-bars {
    font-size: 45px;
}

.mobile-menu-btn p {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    color: #083060;
    font-size: 14px;
    position: relative;
    left: -1px;
    top: -10px;
    margin-bottom: 0;
}

.header-search {
    position: absolute;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    background-color: #e9f3ff;
    width: 100%;
    padding-left: 8.33%;
    padding-right: 8.33%;
    display: none;
    top: 100%;
    margin-bottom: -150px;
}

.search-header-tablet {
    display: inline-block;
    text-align: center;
    float: right;
    height: 55px;
    margin-top: 8px;
    margin-right: 5px;
}

.search-header-tablet .icon-search {
    margin-left: 0 !important;
    margin-bottom: 5px;
    margin-bottom: 8px;
}

.search-header-tablet .icon-search::before {
    color: #083060;
    font-size: 34px;
}

.search-header-tablet p {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    color: #083060;
    font-size: 14px;
    position: relative;
    left: -1px;
    top: -10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.header-search input {
    width: auto;
}

.header-search .screen-reader-text {
    display: none;
}

.header-search .search-field {
    margin-bottom: 0;
    border: 2px solid #ebebeb;
    height: 44px;
    width: calc(100% - 165px);
    position: relative;
    top: -1px;
}

.header-search .search-submit {
    width: 130px;
    height: 47px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
    background-color: #ff9600;
    border: none;
    border-bottom: 5px solid #d57d00;
    color: #fff;
    float: right;
}

.home .social-media,
header .social-media {
    margin-top: 8px;
}

.social-media {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    float: left;
}

@media (min-width: 600px) {
    .social-media {
        float: right;
        line-height: normal;
    }

    .home .social-media,
    header .social-media {
        margin-top: 0;
    }
}

.social-media li {
    float: left;
}

.social-media span {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-color: #fff;
    color: #144988;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
}

.social-media>li:nth-last-child(1) span {
    display: none !important;
}

.social-media a {
    padding-left: 6px;
    padding-right: 6px;
}

.social-media li:first-child a {
    padding-left: 0;
}

.social-media li:last-child a {
    padding-right: 0;
}

.social-media-footer {
    line-height: normal;
    padding-left: 0;
}

.social-media-footer li {
    float: left;
    list-style: none;
}

.social-media-footer span {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-color: #fff;
    color: #144988;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
}

.social-media-footer a {
    padding-left: 6px;
    padding-right: 6px;
}

.social-media-footer li:first-child a {
    padding-left: 0;
}

.social-media-footer li:last-child a {
    padding-right: 0;
}

.mobile-branding {
    float: none;
    display: inline-block;
    height: 66px;
    margin-bottom: 10px;
}

.mobile-branding>img {
    width: auto !important;
    height: 100% !important;
    margin-top: 0 !important;
}

@media (max-width: 600px) {
    .mobile-branding {
        height: 56px;
    }

    .mobile-menu-btn {
        padding-top: 0;
    }
}

.branding {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
}

.branding img {
    width: 175px;
    margin-top: -15px;
}

.page-sidebar h3 {
    font-size: 28px;
}

.page-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.page-sidebar a {
    border: none;
    color: #252525;
}

.page-sidebar .search-form .screen-reader-text {
    font-family: Kanit;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.85px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #083060;
}

.page-sidebar .search-form {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.page-sidebar .search-submit {
    width: 130px;
    height: 47px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
    background-color: #ff9600;
    border: none;
    border-bottom: 5px solid #d57d00;
    color: #fff;
    float: left;
}

.nav-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
}

.nav-primary {
    text-align: center;
    position: relative;
    z-index: 1;
}

.main-menu {
    list-style: none;
    padding-left: 0;
    display: none;
    margin-top: 6px;
    margin-bottom: 1px;
}

.main-menu li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.main-menu>.current_page_item>a,
.main-menu>.current_page_parent>a {
    color: #0054b7;
}

.main-menu>li:nth-child(2) .sub-menu {
    width: 175px;
}

.main-menu>li:nth-child(5) .sub-menu {
    width: 230px;
}

.main-menu li:first-child {
    padding-left: 0;
}

.main-menu li:last-child {
    padding-right: 0;
}

.main-menu a {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #083060;
    text-transform: uppercase;
    padding-top: 38px;
    padding-bottom: 33px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.main-menu li>a:hover {
    color: #0054b7;
}

.main-menu li:hover .sub-menu {
    display: block;
}

@media (min-width: 1366px) {
    .main-menu {
        display: inline-block;
    }
}

@media (min-width: 1182px) {
    .main-menu li {
        padding-left: 26.5px;
        padding-right: 26.5px;
    }
}

.nav-mobile {
    position: absolute;
    background-color: #fff;
    width: 100%;
    display: none;
}

.mobile-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #f3f3f3;
}

.mobile-menu>li {
    border-top: 1px solid #144988;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.mobile-menu li:hover {
    background-color: #2675d3;
}

.mobile-menu li:hover a {
    color: #fff;
}

.mobile-menu li:hover .icon-right {
    color: #fff;
}

.mobile-menu>li:last-child {
    border-bottom: 1px solid #144988;
}

.mobile-menu a {
    color: #083060;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 23px;
}

.mobile-menu .icon-right {
    position: absolute;
    top: 13px;
    right: 23px;
    color: #083060;
    cursor: pointer;
    display: none;
}

.menu-item-has-children .icon-right {
    display: block;
}

.mobile-menu li .sub-menu {
    position: relative;
    width: 100%;
    margin-top: 0;
    background-color: #f3f3f3;
    padding-top: 0;
    padding-bottom: 0;
}

.mobile-menu li .sub-menu li {
    padding-left: 0 !important;
    border-top: 1px solid #144988;
}

.mobile-menu li .sub-menu li .icon-right {
    display: none;
}

.mobile-menu li .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #083060;
}

a.mobile-branding img {
    margin-top: -20px;
    width: 240px;
    padding-left: 4px;
    margin-left: 20px;
}

.sub-menu {
    position: absolute;
    left: 0;
    background-color: #f3f3f3;
    padding-left: 0;
    list-style: none;
    width: 162px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -27px;
    display: none;
}

.sub-menu li {
    float: none;
    padding-left: 22px !important;
    padding-right: 22px !important;
    transition: all ease-in-out 0.3s;
}

.sub-menu>.current_page_item {
    background-color: #2675d3;
}

.sub-menu>.current_page_item>a {
    color: #fff;
}

.sub-menu li:hover {
    background-color: #2675d3;
}

.sub-menu li a {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    color: #111;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    text-align: left;
}

.sub-menu li:hover a {
    color: #fff;
}

.masthead-wrapper-home {
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 53px;
    padding-bottom: 47px;
}

.masthead-home .btn .calendar-logo {
    margin-right: 8px;
}

.masthead-home h1 {
    font-family: Kanit;
    font-weight: 900;
    font-size: 46px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0;
    max-width: 650px;
}

.masthead-home span {
    font-family: Kanit;
    font-weight: 700;
    font-size: 30px;
    display: block;
    line-height: 35px;
}

.masthead-img,
.services-img__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
}

.services-img .services-img__img {
    position: static;
}

.services-img__img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.masthead-home p {
    color: #e1e1e1;
    line-height: 25px;
    margin-bottom: 19px;
    margin-top: 3px;
    max-width: 650px;
    font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 600px) {
    .masthead-wrapper-home {
        padding-top: 100px;
        padding-bottom: 54px;
    }

    .masthead-home h1 {
        font-size: 95px;
        line-height: 76.04px;
    }

    .masthead-home span {
        font-size: 48px;
        line-height: 60px;
    }

    .masthead-home p {
        line-height: 1.5em;
        margin-bottom: 27px;
    }
}

@media (min-width: 1024px) {
    .masthead-wrapper-home {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.masthead-page {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 123px;
    padding-bottom: 26px;
}

.masthead-page h1 {
    font-family: Kanit;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 70px;
}

@media (min-width: 600px) {
    .masthead-page h1 {
        font-size: 60px;
    }
}

.content-head h2 {
    font-family: Kanit;
    font-weight: 900;
    color: #0054b8;
    font-size: 30px;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 45px;
}

.content-head h2 span {
    font-size: 48px;
    display: block;
}

.content-head p {
    font-size: 20px;
    color: #363636;
    text-align: center;
    line-height: 30px;
    margin-top: 13px;
}

@media (min-width: 600px) {
    .content-head h2 {
        font-size: 48px;
    }

    .content-head p {
        font-size: 22px;
    }
}

.page-content {
    padding-top: 66px;
    padding-bottom: 60px;
}

.page-content-home {
    padding-top: 0;
    padding-bottom: 0;
}

.archives-content {
    padding-bottom: 0;
}

.page-services {
    padding-top: 0 !important;
}

.page-services .services-img {
    max-width: none;
    height: 250px;
    margin-bottom: 23px;
    margin-top: 23px;
}

.page-services p {
    border: none !important;
}

.page-services .btn-secondary {
    left: 0;
}

.page-services .col-sm-6:nth-child(1) .btn-secondary {
    background-color: #144988;
}

.page-services .col-sm-6:nth-child(1) .btn-secondary:hover {
    background-color: #0d407c;
}

.page-services .col-sm-6:nth-child(1) .btn-secondary .icon-right {
    background-color: #0d407c;
}

.page-services .col-sm-6:nth-child(2) .btn-secondary {
    background-color: #ff9600;
}

.page-services .col-sm-6:nth-child(2) .btn-secondary:hover {
    background-color: #d57d00;
}

.page-services .col-sm-6:nth-child(2) .btn-secondary .icon-right {
    background-color: #d57d00;
}

.page-services .col-sm-6:nth-child(3) .btn-secondary {
    background-color: #31c46f;
}

.page-services .col-sm-6:nth-child(3) .btn-secondary:hover {
    background-color: #21a157;
}

.page-services .col-sm-6:nth-child(3) .btn-secondary .icon-right {
    background-color: #21a157;
}

.page-services .col-sm-6:nth-child(4) .btn-secondary {
    background-color: #002149;
}

.page-services .col-sm-6:nth-child(4) .btn-secondary:hover {
    background-color: #00152e;
}

.page-services .col-sm-6:nth-child(4) .btn-secondary .icon-right {
    background-color: #00152e;
}

@media (min-width: 600px) {
    .page-services .services-img {
        height: 376px;
    }
}

.slide-container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.slider-wrapper {
    background-color: #e9f3ff;
    padding-top: 52px;
    position: relative;
}

.content-slider-small.slider-wrapper {
    padding-top: 10px;
}

.content-slider-small.slider-wrapper .slideshow.content-slider {
    padding-top: 0%;
    padding-bottom: 0%;
}

.content-slider-small.slider-wrapper .slide-nav>p {
    margin-top: 0%;
}

.content-slider-small.slider-wrapper img.img-responsive {
    width: 85%;
    display: block;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
}

.slider-wrapper h2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.slider-wrapper p {
    color: #1b324d;
    text-align: center;
    font-size: 18px;
    margin-top: 3px;
}

.slider-wrapper .slick-list {
    width: 100%;
}

@media (min-width: 600px) {
    .slideshow {
        margin-bottom: 90px;
    }

    .content-slider-small .slideshow {
        margin-bottom: 0px;
    }

    .slide-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 560px;
    }

    .slider-wrapper p {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .slide-container {
        padding-left: 73px;
        padding-right: 73px;
        max-width: 1180px;
    }
}

.slide-nav {
    text-align: center;
    background-color: #144988;
    height: 57px;
    width: 100%;
}

.slide-nav p {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 0.45px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
    height: 57px;
    line-height: 57px;
    margin-right: 5px;
    margin-bottom: 0;
    width: auto;
    float: left;
    margin-left: 20px;
}

.slide-btn {
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    line-height: 57px;
    color: #e1e1e1;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    position: relative;
    border-top: 5px solid rgba(49, 196, 136, 0);
    height: 62px;
    top: -5px;
}

.slick-active .slide-btn,
.slide-btn:hover {
    background-color: #37649a;
    border-top: 5px solid #31c488;
}

.slide-nav .slick-dots {
    position: absolute;
    right: 0;
    top: 62px;
    width: 140px;
}

.slide-navigition {
    display: none;
}

.slide-nav .slick-dots li {
    width: 100%;
}

.slide-nav .slick-dots a {
    width: 100%;
    border-top: none;
    background-color: #144988;
    height: 57px;
}

.slide-nav .slick-dots a:hover {
    background-color: #40659b;
}

.slide-nav-btn {
    height: 62px;
    display: inline-block;
    width: 140px;
    border-top: 5px solid #41c484;
    position: relative;
    top: -5px;
    float: right;
    background-color: #ff9600;
    line-height: 57px;
    color: #e1e1e1;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    cursor: pointer;
}

.content-slider-small .slide-nav-btn {
    height: 62px;
}

a.slide-nav-btn.hidden-xs-up:after {
    font-family: icomoon;
    content: '\e90a';
}

.slide-nav-btn span {
    font-size: 28px;
    position: relative;
    right: 20px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
}

.slick-active {
    display: none;
}

.page-template-page-dumpster-rental .pricing-sec-detail p {
    font-family: 'Montserrat', sans-serif;
}

.page-template-page-dumpster-rental .pricing-sec-detail h3 {
    font-family: 'Lexend', sans-serif;
}

@media (max-width: 599px) {
    .slide-nav {
        position: absolute;
        top: 160px;
        left: 0;
    }

    .slideshow {
        margin-top: 56px;
    }

    .home .slideshow {
        margin-top: 0;
    }

    .home .slide-nav {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .page-template-page-dumpster-rental a.slide-nav-btn.hidden-xs-up:after {
        display: none;
    }

    .content-slider-small .slide-nav {
        position: initial;
        left: 0;
        top: 0;
    }

    .content-slider-small .slide-nav .slick-dots {
        top: 101%;
        z-index: 99;
    }

    .content-slider-small .slide-nav .slick-dots li.slick-active a.slide-btn,
    .content-slider-small .slide-nav .slide-nav-btn.hidden-xs-up,
    .content-slider-small .slide-nav .slick-dots li a.slide-btn {
        padding-top: 17px;
        color: #ffffff;
    }
}

@media (max-width: 351px) {
    .slide-nav {
        top: 200px;
    }
}

@media (min-width: 600px) {
    .slick-active {
        display: inline-block;
    }

    .slide-nav {
        margin-top: 90px;
        bottom: 0;
        left: auto;
        position: absolute;
    }

    .content-slider-small .slide-nav {
        position: relative;
        height: 114px;
        margin-top: 0px;
    }

    .slide-navigition {
        display: inline-block !important;
    }

    .slide-nav .slick-dots {
        display: inline-block !important;
        position: relative;
        right: auto;
        top: 0;
        width: auto;
    }

    .slide-nav .slick-dots li.slick-active a {
        border-top: 5px solid #41c484;
        background-color: #ff9600;
        color: #083060;
    }

    .content-slider-small .slide-nav .slick-dots li a {
        padding-top: 16px;
    }

    .slide-nav .slick-dots li {
        width: auto;
    }

    .slide-nav .slick-dots a {
        width: auto;
        height: 62px;
        border-top: 5px solid #e9f3ff;
    }

    .slide-nav .slick-dots a:hover {
        border-top: 5px solid #41c484;
    }

    .content-slider-small .slide-nav .slick-dots a {
        color: #fff;
    }

    .slide-nav .slick-slide img {
        margin-top: 0;
    }

    .slide-nav p {
        float: none;
    }
}

.headline-container {
    padding-bottom: 40px;
}

.headline-container h1 {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 24px;
    color: #144988;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.headline-container span {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    display: block;
}

.headline-container p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 24px;
    max-width: none;
}

@media (min-width: 600px) {
    .headline-container {
        padding-bottom: 0;
    }

    .headline-container h1 {
        margin-top: 30px;
    }

    .headline-container p {
        max-width: 430px;
    }
}

@media (min-width: 1024px) {
    .headline-container h1 {
        margin-top: 0;
    }
}

.slideshow.content-slider {
    background-color: #e9f3ff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.slick-dots span {
    float: left;
}

.slick-dots li {
    float: left;
    position: relative;
}

.slick-arrow {
    height: 70px;
    width: 40px;
    display: none !important;
    background-color: #fff;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 2;
    cursor: pointer;
    font-size: 25px;
    color: #c2c2c2;
}

.royalSlider .slick-arrow {
    border: 2px solid #083060;
}

.slick-arrow.icon-left {
    border-radius: 70px 0 0 70px;
    left: 68px;
}

.slick-arrow.icon-right {
    border-radius: 0 70px 70px 0;
    right: 68px;
}

@media (min-width: 600px) {
    .slick-arrow {
        display: inline-block !important;
    }

    .slick-arrow.icon-left {
        left: 20px;
    }

    .slick-arrow.icon-right {
        right: 20px;
    }

    .slideshow.content-slider .slick-arrow.icon-left {
        left: 10px;
    }

    .slideshow.content-slider .slick-arrow.icon-right {
        right: 10px;
    }

    .slideshow.content-slider .headline-container p {
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .slick-arrow.icon-left {
        left: 68px;
    }

    .slick-arrow.icon-right {
        right: 68px;
    }

    .slideshow.content-slider .slick-arrow.icon-left {
        left: 10px;
    }

    .slideshow.content-slider .slick-arrow.icon-right {
        right: 10px;
    }

    .slideshow.content-slider .headline-container p {
        max-width: 100%;
    }
}

.wpcf7-form p {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    text-align: left;
    color: #000;
    margin-bottom: 0.3rem;
}

.home-services {
    padding-bottom: 40px !important;
}

.featured-services {
    padding-top: 54px;
    padding-bottom: 66px;
}

.featured-services h3 {
    text-align: center;
    text-transform: uppercase;
}

.services-img {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.home-services .services-img {
    background-color: #124b86;
}

.featured-services .col-xs-4 .btn-secondary {
    z-index: 2;
    position: relative;
}

.featured-services .col-xs-4:nth-child(2) .btn-secondary {
    background-color: #3c6da0;
}

.featured-services .col-xs-4:nth-child(2) .btn-secondary:hover {
    background-color: #0d407c;
}

.featured-services .col-xs-4:nth-child(2) .btn-secondary .icon-right {
    background-color: #0d407c;
}

.featured-services .col-xs-4:nth-child(3) .btn-secondary {
    background-color: #2aad74;
}

.featured-services .col-xs-4:nth-child(3) .btn-secondary:hover {
    background-color: #0e8d43;
}

.featured-services .col-xs-4:nth-child(3) .btn-secondary .icon-right {
    background-color: #0e8d43;
}

.featured-services .col-xs-4:nth-child(4) .btn-secondary {
    background-color: #3c6da0;
}

.featured-services .col-xs-4:nth-child(4) .btn-secondary:hover {
    background-color: #0d407c;
}

.featured-services .col-xs-4:nth-child(4) .btn-secondary .icon-right {
    background-color: #0d407c;
}

.featured-services p {
    border-right: 1px solid #ccc;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.featured-services .col-xs-4:last-child p {
    border-right: none;
}

.link-text {
    line-height: 20px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.link-text span {
    border: none;
}

@media (max-width: 600px) {
    .services-img {
        margin-bottom: 27px;
    }

    .featured-services h3 {
        margin-bottom: 30px;
    }
}

@media (min-width: 601px) {
    .services-img {
        margin-top: 30px;
    }
}

@media (max-width: 1023px) {
    .featured-services .col-xs-4 .btn-secondary .link-text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 1024px) {
    .services-img {
        margin-bottom: 27px;
        margin-top: 55px;
    }
}

.company-intro {
    background-repeat: no-repeat;
    background-position: -100% -100%;
    background-color: #f3f3f3;
    padding-top: 30px;
}

.page-content-home__img {
    display: none;
}

.company-content {
    padding-right: 23px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.company-intro h2,
.company-intro h3,
.company-intro h4,
.company-intro h5 {
    margin-bottom: 10px;
    margin-top: 15px;
}

.company-intro h2 {
    line-height: 34px;
}

.company-intro span {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    font-weight: 400;
    text-transform: none;
    line-height: 25px;
}

.company-intro p a {
    margin-top: 0;
}

.company-intro h4 {
    margin-top: 10px;
}

.company-intro a {
    margin-top: 30px;
}

@media (min-width: 600px) {
    .company-content {
        padding-top: 60px;
    }

    .company-intro h2 {
        line-height: 34px;
    }

    .company-intro span {
        font-size: 24px;
        line-height: inherit;
    }
}

@media (min-width: 1025px) {
    .company-intro {
        position: relative;
    }

    .page-content-home__img {
        position: absolute;
        top: 125px;
        right: 180px;
        display: block;
        z-index: -1000;
    }

    .company-content {
        padding-right: 90px;
    }
}

.experience-data img {
    -o-object-position: right;
    object-position: right;
}

.experience-data {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 6.25em 0;
}

.experience-data h2 {
    color: #fff;
}

.experience-data .number {
    font-size: 3.125em;
    font-weight: 700;
    display: block;
}

.experience-data .label {
    font-size: 1.625em;
    text-transform: uppercase;
}

@media (min-width: 600px) {
    .experience-data h2 {
        font-size: 4.375em;
    }
}

.home-applications .container .row .col-md-offset-1.col-md-10.col-lg-offset-2.col-lg-8 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    .home-applications .container .row .col-md-offset-1.col-md-10.col-lg-offset-2.col-lg-8 .row {
        align-items: flex-start;
    }
}

.recend-blog-content {
    padding: 30px;
    border-radius: 10px;
    background-color: #e9f3ff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.recend-blog-content img {
    float: left;
    border-radius: 10px;
    margin-right: 33px;
    width: 100%;
    margin-bottom: 25px;
}

.blog-content-box span {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #707070;
    text-transform: uppercase;
    margin-top: 10px;
}

.blog-content-box h4 {
    font-family: Kanit;
    font-weight: 700;
    font-size: 20px;
    color: #083060;
    letter-spacing: 0.22px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.blog-content-box p {
    margin-bottom: 14px;
    width: auto;
    display: inherit;
}

.recend-blog-wrapper {
    padding-top: 67px;
    padding-bottom: 76px;
}

.recend-blog-wrapper h3 {
    margin-bottom: 30px;
    font-size: 28px;
}

.recend-blog-wrapper h3 a {
    display: block;
    width: 66px;
    margin-top: 6px;
}

@media (min-width: 600px) {
    .recend-blog-wrapper h3 {
        font-size: 34px;
    }

    .recend-blog-wrapper h3 a {
        margin-left: 16px;
        display: inline-block;
        width: auto;
        margin-top: 0;
    }

    .recend-blog-content img {
        width: auto;
        margin-bottom: 0;
    }

    .blog-content-box h4 {
        font-size: 22px;
    }
}

.post__entry {
    margin-top: 20px;
}

.post__entry p {
    margin-top: 20px;
    display: inherit;
}

.post__entry ul li {
    width: 100% !important;
}

.button--primary {
    margin-top: 14px;
}

.post__metadata--category {
    margin-top: 14px;
}

.page-sidebar {
    padding-bottom: 90px;
}

.post__date-author {
    margin-top: 20px;
}

.info-message {
    font-family: Kanit;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.9px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #083060;
}

.form-submit .submit,
.wysija-submit {
    width: 180px;
    height: 47px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
    background-color: #ff9600;
    border: none;
    border-bottom: 5px solid #d57d00;
    color: #fff;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form-comment label {
    display: block;
}

.comment-respond {
    margin-top: 50px;
}

.share-this {
    padding-top: 20px;
}

.rss-btn {
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.rss-btn:hover {
    opacity: 0.8;
}

.widget_wysija {
    display: inline-block;
    width: 100%;
}

.wysija-paragraph {
    margin-top: 14px;
}

.footer-top {
    background-color: #0e326c;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-top .col-xs-6 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-top p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.footer-phone {
    color: #fff;
    font-size: 30px;
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

.footer-phone .icon-phone {
    color: #31c488;
    font-size: 23px;
    width: 39px;
    height: 39px;
    border: 3px solid #31c488;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    margin-right: 13px;
}

.footer-bottom {
    text-align: center;
    height: 59px;
    padding-top: 9px;
}

.footer-bottom a {
    margin-left: 9px;
    padding-right: 9px;
    font-size: 15px;
    color: #252525;
    display: inline-block;
}

.footer-bottom p {
    font-size: 13px;
    color: #252525;
    margin-bottom: 0;
}

.footer-info {
    background-color: #1e4a8b;
    padding-top: 54px;
    padding-bottom: 45px;
}

.footer-info h5 {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.375px;
    margin-top: 0;
    margin-bottom: 9px;
}

.footer-info p {
    color: #fff;
}

.footer-info b {
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

.footer-info a {
    display: inline-block;
    color: #52a1ff;
}

.home .footer-top {
    display: none;
}

@media (min-width: 600px) {
    .footer-phone {
        float: right;
    }

    .btn-secondady-green,
    .page-content .btn-secondady-green {
        float: left;
    }

    .footer-top .col-xs-6 {
        width: 50%;
    }

    .footer-bottom {
        height: 44px;
        padding-top: 10px;
    }

    .footer-top p {
        font-size: 24px;
    }

    .footer-bottom a {
        margin-left: 22px;
        padding-right: 22px;
    }

    .footer-bottom p {
        margin-left: 22px;
        padding-right: 22px;
        display: inline-block;
        width: auto;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .footer-address {
        padding-top: 55px;
    }
}

.page-template-page-dumpster-rental .masthead-page {
    margin-top: 81px;
}

.page-template-page-dumpster-rental .masthead-page {
    margin-top: 185px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dumpster-rentals-logo-tab {
    border-radius: 0 0 20px 20px;
    width: 275px;
    height: 109px;
    background-color: #fff;
    position: relative;
    top: -122px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dumpster-rentals-logo-tab img {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
}

.dumpster-rental-banner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    background: #144988;
}

.dumpster-rental-banner p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}

.dumpster-rental-banner p.green-text {
    color: #31c488;
    font-size: 34px;
    text-align: center;
    margin-bottom: 16px;
}

.dumpster-rental-banner-phone {
    color: #fff;
    font-size: 48px;
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

.dumpster-rental-banner-phone .icon-phone {
    color: #31c488;
    font-size: 27px;
    width: 49px;
    height: 49px;
    border: 3px solid #31c488;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    margin-right: 13px;
}

/* Dumpster rental Banner */
.dumpster-rental-banner__btns {
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
}

.dumpster-rental-banner__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 30px;
    border-bottom: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.dumpster-rental-banner__btn:first-child {
    margin-bottom: 10px;
    margin-right: 0;
}

.dumpster-rental-banner__btn-icon {
    /* Overrides inline style form customizer */
    width: 25px !important;
}

@media (min-width: 600px) {
    .dumpster-rental-banner__btn {
        padding: 15px 40px;

        font-size: 24px;
    }
}

@media (min-width: 720px) {
    .dumpster-rental-banner__btns {
        flex-direction: row;
        justify-content: center;
        /* column-gap: 20px; */
    }

    .dumpster-rental-banner__btn:first-child {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

/* Dumpster rental Banner */

.testimonials-wrapper {
    text-align: center;
    background-color: #ecf4ff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonial-1,
.testimonial-2,
.testimonials-desc {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 37px;
    min-height: 390px;
    background-color: #fff;
}

.testimonials-desc {
    background-color: #ecf4ff;
    padding: 5px;
    text-align: left;
}

.testimonial-1,
.testimonial-2 {
    border-top: 5px solid #144988;
    border-left: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    text-align: center;
}

/*.testimonial-icon {
  padding-bottom: 20px
}
*/
@media (min-width: 600px) {
    .dumpster-rental-banner-phone {
        width: 100%;
        text-align: center;
    }

    .dumpster-rental-banner .col-xs-6 {
        width: 50%;
    }

    .dumpster-rental-banner p {
        font-size: 24px;
    }

    .page-id-499 .nav-mobile-wrapper {
        display: none;
    }
}

.page-id-499 .dumpster-rental-banner__btns {
    flex-wrap: wrap;
}

.page-id-499 .dumpster-rental-banner__btns .dumpster-rental-banner__btn {
    padding: 10px 30px;
    font-size: 18px;
}

@media (max-width: 1024px) {

    .testimonial-1,
    .testimonial-2,
    .testimonials-desc {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .testimonials-desc {
        text-align: center;
    }

    .page-template-page-dumpster-rental .masthead-page {
        margin-top: 77px;
    }
}

@media (max-width: 768px) {
    .page-template-page-dumpster-rental .masthead-page {
        margin-top: 77px;
    }
}

@media (max-width: 394px) {
    .dumpster-rental-banner-phone {
        font-size: 35px;
    }
}

@media (max-width: 782px) {
    .page-id-499 #page-body {
        margin-top: -20px;
    }
}

.page-id-499 .nav-mobile-wrapper {
    display: none;
}

.page-id-499 .header-top-mobile {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px !important;
}

.img-circle {
    border-radius: 50% !important;
}

.img-square {
    border-radius: 0 !important;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: contain';
}

.show {
    display: block !important;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-xxs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media (max-width: 599px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    td.visible-xxs,
    th.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.hidden-xxs-up,
.hide {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 1365px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1366px) {
    .hidden-lg {
        display: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.clear-left {
    clear: left !important;
}

.clear-right {
    clear: right !important;
}

.clear-both {
    clear: both !important;
}

.clear-contain {
    overflow: hidden !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.weight-light {
    font-weight: 300 !important;
}

.weight-normal {
    font-weight: 400 !important;
}

.weight-semibold {
    font-weight: 600 !important;
}

.weight-bold {
    font-weight: 700 !important;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.border-all {
    border: 1px solid #eee;
}

.affix-top {
    position: fixed !important;
    top: 0 !important;
}

.affix-bottom {
    position: fixed !important;
    bottom: 0 !important;
}

.affix-left {
    position: fixed !important;
    left: 0 !important;
}

.affix-right {
    position: fixed !important;
    right: 0 !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.push {
    margin: 20px !important;
}

.push-top {
    margin-top: 20px !important;
}

.push-right {
    margin-right: 20px !important;
}

.push-bottom {
    margin-bottom: 20px !important;
}

.push-left {
    margin-left: 20px !important;
}

.push-ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.push-sides {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.push-half {
    margin: 10px !important;
}

.push-half-top {
    margin-top: 10px !important;
}

.push-half-right {
    margin-right: 10px !important;
}

.push-half-bottom {
    margin-bottom: 10px !important;
}

.push-half-left {
    margin-left: 10px !important;
}

.push-half-ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.push-half-sides {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.flush {
    margin: 0 !important;
}

.flush-top {
    margin-top: 0 !important;
}

.flush-right {
    margin-right: 0 !important;
}

.flush-bottom {
    margin-bottom: 0 !important;
}

.flush-left {
    margin-left: 0 !important;
}

.flush-ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.flush-sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.soft {
    padding: 20px !important;
}

.soft-top {
    padding-top: 20px !important;
}

.soft-right {
    padding-right: 20px !important;
}

.soft-bottom {
    padding-bottom: 20px !important;
}

.soft-left {
    padding-left: 20px !important;
}

.soft-ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.soft-sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.soft-half {
    padding: 10px !important;
}

.soft-half-top {
    padding-top: 10px !important;
}

.soft-half-right {
    padding-right: 10px !important;
}

.soft-half-bottom {
    padding-bottom: 10px !important;
}

.soft-half-left {
    padding-left: 10px !important;
}

.soft-half-ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.soft-half-sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.hard {
    padding: 0 !important;
}

.hard-top {
    padding-top: 0 !important;
}

.hard-right {
    padding-right: 0 !important;
}

.hard-bottom {
    padding-bottom: 0 !important;
}

.hard-left {
    padding-left: 0 !important;
}

.hard-ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hard-sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width: 600px) {
    .flush-xs {
        margin: 0;
    }

    .flush-xs-top {
        margin-top: 0;
    }

    .flush-xs-right {
        margin-right: 0;
    }

    .flush-xs-bottom {
        margin-bottom: 0;
    }

    .flush-xs-left {
        margin-left: 0;
    }

    .flush-xs-ends {
        margin-top: 0;
        margin-bottom: 0;
    }

    .flush-xs-sides {
        margin-right: 0;
        margin-left: 0;
    }

    .push-xs {
        margin: 20px;
    }

    .push-xs-top {
        margin-top: 20px;
    }

    .push-xs-right {
        margin-right: 20px;
    }

    .push-xs-bottom {
        margin-bottom: 20px;
    }

    .push-xs-left {
        margin-left: 20px;
    }

    .push-xs-ends {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .push-xs-sides {
        margin-right: 20px;
        margin-left: 20px;
    }

    .push-half-xs {
        margin: 10px;
    }

    .push-half-xs-top {
        margin-top: 10px;
    }

    .push-half-xs-right {
        margin-right: 10px;
    }

    .push-half-xs-bottom {
        margin-bottom: 10px;
    }

    .push-half-xs-left {
        margin-left: 10px;
    }

    .push-half-xs-ends {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .push-half-xs-sides {
        margin-right: 10px;
        margin-left: 10px;
    }

    .push-double-xs {
        margin: 40px;
    }

    .push-double-xs-top {
        margin-top: 40px;
    }

    .push-double-xs-right {
        margin-right: 40px;
    }

    .push-double-xs-bottom {
        margin-bottom: 40px;
    }

    .push-double-xs-left {
        margin-left: 40px;
    }

    .push-double-xs-ends {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .push-double-xs-sides {
        margin-right: 40px;
        margin-left: 40px;
    }

    .push-triple-xs {
        margin: 60px;
    }

    .push-triple-xs-top {
        margin-top: 60px;
    }

    .push-triple-xs-right {
        margin-right: 60px;
    }

    .push-triple-xs-bottom {
        margin-bottom: 60px;
    }

    .push-triple-xs-left {
        margin-left: 60px;
    }

    .push-triple-xs-ends {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .push-triple-xs-sides {
        margin-right: 60px;
        margin-left: 60px;
    }

    .soft-xs {
        padding: 20px;
    }

    .soft-xs-top {
        padding-top: 20px;
    }

    .soft-xs-right {
        padding-right: 20px;
    }

    .soft-xs-bottom {
        padding-bottom: 20px;
    }

    .soft-xs-left {
        padding-left: 20px;
    }

    .soft-xs-ends {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .soft-xs-sides {
        padding-right: 20px;
        padding-left: 20px;
    }

    .soft-half-xs {
        padding: 10px;
    }

    .soft-half-xs-top {
        padding-top: 10px;
    }

    .soft-half-xs-right {
        padding-right: 10px;
    }

    .soft-half-xs-bottom {
        padding-bottom: 10px;
    }

    .soft-half-xs-left {
        padding-left: 10px;
    }

    .soft-half-xs-ends {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .soft-half-xs-sides {
        padding-right: 10px;
        padding-left: 10px;
    }

    .soft-double-xs {
        padding: 40px;
    }

    .soft-double-xs-top {
        padding-top: 40px;
    }

    .soft-double-xs-right {
        padding-right: 40px;
    }

    .soft-double-xs-bottom {
        padding-bottom: 40px;
    }

    .soft-double-xs-left {
        padding-left: 40px;
    }

    .soft-double-xs-ends {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .soft-double-xs-sides {
        padding-right: 40px;
        padding-left: 40px;
    }

    .soft-triple-xs {
        padding: 60px;
    }

    .soft-triple-xs-top {
        padding-top: 60px;
    }

    .soft-triple-xs-right {
        padding-right: 60px;
    }

    .soft-triple-xs-bottom {
        padding-bottom: 60px;
    }

    .soft-triple-xs-left {
        padding-left: 60px;
    }

    .soft-triple-xs-ends {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .soft-triple-xs-sides {
        padding-right: 60px;
        padding-left: 60px;
    }

    .hard-xs {
        padding: 0;
    }

    .hard-xs-top {
        padding-top: 0;
    }

    .hard-xs-right {
        padding-right: 0;
    }

    .hard-xs-bottom {
        padding-bottom: 0;
    }

    .hard-xs-left {
        padding-left: 0;
    }

    .hard-xs-ends {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hard-xs-sides {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .flush-sm {
        margin: 0;
    }

    .flush-sm-top {
        margin-top: 0;
    }

    .flush-sm-right {
        margin-right: 0;
    }

    .flush-sm-bottom {
        margin-bottom: 0;
    }

    .flush-sm-left {
        margin-left: 0;
    }

    .flush-sm-ends {
        margin-top: 0;
        margin-bottom: 0;
    }

    .flush-sm-sides {
        margin-right: 0;
        margin-left: 0;
    }

    .push-sm {
        margin: 20px;
    }

    .push-sm-top {
        margin-top: 20px;
    }

    .push-sm-right {
        margin-right: 20px;
    }

    .push-sm-bottom {
        margin-bottom: 20px;
    }

    .push-sm-left {
        margin-left: 20px;
    }

    .push-sm-ends {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .push-sm-sides {
        margin-right: 20px;
        margin-left: 20px;
    }

    .push-half-sm {
        margin: 10px;
    }

    .push-half-sm-top {
        margin-top: 10px;
    }

    .push-half-sm-right {
        margin-right: 10px;
    }

    .push-half-sm-bottom {
        margin-bottom: 10px;
    }

    .push-half-sm-left {
        margin-left: 10px;
    }

    .push-half-sm-ends {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .push-half-sm-sides {
        margin-right: 10px;
        margin-left: 10px;
    }

    .push-double-sm {
        margin: 40px;
    }

    .push-double-sm-top {
        margin-top: 40px;
    }

    .push-double-sm-right {
        margin-right: 40px;
    }

    .push-double-sm-bottom {
        margin-bottom: 40px;
    }

    .push-double-sm-left {
        margin-left: 40px;
    }

    .push-double-sm-ends {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .push-double-sm-sides {
        margin-right: 40px;
        margin-left: 40px;
    }

    .push-triple-sm {
        margin: 60px;
    }

    .push-triple-sm-top {
        margin-top: 60px;
    }

    .push-triple-sm-right {
        margin-right: 60px;
    }

    .push-triple-sm-bottom {
        margin-bottom: 60px;
    }

    .push-triple-sm-left {
        margin-left: 60px;
    }

    .push-triple-sm-ends {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .push-triple-sm-sides {
        margin-right: 60px;
        margin-left: 60px;
    }

    .soft-sm {
        padding: 20px;
    }

    .soft-sm-top {
        padding-top: 20px;
    }

    .soft-sm-right {
        padding-right: 20px;
    }

    .soft-sm-bottom {
        padding-bottom: 20px;
    }

    .soft-sm-left {
        padding-left: 20px;
    }

    .soft-sm-ends {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .soft-sm-sides {
        padding-right: 20px;
        padding-left: 20px;
    }

    .soft-half-sm {
        padding: 10px;
    }

    .soft-half-sm-top {
        padding-top: 10px;
    }

    .soft-half-sm-right {
        padding-right: 10px;
    }

    .soft-half-sm-bottom {
        padding-bottom: 10px;
    }

    .soft-half-sm-left {
        padding-left: 10px;
    }

    .soft-half-sm-ends {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .soft-half-sm-sides {
        padding-right: 10px;
        padding-left: 10px;
    }

    .soft-double-sm {
        padding: 40px;
    }

    .soft-double-sm-top {
        padding-top: 40px;
    }

    .soft-double-sm-right {
        padding-right: 40px;
    }

    .soft-double-sm-bottom {
        padding-bottom: 40px;
    }

    .soft-double-sm-left {
        padding-left: 40px;
    }

    .soft-double-sm-ends {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .soft-double-sm-sides {
        padding-right: 40px;
        padding-left: 40px;
    }

    .soft-triple-sm {
        padding: 60px;
    }

    .soft-triple-sm-top {
        padding-top: 60px;
    }

    .soft-triple-sm-right {
        padding-right: 60px;
    }

    .soft-triple-sm-bottom {
        padding-bottom: 60px;
    }

    .soft-triple-sm-left {
        padding-left: 60px;
    }

    .soft-triple-sm-ends {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .soft-triple-sm-sides {
        padding-right: 60px;
        padding-left: 60px;
    }

    .hard-sm {
        padding: 0;
    }

    .hard-sm-top {
        padding-top: 0;
    }

    .hard-sm-right {
        padding-right: 0;
    }

    .hard-sm-bottom {
        padding-bottom: 0;
    }

    .hard-sm-left {
        padding-left: 0;
    }

    .hard-sm-ends {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hard-sm-sides {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1025px) {
    .flush-md {
        margin: 0;
    }

    .flush-md-top {
        margin-top: 0;
    }

    .flush-md-right {
        margin-right: 0;
    }

    .flush-md-bottom {
        margin-bottom: 0;
    }

    .flush-md-left {
        margin-left: 0;
    }

    .flush-md-ends {
        margin-top: 0;
        margin-bottom: 0;
    }

    .flush-md-sides {
        margin-right: 0;
        margin-left: 0;
    }

    .push-md {
        margin: 20px;
    }

    .push-md-top {
        margin-top: 20px;
    }

    .push-md-right {
        margin-right: 20px;
    }

    .push-md-bottom {
        margin-bottom: 20px;
    }

    .push-md-left {
        margin-left: 20px;
    }

    .push-md-ends {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .push-md-sides {
        margin-right: 20px;
        margin-left: 20px;
    }

    .push-half-md {
        margin: 10px;
    }

    .push-half-md-top {
        margin-top: 10px;
    }

    .push-half-md-right {
        margin-right: 10px;
    }

    .push-half-md-bottom {
        margin-bottom: 10px;
    }

    .push-half-md-left {
        margin-left: 10px;
    }

    .push-half-md-ends {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .push-half-md-sides {
        margin-right: 10px;
        margin-left: 10px;
    }

    .push-double-md {
        margin: 40px;
    }

    .push-double-md-top {
        margin-top: 40px;
    }

    .push-double-md-right {
        margin-right: 40px;
    }

    .push-double-md-bottom {
        margin-bottom: 40px;
    }

    .push-double-md-left {
        margin-left: 40px;
    }

    .push-double-md-ends {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .push-double-md-sides {
        margin-right: 40px;
        margin-left: 40px;
    }

    .push-triple-md {
        margin: 60px;
    }

    .push-triple-md-top {
        margin-top: 60px;
    }

    .push-triple-md-right {
        margin-right: 60px;
    }

    .push-triple-md-bottom {
        margin-bottom: 60px;
    }

    .push-triple-md-left {
        margin-left: 60px;
    }

    .push-triple-md-ends {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .push-triple-md-sides {
        margin-right: 60px;
        margin-left: 60px;
    }

    .soft-md {
        padding: 20px;
    }

    .soft-md-top {
        padding-top: 20px;
    }

    .soft-md-right {
        padding-right: 20px;
    }

    .soft-md-bottom {
        padding-bottom: 20px;
    }

    .soft-md-left {
        padding-left: 20px;
    }

    .soft-md-ends {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .soft-md-sides {
        padding-right: 20px;
        padding-left: 20px;
    }

    .soft-half-md {
        padding: 10px;
    }

    .soft-half-md-top {
        padding-top: 10px;
    }

    .soft-half-md-right {
        padding-right: 10px;
    }

    .soft-half-md-bottom {
        padding-bottom: 10px;
    }

    .soft-half-md-left {
        padding-left: 10px;
    }

    .soft-half-md-ends {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .soft-half-md-sides {
        padding-right: 10px;
        padding-left: 10px;
    }

    .soft-double-md {
        padding: 40px;
    }

    .soft-double-md-top {
        padding-top: 40px;
    }

    .soft-double-md-right {
        padding-right: 40px;
    }

    .soft-double-md-bottom {
        padding-bottom: 40px;
    }

    .soft-double-md-left {
        padding-left: 40px;
    }

    .soft-double-md-ends {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .soft-double-md-sides {
        padding-right: 40px;
        padding-left: 40px;
    }

    .soft-triple-md {
        padding: 60px;
    }

    .soft-triple-md-top {
        padding-top: 60px;
    }

    .soft-triple-md-right {
        padding-right: 60px;
    }

    .soft-triple-md-bottom {
        padding-bottom: 60px;
    }

    .soft-triple-md-left {
        padding-left: 60px;
    }

    .soft-triple-md-ends {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .soft-triple-md-sides {
        padding-right: 60px;
        padding-left: 60px;
    }

    .hard-md {
        padding: 0;
    }

    .hard-md-top {
        padding-top: 0;
    }

    .hard-md-right {
        padding-right: 0;
    }

    .hard-md-bottom {
        padding-bottom: 0;
    }

    .hard-md-left {
        padding-left: 0;
    }

    .hard-md-ends {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hard-md-sides {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .flush-lg {
        margin: 0;
    }

    .flush-lg-top {
        margin-top: 0;
    }

    .flush-lg-right {
        margin-right: 0;
    }

    .flush-lg-bottom {
        margin-bottom: 0;
    }

    .flush-lg-left {
        margin-left: 0;
    }

    .flush-lg-ends {
        margin-top: 0;
        margin-bottom: 0;
    }

    .flush-lg-sides {
        margin-right: 0;
        margin-left: 0;
    }

    .push-lg {
        margin: 20px;
    }

    .push-lg-top {
        margin-top: 20px;
    }

    .push-lg-right {
        margin-right: 20px;
    }

    .push-lg-bottom {
        margin-bottom: 20px;
    }

    .push-lg-left {
        margin-left: 20px;
    }

    .push-lg-ends {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .push-lg-sides {
        margin-right: 20px;
        margin-left: 20px;
    }

    .push-half-lg {
        margin: 10px;
    }

    .push-half-lg-top {
        margin-top: 10px;
    }

    .push-half-lg-right {
        margin-right: 10px;
    }

    .push-half-lg-bottom {
        margin-bottom: 10px;
    }

    .push-half-lg-left {
        margin-left: 10px;
    }

    .push-half-lg-ends {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .push-half-lg-sides {
        margin-right: 10px;
        margin-left: 10px;
    }

    .push-double-lg {
        margin: 40px;
    }

    .push-double-lg-top {
        margin-top: 40px;
    }

    .push-double-lg-right {
        margin-right: 40px;
    }

    .push-double-lg-bottom {
        margin-bottom: 40px;
    }

    .push-double-lg-left {
        margin-left: 40px;
    }

    .push-double-lg-ends {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .push-double-lg-sides {
        margin-right: 40px;
        margin-left: 40px;
    }

    .push-triple-lg {
        margin: 60px;
    }

    .push-triple-lg-top {
        margin-top: 60px;
    }

    .push-triple-lg-right {
        margin-right: 60px;
    }

    .push-triple-lg-bottom {
        margin-bottom: 60px;
    }

    .push-triple-lg-left {
        margin-left: 60px;
    }

    .push-triple-lg-ends {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .push-triple-lg-sides {
        margin-right: 60px;
        margin-left: 60px;
    }

    .soft-lg {
        padding: 20px;
    }

    .soft-lg-top {
        padding-top: 20px;
    }

    .soft-lg-right {
        padding-right: 20px;
    }

    .soft-lg-bottom {
        padding-bottom: 20px;
    }

    .soft-lg-left {
        padding-left: 20px;
    }

    .soft-lg-ends {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .soft-lg-sides {
        padding-right: 20px;
        padding-left: 20px;
    }

    .soft-half-lg {
        padding: 10px;
    }

    .soft-half-lg-top {
        padding-top: 10px;
    }

    .soft-half-lg-right {
        padding-right: 10px;
    }

    .soft-half-lg-bottom {
        padding-bottom: 10px;
    }

    .soft-half-lg-left {
        padding-left: 10px;
    }

    .soft-half-lg-ends {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .soft-half-lg-sides {
        padding-right: 10px;
        padding-left: 10px;
    }

    .soft-double-lg {
        padding: 40px;
    }

    .soft-double-lg-top {
        padding-top: 40px;
    }

    .soft-double-lg-right {
        padding-right: 40px;
    }

    .soft-double-lg-bottom {
        padding-bottom: 40px;
    }

    .soft-double-lg-left {
        padding-left: 40px;
    }

    .soft-double-lg-ends {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .soft-double-lg-sides {
        padding-right: 40px;
        padding-left: 40px;
    }

    .soft-triple-lg {
        padding: 60px;
    }

    .soft-triple-lg-top {
        padding-top: 60px;
    }

    .soft-triple-lg-right {
        padding-right: 60px;
    }

    .soft-triple-lg-bottom {
        padding-bottom: 60px;
    }

    .soft-triple-lg-left {
        padding-left: 60px;
    }

    .soft-triple-lg-ends {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .soft-triple-lg-sides {
        padding-right: 60px;
        padding-left: 60px;
    }

    .hard-lg {
        padding: 0;
    }

    .hard-lg-top {
        padding-top: 0;
    }

    .hard-lg-right {
        padding-right: 0;
    }

    .hard-lg-bottom {
        padding-bottom: 0;
    }

    .hard-lg-left {
        padding-left: 0;
    }

    .hard-lg-ends {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hard-lg-sides {
        padding-right: 0;
        padding-left: 0;
    }
}

.trustpilot-widget-header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #efefef;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .trustpilot-widget-header {
        margin: 0;
    }
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: 700;
}

.side-flyout {
    position: fixed;
    left: 0;
    top: 270px;
    width: 65px;
    height: 50px;
    display: none;
    padding: 13px 15px;
    text-align: right;
    background-color: #37b066;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.side-flyout__img {
    width: 20px;
    height: auto;
}

.side-flyout:hover {
    background-color: rgba(55, 176, 102, 0.8);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

@media (min-width: 769px) {
    .side-flyout {
        display: block;
    }
}

.dumpster-image {
    padding: 0;
    margin-bottom: 10px;
}

.dumpster-size-block {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.dumpster-size-block:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.dumpster-size-text {
    margin-bottom: 10px;
}

.dumpster-size-cta {
    padding-left: 0;
    padding-right: 0;
}

.btn-dumpster-sizes {
    float: none !important;
}

.dumpster-size-text .btn-secondady-green,
.dumpster-size-text .btn-secondady-orange {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .dumpster-size-block {
        padding-top: 0;
        border-top: 0;
    }

    .btn-dumpster-sizes {
        width: 100%;
        margin-top: 0 !important;
    }
}

/* New templade dumpsters */

.intro__container,
.overview__container {
    padding: 3rem 0;
    overflow: hidden;
}

.bg-gray {
    background: #efefef;
}

.overview__icons-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    /* margin: 0 0 2rem; */
}

@media (min-width: 1000px) {
    .overview__icons-box {
        justify-content: space-between;
    }
}

.overview__icon-text {
    color: #092f5f;
    font-weight: bold;
    display: inline;
}

.overview__icon-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    min-width: 105px;
    margin: 0 0.8rem 2rem;
}

.intro__details-box {
    border: 1px solid #cccccc;
    padding: 3rem;
    display: flex;
    flex-flow: column;
    margin: 2rem;
}

@media (min-width: 1001px) {
    .intro__details-box {
        margin: 0;
    }
}

.intro__details-box h2 {
    margin-top: 0;
}

.intro__details-box ul {
    margin: -1rem 0 1rem 0.1rem;
    padding: 0 0 0 1.1rem;
}

.font--kanit {
    font-family: Kanit !important;
}

[type='text'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='url'],
[type='week'],
.form-wrapper textarea,
textarea,
.wpcf7-select,
.wpcf7-form-control-wrap.menu,
.wpcf7-form-control-wrap.contact-size {
    border: 2px solid #d8d8d8 !important;
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    background-color: #e9f3ff;
    line-height: 50px;
    padding: 0 20px !important;
    color: #144988 !important;
    font-size: 16px !important;
    font-weight: 500;
}

.checkmart-list {
    list-style: none;
    padding: 0 !important;
}

.checkmart-list li:before {
    content: '\2714\0020';
    color: #32c487;
}

.margin-1-bottom {
    margin-bottom: 1.8rem;
}

@media (max-width: 1400px) and (min-width: 1000px) {
    .btn-orange {
        max-width: 160px;
        font-size: 0.8rem;
    }

    .btn-wrapper .icon-arrow {
        font-size: 40px;
    }
}

/* new page */

.sp-buttons {
    display: none;
}

.sp-thumbnail-container {
    border: 1px solid #d2d2d2 !important;
    height: 70px !important;
    width: 70px !important;
    margin: 0.5rem !important;
    opacity: 0.5;
}

.sp-selected-thumbnail {
    border-bottom: 3px solid #000000 !important;
    opacity: 1;
}

.sp-thumbnails-container.sp-bottom-thumbnails {
    width: 260px !important;
    margin-top: 2rem;
}

.sp-thumbnails.sp-grab {
    width: 100% !important;
}

@media (min-width: 768px) {
    .sp-thumbnails-container.sp-bottom-thumbnails {
        width: 430px !important;
    }
}

@media (max-width: 600px) {
    .overview__icons-box {
        justify-content: center;
    }

    .overview__icon-wrapper {
        width: 50%;
        padding: 1rem 2%;
        margin: 0;
    }
}

/*  Review section */

.wc-cm-reviews {
    background-color: #1e4a8b;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wc-cm-reviews h2 {
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: Kanit !important;
    font-weight: 400;
    text-align: center;
}

.container.inner-wc-cm-reviews {
    background: rgb(239, 239, 239);
    padding: 2rem 3rem;
    overflow: hidden;
    max-width: 1100px;
    /* margin: 0; */
}

span.wpcr3_caps {
    font-weight: bold;
}

.wpcr3_item_name {
    font-weight: bold;
}

.wpcr3_aggregateRating {
    margin-bottom: 1rem !important;
}

.wpcr3_button_1.wpcr3_show_btn {
    background: #1e4a8a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.wpcr3_content {
    font-size: 14px;
    font-weight: normal;
    display: block !important;
    padding: 1.7rem;
    margin: 0.5rem 0 1rem;
    border: #ccc solid 1px;
}

.wpcr3_div_2 {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 600px) {
    .wpcr3_respond_2 input[type='text'] {
        max-width: 100% !important;
        min-width: 1px !important;
        margin-top: 0.7rem;
    }

    .wpcr3_respond_2 textarea {
        max-width: 100% !important;
        width: 500px !important;
        min-width: 1px !important;
        margin: 0.8rem 0;
    }

    .inner-wc-cm-reviews {
        padding: 2rem 9% !important;
        box-sizing: border-box;
    }
}

.wpcr3_button_1 {
    margin-top: 0.8rem;
    border: none;
    background: #144988;
    border-radius: 0;
    padding: 1rem 2.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.wpcr3_cancel_btn {
    background: #636363;
}

.wpcr3_rating_stars {
    margin-top: 0.7rem;
}

.wpcr3_button_1:hover {
    background: #37b066;
    padding: 1rem 2.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    transition: all ease-in-out 0.2s;
    text-transform: uppercase;
}

.wpcr3_respond_2 textarea {
    margin: 1rem 0 0.7rem;
}

.wpcr3_leave_text {
    margin-top: 1rem;
}

.wpcr3_respond_3 {
    display: flex;
    width: 100%;
}

.wpcr3_respond_3 p {
    display: none;
}

.reviews__testimonial-btn.btn-secondady-green {
    margin: 0 auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem;
}

table.wpcr3_table_2 {
    table-layout: fixed;
}

@media (min-width: 600px) {
    table.wpcr3_table_2 {
        table-layout: auto;
    }
}

/*NEW HOMEPAGE CSS*/

/*BACKGROUND COLOR*/
.light-blue-bg {
    background: #f2f7fd;
}

.white-bg {
    background: #fff;
}

.royal-blue-bg {
    background: #144988;
}

.grey-bg {
    background: #f3f3f3;
}

/*BACKGROUND COLOR*/

/*Dumpster Rental Options*/
.box-buttons {
    padding: 50px 0;
}

.box-buttons h2 {
    color: #144988;
    font-weight: 500;
    text-transform: capitalize;
}

.box-item {
    padding: 0;
    padding-top: 15px;
    position: inherit;
    box-shadow: 0 6px 14px rgb(60 119 188 / 15%);
    background-color: #fff;
    margin: 20px;
    padding-bottom: 0;
}

.box {
    display: block;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    margin: 0;
    padding-top: 25px;
    transition: all ease 0.3s;
    box-shadow: 0 5px 20px rgba(60, 119, 188, 0.3);
}

@media( min-width:600px ) {
    .box {
        display: flex;
    }
}

.js-box-buttons .arrow-right {
    right: 5px;
}

.js-box-buttons .arrow-left {
    left: 5px;
}

.box__title {
    text-align: center;
    color: #144988;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.box__title h4 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #144988;
    margin-top: 0;
}

.box__description h5 {
    color: #144988;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    margin: 0;
}

.box__description h5 + ul {
    margin-top: 0;
}

.title-text {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    vertical-align: middle;
    padding: 0 0 0 10px;
    line-height: 1.05em;
}

.box__price {
    text-align: center;
    padding-top: 15px;
}

.box__price span {
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    background-color: #e9f3ff;
    color: #144988;
    font-weight: 700;
    font-family: 'Lexend', sans-serif;
    text-align: center;
    padding: 6px 30px;
}

.box__sticker {
    position: absolute;
    top: -15px;
    left: -25px;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    aspect-ratio: 1;
    margin: auto;
    background: #FF0000;
    clip-path: polygon(100.00% 50.00%, 78.98% 57.76%, 93.30% 75.00%, 71.21% 71.21%, 75.00% 93.30%, 57.76% 78.98%, 50.00% 100.00%, 42.24% 78.98%, 25.00% 93.30%, 28.79% 71.21%, 6.70% 75.00%, 21.02% 57.76%, 0.00% 50.00%, 21.02% 42.24%, 6.70% 25.00%, 28.79% 28.79%, 25.00% 6.70%, 42.24% 21.02%, 50.00% 0.00%, 57.76% 21.02%, 75.00% 6.70%, 71.21% 28.79%, 93.30% 25.00%, 78.98% 42.24%);
    margin-top: 8px;
    padding: 7px;
}

.box__sticker .sticker-text {
    background: linear-gradient(135deg, #EDC951, #F8CA00);
    clip-path: polygon(100.00% 50.00%, 78.98% 57.76%, 93.30% 75.00%, 71.21% 71.21%, 75.00% 93.30%, 57.76% 78.98%, 50.00% 100.00%, 42.24% 78.98%, 25.00% 93.30%, 28.79% 71.21%, 6.70% 75.00%, 21.02% 57.76%, 0.00% 50.00%, 21.02% 42.24%, 6.70% 25.00%, 28.79% 28.79%, 25.00% 6.70%, 42.24% 21.02%, 50.00% 0.00%, 57.76% 21.02%, 75.00% 6.70%, 71.21% 28.79%, 93.30% 25.00%, 78.98% 42.24%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    word-wrap: break-word;
    text-transform: uppercase;
    padding: 15px;
}

@media (max-width: 1235px) {
    .box__sticker {
        top: -25px;
        left: -25px;
        width: 70px;
        height: 70px;
    }

    .box__sticker .sticker-text {
        font-size: 10px;
    }
}

@media (max-width: 1023px) {
    .box__sticker {
        top: -25px;
        left: -25px;
        width: 100px;
        height: 100px;
    }
}

.box__img-wrap {
    height: 153px;
    width: 268px;
    margin: 0 auto;
}

.box__img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.box__description {
    padding: 0px 42px 0px 42px;
}

.box__bottom .btn {
    border-radius: 0;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: none;
    background: #31c46f;
    color: #fff;
    text-transform: capitalize;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    height: auto;
    padding: 20px 40px;
    line-height: 22px;
    font-size: 16px;
}

.box__bottom.orange .btn {
    background-color: #ff9602;
}

.box__description ul {
    list-style: none;
    padding: 0;
}

.box__description li {
    color: #144988;
    font-size: 14px;
    line-height: 1.285em;
    padding: 6px 0 6px 24px;
    font-weight: 500;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.box__description li::before {
    position: absolute;
    width: 17px;
    height: 13px;
    content: '';
    left: 0;
    background-image: url(../img/icon-check.png );
    background-repeat: no-repeat;
    top: 9px;
}

.box-buttons .slick-slide {
    vertical-align: top;
}

.box-buttons .slick-prev,
.box-buttons .slick-next {
    bottom: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: -21px;
}

.box-buttons .slick-prev {
    left: 70px;
}

.box-buttons .slick-next {
    right: -20px;
    margin-right: 0;
}

.box-buttons .slick-initialized .slick-slide {
    height: auto;
    margin: 16px;
    position: relative;
    /* margin-bottom: 40px; */
    margin-bottom: 0;
}

.btn .calendar-logo {
    display: inline-block;
    width: 15px;
    height: 17px;
    position: relative;
    margin-right: 15px;
}

.btn .calendar-logo:after {
    position: absolute;
    width: 15px;
    height: 17px;
    content: '';
    left: 0;
    background-image: url(../img/icon-calendar.png );
    background-repeat: no-repeat;
    top: 2px;
}

.js-box-buttons .arrow-left,
.js-box-buttons .arrow-right {
    display: inline-block !important;
    font-size: 0;
    background: #31c46f;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
}

.js-box-buttons .arrow-left {
    left: 0;
}

.js-box-buttons .arrow-right {
    right: 0;
}

.arrow-right .arrow-next,
.arrow-left .arrow-prev {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.arrow-right .arrow-next:after {
    position: absolute;
    width: 10px;
    height: 18px;
    content: '';
    left: 55%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-right.png );
    background-repeat: no-repeat;
}

.arrow-left .arrow-prev:after {
    position: absolute;
    width: 10px;
    height: 18px;
    content: '';
    left: 47%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-left.png );
    background-repeat: no-repeat;
}

@media (min-width: 600px) {
    .box-flex {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }

    .box-buttons .slick-track {
        align-items: stretch;
        display: flex;
    }

    .box-item {
        padding-bottom: 55px;
        box-shadow: none;
        width: 47%;
        margin: 20px 11px;
        position: relative;
    }

    .box-buttons .box__bottom {
        /* position: absolute; */
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .box__bottom .btn {
        line-height: 22px;
        padding: 16px 40px;
    }
}

@media (min-width: 1200px) {
    .box-flex {
        margin-top: 30px;
    }

    .box-buttons {
        padding: 100px 0;
    }

    .box-buttons h2 {
        padding-bottom: 30px;
        font-size: 46px;
    }

    .box-buttons .fx-slide {
        display: block;
        padding: 0 14px;
        background-color: transparent;
        box-shadow: none;
    }

    .box__title h4 {
        font-size: 60px;
    }

    .title-text {
        width: 122px;
        text-align: left;
    }

    .js-box-buttons {
        padding-bottom: 0;
    }

    .box:hover {
        box-shadow: 0 5px 20px rgba(60, 119, 188, 0.3);
    }

    .box__description {
        padding: 15px 40px;
    }

    .box-item {
        padding-bottom: 0;
        width: 24%;
        cursor: pointer;
        margin: 20px 0;
    }

    .box-buttons .box__bottom {
        position: relative;
    }

    .box {
        box-shadow: 0 6px 14px rgb(60 119 188 / 15%);
    }

    .box-buttons .slick-initialized .slick-slide {
        padding: 0;
    }
}

/*Dumpster Rental Options*/

/*Card Step Section*/
.cards {
    padding: 50px 0;
}

.card-flex {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.card-flex:before,
.card-flex:after {
    display: none;
}

.step-sec .card-item {
    margin-bottom: 10px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;
    height: 100%;
    border: var(--border);
    position: relative;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.card__bottom {
    padding: 0 25px 20px 25px;
}

.card__img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: var(--border);
}

.card__img,
.card__icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.card__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.card__icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__icon>span {
    font-size: 30px;
}

.card__description,
.card__title {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.card__title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #144988;
    font-weight: 600;
    font-size: 20px;
}

.card__cta {
    display: inline-block;
    padding: 0 6px;
    margin-top: auto;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: blue;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.step-sec .card__img-wrap {
    width: 41px;
    height: 41px;
    border-radius: 50px;
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-sec .card__img-wrap img {
    margin: 0 auto;
    max-width: 26px;
    max-height: 22px;
}

.step-sec .card__top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.step-sec .card__details {
    width: calc(100% - 41px);
    padding: 0 0 0 15px;
}

.step-sec .card__description {
    line-height: 1.6875em;
    color: #5d799b;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.step-sec h2 {
    padding-bottom: 32px;
    line-height: 1.285em;
    color: #144988;
    font-weight: 400;
    text-transform: none;
    letter-spacing: none;
}

.help-sec .card__description {
    color: #5d799b;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 500;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.help-sec .card__description a {
    display: inline-block;
    color: #144988;
}

.help-sec-wrapper {
    max-width: 1172px;
    margin: 0 auto;
}

.help-sec h2 {
    padding-bottom: 33px;
    line-height: 1.285em;
    color: #144988;
    font-weight: 400;
    text-transform: none;
    letter-spacing: none;
}

.help-sec .card__img-wrap {
    margin-bottom: 20px;
}

.help-sec .card-item {
    position: relative;
    padding-bottom: 45px !important;
    margin-bottom: 45px;
}

.help-sec .card__title {
    font-weight: 600;
    color: #144988;
    text-transform: none;
    letter-spacing: none;
}

.help-sec .card-item:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.help-sec .card-item:first-child:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 1px;
    width: 253px;
    background-color: #c7d9ef;
}

.dumpster-sec .card {
    width: 100%;
}

.dumpster-sec .card__img-wrap {
    width: 37px;
}

.dumpster-sec .card__img-wrap img {
    max-width: 100%;
}

.dumpster-sec .card__details {
    width: calc(100% - 37px);
    padding-left: 20px;
    align-items: center;
    display: flex;
}

.dumpster-sec a.card:before {
    display: none;
}

.dumpster-sec .card__top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 34px;
    background-color: #fff;
    border-radius: 50px;
}

.dumpster-sec .card__title {
    margin-bottom: 0;
}

.dumpster-sec {
    padding-bottom: 25px;
}

.dumpster-sec .help-sec-wrapper {
    max-width: 1354px;
}

.step-sec .card__title {
    color: #144988;
    font-weight: 600;
    text-transform: none;
}

.step-sec .calendar-logo {
    margin-right: 9px;
}

@media (min-width: 768px) {
    .step-sec .card__img-wrap {
        width: 68px;
        height: 68px;
    }

    .step-sec .card__details {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .step-sec .card__top {
        flex-direction: column;
    }

    .step-sec .card__title {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .step-sec .card-flex {
        padding: 0 31px;
    }

    .card-item {
        margin-bottom: 15px;
    }

    .step-sec .card__img-wrap img {
        max-width: 44px;
        max-height: 37px;
    }

    .help-sec .card-item {
        position: relative;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .help-sec .card-item:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .help-sec .card-item:first-child:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        height: 100%;
        right: 0;
        width: 1px;
        background-color: #c7d9ef;
    }

    .help-sec .card {
        padding: 0 12px;
    }

    .help-sec .card__top {
        margin-bottom: 0;
    }

    .dumpster-sec .card__top {
        flex-direction: column;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }

    .dumpster-sec .card__details {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        display: inline-block;
    }

    .dumpster-sec .card__img-wrap {
        width: 69px;
        margin: 0 auto;
    }

    .dumpster-sec h2 {
        padding-bottom: 72px;
    }

    .dumpster-sec .card-item {
        margin-bottom: 25px;
    }

    .dumpster-sec {
        padding-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .cards {
        padding: 100px 0;
    }

    .step-sec .card__top {
        flex-direction: row;
    }

    .step-sec .card__details {
        width: calc(100% - 88px);
        padding: 0 0 0 28px;
    }

    .help-sec h2 {
        font-size: 46px;
    }

    .step-sec h2 {
        padding-bottom: 65px;
        font-size: 46px;
    }

    .step-sec .card-flex {
        padding: 0 0;
    }

    .step-sec .card__img-wrap {
        width: 88px;
        height: 88px;
    }

    .step-sec .card__img-wrap img {
        max-width: 100%;
        max-height: 100%;
    }

    .step-sec .card-item {
        margin-bottom: 40px;
    }

    .help-sec h2 {
        padding-bottom: 56px;
    }

    .help-sec .card__title {
        font-size: 24px;
        margin-bottom: 13px;
    }

    .help-sec .card {
        padding: 0 12px;
    }

    .dumpster-sec h2 {
        padding-bottom: 56px;
    }

    .dumpster-sec .card__img-wrap {
        width: auto;
        margin: 0 auto;
    }

    .dumpster-sec {
        padding-bottom: 80px;
    }

    .help-sec .card-item {
        padding-right: 56px;
    }

    .help-sec .card-item:last-child {
        padding-right: 0;
        padding-left: 56px;
    }

    .help-sec .card__description {
        padding-bottom: 40px;
    }

    .dumpster-sec .card__title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .step-sec .card__title {
        margin-bottom: 15px;
    }
}

/*Card Step Section*/

/*Half Text/Half Form*/
.pricing-sec {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.pricing-sec .container {
    position: relative;
    z-index: 2;
}

/*.pricing-sec-bg {
    position: absolute;
    top: 190px;
    left: -276px;
    height: 1163px;
    width: 1920px;
    object-fit: contain;
}*/

.pricing-sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 57%;
    width: 100%;
}

.pricing-sec:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -1px;
    width: 101%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(20, 73, 136, 0.8) 45%,
            rgba(20, 73, 136, 0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144988', endColorstr='#00144988', GradientType=0);
}

.pricing-sec-bg img {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 1179px;
    -o-object-fit: contain;
    object-fit: contain;
    left: -278px;
}

.pricing-sec-wrapper {
    width: 100%;
    display: inline-block;
    padding: 45px 0;
    position: relative;
    background-color: rgba(20, 73, 126, 0.85);
}

.pricing-sec-detail h2 {
    padding-bottom: 15px;
    color: #fff;
    line-height: 1.285em;
    font-weight: 300;
    text-transform: none;
    text-shadow: 0px 0px 1px #ffffff9e;
}

.pricing-sec-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    margin: 0;
    text-shadow: 0px 0px 1px #ffffffa6;
}

.pricing-sec-detail p {
    color: #e9f3ff;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.pricing-sec-detail ul {
    list-style: none;
}

.pricing-sec-detail ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
}

.pricing-sec-detail ul li:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    background-image: url(../img/icon-check-white.png );
    background-repeat: no-repeat;
    top: 3px;
    background-color: #ff9602;
    content: '';
    border-radius: 50px;
}

.pricing-sec-detail ul li:last-child {
    margin-bottom: 0;
}

.pricing-sec-form label,
.services-form label {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #144988;
    padding-bottom: 10px;
}

.pricing-sec-form label span,
.services-form label span {
    color: #31c46f;
}

.pricing-sec-form {
    width: 100%;
    display: inline-block;
    padding: 40px 25px 74px 25px;
    position: relative;
    background-color: #fff;
    margin-top: 0;
}

.services-form {
    padding: 40px 25px 74px 25px;
    position: relative;
}

.pricing-sec-form h2,
.services-form h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #173f8c;
    letter-spacing: 0.3px;
    text-transform: none;
}

.pricing-sec-form p,
.services-form p {
    text-align: center;
    color: #5d799b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 1px #2b5c934f;
}

.pricing-sec-form a,
.services-form p a {
    text-shadow: 0px 0px 1px #2b5c93;
}

.services-form p a:after {
    content: none;
}

.pricing-sec-form select,
.services-form select {
    padding: 15px 20px;
    color: #6d93be;
    border-radius: 4px;
    border: 1px solid #c7d9ef;
}

.form-input-col {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.form-input-col input[type='submit'] {
    width: 100%;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 54px;
    background-color: #31c46f;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    box-shadow: 0 3px 25px rgb(15 56 103 / 15%);
}

.form-input-col input[type='submit']:hover {
    background-color: #63ab82;
}

.form-input-col textarea {
    width: 100% !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    background-color: #e9f3ff !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    color: #144988 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 52px;
}

.home .btn-wrapper,
.services-form .btn-wrapper {
    display: inline-block;
    width: 100%;
}

.pricing-sec-detail.dark-dlue-bg a {
    color: #fff;
}

.pricing-sec-detail.dark-dlue-bg a:hover:before {
    background-color: transparent;
}

@media (min-width: 768px) {
    .form-input-col input[type='submit'] {
        width: auto;
        display: block;
        border-radius: 50px;
        position: relative;
        line-height: 60px;
        padding: 0 48px;
        margin: 15px auto 0;
    }

    .pricing-sec-form,
    .services-form {
        padding: 50px 63px 30px 63px;
    }

    .pricing-sec-detail h3 {
        font-size: 22px;
    }

    .pricing-sec-wrapper {
        padding: 55px 31px;
    }

    .pricing-sec-form h2,
    .services-form h2 {
        padding-bottom: 20px;
        font-size: 32px;
    }

    .pricing-sec-detail h2 {
        padding-bottom: 0;
    }

    .pricing-sec-form,
    .services-form {
        margin-top: 10px;
    }

    .pricing-sec-bg img {
        left: 0;
        height: 1260px;
    }

    .pricing-sec-bg {
        height: 56%;
    }

    .pricing-sec:after {
        position: absolute;
        content: '';
        bottom: 0;
        right: -1px;
        width: 101%;
        height: 100%;
        background: linear-gradient(to top,
                rgba(20, 73, 136, 0.96) 46%,
                rgba(20, 73, 136, 0) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144988', endColorstr='#00144988', GradientType=0);
    }
}

@media (min-width: 1200px) {
    .pricing-sec-form {
        margin: 0;
        width: 50%;
        padding: 50px 52px 40px 52px;
    }

    .services-form {
        margin: 0;
        padding: 50px 52px 40px 52px;
    }

    .pricing-sec-wrapper-area {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .pricing-sec-detail {
        width: 50%;
        padding-right: 60px;
    }

    .pricing-sec-wrapper {
        padding: 125px 0;
    }

    .pricing-sec-detail p {
        padding-bottom: 25px;
    }

    .pricing-sec-detail h2 {
        margin-top: 35px;
        font-size: 46px;
    }

    .pricing-sec-detail h2:first-child {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .pricing-sec-detail h2 {
        padding-bottom: 25px;
    }

    .pricing-sec:after {
        display: none;
    }

    .pricing-sec-bg {
        height: 100%;
    }

    .pricing-sec-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        left: 0;
    }
}

@media (min-width: 1400px) {
    .pricing-sec-form {
        width: calc(100% - 812px);
    }

    .pricing-sec-detail {
        width: 812px;
        padding-right: 144px;
    }
}

/*Half Text/Half Form*/

/* Banner Specials */

.banner-specials {
    padding-top: 50px;
}

.banner-block {
    align-items: center;
    background-color: #144988;
    display: flex;
    flex-wrap: wrap;
}

.banner-image {
    position: relative;
    width: 100%;
}

.banner-image img {
    height: auto;
    width: 100%;
}

.banner-content {
    padding: 30px;
    width: 100%;
}

.banner-content h4 {
    color: #fff;
    font-family: 'Kanit';
    font-size: 30px;
    line-height: 1.22em;
    margin: 0;
}

.banner-content p {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 1.4em;
}

.btn.banner-button {
    background-color: #fa9601;
    color: #0d315c !important;
    font-family: 'Kanit';
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.btn.banner-button b {
    font-family: 'Kanit';
    font-weight: 800;
}

@media (min-width: 768px) {
    .banner-content h4 {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .banner-specials {
        padding-top: 100px;
    }

    .banner-image {
        min-height: 400px;
        width: 63%;
    }

    .banner-image img {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .banner-content {
        padding: 20px 15px;
        width: 37%;
    }
}

/* Banner Specials */
/*Testing CSS Animation*/
@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotation {
    0% {
        --gradient-angle: 0deg;
    }

    100% {
        --gradient-angle: 360deg;
    }
}

.winter-promo-box {
    border-radius: .5rem;
    position: relative;
    padding: 0;
    z-index: 1;
}

.winter-promo-box-inner {
    padding: 30px;
    background: #fff;
    border-radius: inherit;
}

.winter-promo-box:before,
.winter-promo-box:after {
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: -0.5rem;
    background: linear-gradient(var(--gradient-angle), #ff9600, #6c4610);
    animation: rotation 7s linear infinite;
    z-index: -1;
}

.winter-promo-box:after {
    filter: blur(2.5rem);
}

/* Homepage TrustPilot Section  */
.homepage-trustpilot {
    padding-top: 60px;
}

.homepage-trustpilot h2 {
    color: #144988;
    padding-bottom: 33px;
}
@media (min-width: 1200px) {
    .homepage-trustpilot {
        padding-top: 100px;
    }

    .homepage-trustpilot h2 {
        font-size: 46px;
        padding-bottom: 65px;
    }
}

/* Homepage TrustPilot Section  */

/*Icon Buttons*/
.home-applications {
    position: relative;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 50px;
}

.home-blue-bg h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.48px;
    padding-left: 20px;
    padding-right: 20px;
}

.home-blue-bg a {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    color: #52a1ff;
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
}

@media (min-width: 600px) {
    .home-blue-bg h2 {
        font-size: 48px;
    }
}

.home-applications {
    text-align: center;
}

.home-applications h2 {
    font-size: 30px;
    letter-spacing: 0.48px;
    padding-bottom: 50px;
    line-height: 1.285em;
    color: #144988;
    font-weight: 400;
    text-transform: none;
}

.home-applications h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #144988;
    font-weight: 600;
    text-transform: none;
    float: left;
    margin-top: 0;
    margin-left: 20px;
}

.home-applications--card img {
    margin: 0;
    max-width: 37px !important;
    float: left;
}

.experience-data--card,
.home-applications--card {
    display: inline-block;
    margin: 20px 0;
    opacity: 1;
    transition: all 3ms ease-in-out;
}

.home-applications--card {
    max-width: 325px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    background: #fff;
    padding: 12px 34px;
    border-radius: 50px;
}

img.img-responsive {
    transition: all 0.3ms ease-in-out;
}

.home-applications--card:hover img.img-responsive {
    -webkit-filter: invert(30%) sepia(905%) saturate(3111%) hue-rotate(10deg) brightness(100%) contrast(180%);
    filter: invert(30%) sepia(905%) saturate(3111%) hue-rotate(10deg) brightness(100%) contrast(180%);
}

@media (min-width: 600px) {
    .home-applications {
        padding: 100px 0;
    }

    .home-applications h4 {
        font-size: 24px;
    }

    .home-applications--card {
        display: inline-block;
        background: transparent;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .home-applications--card img {
        max-width: 69px !important;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .home-applications h4 {
        margin: 20px 0 0 0;
        float: none;
        font-size: 22px;
    }

    .icon-btn-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .icon-btn-wrap>div {
        width: 30%;
    }
}

@media (min-width: 1025px) {

    .experience-data--card,
    .home-applications--card {
        display: block;
    }

    .home-applications h2 {
        font-size: 46px;
    }

    .home-applications--card img {
        max-width: 100% !important;
    }

    .icon-btn-wrap>div {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .home-applications .container .row .col-md-offset-1.col-md-10.col-lg-offset-2.col-lg-8 .row .col-xxs-6.col-md-3:nth-of-type(2n + 1) {
        clear: both;
    }

    .home-applications .container .row .col-md-offset-1.col-md-10.col-lg-offset-2.col-lg-8 .row .col-xxs-6.col-md-3 {
        width: 48% !important;
    }
}

/*Icon Buttons*/

/*Half Text/Half Image #1*/
.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.half-and-half-image,
.half-and-half-text {
    position: relative;
    flex: 0 0 100%;
}

.half-and-half-image {
    height: 275px;
}

.half-and-half-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
}

.half-and-half-text {
    padding: 45px 22px;
}

.half-and-half-text.right {
    margin-right: auto;
}

.half-and-half-text.left {
    margin-left: auto;
}

.half-and-half.white-bg {
    background-color: #ffffff;
}

.half-and-half.gray-bg {
    background-color: #f4f4f4;
}

.half-and-half-text p {
    color: #48678a;
    font-weight: 500;
    line-height: 1.6875em;
    text-shadow: 0px 0px 1px #2b5c934f;
    position: relative;
}

.half-and-half-text__wrapper h2 {
    font-size: 28px;
    line-height: 1.285em;
    padding-bottom: 25px;
    color: #144988;
    font-weight: 400;
}

@media (min-width: 768px) {
    .half-and-half-image {
        height: 560px;
    }

    .half-and-half-text {
        padding: 55px 52px;
    }
}

@media (min-width: 1366px) {

    .half-and-half-image,
    .half-and-half-text {
        position: relative;
        flex: 0 0 50%;
    }

    .half-and-half-image {
        height: auto;
    }

    .half-and-half-image img {
        position: absolute;
    }

    .flex-reverse {
        flex-direction: row-reverse;
    }

    .half-and-half-text__wrapper {
        max-width: 670px;
        padding: 125px 10px 125px 120px;
    }

    .half-and-half-text.left .half-and-half-text__wrapper {
        float: right;
    }

    .half-and-half-text {
        padding: 0;
    }

    .half-and-half-text__wrapper h2 {
        font-size: 46px;
    }

    .flex-row.right {
        flex-direction: row-reverse;
    }

    .flex-row.right .half-and-half-text__wrapper {
        float: right;
        padding: 125px 120px 125px 10px;
    }
}

.half-and-half-text__wrapper .read-more__content p::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 152px;
    width: 100%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 10;
}

.half-and-half-text__wrapper .is-expanded.read-more__content p::after {
    display: none;
}

.read-more__box a.expand {
    position: relative;
}

.read-more__box a.expand:after {
    position: absolute;
    width: 31px;
    height: 29px;
    content: '';
    right: 0;
    background-image: url(../img/arrow-down-icon.png );
    background-repeat: no-repeat;
    top: -5px;
    content: '';
    border-radius: 50px;
}

.read-more__box a.expand.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.read-more__content:not(.is-expanded) p:not( :first-child) {
    display: none;
}

/*Half Text/Half Image #1*/

/*Half Text/Half Image #2*/
@media (min-width: 768px) {
    .half-and-half-overlapping-text .half-and-half-text {
        width: calc(100% - 44px);
        margin: -150px auto 0;
        background: #fff;
        flex: inherit;
    }

    .half-and-half-overlapping-text {
        padding-bottom: 55px;
    }
}

@media (min-width: 1025px) {}

@media (min-width: 1366px) {
    .half-and-half-overlapping-text {
        display: flex;
        padding-bottom: 0;
    }

    .half-and-half-overlapping-text.right {
        flex-direction: row-reverse;
    }

    .half-and-half-overlapping-text .half-and-half-text {
        width: 45%;
        margin: 0;
        background-color: transparent;
        flex: 0 0 45%;
        padding: 125px 0 125px 120px;
        position: relative;
    }

    .half-and-half-overlapping-text .half-and-half-text__wrapper {
        padding: 80px 116px 80px 116px;
        max-width: 812px;
        width: 812px;
        float: left;
        background-color: #fff;
        margin-left: -320px;
    }

    .half-and-half-overlapping-text.right .half-and-half-text__wrapper {
        padding: 80px 116px 80px 116px;
        max-width: 812px;
        width: 812px;
        float: right;
        background-color: #fff;
        margin-right: -232px;
    }

    .half-and-half-overlapping-text .half-and-half-image {
        width: 55%;
        flex: 0 0 55%;
    }
}

/*Half Text/Half Image #2*/

/*Icon facts and Testimonials Section*/
.testimonial-sec {
    position: relative;
    border-top: 8px solid #31c46f;
    padding-top: 42px;
}

.testimonial-content {
    width: 100%;
    display: inline-block;
}

.testimonial-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.testimonial-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1449880a;
}

.testimonial-bg img {
    width: auto;
    height: 580px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: -568px 0px;
    object-position: -568px 0px;
}

.testimonial-content-icon {
    position: relative;
}

.testimonial-content-icon ul li {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

.testimonial-icon-col {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.testimonial-icon {
    width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-icon img {
    margin: 0 auto;
    max-width: 41px;
    -o-object-fit: contain;
    object-fit: contain;
}

.testimonial-icon-detail {
    width: calc(100% - 62px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-icon-detail h3 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.testimonial-icon-detail p {
    color: #fff;
    font-weight: 500;
}

.testimonial-item {
    padding: 40px 25px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.reviews-container {
    display: none;
}

.js-testimonial-slider {
    box-shadow: 0 10px 45px rgb(60 119 188 / 15%);
    position: relative;
    z-index: 9;
    margin-top: 8px;
    background: #fff;
}

.testimonial-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 146px;
    width: 100%;
    background-color: #fff;
}

.testimonial-item h3 {
    font-size: 26px;
    font-weight: 700;
    color: #144988;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.testimonial-avtar-detail ul {
    text-align: center;
    padding-bottom: 8px;
}

.testimonial-avtar-detail ul li {
    display: inline-block;
    margin-right: 5px;
    color: #31c46f;
}

.testimonial-avtar-detail ul li:last-child {
    margin-right: 0;
}

.testimonial-avtar-detail p {
    font-size: 14px;
    font-weight: 600;
    color: #244062;
    line-height: 20px;
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding: 0;
}

.testimonial-avtar-detail p span {
    display: inline-block;
    margin-left: 6px;
}

.testimonial-item h4 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #144988;
}

.testimonial-item h4 span {
    border-bottom: 1px solid #c7d9ef;
    padding-bottom: 15px;
}

.testimonial-avtar {
    margin-bottom: 30px;
}

.testimonial-item p {
    color: #5d799b;
}

.js-testimonial-slider .arrow-left,
.js-testimonial-slider .arrow-right {
    display: inline-block !important;
    font-size: 0;
    background: #31c46f;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
}

.js-testimonial-slider .arrow-left {
    left: -22px;
}

.js-testimonial-slider .arrow-right {
    right: -22px;
}

.arrow-right .arrow-next,
.arrow-left .arrow-prev {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.arrow-right .arrow-next:after {
    position: absolute;
    width: 10px;
    height: 18px;
    content: '';
    left: 55%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-right.png );
    background-repeat: no-repeat;
}

.arrow-left .arrow-prev:after {
    position: absolute;
    width: 10px;
    height: 18px;
    content: '';
    left: 47%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-left.png );
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .js-testimonial-slider {
        margin: 15px 0 0 0;
    }

    .js-testimonial-slider .slick-prev,
    .js-testimonial-slider .slick-next {
        bottom: -80px;
    }

    .testimonial-sec {
        padding: 52px 63px 0 63px;
    }

    .testimonial-item {
        padding: 35px 60px;
    }

    .testimonial-item h4 {
        margin-right: 18px;
    }

    .testimonial-avtar {
        margin: 0 auto 20px;
        display: table;
    }

    .testimonial-avtar-wrapper {
        border-bottom: 1px solid #c7d9ef;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        align-items: center;
    }

    .testimonial-avtar-detail ul {
        padding-bottom: 0;
        margin-top: 10px;
    }

    .testimonial-item h4 span {
        border-bottom: none;
        padding-bottom: 0;
    }

    .testimonial-sec:after {
        height: 250px;
    }

    .testimonial-content-icon ul {
        display: inline-block;
        width: 100%;
    }

    .testimonial-content-icon ul li {
        width: 50%;
        float: left;
    }

    .js-testimonial-slider .slick-prev,
    .js-testimonial-slider .slick-next {
        bottom: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .js-testimonial-slider .slick-prev {
        left: 50px;
        margin-bottom: -21px;
    }

    .js-testimonial-slider .slick-next {
        right: 10px;
        margin-bottom: -21px;
    }

    .testimonial-bg img {
        -o-object-position: -391px 0px;
        object-position: -391px 0px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        height: 590px;
    }
}

@media (min-width: 1366px) {
    .testimonial-item {
        padding: 75px 100px;
    }

    .testimonial-avtar {
        display: inline-block;
        float: left;
        margin: 0;
    }

    .testimonial-avtar-wrapper {
        border-bottom: none;
        border-right: 1px solid #c7d9ef;
        padding-right: 15px;
        margin-right: 15px;
        max-height: 24px;
    }

    .testimonial-avtar-detail p {
        float: left;
        width: auto;
    }

    .testimonial-item p {
        text-align: left;
    }

    .testimonial-item h3 {
        text-align: left;
        padding-bottom: 20px;
        font-size: 32px;
    }

    .testimonial-content-icon ul li {
        width: 25%;
    }

    .testimonial-avtar-detail ul li {
        margin-right: 0px;
    }

    .testimonial-content-icon ul li {
        padding-bottom: 0;
    }

    .testimonial-sec {
        padding: 110px 0 0 0;
    }

    .js-testimonial-slider .slick-prev {
        left: 100px;
    }

    .js-testimonial-slider .slick-next {
        right: 60px;
    }

    .js-testimonial-slider {
        margin: 93px 0 0 0;
    }

    .testimonial-sec:after {
        height: 200px;
    }

    .testimonial-icon {
        width: 80px;
        height: 80px;
    }

    .testimonial-icon img {
        max-width: 100%;
    }

    .testimonial-icon-detail {
        width: calc(100% - 80px);
        padding-left: 16px;
    }

    .js-testimonial-slider .arrow-left {
        left: 75px;
    }

    .js-testimonial-slider .arrow-right {
        right: 75px;
    }

    .testimonial-bg img {
        height: 485px;
        position: relative;
        -o-object-position: -110px 0;
        object-position: -110px 0;
    }
}

@media (min-width: 1366px) {
    .testimonial-item {
        padding: 75px 231px;
    }

    .js-testimonial-slider .slick-prev {
        left: 143px;
    }

    .js-testimonial-slider .slick-next {
        right: 103px;
    }

    .testimonial-bg img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

/*Icon facts and Testimonials Section*/

/*About Us Image Buttons*/
.image-buttons {
    padding: 50px 0 60px;
}

.image-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.image-buttons h2 {
    color: #144988;
}

.js-image-buttons {
    padding-bottom: 58px;
    margin-top: 40px;
}

.image-buttons .slick-slide {
    vertical-align: top;
}

.image__bottom .btn {
    border-radius: 0;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: none;
    line-height: none;
}

.image-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    /*box-shadow: 0 6px 14px rgba(60,119,188,0.15);*/
    margin: 0;
    padding-top: 0;
    position: inherit;
    padding-bottom: 35px;
}

.image__bottom {
    border-bottom: 6px solid #31c46f;
}

.image-button__img {
    height: 240px;
    width: 100%;
    margin: 0 auto;
}

.image-button__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .image-button__img {
        height: 0;
        position: relative;
        padding-top: 75%;
    }

    .image-button__img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.image-button--link {
    border: 0;
}

.image-button--link::before {
    display: none;
}

.image-button__hover {
    padding: 35px 25px;
}

.image-button__title {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #144988;
    margin: 0;
}

.image-button__description {
    color: #5d799b;
    font-weight: 500;
    line-height: 1.7em;
}

.js-image-buttons .slick-next {
    margin-right: -57px;
}

.js-image-buttons .slick-prev {
    margin-left: -57px;
}

.js-image-buttons .slick-track {
    align-items: stretch;
    display: flex;
}

.js-image-buttons.slick-initialized .slick-slide {
    height: auto;
    box-shadow: 0 6px 14px rgb(60 119 188 / 15%);
    background-color: #fff;
    margin: 16px;
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 30px;
}

.js-image-buttons .image-item {
    padding: 0;
    position: inherit;
}

.js-image-buttons .image__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.js-image-buttons.slick-initialized .slick-slide {
    padding-bottom: 0;
}

.js-image-buttons .slick-arrow {
    top: 100%;
}

.js-image-buttons .arrow-left,
.js-image-buttons .arrow-right {
    display: inline-block !important;
    font-size: 0;
    background: #31c46f;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
}

.js-image-buttons .arrow-left {
    left: 32%;
}

.js-image-buttons .arrow-right {
    right: 32%;
}

.arrow-right .arrow-next,
.arrow-left .arrow-prev {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.arrow-right .arrow-next:after {
    position: absolute;
    width: 10px;
    height: 18px;
    content: '';
    left: 55%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-right.png );
    background-repeat: no-repeat;
}

.arrow-left .arrow-prev:after {
    position: absolute;
    width: 10px;
    height: 18px;
    content: '';
    left: 47%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-left.png );
    background-repeat: no-repeat;
}

@media (min-width: 370px) {
    .js-image-buttons .arrow-left {
        left: 35%;
    }

    .js-image-buttons .arrow-right {
        right: 35%;
    }
}

@media (min-width: 400px) {
    .js-image-buttons .arrow-left {
        left: 36%;
    }

    .js-image-buttons .arrow-right {
        right: 36%;
    }
}

@media (min-width: 450px) {
    .js-image-buttons .arrow-left {
        left: 37%;
    }

    .js-image-buttons .arrow-right {
        right: 37%;
    }
}

@media (min-width: 500px) {
    .js-image-buttons .arrow-left {
        left: 39%;
    }

    .js-image-buttons .arrow-right {
        right: 39%;
    }
}

@media (min-width: 600px) {
    .js-image-buttons .arrow-left {
        left: 41%;
    }

    .js-image-buttons .arrow-right {
        right: 41%;
    }
}

@media (min-width: 768px) {
    .js-image-buttons .arrow-left {
        left: 42.5%;
    }

    .js-image-buttons .arrow-right {
        right: 42.5%;
    }
}

@media (min-width: 1200px) {
    .image-button {
        padding-bottom: 0;
    }

    .image-buttons {
        padding: 100px 0;
    }

    .image-buttons .fx-slide {
        display: block;
    }

    .image-button__img {
        height: 318px;
    }

    .js-image-buttons {
        padding-bottom: 0;
    }

    .image__bottom .btn {
        opacity: 0;
        transition: all 0.3s;
    }

    .image-button--link:hover .btn {
        opacity: 1;
        transition: all 0.3s;
    }

    .image-buttons h2 {
        padding-bottom: 60px;
        font-size: 46px;
    }

    .image-button__hover {
        padding: 45px;
        padding-bottom: 20px;
    }

    .image-button:hover {
        box-shadow: 0 5px 20px rgba(60, 119, 188, 0.3);
    }

    .js-image-buttons .image-item {
        padding: 0 14px;
    }

    .js-image-buttons .image__bottom {
        position: relative;
    }

    .image-button {
        box-shadow: 0 6px 14px rgb(60 119 188 / 15%);
    }

    .js-image-buttons {
        margin-top: 10px;
    }

    .js-image-buttons.slick-initialized .slick-slide {
        padding: 0;
    }
}

/*About Us Image Buttons*/

/*Full Image half Text Section*/
.full-img-half-text {
    background-color: #144988;
    color: #fff;
    padding: 55px 0 290px 0;
    position: relative;
}

.full-img-half-text h2 {
    color: #fff;
    padding-bottom: 25px;
    margin-top: 0;
}

.full-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 330px;
}

/*.full-img::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 91%;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(20,73,136,1) 0%, rgba(20,73,136,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(20,73,136,1) 0%,rgba(20,73,136,0) 100%);
    background: linear-gradient(to bottom,  rgba(20,73,136,1) 0%,rgba(20,73,136,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144988', endColorstr='#00144988',GradientType=0 );
}*/

/*.full-main-img::before {
    position: absolute;
    content: '';
    bottom: 65px;
    right: 60px;
    width: 100%;
    max-width: 375px;
    height: 244px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(20,73,136,1) 100%);
    z-index: -99;
    display: none;
}*/

.full-main-img {
    max-width: 385px;
    position: absolute;
    bottom: -130px;
    z-index: 2;
    right: 0;
}

.car-bg {
    max-width: 385px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 2px;
}

.full-main-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.full-img-half-text__wrapper a {
    position: relative;
    z-index: 99;
}

.full-img-half-text__wrapper p {
    color: #fff;
    margin-bottom: 0;
    padding: 0 25px 25px 0;
    line-height: 1.6875em;
}

.full-img-half-text__wrapper p a {
    color: #fff;
    display: inline-block;
}

.full-img-half-text__wrapper .calendar-logo {
    margin-right: 7px;
}

.attachment-section__shadow-bg,
.section__shadow-bg__tablet {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 100%;
    z-index: 0;
}

.section__shadow-bg__tablet {
    max-width: 375px;
    width: 100%;
    height: 255px;
    top: auto;
    bottom: 0;
    overflow: hidden;
}

.section__shadow-bg-img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section__shadow-bg-img--front {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section__shadow-bg__tablet:before,
.section__shadow-bg__tablet:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.section__shadow-bg__tablet:before {
    width: 199px;
    background: transparent linear-gradient(90deg, #144988 0%, #14498800 100%) 0% 0% no-repeat padding-box;
}

.section__shadow-bg__tablet:after {
    /*
    width: 199px;
    height: 526px;
    transform: matrix(0, 1, -1, 0, 0, 0);
    background: transparent linear-gradient(90deg, #144988 0%, #14498800 100%) 0% 0% no-repeat padding-box;
    top: -44%;
    left: 30%;
    */
    background: transparent linear-gradient(180deg, #144988 0%, #14498800 100%) 0% 0% no-repeat padding-box;
    height: 150px;
}

@media (min-width: 768px) {
    .full-main-img {
        max-width: 526px;
        bottom: -111px;
    }

    .car-bg {
        max-width: 526px;
        -o-object-position: -1px -1px;
        object-position: -1px -1px;
    }

    .full-main-img {
        max-width: 430px;
    }

    .car-bg {
        max-width: 430px;
    }

    .full-img-half-text {
        padding-bottom: 279px;
    }

    .full-img-text {
        padding: 0 63px;
    }

    .full-img-half-text__wrapper {
        max-width: 750px;
    }

    .full-img {
        width: 75%;
        height: 45%;
    }

    .full-img::after {
        width: 100%;
        height: 106%;
    }

    .section__shadow-bg__tablet {
        max-width: 526px;
        height: 409px;
        bottom: -44px;
    }

    .section__shadow-bg__tablet:before {
        top: -45px;
    }

    .section__shadow-bg-img--bg {
        top: -90px;
        left: 8px;
        height: 454px;
        max-width: 518px;
    }
}

@media (min-width: 1200px) {
    .full-img-text {
        padding: 0;
        position: relative;
        z-index: 99;
    }

    .full-img {
        display: block;
    }

    .full-img-half-text {
        padding: 100px 0;
    }

    .full-main-img::before {
        right: 0;
        left: -49px;
        bottom: 40px;
        height: calc(100% - 42px);
    }

    .full-img-half-text h2 {
        font-size: 46px;
    }

    .car-bg {
        max-width: 100%;
        -o-object-position: -1px -1px;
        object-position: -1px -1px;
        bottom: -14px;
        right: -7px;
    }

    .full-img::after {
        height: 100%;
    }

    .full-img {
        width: 45%;
        height: 100%;
    }

    .full-main-img {
        max-width: 100%;
        /* bottom: -153px;*/
        bottom: -74px;
    }
}

@media (min-width: 1365px) {
    .full-img-half-text__wrapper {
        max-width: 810px;
    }

    .full-main-img {
        bottom: -40px;
        right: -22px;
    }

    .full-img {
        max-width: 100%;
    }

    .car-bg {
        max-width: 100%;
        right: -4px;
    }
}

@media (min-width: 1700px) {}

@media (min-width: 1920px) {
    .full-img-half-text__wrapper {
        max-width: 900px;
    }
}

/*Full Image half Text Section*/

.box-buttons.dumpster-ld + .banner-specials {
    padding-top: 0;
    padding-bottom: 50px;
}

@media( min-width:1200px ) {
    .box-buttons.dumpster-ld + .banner-specials {
        padding-bottom: 100px;
    }
}



/* @media( min-width:599px ) {
    a.btn.btn-primary.storefront-embed-presenter {
        margin-bottom: 0;
    }
} */






/* Fixed Icon Phone */
.fixed-phone-call {
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: block;
    width: 58px;
    height: 58px;
    z-index: 9999;
}

.fixed-phone-call__img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .fixed-phone-call {
        display: none;
    }
}
.slide-container .btn-secondady-green{
    margin-top: 20px;
    width: 100%;
}
#sp_easy_accordion-1754931132{
    margin-top: 30px;
}
#sp-ea-3376.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
    color: #fff !important;
}

.head__sticker {
    position: absolute;
    bottom: 10px;
    right: 10px;
    aspect-ratio: 1;
    margin: auto;
    background: #FF0000;
    clip-path: polygon(100.00% 50.00%, 78.98% 57.76%, 93.30% 75.00%, 71.21% 71.21%, 75.00% 93.30%, 57.76% 78.98%, 50.00% 100.00%, 42.24% 78.98%, 25.00% 93.30%, 28.79% 71.21%, 6.70% 75.00%, 21.02% 57.76%, 0.00% 50.00%, 21.02% 42.24%, 6.70% 25.00%, 28.79% 28.79%, 25.00% 6.70%, 42.24% 21.02%, 50.00% 0.00%, 57.76% 21.02%, 75.00% 6.70%, 71.21% 28.79%, 93.30% 25.00%, 78.98% 42.24%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.head__sticker .sticker-text {
    background: linear-gradient(135deg, #EDC951, #F8CA00);
    clip-path: polygon(100.00% 50.00%, 78.98% 57.76%, 93.30% 75.00%, 71.21% 71.21%, 75.00% 93.30%, 57.76% 78.98%, 50.00% 100.00%, 42.24% 78.98%, 25.00% 93.30%, 28.79% 71.21%, 6.70% 75.00%, 21.02% 57.76%, 0.00% 50.00%, 21.02% 42.24%, 6.70% 25.00%, 28.79% 28.79%, 25.00% 6.70%, 42.24% 21.02%, 50.00% 0.00%, 57.76% 21.02%, 75.00% 6.70%, 71.21% 28.79%, 93.30% 25.00%, 78.98% 42.24%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    word-wrap: break-word;
    text-transform: uppercase;
    padding: 15px;
}

@media (min-width: 991px) {
    .head__sticker {
        width: 250px;
        height: 250px;
    }
    .head__sticker .sticker-text {
        font-size: 28px;
    }
}

@media (max-width: 1230px) {
    .head__sticker {
        right: 15px;
    }
}

@media (max-width: 990px) {
    .head__sticker {
        width: 230px;
        height: 230px;
    }
    .head__sticker .sticker-text {
        font-size: 25px;
    }
}

@media (max-width: 890px) {
    .head__sticker {
        top: -350px;
    }
}

@media (max-width: 790px) {
    .head__sticker {
        top: -220px;
        width: 150px;
        height: 150px;
    }
    .head__sticker .sticker-text {
        font-size: 15px;
    }
}

@media (max-width: 650px) {
    .head__sticker {
        top: 0;
    }
    .head__sticker .sticker-text {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .head__sticker {
        top: -200px;
        width: 100px;
        height: 100px;
    }
    .head__sticker .sticker-text {
        font-size: 11px;
    }
}


@media (max-width: 580px) {
    .head__sticker {
        top: -200px;
        width: 80px;
        height: 80px;
    }
    .head__sticker .sticker-text {
        font-size: 8px;
    }
}

@media (max-width: 490px) {
    .head__sticker {
        top: -270px;
        width: 130px;
        height: 130px;
    }

    .head__sticker .sticker-text {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .head__sticker {
        width: 100px;
        height: 100px;
    }
    .head__sticker .sticker-text {
        font-size: 10px;
    }
}

@media (max-width: 330px) {
    .head__sticker {
        height: 110px;
    }
}