
*,::after,::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img{
    vertical-align: bottom;
}
ul,ol{
    padding: 0;
    margin: 0;
}

label {
    font-weight: 600;
    color: #666;
    display: inline-block;
    line-height: 40px;
}
body {
  background: #f0f0f0;
}
.box8{
  /* box-shadow: 0px 0px 5px 1px #999; */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.mx-t3{
  /* margin-top: -3rem; */
}

.wrap-1{
/* border: 2px solid red; */
padding: 10px;
}


.flex{
    display: flex;
}

.contaissner{
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}










table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.totals {
    margin-top: 10px;
    font-weight: bold;
}

.submit-btn {
    width: 50%;
    padding: 5px 10px;
    font-size: 1.2em;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: 10px;
}

.submitbtn1{
    width: 100% !important;
}
.submit-btn:hover {
    background-color: #218838;
}

button[type="submit"]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.terms {
    margin-top: 20px;
}

.terms label {
    font-size: 0.9em;
    margin-left: 10px;
}


.anchor{
    text-decoration: none;
}



.submit22{
    /* border: 2px solid red !important; */
    text-align: right;
    text-transform: uppercase !important;
}

.buttom{
    /* border: 2px solid red; */
    width: 60%;
    margin: auto;
}

select{
    padding: .375rem .75rem;    display: block;
                      width: 100%;
                      padding: .375rem .75rem;
                      font-size: 1rem;
                      font-weight: 400;
                      line-height: 1.5;
                      color: #212529;
                      background-color: #fff;
                      background-clip: padding-box;
                      border: 1px solid #ced4da;    
                      border-radius: .25rem;
}

input:focus{
    border: 1px solid rgb(9, 8, 8) !important;
    box-shadow: none !important;
}

.subbb{
    background-color: transparent !important;
    outline: 1px solid rgb(9, 8, 8);
    color: #000 !important;
    width: 30% !important;
}

p{
    margin-bottom: 0rem !important;
}


@media screen and (max-width:992px){
    .contaissner{
        margin-top: 10px;
    }
    .terms label{
        line-height: 20px;
    }
    .buttom{
        width: 70%;
    }
    .submitbtn1{
        /* margin-top: 10px; */
        width: 50% !important;
        margin: 10px auto;
        display:  block;
    }
}