/* Heading fonts */

.learning-container {
    --INTER-FONT: "Inter", sans-serif;
    --DMSANS-FONT: "DM Sans", sans-serif;
    --Colors-Neutral-Black: #000;
    --Neutral-Dark-Charcoal: #222222;
    --Neutral-Charcoal: #414141;
    --Neutral-Stone: #CACACA;
    --Neutral-Frost: #F5F7F5;
    --Neutral-Granite: #666;
    --Primary-Kelly: #00B140;
    --Accent-Spearmint: #1EE576;
    --Primary-Moss: #00873C;
    --Neutral-Dew: #F2FBF5;
}

.learning-container.px-md-custom.con_page_specs {
    padding: 48px 12px 80px 12px;
}

.learning-container .heading_main {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.learning-container .heading_desc {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 40px;
    max-width: 600px;
}

@media (max-width: 767.98px) {
    .learning-container .heading_main {
        font-size: 42px;
        padding-bottom: 16px;
    }

    .learning-container .heading_desc {
        font-size: 16px;
        padding-bottom: 12px;
    }
}

/* Search box styles */

.learning-container .search-box {
    background-color: #f2f2f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 48px;
    margin-top: 0;
    position: relative;
    align-items: center;
}

.learning-container .search-box:focus-within,.learning-container .search-box.list-active {
    background-color: #f2f2f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 48px;
}

.learning-container .search-box:focus-within {
    border-radius: var(--size-8, 8px);
    border: 1px solid var(--Neutral-Stone, #CACACA);
    background: var(--Neutral-Frost, #F5F7F5);
}

.learning-container .search-box .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 8px;
    font-size: 16px;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-weight: 500;
    line-height: 36px;
    color: #222222;
}

.learning-container .search-box .form-control:focus {
    box-shadow: none;
}

.learning-container .search-box .input-group-text {
    background-color: transparent;
    padding: 4px 16px;
    border: none;
    color: #6c757d;
}

.learning-container .search-box.list-active .searchAutoComplete ul {
    position: absolute;
    width: 100%;
    top: 44px;
    border: 1px solid var(--Neutral-Stone, #CACACA);
    padding: 24px 20px 0 20px;
    background: #fff;
    max-height: 300px;
    overflow: auto;
    z-index: 10;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.learning-container .search-box.list-active .searchAutoComplete ul li {
    border: none;
    padding: 0 0 16px 0;
}

.learning-container .search-box .searchAutoComplete li.labelSuggest {
    color: var(--Neutral-Granite, #666);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 0 0 8px 0;
    border: none;
}

.learning-container .search-box .searchAutoComplete li a {
    color: var(--Neutral-Charcoal, #414141);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.learning-container .search-box #lc-search-input::placeholder {
    color: var(--Neutral-Granite, #666);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.learning-container .input-box {
    position: relative;
    width: 100%;
}

.learning-container .search-box .input-box .form-control:focus~.search-box {
    border: 1px solid #000;
}

.learning-container .input-box .form-control:focus~.clear-input {
    display: block !important;
}

.learning-container input[type="text"].form-control::-webkit-input-placeholder {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.learning-container .clear-input {
    cursor: pointer;
}

/* Learning styles */

.learning-container .owl-item .post-card-body {
    padding: 16px 16px;
    border-bottom: 2px solid var(--Neutral-Stone, #CACACA);
}

.learning-center .learning-carousel .owl-item.active .gyk__column--active .post-card-body {
    border-bottom-color: #00B140;
}

.learning-center .learning-carousel .owl-item.active .gyk__column--active .post-card-body .card-text.post-sub-text {
    font-weight: 600;
}

.learning-container .learning-center .card {
    border: none;
}

.learning-container .post-sub-card {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #222;
}

.learning-container .post-sub-card img {
    max-width: 100px;
    max-height: 99px;
    align-self: center;
}

.learning-container .post-sub-card:hover .post-sub-text {
    color: #222222;
}

.learning-container .post-sub-card:hover .post-card-body {
    border-bottom: var(--size-2, 2px) solid var(--Primary-Kelly, #00B140);
}

.learning-container .learning-center .post-sub-text {
    color: var(--Neutral-Granite, #666666);
    text-align: center;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.learning-container .learning-center {
    padding-bottom: 80px;
}

/* Manage Styles */

.learning-container .manage-heading {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: normal;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.learning-container .manage-disease-section {
    padding-bottom: 80px;
}

.learning-container .manage-text {
    color: var(--Colors-Neutral-Black, #000);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.learning-container .manage-desc {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex-grow: 1;
}

.learning-container .learn-more {
    color: var(--Primary-Moss, #00873C);
    text-align: center;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.learning-container .manage-box {
    display: flex;
    flex-direction: column;
}

.learning-container .learn-more-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.learning-container .manage-desease-desc {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

.learning-container #identifyModal .modal-body {
    padding: 0 40px 32px 40px;
}

.learning-container #identifyModal .modal-header {
    border: none;
}

.learning-container .self-questions {
    padding: 24px 0;
}

.learning-container [id^="identifyModal_"] h4 {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.learning-container [id^="identifyModal_"] ol>li {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.learning-container [id^="identifyModal_"] ol {
    padding-left: 1rem;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.learning-container [id^="identifyModal_"] p {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.learning-container #identifyModal ul.tips-list {
    list-style-type: disc;
}

.learning-container #identifyModal ul.tips-list {
    list-style-type: none;
    padding-left: 0;
}

.learning-container #identifyModal ul.tips-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.learning-container #identifyModal ul.tips-list li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #222;
}

.learning-container [id^="identifyModal_"] ul>li {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: none;
    padding-bottom: 24px;
}

/* common lawn styles */
.learning-container .common-disease-section {
    padding-bottom: 80px;
}

.learning-container .common-disease-section .col {
    padding: 0 16px;
}

.learning-container .common-lawn-heading {
    color: var(--Colors-Neutral-Black, #000);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.learning-container .card-section {
    border-radius: 16px;
    border: 1px solid transparent;
    background: var(--Neutral-Dew, #F2FBF5);
    display: flex;
    flex-direction: column;
}

.learning-container .card-section img.rounded-top-custom {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    max-height: 270px;
    height: 100%;
}

.learning-container .card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.learning-container .quick-button {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    margin-top: 16px;
    background: var(--Accent-Spearmint, #1EE576);
    border: none;
    box-shadow: none;
    min-height: 42px;
    max-width: 155px;
}

.learning-container .quick-button:hover {
    background: var(--Green-900, #19c063);
    color: var(--Neutral-Dark-Charcoal, #222);
    box-shadow: none;
}

.learning-container .quick-button:focus {
    box-shadow: none;
}

.learning-container .quick-button img {
    width: 18px;
    height: 18px;
}

.learning-container .card-content label {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: normal;
    text-transform: uppercase;
}

.learning-container .common-lawn-dname {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
}

.learning-container .quick-view {
    color: var(--Neutral-Dark-Charcoal, #222);
    text-align: center;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
}

/* All disease styles */

.learning-container .all-disease-section .col {
    margin-bottom: 40px;
    padding: 0 16px;
}

.learning-container .all-disease-section .item-left .page-link,
.learning-container .all-disease-section .item-right .page-link {
    border: none;
}

.learning-container nav.pager-nav ul.pagination {
    gap: 8px;
    margin: 16px 0 0 0;
}

.learning-container nav.pager-nav {
    width: 100%;
    justify-content: center;
    display: flex;
}

.learning-container nav.pager-nav .pagination li a {
    color: #222222;
    background: #fff;
    border: 1px solid #222;
    text-decoration: none;
    width: 44px;
    height: 44px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.learning-container nav.pager-nav .pagination li.pager__item.is-active.active a {
    background: #222;
    color: #fff;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--previous a,
.learning-container nav.pager-nav .pagination li.pager__item.pager__item--next a {
    background: none;
    color: #222;
    width: auto;
    border: none;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--first,
.learning-container nav.pager-nav .pagination li.pager__item.pager__item--last {
    display: none;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--previous a span,
.learning-container nav.pager-nav .pagination li.pager__item.pager__item--next a span {
    display: none;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--previous,
.learning-container nav.pager-nav .pagination li.pager__item.pager__item--next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--previous a,
.learning-container nav.pager-nav .pagination li.pager__item.pager__item--next a {
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-position: center;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--previous a {
    background: url('/themes/custom/trugreenakqa/assets/images/arrowLeft.svg') no-repeat;
}

.learning-container nav.pager-nav .pagination li.pager__item.pager__item--next a {
    background: url('/themes/custom/trugreenakqa/assets/images/arrowRight.svg') no-repeat;
}

.lcs-page-nav ul.page-numbers {
    display: flex;
    padding: 0;
    gap: 8px;
}

.lcs-page-nav ul.page-numbers li.pager__item {
    list-style: none;
}

.lcs-page-nav ul.page-numbers li.pager__item a.page-link {
    padding: 0 !important;
    box-shadow: none;
}

.lcs-page-nav .pagination li.pager__item.next a.page-link, .lcs-page-nav .pagination li.pager__item.previous a.page-link {
    padding: 0 !important;
    border: none;
    width: 24px;
    height: 24px;
    background-position: center;
    font-size: 0;
    box-shadow:none;
}

.lcs-page-nav .pagination li.pager__item.next a.page-link {
    background: url('/themes/custom/trugreenakqa/assets/images/arrowRight.svg') no-repeat;
}

.lcs-page-nav .pagination li.pager__item.previous a.page-link {
    background: url('/themes/custom/trugreenakqa/assets/images/arrowLeft.svg') no-repeat;
}

.lcs-page-nav ul.pagination {
    align-items: center;
    overflow: hidden;
}

.lcs-page-nav .pagination li.pager__item a.is-active.active {
    background: #222;
    color: #fff;
}

.learning-container .all-disease-section ul li a:hover {
    background: transparent;
}

.learning-container .all-disease-section .page-count a {
    border-radius: 50em;
    border-color: #222;
    padding: .375rem .85rem;
    border: 2px solid;
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-width: 40px;
}

.learning-container #allModal .modal-content {
    padding: 40px 40px 32px 40px;
    border-radius: 16px;
}

.learning-container #allModal .modal-content .modal-header {
    padding: 0;
    border: 0;
    position: absolute;
    right: 2vw;
    top: 2vw;
}

.learning-container #allModal .modal-content .modal-header button {
    color: #222;
    opacity: 1;
}

.learning-container #allModal .modal-content .modal-header button:focus {
    box-shadow: none;
}

.learning-container #allModal .modal-content .modal-body {
    padding: 0;
}

.learning-container .all-disease-section .all-d-detail .col {
    padding: 0 16px;
    margin-bottom: 0;

}

.learning-container #allModal .all-d-name {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
}

.learning-container #allModal .all-d-desc {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.learning-container #allModal .img-box img {
    border-radius: 16px;
}

.learning-container #allModal .learn-more-link {
    color: var(--Primary-Moss, #00873C);
    text-align: center;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.learning-container #allModal .disease-desc {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.learning-container #allModal .desc-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.container-fluid.customquote-section {
    background: var(--Accent-Spearmint, #1EE576);
    padding: 32px 80px;
}

.post-title {
    color: var(--Neutral-Dark-Charcoal, #222);
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    margin-bottom: 8px;
}

.post-description {
    color: #000;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 75%;
}

.customquote-button {
    align-self: center;
    text-align: right;
    padding: 0;
}

.btn-outline-secondary.btn-custom-quote {
    border-radius: var(--size-40, 40px);
    background: var(--Neutral-Black, #000);
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    padding: 16px 80px;
    border: none;
    width: 100%;
}

.btn-outline-secondary.btn-custom-quote:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Modal CSS Start*/

.learning-container .modal.show {
    padding-right: 0;
    z-index: 10000;
}

.learning-container .modal .modal-header {
    padding: 0;
}

.learning-container .modal .modal-header .btn-close {
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 9;
}

.learning-container .modal .modal-body {
    padding: 40px 56px 8px 40px;
}

.learning-container .modal .modal-content {
    border-radius: 16px;
}

.learning-container .modal-body .all-d-detail .img-box.col img {
    border-radius: 16px;
    width: 100%;
}

.learning-container .modal-body .all-d-detail .desc-box.col .all-d-name {
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    color: #222222;
    margin-bottom: 8px;
}

.learning-container .modal-body .all-d-detail .img-box .disease-desc {
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #222;
    margin: 8px 0 0;
}

.learning-container .modal-body .all-d-detail .desc-box.col .all-d-desc {
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #414141;
    margin-bottom: 16px;
}

.learning-container .modal-body .all-d-detail .desc-box.col a {
    color: #00873C;
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.learning-container .modal-body .all-d-detail .desc-box {
    align-self: center;
}

/* Modal CSS End */

.learning-container [id^="identifyModal_"] .modal-dialog .modal-content .modal-body p {
    color: var(--Neutral-Charcoal, #414141);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.lc-page .view-header .result-found {
    color: var(--Neutral-Charcoal, #414141);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    padding-bottom: 48px;
}

.lc-page .view-empty {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lc-page .no-results {
    color: var(--Neutral-Charcoal, #414141);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 0
}

.lc-page .browse-categories {
    display: flex;
    align-items: center;
}

.lc-page .browse-categories a {
    text-decoration: none;
    color: var(--Primary-Moss, #00873C);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#block-getacustomquote {
    background: var(--Accent-Spearmint, #1ee576);
}

#block-getacustomquote .customquote-section {
    background: var(--Accent-Spearmint, #1ee576);
    padding: 32px 12px;
}

.learning-container .learn-more-box a.learn-more {
    display: flex;
    gap: 4px;
}

.learning-container .common-lawn-dname {
    margin-bottom: 0;
    margin-top: 4px;
}

@media screen and (max-width: 500px) {
    .lc-page .view-empty {
        flex-direction: column;
        align-items: flex-start;
    }

    .lc-page .view-header .result-found {
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    .post-title {
        color: #000;
        text-align: center;
        font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: normal;
    }

    .post-description {
        margin-bottom: 0;
    }

    .customquote-button {
        text-align: center;
    }

    .learning-container .quick-button {
        justify-content: center;
        max-width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .learning-container.px-md-custom.con_page_specs {
        padding: 24px 16px 56px 16px;
    }

    .container-fluid.customquote-section {
        padding: 32px 16px;
        text-align: center;
    }

    .customquote-section .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .customquote-section .post-title {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .post-description {
        max-width: max-content;
    }

    .customquote-button {
        text-align: center;
        width: 100%;
    }

    .learning-container .modal .modal-body {
        margin: 48px 16px 24px 16px;
        padding: 0;
    }

    .learning-container .modal .modal-header .btn-close {
       top: 6px;
      right: 7px;
    }

    .learning-container .modal-body .all-d-detail .img-box.col {
        padding-bottom: 24px;
    }

    .learning-container .modal-body .all-d-detail .desc-box.col {
        padding-bottom: 0;
    }

    .learning-container .modal-body .all-d-detail .desc-box.col .all-d-desc {
        max-width: 278px;
    }

    #block-getacustomquote .customquote-section {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .learning-container .modal-dialog {
        max-width: 700px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 767.98px) {
    .customquote-section .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
    }

    .learning-container.px-md-custom.con_page_specs {
        padding: 24px 16px 56px 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container-fluid.customquote-section {
        padding: 32px 36px;
    }

    .learning-container.px-md-custom.con_page_specs {
        padding: 36px 12px 56px 12px;
    }
}

@media screen and (max-width:767.98px) {
    .learning-container {
        padding: 0 16px;
        margin-top: 0;
    }

    .learning-container .header-section {
        padding-bottom: 40px;
    }

    .learning-container .manage-heading {
        padding: 0 4px 40px 4px;
    }

    .learning-container .learning-center {
        padding-bottom: 56px;
    }

    .learning-container #identifyModal .modal-body {
        padding: 0 40px 0 24px;
        margin: 24px 0;
    }

    .learning-container #identifyModal .modal-header {
        position: absolute;
        right: 1vw;
    }

    .learning-container #identifyModal .modal-header .btn-close {
        opacity: 1;
    }

    .learning-container .manage-box {
        padding: 0 0 32px 0;
    }

    .learning-container .manage-disease-section {
        padding: 8px 16px 24px 16px;
    }

    .learning-container .common-disease-section .col {
        padding-bottom: 32px;
    }

    .learning-container .common-disease-section {
        padding-bottom: 16px;
    }

    .learning-container .common-lawn-heading {
        padding: 0 8px 24px 8px;
    }

    .learning-container .all-disease-section .col {
        margin-bottom: 32px;
    }

    .learning-container .all-disease-section .pagination-box {
        margin-top: 28px;
    }

    .learning-container .all-disease-section {
        padding-bottom: 8px;
    }

    .learning-container #allModal .modal-content {
        padding: 64px 24px 24px 24px;
        border-radius: 16px;
    }

    .learning-container #allModal .modal-content .modal-header {
        top: 5vw;
        right: 5vw;
    }

    .learning-container #allModal .disease-desc {
        margin-bottom: 24px;
    }

    .learning-container .card-section img.rounded-top-custom {
        width: 100%;
        max-height: 238px;
    }
}

@media screen and (min-width: 767.98px) and (max-width: 1023.98px) {
    .learning-container .card-content {
        display: flex;
        flex-direction: column;
        min-height: 206px;
    }

    .learning-container .common-lawn-dname {
        flex-grow: 1;
        margin-bottom: 0;
    }

    .learning-container #allModal .img-box img {
        height: 100%;
    }
}

@media screen and (min-width: 990px) and (max-width: 1199.98px) {
    .learning-container .owl-item .post-card-body {
        padding: 16px 12px;
    }
}

@media screen and (max-width: 1200px) {
    .btn-outline-secondary.btn-custom-quote {
        padding: 16px 32px;
    }
}

@media screen and (min-width: 1400px) {
    .customquote-section .btn-outline-secondary.btn-custom-quote {
        min-width: 249px;
    }
}

#views-exposed-form-all-lawn-diseases-search button {
    display: none;
}

header.top-header {
    position: relative !important;
    width: 100%;
    background: #ffffff;
    top: 0;
    z-index: auto;
}

.lc-page .ui-state-active {
    border: none;
    background: transparent;
}

.lc-page .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 100% !important;
    left: 0% !important;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
    top: 44px !important;
}

.lc-page .ui-widget-content a {
    color: var(--Neutral-Charcoal, #414141);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.lc-page .ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}

.lc-page .ui-menu .ui-menu-item {
    margin: 10px 0;
}

@media only screen and (min-width: 1024px) {
    .learning-container .js-tabcontent .h-100.card-section:hover {
        border: 1px solid var(--Primary-Moss, #00873C);
    }
}

.lc-page .learning-container .header-section .search-box{
    background-color: #f2f2f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 48px;
}