/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .newsletter_signup_form{
        align-content: center;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .menu {
        position: relative;
        top: 0;
        width: auto;
        height: 100%;
        padding: 0rem;
        margin-left: auto;
        background: none;
        box-shadow: none;
        display: flex;
        align-items: center;
    }
    .menu-inner {
        display: flex;
        flex-direction: row;
        column-gap: 2rem;
        margin: 0 auto;
        height: 100%;
    }
    .menu-inner li{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .menu-link {
        text-transform: capitalize;
    }
    .menu-block {
        margin-left: 2rem;
    }
    .burger {
        display: none;
        visibility: hidden;
    }

    nav .header_logo{
        width: 17%;
    }
    nav .header_CTA{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .newsletter_signup_form .row{
        align-items: center;
    }
    .owl-nav{
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mob_mob_header{
        display: none;
    }
    li.mob_menu_CTA_btn{
        display: none;
    }
    .social-media-icon.mob-social-media{
        display: none;
    }
    
    li.menu-item.nav-item a.active{
        color: #4d864c;
        font-weight: 600;
    }
    li.menu-item.nav-item a.active::after {
        content: "";
        position: absolute;
        background: #4d864c;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: 0;
        border-radius: 20px;
    }
    li.menu-item.nav-item a:hover{
        color: #4d864c;
        font-weight: 600;
    }
    li.menu-item.nav-item a:hover::after{
        content: "";
        position: absolute;
        background: #4d864c;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: 0;
        border-radius: 20px;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .banner_description {
        width: 90%;
    }
    .download_app figure img{
        width: 55%;
    }
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

 }

/********************************* max width css *********************************/

@media (max-width: 1399px) {
    .h1_banner_title {
        font-size: 54px;
        line-height: 62px;
    }
    .banner_description {
        font-size: 20px;
        line-height: 28px;
    }
    .image_with_content .row .content_area .title {
        font-size: 34px;
        line-height: 42px;
    }
    .image_with_content .row .content_area p.text {
        font-size: 18px;
        line-height: 25px;
    }
    .cat_page_description{
        font-size: 18px;
        line-height: 24px;
    }
    .main_cat_container {
        padding: 64px 32px;
    }
}
@media (max-width: 1199px) {
    .hero_banner_image figure{
        margin-left: 10px;
    }
    .h3_title {
        font-size: 1.8rem;
    }
    .image_with_content .content_area {
        margin-top: 25px;
    }
    .image_with_content .row:nth-child(2){
        flex-direction: column-reverse;
        padding-top: 40px;
    }
    .image_with_content .row .content_area p.text {
        font-size: 20px;
        line-height: 27px;
    }
    .image_with_content .row .content_area .title {
        font-size: 39px;
        line-height: 46px;
    }
    .anouncement_bar-owl-carousel .item {
        font-size: 12px;
        line-height: 18px;
    }
    .cat_title {
        font-size: 16px;
        line-height: 22px;
    }
    .content_info_para{
        margin-top: 16px;
    }
    .download_app figure img{
        width: 60%;
    }
}
@media (max-width: 991px) {
    .h1_banner_title {
        font-size: 38px;
        line-height: 46px;
    }
    .newsletter_signup_form .btn.cta_btn{
        margin-top: 12px;
        width: 100%;
    }
    .video_area{
        margin-bottom: 40px;
    }
    .what_client_say .super_title{
        text-align: center;
    }
    .client_say_heading{
        width: 69%;
    }
    .foot_mid_left{
        text-align: center;
    }
    .foot_mid_right{
        justify-content: center;
    }
    .download_app_list{
        display: flex;
        gap: 30px;
    }
    .menu-inner{
        align-items: start;
        padding-left: 2rem;
        row-gap: 0;
    }
    .mob_mob_header{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 3rem 2rem;
    }
    .menu .menu_container{
        width: 80%;
        height: 100vh;
        background-color: #fff;
    }
    .mob_mob_header .mob_menu_logo{
        width: 60%;
        height: 60px;
        align-content: flex-end;
        text-align: center;
    }
    .mob_mob_header .menu_close{
        width: 20%;
        height: 60px;
        align-content: flex-end;
    }
    .header_CTA{
        display: none;
    }
    .navbar{
        flex-direction: row-reverse;
    }
    .header_fixed .header{
        transform: translateY(0);
    }
    .main_cat_container {
        padding: 40px 25px;
    }
    .cat_name_title, .cat_page_description{
        text-align: center;
    }
    .cat_name_title{
        margin-bottom: 22px;
    }
    .d-flex.align-items-center.h-100{
        justify-content: center;
    }
    .contact_info_area{
        margin-bottom: 50px;
    }
    .content_info_para{
        margin-top: 12px;
    }
    .contact_form {
        margin-top: 25px;
    }
    .contact_us {
        padding: 45px 0;
    }
    ul.address_list {
        padding-top: 12px;
    }
    .Why_choose .sec_heading .h2_sec_title{
        font-size: 40px;
        line-height: 48px;
    }
    li.menu-item.nav-item {
        width: 88%;
    }
    li.menu-item.nav-item.mob-nav-item{
        border-bottom: 1px solid #dddddd38;
        padding: 8px 0;
    }
    li.mob-nav-item.last-navlink{
        border-bottom: 0px solid #ddd !important;
    }
    li.menu-item.nav-item a.active{
        color: #4d864c;
    }
    .mob_menu_CTA_btn {
        margin-top: 10px;
    }
}
@media (max-width: 575px) { 
    .navbar{
        column-gap: 0.25rem;
        flex-wrap: nowrap;
    }
    .menu-block{
        padding: 7px 12px;
        margin-top: 10px;
    }
    .h1_banner_title {
        font-size: 28px;
        line-height: 34px;
    }
    .banner_description {
        font-size: 17px;
        line-height: 23px;
    }
    .hero_banner_CTA {
        padding-top: 30px;
    }
    .newsletter_bg_color{
        padding: 40px 40px;
    }
    .client_say_heading {
        width: 78% !important;
        font-size: 24px;
        line-height: 32px;
    }
    .post_office_footer .footer_bottom .copyright_text {
        padding: 10px 0;
    }
    .copyright_text{
        font-size: 13px;
        line-height: 19px;
    }
    .post_hero_banner_title {
        font-size: 44px !important;
        line-height: 52px !important;
    }
    .below_heading_content span.text{
        font-size: 15px;
        line-height: 20px;
    }
    .sp_box img{
        width: 70%;
    }
    .sp_box{
        gap: 0;
    }
    .what_client_say .super_title {
        font-size: 17px;
        line-height: 23px;
    }
    .top_bar{
        padding: 4px 0;
    }
    .anouncement_bar-owl-carousel .item {
        font-size: 9px;
        line-height: 15px;
    }
    .mob_mob_header .menu_close {
        width: 10%;
    }
    .mob_mob_header .mob_menu_logo {
        width: 100%;
    }
    .mob_mob_header .mob_menu_logo img {
        width: 65%;
    }
    .mob_mob_header .menu_close svg{
        width: 26px;
    }
    .cat_page_description {
        font-size: 15px;
        line-height: 21px;
    }
    .cat_name_title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }
 }
 @media (max-width: 767px) {
    nav .header_logo{
        width: 50%;
    }
    .hero_banner_image figure {
        transform: scale(1);
    }
    .banner_description {
        width: 77%;
    }
    #hero_banner .row{
        flex-direction: column-reverse;
    }
    .hero_banner_content{
        padding-left: 10px;
    }
    .download_app .overlay{
        height: 100vh;
    }
    .download_app{
        height: 100vh;
    }
    .download_app figure{
        width: 70%;
        margin: 0 auto;
    }
    .download_app .overlay .container .row{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .download_app .overlay .container .row .download_app_content {
        text-align: center;
    }
    .app_store{
        justify-content: center;
    }
    .newsletter_signup_form form{
        margin-top: 15px;
    }
    .client_say_heading {
        width: 92%;
    }
    .post_hero_banner_title {
        font-size: 50px;
        line-height: 58px;
    }
    .menu-block{
        padding: 10px 22px;
    }
    .cat_name_title {
        font-size: 28px;
        line-height: 34px;
    }
    .post_hero_sec, .post_hero_sec .post_overlay{
        height: 75vh;
    }
    .h1_banner_title {
        font-size: 33px;
        line-height: 40px;
    }
 }
 @media (max-width: 479px) {
    .image_with_content .row .content_area .title {
        font-size: 27px;
        line-height: 33px;
    }
    .image_with_content .row .content_area p.text {
        font-size: 15px;
        line-height: 20px;
    }
    .below_heading_content{
        flex-direction: column;
        align-items: center;
    }
    .post_hero_banner_title {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .Why_choose .sec_heading .h2_sec_title{
        font-size: 35px;
        line-height: 45px;
    }
    .download_app figure img {
        width: 68%;
    }
 }
 @media (max-width: 352px){
    .download_app_list {
        gap: 4px;
        flex-direction: column;
    }
    
 }