body{
    overflow-x: hidden;
}
.g-2{
    gap: 1rem;
}
.pre-footer{
    background-color: #00b140;
}
/*HEADER*/
.header-top .location svg {
    margin-right: 12px;
    width: 22px;
    fill: #00b140;
}

.header-top .location span {
    font-weight: 600;
}

.header-top ul.contact-info li svg {
    margin-right: 12px;
    width: 20px;
    fill: #00b140;
}

.header-top ul.contact-info li span {
    font-weight: 600;
}

.main-menu .navigation > li > span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #333f48;
    padding: 4px 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Gotham, sans-serif;
}

.main-menu .navigation > li > a:hover {
    color: #00B140;
}

/*FOOTER*/
.footer-bottom .logo {
    max-width: 175px;
}

/*HOMEPAGE HERO BLOCK*/
.banner-section {
    z-index: 2;
}

.banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333F48;
    opacity: 0.85;
    z-index: 1;
}

.banner-section .content-outer {
    z-index: 2;
}

.banner-section.bgStyle::after {
    z-index: 1;
    content: "";
    width: 100%;
    height: 104px;
    position: absolute;
    bottom: -2.3%;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 0vw bottom;
}

.banner-section.concaveDown::after {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1920 69' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='m960 584.1c-696.8 0-1409.1-172.2-1404.6-416.3 6.2-339 444.6-98.8 1404.6-98.8 960 0 1267.8-212.2 1260 73.6-6.7 244.1-563.2 441.5-1260 441.5z' fill='%23FFFFFF'/></svg>");
}

.banner-section.concaveUp::after {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1920 69' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='m960 377.9c-696.8 0-1260-84.5-1260-189 0-104.4 563.2-188.9 1260-188.9 696.8 0 1260 84.5 1260 188.9 0 104.5-563.2 189-1260 189z' fill='%23FFFFFF'/></svg>");
}

.banner-section.wave::after {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1C19.5523 2 32.2291 3 51.5 5C104.5 11 200 25 300 39C400 53 500 66 600 61C700 55 800 31 900 18C987.526 3 1085.36 -1 1150 0C1169.54 -1 1180.49 0 1200 1V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V1.98128Z' fill='%23ffffff'/></svg>");
}

picture.object-fit-cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

/*ABOUT BLOCK*/

.about-us-widget.version-one .rte-content, .about-us-widget.version-two .rte-content, .about-us-widget.version-three .rte-content {
    color: #0c1529;
}

.about-us-widget.version-three .sub-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #006747;
}

.about-us-widget.version-three.image-right .shape-two, .about-us-widget.version-four.image-right .shape-two {
    left: auto;
    right: 10%;
}

.about-us-widget.version-three.image-right .shape-three, .about-us-widget.version-four.image-right .shape-three {
    right: auto;
    left: 10%;
}

.about-us-widget.version-four.cta-section {
    background-color: #d5ead2;
}

.about-us-widget.version-four .rte-content {
    color: #ffffff;
}

.about-us-widget.version-four .sub-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #c3dfbe;
}

.about-us-widget .link-btn, .about-us-section .link-btn {
    margin-top: 40px;
}

/*RTE FORMATS*/
.rte-content .grey-text {
    color: #333f48cf !important;
}

.rte-content p:last-of-type {
    margin-bottom: 0;
}

.rte-content ul {
    padding-left: 20px;
}

.rte-content h1, .rte-content h2, .rte-content h3, .rte-content h4, .rte-content h5, .rte-content h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.rte-content.text-white h1, .rte-content.text-white h2, .rte-content.text-white h3, .rte-content.text-white h4, .rte-content.text-white h5, .rte-content.text-white h6 {
    color: #ffffff;
}

.rte-content ul, .rte-content ol {
    padding-left: 30px;
    margin-bottom: 1.5rem;
}

.rte-content ul, .rte-content ul li {
    list-style: disc;
}

.rte-content ol, .rte-content ol li {
    list-style: decimal;
}

.rte-content .list {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.rte-content .list li {
    list-style: none;
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 30px;
}

.rte-content .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../images/icons/icon-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.gold-text{
    color: #DEAA43 !important;
}

/*SERVICES BLOCK*/
.services-section .rte-content {
    color: #0c1529;
}

/*VIDEO BLOCK*/
.fancybox-slide--iframe .fancybox-content{
    padding: 24px !important;
}
.fancybox-container .video-fancybox--content {
    width: auto;
    height: 90vh;
    overflow: visible;
}
.fancybox-container .video-fancybox--content .fancybox-close-small {
    top: 0;
    right: -40px;
}

.fancybox-container .video-fancybox--content .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-container .video-fancybox--content .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0;
}

.fancybox-container .video-fancybox--content video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.fancybox-container .video-fancybox--content video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.bg-half-layer {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    z-index: -1;
}

.top-layer.bg-half-layer {
    top: 0;
}

.bottom-layer.bg-half-layer {
    bottom: 0;
}

/* QUOTE BLOCK*/
.blockquote-section {
    padding: 150px 0 120px;
}

.blockquote-section blockquote {
    position: relative;
    background: #006747;
    padding: 51px;
    border-radius: 20px;
}

.blockquote-section blockquote .text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
    color: #d5ead2;
}

/*FORM EMBED BLOCK*/
.default-form .umbraco-forms-form .form-group:last-child {
    margin-bottom: 30px;
}

.default-form .form-group input::placeholder,
.default-form .form-group textarea::placeholder,
.default-form .form-group select::placeholder,
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
    color: #6c757d;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.umbraco-forms-form .text {
    margin: 0;
}

.form-embed-block {
    padding: 150px 0 120px;
}

.contact-form .umbraco-forms-navigation {
    text-align: center;
}

.contact-form.with-borders input[type="text"],
.contact-form.with-borders input[type="tel"],
.contact-form.with-borders input[type="number"],
.contact-form.with-borders input[type="email"],
.contact-form.with-borders input[type="password"],
.contact-form.with-borders select,
.contact-form.with-borders textarea {
    color: #333f48;
    border: 1px solid #e5e5e5;
}

.umbraco-forms-field, .umbraco-forms-caption {
    margin-bottom: 30px;
}

.control-label.umbraco-forms-label {
    font-weight: 600;
}

.custom-input {
    position: relative;
}

.custom-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-input label {
    padding-left: 35px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
}

.radio .checkmark {
    border-radius: 50%;
}

.custom-input:hover input ~ .checkmark {
    background-color: #f0fff4;
}

.custom-input input:checked ~ .checkmark {
    background-color: #00b140;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-input input:checked ~ .checkmark:after {
    display: block;
}

.custom-input.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-input.radio .checkmark:after {
    top: 7px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.field-validation-error {
    font-size: 14px;
    color: #7C2529;
}

/*MODAL FANCYBOX*/
.fancybox-container .default-form {
    padding: 50px;
}

.content-before-form {
    margin-bottom: 30px;
}

.partial-form {
    display: none;
}

.fancybox-container .partial-form {
    display: block;
}

/*STATS BLOCK*/
.funfact-block-one {
    margin-bottom: 30px;
}

.funfact-block-one .count-box {
    display: flex;
    justify-content: center;
}

/*SIMPLE HERO BLOCK*/
.page-title:before {
    content: '';
    position: absolute;
    background-color: #333F48;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.85;
}

/*PLAN COMPARISON BLOCK*/
.pricing-block {
    margin-bottom: 30px;
}

.pricing-block .inner-box .icons {
    display: flex;
    position: absolute;
    top: 20px;
    right: 10px;
}

.pricing-block .inner-box .icons svg {
    width: 40px;
    fill: #d3d4d1;
}

.pricing-block .inner-box .icons i {
    font-size: 40px;
}

.pricing-block .inner-box .icons svg, .pricing-block .inner-box .icons i {
    color: #d3d4d1;
    margin-right: 10px;
}

/*TEAM MEMBERS BLOCK*/
.team-section .btn-bio {
    padding: 15px 25px;
    border-radius: 32px;
    color: #333F48;
    background-color: #fff;
    font-weight: 700;
}

.team-section .btn-bio:hover {
    color: #fff;
    background-color: #00B140;
}

.modal-member h2 {
    margin-bottom: 15px;
}

.modal-member .social-icon li {
    display: inline-block;
    margin: 0 3px;
}

.modal-member .social-icon li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #959595;
    border: 1px solid #d3d4d1;
}

.modal-member .social-icon li a:hover {
    background: #00b140;
    border-color: #00b140;
    color: #fff;
}

.modal-member .social-icon, .modal-member img {
    margin-bottom: 15px;
}

.modal-member img {
    border-radius: 20px;
    max-width: calc(100% - 50px);
}

.modal-member .designation * {
    color: #333f48b5;
    margin-bottom: 15px;
}

.modal-member .rte-content {
    color: #333f48b5;
}

.fancybox-container .modal-member {
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 20px 40px 0 rgba(37, 59, 112, .1);
}

.modal-member .fancybox-close-small:after {
    color: #333F48;
}

.modal-member .fancybox-close-small:hover:after {
    color: #333f48;
    background: #333f486c;
}

/*GALLERY MODAL*/
.gallery-modal .fancybox-bg {
    display: none;
}

.gallery-modal .gallery-image-modal {
    padding: 0;
    max-width: 90%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.gallery-modal .gallery-image-modal .about-image {
    padding: 25px;
    width: 700px;
    max-width: 100%;
}

.gallery-modal .gallery-image-modal img {
    border-radius: 20px;
}

.gallery-modal .gallery-video-modal {
    padding: 0;
    width: 600px;
    max-width: 90%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.gallery-modal .fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: 0;
}

.gallery-modal .gallery-video-modal {
    padding: 0;
    max-width: 90%;
    min-width: 50%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.gallery-modal .gallery-video-modal video {
    width: 100%;
    display: block;
}

.gallery-modal .fancybox-slide > video {
    padding: 0;
    max-width: 90%;
    min-width: 50%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    background-color: transparent;
}

/* LOGOS BLOCK*/

.logos-block {
    position: relative;
    padding: 60px 0 60px;
}

.logos-block .sec-title h2{
    line-height: 1.25em;
    font-size: 40px;
    
}

.logos-block .logo-list{
    gap: 70px;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 150px;
    transform: scale(1);
    transition: transform .15s ease-in-out;
}

.logo-item img:hover {
    transform: scale(1.05);
}

/*UTILS*/
.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

/* BLOG LIST*/
.blog-section .news-block-one {
    margin-bottom: 30px;
}

.blog-section .news-block-one .inner-box {
    width: 100%;
}

.blog-section .news-block-one .inner-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*BLOG DETAIL*/
.blog-detail .category {
    position: relative;
    font-size: 14px;
    padding: 1.5px 23px;
    background-color: #00B140;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
}

body .blog-detail.page-title.style-two {
    padding: 265px 0 0;
}

body .blog-detail .yellow-links {
    padding-top: 115px;
}

/*IMAGE BLOCK*/
.image-block img {
    border-radius: 20px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/icons/icon-select.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.fancybox-container .contact-form, .fancybox-container .default-form {
    border-radius: 20px;
    padding: 40px;
}

.faq-item {
    margin-bottom: 30px;
}

/*SPINNER*/
.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10vh;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #006747;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: #006747;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Features Block*/
.whychoose-us-section-two .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-two .video-btn a {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    position: relative;
    background-color: #00b140;
}

.whychoose-us-section-two .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: #00b14073;
    border-radius: 50%;
}

.whychoose-us-section-two .video-btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.whychoose-us-section-two .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.whychoose-us-section-three {
    background-color: #006747;
}

.whychoose-us-section-three.features-block-media-left {
    background-color: #fff;
}

.whychoose-us-section-three .video-column .video-box {
    border-top-right-radius: 30px;
    position: relative;
}

.whychoose-us-section-three .video-column .right-shape {
    width: 100%;
    height: calc(100% - 30px);
    clip-path: polygon(100% 0, 90% 100%, 100% 100%);
    position: absolute;
    top: 32px;
    right: -101px;
    background-color: #006747;
}

.whychoose-us-section-three.features-block-media-left .video-column .right-shape {
    background-color: #fff;
}

.whychoose-us-section-three .video-column .outside-round-border {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    right: -101px;
    background-color: transparent;
}

.whychoose-us-section-three .icon-box .icon.circle-svg {
    background-color: transparent;
}

.whychoose-us-section-three .icon-box .icon svg {
    width: 40px;
    fill: #006747;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-three .icon-box .icon.circle-svg svg {
    width: 100%;
    height: 100%;
    fill: #e8f9f3;
    transition: .5s;
}

.whychoose-us-section-three .icon-box .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-three .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-three .icon-box:hover .icon svg {
    fill: #fff;
}

.whychoose-us-section-three .icon-box:hover .icon.circle-svg svg {
    background-color: transparent;
}

.whychoose-us-section-three .icon-box:hover .icon.circle-svg svg {
    fill: #006747;
    transition: .9s;
}

.whychoose-us-section-three .icon-box:hover .icon.circle-svg svg {
    color: #fff;
    transition: .9s;
}

.whychoose-us-section-three .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-three .icon-box:hover .icon.circle-svg:before {
    opacity: 0;
}

/*OWL*/
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage .owl-item {
    margin-bottom: 30px;
}

/*LATEST NEWS BLOCK*/
.blog-section .owl-carousel {
    margin: 0 auto;
}

.pac-container {
    z-index: 999999 !important;
}


/*Page Results*/
.search-summary-section {
    position: relative;
    padding: 110px 0;
    background-color: #d5ead2;
}

.search-summary-section .content {
    position: relative;
    text-align: center;
}

.search-summary-section h1 {
    position: relative;
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

.search-summary-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.search-summary-section h2 span {
    color: #00b140;
}

.page-search-results {
    margin-top: 100px;
    margin-bottom: 100px;
}

.page-search-results .result-item a {
    transition: all 0.3s ease-in-out;
}

.page-search-results .result-item a:hover {
    color: #006747;
}

/*PLAN BUNDLE BLOCK*/
.plan-bundles-section {
    padding: 150px 0 120px;
}

.plan-bundles-section .bundle-block {
    box-shadow: 0px 20px 40px 0px #253B701A;
    border-radius: 30px;
}

.bundle-header {
    background-color: #EAAA00;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid #EAAA00;
}

.bundle-content {
    border-left: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #fff;
    padding: 15px;
}

.plan-bundles-section .bundle-content-header {
    justify-content: space-evenly;
}

.plan-bundles-section .cost {
    font-size: 20px;
}

.plan-bundles-section .icon {
    width: 42px;
    min-width: 42px;
}

.plan-bundles-section .icon i {
    font-size: 42px;
    color: #006747;
}

.plan-bundles-section .icon svg {
    font-size: 42px;
    fill: #006747;
}

.plan-bundles-section .plus i {
    color: #EAAA00;
    font-size: 24px;
}

.plan-bundles-section .more-info {
    color: #006747;
    font-size: 20px;
    cursor: pointer;
}

.plan-bundles-section .text {
    margin: 0;
}

.plan-bundles-section .bundle-details {
    border-top: 1px solid #F2F2F2;
}

.plan-bundles-section .btn-style-one {
    box-shadow: none;
}

/*LOCATIONS*/
.page-locations .page-title {
    padding: 125px 0;
}

.page-locations .contact-info-section {
    margin-top: -70px;
}

.accordion .accordion-button {
    background-color: #fff;
    transition: all 0.3s ease-in;
}

.accordion .accordion-button:hover {
    background-color: #eaf1e8;
}

.accordion .accordion-button span {
    flex-grow: 1;
    color: #333F48;
}

.accordion .accordion-button a {
    color: #333F48;
}

.accordion .accordion-button a:hover {
    color: #00B140;
}

.accordion .accordion-button i {
    color: #EAAA00;
    font-size: 28px;
}

.accordion .accordion-button:not(.collapsed) i:before {
    content: "\f068";
}

.accordion .accordion-item {
    border-top: 1px solid #e2e2e2;
}

.accordion .accordion-item:first-of-type {
    border-top: none;
}

.tabbed-accordion .nav-pills .nav-link {
    margin: 0 10px 15px;
    padding: 17.5px 35px;
    border: 1px solid #d3d4d1;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    color: #333f48;
    background-color: transparent;
    transition: all 0.3s ease-in;
}

.tabbed-accordion .tab-content {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 13px rgba(0, 0, 0, .035), 0 8.14815px 6.51852px rgba(0, 0, 0, .027), 0 1.85185px 3.14815px rgba(0, 0, 0, .017);
}

.tabbed-accordion .nav-pills .nav-link.active, .tabbed-accordion .nav-pills .nav-link:hover {
    background: #006747;
    border-color: #006747;
    color: #fff;
}

.tabbed-accordion-services {
    padding: 100px 0;
}

.accordion-states {
    padding: 100px 0;
}

body .section-padding {
    padding: 100px 0;
}

.section-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}

.section-top {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
}

.bg-light-blue {
    background-color: #f5f9fa;
}

.bg-light-green {
    background-color: #eaf1e8;
}

.bg-dark-green {
    background-color: #006747;
}

.bg-green {
    background-color: #d5ead2;
}

.primary-text {
    color: #00b140;
}

.toggle-text a {
    color: #006747;
}

/*STATE COUNTY*/
.contact-item svg {
    width: 24px;
    height: 24px;
    display: block;
}

.contact-item i {
    font-size: 24px;
}

.contact-info-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 20px 10px 0 rgba(0, 0, 0, .07);
}

.contact-info-box .inner-box {
    position: relative;
}

.contact-info-box .contact-item svg {
    fill: #333f48cf;
}

.page-title .contact-info-box .contact-item .text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #333f48cf;
}

.text-white svg {
    fill: #fff;
}

.breadcrumb-center .breadcrumb {
    justify-content: center;
}

.map-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn-style-one.btn-outline {
    border: 2px solid #009937;
    background-color: transparent;
    color: #00b140;
    box-shadow: none;
}

.btn-style-one.btn-outline:hover {
    background-color: #009937;
    color: #ffffff;
}

.btn-style-one.style-two.btn-collapse {
    margin-top: 30px;
}

.btn-style-one.style-two.btn-collapse i {
    transform: none;
    color: #333f48;
    transition: all .5s ease;
    margin-right: 0;
    margin-left: 5px;
    bottom: 0;
}

.btn-style-one.style-two.btn-collapse:hover i {
    transform: none;
    color: #fff;
}

.yellow-links a {
    color: #ffcc44;
}

.mw-775{
    max-width: 775px !important;
}

.proud-partner-callout img {
    max-width: 70px;
}

.proud-partner-callout p {
    color: #fff;
    margin: 0;
}

.star-rating {
    display: block;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fdd663' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
    background-repeat: repeat-x;
    background-size: 18.2px 15px;
    height: 15px;
    margin: 0 auto 5px;
}

.rating-link:hover .star-rating {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fdee63' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}

.location.has-separator {
    padding-right: 25px;
    border-right: 1px solid #ffffff2e;
}

.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

.mobile-menu .top-menu {
    margin: 16px 60px 20px 20px;
}

.mobile-menu .top-menu a {
    color: #212529;
}

.mobile-menu .top-menu a span {
    text-decoration: underline;
}

.mobile-menu .rating {
    padding: 22px 20px 20px;
    background-color: #006747;
}

.mobile-menu .rating a {
    color: #fff;
}

.mobile-menu .contact-info li a {
    width: 100%;
    border: 1px solid #00b140;
    border-radius: 30px;
    color: #00b140;
}

.mobile-menu .mobile-sublinks{
    margin-left: 20px;
}

.mobile-menu .mobile-sublinks li:before{
    background-color: #333f48;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 50%;
    left: 32px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}

.flaticon-remove:before {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
}

.newsletter {
    padding: 100px 0;
}

.newsletter .umbraco-forms-custom-class fieldset:last-of-type .form-group {
    margin-bottom: 0;
}

.p-32px{
    padding: 32px;
}

@media (min-width: 992px) {
    .whychoose-us-section-three .video-column .outside-round-border:after {
        content: '';
        position: absolute;
        right: calc(10% - 3px);
        bottom: 0;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        box-shadow: 30px 30px 0 0 #006747;
    }

    .whychoose-us-section-three .inner-container::before {
        content: ' ';
        display: block;
        background: #fff;
        width: 150px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -55px;
        transform: skew(4deg);
        border-radius: 30px;
    }

    .whychoose-us-section-three .inner-container {
        background-color: #fff;
        border-radius: 30px;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .whychoose-us-section-two .bg-shape {
        position: absolute;
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        right: 0;
        top: 0;
        background: #006747;
    }

    .whychoose-us-section-two .left-side {
        overflow: hidden;
    }

    .whychoose-us-section-two .left-side:before {
        content: ' ';
        display: block;
        background: #006747;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: calc(1vw - 2px);
        left: 4%;
        transform: skew(5deg, 3deg);
        border-radius: 0 0 0 50px;
    }

    .contact-info-box:before {
        content: ' ';
        display: block;
        background: #fff;
        width: 100%;
        height: 90px;
        position: absolute;
        bottom: -13px;
        right: 0;
        transform: skew(0deg, 4deg);
        border-radius: 30px;
    }

    .badges {
        padding-left: 40px;
    }

    /*Newsletter Form*/
    .newsletter form {
        position: relative;
    }

    .newsletter form .umbraco-forms-field {
        margin-bottom: 0;
    }

    .newsletter form .umbraco-forms-navigation input[type=submit] {
        margin-top: 30px;
    }
}

@media (min-width: 1140px) {
    .header-top > .auto-container, .main-header .header-upper > .auto-container {
        max-width: none;
        padding: 0 15px;
    }

    .main-menu .navigation > li:last-child > ul {
        left: -50px;
    }
}

@media (min-width: 1200px) {
    .umbraco-forms-form .row {
        margin-right: -30px;
        margin-left: -30px;
    }

    .umbraco-forms-form .row div[class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .newsletter .umbraco-forms-form .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .newsletter .umbraco-forms-form .row div[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1440px) {
    .header-top > .auto-container, .main-header .header-upper > .auto-container {
        padding: 0 100px;
    }
}

@media (max-width: 1720px) {
    .about-us-widget.version-three.image-right .shape-two, .about-us-widget.version-four.image-right .shape-two {
        display: none;
    }

    .about-us-widget.version-three.image-right .shape-three, .about-us-widget.version-four.image-right .shape-three {
        display: none;
    }
}

@media (max-width: 1440px) {
    .whychoose-us-section-two .video-btn {
        top: 20%;
    }

    .main-header .main-menu .navigation {
        margin-left: 20px;
    }

    .main-header .main-menu .navigation>li{
        margin-right: 20px;
    }

    .main-header .main-menu .navigation>li>a{
        font-size: 16px;
    }

    .main-header .header-upper .link-btn a{
        font-size: 16px;
        line-height: 22px;
        padding: 20px 25px;
    }

    .main-header .header-top .location{
        font-size: 14px;
        margin-right: 15px;
    }

    body .main-menu .navigation>li>.menu-wide{
        left: -200px;
        transform: none !important;
        max-width: 100vw;
    }
}

@media (max-width: 1440px) and  (min-width: 1140px) {
    .header-top > .auto-container {
        max-width: none;
        padding: 0 15px;
    }
}

@media (max-width: 1440px) and  (min-width: 768px) {
    .main-header .header-top ul.contact-info li{
        font-size: 14px;
        padding-left: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 1400px) and  (min-width: 1200px) {
    .banner-section .content-box {
        max-width: 80% !important;
    }
}

@media only screen and (max-width: 1140px) {
    .main-header .header-upper .inner-container{
        column-gap: 1rem;
    }

    body .main-header .header-top .inner-container{
        gap: 1rem;
        justify-content: center;
    }

    .main-header .header-upper .ctas-container{
        flex-grow: 1;
        justify-content: end;
    }
}

@media only screen and (max-width: 992px) {
    .about-us-section .image-wrapper{
        padding-bottom: 0 !important;
    }
    .whychoose-us-section-two .left-side {
        background-color: #006747;
    }

    .whychoose-us-section-three.features-block-media-left .video-box {
        min-height: 400px;
    }

    .mb-lg-70 {
        margin-bottom: 70px;
    }

    .mb-lg-0 {
        margin-bottom: 0px;
    }

    .pb-lg-0 {
        padding-bottom: 0px;
    }

    .proud-partner-callout {
        margin-bottom: 75px;
    }

    .plan-bundles-section h4 {
        font-size: 20px;
    }

    .plan-bundles-section .additional-details {
        padding-left: 40px !important;
    }

    .bundle-content {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .banner-section.bgStyle::after {
        height: 52px
    }
}

@media only screen and (max-width: 767px) {
    .plan-bundles-section {
        padding: 80px 0 30px;
    }

    .plan-bundles-section .pest-summary {
        width: 100%;
    }

    .bundle-content {
        padding: 15px;
    }

    .contact-form .form-group {
        margin-bottom: 0;
    }

    .newsletter .sec-title {
        margin-bottom: 30px;
    }

    .main-header .header-upper .link-btn a{
		font-size: 13px;
		padding: 14px 14px;
	}
}

@media only screen and (max-width: 575px) {

    .plan-bundles-section h3 {
        font-size: 22px;
    }

    .plan-bundles-section h4 {
        font-size: 16px;
    }

    .plan-bundles-section .cost {
        font-size: 16px;
    }

    .plan-bundles-section .more-info {
        font-size: 16px;
    }

    .plan-bundles-section .text, .plan-bundles-section .rte-content .list li {
        font-size: 14px;
    }

    .plan-bundles-section .btn-style-one {
        font-size: 15px;
        line-height: 22px;
        padding: 18px 25px;
    }

    .plan-bundles-section .bundle-content-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plan-bundles-section .plus {
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mx-30, .mx-50, .mx-70 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .modal-member {
        max-width: 95%;
    }

    .badge-container {
        width: 50%;
        padding: 10px;
    }

    body .main-header .header-upper .inner-container{
        column-gap: 0.75rem;
    }

    body .main-header .header-upper .link-btn a{
		font-size: 12px;
		padding: 14px 5px;
	}

    body .main-header .header-upper .logo-box .logo{
		width: 105px;
		max-width: 105px;
	}

    body .header-top > .auto-container, .main-header .header-upper > .auto-container {
        max-width: none;
        padding: 0 10px;
    }

    body .main-header .header-upper .ctas-container{
        column-gap: 0.5rem;
    }
}

@media only screen and (max-width: 420px) {
    .main-header .header-upper .logo-box{
        width: 100%;
    }

    body .main-header .header-upper .link-btn a{
		padding: 14px 10px;
	}

    body .main-header .header-upper .logo-box .logo{
        width: 175px;
		max-width: 175px;
	}

    body .main-header .header-upper .ctas-container{
        justify-content: start;
    }
}