body {
    background: linear-gradient(to right, #FFF, #2B6E30) !important;
    background-color: #2B6E30 !important; /* Fallback for older browsers */
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

/* Ensure direct children of body don't expand except blog section */
body > *:not(script):not(style) {
    flex: 0 0 auto !important;
}

a {
    color: #81C784;
}

.main-menu ul li.active a {
    text-decoration: none;
    color: var(--theme-color);
}

.work-email {
    height: 0 !important;
}

.work-email textarea {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

div.required label.control-label:after {
    content: ' *';
    color: #f55060;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f55060;
}

.has-error .form-control {
    border-color: #f55060;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #8ace56;
}

.has-success .form-control {
    border-color: #8ace56;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-info {
    color: #ffffff;
    background-color: rgba(34, 209, 210, 0.98);
    border-color: #22d1d2; }
.alert-info.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-success {
    color: #ffffff;
    background-color: rgba(138, 206, 86, 0.98);
    border-color: #8ace56; }
.alert-success.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-warning {
    color: #ffffff;
    background-color: rgba(241, 187, 21, 0.98);
    border-color: #f1bb15; }
.alert-warning.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-danger {
    color: #ffffff;
    background-color: rgba(245, 80, 96, 0.98);
    border-color: #f55060; }
.alert-danger.alert-icon:before {
    content: "";
    color: #ffffff; }

.socialbox{	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom:6px;
    float:right;
    width: 37px;
    line-height: 25px;
    height: 37px; 
    border: 1px solid #2B6E30 !important;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 24px;
    text-align: center;
    padding-top: 3px;}
.socialbox i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #2B6E30 !important;
}
.social-widget a:hover .socialbox {
    background: #81C784 !important;
    border-color: #81C784 !important;
}
.social-widget a:hover .socialbox i { 
    color: #fff !important;
}
.social-widget .socialbox i { font-size: 16px;}
.blog-share h4{float:left;}
.blog-share {margin-top:20px;margin-bottom:20px;background: #fff; border: 1px solid #f4f4f4; padding: 10px 15px 54px 15px;}


#cookiebar {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    bottom: 0;
    z-index: 9999;
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px solid #44b49c;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    transition: all 1s ease-in-out;
}

#cookiebar.hide {
    bottom: -100%;
    transition: all 1s ease-in-out
}

#cookiebar .container {
    width: 1170px;
    margin: 0 auto
}

@media (max-width: 768px) {
    #cookiebar .container {
        width: 100%;
    }
}

#cookiebar h3 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px
}

#cookiebar a {
    color: #44b49c;
    text-decoration: none;
    margin-left: 20px
}

#cookiebar a:hover {
    text-decoration: underline;
    color: #026dbd;
}

#cookiebar a#okcookies {
    display: inline-block;
    background-color: #44b49c;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
    text-decoration: none;
    background-color: #026dbd;
    border-color: #026dbd;
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar button#okcookies {
    display: inline-block;
    background-color: #44b49c;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-color: #44b49c;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar button#okcookies:hover {
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

#accept-cookies-form {
    margin: 0 15px;
}

/* TreeView */

.treeview {
    position: relative;
	border-bottom: transparent;
}

.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul ul {
    padding-left: 15px;
}
.treeview li {
    position: relative;
}
.treeview .subtree {
    display: none;
}
.treeview .subtree-open > .subtree {
    display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
    content: '\f068';
}
.treeview a {
    border-radius: 0;
    padding: 10px 0;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    display: block;
}
.treeview .subtree-open > .subtree-header > a {
    border-bottom-color: #44b49c;
    color: #44b49c;
}
.treeview .active > a,
.treeview a:hover {
    color: #44b49c;
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
    position: relative;
}
.treeview .has-subtree > .subtree-header > a {
    padding-right: 25px;
}
.treeview .btn-subtree-toggle {
    min-width: 20px;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #333;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
    outline: none;
    color: #44b49c;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    display: initial;
}

.col-1-5 {
    width: 50%;
}

@media(min-width: 768px){
    .col-1-5 {
        width: 20%;
    }
}

.img-wrapper {
    column-count: 1;
    column-gap: 30px;
}

@media (min-width: 992px) {
    .img-wrapper {
        column-count: 2;
        column-gap: 30px;
    }
}

.photos {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 10px;
}
.photos img {
    width: 100% !important;
    height: auto !important;
}
.photos {
    display:inline-block;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 1000px) {
    .photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 800px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 400px) {
    .photos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}

.img-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.50%;
}

.img-ratio-2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 99.00%;
}

.img-ratio .img-ratio-object, .img-ratio-2 .img-ratio-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.tiktok:hover,
.tiktok:hover svg path,
.tiktok:focus {
    transition: all 0.4s ease 0s;
    fill: #fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #fff;
    background-color: transparent;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.button, input, optgroup, select, textarea {
    color: #fff;
    font: inherit;
    margin: 0;
}

.form-group {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.breadcrumb ul li.active {
    color: #fff !important;
}

.footer h4, .footer p {
    color: #fff;
}

.footer h4 {
    margin-bottom: 25px;
    font-size: 24px;
}

.footer .sitemap li {
    margin-bottom: 10px;
}

.footer p a {
    color: #fff;
}

.footer .sitemap li a {
    color: #fff;
}

.footer .copyright {
    margin-top: 30px;
}

.footer .logo {
    max-width: 250px;
    margin-top: -60px;
}

@media (max-width: 480px) {
    .footer .logo {
        max-width: 100%;
    }
}

.map {
    float: left;
    width: 67%;
    height: 420px;
}

/* Contact map wrapper border */
.contactmap {
    border: 1px solid #ddd;
    /* Desktop fix: contain floated .map / .social so next sections don't overlap */
    display: flow-root;
}

/* Small phones: map should span full width */
@media (max-width: 1200px) {
    .map {
        width: 100%;
        height: 250px;
    }

    .contactmap .social {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        position: static !important;
        margin-top: 25px !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .contactmap .social p {
        text-align: center !important;
    }

    /* Address line: center the icon+text as a single row */
    .contactmap .social p.contact-address {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
    }

    /* Keep the address text readable (multi-line) while the group stays centered */
    .contactmap .social .contact-address-text {
        text-align: left;
        display: inline-block;
        max-width: 90%;
    }
}

.btn-default {
    width: revert;
}

.checkbox-input input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}

.checkbox-input label:before {
    font-family: 'FontAwesome';
    content: "\f096";
    font-weight: 900;
    margin-right: 5px;
    color: #fff;
}

.checkbox-input input[type="checkbox"]:checked + label:before {
    content: "\f046";
    color: #44b49c;
}

.appoimentbg a:hover {
    color: #fff;
}

.appoimentbg h4 {
    color: #fff;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.breadcrumb {
    background-color: transparent;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
    padding: 6px 12px;
    border: 1px solid #000;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #000;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #000;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #44b49c;
    border-color: #000;
}


.slider-titile .titile-bg img {
    position: relative !important;
    max-width: 200px !important;
    top: 75px !important
}


.sliderarrow {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -195px !important;
    width: 100% !important;
    height: 0 !important;
}

.sliderarrow a {
    background: none !important;
    position: absolute !important;
    float: none !important;
}

.sliderarrow a:hover {
    color: #2B6E30 !important;
}

.sliderarrow a.left {
    left: 0 !important;
    top: 0 !important;
}

.sliderarrow a.right {
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
}

.sliderarrow a.left::before {
    content: "\276E" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-indent: 0 !important;
    font-size: 2em !important;
}

.sliderarrow a.right::before {
    content: "\276F" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-indent: 0 !important;
    font-size: 2em !important;
}

#contact {
    padding: 35px 0 !important;
    background: linear-gradient(to right, #FFF, #2B6E30) !important;
    background-color: #2B6E30 !important; /* Fallback for older browsers */
}

/*#contact .container {*/
/*    margin: 0 10% 0 10% !important;*/
/* } */

.sliderfull {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.slider-titile {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.excellence {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.sliderfull {
    position: relative !important;
}

.sliderfull .sliderarrow {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    height: 0 !important;
    z-index: 1000 !important;
}

.sliderfull .sliderarrow a.left {
    left: 20px !important;
    top: 0 !important;
}

.sliderfull .sliderarrow a.right {
    right: 20px !important;
    left: auto !important;
    top: 0 !important;
}

/* .white-bg {
    color: #fff !important;
} */

.col-lg-12.pull-right img {
    padding: 35px 0 0 0 !important;
}

nav {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    background: linear-gradient(to right, #FFF, #2B6E30) !important;
}

.text-black {
    color: #000 !important;
}

#contact h4, #contact p, #contact a {
    color: #000 !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
}

.excellence {
    width: 100% !important;
}

.slider-bottom-button {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 1001 !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    background-color: #2B6E30 !important;
    border-color: #2B6E30 !important;
    color: #fff !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s ease-in-out !important;
}

.slider-bottom-button:hover {
    background-color: #81C784 !important;
    border-color: #81C784 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 768px) {
    .slider-bottom-button {
        bottom: 15px !important;
        right: 15px !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.blog .pagetitle {
    background: linear-gradient(to right, #FFF, #2B6E30) !important;
    background-color: #2B6E30 !important; /* Fallback for older browsers */
    position: relative !important;
}

.blog .pagetitle h1,
.blog .pagetitle li,
.blog .pagetitle li.active {
    color: #000 !important;
}

.pagetitle-bg-image {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: right center !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.blog .pagetitle {
    padding: 75px 0 0 0 !important;
}

.blog .pagetitle .col-lg-12 {
    position: relative !important;
}

.blog .pagetitle h1,
.blog .pagetitle .breadcrumb {
    position: relative !important;
    z-index: 1 !important;
}

.blog .pagetitle h1 {
    margin-top: 0 !important;
    font-size: 24px !important;
}

.blog .pagetitle .breadcrumb {
    margin-top: 10px !important;
}

/* Responsive styles for all devices */
@media (max-width: 767px) {
    .blog .pagetitle h1 {
        font-size: 20px !important;
    }
    
    .blog .pagetitle .breadcrumb {
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog .pagetitle h1 {
        /* margin-top: 180px !important; */
        font-size: 22px !important;
    }
    
    .blog .pagetitle .breadcrumb {
        margin-top: 10px !important;
    }
}

@media (min-width: 992px) {
    .blog .pagetitle h1 {
        /* margin-top: 200px !important; */
        font-size: 24px !important;
    }
    
    .blog .pagetitle .breadcrumb {
        margin-top: 10px !important;
    }
}

.blog .container,
.blog .container .col-lg-12{
    min-height: 350px !important;
    height: auto !important;
}

.blog .pagetitle.no-min-height {
    padding: 80px 0 0 0 !important;
}

.blog .pagetitle.no-min-height .container,
.blog .pagetitle.no-min-height .container .col-lg-12 {
    min-height: 0 !important;
}


.blog {
    padding: 0 0 60px 0;
    flex: 1 0 auto !important;
    min-height: 0 !important;
}

/* Fix footer to bottom of page */
section.footer,
.footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
}

.footer {
    position: relative !important
}

.footer-separator {
    width: 100% !important;
    height: 1px !important;
    background-color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.appoimentbg {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;
}

.form-control {
    color: #fff !important;
}

/* Center services title in row */
#services .row.marbottom > .col-sm-12.col-md-7.col-lg-5.text-center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* Services section: justify service descriptions */
#services .col-sm-12.col-md-5.col-lg-5 > p {
    text-align: justify;
    text-justify: inter-word;
}

#services .row.marbottom > .col-sm-12.col-md-7.col-lg-5.text-center h2 {
    white-space: nowrap !important;
}

/* Mobile: allow the services heading to wrap instead of overflowing its column */
@media (max-width: 767px) {
    #services .row.marbottom > .col-sm-12.col-md-7.col-lg-5.text-center h2 {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media (min-width: 768px) {
    #services .row.marbottom > .col-sm-12.col-md-7.col-lg-5.text-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 992px) {
    #services .row.marbottom > .col-sm-12.col-md-7.col-lg-5.text-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.row.marbottom.wow.fadeInUp .subtitle a {
    color: #000 !important;
}

/* Style Read More button in services section to match slider-bottom-button */
#services .btn-primary,
#services .btn.btn-primary {
    background-color: #2B6E30 !important;
    border-color: #2B6E30 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;
}

#services .btn-primary:hover,
#services .btn.btn-primary:hover {
    background-color: #81C784 !important;
    border-color: #81C784 !important;
    color: #fff !important;
}

.blogpost {
    padding: 20px 0 0 0 !important;
}

/* Contact page: keep spacing on desktop, tighten only on mobile */
.appoimentbg.contact-appointment {
    margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .appoimentbg.contact-appointment {
        margin-top: -30px;
    }
}

@media (max-width: 768px) {
    .appoimentbg.contact-appointment {
        margin-top: -30px;
    }
}