body p {
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
}

.btn-yellow {
    background: #fed403;
    color: #444444;
    height: 60px;
    font-size: 1.500em;
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    padding: 0 30px;
}
a.btn-yellow{padding-top: 15px;}

.dropdown-menu {
    top: 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #00874d;
    color: #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.btn-yellow.btnSmall {
    height: 45px;
    font-size: 1em;
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #010101;
    color: #fff;
}

h2 {
    font-size: 2.400em;
    font-family: 'Barlow', sans-serif;
    color: #00874d;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

h2:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 9px;
    bottom: 0;
    left: 0;
    background: #fed403;
}

.wrapper {
    max-width: 1660px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    margin: 0;
    padding: 2px 0 10px;
}

.headerRight {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: 32px;
}

.headContact {
    width: 400px;
    text-align: right;
    background: #00874d;
    color: #fff;
    padding: 12px 25px 12px 0;
}

.headContact .label {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.number a {
    color: #fff;
    font-size: 2em;
    text-decoration: none;
}

.number a:hover {
    color: #fed403;
}

.number a:hover i {
    color: #fff;
}

.number a i {
    color: #fed403;
    font-size: .8em;
    margin-right: 8px;
}

.navbar-nav .nav-item {
    font-size: 1.300em;
}

.navbar-nav .nav-item a.nav-link {
    color: #444;
    padding: 0 30px;
    line-height: 1;
    position: relative;
}

.navbar-nav .nav-item a.nav-link:hover {
    color: #00874d;
}

.navbar-nav .nav-item a.nav-link::after {
    content: '';
    height: 9px;
    width: 9px;
    background: #00874d;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -4px;
}


.navbar-nav .nav-item:first-child a.nav-link::after {
    display: none;
}

.socialLinks {
    width: auto;
    position: absolute;
    right: 445px;
    top: 0;
}

.socialLinks ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.socialLinks ul li {
    margin-left: 8px;
    font-size: 1.5em;
}

.mainBanner {
    background: url(../images/mainBanner.jpg) no-repeat center center;
    background-size: cover;
    height: 635px;
}

.mainBanner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainBanner h1 {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 12.5em;
    line-height: .9;
    position: relative;
    letter-spacing: -5px;
}

.mainBanner h1:after {
    content: '';
    height: 27px;
    width: 124px;
    position: absolute;
    left: 10px;
    background: #fed403;
    bottom: -42px;
}

.mainBanner h1 span {
    display: block;
    font-size: .60em;
}

.mainBanner .bannerForm {
    border: 1px solid #fed403;
    width: 500px;
}

.formTop {
    background: url(../images/map.png) no-repeat center top;
    background-color: rgba(1, 94, 54, .8);
    color: #fff;
    padding: 20px 25px 0;
}

.formTop .heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.200em;
    line-height: 1;
    color: #fed403;
    margin-bottom: 8px;
}

.formTop .subHeading {
    text-transform: uppercase;
    font-size: 1.300em;
    text-align: center;
    margin-bottom: 20px;
}

.formTop .subHeading span {
    color: #fed403;
}

.serviceList {
    padding-bottom: 10px;
}

.serviceList ul li {
    font-size: 1.200em;
    padding: 0 25px;
    line-height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.serviceList ul li a {
    color: #fff;
    text-decoration: none;
}

.serviceList ul li a:hover {
    color: #fed403;
}

.serviceList ul li:first-child {
    border-top: none;
}

.serviceList ul li:last-child {
    border-bottom: none;
}

.bannerBottom {
    padding: 18px 30px 30px;
    background: #fed403;
}

.locationlist a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.500em;
    line-height: 56px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #00874d;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.locationlist a:hover {
    background: #010101;
}

.bannerBottom .formWrapper label {
    font-size: 1.200em;
}

.bannerBottom .formWrapper .formInput {
    border: 2px solid #00874d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #00874d;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 18px;
}

.bannerBottom .formWrapper .btn {
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 4px 10px;
}

.bannerBottom .formWrapper .btn:hover {
    background: #010101;
}

.bannerBottom .formWrapper .btn:before,
.bannerBottom .formWrapper .btn:after {
    display: none;
}

.bannerBottom .formWrapper .form-control {
    height: 52px;
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    width: calc(100% - 50px);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}

.bannerBottom .formWrapper .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #010101;
}

.bannerBottom .formWrapper .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #010101;
}

.bannerBottom .formWrapper .form-control::placeholder {
    color: #010101;
}

.main-content {
    padding-top: 35px;
    padding-bottom: 90px;
}

.main-content .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content .content-left {
    width: calc(100% - 500px);
    padding-right: 30px;
}

.main-content .content-right {
    width: 500px;
}

.gridList {
    padding: 50px 0;
}

.gridBox {
    margin-bottom: 30px;
    position: relative;
}

.gridBox .gridCatergory {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #00874d;
    color: #fff;
    line-height: 42px;
    padding: 0 25px;
    font-size: 1.5em;
}

.priceChart {
    font-family: 'Barlow', sans-serif;
}

.priceChart .chartHeading {
    background: #00874d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.600em;
    line-height: 76px;
}

.priceChart .priceList {
    background: #f4f4f4;
    font-size: 1.400em;
    color: #636466;
    margin-bottom: 30px;
}

.priceChart .priceList>div {
    display: flex;
}

.priceChart .priceList>div>div {
    text-align: center;
    line-height: 65px;
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.priceChart .priceList>div>div:first-child {
    border-left: none;
}

.priceChart .priceList>div:last-child {
    border-bottom: none;
}

.priceChart .listHead {
    font-weight: 700;
}

.tableTerms p {
    margin-bottom: 0;
}

.leadForm {
    border: 3px solid #00874d
}

.leadForm h3 {
    background: #00874d;
    color: #fff;
    font-size: 1.800em;
    text-align: center;
    line-height: 90px;
}

.formSection {
    background: #f4f4f4;
    padding: 16px;
    font-family: 'Open Sans', sans-serif;
}

.formSection .row {
    margin-left: -6px;
    margin-right: -6px;
}

.formSection .col-sm-6,
.formSection .row .col-12,
.formSection .row .col-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.formSection .formRow input,
.formSection .formRow select {
    height: 50px;
    color: #4a4a4a;
    font-size: 0.750em;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}


.formSection .formRow input::-webkit-input-placeholder {
    /* Edge */
    color: #4a4a4a;
}

.formSection .formRow input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4a4a4a;
}

.formSection .formRow input::placeholder {
    color: #4a4a4a;
}

.formSection textarea {
    width: 100%;
    resize: none;
    border: 1px solid #c6c6c6;
    height: 110px;
    margin-bottom: 15px;
}

.formSection label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.800em;
    font-weight: 600;
}

.formSection .checkboxs label {
    font-weight: normal;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.formSection .checkboxs label input[type="checkbox"] {
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.formSection .checkboxs label input[type="checkbox"]~.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc
}

.formSection .checkboxs label input[type="checkbox"]~.checkmark:before {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #00874d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: relative;
    left: 5px;
    top: 1px;
    opacity: 0;
}

.formSection .checkboxs label input[type="checkbox"]:checked~.checkmark:before {
    opacity: 1;
}

.formSection .agreement {
    background: #00874d;
    color: #fff;
    margin: 15px 0;
    font-weight: normal;
    padding: 8px 0;
}

.formSection .agreement label {
    font-weight: normal;
    padding-left: 40px;
}

.formSection .agreement .checkboxs label input[type="checkbox"]~.checkmark {
    left: 15px
}

.captaImg {
    border: 1px solid #c6c6c6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
}

.captchaWrap {
    display: flex;
    justify-content: space-between;
}

.captchaWrap>div:last-child {
    width: calc(100% - 102px);
}

.boxWapper {
    height: 100%;
    background: #d9e8e2;
    padding: 30px;
}

.boxWapper h4 {
    font-size: 1.500em;
    color: #00874d;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.boxWapper .booking {
    position: relative;
    z-index: 2;
}

.boxWapper .bookingHead {
    font-size: 1.500em;
    margin-bottom: 30px;
    margin-top: 40px;
}

.booking ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.900em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.booking ul li span {
    display: inline-block;
    font-size: 0.750em;
    margin-right: 10px;
    width: 21px;
    height: 21px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 21px;
    background: #00874d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.reviewImg {
    margin-top: 50px;
    margin-bottom: 15px;
}

.clockImg {
    position: absolute;
    right: -10px;
    top: -35px;
}

.blogListing .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}

.blogListing .list .imgWrap {
    width: 120px;
}

.blogListing .list .blogDetails {
    font-family: 'Open Sans', sans-serif;
    width: calc(100% - 120px);
    font-size: 0.900em;
    line-height: 26px;
}

.blogListing .list .blogDetails span {
    color: #00874d;
    font-weight: 600;
}

.blogListing .list .time {
    font-size: 0.700em;
    font-weight: 600;
    color: #00874d;
}

.boxWapper .subHeading {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.boxWapper .mapImg {
    margin: 35px 0px;
}

.footerTop {
    position: relative;
    overflow: hidden;
}

.footerTop .wrapper {
    position: relative;
    z-index: 1;
}

.footerTop:after {
    content: '';
    height: 100%;
    width: calc(50% - 400px);
    background: #d9e8e2;
    position: absolute;
    right: 0;
    top: 0;
}

.first-col.boxWapper {
    background: none;
    position: relative;
}

.first-col.boxWapper:before {
    content: '';
    height: 100%;
    width: 1000px;
    background: url(../images/first-col.png) no-repeat bottom right;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

footer {
    background: #00874d;
    color: #fff;
    border-top: 10px solid #fed403;
    padding-top: 40px;
}

footer h5 {
    font-size: 1.500em;
    margin-bottom: 40px;
}

.newsLetterSection .newsLetterTop {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 26px;
}

.newsLetterSection .newsLetterTop span:first-child {
    display: inline-flex;
    color: #010101;
    min-width: 58px;
    font-size: 1.25em;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    height: 58px;
    background: #fed403;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsLetterSection .newsLetterTop span:last-child {
    font-size: 0.800em;
}

.newsLetterMiddle {
    margin-bottom: 25px;
}

.newsLetterMiddle .formRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsLetterMiddle .formRow input {
    font-family: 'Open Sans', sans-serif;
    height: 45px;
    color: #4a4a4a;
    font-size: 0.750em;
    width: calc(100% - 175px);
    border: none;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newsLetterMiddle .btn {
    width: 165px;
    text-align: center;
}

.newsLetterBottom .head {
    font-size: 1.200em;
    margin-bottom: 20px;
}

.newsLetterBottom .socialLinks {
    position: relative;
    right: 0;
}

.newsLetterBottom .socialLinks ul li {
    font-size: 2em;
    margin: 0 10px 0 0;
}

.newsLetterBottom .socialLinks a {
    color: #fff;
}

.newsLetterBottom .socialLinks a:hover {
    color: #fed403;
}

footer .blogList {
    font-family: 'Open Sans', sans-serif;
}

footer .blogList .list {
    font-size: 0.700em;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

footer .blogList .list:last-child {
    border: none;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fed403;
    text-decoration: none;
}

footer .blogList .time {
    text-align: right;
}

.footerLinks ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.700em;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.footerLinks ul li:last-child {
    border: none;
}

.addSection {
    font-family: 'Open Sans', sans-serif;
}

.addSection .head {
    font-size: 0.800em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.addSection p {
    font-size: 0.700em;
    line-height: 21px;
    margin-bottom: 25px;
}

.footerBottom {
    background: #e4e4e4;
    font-size: 0.700em;
    font-family: 'Open Sans', sans-serif;
}

.footerBottomInner {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #121212;
}

.footerBottomInner a {
    color: #121212;
}

.footerBottomInner a:hover {
    color: #121212;
    text-decoration: underline;
}

.clientSection {
    background: #fff;
}

.clientsWrapperInner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.clientsWrapperInner>div {
    margin: 0 50px;
}

.footersecTop {
    padding-bottom: 50px;
}

@media screen and (max-width: 1600px) {
    body {
        font-size: 1em;
    }

    .footerBottom,
    .formSection .formRow input,
    .formSection .formRow select {
        font-size: 1em;
    }

    body p {
        line-height: 28px;
    }

    .addSection p,
    .footerLinks ul li,
    footer .blogList .list {
        font-size: .8em;
    }

    .first-col.boxWapper:before {
        background-size: cover;
    }

    .navbar-brand img {
        max-width: 230px;
    }

    .headContact {
        width: 300px;
    }

    .socialLinks {
        right: 345px;
    }

    .blogListing .list .blogDetails {
        line-height: 20px;
    }

    .boxWapper h4 {
        font-size: 1.250em;
        line-height: 28px;
    }

    .btn-yellow {
        font-size: 1.250em;
    }

    .clockImg img {
        max-width: 120px;
    }
}


@media screen and (max-width: 1360px) {

    .navbar-nav .nav-item a.nav-link {
        padding: 0 20px;
    }

}


@media screen and (max-width: 1220px) {

    .newsLetterMiddle .formRow {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsLetterMiddle .formRow input {
        width: 100%;
        margin: 0 0 15px;
    }

    .newsLetterMiddle .btn {
        width: auto;
        padding: 0 15px;
    }

    .navbar-nav .nav-item a.nav-link {
        padding: 0 15px;
    }

    .navbar-nav .nav-item {
        font-size: 1em;
    }

    .boxWapper .mapImg {
        margin: 15px 0;
    }

    .boxWapper {
        padding: 25px 15px;
    }

    .footerTop:after {
        background: none;
    }

    .reviewImg,
    .boxWapper .bookingHead {
        margin: 15px 0;
    }

    .first-col.boxWapper:before {
        width: 100%;
    }

    .headerRight {
        margin-top: 20px;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .headContact .label {
        font-size: 1em;
    }

    .socialLinks {
        right: 270px;
    }

    .headContact {
        width: 240px;
    }

    .number a {
        font-size: 1.5em;
    }

    .mainBanner h1 {
        font-size: 6em;
        letter-spacing: 0;
    }

    .serviceList ul li {
        font-size: 1em;
        line-height: 40px;
        padding: 0 15px;
    }

    .mainBanner {
        height: 535px;
    }

    .mainBanner .bannerForm {
        width: 340px;
    }

    .main-content .content-left {
        width: calc(100% - 360px);
        padding-right: 30px;
    }

    .main-content .content-right {
        width: 360px;
    }
}


@media screen and (max-width: 991px) {
    .navbar-toggler {
        order: 3;
    }

    body p {
        line-height: 24px;
    }

    .priceChart .chartHeading {
        font-size: 1.250em;
        line-height: 56px;
    }

    .main-content .wrapper {
        flex-direction: column;
    }

    .priceChart .priceList {
        font-size: 1em;
    }


    .main-content {
        padding: 30px 0;
    }

    .priceChart .priceList>div>div {
        line-height: 45px;
    }

    .gridList {
        padding: 10px 0 0;
    }

    .leadForm h3 {
        line-height: 60px;
    }

    .main-content .content-left {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .main-content .content-right {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    .navbar-toggler i {
        color: #00874d;
        font-size: 1.5em;
    }

    .headContact {
        order: 1;
    }

    .headerRight {
        align-items: center;
        position: static;
        margin-top: 9px;
    }

    .navbar-nav .nav-item a.nav-link {
        text-align: center;
        color: #fff;
        line-height: 30px;
        padding: 5px 0;
    }

    .socialLinks {
        right: 310px;
        top: 30px;
    }

    .newsLetterBottom .socialLinks {
        top: 0;
        margin-bottom: 30px;
    }

    footer h5 {
        margin-bottom: 15px;
    }

    .footerLinks {
        margin-bottom: 30px;
    }

    .footersecTop {
        padding-bottom: 0;
    }

    .navbar-nav .nav-item a.nav-link::after {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        width: calc(100% + 30px);
        left: -15px;
        top: 93px;
        background-color: #00874d;
        z-index: 1;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    .clientsWrapperInner>div {
        margin: 0 10px;
    }
}


@media screen and (max-width: 767px) {
    .formSection .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .btn-yellow {
        font-size: 1em;
        height: 50px;
    }

    .formSection .row .col-12,
    .formSection .row .col-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .clockImg {
        position: static;
    }

    .clientsWrapperInner {
        flex-direction: column;
        height: auto;
        padding: 15px 0
    }

    .clientsWrapperInner>div {
        margin: 10px;
    }

    .gridBox {
        max-width: 380px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mainBanner {
        height: auto;
        padding: 25px 0;
    }

    .mainBanner h1 {
        font-size: 5em;
        margin-bottom: 15px;
    }

    .mainBanner .bannerForm {
        width: auto;
        max-width: 320px;
        margin: 0 auto;
    }

    .mainBanner h1:after {
        display: none;
    }

    .mainBanner .wrapper {
        flex-direction: column;
    }

    header .socialLinks {
        position: absolute;
        top: -38px;
        left: -15px;
        background: #00874d;
        width: calc(100% + 30px);
        padding: 5px 15px
    }

    .navbar-brand img {
        max-width: 90px;
    }

    header {
        padding-top: 38px;
    }

    header .socialLinks ul {
        justify-content: center;
    }

    header .socialLinks a {
        color: #fff;
    }

    .headContact {
        background: none;
        width: 140px;
        padding-right: 15px;
    }

    .headContact .label {
        font-size: .6em;
        color: #00874d;
    }

    .number a {
        font-size: .8em;
        color: #00874d;
    }

    .headerRight {
        padding-left: 0;
    }

    .p-0-m {
        padding-right: 0;
    }

    .navbar-collapse {
        top: 67px;
    }
}
