/* =========================== */
/*          Min width          */
/* =========================== */
@media (min-width: 576px) {
    .row:not(.g-0),
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 24px;
    }
    .mobile-menu {
      margin: 0 auto;
    }
    .mobile-menu-inner{
    margin: 0 auto;
    max-width: 508px;
    }
}

@media (min-width: 768px) {
    .mobile-menu-inner{
      max-width: 688px;
    }
}
@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
    .row:not(.g-0),
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 32px;
    }
    .odd_even_block .content_block {
        padding-left: 20px;
    }
    .faq_page_wrapper .accordion-button{
        font-size: 28px;
    }
    .faq_page_wrapper{
        padding: 20px 0 50px;
    }
    .image-box{
        max-height: 340px;
        min-height: 340px;
    }
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .navbar .dropdown-menu {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1160px;
    }
    .footer_wrapper.contact_wrapper{
        max-width: 260px;
    }
    .map_block{
        padding-left: 24px;
    }
    .single_post_banner .post_title {
        margin-right: 24px;
    }
}
@media(min-width: 1400px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1344px;
    }
    .contact-details .contact-details-inner-wrapper{
        padding: 32px 48px;
    }
}
/* =========================== */
/*          Max width          */
/* =========================== */
@media(max-width: 1399px){
    .social-icons img {
        width: 52px;
        height: 52px;
    }
    .follow-card h2{
        font-size: 68px;
    }
    .faq-image-box img {
        max-width: 100%;
        border-radius: 16px;
        width: 100%;
        max-height: 490px;
        object-fit: cover;
    }
    .contact-details .features-wrapper{
        padding: 32px;
    }
}
@media(max-width: 1199px){
    h1,.h1{
        font-size: 76px;
        line-height: 79px;
    }
    h2, .h2{
        font-size: 60px;
    }
    h3, .h3{
        font-size: 46px;
        line-height: 50px;
    }
    .h4, h4 {
        font-size: 26px;
        line-height: 24px;
    }
    .hero_banner{
        min-height: 946px;
    }
    .hero_banner .banner_content {
        padding-top: 50px;
    }
    .features-wrapper {
        padding: 32px;
    }
    .feature-icon{
        padding: 12px;
        width: 68px;
        height: 68px;
    }
    .social-icons img {
        width: 52px;
        height: 52px;
    }
    .cta_wrapper h2 {
        line-height: 66px;
    }
    .get_start_wrapper .btn {
        margin-top: 42px;
    }
    .get_started{
        min-height: 600px;
    }
    .contact-details .features-wrapper {
        padding: 30px 20px;
    }
    .pricing-card {
        padding: 48px 20px;
    }
}
@media(max-width: 991px){
    h1, .h1 {
        font-size: 64px;
        line-height: 66px;
    }
    h2, .h2 {
        font-size: 58px;
    }
    h3, .h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .btn {
        --bs-btn-padding-x: 18px;
        --bs-btn-padding-y: 12px;
        --bs-btn-font-size: 24px;
    }
    .padding_80{
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .hero_banner {
        min-height: 842px;
    }
    .custom-navbar .inner_navbar_wrappper{
        background-color: #fff;
        border-radius: 16px;
    }
    .features-wrapper {
        padding: 28px 28px;
    }
    .step_top h4 {
        margin-bottom: 16px;
    }
    .how_it_work_row{
        row-gap: 4px;
    }
    .social-icons img {
        width: 48px;
        height: 48px;
    }
    .cta_wrapper h2 {
        line-height: 60px;
    }
    .follow-card h2{
        font-size: 50px;
    }
    .faq-image-box img {
        max-width: 100%;
        border-radius: 16px;
        width: 100%;
        max-height: 420px;
        object-fit: cover;
    }
    .inner_banner {
        padding: 80px 0 100px;
    }
    .testimonial_section .testimonial_row {
        row-gap: 24px;
    }
    .accordion-button::after{
        width: 30px;
        height: 30px;
        margin-right: -2px;
    }
    .team_card{
        padding: 18px 16px;
        flex-direction: column;
    }
    .team_img {
        width: 100%;
    }
    .feature_img img{
        max-height: 320px;
    }
    .single_post{
        padding: 40px 0 65px;
    }
    .free_quote_wrapper .form_wrapper .btn{
    /* margin-top: 0px; */
    min-width: 210px;
    }
    /* Hide submenu by default */
    .mobile-menu .dropdown-menu {
        display: none;
        padding-left: 15px;
    }

    /* Show when JS adds .show */
    .mobile-menu .dropdown-menu.show {
        display: block;
    }
    .contact_form_wrapper .contact-details-wrapper .item_box{
        max-width: 100%;
        padding: 16px;
    }
    .contact_form_wrapper .contact-details-wrapper .item_box .icon_wrap {
        width: 54px;
        height: 54px;
    }
}
@media(max-width: 767px){
    :root{
        --bs-body-font-size: 18px;
        --bs-body-line-height: 28px;
    }
    h1, .h1 {
        font-size: 55px;
        line-height: 56px;
    }
    h2, .h2 {
        font-size: 42px;
    }
    .h4, h4 {
        font-size: 24px;
        line-height: 22px;
    }
    .btn {
        --bs-btn-padding-x: 18px;
        --bs-btn-padding-y: 14px;
        --bs-btn-font-size: 22px;
        --bs-btn-line-height: 22px;
        letter-spacing: -0.1px;
    }
    .padding_80{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site_footer{
       margin-top: 26px; 
    }
    .footer-bottom{
        margin-top: 50px;
    }

    .hero_banner .banner_content p{
        font-size: 18px;
        line-height: 27px;
    }
    .hero_banner .banner_content {
        padding-top: 40px;
    }
    .hero_banner {
        min-height: 800px;
        background-position: 88% 50%;
    }
    .heading_wrapper p.section-subtitle{
        font-size: 18px;
        line-height: 28px;
    }
    .navbar-brand.site-title {
        font-size: 28px;
        line-height: 29px;
    }
    .site_footer .site-title{
        font-size: 40px;
    }
    .how-it-works .heading_wrapper,
    .pick_plan .heading_wrapper,
    .pick_plan_turf .heading_wrapper,
    .free_quote_wrapper .heading_wrapper,
    .testimonial_section .heading_wrapper,
    .faq_wrapper .header_wrapper,
    .latest_post .heading_wrapper,
    .testimonial_section .heading_wrapper,
    .team_section .heading_wrapper{
        margin-bottom: 42px;
    }
    .form_wrapper.free_quote_form .wpcf7 input[type="text"]{
        height: 54px;
    }
    .free_quote_wrapper .form_wrapper .btn{
        margin-top: 42px;
        min-height: 54px;
        height: 54px;
    }
    .step_top h4 {
        margin-bottom: 12px;
    }
    .how-it-works{
        padding-top: 80px;
    }
    .social-icons img {
        width: 47px;
        height: 47px;
    }
    .cta_wrapper h2 {
        line-height: 50px;
    }
    .cta_wrapper{
        padding: 32px 24px;
    }
    .get_started {
        min-height: 540px;
    }
    .accordion-button{
        font-size: 24px;
        line-height: 32px;
    }
    
    .contact-details {
        padding-bottom: 40px;
    }
    .contact_banner {
        padding: 60px 0 80px;
    }
    .show_more {
        margin-top: 32px;
    }
    .team_card{
        padding: 18px;
    }
    .single_post{
        padding: 40px 0 50px;
    }
    .success_title {
        font-size: 28px;
        text-align: center;
    }
    .choose_plan .nav-pills .nav-link{
        padding: 6px 12px;
        font-size: 16px;
    }
    .free_quote_wrapper .form_wrapper .form-control {
        padding: 12px 17px;
    }
    .free_quote_wrapper .form_wrapper .form-control::placeholder{
        font-size: 18px;
    }
    .contact_form_wrapper{
        padding-top: 20px;
    }
}
@media(max-width: 575px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        --bs-gutter-x: 40px;
    }
    h1, .h1 {
        font-size: 46px;
        line-height: 50px;
    }
    h2, .h2 {
        font-size: 46px;
    }
    .follow-card h2{
       font-size: 40px; 
    }
    h3, .h3 {
        font-size: 38px;
        line-height: 42px;
    }
    .social-icons img {
        width: 39px;
        height: 39px;
    }
    .cta_wrapper h2 {
        line-height: 48px;
    }
    .cta_wrapper {
        padding: 28px 18px;
    }
    .feature-item {
        align-items: flex-start;
    }
}
@media(max-width: 370px){
    h1, .h1 {
        font-size: 39px;
        line-height: 41px;
    }
    .follow-card h2{
       font-size: 36px; 
    }
    .btn.btn-tertiary{
        padding: 10px 10px;
        font-size: 18px;
    }
    .navbar-brand.site-title {
        font-size: 24px;
        line-height: 25px;
    }
    .cta_wrapper h2 {
        line-height: 44px;
    }
}
