.common-spacing {
    padding: 30px 0px;
}

.colored {
    background-color: #f2f2f2;
}

.common-heading {
    font-size: 30px;
    font-weight: 600;
}

.common-p {
    font-size: 17px;
    line-height: 27px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    pointer-events: none;
    transform: translate(0, -50%);
}

.select-wrapper select {
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Standard */

    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.menu-img {
    width: 100%;
    height: 220px;
    max-width: 220px;
    border-radius: 50% !important;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.menu-div h4 {
    font-size: 20px;
}

.cc .menu-div h4,
.cc .menu-div p {
    color: #fff;
}

.price-p {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.terms-condition {
    font-size: 22px;
    font-weight: 600;
}

.terms-points {
    list-style-type: disc;
    color: #000;
    padding-left: 20px;
}

.terms-points p {
    margin: 0px;
}

.terms-points li {
    margin-bottom: 2px;
}

.contact-form {
    background-color: #fff;
    width: 100%;
    max-width: 550px;
    padding: 20px 20px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0px 0px 10px #00000029;
    border: 1px solid #cccccc;
}

.contact-form-bg .common-heading {
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
}

.common-heading:after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 3px;
    background-color: var(--main-bg-color);
}

.contact-form p {
    font-size: 14px;
    max-width: 410px;
    margin: 0 auto;
}

.contact-form-bg .form-control {
    color: #000;
    padding: 10px 15px;
    border-radius: 5px !important;
    height: auto;
    font-size: 15px !important;
    font-weight: 500;
}

.contact-form-bg .form-control:focus,
.contact-form-bg .form-control:active,
.contact-form-bg .form-control:focus-visible {
    border: 1px solid var(--main-bg-color);
    box-shadow: none;
    outline: none;
}

.contact-form form label {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.contact-form form .primary-button {
    background: var(--main-bg-color);
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 5px;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    border: none;
    font-size: 15px;
    margin-top: 10px;
}

.ourteam .common-p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.cc .common-heading {
    color: #fff;
}

.cc .common-heading:after {
    background-color: #fff;
}

.contact-form-bg .form-group {
    margin-bottom: 20px;
}

.common-p b {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .common-spacing {
        padding: 25px 0px;
    }

    .common-heading {
        font-size: 22px;
    }

    .common-p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }

    .swiperow>div:first-child {
        order: 1;
    }

    .menu-img {
        width: 160px;
        height: 160px;
    }

    .menu-div h4 {
        font-size: 18px;
    }

    .menu-section .row>div {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ffff;
    }

    .menu-section .row>div:last-child {
        margin-bottom: 0px;
        border-bottom: none;
    }

    .contact-form {
        padding: 20px 15px;
    }

    .ourteam .row>div {
        border-bottom: 2px solid #f1f1f1;
    }
}

.form-outer {
    max-width: 700px;
    margin: auto;
    padding: 0 10px;
}

.form-divs {
    margin-bottom: 18px;
}

.label-form {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #555;
    margin-bottom: 8px;
}

.form_f input[type="text"],
.form_f input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    color: #333;
    background: #fff;
}

.form_f input[type="text"]::placeholder,
.form_f input[type="number"]::placeholder {
    color: #bbb;
}

.form_f {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

#bhopal-bulk-form .radio-outer,
#bhopal-bulk-form .checkbox-outer {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 6px 0;
    cursor: pointer;
}

#bhopal-bulk-form .radio-outer [type="radio"]:checked+label,
#bhopal-bulk-form .radio-outer [type="radio"]:not(:checked)+label,
#bhopal-bulk-form .checkbox-outer [type="checkbox"]:checked+label,
#bhopal-bulk-form .checkbox-outer [type="checkbox"]:not(:checked)+label {
    padding-left: 26px;
    padding-right: 0;
    width: auto;
    font-size: 13px;
}

#bhopal-bulk-form .radio-outer [type="radio"]:checked+label:before,
#bhopal-bulk-form .radio-outer [type="radio"]:not(:checked)+label:before {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox-outer [type="checkbox"]:checked+label:before,
.checkbox-outer [type="checkbox"]:checked+label:before {
    border: 2px solid var(--main-bg-color);
}

.radio-outer [type="radio"]:not(:checked)+label:before {
    border: 2px solid #707070;
}

.radio-outer [type="radio"]:checked+label:before {
    border-color: var(--main-bg-color);
}

#bhopal-bulk-form .radio-outer [type="radio"]:checked+label:after,
#bhopal-bulk-form .radio-outer [type="radio"]:not(:checked)+label:after {
    right: auto;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

#bhopal-bulk-form .radio-outer [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0) translateY(-50%);
}

#bhopal-bulk-form .radio-outer [type="radio"]:checked+label:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

#bhopal-bulk-form .checkbox-outer [type="checkbox"]:checked+label:before,
#bhopal-bulk-form .checkbox-outer [type="checkbox"]:not(:checked)+label:before {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#bhopal-bulk-form .checkbox-outer [type="checkbox"]:checked+label:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 13px;
    border: solid var(--secondary-bg-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2;
}
#bhopal-bulk-form .submitBtn input[type="submit"] {
    background: var(--main-bg-color)!important;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 5px;
    color: var(--secondary-bg-color) !important;
    padding: 14px 25px;
    display: inline-block;
    border: none;
    font-size: 15px;
    margin-top: 10px;
}
#bhopal-bulk-form .checkbox-outer [type="checkbox"]:checked+label:after,
#bhopal-bulk-form .checkbox-outer [type="checkbox"]:not(:checked)+label:after {
    right: auto;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid var(--main-bg-color);
}

#bhopal-bulk-form .checkbox-outer [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0) translateY(-50%);
}

#bhopal-bulk-form .checkbox-outer [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.submitBtn {
    margin-top: 24px;
}

.checkbox-outer [type="checkbox"]:checked+label .label:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 7px;
    width: 5px;
    height: 11px;
    border: solid var(--secondary-bg-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2;
}