@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
 ::-webkit-scrollbar:horizontal {
    height: 0;
    width: 0;
    display: none;
}

 ::-webkit-scrollbar-thumb:horizontal {
    display: none;
}

html {
    scroll-behavior: smooth !important;
    overflow-x: visible !important;
}

body {
    overflow-x: hidden !important;
}

@media (max-width: 600px) {
    html {
        overflow-x: hidden !important;
    }
    body {
        overflow-x: hidden !important;
    }
}

.midtxt {
    font-size: 13px;
}

.post-img-wrap {
    margin-bottom: 20px;
}

.post-img-wrap img {
    width: 50%;
}

.article-hero {
    width: 100%;
    height: 333px;
    display: flex;
    background: #f1fafe;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0%;
}

.article-hero h1 {
    color: var(--black);
    font-size: 28px;
}

.article-hero .breadcrumb-wrapper {
    margin: auto;
    display: flex;
}

.article-hero .breadcrumb-wrapper a {
    color: #737373;
    text-decoration: none;
}

.article-hero .breadcrumb-wrapper a:hover {
    text-decoration: underline;
}

.article-hero .breadcrumb-item {
    font-family: Arial, Helvetica, sans-serif;
}

.article-hero .breadcrumb-item::before {
    content: ">" !important;
}

.avg-rng {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 13px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    background: #eaeaea;
    max-width: 360px;
    border-radius: 5px;
}

.avg-rng .text-blue {
    color: #0080ff;
    margin-left: 3px;
}

.cost-range-wrapper {
    margin-top: 10px;
    max-width: 450px;
    color: #000;
}

.cbx-primary {
    background-color: var(--primary);
    padding: 7px 18px 7px 18px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
}

.cbx-secondary {
    background-color: var(--secondary);
    padding: 7px 18px 7px 18px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
}

.article-hero .mtxt {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-hero .zipform-wrapper {
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--black);
    position: relative;
}

.article-hero .zipform-wrapper h5 {
    margin-bottom: 10px;
}

.article-hero .zipform-wrapper input,
.standalone-zipform input {
    border: var(--primary) 1px solid;
    border-radius: 5px !important;
    background: #edeeef;
    padding: 11px 6px 11px 6px;
    font-size: 20px;
}

.standalone-zipform {
    position: relative;
    bottom: 13px;
}

.standalone-zipform input {
    padding: 7px 3px 7px 3px;
    font-size: 14px;
}

.article-hero .zipform-wrapper .submit-btn,
.standalone-zipform .submit-btn {
    background-color: var(--primary);
    border: var(--primary) 1px solid;
    border-radius: 5px;
    padding: 11px 6px 11px 6px;
    font-size: 20px;
    color: #fff;
    margin-left: 5px;
}

.submit-btn:hover {
    background: var(--primary-hover) !important;
}

.standalone-zipform .submit-btn {
    padding: 7px 3px 7px 3px;
    font-size: 14px;
}

.standalone-zipform .marker {
    position: absolute;
    top: 5px;
    right: 111px;
}

.article-hero .zipform-wrapper .marker {
    position: absolute;
    top: 47%;
    right: 48%;
    font-size: 130%;
}

.hwitwk {
    margin-top: 10px;
    margin-bottom: 1px !important;
}

.info-cards {
    color: #000;
    margin: auto;
    margin-top: -100px;
    margin-bottom: 5%;
    width: 90%;
}

.info-cards .card {
    text-align: left;
    margin-top: 20px;
}

.info-cards .card-body {
    text-align: left;
    height: 250px;
}

.main-content {
    margin-top: 1px;
    width: 97%;
}

.post-date {
    font-family: "Calibri";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.post-author-info {
    font-size: 14px;
}

.post-info {
    margin-bottom: 20px;
}

.post-body {
    font-size: 16px;
}

.article-body {
    background: #FFF9F4;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 5px;
}

.article-update-info {}

.cost-tbl-wrapper {
    margin-top: 30px;
}

.cost-tbl-wrapper .card {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.cost-tbl-wrapper .highlight {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--secondary);
    color: #fff;
}

.cost-tbl-wrapper .item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
    color: #000;
}

.cost-tbl-wrapper .item:last-child {
    border-bottom: 0px;
}

.xcv-lp {
    margin-bottom: 5px;
}

.stx-info {
    margin-left: 10px;
    padding-right: 22%;
}


/* .cost-tbl-wrapper .price{
float: right;
} */

.rtc .cbx-primary {}

.rtc a {
    color: var(--primary) !important;
    font-style: italic !important;
}

@media (max-width: 768px) {
    .cbx-primary {
        font-size: 14px;
        border-radius: 4px;
    }
    .rtc .cbx-primary {
        display: inline-block !important;
        margin-bottom: 6px !important;
    }
    .cbx-secondary {
        font-size: 12px;
        border-radius: 4px;
    }
    .article-hero {
        width: 100%;
        height: 400px;
        display: flex;
        background: #fff9f4;
        color: #fff;
        padding-top: 70px;
        padding-bottom: 150px;
        margin-bottom: 0%;
    }
    .info-cards {
        margin-top: 25px;
    }
}

@media (max-width: 1078px) {
    .standalone-zipform {
        margin-left: 4px;
    }
    .standalone-zipform .marker {
        position: absolute;
        top: 5px;
        right: 76px;
    }
    .standalone-zipform input {
        padding: 4px 1px 4px 1px;
        font-size: 10px;
        margin-left: -14px;
    }
    .standalone-zipform .submit-btn {
        padding: 4px 1px 4px 1px;
        font-size: 10px;
    }
}

@media (max-width: 600px) {
    .stx-info {
        margin-left: 10px;
        padding-right: 0%;
    }
    .article-hero {
        /* height: 600px; */
        display: flex;
        background: #fff9f4;
        color: #fff;
        padding-top: 70px;
        padding-bottom: 150px;
        margin-bottom: 0%;
    }
    .article-hero h1 {
        color: var(--black);
        font-size: 23px;
    }
    .article-hero .zipform-wrapper input {
        border: var(--primary) 1px solid;
        border-radius: 6px;
        background: transparent;
        padding: 5px 3px 5px 3px;
        font-size: 14px;
    }
    .article-hero .zipform-wrapper .submit-btn {
        background-color: var(--primary);
        border: var(--primary) 1px solid;
        border-radius: 25px;
        /* padding: 5px 3px 5px 3px; */
        font-size: 15px;
        color: #fff;
        /* margin-left: -13px; */
        margin-top: 6px;
        display: block;
        font-size: 12px;
    }
    .standalone-zipform input {
        padding: 4px 2px 4px 2px;
        font-size: 14px;
    }
    .standalone-zipform .submit-btn {
        padding: 4px 2px 4px 2px;
        font-size: 14px;
    }
    .avg-rng {
        font-size: 15px;
    }
    .info-cards {
        margin-top: -50% !important;
    }
    .article-update-info {
        margin-top: 20px;
    }
}

.hero-container {
    width: 100%;
    display: flex;
    background: #064f71 center center;
    color: #fff;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-bottom: 30px;
}

.dfa {
    /* margin-left: 5%; */
    /* margin-bottom: 3%; */
}

.rtc img {
    width: 99% !important;
    border-radius: 3px;
    /* border: 1px solid var(--secondary) !important; */
    margin-top: 3px;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .dfa {
        margin-left: 0%;
        margin-bottom: 3% !important;
        margin: auto;
        width: 93%;
    }
}

.dfa .rtc {
    /* font-family: 'Open Sans' !important; */
    /* font-family: 'Poppins', sans-serif !important; */
    font-weight: 400 !important;
    margin-bottom: 25px;
}

._from_editor p {
    margin-bottom: -5px;
}

.dfa .post-info {
    margin-bottom: 5%;
}

@media (max-width: 600px) {
    .dfa .post-info {
        margin-bottom: 20px !important;
    }
}

.dfa .post-title {
    font-weight: 900 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dfa .post-date {
    font-weight: 600;
    font-style: italic;
    /* font-family: 'Open Sans' !important; */
}

.cgd {
    font-weight: 600 !important;
}

.cgd h1,
.cgd h2,
.cgd h3,
.cgd h4,
.cgd h5,
.cgd h6 {
    font-weight: 800 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

[dir=ltr] span {
    font-size: 15px !important;
    font-weight: 400 !important;
    display: block;
}

.TOCTAG {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 600px) {
    .TOCTAG {
        font-weight: 600;
        margin-bottom: -10px;
        margin-top: -10px;
    }
}


/* Table of Content */

.toc {
    position: sticky;
    /* top: 2rem; */
    top: 4.5rem;
    align-self: start;
    background: rgba(13, 110, 253, .25);
    padding: 20px 5px 20px 0px;
    width: 80%;
    font-family: Arial;
    margin-left: 20px !important;
}

@media (max-width: 767px) {
    .toc {
        display: none;
    }
}

.editors-pick {
    display: block;
}

.cg-col-1 {
    margin-top: 3rem;
}

.cg-col-2 {
    margin-top: 3rem;
}

.suggested-wrap {
    margin-bottom: -5rem;
}

.suggested-wrap .h {
    margin-bottom: 1.3vh;
    font-weight: 800;
}

@media (max-width: 1023px) {
    .suggested-wrap .h {
        margin-bottom: 3vh;
    }
}

@media (max-width: 600px) {
    .editors-pick {
        margin-top: 30px;
    }
}


/* 3. ScrollSpy active styles (see JS tab for activation) */

.toc a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    transition: all 50ms ease-in-out;
    /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â¡ This small transition makes setting of the active state smooth */
}


/* Sidebar Navigation */

.toc .section-nav {
    padding-left: 0;
    border-left: 1px solid #efefef;
}

.toc a:hover,
.toc a:focus {
    color: #666;
    text-decoration: underline !important;
}

.toc ul,
.toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc li {
    margin-left: 1rem;
}

.toc li.active {
    margin-left: 1.7rem;
    transition: all 50ms ease-in-out;
    /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â¡ This small transition makes setting of the active state smooth */
}

.toc li.active a {
    font-style: italic;
    text-decoration: underline;
}

.toc h1 {
    font-weight: 300;
}

.post-tags-wrap {}

.post-tags-wrap .item {
    font-weight: 600;
    background-color: #e8e8e8 !important;
    padding: 3px;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    display: inline-block;
    margin-bottom: 4px;
}

.post-tags-wrap a:hover {
    text-decoration: none !important;
    background-color: #d3d3d3 !important;
}

.x-toc {
    margin-top: 44px !important;
    position: sticky;
    /* top: 39px; */
    margin-left: 1.5rem;
    background-color: #f5f5f5 !important;
    padding: 20px 5px 20px 0px;
    width: 80%;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    color: #56584b !important;
}

.x-toc-cg {
    width: 90% !important;
}

@media (max-width: 768px) {
    .x-toc {
        display: none !important;
    }
}

.x-toc .h {
    margin: auto;
    width: 90%;
    background: rgba(51, 102, 255, 0.5);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    top: -20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 11px;
}

.x-toc .list-wrap {
    width: 80%;
    margin: auto;
}

.x-toc .section-nav {
    padding-left: 0;
    border-left: 1px solid #efefef;
}

.x-toc a:hover,
.toc a:focus {
    color: #666;
    text-decoration: underline !important;
}

.x-toc ul,
.x-toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.x-toc li {
    margin-bottom: 0.3rem;
    padding-left: 20px;
    /* Add some padding to create space for the image */
    position: relative;
    font-weight: 600;
}

.x-toc li:before {
    font-family: "bootstrap-icons" !important;
    content: "\f285";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 10px;
    font-weight: 800;
    background-repeat: no-repeat;
    background-size: contain;
    color: #8a8c77 !important;
}

.x-toc li.active {
    margin-left: 0.3rem;
    transition: all 50ms ease-in-out;
    color: #3366FF !important;
    /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â¡ This small transition makes setting of the active state smooth */
}

.x-toc li a {
    color: #8a8c77!important;
}

.x-toc li.active a {
    /* font-style: italic; */
    color: #3366FF !important;
}

.suggested-posts {
    display: block;
    margin-bottom: -60px;
}

.suggested-posts img {
    border-radius: 11px;
    width: 80px;
}

.suggested-posts .link-wrap {
    /* margin-left: -20px; */
    /* margin-top: 20px; */
    margin-bottom: 25px;
    position: relative;
    top: -65px;
    left: 100px;
    /* font-size: 15px; */
}

.suggested-posts a {
    font-size: 16px;
    color: var(--primary);
    text-align: center;
}

.suggested-posts .title {
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: left;
    /* word-wrap: break-word; */
    /* overflow-y: scroll; */
    width: 88%;
    font-size: 13px;
    /* display: contents; */
}


/* Preloader */

.ldr-container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.ldr-container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}


/* Spinner Loading */

.ldr-container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-top-color: #0a7bb1;
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 23em;
    margin: 0 auto 3.5em auto;
    width: 23em;
}


/* Loading text */

.ldr-container-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
}

.ldr-container-preloader .center-stuff {
    position: relative;
    top: -280px;
    left: 65px;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: orange;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ldr-container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.ldr-container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

.ldr-container-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ldr-container-preloader .loader-section.section-left {
    left: 0;
}

.ldr-container-preloader .loader-section.section-right {
    right: 0;
}


/* Fade effect on loading animation */

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}


/* Curtain effect */

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}


/* Animation of the preloader */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}


/* Animation of letters loading from the preloader */

@keyframes characters {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ldr-container-preloader .animation-preloader .spinner {
        height: 15em;
        width: 15em;
    }
    .ldr-container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
    .ldr-container-preloader .center-stuff {
        position: relative;
        top: -220px;
        left: 0px;
    }
}

@media screen and (max-width: 500px) {
    .ldr-container-preloader .animation-preloader .spinner {
        height: 15em;
        width: 15em;
    }
    .ldr-container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}

.origin {
    text-decoration: none;
    font-size: 45px;
}

.article-caption {
    position: relative;
    width: 65%;
}

@media screen and (max-width: 767px) {
    .article-caption {
        position: relative;
        width: 100%;
    }
}