:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 500;
    background-color: transparent;
}

.h2, h2 {
    font-size: 30px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h3, h3 {
    font-size: 24px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

#ra {
    display: block;
    max-width: 500px;
    margin: 70px 0;
}

#ra[hidden] {
    visibility: hidden;
}

.ra-labels {
    position: relative;
}
.ra-labels span {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px 0;
    font: 300 36px Roboto, sans-serif;
    text-align: center;
    color: #888;
}

.mdc-chip {
    will-change: transform, opacity;
    display: inline-block;
    border-radius: 16px;
    background: rgba(0, 0, 0, .08);
    color: #fff;
    padding: 7px 12px;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
}

.hash-ball {
    float: left;
    height: 15px;
    width: 15px;
    margin: 4px 6px 0 0;
    display: none;
}

.mdc-chip__text {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    color: #ffffffe0;
}

.service-title {
    color: #ffffffd1;
    margin: 24px 0 0 0;
    padding: 0 0 0 24px;
}

/*.mdc-chip:after, .mdc-chip:before {*/
/*    background-color: #000;*/
/*}*/

/*.mdc-chip:after, .mdc-chip:before {*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 200%;*/
/*    height: 200%;*/
/*}*/

/*.mdc-chip:before {*/
/*    -webkit-transition: opacity 15ms linear;*/
/*    transition: opacity 15ms linear;*/
/*}*/

/*.mdc-chip:after, .mdc-chip:before {*/
/*    position: absolute;*/
/*    border-radius: 50%;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    content: "";*/
/*}*/

/*.mdc-chip:not(.mdc-ripple-upgraded):after {*/
/*    -webkit-transition: opacity .15s linear;*/
/*    transition: opacity .15s linear;*/
/*}*/

.service-bar {
    font-size: 16px;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 20px;
    width: 25%;
}

.service-bar::before {
    content: "";
    width: 200%;
    height: 100px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate(-8deg);
    top: -50px;
    left: -10%;
    z-index: -1;
}

.specific-services {
    padding: 16px 16px 8px 16px;
}

.service-section {
    color: wheat;
    padding: 32px 64px !important
}

.service-message {
    margin-bottom: 16px;
}

/* icabbie default footer hidden, so ugly. */
#wsb-element-f4521b5c-1e20-42b3-8b0c-9a042cfa41a4 {
    display: none;
}

.user-contact-container {
    display: flex;
    gap: 32px;
}

#svg-main {
    position: absolute;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

footer {
    background: #1e1e1e;
    color: #fff;
    padding: 64px;
    margin-left: 50px;
}

.company-address {
    color: #ffffffde;
    margin-left: auto;
}

.company-location {
    margin-bottom: 6px;
}

.company-name {
    font-weight: bold;
    font-size: 26px;
    color: #7ba951;
}

.company-number {
    font-weight: 700;
    color: inherit;
}

.company-number:hover {
    color: #fff;
}

.copyrightname {
    font-size: 12px;
    color: #b7b7b7;
}

.termslink {
    float: right;
}

.policylink {
    float: left;
}

.testBox {
    padding: 0 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.testBox2 {
    padding: 0 12px;
}

.services-provided-section {
    font-size: 20px;
}

.testContainer img {
    display: block;
}

.phonebox {
    text-align: center;
    margin: 0 auto;
    width: 200px;
}

.action-call, .action-message {
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 44px;
    text-align: center;
    padding: 0 40px;
    border: 2px solid #fff;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    display: block;
    max-width: 232px;
    position: relative;
}

.action-call {
    margin-top: 8px;
    background: #fff;
    color: #000;
    width: 232px;
}

.action-message {
    margin-top: 16px;
}

.action-call:hover, .action-message:hover {
    background: #ccc;
    border-color: #ccc;
    color: #000;
    text-decoration: none;
}

.hrfooter {
    border-top: 1px solid #565656;
    margin: 50px 0;
}

#fairaction {
    margin: 5px 40px 18px 40px;
}

.linkoverflow {
    overflow: auto;
    max-width: 200px;
    margin: 20px 0;
}

.linkoverflow a {
    color: #ccc;
}

.formUI {
    height: 600px;
    background: #b6bec3;
}

.cost {
    color: #488e11;
}

.newEstimate {
    float: left;
    width: 100%;
    font-size: 20px;
    padding: 20px 52px;
}

.formIcon {
    height: 70px;
    width: 70px;
    background: #505050;
    display: block;
    margin: 25px;
    border-radius: 2px;
    border: 2px solid #fff;
}

.formContainer {
    overflow: hidden;
}

.action {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    background: #658f3e;
    color: #fff;
    font-size: 20px;
    width: 275px;
    height: 50px;
    text-transform: none;
    font-family: inherit;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
}

.mdl-button:hover, .call-button:hover, .locator:hover, .calActive:hover {
    /*background: #0f9d58;*/
    /*background: #0f9d3c;*/
    background: #4b9900;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transform: translate3d(0, 0, 0);
}

.mdl-button:focus, .mdl-button:active, .call-button:focus, .call-button:active {
    background-color: #18c16f;
    text-decoration: none;
    color: #fff;
}

.mdl-button--raised:focus:not(:active) {
    background-color: #18c16f;
    text-decoration: none;
    color: #fff;
}

.action:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



.call-button {
    background: #658f3e;
    color: #fff;
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
}

.bookrow {
    padding: 32px 0;
    height: 142px;
}

.pagetitle {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: rgb(255, 255, 255);
    margin: 93px 0 35px 0;
}

.paperboxadd {
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    margin-top: 33px;
}

body {
    background-color: transparent;
    min-height: 0;
}

html {
    background-attachment: fixed;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f5f8fa;
}

.paperbox {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 120px;
}

.paperbox .superbox {
    padding: 0 20px 50px 20px;
}

.paperbox:before, .paperbox:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 17px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.paperbox:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}



.navigation {
    position: fixed;
    top: 64px;
    left: 0;
    background: #292929;;
    width: 300px;
    bottom: 0;
    padding: 20px 0;
    -ms-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -moz-transition: all 218ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 218ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 218ms cubic-bezier(0.4, 0, 0.2, 1);
    /*transition: all 218ms cubic-bezier(0.4, 0, 0.2, 1);*/
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    z-index: 4;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.navopen.navigation {
    padding: 20px;
}

.nav-bar.fixed ~ .navigation {
    top: 96px;
}

.navopen .sidemenu a {
    border-radius: 2px;
}

.sidemenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.div-image {
    position: relative;
    box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.5);
}

.driveIco {
    background: url(../img/drive.png);
    background-size: cover;
    background-position: center 50%;
}

.image-overlay {
    position: absolute;
    height: 80px;
    background: rgba(17, 17, 17, 0.75);
    width: 100%;
    bottom: 0;
    color: #fff;
    line-height: 80px;
    font-size: 16px;
    padding: 0 30px;
    overflow: hidden;
    text-align: center;
}

.activelink {
    background: #658f3e;
    color: #fff;
}

.under-contruction #build {
    font-size: 40px;
}

.under-contruction span {
    font-size: 53px;
    padding: 0 15px;
}

.nonactivelink {
    color: #e4e4e4;
}

.sidemenu a:hover, .sidemenu a:focus {
    /*background: #0f9d58;*/
    background: #4b9900;
    text-decoration: none;
    color: #fff;
}

.sidebar-seperator {
    border-color: #454545;
}

.sidemenu a {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    margin-bottom: 4px;
}

.sidemenu a span {
    margin-left: auto;
    line-height: 24px;
}

.under-contruction {
    background: #f38800;
    height: 550px;
    line-height: 550px;
    text-align: center;
    color: #292929;
    color: #fff;
}

.navopen {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.locator {
    background: #606d7d;
    color: #fff;
    height: 48px;
    width: 48px;
    margin: 10px 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 12px;
    float: right;
    cursor: pointer;
    margin-left: 0;
    position: relative;
}

.fairCalBox {
    margin: 30px auto;
    max-width: 510px;
    width: 100%;
}

.locDest {
    height: 48px;
    float: right;
    margin: 10px 5px;
    max-width: 400px;
    width: 79%;
    margin-right: 0px;
    padding: 0 16px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    border: 0;
}

.calActive {
    background: #008ace;
    color: #ffffff;
    cursor: pointer;
}

.calculate {
    height: 48px;
    width: 48px;
    margin: 10px 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 12px;
    float: right;
    margin-left: 0;
    position: relative;
}

.locBox {
    overflow: auto;
}

.locAddress, .locDest {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.locAddress {
    height: 48px;
    float: right;
    margin: 10px 0;
    max-width: 400px;
    width: 79%;
    padding: 0 14px;
    margin-right: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    border: 0;
}

.locAddress:hover, .locDest:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}

.actions-success-box {
    display: block;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    background: #565656;
    margin: 100px auto;
    padding: 40px;
    max-width: 1080px;
    color: #fff;
    height: 100px;
}

#success {
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: -16px;
    font-size: 50px;
    color: #2cc729;
}

#map {
    height: 500px;
}

.fair {
    padding: 10px;
}

.fairoverflow {
    overflow: inherit;
}

.mapContainer {
    width: 100%;
    padding: 20px;
}

.paperbox p {
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
}

.writing {
    padding: 50px 80px;
}

.write {
    padding: 54px 50px;
}

.citizen {
    text-align: center;
    display: block;
}

.buttonbox {
    background: #ecd3d3;
    overflow: auto;
    padding: 30px 0;
}

.callus {
    color: #ff2023;
    display: block;
    float: left;
    margin-right: 14px;
}

a:focus, a:hover {
    color: #dadada;
    text-decoration: underline;
}

.paymentforms {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 40px auto;
    height: 100%;
    padding: 0 100px;
}

.mdl-mega-footer {
    background-color: #333333;
}

.grid-pad {
    padding: 50px 0;
}

.img-container .mdl-cell {
    text-align: center;
}

.is-animating {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.logo {
    height: 80px;
    margin: 30px;
}

.logotext {
    margin-left: 64px;
}

.paymenttypes {
    list-style-type: none;
    font-size: 18px;
    overflow: auto;
    padding: 0;
    margin-bottom: 0;
}

.paymenttypes li {
    float: left;
    padding: 20px;
}

main {
    background: #f5f8fa;
    overflow: hidden;
    transition: padding-left 218ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 50px;
    margin-top: 64px;
}

.contact-number-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin-left: auto;
    color: #445039;
}

.nav-bar {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 5;
    border-radius: 0;
    min-height: 64px;
    border: none;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    transform: translate3d(0, 0, 0);
}

.fixed {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background: rgba(255, 255, 255, 0.94);
    padding: 15px 0;
    min-height: 96px;
}

.fixed .topMenuLink {
    padding: 0 14px;
    font-size: 18px;
    height: 64px;
    line-height: 62px;
    border-radius: 4px;
    overflow: hidden;
}

.fixed .topMenuLink:hover {
    background: #658f3e;
    color: #fff;
}

.brandname {
    height: 64px;
    padding: 0 30px;
    float: left;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insurance {
    font-size: 14px;
    color: #445039;
    margin-top: -4px;
}

.testbody {
    position: relative;
    top: 0px;
    height: 200%;
    background: url("img/Untitled.png") no-repeat;
    margin-top: 0;
}

.topMenuLink {
    float: left;
    text-align: center;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
}

.topMenuLink:hover, .topMenuLink:focus {
    color: #658f3e;
    text-decoration: none;
}

.actionNow {
    margin: 30px auto;
    width: 510px;
    display: none;
}

.topMenuLink:hover .topMenuLinkspan {
    animation: menuHoverOn .3s forwards;
}

.divimgbox {
    padding: 0;
}

.divbox {
    background: #ffffff;
    width: 100%;
    margin: 0;
    position: relative;
    height: 450px;
}

@keyframes menuHoverOn {
    0%   {height: 0px;opacity:0.0;}
    20%  {height: 2px;opacity:0.20;}
    40%  {height: 3px;opacity:0.40;}
    60% {height: 4px;opacity:0.60;}
    80% {height: 5px;opacity:0.80;}
    100% {height: 6px;opacity:1;}
}

@keyframes menuHoverOut {
    0%   {height: 6px;opacity:1;}
    20%  {height: 5px;opacity:0.80;}
    40%  {height: 4px;opacity:0.60;}
    60% {height: 3px;opacity:0.40;}
    80% {height: 2px;opacity:0.20;}
    100% {height: 0px;opacity:0.0;}
}

.topMenuLinkspan {
    background: #658f3e;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    animation: menuHoverOut .3s both;
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.FB {
    background: #6a8bc2;
}

.navContainer {
    padding: 0 32px;
}

.brandlogo {
    margin: 0;
    height: 48px;
    margin-left: 20px;
    border-radius: 8px;
    margin-top: 8px;
    float: left;
}

.phone-number-label {
    font-weight: 700;
    font-size: 14px;
}

.phoneNumber {
    font-weight: 700;
    font-size: 16px;
}

.bodytext {
    display: block;
    padding: 20px;
    text-align: left;
    font-size: 18px;
}

.card {
    border-radius: 2px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    overflow: hidden;
}

.paperbox b {
    font-size: 16px;
}

.paperbox h4 {
    font-size: 24px;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
}

.paperbox h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
}

#nav-icon2 {
    width: 40px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #333333;
    opacity: 1;
    -webkit-transform: rotate3d(0deg);
    -moz-transform: rotate3d(0deg);
    -o-transform: rotate3d(0deg);
    transform: rotate3d(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 24px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 3px;
    top: 5px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 5px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 3px;
    top: 19px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 19px;
}

.edit-wrap {
    padding-bottom: 10px;
    position: relative;
}

.dashboard-warning {
    position: absolute;
    top: -3px;
    left: 28px;
    font-size: 34px;
    color: #575757;
}

.menucontainer {
    height: 50px;
    width: 100px;
    float: left;
    padding-top: 18px;
    cursor: pointer;
}

.menuname {
    float: right;
    line-height: 28px;
}

.padit {
    padding-left: 288px;
}

.citiesUI {
    padding: 50px;
    margin: 10px;
    font-size: 16px;
}

.trustedh2 {
    color: #333;
    padding-bottom: 10px;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 0;
}

.rowsectionhome {
    padding: 20px;
}

.rowsectionhome p {
    font-size: 18px;
    color: #636363;
    max-width: 700px;
}

.rowsectionhome ul {
    padding: 0 0 0 18px
}

.col1section {
    padding: 0 0 50px 0;
}

.sectionhome {
    width: 100%;
    padding: 32px 0;
    background: #4b3a32;
    overflow: hidden;
    position: relative;
}

#stump-svg {
    width: 450px;
    position: absolute;
    right: -100px;
    bottom: -40px;
    opacity: 0.8;
}

.contitle {
    font-size: 22px;
    color: #b7b7b3;
    max-width: 260px;
    margin: 0;
}

.gettitle {
    margin: 0 0 4px 0;
    font-size: 26px;
    color: #ebebe3;
}

.mdl-card {
    width: 380px;
    padding: 30px;
    z-index: 0;
    background: #f8f8f9;
}

.formContainer {
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px 0;
}

.formBox {
    margin: 40px auto;
    max-width: 370px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    background: #fff;
}

.formBox2 {
    margin: 40px auto 0 auto;
    max-width: 800px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    background: #fff;
}

.mdlwidth {
    max-width: 1000px;
}

.mdl-textfield__label {
    color: #585858;
    font-weight: normal;
}

.formmessage {
    display: block;
    background: #4151a0;
    color: #fff;
    line-height: 120px;
    font-size: 18px;
    padding: 0 36px;
}

.formselect {
    height: 34px;
    width: 100%;
    border-color: #929292;
    padding: 0 10px;
}

.textContainer {
    padding: 10px 40px 0 40px;
}

.formsubmit {
    background: #585858;
    border: none;
    padding: 0 20px;
    line-height: 40px;
    width: 110px;
    color: #fff;
    margin-top: 10px;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    position: relative;
}

.formsubmit:hover, .formsubmit:focus {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background: #0f9d58;
}

.formh2 {
    font-size: 18px;
    padding: 0 36px;
    display: none;
}

.formhbox {
    background: #1d8c4e;
    overflow: auto;
}

.icofloat {
    float: left;
}

.formh1 {
    color: #fff;
    line-height: 80px;
    height: 80px;
    font-size: 20px;
    padding-right: 36px;
    float: right;
}

.formstyle {
    padding: 10px 40px 40px 40px;
}

.formstyle2 {
    padding: 0 40px 0 40px;
}

.formback {
    overflow: auto;
}

.farCalTitle h1 {
    margin-top: 0;
}

.joinmessage {
    font-size: 14px;
    color: #af4042;
    font-weight: bold;
}

.phone {
    width: 120px;
}

.locDestBox {
    position: relative;
    overflow: visible;
    height: 68px;
}

.farCalTitle {
    max-width: 410px;
    margin: 0 auto;
    margin-top: 40px;
}

.farCalTitle h2 {
    font-size: 26px;
    color: #636363;
    margin: 10px auto;
}

.actionNow span {
    display: block;
    font-size: 12px;
    color: #606d7d;
    padding: 12px 0;
}

.nowMsg {
    margin-left: 54px;
}

.locDestUpdate {
    padding: 0;
    position: absolute;
    z-index: 4;
    top: 58px;
    right: 5px;
    max-width: 364px;
    width: 93%;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.locDestUpdate li {
    border-top: 1px solid #ccc;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.locDestUpdate li:hover {
    color: #25901a;
    font-weight: bold;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}

.background {
    color: #25901a;
    font-weight: bold;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}

.padding {
    padding: 0 20px;
    overflow: auto;
}

.account-login {
    display: block;
    width: 250px;
    margin: 10px auto;
    background: #c02222;
    border: none;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
}

.formfield {
    padding: 5px 10px;
}

.h4style {
    font-weight: normal;
    color: #b22222;
    font-size: 28px;
}

.account-make {
    background: #c02222;
    width: 150px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    display: block;
    height: 47px;
    line-height: 47px;
}

.overflow {
    overflow: auto;
}

.account-login:hover {
    background: #ff0202;
}

.advert {
    padding: 40px;
    font-size: 16px;
    max-width: 400px;
    margin: 20px auto 0 auto;
}

.account-make:hover {
    color: #fff;
    text-decoration: none;
    background: #ff0202;
}

.checkbox, .radios {
    display: inline;
}

.boxright {
    background: #fff;
}

.rowContainer {
    background: #60676f;
    padding-top: 20px;
}

#username, #password {
    border: 1px solid #cccccc;
    overflow: hidden;
    box-shadow: inset 0 0 4px #eaeaea;
    display: block;
    width: 250px;
}

#username {
    margin: 0 0 10px 0;
}

#userradio, #corpradio {
    display: block;
    text-align: left;
    margin: 0 10px;
}

.titleContainer {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.mdl-textfield {
    display: block;
}

.mdl-textfield__label:after {
    bottom: 14px;
}

#contact {
    background: #fff !important;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

#reviews {
    background: #292929;
    padding: 96px 0;
}

#reviews .material-icons {
    font-size: 42px !important;
}

.action-reviews {
    background: #716754 !important;
    border-color: #716754 !important;
    width: 232px;
}

.review-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.review-section h2 {
    margin-top: 0;
}

.review-stars {
    color: wheat;
}

.forest-background {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.text-logo {
    height: 264px;
    width: 264px;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.schedule-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 64px;
}

.scheduler {
    height: 116px;
    display: flex;
    align-items: center;
    gap: 64px;
    border-radius: 20px;
    width: 700px;
    background: #292929;
}

.footer-info {
    display: flex;
}

.services-container {
    display: flex;
    gap: 64px;
}

.service-container-1 {
    border: 5px solid #ab6332;
    background: #ab6332;
}

.service-container-2 {
    border: 5px solid #0f7d61;
    background: #0f7d61;
}

.service-container-3 {
    border: 5px solid #376277;
    background: #376277;
}

