/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body {
  font-family: 'Inter', sans-serif !important;
}

.claim_wrapper {
  background: #19474c;
  padding-bottom: 50px;
}
.container {
  max-width: 1280px;
  margin: auto;
}
.claim_inner {
  background: #f3f4f6;
  padding: 50px;
  border-radius: 12px;
  display: block;
  padding-top: 35px;
  margin-bottom: 20px;
}
.claim_wrapper > img {
  max-width: 200px;
  margin: auto;
  display: block;
  padding: 20px 0px;
}
.checkout_outer {
  /* display: flex; */
  /* align-items: baseline; */
  /* gap: 40px; */
}
.clsrm {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 15px;
    font-weight: bold;
}
.checkout_inner {
  width: 70%;
}
.thank_you_contact_row {
  display: flex;
}
.thank_you_contact_col {
  width: calc(100% / 4);
}
.thank_you_contact_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  border-top: 1px solid #98a1a8;
  padding-top: 20px;
}
.thank_you_contact h3 {
  text-align: center;
}
.claim_inner.container.thanku h1,.claim_inner.container.thanku h2 {
  text-align: center;
  font-size: 26px;
  margin: 10px 0px;
  font-weight: bold;
}
.claim_inner.container.thanku h2 {
  margin-bottom: 50px;
  color: #98a1a8;
  /*! font-weight: 400; */
}
.thank_you_contact.second {
  text-align: center;
  margin-top: 50px;
}
.claim_inner.container.thanku {
  padding: 20px;
}
.claim_inner_wrapper {
  background: #f2f2f2;
  padding: 25px 0px;
  border-radius: 8px;
}
.thank_you_contact {
  background: white;
  margin: 25px;
  padding: 25px;
  border-radius: 8px;
}
.thank_you_sub {
  background: #f9f7d0;
  padding: 25px;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.thank_you_subicons.container {
  display: flex;
  gap: 25px;
}
.thanku_subicon {
  flex: 1 1 auto;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #8b8b8b;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 20px;
}
.thank_you_contact_col p {
  font-size: 18px;
  color: #98a1a8;
  font-weight: bold;
  font-weight: 600;
}
.thank_you_contact_col p strong {
  margin-top: 5px;
  display: block;
  color: black;
  font-weight: 400;
}
.thank_you_contact h3 {
  color: #98a1a8;
  font-size: 22px;
  font-weight: bold;
}
.claim_inner.container.thanku h2 span {
  color: #079b0d7d;
}
.claim_wrapper.submit h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #d4d4d8;
    padding-bottom: 35px;
    margin-bottom: 20px;
    font-size: 24px;
}
.custom-dropdown {
    width: 100%;
    max-width: 100% !important;
}
.woocommerce-checkout #payment {
    margin-top: 0px !important;
}
table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}
.checkout .woocommerce .custom-dropdown input {
    border: 2px solid #e2e8f0 !important;
    border-radius: 7px !important;
    background: #f8fafc !important;
    height: 50px;
    padding: .5em !important;
    position: relative;
}
.claim_content_wrapper {
    display: none;
}
.placeholder_element {
    background: #e0e0e0;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}
.placeholder_element::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #e0e0e0 0%, #f5f5f5 50%, #e0e0e0 100%);
    animation: placeholderShimmer 1.5s infinite linear;
    z-index: 1;
}

@keyframes placeholderShimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.placeholder_row_sbs {
    display: flex;
    gap: 25px;
}

.placeholder_row_sbs > div {
    width: 50%;
}

.claim_placeholder {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.placeholder_row_full {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.placeholder_row_full > div {
    width: 100%;
}

.placeholder_element {
    border-radius: 8px;
}
.woocommerce-page .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-selection {
    height: 50px !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}
.checkout_sidebar {
    width: 30%;
    background: white;
    border: 1px solid #d4d9e5;
    padding: 25px;
}

p.sidebar_headline {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #bec4ca;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.checkul {
    border-bottom: 1px solid #d4d9e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.side-head {
    font-weight: bold;
}

.side-description {
    margin-left: 0px;
}

.checkout-divider-sub {
    margin-bottom: 15px;
    margin-top: 15px;
}

.need_title {
    margin-bottom: 15px;
}

body .checkout-coupon-toggle .woocommerce-info {
    margin: 30px 0px !important;
    display: block;
}

.sidebar_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.ars-order-text {
    color: #333333;
    font-size: 10px;
}

p.ars-order-total {
    font-size: 15px;
    font-weight: bold;
}

body .side-description {
    margin: 0px !important;
}

.checkout-divider-sub {
    display: none;
}

.side-head {
    border-bottom: 1px solid #d4d9e5;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

ul.checkul {
    padding-bottom: 15px;
}

body.woocommerce-page .select2-container .select2-search__field, 
body.woocommerce-page .select2-container .select2-selection {
    height: 50px !important;
}

p#billing_state_field span.woocommerce-input-wrapper {
    position: relative;
    top: -2px;
}

.checkout_outer_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.checkout h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    font-size: 28px;
}

.checkout_inner {
    border-top: 1px solid #bcc2c7;
    padding-top: 15px;
}

div#checkout-divider-4 {margin-top: 20px;}

ul.checkul.justmob {
    border: 0px;
}

p#\31 170_field {
    display: none;
}

.prio_claim h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.prio_claim > p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.desk_prio_info {
    border: 2px solid #89b39c;
    border-radius: 8px;
    padding: 15px;
    background: #e2e9e5;
    margin-top: 30px;
    display: block;
}

.desk_prio_info_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

ul.checkul.justmob {
    display: none;
}

.prio_claim {
    padding-bottom: 30px;
}

body .need_wrapper {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}

div#gform_fields_1 {
    grid-row-gap: 35px;
}

.gchoice.gchoice_1_203_1 {
    display: flex;
    align-items: center;
    margin-top: -15px;
    margin-bottom: 15px;
}

div#field_1_167 {
    margin-top: -30px;
}

.secure_imgs img {
    max-width: 450px;
    margin: auto;
    display: block;
}

.copystuff a {
    font-weight: 500;
    color: #232448;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
}

.copystuff p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.claim_wrapper.checkout {
    padding-bottom: 0px;
}

.checkout_footer {
    background: white;
}

.checkout_footer a {
    margin: 65px 0px;
}

.checkout_footer {
    padding-top: 30px;
}

.claim_pay_disclaimer {
    color: #69707d;
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}

.claim_wrapper.checkout {
    padding-bottom: 25px;
}

label[for="payment_method_authnet"] {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: unset;
    padding-left: 30px !important;
}

.payment_box.payment_method_authnet {
    position: relative;
    left: 18px;
    top: -27px;
}

input#payment_method_authnet {
    margin: 10px 0 !important;
}

.claim_wrapper.submit {
    padding-bottom: 30px;
}

div#field_1_206 {
    margin: -15px 0px;
}

.thank_you_sub.container p {
    margin: 15px 0px;
}
.header {
    min-height: 500px;
    width: 100%;
    background: linear-gradient(90deg,#16494d,#011a3e);
}

#wrapper header {
    display: flex !important;
}
header#header {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 20px 0px;
    z-index: 9;
    transition: all 0.3s ease;
}

.header_inner.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header_inner .image_wrapper img {
    max-width: 150px;
    left: -5px;
    position: relative;
}

.admin-bar header#header {
    top: 30px;
}

.image_wrapper {
    width: 15%;
}

.link_wrapper {
    width: 15%;
    text-align: right;
}

.center_menu {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 40px;
}


.header {
    padding-top: 125px;
    padding-bottom: 75px;
}

.header a, .header p, .header h1 {
    color: white;
}

h1.widget-container-2.text--white.width--full.hero_m_text {font-weight: 600;}

span.widget-vert-rotate-2 {
    color: #fccd53;
}
p.subheader {
    color: white;
    margin-bottom: 50px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
}

a.fclaim {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    background: white;
    flex: 0 0 auto !important;
    max-width: max-content;
    padding: 10px 30px;
    border-radius: 100px;
    margin-bottom: 50px;
}

.header_left {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.header_right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_right_popup {
    position: absolute;
    top: 120px;
    left: 0px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.header_right > img {
    max-width: 560px !important;
    width: 100%;
    border-radius: 40px;
    height: 600px;
    object-fit: cover;
    object-position: 63% center;
}

.hrp_head p {
    color: #fca922;
    font-size: 24px;
    font-weight: 800;
}

a.fclaim p {
    color: #000000;
    font-size: 18px;
    border: 1px solid white;
}

.free_row {
}

.header .header_inner.container {
    align-items: flex-start;
}

.center_menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.free_item {
    display: flex;
    align-items: center;
    width: 33%;
    font-size: 18px;
    font-weight: 500;
    gap: 15px;
}

.free_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.free_row {
    display: flex;
}

.hrp_head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hrp_content p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.hrp_content * {
    color: black !important;
}

.hrp_content a {
    font-size: 12px;
    text-decoration: none;
}

section.as_advertised p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    padding-top: 30px;
}

.as_adv_wrapper {
    border: 1px solid #c4c4c4;
    border-left: 0px;
    border-right: 0px;
    padding: 15px 0px;
}

section.as_advertised {
    background: white;
    border-top-right-radius: 25px;
    position: relative;
    top: -75px;
    border-top-left-radius: 25px;
}

.locate_thing.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.locate_item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.locate_line {
    position: relative;
    height: 3px;
    width: 10em;
    background: #e16a2e;
}

.locate_square {
    position: absolute;
    right: 0px;
    height: 10px;
    width: 10px;
    background: #e16a2e;
    top: -4px;
    transform: rotate(45deg);
}

p.locate_number {
    font-size: 57px;
}

p.locate_text {
    font-size: 24px;
}

header#header.sticky {
    background: #ffffff;
    box-shadow: 0px 0px 10px 1px #0000001a;
}

.sticky .center_menu a {
    color: #16494D;
}

.link_wrapper a {
    color: #183258;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    background: white;
    padding: 15px 40px;
    border-radius: 100px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sticky .link_wrapper a {
    background: #16494D;
    color: white;
}

img.img_dark {
    display: none;
}

.sticky img.img_dark {
    display: block;
}

.sticky img.img_white {
    display: none;
}
footer#footer {
    background: #0e3235;
}

footer#footer * {
    color: white;
}

.footer_top h2 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    padding-top: 75px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact_item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #18494d;
    padding: 10px 20px;
    border-radius: 5px;
    flex: 1 1 auto;
    cursor: pointer;
}

.contact_item img {
    height: 50px;
    width: 50px;
}

.footer_container {
    width: 930px;
    margin: auto;
}

.footer_bottom > img {
    width: 200px;
    margin: auto;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer_bottom {
    /* margin-top: 60px; */
}

.footer_bottom {
    border-top: 2px solid #4f82e7;
    margin-top: 60px;
    text-align: center;
}

p.ftext {
    font-size: 12px;
    text-align: center;
    width: 620px;
    margin: auto;
    line-height: 18px;
}

.footer_bottom a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    margin: auto;
    display: block;
    margin: 40px 0px;
}

p.fcopy {
    color: #cbcaca !important;
    font-size: 18px;
    padding-bottom: 70px;
}

.calup_wrapper {
    justify-content: space-between;
}

.small_container {
    /* max-width: 1000px; */
    margin: auto;
    text-align: center;
}

.faqs {
    background: radial-gradient(circle farthest-corner at 0px 0px, #16494d, #12315c);
    border-radius: 35px;
    padding: 50px 0px;
    margin-top: 80px;
}

.faq_inner h3 {
    font-size: 51px;
    color: white;
    font-weight: 700;
    text-align: center;
}

.faq_inner p {
    color: white;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 70px;
    text-align: center;
}
.know_row img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 25px;
}

.know_row.sbs {
    flex-direction: row;
}

.know_row.sbs {
    display: flex;
    gap: 25px;
}

.know_row.sbs img {
    width: 50%;
}

.know_where.container {
    display: flex;
    align-items: center;
    gap: 100px;
    background-image: linear-gradient(90deg, #16494d, #12315c);
    padding: 50px;
    border-radius: 30px;
}

.know_left {
    width: 40%;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.jove_footer_lower {
    border-top: 1px solid #ebebeb;
    padding-top: 28px;
}

.know_right {
    width: 60%;
    color: white;
}

p.hline {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

p.content {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

p.content.mtop {
    margin-top: 20px;
}

.find_recover_row {
    display: flex;
    justify-content: space-between;
}

.find_recover_row > div {
    width: calc(100% / 5);
    text-align: center;
}

.fast_easy_steps {
    display: flex;
    gap: 20px;
}

.se_head, .se_content {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.se_item {
    width: 30%;
    display: flex;
    /* flex: 1 1 auto; */
    justify-self: center;
    /* justify-content: center; */
    align-items: center;
    gap: 15px;
}

.se_col {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.search_everywhere {
    background: radial-gradient( circle farthest-corner at 0px 0px,#16494d,#12315c);
    color: white;
    padding: 50px 80px;
    border-radius: 35px;
}

.travel_industry_right {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.ti_row {
    display: flex;
}

.ti_item {
    width: calc(100% / 4);
    /* background: #e1e1e1; */
    margin: 5px;
    padding: 30px 0px;
    text-align: center;
    box-shadow: 3.32px 12.46px 26.58px -4.15px rgba(0, 0, 0, 0.04);
}

section.travel_industry.container {
    display: flex;
}

.travel_industry_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.integrated_global {
    background: linear-gradient(125deg,#16494d,#12315c);
    color: white;
}

.integrated_global_item {
    display: flex;
    align-items: center;
    background: linear-gradient(125deg,#406370,#406370);
    border-radius: 10px;
    padding: 20px 50px;
}

.sbs .integrated_global_item {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 50%;
}

.igi_head {
    display: flex;
    align-items: center;
    gap: 35px;
}

.integrated_global_row.sbs {
    display: flex;
    gap: 50px;
}

.integrated_global_inner.container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.fast_easy .content,
.find_recover .content,
.search_everywhere .content,
.travel_industry .content,
.integrated_global .content{
    margin: 40px 0px;
    margin-top: 25px;
}

.fast_easy,
.find_recover,
.search_everywhere,
.travel_industry,
.integrated_global {
    margin: 100px auto;
}

.se_head {
    background: #294862;
    padding: 30px 0px;
    border-radius: 100px;
    margin-bottom: 30px;
}

section.search_everywhere.container h1, section.search_everywhere.container p {
    text-align: center;
}

.se_head p {
    font-size: 22px;
    font-weight: 500;
}

.se_col p {
    font-size: 18px;
}

.se_col_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fast_easy  p.hline {
    text-align: center;
}

.fast_easy p.content {
    text-align: center;
}

img.fe_light {
    display: none;
}

.fe_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fe_item_top p {
    font-size: 58px;
    font-weight: 500;
    color: #e16a2e;
}

.fe_item_content h4 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.fe_item_list_item {
    display: flex;
    gap: 10px;
    /* align-items: center; */
}

.fe_item_list_item p {
    font-size: 18px;
    font-weight: 500;
}

.fe_item_list_item img {
    width: 30px;
    height: 30px;
}

.fe_item_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fe_item {
    width: calc(100% / 3);
    border-radius: 32px;
    background: #eef2fe;
    padding: 20px 40px;
}

.fe_item a.fclaim {
    margin-bottom: 20px;
    margin-top: 50px;
    max-width: 100%;
    justify-content: center;
    display: none;
}

section.find_recover.container h1, section.find_recover.container p {
    text-align: center;
}

.find_recover_row p {
    font-size: 24px;
    margin-top: 20px;
    color: #16494d;
}

.find_recover_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: white;
    margin: 20px;
    padding: 25px;
    box-shadow: 3.32px 12.46px 26.58px -4.15px rgba(0, 0, 0, 0.04);
}

.find_recover_row img {
    width: 100%;
    width: 100px;
}

.find_recover_list {
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
}

.noleft {
    margin-left: 0px !important;
}

.noright {
    margin-right: 0px !important;
}

.ti_item p {
    font-size: 14px;
    margin-top: 20px;
}

.integrated_global_item h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.5;
}

.integrated_global_item p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}

.integrated_global_inner.container {
    padding: 60px 0px;
}

.fe_item.active {
    background: #18494d;
}

.active img.fe_dark {
    display: none;
}

.active img.fe_light {
    display: block;
}

.active .fe_item_content {
    color: white;
}

.mob {
    display: none;
}

div.review_item_text {
    padding-bottom: 25px !important;
    line-height: 1.5;
}

h1.lphead {
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
}

h1.lphead span {
    color: #fca922;
}
.header_sider_menu_wrapper {
    display: none;
}

.faq_inner p:not(.content) {
    margin: 0px;
}

.faq_wrapper .panel {
    padding: 25px 0px;
    text-align: left;
}

.faq_wrapper .panel p {
    text-align: left;
    padding-left: 25px;
    line-height: 1.5;
}

h2.gform_title {
    display: none;
}

div#gform_wrapper_7 {
    margin-top: 60px;
    background: white;
    padding: 50px;
    border-radius: 12px;
}

form#gform_7 label.gfield_label.gform-field-label {
    color: black !important;
}

form#gform_7 input#gform_submit_button_7 {
    background: #0e3235 !important;
    border: 0px !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
    border-radius: 25px !important;
    line-height: unset !important;
    color: white !important;
}

form#gform_7 select {
    color: black !important;
}

form#gform_7 input, form#gform_7 select {
    /* width: 200px; */
    height: 40px !important;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #d4d4d4 !important;
    color: black !important;
}
.contact_email {
    display: none;
}

.active.fe_item a.fclaim {
    display: flex;
}

.footer_abs {
    display: none;
}

.checkout_price {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_description {
    font-size: 13px !important;
}

.custom-dropdown .option {
    font-size: 16px;
}

footer#footer h2.gform_submission_error {
    padding: 0px;
    text-align: left;
    color: black !important;
}

footer#footer h2.gform_submission_error * {
    color: black !important;
}

footer#footer a.gform_validation_error_link {
    color: black !important;
}

footer#footer .validation_message {
    color: black !important;
}

label[for="payment_method_ppcp-gateway"] {
    padding-top: 10px !important;
    padding-left: 29px !important;
}

input#payment_method_ppcp-gateway {
    position: relative !important;
    top: -3px !important;
}

label[for="payment_method_ppcp-googlepay"] img {
    width: 50px !important;
}

.simple_page.container {
    padding-top: 120px;
}

.simple_page.container h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.simple_page.container p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.need_wrapper > p {
    font-weight: 400;
    font-size: 12px;
}

p.checkright {
    font-weight: normal;
}

.gform_wrapper.gravity-theme form#gform_1 .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=button]):not([type=submit]),
.gform_wrapper.gravity-theme form#gform_7 .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=button]):not([type=submit]) {
    border: 1px solid red !important;
}

div#gform_1_validation_container,
div#gform_7_validation_container {
    display: none;
}

form#gform_1 .validation_message.gfield_validation_message,
form#gform_7 .validation_message.gfield_validation_message {
    background: none !important;
    border: 0px !important;
}

.gform_wrapper.gravity-theme form#gform_1 .gfield_error textarea,
.gform_wrapper.gravity-theme form#gform_7 .gfield_error textarea {
    border: 1px solid red !important;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
@media only screen and (max-width: 1280px) {

.container {
    padding-left: 20px;
    padding-right: 20px;
}
.igi_head {
    flex-direction: column;
}

.center_menu {width: auto;}

.link_wrapper {
    width: auto;
}

p.subheader br {
    display: none;
}

section#faq.container {
    padding: 50px 50px !important;
}

section#how-it-works {
    padding-top: 0px !important;
    margin-top: 80px !important;
}

}

/**********************************************************************************************************************/
/**********************************************************************************************************************/

@media only screen and (max-width: 1000px) {

header#header {
    padding: 5px 0px;
}

.mob {
    display: flex;
}

div#field_1_206 {
    margin: -5px 0px;
}

div#field_1_167 {
    margin-top: 0px;
}

.checkout_sidebar {
    display: none;
}

.checkout_inner {
    width: 100%;
}

ul.checkul.justmob {
    display: block;
    margin-top: 20px;
}

ul.checkul.justmob p.checkright {
    font-size: 14px;
}

.claim_wrapper {
    padding: 0px 15px;
}

.claim_inner {
    padding: 15px;
}

.thank_you_contact_col {
    width: 100%;
}

.thank_you_contact_row {
    flex-direction: column;
    gap: 20px;
}

.thank_you_contact {
    margin: 0px;
}

div#gform_fields_1 {
    grid-row-gap: 25px;
}

.secure_imgs img {
    width: 100%;
}

.copystuff p {
    font-size: 12px;
}

span#input_1_3_3_container {
    margin-bottom: 20px;
}

fieldset#field_1_203 {
    margin-top: -20px;
}

.checkout_footer img {
    max-width: 80%;
}

.checkout_footer a {
    margin: 50px 0px;
}

.claim_wrapper > img {
    max-width: 100px;
}


.claim_wrapper:not(.thankuu) {
    font-size: 21px !important;
}

.claim_wrapper:not(.thankuu) h1 {
    padding: 20px 0px !important;
    padding-top: 15px !important;
}

.claim_wrapper.submit h1 {
    border: 0px;
    margin: 0px;
}
.prio_claim h2 {
    font-size: 20px;
}

.integrated_global_item {
    flex-direction: column;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}

.igi_head {
    flex-direction: column;
    align-items: baseline;
}

.integrated_global_row.sbs {
    flex-direction: column;
}

.sbs .integrated_global_item {
    width: 100%;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}

.contact_wrapper {
    flex-direction: column;
}

.footer_container {
    width: 100%;
}

p.ftext {
    width: 100%;
}

.desk {
    display: none;
}

.fast_easy_steps {
    flex-direction: column;
}

.fe_item {
    width: 100%;
}

section.know_where.container {
    flex-direction: column-reverse;
    padding-left: 35px;
    padding-right: 35px;
    gap: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.know_left {
    width: 100%;
}

.know_right {
    width: 100%;
}

.header .header_inner.container {
    flex-direction: column;
    gap: 40px;
}

.header_left {
    width: 100%;
}

.header_right {
    width: 100%;
}

section.travel_industry.container {
    flex-direction: column;
}

.travel_industry_left {
    width: 100%;
    text-align: center;
}

.travel_industry_right {
    width: 100%;
}

.igi_right img {
    width: 100%;
}

.container {
    padding: 0px 20px;
}

.free_item {
    width: 50%;
}

.center_menu {
    display: none;
}

.image_wrapper {
    width: auto;
}

.locate_line {
    width: 45px;
}

.locate_item {
    flex-direction: column;
}

p.locate_number {
    font-size: 36px;
}

p.locate_text {
    font-size: 16px;
    max-width: 130px;
    text-align: center;
}

.locate_thing.container {
    justify-content: center;
    gap: 10px;
}

.link_wrapper {
    width: auto;
}

p.hline {
    font-size: 32px;
}

p.content {
    /* font-size: 20px; */
}

.know_row img {
    height: 150px;
}

section.search_everywhere.container {margin-right: 20px;margin-left: 20px;padding-left: 30px;padding-right: 30px;}

.integrated_global_row {
    margin-left: 20px;
    margin-right: 20px;
}

section.faqs.container {
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq_inner h3 {
    font-size: 36px;
    text-align: left;
}

.faq_inner p {
    text-align: left;
    margin-bottom: 40px;
}

.accordion_cat_wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contact_item {
    width: 100%;
}

.footer_container {
    padding-left: 20px;
    padding-right: 20px;
}

.find_recover_row > div {
    width: calc(50% - 15px);
    margin: 0px;
}

.find_recover_row {
    flex-wrap: wrap;
    gap: 30px;
}

.find_recover_row img {
    width: 60px;
}

.find_recover_row p {
    font-size: 14px;
}

.se_wrapper.mob {
    flex-direction: column;
    gap: 50px;
}

.se_col_head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.se_col_head p {
    font-size: 22px;
    font-weight: 500;
}

.se_col_cont p {
    font-size: 16px;
}

.se_col_cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ti_item {
    width: calc( (100% / 3 ) - 7px);
    margin: 0px;
}

.ti_row {
    flex-wrap: wrap;
    gap: 10px;
}

.igi_left h3 {
    font-size: 22px;
}

.integrated_global_item h3 {
    font-size: 22px;
}

.integrated_global_item {
    padding: 40px;
}

.header_right > img {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    height: 400px;
}

.header_right_popup {
    bottom: -50px;
    top: unset;
    right: 0;
    left: unset;
}

a.fclaim {
    max-width: 100%;
    justify-content: center;
}

.header_inner .image_wrapper img {
    max-width: 125px;
}

.link_wrapper a {
    font-size: 14px;
    padding: 10px;
}

.mobile_wrapper.mob p {
    font-size: 3.7rem;
    /* font-weight: bold; */
    color: white;
}

.mobile_wrapper.mob {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sticky .mobile_wrapper.mob p {
    color: black;
}

.header_sider_menu_wrapper {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: #000000de;
    z-index: 999;
}

.header_sider_menu_inner {
    display: flex;
    height: 100vh;
    width: 70%;
    /* align-items: center; */
    margin-left: auto;
    background: #ffffff;
}

.header_sider_menu {
    display: flex;
    flex-direction: column;
    /* background: white; */
    padding-left: 35px;
    padding-top: 35px;
    width: 100%;
    padding-right: 35px;
}

.header_sider_menu > img {
    display: block;
    max-width: 140px;
}

.header_side_menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0px;
}

.header_side_menu a {
    color: #18494d;
    text-decoration: none;
}

a.menu_link {
    background: #18494d;
    text-align: center;
    width: 100%;
    display: block;
    max-width: 100%;
    color: white;
    padding: 15px;
    text-decoration: none;
    border-radius: 100px;
    z-index: 9999999;
}

.header_sider_menu_wrapper {
    position: fixed;
    top: 0;
    right: -100%; /* Hide it offscreen */
    width: 100%; /* Adjust width as needed */
    height: 100%;
    transition: none; /* Disable CSS transition, jQuery will handle animation */
    display: block; /* Must not be 'none' if you animate it */
}

h1.lphead {
    font-size: 35px;
    line-height: 1.2;
}

.fe_item a.fclaim {
    display: flex;
    background: #18494d;
    color: white;
}

.fe_item a.fclaim * {
    color: white;
    border: 0px;
}

.active.fe_item a.fclaim {
    background: white;
}

.active.fe_item a.fclaim * {
    color: #18494d;
}

.locate_wrap.mob {
    flex-direction: column;
    margin: 30px 0px;
    width: 100%;
    text-align: left;
    gap: 10px;
}

.locate_wrap.mob h4 {
    margin: 0px;
}

.locate_wrap.mob * {
    text-align: left;
}

.footer_abs {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.footer_abs_left {
    display: flex;
    gap: 25px;
}

.footer_abs_left h3 {
    font-size: 23px;
    font-weight: bold;
    color: #18494d;
}

.footer_abs_left p {
    font-size: 10px;
    color: #18494d;
}

.footer_abs_left div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_abs_right {
    display: flex;
    align-items: center;
}

.footer_abs_right a {
    background: #0e3235;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
}

.footer_abs_inner.container {
    display: flex;
    gap: 15px;
}

.checkout_price {
    display: flex;
    flex-direction: column;
    border: 1px solid #66a97b;
    padding: 15px;
    border-radius: 12px;
}

.claim_summary p {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #c6ccd1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.first_price, .second_price {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    border-bottom: 1px solid #dbe0ea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

section#our-services {
    margin-top: 0px !important;
    padding-top: 35px !important;
}

.order_total {
    display: flex;
    justify-content: space-between;
}

p.ot {
    font-size: 13px;
    color: #333;
}

.order_total {
    padding: 20px 0px;
}

.second_price {
    display: none;
}

.second_price.active {
    display: flex;
}

.thank_you_sub.container {
    padding: 20px;
}

html body .woocommerce-checkout-payment p {
    font-size: 16px !important;
}

.prio_claim > p {
    font-size: 16px;
}

.desk_prio_info_wrapper {
    font-size: 16px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    font-size: 18px !important;
}

span#select2-billing_country-container {
    font-size: 18px;
}

span#select2-billing_state-container {
    font-size: 18px;
}

.footer_top h2 {
    margin-top: -1px;
}

}