* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #162B56 !important;
}

.landing-bg {
    background: url('bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 0px;
    height: 100vh;
    position: relative;
    background-position: center top;
}

.landing-bg .logo {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.landing-bg h1 {
    font-size: 40px;
    color: #162B56;
    font-weight: bold;
}

.landing-bg h3 {
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.landing-bg a {
    background: #99D8EF;
    color: #162B56;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    padding: 11px 63px;
    transition: 0.3s;
    font-family: futura-pt, sans-serif!important;
        display: inline-block;
    margin: 15px 0px;
}

.landing-bg a:hover {
    background: #162B56;
    color: #99D8EF;
    transition: 0.3s;
    text-decoration: none;
}
.landing-bg span {
    display: block;
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.form-bg {
    background: url('form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

p {
    width: 100%;
}

hr {
    background: #E8F0FC;
}

.form-wrap {
    max-width: 1708px;
    margin: auto;
}

form {
    background: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    border-radius: 10px;
}

form span {
    display: block;
    overflow: hidden;
    padding: 0 4px 0 6px;
}

form input {
    border: 1px solid #8BB5ED !important;
    border-radius: 0px !important;
    height: 44px !important;
}

form label {
    color: #162B56;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    float: left;
    text-align: right;
    align-items: center;
    display: inline-block;
    line-height: 44px;
    margin: 0px;
}

.response_msg {
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    color: white;
    border-radius: 0px 0px 10px 10px;
    background: #4BB543;
    transition: 0.3s;
}



form input.medium {
    width: 398px !important;
}

form input.small {
    width: 260px !important;
}

/*
form input.large {
    width: 536px!important;
}


.middle-fields .left-group {
    width: 600px;
}
*/

.middle-fields .right-group label {
    width: 100px !important;
}

.top-fields {
    background: #E9F0FC;
    border-radius: 10px;
    padding: 20px;
}

.top-fields label {
    width: 140px;
}

.middle-fields .form-group label {
    width: 200px;
}

.top-fields .form-row {
    padding: 10px 0px;
}

.bottom-fields,
.middle-fields {
    border: 1px solid #E9F0FC;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

table.quantity {
    margin-bottom: 75px;
    border-spacing: 10px;
    border-collapse: separate;
    margin: 0px auto 75px auto;
    border-collapse: separate;
    left: -8%;
    position: relative;
}

table.quantity th {
    font-size: 15px;
    padding-bottom: 10px;
}

table.quantity span {
    display: inline-block;
    padding: 0px;
    overflow: unset;
}

table.quantity .cost {
    border: 1px solid #8BB5ED;
    width: 122px;
    padding: 0px 10px;
        text-align: left;
}

table.quantity .amount {
    width: 66px;
    border: 1px solid #8BB5ED;
    padding: 0px 10px;
    display: inline-block;

}

table.quantity .amount input {
    width: 100%;
    color: #162B56 !important;
    font-weight: bold;
}

table.quantity .total {
    padding-left: 50px;
}


table.quantity input {
    border: none !important;
}


.bottom-fields .total-price {
    position: absolute;
    width: 100%;
    background: #E9F0FC;
    height: 68px;
    bottom: 0px;
    margin-left: -20px;
    line-height: 68px;
    text-align: center;
    color: #162B56 !important;
}

.bottom-fields .total-price div {
    margin-left: 179px;
}

.bottom-fields .total-price span {
    font-size: 24px;
    display: inline-block;
    padding: 0px;
    overflow: unset;
}

.bottom-fields .total-price input {
    font-size: 24px;
    display: inline-block;
    padding: 0px;
    overflow: unset;
    border: none !important;
    background: transparent;
    color: #162B56 !important;
    font-weight: bold;
    width: 100px;
}

.submit {
    background: #99D8EF;
    color: #162B56;
    font-size: 29px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
    border: none;
    padding: 11px 63px;
    transition: 0.3s;
}

.submit:hover {
    background: #162B56;
    color: #99D8EF;
    transition: 0.3s;
}

textarea.comments {

    max-width: 800px;
    width: 100%;
    border: 1px solid #8BB5ED;
    position: relative;
    margin-bottom: 20px;
}


@media screen and (max-width: 700px) {

    .bottom-fields .total-price div {
        margin: 0px;
    }

    table.quantity {
        left: auto;
    }

    body {
        font-size: 0.7rem !important;
    }

    form input.medium {
        width: auto !important;
    }

    form input.small {
        width: auto !important;
    }

    .middle-fields .form-group label {
        width: auto;
    }

    .top-fields input {
        margin: 5px 0px;
    }

    table.quantity .total {
        padding-left: 0px;
    }

    table.quantity th {
        padding-left: 0 !important;
    }
    
    .bottom-fields .total-price {
        margin: 0px;
    }
    .bottom-fields, .middle-fields {
        padding: 0px;
    }

}

table.results td, 
table.results th{
    padding: 10px;
}

.td-2,
.td-3,
.td-1 {
    max-width: 150px;
}


.td-6 {
  max-width: 100px;  
}

.td-14,
.td-13,
.td-12,
.td-11,
.td-10,
.td-9,
.td-8,
.td-7,
.td-4 {
    
      max-width: 123px;
}

.td-20 {
    width: 300px;
}