nav.navbar.bg-body-tertiary {
    background-color: black !important;
}

.copyright {
    padding: 10px 0;
    background-color: black;
    text-align: center;
}

.main-form-box {
    margin: auto;
    padding: 30px 50px;
    box-shadow: 3px 5px 10px 6px rgba(129, 129, 129, 0.09);
}

.form-list {
    list-style-type: none;
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.form-list {
    padding: 0 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 70px;
}

button.form-control.enquire-btn {
    background-color: black;
    border: 0;
    border-radius: 30px;
    color: white !important;
    margin-top: 20px;
    width: 565px;
}

.form-control {
    color: grey !important;
}

.mb-3 input {
    border-radius: 30px !important;
}

.mb-3 select {
    border-radius: 30px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.two-input {
    gap: 3px;
}

.form-section {
    padding: 30px 0;
}

#exampleDropdown {
    width: 565px;
}

#mnumber {
    width: 565px;
}

#customerName {
    width: 565px;
}

#navbarNav {
    justify-content: end;
}

.menu-box {
    display: flex;
}

.navbar-collapse .collapseing {
    display: none;
}

@media screen and (max-width: 992px) {
    #exampleDropdown {
        width: 100%;
    }

    #mnumber {
        width: 100%;
    }

    #customerName {
        width: 100%;
    }

    button.form-control.enquire-btn {
        width: 100%;
    }

    button.navbar-toggler {
        background-color: #fff;
    }
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
    #exampleDropdown {
        width: 100%;
    }

    #mnumber {
        width: 100%;
    }

    #customerName {
        width: 100%;
    }

    button.form-control.enquire-btn {
        width: 100%;
    }
}

@media screen and (min-width: 1101px) {
    #exampleDropdown {
        width: 100%;
    }

    #mnumber {
        width: 100%;
    }

    #customerName {
        width: 100%;
    }

    button.form-control.enquire-btn {
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 480px) {

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 10px;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 75%;
        margin-top: 10px;
    }


    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.7%;
        margin-top: 10px;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
        margin-top: 10px;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3%;
        margin-top: 10px;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
        margin-top: 10px;
    }

    .col-sm-66 {
        flex: 0 0 auto;
        width: 150px;
    }

    .col-sm-55 {
        flex: 0 0 auto;
        width: 130px;
    }

    .col-sm-44 {
        flex: 0 0 auto;
        width: 110px;
    }

    .col-sm-33 {
        flex: 0 0 auto;
        width: 90px;
    }

    .col-sm-22 {
        flex: 0 0 auto;
        width: 70px;
    }
}

.complain {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fbfbfb;
    padding: 10px 10px 10px 40px;
    border-radius: 6px;
    border: #050505 solid 1px;
}

    .complain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }


.checkmark {
    position: absolute;
    top: 11px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: #d7d7d7;
    border-radius: 50%;
}


.complain:hover input ~ .checkmark {
    background-color: #ccc;
}


.complain input:checked ~ .checkmark {
    background-color: #000000;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.complain input:checked ~ .checkmark:after {
    display: block;
}

.complain .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
