
body{
    overflow-x: hidden;
}
html,body{
    font-family: 'Poppins', sans-serif;
}
/* ===========nav-bar================= */
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

.nav-item {
    font-size: 1.1rem;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 2rem;
    color: #2c2c2c!important;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2c993e;
}
.navbar-light .navbar-brand img {
    width: 170px;
}
.contact-details {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    color: #2c2c2c;
}
.contact-details i {
    font-size: 2rem;
    padding-right: 1rem;
    color: #2c993e;
}
.nav-link::after {
    position: absolute;
    background: #2c993e;
    width: 0%;
    height: 5px;
    content: '';
    bottom: 27px;
    left: 0;
    border-radius: 4px;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.nav-link:hover:after{
    width: 90%;
}
.mob-no {
    font-weight: 800;
}
.email-d {
    display: flex;
}
.phone-d {
    display: flex;
}
/* ===========/nav-bar================= */

/* ==================home-banner========= */
.home-banner {
    padding: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
/* ==================/home-banner========= */


/* ==================about-norwich========= */
.about-norwich {
    padding: 4rem 12rem;
    color: #2c2c2c;
    padding-bottom: 0;
}
.about-norwich {
    padding: 2rem 1rem;
    padding-bottom: 0;
    padding-top: 4rem;
}
.section-heading {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    color: #2c2c2c;
}
.section-para {
    font-size: 1.3rem;
}
/* ==================/home-norwich========= */


/* custome-form=========== */
.custom-form{
    max-width: 1230px;
    margin: auto;
}
.custom-form ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.custom-form ul li {
    width: 49%;
    min-height: 15px;
    float: left;
    margin-bottom: 2%;
}
.custom-form ul li:nth-of-type(2n+2){
    float: right;
}
.custom-form ul li:last-child{
    width: 100%;
}
input[type="text"], input[type="email"] {
    width: 100%;
    margin: auto;
}
.in-f-r-left, .in-f-r-right:nth-child(1){
    margin-bottom: 1.8rem!important;
}

.emptied {
    width: 90%;
    margin: auto;
    margin-top: 0;
    padding: 2px;
}
.post-cont-out input[type="text"]{
    width: 49%;
    float: left;
}
.post-cont-out .right{
    float: right!important;
}
.custom-form select {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #4a4b46;
}

.in-f-r-left,.in-f-r-right {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 0!important;
}

.in-f-r-left input[type="text"] {
    width: 48.5%;
}

.in-f-row select {
    width: 90%;
    margin: auto;
    margin-bottom: 0rem;
}
.in-f-r-right input[type="text"] {
    width: 100%;
    margin-bottom: 0;
}

/* /custome-form=========== */











/* ============skip-hire===================== */
.skip-hire {
    padding: 1rem 12rem;
    margin-bottom: 2rem;
}
.skip-hire-heading {
    font-size: 2rem;
    color: #2c993e;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 3rem;
}
input[name="emptied"] {
    accent-color: #2c993e;
    color: #2c993e;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #2c993e;
    margin-right: 5px;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 22% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #2c993e;
    
}

input[type="radio"]:checked {
  border-color:#2c993e;
}
input[type="text"] {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #4a4b46;
    margin: 0;
}
input[type="email"]{
    width: 100%;
    border: 1px solid #4a4b46;
    border-radius: 10px;
    margin:unset;
    padding: 1rem;
    font-size: 1.2rem;
}
.emptied {
    width: 100%;
    margin: 0;
}
.emptied-heading {
    font-size: 1rem;
    color: #4a4b46;
    margin-bottom: 12px;
}
.emptied label {
    font-size: 1.2rem;
    color: #4a4b46;
    margin-right: 0.2rem;
    cursor: pointer;
}
.in-f-row {
    display: flex;
    padding: 0 8rem;
    margin: 1.8rem 0;
}
.in-f-r-left input[type="text"] {
    width: 44.58%;
    margin-bottom: unset;
}
.in-f-r-left {
    width: 50%;
}
.in-f-r-right {
    width: 50%;
}
.in-f-r-right input[type="text"] {
    width: 95%;
}

.in-f-row select{
    width:50%;
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #4a4b46;
    margin:unset;
}

select:invalid { color: gray; }
select:valid { color: #4a4b46}
.get-back-message {
    text-align: center;
    font-size: 1.2rem;
    color: #4a4b46;
    font-weight: 500;
    margin-top: 0;
}
.submit-btn {
    background: #2c993e;
    width: 40%;
    color: #fff;
    padding: 1rem;
    border: 0;
    border-radius: 40px;
    font-size: 1.6rem;
    font-weight: 500;
}
.submit-btn:hover{
    background: #257c0a;
}
.submit-btn:active{
    transform: scale(1.1);
}
/* ============/skip-hire===================== */


/* =============waste-management=============== */
.waste-management{
    background-color: #2c993e;
    padding: 4rem 12rem;
}
.waste-m-heading {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.4rem;
}
.waste-management .section-para {
    color: #fff;
    text-align: center;
    font-size: 1.518rem;
    font-weight: 300;
    padding: 1rem;
}
.quote-btn {
    background-color: #fbf30a;
    padding: 1.5rem 4.5rem;
    border-radius: 50px;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
}
.quote-btn:hover{
    box-shadow: 5px 5px 15px #000;
}
.quote-btn:active{
    transform: scale(1.1);
}
.waste-img-row {
    margin-top: 4rem;
}
.waste-img-row .col-md {
    text-align: center;
}
.waste-img-row .col-md img{
    transition: ease-in-out 0.5s;
}
.waste-img-row .col-md img:hover {
    transform: rotate(10deg) ;

}
/* =============/waste-management=============== */

/* =============connect-with-us================= */
.connect-with-us {
    padding: 6rem 0;
}
.connect-form-sec {
    padding: 0 5rem
}
.section-sub-heading {
    text-align: center;
    font-size: 3.3rem;
    font-weight: 400;
}
.c-row select {
    width: 100%;
    border-radius: 10px;
    font-size: 1.2rem;
    padding: 1.2rem;
}
.connect-with-us textarea {
    width: 100%;
    resize: block;
    height: 150px;
    border-radius: 10px;
    padding: 1.2rem;
    font-size: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.connect-btn {
    width: 100%;
    border-radius: 50pc;
    background: #2c993e;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.8rem;
}
.connect-btn:hover{
    background: #268636;
}
.connect-btn:active{
    transform: scale(1.1);
}
.c-row {
    margin: 2rem 0;
}
.c-row input[type="text"]{
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.c-row input[type="email"]{
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.c-row select{
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
/* =============/connect-with-us================= */


/* ===================footer========================= */
.footer {
    background-color: #2c2c2c;
    
}
.footer-heading {
    color: #fbf30a;
    font-size: 2rem;
    font-weight: 700;
    
}
.footer .row {
    padding: 3rem 12rem;
}

.footer ul{
    list-style: none;
    padding: 0;
}
.footer ul li{
    margin: 1rem 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    transition: ease 0.4s;
}
.footer a i {
    color: #fbf30a;
    font-size: 1.4rem;
    margin-right: 0.3rem;
}
.footer a:hover {
    color: #ccc;
    margin: -3px;
    transition: ease 0.4s;
}

.footer .copyright-sec{
    border-top: 1px dashed #ffffff4e;
}
.footer .copyright-text {
    text-align: center;
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
    font-size: 1.3rem;
    user-select: none;
    margin: 0;
}
/* ===================/footer========================= */


@media (min-width:0px) and (max-width:514px){
    a.navbar-brand {
        width: 60%;
    }
    .navbar-light .navbar-brand img {
        width: 100%;
    }
    .contact-details {
        font-size: 1rem;
    }
    .contact-details i {
        font-size: 1.2rem;
        padding-right: 0.5rem;
    }
    .row.form-section>* {
        padding: 0;
    }
    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 21% auto;
        border-radius: 50%;
    }
    .in-f-r-left input[type="text"] {
        width: 90%!important;
    }



}







/* ================responsive===(min-width:0px) and (max-width:668px)==================== */
@media (min-width:0px) and (max-width:668px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem;
    }
    .nav-link::after{
        display: none;
    }
    .nav-link:hover::after{
        display: none;
    }
    .contact-details {
        font-size: 1rem;
        width: 100%;
        border-top: 1px solid rgb(98, 162, 98);
        margin-top: 1rem;
    }
    .about-norwich{
        padding: 2rem 1rem;
    }
    .section-para {
        font-size: 1.3rem;
    }
    .section-heading {
        font-size: 2rem;
    }
    .custom-form ul li {
        width: 100%;
        min-height: 15px;
        float: left;
        margin-bottom: 3%;
    }
    .emptied label {
        font-size: 0.75rem;
        color: #4a4b46;
        margin-right: 1.8rem;
        cursor: pointer;
    }

    .skip-hire {
        padding: 2rem 1rem;
        margin-bottom: 1rem;
    }
    .in-f-row {
        display: flex;
        padding: unset;
        margin: 1.8rem 0;
        flex-direction: column;
        margin-bottom: 0;
    }
    input[type="text"], input[type="email"] {
        width: 100%;
        margin: auto;
        font-size: 0.75rem;
    }
    .custom-form select {
        font-size: 0.75rem;
    }
    input[type="text"]:nth-child(1){
        margin-bottom: 0rem;
    }
    .emptied {
        width: 100%;
        margin: auto;
        margin-top: 0;
    }
    .radio-section.d-flex {
        align-items: center;
    }
    .in-f-r-left,.in-f-r-right {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    
    .in-f-r-left input[type="text"] {
        width: 49.5%;
    }
    .in-f-row select {
        width: 90%;
        margin: auto;
        margin-bottom: 1.8rem;
    }
    .in-f-r-right input[type="text"] {
        width: 100%;
        margin-bottom: 0;
    }


    .waste-management {
        background-color: #2c993e;
        padding: 2rem 1rem;
    }
    .waste-img-row .col-md {
        text-align: center;
        margin-bottom: 3rem;
    }
    .waste-img-row .col-md img {
        transition: ease-in-out 0.5s;
        width: 80%;
    }
    .c-row select {
        width: 100%;
    }
    .connect-with-us textarea {
        width: 100%;
    }
    .connect-form-sec {
        padding: 0 1rem;
    }
    .connect-btn {
        width: 100%;
    }
    .footer .row {
        padding: 2rem 1rem;
    }
    .contact-details.d-block {
        display: flex!important;
        justify-content: space-around;
        margin-bottom: 1rem;
        display: none!important;
    }
}
/* ================/responsive==================== */


/* ================responsive===(min-width:669px) and (max-width:991px)==================== */
@media (min-width:669px) and (max-width:991px){
    .about-norwich {
        padding: 2rem 1rem;
    }
    .nav-link::after{
        display: none;
    }
    .nav-link:hover::after{
        display: none;
    }
    .contact-details.d-block {
        display: flex!important;
        justify-content: space-around;
        margin-bottom: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.5rem;
        color: #2c2c2c!important;
        position: relative;
    }
    
    .contact-details {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 30px;
        color: #2c2c2c;
        display: none;
    }
    .skip-hire {
        padding: 2rem 1rem;
        margin-bottom: 1rem;
        padding-top: 0;
    }
    .in-f-row {
        display: flex;
        padding: unset;
        margin: 1.8rem 0;
        margin-bottom: 0;
    }
    input[type="text"]:nth-child(1) {
        margin-bottom: 0;
    }
    input[type="text"], input[type="email"] {
        width: 100%;
        margin: auto;
        font-size: 0.8rem;
        padding: 1.3rem;
    }
    input[type="text"] {
        width: 100%;
        font-size: 0.8rem;
        padding: 1.3rem;
        border-radius: 10px;
        border: 1px solid #4a4b46;
        margin: 0;
    }
    .emptied label {
    font-size: 1rem;
    color: #4a4b46;
    padding: 0.2rem;
    margin-right: 0.5rem;
    cursor: pointer;
    }
    .custom-form select {
        font-size: 0.8rem;
        padding: 1.39rem;
    }
    .emptied {
        width: 90%;
        margin: auto;
        margin-top: 0;
    }
    .in-f-r-left,.in-f-r-right {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    
    .in-f-r-left input[type="text"] {
        width: 49.5%;
    }
    .in-f-row select {
        width: 90%;
        margin: auto;
        margin-bottom: 1.8rem;
    }
    .in-f-r-right input[type="text"] {
        width: 100%;
        margin-bottom: 0;
    }


    .waste-management {
        background-color: #2c993e;
        padding: 2rem 1rem;
    }
    .waste-img-row .col-md {
        text-align: center;
        margin-bottom: 3rem;
    }
    .connect-form-sec {
        padding: 0 5rem;
    }
    .c-row select {
        width: 100%;
    }
    .connect-with-us textarea {
        width: 100%;
    }
    .connect-btn {
        width: 100%;
    }
    .footer .row {
        padding: 2rem 1rem;
    }
}
/* ================/responsive==================== */

/* ================responsive==for==contact==detailes==================== */
@media (min-width:992px) and (max-width:999999px){
    .contact-details.d-block {
        display: none!important;
    }
    .connect-form-sec {
        max-width: 992px;
        margin: auto;
    }
    /* .waste-img-row .col-md {
        text-align: center;
        margin-bottom: 3rem;
        width: 33%;
    } */
}
/* ================/responsive==for==contact==detailes==================== */

/* =================responsive========== */
@media (min-width:992px) and (max-width:1086px){
    .nav-item {
        font-size: 1.05rem;
        font-weight: 700;
    }

}
/* =================/responsive========== */

@media (min-width:1200px) and (max-width:1500){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem;
    }
    .nav-item {
        font-size: 1.5rem!important;
        font-weight: 700;
    }
}





/* ================responsive===(min-width:991px) and (max-width:1500px)==================== */
@media (min-width:991px) and (max-width:1500px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem!important;
        color: #2c2c2c!important;
        position: relative;
    }
    .about-norwich {
        padding: 2rem 4rem;
        padding-bottom: 0;
    }
    .contact-details.d-block {
        display: flex!important;
        justify-content: space-around;
        margin-bottom: 1rem;
    }
   
    .nav-link::after {
        bottom: 10px;
    }
   
    .contact-details {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 30px;
        color: #2c2c2c;
        display: none;
    }
    .skip-hire {
        padding: 1rem 12rem;
        margin-bottom: 4rem;
    }
    .skip-hire-heading{
        margin-bottom: 1rem;
    }
    .in-f-row {
        display: flex;
        padding: unset;
        margin: 1.8rem 0;
        flex-direction: column;
        margin-bottom: 0;
        gap: 1.8rem;
    }
    input[type="text"], input[type="email"] {
        width: 100%;
        margin: auto;
    }
    .in-f-r-left, .in-f-r-right:nth-child(1){
        margin-bottom: 1.8rem!important;
    }
    
    .emptied {
        width: 100%;
        margin: auto;
        margin-top: 0;
        padding: 2px;
    }
    .post-cont-out input[type="text"]{
        width: 49%;
        float: left;
    }
    .post-cont-out .right{
        float: right!important;
    }
    .custom-form select {
    font-size: 1rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #4a4b46;
    }
    
    
    .in-f-r-left,.in-f-r-right {
        width: 90%;
        margin: auto;
        text-align: center;
        margin-bottom: 0!important;
    }
    
    .in-f-r-left input[type="text"] {
        width: 48.5%;
    }
    
    .in-f-row select {
        width: 90%;
        margin: auto;
        margin-bottom: 0rem;
    }
    .in-f-r-right input[type="text"] {
        width: 100%;
        margin-bottom: 0;
    }


    .waste-management {
        background-color: #2c993e;
        padding: 2rem 4rem;
    }
    .waste-img-row .col-md {
        text-align: center;
        margin-bottom: 3rem;
    }
    .c-row select {
        width: 100%;
    }
    .connect-with-us textarea {
        width: 100%;
    }
    .connect-btn {
        width: 100%;
    }
    .footer .row {
        padding: 3rem 7rem;
    }
    .connect-form-sec {
        max-width: 992px;
        margin: auto;
    }
}
/* ================/responsive==================== */


@media (min-width:1501px) and (max-width:1800px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem;
    }
    .connect-form-sec {
        max-width: 992px;
        margin: auto;
    }
    
}


@media (min-width:0px) and (max-width:991px){
    .contact-details.d-block {
        display: flex!important;
        justify-content: space-around;
        margin-bottom: 1rem;
    }
    .contact-details{
        display:none!important;
    }
}
@media (min-width:992px) and (max-width:10000px){
    .contact-details.d-block {
        display: none!important;
        justify-content: space-around;
        margin-bottom: 1rem;
    }
    .contact-details{
        display: inline;
    }
    .contact-details {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 30px;
        color: #2c2c2c;
    }
   
    
}

@media  (min-width:992px) and (max-width:1300px){
    input[type="text"] {
        font-size: 1rem;
    }
    input[type="email"] {
        font-size: 1rem;
        padding: 1.1rem;
    }
    .custom-form select {
        font-size: 1rem;
        padding: 1rem;
        border-radius: 10px;
        border: 1px solid #4a4b46;
    }
    .emptied label {
        font-size: 1rem;
        margin-right: 1rem;
    }
    .radio-section{
        align-items: center;
    }
}

@media  (min-width:1000px) and (max-width:1326px){
    .connect-form-sec {
        padding: 0 10rem;
    }
}
@media  (min-width:1576px) and (max-width:1920px){
    .connect-form-sec {
        max-width: 992px;
        margin: auto;
    }
    
}
@media  (min-width:1576px) and (max-width:99999px){
    .about-norwich {
        padding: 2rem 10rem;
        padding-bottom: 0;
        padding-top: 4rem;
    }
    
}
@media  (min-width:1200px) and (max-width:1575px){
    .about-norwich {
        padding: 2rem 4rem;
        padding-bottom: 0;
        padding-top: 4rem;
    }
    
}


@media (min-width:992px) and (max-width:1100px){
    .nav-item {
        font-size: 0.75rem;
        font-weight: 700;
    }
    .contact-details {
        font-size: 1rem;
        font-weight: 600;
        line-height: 30px;
        color: #2c2c2c;
    }
    
}
@media (min-width:1100px) and (max-width:1217px){
    .nav-item {
        font-size: 0.8rem;
        font-weight: 700;
    }
}

/* ========media-for-nav======= */
@media (min-width:1218px) and (max-width:1235px){
    .nav-item {
        font-size: 1.1rem;
        font-weight: 700;
    }
}
/* ========/media-for-nav======= */
