.two-columns-grid4 .button-box {
    justify-content: center;
}

.two-columns-grid2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.color {
    background-color: #f0f0f0;
    margin-bottom: 100px;
    padding: 30px 0;
}

.pricing1 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

.pricing1 .button4, .pricing1 .button3 {
    margin-top: 0;
}

.button-box {
    display: flex;
}

.pricing1 .heading1 {
    margin-bottom: 32px;
}

.price1, .price2 {
    padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.price1 {
    background-color: white;
}

.price2 {
    background-color: #19243b;
    color: white;
}

.price2 p, .price2 .heading1 {
    color: white;
}

.pricestuff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pricestuff p {
    margin: 0;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.pli {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    color: var(--bodyTextColor);
    gap: 1rem;
}

.pli2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    color: #898989;
    gap: 1rem;
}

.pli2 p {
    color: #898989;
}

.pli2 .fas {
    color: #19243b	 !important;
}

.color .fas {
    color: #e21219;
}

.pay1 {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: auto 0 1rem;
    padding-top: 32px;
}

.pay1 .heading1, .pay1 p {
    margin: 0;
}

.pay2 {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: auto 0 1rem;
    padding-top: clamp(3rem, 6vw, 4rem);
}

.pay2 .heading1, .pay2 p {
    margin: 0;
    color: white;
}

.costcal {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#cameras, #movement, #hours {
    color: #19243b;
} 

#hours {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    resize: vertical;
}

.button5 {
    background-color: #19243b;
    color: #ffffff;
    text-decoration: none;
    line-height: clamp(2.875rem, 4.5vw, 2.5rem);
    display: inline-block;
    border-radius: 25px;
    padding: 0 3rem;
    margin-top: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

.costcalp p {
    margin-bottom: 30px;
}

.costcal .button-box {
    justify-content: left !important;
}

.costcal .heading2 {
    text-align: left !important;
}

.custom-select {
    position: relative;
    width: 200px;
    font-size: 16px;
}

.select-box {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    background-color: white;
    margin-left: 3px;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: none; 
    background-color: white;
    display: none;
    z-index: 1;
}

.options div {
    padding: 8px 12px;
    cursor: pointer;
}

.options div:hover {
    background-color: #f0f0f0;
}

.custom-select.open .options {
    display: block;
}

.fix {
    display: flex;
    align-items: center;
}

.movingp {
    font-size: 12px;
    max-width: 300px;
}

@media screen and (max-width: 850px) {
    .pricing1 {
        gap: 25px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 785px) {
    .pricing1 {
        display: grid;
    }

    .heading1, .heading2 {
        text-align: center;
    }
 }

@media screen and (max-width: 750px) {
    .pay1, .pay2 {
        justify-content: center;
    }

    .costcal {
        box-shadow: none;
        background-color: #f0f0f0;
    }

    .color {
        margin-bottom: 40px;
    }

    .fix {
        justify-content: center;
    }

    .costcal .button-box {
        justify-content: center !important;
    }

    .costcal .heading2 {
        text-align: center !important;
    }

    .movingp {
        margin: auto;
    }

 }

@media screen and (max-width: 430px) {
    .two-columns-grid4 {
        padding: 30px 15px;
    }

    .pricing1 {
        gap: 30px;
    }

    .costcal {
        padding: 0 15px;
    }
 }