input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none
}

/* WhatsApp Button Css */
a.wp-au-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #36BB22;
    padding: 15px;
    border-radius: 50%;
    box-shadow: -2px 0px 22px 0px #0000002E;
    z-index: 9999999;
    line-height: 0;
}
a.wp-au-btn img{
    height: 30px;
}

/* Popup Inquiry Form Css */
#popmake-1608 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#pum-1608 h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #E85B30;
    padding: 0px 26px 30px 26px;
    border-bottom: 1px solid #d9d9d973;
}

#pum-1608 .gform_required_legend{
    display: none;
}
#pum-1608 #gform_wrapper_2{
    padding: 30px 0 44px 0;
}
#pum-1608 .gform_fields{
    gap: 15px;
}
#pum-1608 #field_2_1{
    padding-top: 20px;
}
#pum-1608 #field_2_1,
#pum-1608 #field_2_3,
#pum-1608 #field_2_5,
#pum-1608 #field_2_7,
#pum-1608 #field_2_8,
#pum-1608 #field_2_9{
    padding-left: 26px;
    padding-right: 26px;
}
 #pum-1608 .gform_footer{
     padding-top: 15px;
     padding-left: 26px;
 }
#pum-1608 input[type=email],
#pum-1608 input[type=number],
#pum-1608 input[type=text],
#pum-1608 input[type=tel],
#pum-1608 select,
#pum-1608 textarea{
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0px;
    padding: 10px 14px;
    height: 50px;
}
#pum-1608 #gform_submit_button_2{
    background: #E85B30;
    border: 1px solid #E85B30;
    border-radius: 0px;
    padding: 12px 20px;
    font-size: 13.93px;
    font-weight: 700;
    line-height: 16.99px;
    letter-spacing: 0.04px;
    color: #fff;
}
#pum-1608 #gform_submit_button_2:hover{
    background: #fff;
    color: #E85B30;
}


/* Top Scroll Button Css */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 0;
    background: transparent;
}

a.wp-au-btn + #scrollToTopBtn{
    bottom: 90px;
    right: 25px;
}