body{
    font-family: "Poppins", sans-serif;
    background:#ececec;;
}

div{
    margin:0;
    padding: 0;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    .container{
        width: 90%;
        margin:0 auto;
        text-align: center;
    }
    .card{
        width: 95%;
        margin:0 auto;
        background: #fff;
        box-shadow:rgba(0, 0, 0, 0.05) -5px 5px 8px;
        padding: 10px 15px;
        overflow: hidden;

    }

    .card-title{
        font-size: 16px !important;
    }

    .form-group{
        width: 100%;
        text-align: left !important;
        margin:10px 0;
    }

    .form-control{
        width:100%;
        height: 35px;
        padding: 0px 10px;
        font-family: "Poppins", sans-serif;
        border: solid 1px #cfcfcf;
        overflow: hidden;
        box-sizing: border-box;
        margin: 5px 0;
        font-size: 12px;
    }

    .form-label{
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 500;
    }

    .form-footer{
        text-align: right !important;
        padding: 15px 0;
    }

    .btn{
        font-family: "Poppins", sans-serif;
        background: none;
        border: none;
        padding: 10px 20px;
        font-size: 12px;
    }

    .next{
        background: orange;
        margin-left: 2px;
    }

    .back{
        background: #0c0c0c;
        color:#fff;
    }

    .calculate{
        background: #04AA6D !important;
        text-decoration: none;
        color: #fff;
    }

    .required::after{
        content: '*';
        color: red;
    }

    .step-nav{
        margin-bottom: 25px;
        padding: 0%;
    }

    .step-nav ul{
        padding-inline-start: 0px;
    }

    .step-nav ul li{
        list-style: none;
        display: inline;
        margin: 0 15px;
        background: #e2e2e2;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 12px !important;
    }

    .active-step{
        background: orange !important;
        color: #fff;
    }
 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {}

 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {}

 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    .container{
        width: 90%;
        margin:0 auto;
        text-align: center;
    }
    .card{
        width: 600px;
        margin:0 auto;
        background: #fff;
        box-shadow:rgba(0, 0, 0, 0.05) -5px 5px 8px;
        padding: 20px 30px;
        overflow: hidden;

    }

    .form-group{
        width: 100%;
        text-align: left !important;
        margin:10px 0;
    }

    .form-control{
        width:100%;
        height: 40px;
        padding: 0px 10px;
        font-family: "Poppins", sans-serif;
        border: solid 1px #cfcfcf;
        overflow: hidden;
        box-sizing: border-box;
        margin: 5px 0;
    }

    .form-label{
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    .form-footer{
        text-align: right !important;
        padding: 15px 0;
    }

    .btn{
        font-family: "Poppins", sans-serif;
        background: none;
        border: none;
        padding: 10px 20px;
    }

    .next{
        background: orange;
        margin-left: 10px;
    }

    .back{
        background: #0c0c0c;
        color:#fff;
    }

    .calculate{
        background: #04AA6D !important;
        text-decoration: none;
        color: #fff;
    }

    .required::after{
        content: '*';
        color: red;
    }

    .step-nav{
        margin-bottom: 30px;
    }

    .step-nav ul li{
        list-style: none;
        display: inline;
        margin: 0 30px;
        background: #e2e2e2;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .active-step{
        background: orange !important;
        color: #fff;
    }
 }

 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {}

 @media only screen and (max-width: 1200px) and (min-width: 601px){
    .container{
        width: 90%;
        margin:0 auto;
        text-align: center;
    }
    .card{
        width: 600px;
        margin:0 auto;
        background: #fff;
        box-shadow:rgba(0, 0, 0, 0.05) -5px 5px 8px;
        padding: 20px 30px;
        overflow: hidden;

    }

    .form-group{
        width: 100%;
        text-align: left !important;
        margin:10px 0;
    }

    .form-control{
        width:100%;
        height: 40px;
        padding: 0px 10px;
        font-family: "Poppins", sans-serif;
        border: solid 1px #cfcfcf;
        overflow: hidden;
        box-sizing: border-box;
        margin: 5px 0;
    }

    .form-label{
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    .form-footer{
        text-align: right !important;
        padding: 15px 0;
    }

    .btn{
        font-family: "Poppins", sans-serif;
        background: none;
        border: none;
        padding: 10px 20px;
    }

    .next{
        background: orange;
        margin-left: 10px;
    }

    .back{
        background: #0c0c0c;
        color:#fff;
    }

    .calculate{
        background: #04AA6D !important;
        text-decoration: none;
        color: #fff;
    }

    .required::after{
        content: '*';
        color: red;
    }

    .step-nav{
        margin-bottom: 30px;
    }

    .step-nav ul li{
        list-style: none;
        display: inline;
        margin: 0 30px;
        background: #e2e2e2;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .active-step{
        background: orange !important;
        color: #fff;
    }

    .error-label-contact{
        font-size: 10px;
        color: red;
        display: none;
    }

    .error-label-company{
        font-size: 10px;
        color: red;
        display: none;
    }

    .error-label-mobile{
        font-size: 10px;
        color: red;
        display: none;
    }
 }
