html {
    margin-top: 0px !important;
}

/************ Start Background CSS **********/
.bg-green {
    background: #27B24D !important;
}
.bg-light-green {
    background: #F0FFF4 !important;
}
.bg-darkgreen {
    background: #123237 !important;
}
.bg-light-green {
    background: #EFFFF3 !important;
}
.bg-about-card {
    background: #e9e9e9 !important;
}
.bg-light-white {
    background: #f5f5f5 !important;
}

/************ End Background CSS **********/

/************ Start Text CSS **********/
.text-green {
    color: #27B24D !important;
}
.text-black {
    color: #272727 !important;
}
.text-light-black {
    color: #444444 !important;
}
.text-gray {
    color: #606060 !important;
}
.text-justify {
    text-align: justify !important;
}

/************ End Text CSS **********/

/************ Start Green Border CSS **********/
.border-color-green {
    border-color: #27B24D !important;
}
.border-green {
    border: 1px solid #27B24D !important;
}
.border-top-green {
    border-top: 1px solid #27B24D !important;
}
.border-bottom-green {
    border-bottom: 1px solid #27B24D !important;
}

/************ End Green Border CSS **********/

/*********** Start Font Size CSS **********/
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-31 {
    font-size: 31px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-33 {
    font-size: 33px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-37 {
    font-size: 37px !important;
}
.fs-38 {
    font-size: 38px !important;
}
.fs-39 {
    font-size: 39px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-41 {
    font-size: 41px !important;
}
.fs-42 {
    font-size: 42px !important;
}

/*********** End Font Size CSS **********/

/************* Top Bar CSS ************/
.container, .page-template-default .entry-content {
    width: 85% !important;
    max-width: 85% !important;
}
ol, ul {
    margin: 0;
}
.top-bar-bg {
    background-color: #1E2127;
    color: #fff;
}
.top-bar {
    font-size: 14px;
    padding: 8px 20px;
    background: transparent !important;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
}
.top-bar a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.top-bar .icon {
    position: relative;
    font-size: 18px;
    margin-right: 8px;
    top: 0px;
    color: #27B24D;
}
.site-header {
    padding: 5px 0;
    border-bottom: 0 !important;
}
.areas-we-serve-banner {
    padding: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #27B24D;
    border-radius: 7px;
}
.areas-we-serve-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.areas-we-serve-banner a:hover {
    color: #fff;
    text-decoration: underline;
}

/************* End Top Bar CSS ************/

/************* Carousel with service card CSS ************/
.carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}
.carousel-inner .carousel-img {
    /* height: 600px;
    border-radius: 10px; */
    height: 710px;
    border-radius: 10px;
    object-fit: cover;
}
.overlay-card {
    width: 93%;
    max-width: 93%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.overlay-card h4 {
    font-size: 35px;
    font-weight: bold;
    color: #444;
    margin-bottom: 15px !important;
}
.overlay-card h4 span {
    color: #27B24D;
}
.overlay-card p {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px !important;
}
.overlay-card .input-group {
    width: 70%;
}
.overlay-card .input-group>.form-control {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-color: #999999;
}
.overlay-card .input-group>.form-control:focus {
    border-color: #27b24d !important;
    box-shadow: 0 0 0 .25rem #27b24d45;
}
.overlay-card .input-group .btn-checknow {
    margin-left: 5px !important;
    padding: 6px 25px;
    color: #FFF;
}

/* ===== Heading Style ===== */
.services-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.highlight-container {
    position: relative;
    display: inline-block;
    margin-right: 8px;
}
.highlight {
    color: #27B24D;
    font-weight: bold;
}
.top-curve {
    position: absolute;
    left: -6px;
    bottom: -18px;
    width: 100px;
    height: 18px;
    border: solid 5px;
    border-color: #27B24D transparent transparent transparent;
    border-radius: 50% / 18px 18px 0 0;
}

/* ===== Service Cards ===== */
.service-card {
    cursor: pointer;
    border-top-width: 1px !important;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #F8F8F8;
}
.service-card:first-child, .service-card:last-child {
    border-top-width: 1px !important;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}
.service-card:hover {
    background-color: #f1f1f1;
}
.service-card.active {
    border-top-width: 1px !important;
    border: 1px solid #27B24D;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #95eda8 !important;
}
.service-card.active.service-card i {
    width: 200px;
    height: 148px;
    color: #FFF;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    background-color: #27B24D;
}
.service-card.active .service-card-body {
    display: block;
}
.service-card.active .service-card-heading {
    color: #27B24D;
}
.service-card-body {
    display: flex;
    align-items: center;
}
.service-card-heading {
    max-width: 215px;
    color: #444;
    font-size: 18px;
}
/* Collapsed description hidden by default */
.service-card .service-desc {
    display: none;
    font-size: 15px;
    color: #555;
    margin-top: 8px;
}
.service-card.active .service-desc {
    display: block;
    text-align: justify;
}
.service-card .view-more {
    display: none;
    font-size: 15px;
    color: #27B24D;
    font-weight: 500;
    margin-top: 4px;
    text-decoration: none;
}
.service-card.active .view-more {
    display: block;
}
.service-card i {
    width: 110px;
    height: 100%;
    padding: 10px;
    font-size: 45px;
    color: #606060;
    text-align: center;
    align-items: center;
    background: #EAEAEA;
    border-radius: 7px;
}

/* @media (max-width: 767px) {
    .overlay-card {
    position: static;
    transform: none;
    margin-top: 15px;
    }
} */
/************* End Carousel with service card CSS ************/

/**************** Info Card CSS ****************/
.info-box {
    width: 100%;
    height: 100%;
    border: 1px solid #7C7C7C;
    border-radius: 10px;
    padding: 20px 25px;
    transition: all 0.3s ease;
    position: relative;
    min-height: 150px;
    background: #F6F6F6;
}
.info-box::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 25px;
    right: 25px;
    height: 8px;
    background-color: #7C7C7C;
    border-radius: 0 0 7px 7px;
}
.info-box:hover::after {
    background-color: #27B24D;
}
.info-box:hover {
    border-color: #27B24D;
    background-color: #e6f4ea;
}
.info-box:hover h5 {
    color: #27B24D;
    font-weight: bold;
}
.info-box h5 {
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
}
.info-box p {
    color: #606060;
    font-size: 18px;
    margin-bottom: 0 !important;
}
.info-box a {
    color: #444;
    text-decoration: underline;
}
.info-box:hover a {
    color: #27B24D;
    text-decoration: underline;
}

/**************** End Info Card CSS ****************/

/***************** About CSS *******************/
.about-section {
    margin-top: 55px;
    padding: 40px;
    background-color: #F6F6F6;
    border-radius: 10px;
}
.about-section h3 {
    font-size: 36px;
    font-weight: bold;
    color: #444;
}
.about-section p {
    font-size: 18px;
    font-weight: normal;
    color: #606060;
    text-align: justify;
}
.about-image {
    position: relative;
}
.about-image img {
    width: 100%;
    border-radius: 10px;
}
.about-overlay-box {
    max-width: 250px;
    position: absolute;
    bottom: 55px;
    right: -20px;
    color: #7C7C7C;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 15px;
    background-color: #D4FADE;
    border: 1px solid #27B24D;
}
.about-overlay-box::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 10px;
    right: 10px;
    height: 7px;
    background-color: #27B24D;
    border-radius: 0 0 7px 7px;
}
.about-overlay-box b {
    color: #118C33;
    font-size: 18px;
}
.about-btn-custom {
    background-color: #27B24D;
    color: white;
    font-weight: 500;
}
.about-btn-custom:hover {
    background-color: rgb(31, 122, 51);
    color: white;
}
.about-btn-custom i {
    margin-left: 10px;
    top: 1px;
    position: relative;
}

/***************** End About CSS *******************/

/***************** Property Tax Protection Program™ CSS *******************/
.program-section {
    position: relative;
}
.program-image {
    position: relative;
}
.program-image img {
    width: 100%;
    border-radius: 10px;
}
.after-left-border {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 3px;
    width: 10px;
    height: 86%;
    background-color: #28a745;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.after-right-border {
    position: absolute;
    top: 21px;
    bottom: 0;
    right: 3px;
    width: 10px;
    height: 86%;
    background-color: #28a745;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.program-title {
    color: #444;
    font-weight: bold;
    font-size: 36px;
    padding-left: 15px;
}
.program-title .highlight {
    color: #27B24D;
    font-weight: bold;
}
.program-title .top-curve {
    position: absolute;
    left: 55%;
    bottom: -18px;
    width: 185px;
    height: 18px;
    border: solid 5px;
    border-color: #27B24D transparent transparent transparent;
    border-radius: 50% / 18px 18px 0 0;
}
.program-section p {
    font-size: 18px;
    color: #606060;
    text-align: justify;
    padding-left: 15px;
}
.program-section .get-started {
    padding-left: 15px;
}
.btn-program-green {
    background-color: #27B24D;
    color: white !important;
    font-weight: 500;
    font-size: 18px;
    border-radius: 50px;
    padding: 8px 35px;
}
.btn--program-green:hover {
    background-color: #218838;
    color: white !important;
}
.program-section .learn-more {
    position: relative;
    color: #444;
    font-size: 18px;
    font-weight: 500;
    top: 8px;
}

/***************** End Property Tax Protection Program™ CSS *******************/

/************* Tab Section CSS ************/
.container-content-box {
    padding: 35px 0;
    background-color: #1E2027;
    background-image: url("/wp-content/themes/generatepress-cmt/images/tab-bg.webp");
    background-repeat: no-repeat;
}
.tab-buttons .btn-tab {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    box-shadow: none;
}
.btn-tab-active {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
    background-color: #27B24D;
    color: #fff;
    border: 1px solid #27B24D;
    border-radius: 20px;
    box-shadow: none;
}
.btn-tab-active:hover {
    color: #fff;
    background-color: #27B24D;
    border: 1px solid #27B24D;
    box-shadow: none;
}
.btn-tab-inactive {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #444;
    border-radius: 20px;
    box-shadow: none;
}
.btn-tab-inactive:last-child, .btn-tab-active:last-child {
    margin-bottom: 0;
}
.btn-tab-inactive:hover, .btn-tab-inactive:focus {
    color: #fff;
    background-color: #323232;
    border: 1px solid #444;
    box-shadow: none;
}
.content-box {
    padding: 0px;
    margin: 15px 0;
    display: flex;
    gap: 20px;
    background-color: #1E2127;
    border: 3px solid #3D4048;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 #6d7076;
}
.tab-buttons {
    padding: 40px;
    border-right: 3px solid #3D4048;
    display: grid;
    align-items: center;
}
.content-text {
    padding: 60px 15px;
    max-width: 400px;
}
.content-text h5 {
    font-size: 22px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
}
.content-text p {
    text-align: justify;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 0 !important;
}
.content-image {
    padding: 40px 15px;
}
.content-image img {
    border-radius: 10px;
    max-width: 100%;
}

/************* End Tab Section CSS ************/

/************* Start Testimonial CSS ************/
.testimonial-title {
    margin-bottom: 40px;
    color: #444;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.testimonial-title .highlight-container {
    position: relative;
    display: inline-block;
    margin-right: 8px;
}
.testimonial-title .highlight {
    color: #27B24D;
    font-weight: bold;
}
.testimonial-title .top-curve {
    position: absolute;
    left: 70%;
    bottom: -18px;
    width: 195px;
    height: 18px;
    border: solid 5px;
    border-color: #27B24D transparent transparent transparent;
    border-radius: 50% / 18px 18px 0 0;
}
.testimonial-card {
    width: 90%;
    position: relative;
    margin: 5px auto 30px auto;
    background: #f5f5f5;
    border-radius: 15px;
    box-shadow: 0 0 8px 0 #d3d3d3;
    padding: 30px;
}
.testimonial-card::after {
    content: "";
    position: absolute;
    height: 25px;
    bottom: -25px;
    left: 75px;
    right: 75px;
    background-color: #ededed8f;
    border-radius: 0 0 15px 15px;
    clip-path: inset(0px -8px);

}
.testimonial-text {
    font-size: 18px;
    color: #606060;
}
.reviewer-info img {
    width: 50px !important;
    height: 50px !important;
    position: relative;
    top: -10px;
    border-radius: 50%;
    margin-right: 15px;
}
.reviewer-name {
    font-size: 22px;
    font-weight: 600;
}
#testimonialCarousel .carousel-inner {
    overflow: hidden;
}
#testimonialCarousel .img-avathar {
    max-width: 250px;
    height: 250px;
    padding-top: 35px;
    background: #FFF;
    border-radius: 12px !important;
}
#testimonialCarousel hr {
    height: 2px;
    margin: 20px 0;
    background-color: #b1b1b1;
}
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #2BAF4C;
    opacity: 1;
}
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    /* filter: invert(1); */
    color: #FFF;
}
#testimonialCarousel .carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    background-color: #118C33;
}
#testimonialCarousel .carousel-indicators [data-bs-target] {
    width: 75px;
    height: 6px;
    margin: 0 8px;
    background-color: #ccc;
    border: 0;
    border-radius: 20px;
}
#testimonialCarousel .carousel-indicators .active {
    width: 145px;
    background-color: #28a745;
}
#testimonialCarousel .carousel-indicators {
    bottom: -40px;
}

/************* End Testimonial CSS ************/

/************* Start Latest News CSS ************/
#news-loader {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.spinner-border {
  width: 3rem;
  height: 3rem;
  color: #27B24D;
}
.news-card {
    background: #F8F8F8;
    border: 1px solid #CFCFCF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
}
.news-meta {
    font-size: 15px;
    font-weight: 500;
    color: #606060;
    margin-bottom: 10px !important;
}
.main-news-heading a {
    color: #444;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}
.main-news-heading a:hover, .news-heading a:hover {
    color: #28a745;
}
.news-heading a {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.blog-img-right {
    max-width: 100%;
    max-height: 120px;
}
.news-card-img {
    max-height: 306px;
}
.tag {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    background: #edededd9;
    border-radius: 5px;
    padding: 3px 8px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}
.pagination .page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 50%;
}
.pagination .page-link {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    color: #444;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    background: #F2F2F2;
    border-radius: 50%;
}
.pagination .page-link {
    box-shadow: none;
}
.page-item:first-child .page-link {
    border: 0;
    background: transparent;
    color: #F1F1F1;
    font-size: 42px;
    position: relative;
    top: -6px;
}
.page-item:last-child .page-link {
    border: 0;
    background: transparent;
    color: #28a745;
    font-size: 42px;
    position: relative;
    top: -6px;
}
.btn-view {
    position: relative;
    top: 10px;
    padding: 8px 40px;
    color: #FFF;
    font-weight: 500;
    background: #27B24D;
    border-radius: 25px;
}
.btn-view:hover, .btn-view:focus {
    color: #FFF;
    background: #27B24D;
    border: 1px solid #27B24D;
}

/************* End Latest News CSS ************/

/************* Start FAQ CSS ************/
.faq-title {
    font-size: 36px;
    font-weight: 700;
}
.accordion-button {
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #D7D7D7;
    border-radius: 8px !important;
    box-shadow: none !important;
}
.accordion-button:hover, .accordion-button:focus {
    color: #28a745;
    border: 2px solid #28a745;
    background-color: #e7ffec;
}
.accordion-button:not(.collapsed) {
    color: #28a745;
    background: #e7ffec;
    border: 2px solid #28a745;
    border-bottom: 0;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.accordion-item {
    border: none;
    margin-bottom: 10px;
}
.accordion-body {
    font-size: 18px;
    color: #606060;
    text-align: justify;
    border: 2px solid #28a745;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion-button:hover.accordion-button.collapsed::after,
.accordion-button:focus.accordion-button.collapsed::after {
    filter: invert(39%) sepia(92%) saturate(464%) hue-rotate(87deg) brightness(92%) contrast(91%);
}
.accordion-button.collapsed::after {
    filter: invert(85%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(98%) contrast(95%);
}
.accordion-button:not(.collapsed)::after {
    filter: invert(39%) sepia(92%) saturate(464%) hue-rotate(87deg) brightness(92%) contrast(91%);
}

/************* End FAQ CSS ************/

/*********** Fairness FAQ CSS **********/
.loading-text {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    background: linear-gradient(to right, #444, #27b24d);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: textColorFlow 2s linear infinite;
    letter-spacing: 1px;
}

@keyframes textColorFlow {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: -200% center;
    }
}
#EnrollmentModal iframe {
    width: 100%;
    height: 625px;
}
.fctGlobalSearchInput {
    width: 590px;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border-color: #999999 !important;
}
.fctGlobalSearchInput:hover, .fctGlobalSearchInput:focus {
    border-color: #27b24d !important;
    box-shadow: 0 0 0 .25rem #27b24d45;
}
.carousel .item-list {
    width: 63%;
    max-height: 285px;
    position: absolute;
    /* top: 180px; */
    margin: -48px 0 0 62px !important;
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 7px;
    overflow-y: auto;
    z-index: 900;
}
.item-list:empty {
  border: none; /* or border: none; */
}
.carousel > .item-list:not(:has(*)) {
   border: 0;
}
.carousel #itemList-fairness:not(:has(*)) {
   border: 0;
}
.carousel .item {
   cursor: pointer;
}
#pills-enroll-tab .container {
    width: 100% !important;
    max-width: 100% !important;
}
#propertySearchDropDown li img {
    height: 15px !important;
}
.carousel .item-county {
    position: absolute;
    right: 12px;
    bottom: 8px;
}
.propsearchbtn {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}
.fctGlobalSearchContain .propertySearchDropDown {
    width: 725px !important;
    max-height: 300px;
    top: 50px !important;
    border: 1px solid #d7d7d7;
    border-radius: 7px !important;
    overflow-y: scroll !important;
}
.property-card {
    border-radius: 1rem;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    background: #fff; */
    box-shadow: 0 0 6px 0 #27b24d42;
    background: #f5fff8;
    overflow: hidden;
}
.property-section {
    padding: 30px;
}
.property-section h5 {
    color: #27B24D;
    font-weight: 600;
    margin-bottom: 1rem;
}
.property-section .label {
    font-weight: 600;
    color: #606060;
    min-width: 140px;
}
.divider {
    border-top: 1px solid #dee2e6;
    margin: 1.5rem 0;
}
.highlight-box {
    height: 100%;
    background: #e8f5e9;
    border-radius: 0.75rem;
    text-align: center;
    padding: 25px 10px;
}
.highlight-box h2 {
    color: #28a745;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}
.highlight-box small {
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.btn-success {
    padding: 10px 20px;
    font-weight: 600;
    background: #27B24D !important;
    border-color: #27B24D;
    border-radius: 0.75rem;
}
.btn-success:hover,
.btn-success:focus {
    background: #27B24D !important;
    border-color: #27B24D;
}
.btn-outline-success {
    font-weight: 600;
    border-color: #27B24D;
    border-radius: 0.75rem;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
    background: #27B24D !important;
    border-color: #27B24D;
}
.tax-note {
    font-size: 15px;
    color: #606060;
}
@media (max-width: 767px) {
    .property-section {
        padding: 20px;
    }
}
.table thead th {
    background-color: #27B24D;
    font-weight: 600;
    color: #FFF;
    vertical-align: middle;
}
.table td,
.table th {
    vertical-align: middle;
}
.table tfoot td {
    font-size: 15px;
    color: #606060;
    border-top: none;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #ccc;
}
.property-address {
    font-weight: 600;
}
/*********** End Fairness FAQ CSS **********/

/************* Enrollment CSS *************/
.container.banner-enrollment-form {
    width: 100% !important;
    max-width: 100% !important;
}
.banner-enrollment-form.container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
#banner-enrollment-form .card-container {
    box-shadow: none !important;
}
.banner-enrollment-form .gform_fields {
    list-style-type: none !important;
    margin: 0;
}
#banner-enrollment-form .tab-enroll-heading {
    margin: 0 0 15px 0 !important;
}
#gform_1 .gform7-terms {
    display: none;
}
.banner-enrollment-form #field_1_20,
.banner-enrollment-form #field_1_53,
.banner-enrollment-form #field_1_55 {
    display: none !important;
}
.banner-enrollment-form .gform_body,
.banner-enrollment-form .gform_footer {
    padding: 0 !important;
}
.banner-enrollment-form div.office-info ul,
.banner-enrollment-form div.title-info ul {
    margin: 0 0 0 1em;
    line-height: 35px;
}
.banner-enrollment-form .gform_body .top_label li.gfield.gf_left_half,
.banner-enrollment-form .gform_body .top_label li.gfield.gf_right_half,
#sidebar .widget .gform_body .top_label li.gfield.gf_left_half,
#sidebar .widget .gform_body .top_label li.gfield.gf_right_half {
    float: left;
    padding: 0;
    width: 48.5%;
}
.banner-enrollment-form .gform_body #field_1_37 {
    margin-right: 0;
    margin-left: 3% !important;
}
.banner-enrollment-form #field_1_35, .banner-enrollment-form #field_1_37 {
    width: 48.5% !important;
    float: right !important;
    clear: inherit;
}
.banner-enrollment-form #field_1_36 {
    width: 48.5% !important;
    float: left !important;
}
.banner-enrollment-form .gform_body .gform_fields li.gfield {
    padding: 0;
    margin: 0 0 2.2%;
}
.banner-enrollment-form .gform_body .top_label li.gfield.gf_right_half {
    float: right;
    clear: inherit !important;
}
.banner-enrollment-form .gform_body .ginput_complex select,
.banner-enrollment-form .gform_body input[type="email"],
.banner-enrollment-form .gform_body input[type="tel"],
.banner-enrollment-form .gform_body input[type="text"],
.banner-enrollment-form .gform_body select,
.banner-enrollment-form .gform_body textarea,
#main-right .widget select {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
}
.banner-enrollment-form .gform_body .top_label li.gfield.gf_left_third,
.banner-enrollment-form .gform_body .top_label li.gfield.gf_middle_third,
.banner-enrollment-form .gform_body .top_label li.gfield.gf_right_third {
    width: 48.5% !important;
    float: left;
}
.banner-enrollment-form #field_1_34 {
    float: left;
    padding: 0;
    width: 48.5%;
}
.banner-enrollment-form #field_1_35 {
    margin-left: 3% !important;
    margin-right: 0;
}
.banner-enrollment-form .gform_body input[type="text"]:focus {
    box-shadow: 0 0 0 .25rem rgb(39 178 77 / 42%);
}

/************* End Enrollment CSS *************/

/* ================= Start Cost Segregation CSS Here ================= */
.table-example .table>:not(caption)>*>* { 
    background-color: transparent;
}
.btn-cal-savings {
    width: 45%;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
}
.btn-savings-calculator {
    width: 52px;
    height: auto;
    padding: 10px 0 !important;
    color: #FFF !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    font-family: Arial !important;
    background: #27b24d !important;
    writing-mode: sideways-lr;
    transform: rotate(0deg) !important;
    text-align: center !important;
    border-left: 3px solid #BBBBBB !important;
    border-top: 3px solid #BBBBBB !important;
    border-right: 0 !important;
    border-bottom: 3px solid #BBBBBB !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 0 !important;
    z-index: 999;
}
#savingscalculatorModal .modal-content {
    border: 1px solid #27b24d;
}
#savingscalculatorModal .modal-header {
    padding: 10px 15px;
    background: #27b24d;
}
#savingscalculatorModal .btn-close {
    position: absolute;
    right: 15px;
}
#savingscalculatorModal .btn-close:hover {
    background-color: transparent !important;
}
#savingscalculatorModal .btn-close:focus {
    box-shadow: none !important;
}
#savingscalculatorModal .tax-input {
    padding: .375rem .75rem;
    background-color: #fff;;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}
#savingscalculatorModal .form-control:focus, .form-select:focus {
    border-color: #27b24d;
    box-shadow: 0 0 0 .25rem #27b24d4f;
}
#savingscalculatorModal .item {
    cursor: pointer;
}
#savingscalculatorModal .item-county {
    position: relative;
    display: block;
}
#savingscalculatorModal .list-group {
    width: 95% !important;
    position: absolute;
    margin-top: 3px !important;
    z-index: 1;
}
#savingscalculatorModal #ProPhone {
    -webkit-appearance: none;
    margin: 0;
}
#savingscalculatorModal #ProPhone {
    -moz-appearance: textfield;
}
/* ================= End Cost Segregation CSS Here ================= */

/************* Footer Section CSS ************/
.footer {
    padding-top: 40px;
    padding-bottom: 0px;
    color: #fff;
    background-color: #1E2127;
}
.footer .top-section {
    border-bottom: 1px solid #33353a;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.footer .logo img {
    max-height: 75px;
}
.footer .contact-icons i {
    width: 32px;
    height: 32px;
    background: #27B24D;
    color: #FFF;
    font-size: 16px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer .location-heading {
    font-size: 42px;
}
.footer .location-card {
    height: 100%;
    background-color: #15181F;
    border-radius: 8px;
    padding: 10px;
}
.footer .location-card img {
    width: 25%;
    height: -webkit-fill-available;
    object-fit: contain;
    background: #27B24D;
    padding: 10px;
    border-radius: 8px;
}
.footer .quick-links a {
    color: #b9b9b9;
    padding: 0 15px;
    border-color: #b9b9b9;
    border-right: 1px solid #b9b9b9;
    text-decoration: underline;
}
.footer .quick-links a:last-child {
    border-right: none;
}
.footer .quick-links a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer-bottom {
    background-color: #27B24D;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
}
.social-icons a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #27B24D;
}
.social-icons a i {
    width: 32px;
    height: 32px;
    background: #27B24D;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/************* End Footer Section CSS ************/


/*************** Responsive CSS *****************/
@media (max-width: 575.98px) {

    .container, .page-template-default .entry-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    .areas-we-serve-banner {
        padding: 5px;
        font-size: 10px;
        text-align: justify;
    }
    .top-bar {
        display: inline-block !important;
    }
    .carousel-inner .carousel-img {
        height: 300px;
        object-fit: cover;
    }
    .overlay-card {
        width: 95%;
        max-width: 100%;
        padding: 15px;
        bottom: 10px;
    }
    .overlay-card h4 {
        font-size: 16px;
    }
    .overlay-card p {
        font-size: 14px;
    }
    .overlay-card .input-group {
        width: 100%;
    }
    .overlay-card .input-group>.form-control {
        padding: 10px;
    }
    .carousel .item-list {
        width: 87%;
        margin: -22px 0 0 23px !important; 
    }
    .carousel .item-county {
        position: relative;
        display: block;
        right: 0;
        bottom: 0;
    }
    body .fctGlobalSearchContain .searchboxInput input {
        width: 235px !important;
    }
    .overlay-card .input-group .btn-checknow {
        margin-left: 0px !important;
        padding: 5px;
        color: #FFF;
        font-size: 12px;
        font-weight: 500;
    }
    .services-title {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .about-section {
        padding: 10px;
    }
    .about-overlay-box {
        bottom: 15px;
        right: 0px;
    }
    .after-left-border,
    .after-right-border {
        top: 13px;
    }
    .program-title {
        font-size: 28px;
        margin-top: 15px;
    }
    .program-title .top-curve {
        left: 53%;
        width: 150px;
    }
    .container-content-box {
        padding: 15px 0;
    }
    .container-content-box h3 {
        font-size: 24px !important;
    }
    .tab-buttons {
        padding: 20px 40px;
    }
    .tab-buttons .btn-tab {
        margin-bottom: 20px;
    }
    .content-text {
        padding: 10px 15px;
    }
    .content-image {
        padding: 15px 15px;
    }
    .testimonial-title {
        font-size: 25px;
        text-align: left;
    }
    .testimonial-title .highlight-container {
        display: inline;
    }
    .testimonial-title .top-curve {
        left: -2px;
        width: 135px;
    }
    .testimonial-card {
        width: 100%;
        display: inline-block !important;
        padding: 15px;
    }
    #testimonialCarousel .img-avathar {
        height: 145px;
        margin: 0 auto;
        display: none;
    }
    .testimonial-text {
        padding-top: 0;
        font-size: 16px;
    }
    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        display: none;
    }
    .news-top-heading {
        font-size: 26px !important;
    }
    .btn-view {
        position: relative;
        top: 10px;
        padding: 4px 15px;
    }
    .main-news-heading {
        font-size: 18px;
    }
    .news-heading {
        font-size: 16px;
    }
    .faq-title {
        font-size: 24px;
    }
    .accordion-button {
        font-size: 16px;
        padding: 10px;
    }
    .footer {
        padding-top: 20px;
    }
    .footer .logo img {
        width: 270px;
        margin: 0 auto;
    }
    .footer .feel-free-to {
        font-size: 18px !important;
    }
    .footer .contact-us-here {
        font-size: 22px !important;
    }
    .footer .contact-icons {
        padding-left: 0;
    }
    .footer .contact-icons p:first-child {
        margin-bottom: 10px !important;
        margin-top: 20px;
    }
    .footer .location-heading {
        font-size: 26px;
    }
    .footer .quick-links-mb {
        display: inline-block !important;
    }
    .footer .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
    .footer .social-icons a {
        margin: 0 10px !important;
    }
}

/************ Tab Device ***********/
@media (min-width: 768px) and (max-width: 991.98px) {
    .container, .page-template-default .entry-content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/************ Laptop Device ***********/
@media (min-width: 992px) and (max-width: 1199px) {
    .container, .page-template-default .entry-content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/************ Desktop Device ***********/
@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        width: 96% !important;
        max-width: 96% !important;
    }
    .areas-we-serve-banner {
        font-size: 14px;
    }
    .carousel-inner .carousel-img {
        height: 780px; 
    }
    .overlay-card .input-group {
        width: 100%;
    }
    .carousel .item-list {
        width: 89%;
        margin: -48px 0 0 51px;
    }
    .btn-view {
        position: relative;
        top: 10px; 
    }
    .fctGlobalSearchInput {
        width: 655px;
    }
    .fctGlobalSearchContain .propertySearchDropDown {
        width: 792px !important;
    }
    .container-content-box .col-lg-7 {
        width: 83.33%;
    }
    .accordion-button {
        font-size: 18px;
    }
}

/************ Largr Desktop Device ***********/
@media (min-width: 1400px) {

}
@media (min-width: 1400px) and (max-width: 1900px) {
    .container, .page-template-default .entry-content {
        width: 95% !important;
        max-width: 95% !important;
    }
    .carousel .item-list {
        width: 62%;
        margin: -48px 0 0 57px; 
    }
}

