@media screen and (max-width: 1680px) {
 
}

@media screen and (max-width: 1500px) {	
    .md-heading {
        font-size: 50px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 23px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    .custom-wrapper {
        max-width: 1200px;
    }
    /* banner */
    .banner .title-area h3.f-800 {
        max-width: 1000px;
        padding: 10px;
    }
    .banner li:before {
        height: 30px;
        width: 30px;
    }
    .banner li {
        padding-left: 45px;
    }
    /* s1 */
    .s1 .form {
        padding: 20px;
    }
    /* .s1 .colmn-2 .text-wrapper {
        padding-left: 50px;
    } */
}

@media screen and (max-width: 1440px) {
    .custom-wrapper {
        max-width: 1100px;
    }
    .md-heading {
        font-size: 44px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    p, a, li, button, input {
        font: 400 18px/26px 'DM sans', sans-serif;
    }
    /* banner */
    .banner,
    .s1 {
        padding: 30px 15px;
    }
    .banner .title-area {
        /* max-width: 800px; */
        margin: 0 auto 30px;
    }
    .banner .title-area h3.f-800 {
        max-width: 900px;
    }
    .banner li:before {
        height: 25px;
        width: 25px;
    }
    .banner li {
        padding-left: 35px;
    }
    /* s1 */
    .s1 .af-body .af-element .img-wrapper:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1366.98px) {

}

@media screen and (max-width: 1280.98px) {
    .md-heading {
        font-size: 42px;
    }
    p, a, li, button, input {
        font: 400 16px/26px 'DM sans', sans-serif;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    /* banner */
    .banner .title-area {
        max-width: 900px;
    }
    .banner .title-area h3.f-800 {
        max-width: 700px;
    }
    .banner li:before {
        height: 22px;
        width: 22px;
    }
    .banner li {
        padding-left: 30px;
    }
    /* .banner .title-area h3.f-800 {
        max-width: 700px;
    } */
    /* s1 */
    /* .s1 .colmn-2 .text-wrapper {
        padding-left: 30px;
    } */
}

@media screen and (max-width: 1024.98px) {
    .md-heading {
        font-size: 38px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .custom-wrapper {
        max-width: 950px;
    }
    /* banner */
    .banner .title-area {
        max-width: max-content;
    }
    .banner .title-area h3.f-800 {
        max-width: 800px;
        padding: 10px 20px;
    }
    /* .banner .title-area h3.f-800 {
        max-width: 600px;
    } */
    /* s1 */
    .s1 .form {
        padding: 15px;
        border-radius: 15px;
    }
    .s1 .af-body .af-element:not(:last-child) {
        padding: 10px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 991.98px) {
    .custom-wrapper {
        max-width: 80%;
    }
    /* banner */
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 65%;
    }
    .s1 .colmn-2 .text-wrapper {
        padding-left: unset;
    }
    .s1 .form {
        box-shadow: 0 0 30px rgba(255 0 255/60%);
    }
}

@media screen and (max-width: 832.98px) {
    .md-heading {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    .custom-wrapper {
        max-width: 85%;
    }
    /* banner */
    .banner li:before {
        height: 22px;
        width: 22px;
    }
    .banner .title-area h3.f-800 {
        padding: 10px;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 75%;
    }
    /* .s1 .colmn-2 h4:before {
        height: 7px;
        width: 100px;
    } */
}

@media screen and (max-width: 768.98px) {
    .custom-wrapper {
        max-width: 90%;
    }
    .md-heading {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    /* banner */
    .banner li {
        margin-top: 15px;
    }
    .banner .title-area h3.f-800:before {
        padding: 2px;
        border-radius: 10px;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 85%;
    }
    .s1 .c-card-btn {
        border-radius: 10px;
        padding: 10px;
    }
}

@media screen and (max-width: 640.98px) {
    .md-heading {
        font-size: 28px;
    }
    /* banner */
    .banner .title-area h3.f-800 {
        padding: 5px;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 90%;
    }
}

@media screen and (max-width: 575.98px) {
    .md-heading {
        font-size: 30px;
    }
}

@media screen and (max-width: 440.98px) {
    .custom-wrapper {
        max-width: 95%;
    }
    .md-heading {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    /* s1 */
    .s1 {
        padding: 30px 0 10px;
    }
    .s1 .custom-wrapper {
        max-width: 100%;
    }
    .s1 .colmn-2 {
        padding: 0 25px;
    }
    .s1 .form {
        padding: 10px;
        border-radius: unset;
    }
}

@media screen and (max-width: 375.98px) {
    .custom-wrapper {
        max-width: 100%;
    }
    .md-heading {
        font-size: 22px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    /* banner */
    .banner .title-area h3.f-800 {
        margin: 15px auto 0;
    }
    .banner li:not(:last-child):before {
        height: 18px;
        width: 18px;
    }
    .banner li:not(:last-child) {
        padding-left: 27px;
    }
}