

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .process-content .process-text h3 {
        font-size: 18px;
    }
}  
@media (max-width: 767px) {  
    footer {
        font-size: 12px;
        padding-inline: 16px;
    }
    
    .footer-block,
    .footer-logo {
        border: 0;
    }

    .footer-logo {
        padding: 0;
    }

    footer .row {
        padding-inline: 6px;
    }
    .trust-counter-section .counter-wrap .single-countdown .number h2 {
        font-size: 24px;
    }
    .trust-counter-section .counter-wrap .single-countdown .icon {
        width: 50px;
        height: 50px;
        padding: 4px;
    }
    .step-no-and-icon, .process-slider-area .line{
        display: none;
    }
    .process-content .process-text{
        padding-top: 0px;
    }
    .process-content .process-text .process-name-and-no {
        margin-bottom: 10px;
    }
    .process-content .process-text .process-name-and-no .step-no {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        background: var(--secondary-color);
        color: #fff;
        border-radius: 50%;
        line-height: 16px;
    }
    .process-content .process-text .process-name-and-no h3{
        margin-bottom: 0px;
    }
    .contact-mobile-footer{
        display: flex;
    }
    .hero-content-part .hero-content h1 {
    font-size: 42px;
    }
    .hero-content-part .hero-content p{
        display: none;
    }
    .we-call-you-img{
        display: none;
    }
}
@media (max-width: 575px) {
    .MenuNavbar-offcanvas .menu-list li a {
        font-size: 28px;
    }
    .hero-content-part{
        height: 100%;
    }
    .hero-content-part .container,
    .hero-content-part .hero-content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .hero-content-part .hero-content h1 {
        font-size: 42px;
    }
    .hero-content-part .hero-content p {
        font-size: 18px;
    }
    .buttons-list{
        width: 100%;
    }
    
    .trust-counter-section .counter-wrap .divider::before {
        top: unset;
        bottom: 0;
        transform: translateY(0%);
        right: 0px;
        height: 1px;
        width: 100%;
    }
    .btn-primary, .btn-secondary {
        padding: 12px 25px;
        /* font-size: 16px; */
    }
    .main-title.mb-50 {
        margin-bottom: 20px;
    }
    .main-title h2 {
        font-size: 28px;
    }
    .process-content {
        padding: 15px;
    }
    .we-call-you-section, .what-we-do-section {
        padding: 30px 0px
    }
    .we-call-you-content p {
        font-size: 16px;
    }
    .we-call-you-content p span {
        font-size: 18px;
    }
    .mobile-number-input .form-label {
        font-size: 16px;
    }
    .privacy-protected {
        gap: 10px;
        padding: 10px;
    }
    .privacy-protected h5 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .we-call-you-content .content p {
        font-size: 10px;
    }
    .mobile-number-input input {
        font-size: 14px;
    }
    .btn-primary .icon svg{
        max-width: 20px;
        max-height: 20px;        
    }
    .trust-counter-section .counter-wrap .single-countdown .number h2 {
        font-size: 20px;
    }
    .trust-counter-section .counter-wrap .single-countdown span {
        /* display: flex; */
        font-size: 16px;
        /* font-weight: 700; */
        /* gap: 5px; */
        letter-spacing: 0px;
        
    }    
    .trust-counter-section .counter-wrap .single-countdown {
        gap: 10px;
        padding: 10px 10px;
        flex-direction: column;
        text-align: center;
        align-items: start !important;
    }

    footer {
        padding: 5px 0px 10px 0px;
    }
    .privacy-protected .icon {
        flex: 0 0 auto;
        width: 20px;
        height: 20px;
        padding: 3px;
    }
    .hero-section figure img {
    object-position: 90% center;
}
}

@media (max-width: 480px){
    .hero-content-part .hero-content h1 {
        font-size: 34px;
    }
    .hero-content-part .hero-content p {
        font-size: 16px;
    }
    .hero-content-part .hero-content small {
    font-size: 12px;
    }
    .btn-primary, .btn-secondary {
        padding: 12px 25px;
        /* font-size: 14px; */
    }
    .main-title h2 {
        font-size: 24px;
    }
    .process-content .process-text h3 {
        margin-bottom: 10px;
    }
    .process-content .process-text p {
        font-size: 14px;
    }
    .trust-counter-section .counter-wrap .single-countdown .icon {
        width: 45px;
        height: 45px;
        padding: 4px;
        border-radius: 4px;
    }
}