body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.25rem;
    width: 100%;
    height: 5rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.6rem;
    height: 1.15rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}
.menu {
    display: none;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    background-color: var(--color-black-300);
    box-shadow: var(--shadow-medium);
    transition: all 0.4s ease-in-out;
}
 .menu.is-active {
    display: initial;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    z-index: 99;
}
.menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.25rem;
}
.menu-link {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    text-transform: capitalize;
    transition: all 0.3s ease;
    text-decoration: none;
}
.menu-block {
    display: inline-flex;
    align-items: center;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    margin-left: auto;
    padding: 14px 22px;
    border-radius: 7px;
    text-transform: capitalize;
    color: #fff;
    background-color: #DA202A;
    /* box-shadow: var(--shadow-medium); */
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a, button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
}
.header_fixed .header{
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    top: 0;
    /* margin-top: 31px; */
    transition: all ease-in-out 0.3s;
    transform: translateY(37%);
}
nav .header_logo{
    height: 100%;
    display: flex;
    align-items: center;
}
.top_bar{
    background-color: #4d864c;
    padding: 6px 0;
}
.anouncement_bar-owl-carousel .item{
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}
.header_fixed .top_bar{
    position: fixed;
    width: 100%;
    z-index: 999;
}
li.menu-item.nav-item a{
    height: 100%;
    align-content: center;
    position: relative;
}
.social-media-icon.mob-social-media{
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #ececec;
}

/************* hero banner start *************/
span.super_head{
    text-transform: capitalize;
    color: #4d864c;
    font-weight: 600;
    font-size: 17.5px;
}
#hero_banner{
    background-size: cover;
    background-position: center;
    height: 100vh;
}
#hero_banner .overlay{
    height: 100vh;
    align-content: center;
}
.h1_banner_title{
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    color: #000;
}
.banner_description span{
    font-weight: bold;
    color: #4d864c;
}
.banner_description{
    color: #53555f;
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    padding-top: 8px;
}
.hero_banner_CTA{
    padding-top: 35px;
}
.hero_banner_CTA .cta_btn{
    font-size: 17px;
    background-color: #4d864c;
    padding: 14px 35px;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
}
.hero_banner_image figure{
    position: relative;
    margin-left: -60px;
}
.hero_banner_image figure{
    transform: scale(1.1);
}
.hero_banner .light-bg-img{
    align-content: center;
}

/************* Category Start *************/
.cat_area{
    padding-top: 70px;
}
.sec_padding{
    padding-bottom: 70px;
}
.h2_sec_title{
    font-weight: 600;
    text-align: center;
}
.sec_heading{
    padding-bottom: 50px;
}
.cat_title{
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
}
.category_items .content p{
    font-size: 15px;
}
.category_items .content{
    padding: 15px;
}
.cat_area .container .row:nth-child(2) .category:nth-child(odd) .category_items{
    background-color: #feefea;
}
.category_items .image figure{
    border-radius: 12px;
    overflow: hidden;
}
.category_items{
    border-radius: 12px;
    margin-bottom: 30px;
}
.cat_area .container .row:nth-child(2) .category:nth-child(even) .category_items{
    background-color: #dcfaed;
}


/********** Why Choose Start **********/
.why_choose .row .item{
    border: 1px solid #4d864c;
    padding: 17px;
    border-radius: 13px;
    background-color: #fefcf4;
    margin-bottom: 30px;
    height: 90%;
}
.why_choose .row .item .icon span{
    width: 75px;
    display: inline-grid;
    height: 75px;
    background-color: white;
    border-radius: 50%;
    place-items: center;
}
.why_choose .row .item .icon{
    margin-bottom: 20px;
}
.h4_title{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 27px;
}
.why_choose {
    padding-top: 80px;
}

/********** Download App Start **********/
.download_app{
    background-size: cover;
    background-position: center;
    height: 75vh;
    position: relative;
}
.download_app .overlay{
    position: absolute;
    height: 75vh;
    width: 100%;
    display: flex;
    align-items: center;
}
.download_app .overlay .container .row .download_app, .download_app .overlay .container .row .download_app_content{
    height: 100%;
    align-content: center;
}
.app_tag_line{
    font-weight: 600;
    margin-top: 25px;
}
.app_store {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
.download_app_content .h1_banner_title{
    font-weight: 600;
}

/************ Testimonial Start ************/
.testimonial_area{
    padding-top: 70px;
}
.test_review {
    display: flex;
    justify-content: center;
}
.test_comment div {
    padding-top: 30px;
    width: max(80%, 90%);
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    color: #808080;
}
.review_star img{
    width: 90%;
}
.test_customer{
    padding-top: 35px;
}
.test_customer .customer_name{
    text-transform: capitalize;
    font-weight: 600;
}
.test_comment {
    width: max(260px, 75%);
    margin: auto;
}
.review_date{
    color: #999;
}
button span {
    display: block;
    width: 40px;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
}

/************ video & content Start ************/
.h3_title {
    font-size: 2.2rem;
    font-weight: 600;
}
.video_area video{
    border-radius: 13px;
}
.text_about_video .about_text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
}
.video_cta_btn{
    padding-top: 15px;
}
.video_cta_btn .cta_btn{
    background-color: #4d864c;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 22px;
}
.video_sec {
    background-color: #fdfbf1;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 70px;
}


.content_container h3{
    font-weight: 600;
}
.content_container .desc{
    font-weight: 500;
    width: min(418px, 100%);
}
button.cta_btn, button.cta_btn:hover{
    background-color: #4d864c;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 22px;
}
.newsletter_signup_form input[type="email"]{
    padding: 15px 32px;
    border-radius: 10px;
}
.newsletter_bg_color{
    background-color: #8fe13f;
    padding: 40px 70px;
    border-radius: 14px;
}
.content_container, .newsletter_signup_form{
    height: 100%;
}
.news_signup_area{
    padding-top: 30px;
}

/************ Footer start ************/
footer{
    padding-top: 70px;
}
ul.footer_list{
    padding-inline-start: 0px;
}
ul.footer_list li{
    margin-bottom: 10px;
}
.footer_block_heading {
    margin-bottom: 20px;
}
a.footer_link {
    color: #111;
}
.footer_block h6{
    margin-top: 22px;
}
p.foot_about_text{
    width: min(500px, 95%);
    font-size: 15.2px;
}
.copyright_text{
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 6px 0;
}
a.developed_by{
    color: #fff;
}
.footer_bottom{
    background-color: #4d864c;
}
.footer_block{
    padding-bottom: 40px;
}




/******************************* Post Office Services Page CSS Start *******************************/
.top_bar.postoffice_top_bar{
    background-color: #DA202A;
}
.postoffice_service_page header .header_CTA a{
    background-color: #4d864c;
}
.post_hero_sec{
    height: 89vh;
    background-size: cover;
    background-position: center bottom;
}
.post_hero_sec .post_overlay{
    height: 89vh;
    display: flex;
    align-items: center;
}
.post_hero_banner_title{
    color: #fff;
    font-size: 65px;
    line-height: 75px;
    font-weight: 500;
    text-transform: capitalize;
}
.post_overlay .desc{
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    width: min(80%, 100%);
}
span.post_super_head{
    color: white;
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
}
.cta-btn_post{
    color: #111;
    font-size: 18px;
    line-height: 26px;
    background-color: #fff;
    padding: 14px 35px;
    font-weight: 500;
    border-radius: 6px;
}
.post_hero_CTA_btn{
    padding-top: 35px;
}

/**************** shop service start ****************/
.shop_service{
    padding-top: 60px;
}
.item .ser_icon{
    margin-bottom: 20px;
}
.ser_cont_description{
    font-size: 19px;
    line-height: 25px;
    color: #53555f;
}
.item .ser_content .ser_cont_title{
    font-size: 26px;
    line-height: 34px;
}
.shop_service .item{
    margin-bottom: 50px;
}

/************* post office why choose *************/
.Why_choose{
    background-size: cover;
    background-position: center;
    padding-top: 110px;
    padding-bottom: 80px;
}
.Why_choose .sec_heading {
    padding-bottom: 0px;
    height: 100%;
    align-content: center;
}
.Why_choose .sec_heading .h2_sec_title{
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
}
.descrip_text .text{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}
.post_why_choose_feature .item .content{
    color: #fff;
}
.post_why_choose_feature .item .content .h4_title{
    font-weight: 500;
}
.post_why_choose_feature .item .icon span{
    display: block;
    width: 75px;
    height: 75px;
    background-color: #dc182f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post_why_choose_feature .item .icon{
    margin-bottom: 30px;
}
.post_office_why_choose .container .row:nth-child(2){
    margin-top: 50px;
}
.post_why_choose_feature .item{
    padding: 22px;
    border: 1px solid #dc182f;
    border-radius: 10px;
    background-color: #151515;
    margin-bottom: 30px;
}

/************* image with content *************/
.image_with_content{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fefcf4;
}
.image_with_content .row .content_area {
    background-color: #dc182f;
    height: 100%;
    border-radius: 15px 15px 0 15px;
    color: #fff;
    padding: 15px 25px 15px 33px;
    align-content: center;
    position: relative;
    overflow: hidden;
}
.image_with_content .row .content_area .title {
    font-size: 43px;
    line-height: 52px;
}
.image_with_content .row .content_area p.text {
    font-size: 19px;
    line-height: 27px;
}
ul.buttlets_points .single_points span.icon{
    width: 38px;
    height: 38px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    align-content: center;
    text-align: center;
}
ul.buttlets_points{
    padding-inline-start: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
}
ul.buttlets_points .single_points {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 7px 5px 5px;
    margin-bottom: 6px;
}
.image_with_content .image-area figure{
    margin-bottom: 0px;
}
.image_with_content .container .row:nth-child(2){
    margin-top: 50px;
}
.image_with_content .image-area{
    height: 100%;
}
.image_with_content .image-area figure{
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.image_with_content .image-area figure img{
    height: 100%;
    object-fit: cover;
}
.themeShape{
    background-color: #fefcf4;
    width: 60%;
    height: 25px;
    position: absolute;
    right: -10%;
    bottom: 0;
    transform: skewX(320deg);
}

.what_client_say{
    padding-top: 70px;
    padding-bottom: 70px;
}
.what_client_say .super_title{
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}
.client_say_heading{
    font-size: 38px;
    line-height: 46px;
    width: 37%;
    margin: auto;
}
.below_heading_content{
    display: flex;
    justify-content: center;
    gap: 12px;
    font-family: 'Clash Display', sans-serif;
    margin-top: 24px;
}
.below_heading_content span.text{
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
}
.sp_box{
    display: flex;
    align-items: center;
    gap: 8px;
}
.what_client_say .container .row:nth-child(2){
    padding-top: 60px;
}


.review_box .head_rev, .review_box .foot_rev{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_area .prof_icon{
    width: 60px;
    height: 60px;
    display: block;
    background-color: #DA202A;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 33px;
    font-weight: 500;
    color: #fff;
    font-family: 'Clash Display', sans-serif;
}
.time_area .time{
    font-family: 'Clash Display', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.review_box .rev_content{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Clash Display', sans-serif;
    margin-top: 23px;
}
.review_box .foot_rev{
    margin-top: 20px;
}
.review_box .foot_rev .cutomer_name{
    font-size: 17.5px;
    line-height: 24px;
    font-family: 'Clash Display', sans-serif;
    font-weight: 500;
}
.review_box .foot_rev .customer_reviews{
    width: 30%;
}
.review_box{
    padding: 23px;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    margin: 7px;
}
.clientSaysReviews .owl-nav {
    justify-content: flex-end;
    align-items: start;
    margin-top: -98px !important;
}
.clientSaysReviews .owl-nav button span{
    background-color: transparent;
}
.owl-nav button:hover{
    color: #222 !important;
}


/************ footer start ************/
.post_office_footer{
    background-color: #000000;
    color: #fff;
}
.post_office_footer .footer_bottom{
    background-color: transparent;
}
.post_office_footer a.footer_link {
    color: #fff;
}
.subscribe_block .email_input_box{
    width: 82%;
    border-radius: 7px;
    margin-right: 5px;
    height: 37px;
    padding: 18px 14px;
    background: transparent;
    border: none;
    color: #fff;
}
.subscribe_block {
    border: 1px solid #fff;
    display: inline-block;
    padding: 2px 0px 4px 2px;
    border-radius: 7px;
}
.subscribe_block button img{
    width: 100%;
}
.foot_mid_left .policy_link:first-child{
    margin-right: 15px;
}
.foot_mid_left .policy_link a{
    color: #fff;
    font-size: 17px;
}
.foot_mid_right{
    display: flex;
    justify-content: right;
    align-items: flex-start;
}
.post_office_footer .footer_bottom .copyright_text{
    padding: 14px 0;
}
.footer_middle{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.social_icon img{
    width: 17px;
}
.social_icon.youtube img{
    width: 25px;
}
.social_icon.fb img{
    width: 9px;
}
.follow_us{
    font-size: 18px;
}
.foot_mid_right .social_icon{
    padding-right: 6px;
}
.foot_mid_right span{
    height: 100%;
    display: inline-block;
}

#mobMenuCloseIcon{
    display: inline-block;
}
li.mob_menu_CTA_btn a{
    display: inline-flex;
    align-items: center;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
    border-radius: 7px;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
li.postofficeService_link a{
    background-color: #DA202A;
}
li.groceryStore_link a{
    background-color: #4d864c;
}
.mob_menu_CTA_btn.hide {
    display: none;
}
.menu_container{
    height: 100%;
}
.post_contact_form{
    padding: 60px 0 70px 0;
}
.post_contact_form button.btn.btn-submit{
    background-color: #DA202A;
}
.subscribe_block .email_input_box:focus-visible{
    outline: none;
}

/********************************************* category page css start *********************************************/
.category_banner{
    height: 450px;
    background-size: cover;
    background-position: center;
}
.cat_name_title{
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 0px;
}
.cat_page_description{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}
.main_cat_container{
    padding: 64px 32px;
    background-color: #8fe13f;
    border-radius: 12px;
    margin-top: -100px;
}
.color_container{
    background-color: #8fe13f;
    width: 600px;
    height: 100%;
}

/********************************************* Contact Us page css start *********************************************/
.contact_us{
    padding: 70px 0;
}
.info_area_title{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}
.content_info_para{
    color: #666;
    margin-top: 29px;
}
.contact_resource{
    margin-top: 35px;
}
ul.resource_list{
    padding-inline-start: 0px;
}
.detail{
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}
.res_link a{
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px dashed #ddd;
    padding: 5px;
    border-radius: 80px;
}
.res_link .icon img{
    width: 27px;
}
.res_link .icon span{
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #8fe13f;
    border-radius: 50%;
    text-align: center;
    align-content: center;
}
.res_link{
    margin-bottom: 20px;
}
.detail span:first-child {
    font-weight: bold;
    color: #000;
}
.detail span:last-child{
    color: #666;
}
.contact_form input {
    border-radius: 8px;
    margin-bottom: 15px;
}
.contact_form textarea{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 25px;
}
button.btn.btn-submit {
    background-color: #4d864c;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding-top: 11px;
    padding-bottom: 11px;
}
h3.info_area_title{
    margin-bottom: 0.6rem;
}
.contact_form{
    margin-top: 30px;
}
.vert_border{
    width: 1px;
    height: 90%;
    background-color: #ddd;
}
.vertical_border{
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.address_list{
    padding-inline-start: 0px;
    padding-top: 25px;
}
.visit_us ul.address_list li{
    margin-bottom: 20px;
}
.Business_hour ul.address_list li{
    margin-bottom: 20px;
}
.visit_us, .Business_hour{
    margin-bottom: 40px;
}
.address_list li .icon img{
    width: 22px;
}
.address_list li .icon span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #8fe13f;
    border-radius: 50%;
}
.Business_hour ul.address_list li{
    display: flex;
    align-items: center;
    gap: 15px;
}

/******************* Gallery Page CSS start *******************/
.gallery_container{
    padding: 70px 0;
}
.gallery_container .gallery_item{
    margin-bottom: 23px;
}
.gallery_container .gallery_item figure{
    overflow: hidden;
    border-radius: 15px;
}
.gallery_container .gallery_item figure img{
    transition: all ease-in-out 0.3s;
}
.gallery_container .gallery_item figure img:hover{
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}

/*****************gallery lightbox css start*****************/
.lightbox {
   display: none;
   position: fixed;
   z-index: 1000;
   padding-top: 60px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0,0,0,0.9);
   align-content: center;
}

/* Lightbox content */
.lightbox .lightbox-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
}

.lightbox-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
}

.lightbox-image, .lightbox-video {
   width: 100%;
   max-width: 100%;
}

.lightbox-video {
   display: none;
}

/* Close button */
.lightbox .close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #fff;
   font-size: 35px;
   transition: 0.3s;
   cursor: pointer;
   width: 40px;
   height: 40px;
   background-color: grey;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

/* Next and previous buttons */
.lightbox .prev, .lightbox .next {
   cursor: pointer;
   position: absolute;
   top: 50%;
   margin-top: -50px;
   color: #fff;
   font-weight: bold;
   font-size: 20px;
   transition: 0.3s;
   user-select: none;
   width: 50px;
   height: 50px;
   background-color: grey;
   text-align: center;
   align-content: center;
   border-radius: 50%;
}

.lightbox .next {
   right: 10px;
}

.lightbox .prev {
   left: 10px;
}
body.lightOpen{
   height: 100vh;
   overflow: hidden;
}
/*****************gallery lightbox css end*****************/
.gallery_item figure video{
    border-radius: 15px;
}

/**************whatsapp sticky button**************/
.whats-btn {
    position: fixed;
    z-index: 9;
    width: 55px;
    right: 0;
    bottom: 15%;
    background-color: #4d864c;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
}
.whats-btn a svg{
    fill: white;
}


/**************Custom code start**************/

.contact_form form input.form-control::-webkit-input-placeholder, .contact_form form textarea.form-control::-webkit-input-placeholder{
    font-size: 14.5px;
}

/**************Custom code end**************/

