
.footerRow li {
    font-size: 14px !important;
    font-weight: 700;
    color: #151515;
    margin-top: 15px;
}

.time {
    width: 500px;
    height: 40px;
    position: relative;
    left: 200px;
    top: -50px;
    border-radius: 25px;
    font-size: 16px !important;
    /* font-weight: 700; */
    color: #151515;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media(max-width:991px){
    .getInTouchCol{
        height: max-content!important
    }
}

@media(max-width:1199px) {
    .time {
        position: initial;
    }
    .timeRow{
        justify-content: center
    }
}
p{
    margin-bottom: 0%;
}
.fixedFooter {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: row; */
    align-items: center;
}
.elementor-select-wrapper {
    position: relative;
    display: block;
    width: 100%; /* Ensures the select fills its container */
}

.elementor-select-wrapper select {
    -webkit-appearance: none; /* Removes default system styling */
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px; /* Provides space for the arrow */
    width: 100%;
    border: 1px solid #ccc; /* Adds a border - modify as necessary */
}

.elementor-select-wrapper::after {
    content: '\/' !important; /* Ensure it is not overridden */
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    color: #333 !important;
    font-size: 12px !important;
}
@media screen and (max-width: 430px) {
    .pt-5 {
        padding-top: 0rem !important;
        margin-top: 0px;
    }
}
