.margin-bottom-xs {margin-bottom: 10px;}
.margin-bottom-s {margin-bottom: 20px;}
.margin-bottom-m {margin-bottom: 30px;}
.margin-bottom-l {margin-bottom: 40px;}
.margin-bottom-xl {margin-bottom: 50px;}
@media (max-width: 1365px) {
    #-pro-menu-27-8 .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
        font-size: 14px!important;
        margin-left: 0px!important;
    }
    .oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area, .oxy-pro-menu.oxy-pro-menu-open .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area {
        min-width: 24px!important;
    }
    .oxy-pro-menu-container > div:first-child {
        margin-top: 105px!important;
    }
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    border: 1px solid #ffffff;
    border-radius: 0;
    line-height: 1!important;
    min-height: 32px!important;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #ffffff;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 700;
    line-height: 1!important;
    letter-spacing: .5px;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #138c31;
    border: 1px solid #138c31;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #14772d;
    background-color: #14772d;
}
input#gform_submit_button_4 {
    background-color: #002347;
    border: 1px solid #002347;
}
input:hover#gform_submit_button_4  {
    background-color: #001128;
    border: 1px solid #001128;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
#-pro-menu-27-8 .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a {
    min-width: 200px;
}
.oxy-read-more-link {
    align-items: flex-start;
    justify-content: flex-start!important;
    
}
.review-carousel-read-more .oxy-read-more-link {
    margin-top: 4px!important;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding: 3px 0 3px 25px;
    line-height: 1.6em;
}
.custom-list li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('/wp-content/uploads/2025/03/check.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 9px;
}
ul.custom-list {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}
.quote-modal {
    cursor: pointer;
}