/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    
}
@media(min-width: 768px){
    
}
@media(max-width: 767px){
    html{
        scroll-padding-top: 80px;
        scroll-padding-bottom: 80px;
    }
    .hero-desc > p > br {
        display: none;
    }
    .hero-desc .elementor-heading-title > strong {
        font-size: 24px;
    }
    .contact-form {
        flex-wrap: wrap;
        gap: 10px;
    }
    .contact-form .field-col {
        width: 100%;
    }
    .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 14px !important;
        line-height: 18px !important;
    }
     .wpcf7-checkbox input[type="checkbox"] {
        height: 22px !important;
        width: 22px !important;
        min-width: 22px !important;
        margin-top: 6px;
    }
    .checkbox.checkbox-group {
        padding: 0;
    }
    .checkbox-group label{
        align-items: start;
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::before{
        width: 12px;
        height: 12px;
    }
    .elementor-nav-menu > li:last-child {
      margin-bottom: 20px;
    }
    .sticky-button > a {
      width: 100% !important;
    }
}

@media(max-width: 400px){
	
}