/*Reset*/

* {
    margin: 0;
    padding: 0;
}


/*Styles*/

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background-color: #0B0B0B;
    color: #dedede;
    height: 100vh;
}

.container {
    width: 100%;
}

#logo {
    padding: 30px 0;
    width: 100%;
    background: #222;
    display: block;
}

#logo>img {
    display: block;
    width: 170px;
    height: 50px;
    margin: auto;
}

.personalDetail h5 {
    width: 60%;
    font-size: 1.25rem;
    color: #95d600;
    font-weight: 600;
    text-align: center;
    margin: 50px auto 10px auto;
    letter-spacing: 0.5px;
}

.personalDetail p {
    width: 60%;
    font-size: 1rem;
    color: #bababa;
    font-weight: 400;
    text-align: center;
    margin: 0px auto 50px auto;
    letter-spacing: 0.5px;
}

.form {
    width: 70%;
    margin: auto;
    padding-bottom: 200px;
    /* border: 1px solid yellow; */
}

.line {
    border-top: 1px solid #707070;
    padding-top: 20px;
    margin-bottom: 80px;
}

.line1 {
    margin-bottom: 50px;
}

.mb-3 {
    padding: 10px 0;
    margin-bottom: 30px;
    /* border: 1px solid limegreen; */
}

.mb-3 label {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    color: #707070;
}

.size {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    color: #707070;
}

.mb-3 label span {
    color: #FF0000;
}

.remove {
    color: #FF0000;
    cursor: pointer;
    margin-top: 20px;
    float: right;
}

.mb-3 input[type="text"],
.mb-3 input[type="phone"],
.mb-3 input[type="email"],
.mb-3 input[type="file"],
.mb-3 input[type="radio"] {
    padding: 14px 2%;
    outline: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999;
    border-radius: 8px;
    box-shadow: inset 3px 3px 5px #222, 1px 2px 5px #555;
    width: 96%;
    border: none;
    background: #3b3636;
    text-transform: capitalize;
}

.dropdown {
    padding: 14px 2% !important;
    outline: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999;
    border-radius: 8px;
    box-shadow: inset 3px 3px 5px #222, 1px 2px 5px #555;
    width: 100% !important;
    border: none !important;
    background: #3b3636;
    -webkit-appearance: none;
}

.addBranch {
    color: #95d600;
    cursor: pointer;
    width: -webkit-fit-content;
}

.company {
    margin: 30px 0;
}

.company h4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: rgba(149, 214, 0, .3);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

p.address {
    color: rgba(149, 214, 0, .3);
    line-height: 1.4rem;
}

.adress2 {
    margin-top: 10px;
}

.fixed {
    bottom: 0;
    width: 100vw;
    padding: 30px 0 80px;
    margin: auto;
    text-align: right;
    height: 64px;
    background-color: rgb(11, 11, 11, 0.9);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.theForm {
    padding-bottom: 94px;
}

.fixed .btn {
    margin: 0 0 0 auto;
    width: 150px;
    height: 64px;
}

.btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn button {
    cursor: pointer;
    border: 0px;
    background-color: transparent;
    font-size: 1.5em;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
}

.prev {
    margin-right: 20px;
}

@media only screen and (max-width:736px) {
    .form {
        width: 80%;
    }
    .fixed {
        width: 100%;
        padding: 0;
        bottom: 30px;
        padding: 30px;
        bottom: 0px;
    }
    .fixed .btn {
        margin: 0 auto;
    }
    .batterySize {
        display: block;
        position: relative;
        margin: 15px 0 12px 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 25px !important;
        padding-right: 10px;
        width: 113px;
    }
}

@media only screen and (max-width: 320px) {
    .fixed {
        bottom: 10px;
    }
}