@media only screen and (min-width:1920px) {}

@media only screen and (min-width:1600px) and (max-width:1900px) {}

@media only screen and (min-width:1300px) and (max-width:1367px) {}

@media only screen and (min-width:1200px) and (max-width:1390px) {
    .comnpadding {
        padding: 50px 0;
    }
    select, .form-select,
    input{
        font-size: var(--font_15);
    }
    .banner_form {
        padding: 15px;
    }
    .banner_form h6 {
        font-size: var(--font_22);
    }

    .feature h3 {
        font-size: var(--font_19);
    }

    p {
        font-size: var(--font_15);
        line-height: 24px;
    }

    .feature p {
        font-size: var(--font_15);
        min-height: 75px;
    }

    .main_had {
        font-size: var(--font_34);
    }

    .comntitle {
        font-size: var(--font_30);
    }
}

@media screen and (max-width: 1190px) {
    .comnpadding {
        padding: 50px 0;
    }

    .banner_form h6 {
        font-size: var(--font_22);
    }

    .feature h3 {
        font-size: var(--font_19);
        min-height: 45px;
    }

    p {
        font-size: var(--font_15);
        line-height: 24px;
    }

    .feature p {
        font-size: var(--font_15);
        min-height: 75px;
    }

    .main_had {
        font-size: var(--font_34);
    }

    .comntitle {
        font-size: var(--font_30);
    }

    #testi_monials {
        margin-top: 0;
    }

    input,
    .form-select {
        font-size: var(--font_15);
        height: 40px;
        border-radius: 5px;
    }

    .feature {
        padding: 15px;
    }
}



@media screen and (max-width: 991px) {
    .landing_banner_caption {
        position: initial;
    }

    .secure img {
        filter: brightness(0) saturate(100%) invert(9%) sepia(33%) saturate(5428%) hue-rotate(244deg) brightness(126%) contrast(123%);
    }

    .landing_banner_text {
        text-align: center;
        margin: 15px 0;
    }

    .feature h3 {
        min-height: inherit;
    }

    .accordion-button {
        font-size: var(--font_20);
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .main_had {
        font-size: var(--font_28);
    }

    .secure img {
        max-width: 70px;
    }

    .landing_banner_text p {
        font-size: var(--font_16);
    }

    .accordion-button {
        font-size: var(--font_18);
        padding: 15px;
    }

    .feature {
        margin: 10px;
    }

    .checklist li {
        font-size: var(--font_16);
    }
}

@media screen and (max-width:525px) {}

@media screen and (max-width:360px) {}