﻿
@media  (max-width: 414px) {
    .text-box {
        max-width: 390px !important;
        margin-left: 5px !important;
        padding-top: 20px !important;
    }
    .w-180 {
        width: 140px !important;
    }
    .w-250 {
        width: 230px !important;
    }
    .w-150 {
        width: 125px !important;
    }
    .text-box-group label {
        left: 15px !important;
    }
    .leadtable {
        width: 414px !important
    }
}
@media  (max-width: 375px) {
    body {
        margin-left: 0px;
        margin-right: 0px;
    }
    .text-box {
        max-width: 365px !important;
        margin-left: 1px !important;
        padding-top: 20px !important;
    }
    .w-250 {
        width: 210px !important;
    }
    .text-box-group label {
        left: 10px !important;
    }
    .leadtable {
        width: 375px !important
    }
    .submit {
        margin-top: 10px !important;
    }
    .text-box {
        height: 60px !important; 
    }
    }
@media (max-width: 360px) {
    body {
        margin-left: 0px;
        margin-right: 0px;
    }

    .text-box {
        max-width: 355px !important;
        margin-left: 0px !important;
        padding-top: 20px !important;
    }

    .w-250 {
        width: 200px !important;
    }

    .text-box-group label {
        left: 10px !important;
    }

    .leadtable {
        width: 360px !important
    }
}
