.downLoad a {
    background: #2c3d2c !important
}

.downLoad a:hover {
    background: #ac7e4c !important
}

.popupOuter {
    backdrop-filter: blur(6px)
}

.popupOuter .dialog-widget-content {
    border-radius: 12px !important;
    padding: 0;
    box-shadow: 0 10px 30px rgba (0, 0, 0, .15) !important;
    animation: popupFade 0.3s ease
}

a.dialog-close-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 0;
    margin-right: 0;
    background: #879205;
    outline: none;
    left: auto;
    right: 20px;
    top: 20px;
    border-radius: 5px;
    opacity: .5;
    transition: all 0.5s ease;
    color: #fff !important
}

a.dialog-close-button svg {
    fill: #fff !important
}

.dialog-close-button:hover {
    opacity: 1
}

.popupOuter h2,
.popupOuter .elementor-heading-title {
    font-size: 22px;
    font-weight: 600;
    color: #0A2540;
    margin-bottom: 5px;
    font-family: "Italiana", Sans-serif !important;
    color: #000 !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important
}

.popupOuter p,
.popupOuter .elementor-field-label {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #666 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    font-family: "Italiana", Sans-serif !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important
}

.formTitle {
    margin-bottom: 15px !important
}

.popupOuter input,
.popupOuter select,
.popupOuter textarea {
    height: 45px;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    font-size: 14px;
    margin-bottom: 0;
    transition: 0.3s
}

.popupOuter input:focus,
.popupOuter select:focus,
.popupOuter textarea:focus {
    border-color: #0073ff !important;
    box-shadow: 0 0 0 2px rgb(0 115 255 / .1);
    outline: none
}

.popupOuter .elementor-button {
    width: 100%;
    height: 38px;
    background: #ac7e4c !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s
}

.formBrochure {
    padding: 30px !important
}

.popupOuter .elementor-button:hover {
    background: #996e3f !important
}

.popupOuter .elementor-message {
    text-align: center;
    font-size: 14px
}

.popupOuter .elementor-message-success {
    color: green
}

.popupOuter .elementor-message-danger {
    color: red
}

.listewe svg path {
    fill: #ede3b9 !important
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.tabOuterAreaHome .elementor-tabs-wrapper {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 25px !important
}

.tabOuterAreaHome .e-n-tabs {
    width: 100% !important
}

.tabOuterAreaHome .e-n-tabs-heading {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 25px !important;
    flex-wrap: wrap !important
}

.tabOuterAreaHome .e-n-tab-title {
    background: #f5f5f5 !important;
    padding: 10px 22px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important
}

.rightPlanArea .elementor-widget-container a {
    border-radius: 6px !important;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    display: flex !important
}

.rightPlanArea .elementor-widget-container a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease
}

.rightPlanArea .elementor-widget {
    width: 100% !important;
    height: 100% !important;
    display: flex !important
}

.rightPlanArea .elementor-widget .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
    display: flex !important
}

.rightPlanArea .elementor-widget-container a img:hover {
    transform: scale(1.05)
}

.tabOuterAreaHome .e-n-tab-title {
    margin: 0 !important
}

.tabOuterAreaHome .e-n-tab-title:hover,
.tabOuterAreaHome .e-n-tab-title[aria-selected="true"] {
    background: #ac7e4c !important;
    color: #fff !important
}

.abcd.header-contracted {
    background: #2a3d2d !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1)
}

.abcd.header-contracted .elementor-motion-effects-layer {
    background-color: #2a3d2d !important;
    opacity: 1 !important;
    display: none !important
}

.elementor-motion-effects-container {
    display: none !important
}

.scheduleVisitPop {
    backdrop-filter: blur(6px)
}

.scheduleVisitPop .dialog-widget-content {
    border-radius: 12px !important;
    padding: 0;
    box-shadow: 0 10px 30px rgba (0, 0, 0, .15) !important;
    animation: popupFade2 0.3s ease;
    background: #efeae7 !important
}

.scheduleVisitPop a.dialog-close-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 0;
    margin-right: 0;
    background: #879205;
    outline: none;
    left: auto;
    right: 50px;
    top: 50px;
    border-radius: 5px;
    opacity: .5;
    transition: all 0.5s ease;
    color: #fff !important
}

.scheduleVisitPop a.dialog-close-button svg {
    fill: #fff !important
}

.scheduleVisitPop .dialog-close-button:hover {
    opacity: 1
}

.scheduleVisitPop h2,
.scheduleVisitPop .elementor-heading-title {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #36312e !important;
    margin-bottom: 5px;
    font-family: "Italiana", Sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important
}

.leftFormBan p {
    margin-bottom: 20px !important
}

.scheduleVisitPop p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    font-family: "Poppins", serif !important;
    color: #5c5c5c !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important
}

.noSpam p {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    color: #68635f !important;
    font-size: 12px !important
}

.formBan {
    margin-top: 10px !important;
    border-radius: 12px !important;
    overflow: hidden
}

.formBan img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s ease;
    transform: scale(1)
}

.formBan:hover img {
    transform: scale(1.1)
}

.scheduleVisitPop .elementor-field-label {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    font-family: "Poppins", serif !important;
    color: #5c5c5c !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important
}

.scheduleVisitPop .formTitle {
    margin-bottom: 5px !important
}

.formScheTitle .elementor-icon-list-icon svg path {
    fill: #a18263 !important
}

.scheduleVisitPop input,
.scheduleVisitPop select,
.scheduleVisitPop textarea {
    height: 40px;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    font-size: 14px;
    margin-bottom: 0;
    transition: 0.3s;
    padding-left: 35px !important
}

.scheduleVisitPop input:focus,
.scheduleVisitPop select:focus,
.scheduleVisitPop textarea:focus {
    border-color: #9b7550 !important;
    box-shadow: 0 0 0 2px rgb(0 115 255 / .1);
    outline: none
}

.scheduleVisitPop .elementor-button {
    width: 100%;
    height: 38px;
    background: #ac7e4c !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s
}

.formBrochure {
    padding: 30px !important
}

.scheduleVisitPop .elementor-button:hover {
    background: #996e3f !important
}

.scheduleVisitPop .elementor-message {
    text-align: center;
    font-size: 14px
}

.scheduleVisitPop .elementor-message-success {
    color: green
}

.scheduleVisitPop .elementor-message-danger {
    color: red
}

@keyframes popupFade2 {
    from {
        opacity: 0;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.formAreaRt {
    background: #f9f4f1 !important;
    padding: 25px 40px !important;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .15);
    border-radius: 10px !important
}

.formScheTitle {
    margin-bottom: 15px !important
}

.formSchedule .elementor-field-type-acceptance {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start
}

.formSchedule .elementor-field-subgroup {
    max-width: 30px !important
}

.formSchedule .elementor-acceptance-field {
    width: 14px !important;
    height: 14px !important;
    margin-top: 5px;
    outline: none !important;
    border: none !important
}

.formSchedule .elementor-field-group {
    position: relative;
    z-index: 1;
    margin-bottom: 10px !important
}

.formSchedule .elementor-field-type-tel:after,
.formSchedule .elementor-field-group-name:after,
.formSchedule .elementor-field-type-date:after,
.formSchedule .elementor-field-type-time:after {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 13px;
    bottom: 13px;
    z-index: 1;
    background-color: #9c764f;
    content: "";
    -webkit-mask-size: contain !important;
    mask-size: contain !important
}

.formSchedule .elementor-field-type-tel:after {
    -webkit-mask: url(/wp-content/uploads/2026/04/telephone.svg) no-repeat center;
    mask: url(/wp-content/uploads/2026/04/telephone.svg) no-repeat center
}

.formSchedule .elementor-field-group-name:after {
    -webkit-mask: url(/wp-content/uploads/2026/04/admin.svg) no-repeat center;
    mask: url(/wp-content/uploads/2026/04/admin.svg) no-repeat center
}

.formSchedule .elementor-field-type-tel:after {
    -webkit-mask: url(/wp-content/uploads/2026/04/telephone.svg) no-repeat center;
    mask: url(/wp-content/uploads/2026/04/telephone.svg) no-repeat center
}

.formSchedule .elementor-field-type-date:after {
    -webkit-mask: url(/wp-content/uploads/2026/04/calender.svg) no-repeat center;
    mask: url(/wp-content/uploads/2026/04/calender.svg) no-repeat center
}

.formSchedule .elementor-field-type-time:after {
    -webkit-mask: url(/wp-content/uploads/2026/04/clock.svg) no-repeat center;
    mask: url(/wp-content/uploads/2026/04/clock.svg) no-repeat center
}

.cenAvisit .elementor-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1280px) {
    .floorPlanOuter {
        padding-inline: 40px !important
    }
}

@media only screen and (max-width:1150px) {
    .eael-filter-gallery-control>ul li {
        font-size: 10px !important;
        padding: 6px 10px !important
    }
    .elementor-button {
        padding-inline: 14px !important
    }
}

@media only screen and (max-width:1080px) {
    .elementor-15 .elementor-element.elementor-element-0bb556d .elementor-heading-title {
        font-size: 36px !important;
        line-height: 46px !important
    }
    .elementor-section-boxed .elementor-icon i,
    .elementor-icon svg {
        width: 30px !important;
        height: 30px !important
    }
}

@media only screen and (max-width:1080px) {
    .iabcd {
        inset-inline-start: 0px !important;
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .leftPlanArea .phaseTitle h2 {
        font-size: 20px !important;
        line-height: 30px !important
    }
    .rightPlanArea {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
        width: 100% !important
    }
    .leftPlanArea {
        padding-right: 0 !important
    }
    .rightPlanArea .elementor-widget-container a {
        width: 300px !important;
        height: 300px !important
    }
    .rightPlanArea .elementor-widget-container a img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        max-width: 100% !important
    }
    .rightPlanArea .elementor-widget .elementor-widget-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important
    }
}

@media only screen and (max-width:480px) {
    .rightPlanArea .elementor-widget-container a {
        width: 200px !important;
        height: 200px !important
    }
}

@media only screen and (max-width:991px) {
    .scheduleVisitPop {}
    .scheduleVisitPop .dialog-widget-content {
        max-width: 100% !important;
        width: 90% !important
    }
    .scheduleVisitPop .dialog-lightbox-message {
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .scheduleOuterBox {
        gap: 30px !important
    }
    .scheduleVisitPop h2,
    .scheduleVisitPop .elementor-heading-title {
        font-size: 22px !important;
        line-height: 30px !important
    }
    .formAreaRt {
        padding: 15px 20px !important
    }
    .formBrochure {
        padding: 15px !important
    }
}

body.blog,
body.single-post,
body.page-id-1819 {
    padding-top: 0 !important
}

body.blog .abcd,
body.single-post .abcd,
body.page-id-1819 .abcd {
    z-index: 99;
    background: rgb(44 61 44 / .9) !important
}

.pageInnerArea .innerPageTitle .hfe-breadcrumbs a {
    text-decoration: none !important
}

.leftRightPdlr {
    padding-inline: 70px !important
}

.headingH2 h2 {
    font-size: 45px !important;
    line-height: 55px !important;
    font-family: "Inter", sans-serif !important
}

.headingH4 h4 {
    font-size: 24px !important;
    line-height: 34px !important;
    font-family: "Inter", sans-serif !important
}

.headingH5 h5 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: "Inter", sans-serif !important
}

.headingH6 h6 {
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: "Inter", sans-serif !important
}

.privacy.headingH5 h5,
.privacy.headingH4 h4,
.privacy.headingH6 h6 {
    color: #000 !important
}

.privacy.headingH6 h6 {
    margin-bottom: 10px !important
}

.privacy.headingH4 h4 {
    margin-bottom: 20px !important
}

.headingH1 {
    font-size: 43px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    font-family: "Inter", sans-serif !important
}

.para {
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: "Inter", sans-serif !important
}

.privacy p {
    color: #444 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 15px !important
}

.privacy.para.no p {
    margin-top: 0 !important
}

.privacy ul li {
    color: #444 !important;
    font-size: 14px !important;
    line-height: 24px !important
}

.innerPageTitle {
    padding-top: 230px !important;
    padding-bottom: 130px !important;
    position: relative;
    z-index: 1
}

.innerPageTitle:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #2c3d2c !important;
    opacity: 0.9 !important
}

.breadCum ul li .hfe-breadcrumbs-home-icon svg path {
    fill: #fff !important
}

.innerPageTitle .headingH2 h2 {
    color: #fff !important
}

.breadCum ul li.hfe-breadcrumbs-item {
    color: #fff !important;
    font-family: "Inter", sans-serif !important
}

.breadCum ul li.hfe-breadcrumbs-item a {
    color: #fff !important;
    transition: all 0.5s ease;
    font-family: "Inter", sans-serif !important
}

.breadCum ul li.hfe-breadcrumbs-item a:hover {
    opacity: 0.9 !important
}

.breadCum ul li .hfe-breadcrumbs-separator-text {
    color: #fff !important
}

.blogContentArea {
    padding-block: 80px !important;
    background: #f6f6f6 !important
}

.topLatestPost .elementor-post__thumbnail__link {
    transition: all 0.5s ease;
    margin-bottom: 15px !important
}

.mostPopular h4 {
    color: #000 !important
}

.rightLatestBlog {
    max-width: 500px !important
}

.headBgArtitle {
    background: #2a3d2d;
    padding: 15px !important;
    border-radius: 5px !important;
    margin-bottom: 15px !important
}

.headBgArtitle h2 {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 34px !important
}

.headBgArtitle h2 span {
    display: block
}

.blogThIcon {
    width: 90px
}

.rightLatestBlog .elementor-grid {
    gap: 0 !important
}

.rightLatestBlog .elementor-posts article .elementor-post__thumbnail__link {
    width: 180px !important
}

.rightLatestBlog article {
    padding-bottom: 15px !important;
    margin-bottom: 14px !important;
    position: relative
}

.rightLatestBlog article:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.rightLatestBlog article:last-child:after {
    display: none
}

.rightLatestBlog article:after {
    width: 100% !important;
    height: 1px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #cacaca
}

.rightLatestBlog .elementor-post__meta-data {
    margin-bottom: 0 !important;
    margin-top: 20px !important
}

.rightLatestBlog .elementor-post__meta-data span,
.topLatestPost .elementor-post__meta-data span,
.blogLoopCard .catMeta ul li span,
.blogLoopCard .catMeta ul li span a {
    color: #555 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important
}

.topLatestPost .elementor-post__excerpt {
    order: 2;
    margin-bottom: 0 !important
}

.topLatestPost .elementor-post__title {
    order: 1
}

.topLatestPost .elementor-post__meta-data {
    order: 3;
    margin-bottom: 0 !important
}

.topLatestPost .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px
}

.rightLatestBlog .elementor-post__thumbnail,
.topLatestPost .elementor-post__thumbnail,
.blogLoopCard .cardPhoto {
    overflow: hidden;
    border-radius: 5px !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0 !important
}

.topLatestPost .elementor-post__thumbnail {
    height: 350px !important
}

.rightLatestBlog .elementor-post__thumbnail {
    height: 100px !important
}

.blogLoopCard .cardPhoto a {
    width: 100% !important;
    height: 100% !important;
    display: flex
}

.blogLoopCard .cardPhoto {
    height: 200px !important;
    display: flex !important
}

.blogLoopCard .cardPhoto .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
    display: flex
}

.topLatestPost .elementor-post__thumbnail img,
.rightLatestBlog .elementor-post__thumbnail img,
.blogLoopCard .cardPhoto img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1) translate(0, 0) !important;
    position: static !important;
    transition: all 0.5s ease !important;
    object-position: left top !important
}

.topLatestPost .elementor-post__thumbnail:hover img,
.rightLatestBlog .elementor-post__thumbnail:hover img,
.blogLoopCard:hover .cardPhoto img {
    transform: scale(1.1) !important
}

.topLatestPost .elementor-post__text h3 a {
    font-size: 32px !important;
    line-height: 42px !important
}

.topLatestPost .elementor-post__text h3 a,
.rightLatestBlog .elementor-post__text h3 a {
    color: #000 !important
}

.topLatestPost .elementor-post__text h3 a:hover,
.rightLatestBlog .elementor-post__text h3 a:hover {
    text-decoration: underline
}

.blogCardBoxArea {
    padding-block: 50px !important
}

.mostPopular {
    margin-bottom: 25px !important
}

.blogLoopCard .headingH5 a {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    display: flex
}

.blogLoopCard .para {
    color: #777 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0
}

.descArea {
    padding-top: 15px !important
}

.descArea .catMeta {
    margin-bottom: 10px !important
}

.descArea .headingH5 {
    margin-bottom: 10px !important
}

.descArea .elementor-icon-list-icon svg path {
    fill: #555 !important
}

.blogDetailBanner {
    background: #f0e5bd !important;
    padding-block: 50px !important;
    padding-top: 180px !important
}

.postBanner {
    width: 450px !important;
    height: 300px !important
}

.blogFeatureBanner {
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px !important;
    overflow: hidden
}

.blogFeatureBanner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: left top !important;
    transition: all 0.5s ease;
    transform: scale(1)
}

.blogFeatureBanner img:hover {
    transform: scale(1.1)
}

.leftBlogInfoBan {
    max-width: 690px !important;
    padding-right: 50px !important
}

.breadCumTop {
    margin-bottom: 20px !important
}

.breadCumTop ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0px !important
}

.breadCumTop ul li {
    color: #2c3d2c !important;
    font-size: 12px !important;
    line-height: 20px !important;
    margin-right: 0 !important
}

.breadCumTop ul li .hfe-breadcrumbs-separator-icon svg {
    width: 14px !important;
    height: 14px !important;
    object-fit: contain !important
}

.breadCumTop ul li .hfe-breadcrumbs-separator-icon svg path {
    fill: #2c3d2c !important;
    opacity: 0.5 !important
}

.breadCumTop ul li a {
    color: #2c3d2c !important;
    text-decoration: none !important;
    transition: all 0.5s ease
}

.breadCumTop ul li:hover a {
    color: #ac7e4c !important
}

.breadCumTop ul li.hfe-breadcrumbs-last span.hfe-breadcrumbs-text {
    width: 15ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadCumTop ul li span.hfe-breadcrumbs-home-icon {
    margin: 0 !important
}

.leftBlogInfoBan .headingH1 h1 {
    color: #2c3d2c !important;
    margin-bottom: 10px !important
}

.leftBlogInfoBan .para {
    color: #2c3d2c !important;
    opacity: .8;
    margin-bottom: 15px !important;
    display: -webkit-box;
    width: 100%;
    height: 55.9px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.postInfoMeta {
    font-family: "Inter", sans-serif !important
}

.postInfoMeta ul li a {
    text-decoration: none !important;
    color: #2c3d2c !important;
    font-weight: 400 !important
}

.postInfoMeta ul li span {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important
}

.postInfoMeta ul .elementor-icon-list-icon svg path {
    fill: #2c3d2c !important
}

.postInfoMeta ul .elementor-icon-list-text {
    color: #2c3d2c !important;
    font-size: 12px !important;
    line-height: 20px !important;
    transition: all 0.5s ease
}

.postInfoMeta ul .elementor-icon-list-text:hover {
    opacity: 1 !important
}

.innerContentBox {
    position: relative;
    min-height: 750px !important
}

.stickySidebar {
    position: sticky;
    right: 0;
    top: 0;
    min-width: 330px !important;
    width: 100% !important;
    max-width: 330px !important;
    padding-top: 60px;
    height: 550px !important
}

.stickyAboutAb {
    background: #2c3d2c;
    padding: 30px 20px !important;
    border-radius: 5px
}

.stickyAboutAb .abtHeadPara h4 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500 !important;
    margin-bottom: 10px !important
}

.abHeading h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #fff !important
}

.abHeading .elementor-image-box-wrapper {
    gap: 10px !important
}

.abHeading {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / .3)
}

.stickyAboutAb .elementor-image-box-img {
    background: #fff;
    padding: 0 3px;
    display: flex;
    height: auto !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 !important
}

.stickyAboutAb .elementor-icon-list-text {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 26px !important
}

.stickyAboutAb .elementor-icon-list-icon svg path {
    fill: #f0e5bd !important
}

.abtListrt ul {
    gap: 9px !important;
    display: flex;
    flex-direction: column
}

.getQuoteBtn {
    margin-top: 15px !important;
    display: flex;
    justify-content: center;
    width: 100% !important
}

.getQuoteBtn a {
    background: #f0e5bd !important;
    color: #2c3d2c !important;
    transition: all 0.5s ease;
    text-decoration: none !important;
    width: 100% !important;
    display: block !important;
    border-radius: 5px !important
}

.getQuoteBtn a:hover {
    background: #ac7e4c !important;
    color: #fff !important
}

.getQuoteBtn a span {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important
}

.socialShare {
    margin-top: 7px !important
}

.socialShare h6 {
    display: none !important
}

.leftScrollArea {
    padding-top: 60px !important;
    padding-right: 80px !important
}

.leftScrollArea .headingH4 h4 {
    color: #000 !important
}

.leftScrollArea .para {
    color: #333 !important
}

.sectionOne {
    margin-bottom: 25px !important;
    gap: 0 !important;
    padding: 0 !important
}

.sectionOne .headingH4 {
    margin-bottom: 15px !important
}

.thumbnailBlog {
    background: #f6f6f6;
    padding: 20px 35px !important;
    margin-block: 20px !important;
    border-radius: 5px !important
}

.leftInnerSections {
    gap: 0 !important
}

.introArea {
    padding: 0 !important
}

.faqSection .e-n-accordion-item {
    position: relative
}

.faqSection .e-n-accordion-item:after {
    width: 100%;
    height: 1px;
    content: "";
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0
}

.faqSection .e-n-accordion .e-n-accordion-item:last-child:after {
    display: none !important
}

.faqSection .e-n-accordion-item-title {
    justify-content: space-between !important;
    padding: 10px 0 12px !important;
    border: none !important
}

.comments-area {
    display: none !important
}

.faqSection .e-n-accordion-item-title .e-n-accordion-item-title-text {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important
}

.faqSection .e-n-accordion-item .elementor-element {
    padding-inline: 0 !important;
    padding-block-end: 10px !important;
    padding-block-start: 0px !important;
    border: none !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important
}

.elementor-pagination {
    margin-top: 25px !important
}

@media only screen and (max-width:1280px) {
    .blogInnerBanner {
        max-width: 100% !important
    }
    .leftScrollArea {
        max-width: 100% !important
    }
}

@media only screen and (max-width:1024px) {
    .blogContentArea {
        padding-block: 40px !important
    }
    .leftRightPdlr {
        padding-inline: 30px !important
    }
}

@media only screen and (max-width:991px) {
    .blogListContent .e-con-inner {
        width: 100% !important;
        flex-direction: column !important;
        display: flex !important;
        gap: 30px !important
    }
    .blogListContent .e-con-inner article {
        width: 100% !important
    }
    .blogListContent .e-con-inner article a {
        width: 100% !important
    }
    .blogListContent .e-con-inner article h3 a {
        font-size: 15px !important;
        line-height: 25px !important
    }
    .blogListContent .elementor-posts-container {
        display: flex !important
    }
    .rightLatestBlog {
        width: 100% !important;
        min-width: 100% !important
    }
    .rightLatestBlog .elementor-posts-container {
        flex-direction: column !important
    }
    .topLatestPost .elementor-post__text h3 a {
        font-size: 24px !important;
        line-height: 34px !important
    }
    .popularPost .elementor-loop-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important
    }
    .popularPost .elementor-widget-container p {
        font-size: 14px !important;
        line-height: 24px !important
    }
    .topLatestPost .elementor-post__thumbnail {
        height: 250px !important
    }
    .innerPageTitle {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }
    .innerPageTitle .headingH2 h2 {
        font-size: 35px !important;
        line-height: 45px !important
    }
    .blogDetailBanner {
        padding-top: 150px !important
    }
    .leftBlogInfoBan .headingH1 h1 {
        font-size: 24px !important;
        line-height: 34px !important
    }
    .postBanner {
        width: 250px !important;
        height: 200px !important
    }
    .para .elementor-widget-container {
        font-size: 14px !important
    }
    .leftScrollArea {
        padding-top: 40px !important;
        padding-right: 0px !important;
        margin-bottom: 40px !important
    }
    .stickySidebar {
        position: static;
        right: 0;
        top: 0;
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0;
        height: auto !important
    }
    .innerContentBox {
        flex-direction: column !important
    }
    .leftBlogInfoBan .para {
        height: 48px
    }
}

@media only screen and (max-width:767px) {
    .headingH4 h4 {
        font-size: 20px !important;
        line-height: 30px !important
    }
    .blogDetailBanner {
        padding-top: 40px !important
    }
    .postBanner {
        width: 100% !important;
        margin-top: 20px !important
    }
    .thumbnailBlog {
        padding: 10px 10px !important
    }
}

@media only screen and (max-width:640px) {
    .popularPost .elementor-loop-container {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important
    }
    .leftBlogInfoBan .headingH1 h1 {
        font-size: 18px !important;
        line-height: 28px !important
    }
}

@media only screen and (max-width:480px) {
    .rightLatestBlog .latestPost article {
        flex-direction: column !important
    }
    .rightLatestBlog .elementor-posts article .elementor-post__thumbnail__link {
        margin-right: 0 !important;
        width: 100% !important;
        display: flex !important;
        margin-bottom: 10px !important
    }
    .leftRightPdlr {
        padding-inline: 15px !important
    }
    .headBgArtitle h2 {
        font-size: 18px !important;
        line-height: 28px !important
    }
    .blogThIcon {
        width: 60px
    }
}

body.postid-1707 .sectionOne.nine,
body.postid-1707 .sectionOne.ten,
body.postid-1707 .sectionOne.eleven,
body.postid-1707 .sectionOne.tweleve {
    margin-bottom: 0px !important;
    display: none !important
}

body.postid-1774 .sectionOne.seven,
body.postid-1774 .sectionOne.six,
body.postid-1774 .sectionOne.eight,
body.postid-1774 .sectionOne.nine,
body.postid-1774 .sectionOne.ten,
body.postid-1774 .sectionOne.eleven {
    margin-bottom: 0px !important;
    display: none !important
}

body.postid-1774 .faqSection .e-n-accordion .e-n-accordion-item:nth-child(8),
body.postid-1774 .faqSection .e-n-accordion .e-n-accordion-item:nth-child(7),
body.postid-1774 .faqSection .e-n-accordion .e-n-accordion-item:nth-child(7) {
    display: none !important
}

body.postid-1800 .sectionOne.eleven,
body.postid-1800 .sectionOne.ten,
body.postid-1800 .sectionOne.nine,
body.postid-1800 .sectionOne.tweleve {
    margin-bottom: 0px !important;
    display: none !important
}

body.postid-1707 .faqSection .e-n-accordion .e-n-accordion-item:nth-child(8),
body.postid-1800 .faqSection .e-n-accordion .e-n-accordion-item:nth-child(8) {
    display: none !important
}

.innerContentBox {
    margin-bottom: 70px !important
}

body.postid-1897 .sectionOne.eleven,
body.postid-1897 .sectionOne.ten,
body.postid-1897 .sectionOne.nine,
body.postid-1897 .sectionOne.tweleve {
    margin-bottom: 0px !important;
    display: none !important
}

.faqSection p {
    margin-bottom: 0 !important
}

.faqSection .e-n-accordion-item-title .e-n-accordion-item-title-text p,
.faqSection .e-n-accordion-item-title .e-n-accordion-item-title-text {
    color: #2c3d2c !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 500 !important
}

.faqSection .e-n-accordion-item .elementor-element {
    padding-inline: 0 !important;
    padding-block-end: 10px !important;
    padding-block-start: 0px !important;
    border: none !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important
}

.blogFeatureBanner a {
    width: 100%;
    height: 100%
}

.desktopView {
    display: flex !important
}

.mobileView {
    display: none !important
}

@media only screen and (max-width:767px) {
    body.blog header.elementor-location-header .elementor-hidden-desktop,
    body.single-post header.elementor-location-header .elementor-hidden-desktop {
        display: block !important;
        margin-top: 0 !important
    }
    .ftrHide {
        display: none !important
    }
    .mobileView {
        display: block !important
    }
    .desktopView {
        display: none !important
    }
}

@media only screen and (max-width:480px) {
    .rightLatestBlog .elementor-post__thumbnail {
        height: 230px !important
    }
}