.home-banner-section-outer {
    line-height: 1;
    /* width: min(100%, 1920px); */
    width: 100%;
    min-height: calc(100vh - 130px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 85px;
}

.home-banner-section-outer>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.home-banner-section-outer .banner-content-outer {
    z-index: 1;
    position: relative;
/*     width: min(95dvw, 1420px); */
	padding: 40px 0px;
}

.home-banner-section-outer .banner-content-outer .banner-content {
    max-width: 900px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.home-banner-section-outer .banner-content .banner-title-tag {
    color: #392504;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #FFF;
    border-radius: 35px;
    display: inline-block;
    padding: 13px 20px;
    margin: 0 0 30px 0;
    border-radius: 22.43px;
    box-shadow: 0px 82.991px 23.178px 0px rgba(140, 140, 140, 0.00), 0px 53.084px 21.682px 0px rgba(140, 140, 140, 0.01), 0px 29.907px 17.944px 0px rgba(140, 140, 140, 0.05), 0px 13.458px 13.458px 0px rgba(140, 140, 140, 0.09), 0px 2.991px 7.477px 0px rgba(140, 140, 140, 0.10);
}

.home-banner-section-outer .banner-content .banner-title {
    color: #FFF;
    font-family: Rubik;
    font-size: 78px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 18px 0;
}

.home-banner-section-outer .banner-content .banner-text {
    color: #FFF;
    font-family: Rubik;
    font-size: 20px;
    line-height: 33px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 25px 0;
}

.experience-highlights-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.experience-highlights-boxes .highlights-box {
    border-radius: 20px;
    background: #F8F4EE;
    padding: 10px 20px 10px 180px;
    position: relative;
    min-height: 180px;
    display: grid;
    align-content: center;
}

.experience-highlights-boxes .highlights-box .highlights-img {
    width: 180px;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 18px;
    overflow: hidden;
}

.experience-highlights-boxes .highlights-box .highlights-img img {
    object-fit: scale-down;
    width: 100%;
}

.experience-highlights-boxes .highlights-box .highlights-title {
    max-width: 450px;
    color: #392504;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
}

.experience-highlights-boxes .highlights-box .highlights-desc {
    max-width: 450px;
    color: #392504;
    font-family: Rubik;
    font-size: 15px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 300;
}

.night-experiences-outer .header-desc-outer .desc,
.how-to-book-petra-outer .header-desc-outer .desc {
    max-width: 875px;
}

.night-experiences-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}

.night-experiences-boxes:after {
    content: "";
    position: absolute;
    background: url(../images/night-experiences-bg.svg) no-repeat transparent;
    width: 267px;
    height: 202px;
    bottom: 0;
    right: 40px;
    z-index: -1;
    transform: translate(130px, 125px);
    background-size: contain;
}

.night-experiences-boxes .night-experiences-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.night-experiences-boxes .night-experiences-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.night-experiences-boxes .night-experiences-box .night-experiences-content {
    width: 100%;
    height: 100%;
    padding: 42px 26px 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
}

.night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-title {
    color: #FFF;
    font-family: Rubik;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    max-width: 360px;
}

.night-experiences-dtls-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: end;
    align-items: end;
    position: relative;
}

.night-experiences-dtls-outer .night-experiences-more-info-lnk {
    position: absolute;
    bottom: 0;
    right: 0;
}

.night-experiences-dtls-outer ul {
    text-align: left;
    width: 100%;
}

.night-experiences-dtls-outer ul li:not(:last-child) {
    margin: 0 0 8px 0;
}

.night-experiences-dtls-outer ul li span {
    border-radius: 35px;
    background: rgba(232, 232, 232, 0.30);
    backdrop-filter: blur(10px);
    padding: 10px 16px;
    color: #FFF;
    display: inline-block;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

@media (min-width: 1440px){
    .night-experiences-boxes .night-experiences-box>img {
        height: 670px;
    }
}

.how-to-book-petra-steps-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    margin: 70px 0 0 0;
}

.how-to-book-petra-steps-outer .how-to-book-petra-steps-box {
    padding: 72px 30px 40px;
    border-radius: 20px;
    background: #F8F4EE;
    position: relative;
}

.how-to-book-petra-steps-outer .how-to-book-petra-steps-box:before {
    counter-increment: how-to-book-petra-steps-counter;
    content: counter(how-to-book-petra-steps-counter);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #392504;
    color: #FFF;
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    width: 58px;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
}

.how-to-book-petra-steps-outer .how-to-book-petra-steps-box .how-to-book-petra-steps-title {
    color: #524023;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.how-to-book-petra-steps-outer .how-to-book-petra-steps-box .how-to-book-petra-steps-desc {
    color: #392504;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 300;
}

.blogs-list-section-outer .header-desc-outer .desc {
    max-width: 625px;
}

.blogs-list-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 0 40px 0;
    position: relative;
}

.blogs-list-section-outer .blogs-list-outer:before {
    content: "";
    position: absolute;
    background: url(../images/blog-list-bg.svg) no-repeat transparent;
    width: 244px;
    height: 244px;
    top: 0;
    right: 20px;
    z-index: -1;
    transform: translate(90px, -190px);
    opacity: 0.25;
    background-size: contain;
}

.blogs-list-outer .blog-box {
    position: relative;
}

.blogs-list-outer .blog-box .blog-date {
    position: absolute;
    padding: 2px 10px;
    background: #FFF;
    border-radius: 20px;
    color: #392504;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    top: 18px;
    left: 18px;
}

.blogs-list-outer .blog-box .blog-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 16px 0;
}

.blogs-list-outer .blog-box .blog-img a {
    display: block;
}

.blogs-list-outer .blog-box .blog-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 23 / 12;
}

.blogs-list-outer .blog-box .blog-title {
    margin: 0 0 8px 0;
}

.blogs-list-outer .blog-box .blog-title,
.blogs-list-outer .blog-box .blog-title a {
    color: #392504;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
.blogs-list-outer .blog-box .blog-title,
.blogs-list-outer .blog-box .blog-title a:hover {
    color: #F89B1D;
    transition: all 0.4s ease;
}

.blogs-list-outer .blog-box .blog-short-desc {
    max-width: 375px;
    color: #392504;
    font-family: Rubik;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 12px 0;
}

.blogs-list-section-outer .view-all-btn-bar {
    text-align: center;
}

@media (min-width: 1360px) {
    .blogs-list-outer .blog-box .blog-img img {
        height: 240px;
    }
}
@media (min-width: 991px) and (max-width: 1360px) {
    .blogs-list-section-outer .blogs-list-outer:before {
        top: -68px;
    }
}
@media (max-width: 556px) {
    .blogs-list-outer .blog-box .blog-img img {
        height: 250px;
    }
}



.instagram-id-outer {
    display: flex;
    justify-content: center;
    position: relative;
}

.instagram-id-outer:before {
    content: "";
    position: absolute;
    background: url(../images/instagram_bg.svg) no-repeat transparent;
    background-size: contain;
    width: 483.263px;
    height: 301.544px;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-25%, -58%);
}

@media only screen and (max-width: 768px) {
    .instagram-id-outer:before {
        left: 50px;
        top: 10px;
    }
}

.instagram-id-outer .instagram-id {
    border-radius: 35px;
    background: #FFF;
    box-shadow: 0px 123.908px 34.605px 0px rgba(140, 140, 140, 0.00), 0px 79.257px 32.372px 0px rgba(140, 140, 140, 0.01), 0px 44.652px 26.791px 0px rgba(140, 140, 140, 0.05), 0px 20.093px 20.093px 0px rgba(140, 140, 140, 0.09), 0px 4.465px 11.163px 0px rgba(140, 140, 140, 0.10);
    color: #392504;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    font-weight: 500;
    text-transform: lowercase;
    position: relative;
    display: flex;
    width: 186px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.instagram-id-outer .instagram-id:hover {
    color: #fff;
    background: #F89B1D;
    transition: all 0.4s ease;
}
.instagram-id-outer .instagram-id:hover span.icon {
    background: url("../images/insta-icon1.svg") no-repeat transparent;
}

.instagram-id-outer .instagram-id span.icon {
    background: url("../images/insta-icon.svg") no-repeat transparent;
    display: inline-block;
    width: 19px;
    height: 19px;
}

.instagram-section {
    position: relative;
    margin: 0 0 100px 0;
}

/* .instagram-section:before {
    content: "";
    position: absolute;
    background: url(../images/instagram_bg.svg) no-repeat transparent;
    background-size: contain;
    width: 483.263px;
    height: 301.544px;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-25%, -85%);
} */

.faq-section-outer {
    margin: 0 0 80px 0;
}

.faq-section-outer .faq-lst-outer .faq-box {
    border-top: 1px solid rgba(59, 54, 46, 0.12);
    /* border-bottom: 1px solid rgba(59, 54, 46, 0.12); */
}

.faq-section-outer .faq-lst-outer .faq-box:last-child {
    border-bottom: 1px solid rgba(59, 54, 46, 0.12);
}

.faq-section-outer .faq-lst-outer .faq-box .faq-title {
    color: #392504;
    font-family: Rubik;
    font-size: 18px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    padding: 16px 30px 8px 0;
    margin: 0 0 8px 0;
    cursor: pointer;
    background: url(../images/arrow_down.svg) no-repeat right 23px transparent;
}

.faq-section-outer .faq-lst-outer .faq-box.active .faq-title {
    background: url(../images/arrow_up.svg) no-repeat right 23px transparent;
}

.faq-section-outer .faq-lst-outer .faq-box .faq-desc {
    color: #392504;
    font-family: Rubik;
    font-size: 17px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 300;
/*     max-width: 800px; */
    margin: 0 0 25px 0;
    padding: 0;
    display: none;
}

.faq-section-outer .faq-lst-outer .faq-box .faq-desc ul li {
    padding: 0 0 0 10px;
    position: relative;
}

.faq-section-outer .faq-lst-outer .faq-box .faq-desc ul li::before {
    content: "•";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


@media only screen and (max-width: 1440px) {
    .home-banner-section-outer .banner-content .banner-title {
        font-size: 60px;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content {
        padding: 20px 16px 16px;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-dtls-outer {
        grid-template-columns: 1.5fr 1fr;
    }
}

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

    .experience-highlights-boxes .highlights-box {
        padding: 75px 25px 10px 18px;
        display: block;
        min-height: unset;
        align-content: unset;
    }

    .experience-highlights-boxes .highlights-box .highlights-title {
        padding: 0 75px 0 0;
        font-size: 18px;
    }

    .experience-highlights-boxes .highlights-box .highlights-img {
        width: unset;
        height: unset;
        top: 18px;
        right: 18px;
        left: unset;
        padding: 0;
    }

    .experience-highlights-boxes .highlights-box .highlights-img img {
        object-fit: contain;
        max-height: 75px;
        max-width: 75px;
    }

    .experience-highlights-boxes .highlights-box .highlights-desc {
        max-width: unset;
    }

    .night-experiences-boxes {
        grid-template-columns: 1fr;
    }

    .night-experiences-boxes .night-experiences-box {
        height: 475px;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content {
        padding: 42px 26px 26px;
    }
}

@media only screen and (max-width: 991px) {
    .how-to-book-petra-steps-outer {
        grid-template-columns: 1fr;
    }

    .how-to-book-petra-steps-outer .how-to-book-petra-steps-box:not(:last-child) {
        margin: 0 0 35px 0;
    }

    .blogs-list-outer {
        grid-template-columns: 1fr;
        margin: 0 0 20px 0;
    }

    .blogs-list-outer .blog-box .blog-short-desc {
        max-width: unset;
    }

    .blogs-list-section-outer .blogs-list-outer:before {
        display: none;
    }

    .night-experiences-boxes {
        margin: 0 0 200px 0;
    }

    .night-experiences-boxes:after {
        width: 182px;
        height: 138px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 75%);
    }

    .how-to-book-petra-outer {
        position: relative;
        margin: 0 0 260px 0;
    }

    .how-to-book-petra-outer:after {
        content: "";
        position: absolute;
        background: url(../images/blog-list-bg.svg) no-repeat transparent;
        width: 124px;
        height: 141px;
        bottom: -170px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        opacity: 0.25;
        background-size: contain;
    }

    .instagram-section:before {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
/*     .home-banner-section-outer {
        width: auto;
        height: auto;
        position: relative;
        display: block;
        text-align: center;
    }

    .home-banner-section-outer>img {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
        min-height: 364px;
        object-fit: cover;
    }

    .home-banner-section-outer .banner-content-outer {
        z-index: 1;
        position: relative;
        width: min(85dvw, 364px);
        margin: -16px auto 0;
    }
 */
	
    .home-banner-section-outer .banner-content-outer .banner-content {
        max-width: unset;
    }

    .home-banner-section-outer .banner-content .banner-title-tag {
        font-size: 10px;
        line-height: 1;
        padding: 11px 20px;
    }

    .home-banner-section-outer .banner-content .banner-title {
        font-size: 30px;
/*         color: #392504; */
    }

    .home-banner-section-outer .banner-content .banner-text {
        font-size: 15px;
/*         color: #392504; */
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content {
        padding: 22px 21px 18px;
        display: flex;
        flex-direction: column;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-title {
        font-size: 20px;
        max-width: unset;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-dtls-outer {
        display: flex;
        justify-content: space-between;
        grid-template-columns: unset;
        justify-items: end;
        align-items: start;
        flex-direction: column;
        margin: 10px 0 0 0;
        height: 100%;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-dtls-outer ul {
        text-align: left;
        width: 100%;
        order: 1;
        position: relative;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-dtls-outer .night-experiences-more-info-lnk {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .night-experiences-boxes .night-experiences-box .night-experiences-content .night-experiences-dtls-outer ul li span {
        font-size: 12px;
        line-height: 1.45;
    }

    .how-to-book-petra-steps-outer .how-to-book-petra-steps-box {
        padding: 50px 20px 15px;
    }

    .how-to-book-petra-steps-outer .how-to-book-petra-steps-box .how-to-book-petra-steps-title {
        font-size: 18px;
        margin: 0 0 12px 0;
    }

    .how-to-book-petra-steps-outer .how-to-book-petra-steps-box .how-to-book-petra-steps-desc {
        font-size: 15px;
    }

    .blogs-list-outer .blog-box .blog-title,
    .blogs-list-outer .blog-box .blog-title a {
        font-size: 18px;
    }

    .faq-section-outer .faq-lst-outer .faq-box .faq-title {
        font-size: 14px;
        font-weight: 400;
    }

    .faq-section-outer .faq-lst-outer .faq-box .faq-desc {
        font-size: 14px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 576px) {
    .experience-highlights-boxes {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}



/* =============== Blog Details CSS =============== */
.blog-details-page .blogs-list-outer::before {
    display: none;
}

.blog-details-page .blog-details-banner-section-outer {
    line-height: 1;
    width: 100%;
    height: min(100dvh, 743px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 45px;
    overflow: hidden;
}

.blog-details-page .blog-details-banner-section-outer>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-page .blog-details-top-bar {
    margin: 0 0 30px 0;
    display: flex;
    gap: 14px;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-details-page .blog-details-top-bar>span {
    display: inline-block;
    border-radius: 35px;
    background: #FFF;
    box-shadow: 0px 123.908px 34.605px 0px rgba(140, 140, 140, 0.00), 0px 79.257px 32.372px 0px rgba(140, 140, 140, 0.01), 0px 44.652px 26.791px 0px rgba(140, 140, 140, 0.05), 0px 20.093px 20.093px 0px rgba(140, 140, 140, 0.09), 0px 4.465px 11.163px 0px rgba(140, 140, 140, 0.10);
    color: #392504;
    text-align: center;
    font-family: Rubik;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: lowercase;
    padding: 10px 24px;
}

.blog-details-page .blog-details-head {
    color: #392504;
    font-family: Rubik;
    font-size: 40px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    max-width: 870px;
	width: 100%;
    margin: 0 0 35px 0;
}

.blog-details-page .blog-details-content-outer {
    display: flex;
    justify-content: space-between;
}

.blog-details-page .blog-details-content-outer .blog-details-content-area {
    width: calc(100% - 530px);
    color: #392504;
    font-family: Rubik;
    font-size: 18px;
    line-height: 1.75;
    font-style: normal;
    font-weight: 300;
}

.blog-details-page .blog-details-content-outer .blog-details-content-area h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.75;
}

.blog-details-page .blog-details-content-outer .blog-details-content-area h3,
.blog-details-page .blog-details-content-outer .blog-details-content-area h4,
.blog-details-page .blog-details-content-outer .blog-details-content-area h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75;
}

.blog-details-page .blog-details-content-outer .blog-details-content-area p {
    margin: 0 0 30px 0;
}
.blog-details-page .blog-details-content-outer .blog-details-content-area p a{
    text-decoration: underline;
    color: #392504;
}

.blog-details-page .blog-details-content-outer .blog-details-content-area ul li {
    padding: 0 0 0 20px;
    position: relative;
}

.blog-details-page .blog-details-content-outer .blog-details-content-area ul li::before {
    content: "•";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar {
    height: fit-content;
    position: sticky;
    width: 460px;
    top: 10px;
    border-radius: 20px;
    background: #F8F4EE;
    padding: 40px 40px 5px;
}

/* .blog-details-page .blog-details-content-outer .blog-details-right-bar h3 {
    color: #392504;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
} */

.blog-details-page .blog-details-content-outer .blog-details-right-bar .categories-lst {
    margin: 0 0 40px 0;
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst {
    padding-top: 14px;
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li {
    margin: 0 0 20px 0;
    padding: 0 0 18px 0;
/*     border-bottom: 1px solid #4F360D; */
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-date {
    border-radius: 30px;
    background: #FFF;
    display: inline-block;
    padding: 2px 12px 0;
    margin: 0 0 12px 0;
    color: #392504;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title,
.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title a {
    color: #392504;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px 0;
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title a {
    display: inline-block;
    margin: 0;
}
.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title a:hover {
    color: #F89B1D;
    transition: all 0.4s ease;
}

.blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-short-desc {
    color: #392504;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.social-share-outer {
    margin: 35px 0 0 0;
    padding: 35px 0 0 0;
    position: relative;
}

.social-share-outer:before {
/*     content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #4F360D;
    width: 220px;
    height: 1px; */
}

.social-share-outer .social-share-title {
    color: #392504;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 18px 0;
}

.social-share-link-lst {
    display: flex;
    flex-direction: row;
    gap: 13px;
}

.social-share-link-lst li a {
    display: inline-block;
    transform: scale(1);
    transition: all 0.25s ease-in-out;
}
.social-share-link-lst li a img{
	width: 39px;
	height: 39px;
}
.social-share-link-lst li a:is(:hover, :focus) {
    transform: scale(1.1);
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 1400px) {
    .blog-details-page .blog-details-content-outer .blog-details-content-area {
        width: calc(100% - (35% + 50px));
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar {
        width: 35%;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-details-page .blog-details-content-outer .blog-details-right-bar {
        padding: 25px 25px 5px;
    }
}

@media only screen and (max-width: 990px) {
    .blog-details-page .blog-details-content-outer {
        flex-direction: column;
    }

    .blog-details-page .blog-details-content-outer .blog-details-content-area {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar {
        width: 100%;
        position: relative;
    }
}

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

    .blog-details-page .blog-details-top-bar {
        margin: 0 0 20px 0;
        gap: 8px;
    }

    .blog-details-page .blog-details-top-bar>span {
        font-size: 13px;
        line-height: 15px;
        padding: 7px 16px;
    }

    .blog-details-page .blog-details-head {
        font-size: 30px;
        margin: 0 0 25px 0;
        line-height: 1.2;
    }

    .blog-details-page .blog-details-content-outer .blog-details-content-area {
        font-size: 13px;
        line-height: 1.35;
    }

    .blog-details-page .blog-details-content-outer .blog-details-content-area h2 {
        font-size: 15px;
        line-height: 1.25;
    }

    .blog-details-page .blog-details-content-outer .blog-details-content-area h3,
    .blog-details-page .blog-details-content-outer .blog-details-content-area h4,
    .blog-details-page .blog-details-content-outer .blog-details-content-area h5 {
        font-size: 15px;
        line-height: 1.25;
    }

    .blog-details-page .blog-details-content-outer .blog-details-content-area p {
        margin: 0 0 12px 0;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar {
        padding: 15px 15px 5px;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar h3 {
        font-size: 15px;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li {
        margin: 0 0 15px 0;
        padding: 0 0 12px 0;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-date {
        padding: 0px 8px 0;
        margin: 0 0 8px 0;
        font-size: 13px;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title,
    .blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title a {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        margin: 0 0 8px 0;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-title a {
        margin: 0;
    }

    .blog-details-page .blog-details-content-outer .blog-details-right-bar .recent-posts-lst li .post-short-desc {
        font-size: 12px;
        line-height: 1.2;
    }

    .social-share-outer {
        margin: 24px 0 0 0;
        padding: 25px 0 0 0;
    }

    .social-share-outer .social-share-title {
        font-size: 15px;
        margin: 0 0 12px 0;
    }

    .social-share-link-lst {
        display: flex;
        flex-direction: row;
        gap: 7px;
    }

    .social-share-link-lst li a {
        display: inline-block;
        transform: scale(0.7);
    }

    .social-share-link-lst li a:is(:hover, :focus) {
        transform: scale(0.8);
    }
}
.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li.phone:before,
.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li.working-hours:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
/*     background: url("../images/distance.svg") no-repeat 0 0 transparent; */
    width: 22px;
    height: 22px;
}
.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li.address:before{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/distance.svg) no-repeat 0 0 transparent;
    width: 22px;
    height: 22px;
}



.contact-us-page .contact-us-content-outer {
    margin: 75px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-us-page .contact-us-content-outer .contact-us-info-box {
    border-radius: 20px;
    background: rgba(245, 239, 231, 0.70);
    padding: 28px 35px 50px;
}

.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li {
    padding: 0 0 0 30px;
    position: relative;
}

.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li.map{
    padding-top: 20px;
}
.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li.map iframe{
    border-radius: 16px;
    border: 2px solid #392504;
}


.contact-us-page .contact-us-content-outer .contact-us-info-box .contact-us-info-lst li .sub-head {
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .contact-us-page .contact-us-content-outer {
        margin: 40px 0 0 0;
        grid-template-columns: 1fr;
    }
}

.faq-section-outer .faq-lst-outer .faq-box .faq-desc p:last-child{ margin: 0; }