@font-face {
    font-family: 'Equip-Regular';
    src: url('../fonts/Equip-Regular.woff') format('woff2'),
        url('../fonts/Equip-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Equip-Black';
    src: url('https://ringmilliondollarsighting.com/assets/fonts/Equip-Black.woff2') format('woff2'),
        url('https://ringmilliondollarsighting.com/assets/fonts/Equip-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Equip-Bold';
    src: url('../fonts/Equip-Bold.woff') format('woff2'),
        url('../fonts/Equip-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#Footer {
    padding: 0px !important;
}
* {
    font-family: 'Equip-Regular', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Equip-Bold';
}
strong {
    font-family: 'Equip-Bold' !important;
}
.checkbox_space {
    margin-right: 20px;
}

.custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
}

/* Style for the radio input */
.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Style for the radio button label */
.checkbox_label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px; /* Adjust this value to make the box bigger */
    height: 20px; /* Adjust this value to make the box bigger */
    border: 2px solid #F1670D;; /* Adjust border properties as needed */
    background-color: #fff; /* Adjust background color as needed */
    border-radius: 4px; /* Adjust border radius for rounded corners */
}

/* Style for the radio button when checked */
.custom-radio input[type="radio"]:checked + .checkbox_label::before {
    background-color: #007bff; /* Adjust background color for checked state */
    border-color: #F1670D;; /* Adjust border color for checked state */
    content: "\2713"; /* Unicode checkmark symbol */
    text-align: center;
    line-height: 20px; /* Center the checkmark vertically */
    color: #fff; /* Color of the checkmark */
}
#hiddenQuestionField {
    display: none;
}
#hiddenTextField {
    display: none;
}
#Content {
    background-color: #E0E0E0 !important;
    padding: 50px 0;
}
/* Add a border to the input element */
.form-group input.form-control {
    border: 1px solid #F1670D;
}
/* Add a border to the select element */
.form-group.col-md-3 select.form-select {
    border: 1px solid #F1670D;
}
.form-group.has-validator textarea.form-control {
    border: 1px solid #F1670D;
}
.form-group.has-validator select.form-select {
    border: 1px solid #F1670D;
}
body, html {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-height: 100% !important;
    background-color: #E0E0E0 !important;
    overflow-x: hidden;
}
.has-error .g-recaptcha iframe {
    box-shadow: 0 0 10px #a94442 !important;
    border: solid 1px #a94442 !important;
  }

.btn-submit {
    width: 70%;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black !important;
    background-color: #F1670D !important;
}
#Footer {
    background-color: #E0E0E0 !important;
    color: black !important;
}
#Footer a{
    
    color: black !important;
}
#padding_80 {
    padding-left: 80px;
}
#padding_100 {
    padding-left: 100px;
}
#padding_40 {
    padding-left: 40px;
}
.reg_size {
    font-family: 'Equip-Regular' !important;
}
.section_left {
    padding-right: 25px !important;
}
.section_right {
    padding-left: 25px !important;
}


@media (max-width:480px) {
    #Content {
        background-color: #E0E0E0 !important;
        padding: 30px 0;
    }
    /* .section_left {
        padding-right: 0px !important;
    } */
    .section_right {
        padding-left: 0px !important;
    }
    .checkbox_space {
        margin-right: 52px;
    }
   
}
@media (max-width:780px) {
.custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 2px;
}
}