﻿
@media screen and (max-width: 992px) {
    input#checkboxforSMS {
        width: 100%;
        height: 21px;
        max-width: 21px;
    }
    input#chkPayEmployee {
        width: 100%;
        height: 21px;
        max-width: 21px;
        margin-right: 5px;
    }
    .service-check {
        margin-top: 0px;
    }
    .cstm-tglbtn {
        display: flex;
        align-items: start;
        margin: 0px 0 0 20px;
    }
}
@media screen and (max-width: 820px) {
    .cst-theading{
        font-size: 16px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-dwnl {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
        color: white;
    }

    .Cstm-UlMobileView {
        flex-direction: column;
    }

    footer .footer-upper {
        padding: 0.5rem 0;
    }

    .CstmBuutonWrapperAlign {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .footer-list li a {
        font-size: 14px;
        font-weight: 500;
        color: white;
    }
}


    .footer-upper {
        padding: 3rem 0;
    }
    @media screen and (max-width: 576px){

        .l-nav ul {
            height: Calc(100vh - 221px);
        }
        .productdetailsFooter{
            margin-left: 0px !important;
            width: 100% !important;
        }
        .msg-btns{
            justify-content: center;
        }
        .setup-close{
            margin-top: 15px;
        }
        input#checkboxforSMS {
            height: 17px;
            max-width: 17px;
            margin-top: 5px;
        }
        input#chkPayEmployee {
            height: 17px;
            max-width: 17px;
        }
    }
