.singleCheckbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.singleCheckbox label {
    width: auto;
}

.greyBtn {
    background: #d6d6d6 !important;
}

.fromDrp label {
    width: 12%;
}

.fromDrp select.form-select,
.fromDrp input {
    width: 65%;
    height: 50px;
}

.btn-secondary,
#accordionExample button {
    background: #606060 !important;
}

.bannerRight button {
    background: #606060 !important;
}

nav.navbar.navbar-light.bg-light {
    background: #606060 !important;
}

nav.navbar.navbar-light.bg-light a.navbar-brand {
    color: #fff;
}

nav.navbar.navbar-light.bg-light a.nav-link {
    color: #fff;
}

.imgBorder {
    border-top: solid 2px #cccc;
    border-bottom: solid 2px #cccc;
}

body {
    font-size: 19px;
}

.bannerRight button.btn.btn-primary.py-2.border-2.border-black.border {
    background: #d6d6d6 !important;
    color: rgb(35, 35, 35);
}

a.btnSingle {
    background: #d6d6d6 !important;
    color: rgb(35, 35, 35);
    width: 20%;
}

.videoInfo small {
    color: #606060;
}

@media (max-width:767px) {
    .btnGroup .btnSingle {
        width: 100%;
        margin-bottom: 20px;
    }
}