
     
        .btn-minus {

            border: 1px solid skyblue;
            padding: 2px 10px;
            background-color: rgba(128, 128, 128, 0.329);
        }

        .btn-plus {
            background-color: skyblue;
            border: 1px solid skyblue;
            padding: 2px 10px;
            border-left: 0;
        }

        .w-40 {
            width: 22%;
            border: 2px solid rgba(0, 0, 0, 0.26);
        }

        .form-control1 {
            border: 1px solid skyblue;
            outline: 0;
        }


        .bs {
            box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
            padding: 20px 10px;
        }

        .main-button {
            z-index: 9;
            position: fixed;
            bottom: 3%;
        }

        .request {
            padding: 3px 80px;
            outline: 0;
            border: 0;
            background-color: #007bff;
            color: white;
        }

        .request:hover {
            padding: 3px 80px;
            outline: 0;
            border: 0;
            background-color: #0b7bf3ee;
            color: white;
        }

        .btn10 {
            padding-top: 02px;
            padding-bottom: 02px;
        }

        .fs-13 {
            font-size: 14px;
            font-weight: 600;
        }

        /*figure {*/
        /*    height: 85vh;*/
        /*    width: 100%;*/
        /*    border: 1px solid rgba(128, 128, 128, 0.459);*/
        /*    border-radius: 5%;*/
        /*    padding: 10px;*/
        /*}*/

        /*.img-main {*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    background-size: cover;*/
        /*    background-repeat: no-repeat;*/
        /*}*/

        @media (max-width:1080px) {
            .btn10 {
                margin: 10px 0px;
            }
        }

        /* Hide the default radio button */
        input[type="radio"] {
            display: none;
        }

        /* Style the custom radio button */
        .customRadioButton {
            display: inline-block;
            cursor: pointer;
            /* padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 3px; */
        }

        /* Style the custom radio button when checked */
        input[type="radio"]:checked+.customRadioButton {
            background-color: #007bff;
            color: #fff;
        }
