/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.9.1735920306
Updated: 2025-01-03 16:05:06

*/

.our-blogs-main-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#our-blogs-banner {
    width: 100%;
    min-height: 475px;
    background: url("https://flypartner.dk/wp-content/uploads/2025/01/Exclude.png")
    no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-heading {
  font-family: "Helvetica", Sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 90px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin: 0;
}

.banner-description {
  font-family: "Helvetica", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  max-width: 850px;
  margin: 0 auto;
}

.blog-search-section {
    width: 85%;
    max-width: 1200px;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.categories-dropdown {
  width: 85%;
  max-width: 1200px;
  margin: 50px auto;
}

select#category-select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #eb5b26;
    cursor: pointer;
    font-family: "Helvetica", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

select#category-select option:hover {
    background-color: #f5f5f5;
}

.search-input-container {
  position: relative;
}

.search-input-container input {
  max-width: 477px;
  height: 53px;
  gap: 0px;
  opacity: 0px;
  background-color: #f5f5f5;
  border-radius: 10px;
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 70px;
}

.search-input-container button {
  padding: 0;
  background-color: #f5f5f5;
  line-height: 0;
  position: absolute;
  left: 25px;
  top: 15px;
}


.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li.category-item {
    display: inline-block;
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 30px;
}

.category-link {
  font-family: Urbanist;
  font-size: 17.04px;
  font-weight: 500;
  line-height: 20.44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  background-color: #f5f5f5;
  padding: 15px 30px;
  border-radius: 10px;
  text-transform: uppercase;
}

.category-link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #eb5b26;
}

.category-link.selected {
  color: #ffffff;
  background-color: #eb5b26;
}

.blogs-listing-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
}

.post-item {
    max-width: 380px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.post-image {
  width: 100%;
  height: 285px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-category-date {
  box-sizing: border-box;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-start;
}
.post-category-date .category-name {
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.post-category-date .post-date {
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

p.post-title {
  font-family: "Helvetica", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  padding: 0px 20px;
  margin-bottom: 15px;
}

p.post-title a {
  font-family: "Helvetica", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.post-content p {
  font-family: "Helvetica", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  padding: 0px 20px;
  margin-bottom: 15px;
}

.read-more-sec p {
  font-family: "Helvetica", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17.89px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #eb5b26;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 0px 20px;
  padding-bottom: 20px;
}

/* Form css */

.content-wrapper {
  width: 100%;
}

.content-inner-wrapper {
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.form-side-widget {
  width: 25%;
  gap: 0px;
  border-radius: 12px;
  opacity: 0px;
  background-color: #ffeae2;
  padding: 100px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-small-side-widget {
  width: 25%;
  gap: 0px;
  border-radius: 12px;
  opacity: 0px;
}

.form-bullet-points-side-widget {
  width: 100%;
  gap: 0px;
  border-radius: 12px;
  opacity: 0px;
  background-color: #ffeae2;
  padding: 60px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.side-widget-brug-for-help-text {
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.side-widget-contact-info-text {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    padding-top: 25px;
}

.side-widget-hvorfor-text {
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

ul.side-widget-list-items {
  margin: 0 !important;
  padding: 0 !important;
}

ul.side-widget-list-items li {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  font-family: Montserrat;
  margin-top: 15px;
}

.side-widget-list-text {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    width: 80%;
}

.side-widget-review-text {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.side-widget-image-sec {
  max-width: 160px;
}

.side-widget-image-sec img {
  width: 100%;
}

.side-widget-brug-sec {
  padding-bottom: 40px;
}

.side-widget-review-sec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.form-section {
  width: 75%;
  border-radius: 12px;
  padding: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* form sec css */

.after-steps-heading-text {
    font-family: Urbanist;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #eb5b26;
    margin-top: 40px;
    text-align: center;
}

.after-steps-desc-text {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.88px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}

.after-steps-desc-text a {
  text-decoration: underline;
  color: #eb5b26;
}

.form-main-wrapper {
  margin-top: 45px;
  border-radius: 15.55px;
}

.grey-bg {
  background-color: #f6f7f9;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.grey-signature-bg {
  background-color: #f6f7f9;
  border-radius: 16px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f6f7f9;
}

.form-field-label {
  font-family: Urbanist;
  font-size: 20.14px;
  font-weight: 700;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  border: 0px;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-section select, .form-section input.aa-Input, .form-section input[type="date"] {
  appearance: none; /* Remove the default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border-radius: 10.34px;
  height: 52px;
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 400;
  line-height: 31.1px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  padding: 0 20px;
}

.aa-InputWrapperPrefix{
    display: none;
}
.aa-Form {
    border: none;
    background: no-repeat;
}
.aa-Form:focus-within {
    border: none;
    outline: none;
    box-shadow: none;
}
.aa-InputWrapperSuffix {
    display: none;
}
/* Add custom arrow */
/*.custom-dropdown::after {
  content: url("https://flypartner.dk/wp-content/uploads/2025/01/Vector-17776.svg");
  position: absolute;
  right: 20px;
  top: 12px;
  pointer-events: none;
}*/

.radio-form-field {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-button-input {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 0px;
}

.radio-button-input label {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 500;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  width: 100%;
}

.radio-button-input input {
  width: 19px;
  height: 19px;
  gap: 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
}

.each-radio-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.form-button-field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.form-button-field button {
  width: Hug (88px) px;
  height: Hug (49px) px;
  padding: 15px;
  gap: 10px;
  border-radius: 10px;
  opacity: 0px;
  background-color: #eb5b26;
  color: #ffffff;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.multiple-child-field {
  width: 50%;
}

.multiple-form-fields {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.row-form-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #f6f7f9;
}

.space-after-radio-btn {
  padding-bottom: 35px;
}

.space-after-form-field {
  margin-bottom: 15px;
}

.person-count-wrapper {
  width: 100%;
  float: right;
}

.number-of-person-field {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.number-of-person-text {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 700;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.number-count-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.number-count-field button {
  height: 40px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 6px;
  background-color: #ffffff;
}

.number-count-field input {
  width: 75px;
  height: 52px;
  border-radius: 11px;
  background-color: #eb5b26;
  text-align: center;
  color: #ffffff;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 900;
  line-height: 31.1px;
  letter-spacing: 0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.flight-input-field input {
  width: 100%;
  border-radius: 10.34px;
  height: 52px;
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 400;
  line-height: 31.1px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  padding: 0 20px;
}

.clear-both {
  clear: both;
}

/*
.agree-terms-field .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 19px;
}

.agree-terms-field .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.agree-terms-field .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.agree-terms-field .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  bottom: 1.3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.agree-terms-field input:checked + .slider {
  background-color: #333333;
}

.agree-terms-field input:focus + .slider {
  box-shadow: 0 0 1px #333333;
}

.agree-terms-field input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}


.agree-terms-field .slider.round {
  border-radius: 34px;
}

.agree-terms-field .slider.round:before {
  border-radius: 50%;
}
*/

.agree-terms-label {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 500;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  width: 90%;
}

.agree-terms-field {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.create-go-back-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;    
}

.go-back-btn, .go-back-btn-again, .go-back-btn-2, .go-back-btn-3 {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-right: auto;
}

#resetCanvas {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.92px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  cursor: pointer;
}

.flight-hero-sec {
  padding: 24px 15px;
  background-color: #eb5b26;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.flight-hero-sec-top-text {
  font-family: Urbanist;
  font-size: 26px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.flight-hero-sec-bottom-text-sec {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
}

.light-hero-sec-bottom-large-text {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.light-hero-sec-bottom-small-text {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.qr-code-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 45px;
}

.copy-case-text {
  font-family: Urbanist;
  font-size: 26px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.create-case-text {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin-bottom: 20px;
}

.declaration-text-sec {
  margin-top: 35px;
  margin-bottom: 60px;
}

.declaration-oversight-text-sec {
  margin-top: 35px;
  margin-bottom: 0px;
}

.declaration-bold-text {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 700;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.declaration-bold-text-left {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 700;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.declaration-light-text {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 400;
  line-height: 31.1px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.declaration-light-text-left {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 400;
  line-height: 31.1px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.declaration-oversight-text-sec ul {
  margin-left: 30px;
}

.declaration-oversight-text-sec ul li {
  font-family: Urbanist;
  font-size: 18.14px;
  font-weight: 400;
  line-height: 31.1px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.signature-form-field {
  width: 100%;
  height: 315px;
  background-color: #ffffff;
  border-radius: 11px;
  box-sizing: border-box;
  padding: 20px;
}

.signature-form-field-label {
  font-family: Urbanist;
  font-size: 17.14px;
  font-weight: 700;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  border: 0px;
}

.after-steps-pink-desc-text {
  font-family: Urbanist;
  font-size: 20.74px;
  font-weight: 400;
  line-height: 24.88px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin-top: 15px;
  text-align: center;
  background-color: #ffeae2;
  padding: 15px;
}

.border-line {
  height: 0.5px;
  background-color: #333333;
  width: 100%;
  margin: 30px 0;
}

.vertical-border {
  width: 0.5px;
  background-color: #333333;
}

.expected-process-time-sec {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.expected-process-time-main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.expected-month-sec {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0px 5px;
  width: 32%;
  box-sizing: border-box;
}

.expected-month-sec .expected-month-text {
  font-family: Urbanist;
  font-size: 21px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.expected-month-sec .expected-month-desc-text {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.1px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

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

.each-requirement div {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.1px;
  letter-spacing: 0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.expected-process-time-sec-heading {
  font-family: Urbanist;
  font-size: 16.14px;
  font-weight: 500;
  line-height: 21.77px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}



/* Media Quieries */

@media screen and (max-width: 1200px) {
  .content-inner-wrapper {
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 100px;
}

  .form-side-widget {
    width: 100%;
  }

  .form-small-side-widget {
    width: 100%;
  }

  .form-section {
    width: 100%;
    padding: 10px;
  }

  .person-count-wrapper {
    width: 100%;
  }

  .number-of-person-field {
    display: flex;
    flex-direction: row;
    padding: 0 30px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }

  .agree-terms-label {
    width: 85%;
  }
}

@media screen and (max-width: 800px) {
  .multiple-form-fields {
    flex-direction: column;
  }

  .multiple-child-field {
    width: 100%;
  }

  .number-of-person-field {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }

  .light-hero-sec-bottom-large-text {
    font-size: 30px;
  }

  .flight-hero-sec-top-text {
    font-size: 25px;
  }
  .expected-process-time-main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.expected-month-sec {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 5px;
  width: 100%;
  box-sizing: border-box;
}

}

@media screen and (max-width: 700px) {
  .light-hero-sec-bottom-large-text {
    font-size: 18px;
    line-height: 20px;
  }

  .light-hero-sec-bottom-small-text {
    font-size: 14px;
    line-height: 16.8px;
  }

  .form-button-field {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
}



.page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #000;
    cursor: pointer;
    margin: 1px;
}
.page-numbers.current {
    width: 30px;
    background-color: #eb5b26;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
}
a.next.page-numbers {
    margin-left: 50px;
    color: #eb5b26;
}
a.prev.page-numbers {
    margin-right: 50px;
    color: #eb5b26;
}
a.page-numbers:hover {
    color: #000;
}
div#home-page-banner {
    position: relative;
}
div#home-page-banner .elementor-element {
    z-index: 2;
}
.step-1-airline-hidden, button.step-1-airline-hidden, .step-1-airline-hidden-2, .step-1-airline-hidden-3, button.step-1-continue-hidden, .step-1-airline-hidden-4, button.step-1-continue-hidden-2, .step-1-airline-hidden-5, .sidebar-2nd, .step-3-content-2, .qr-code-sec, .step-1-airline-hidden-3-voluntarily, .cancel-section-a, .cancel-section-b, .other-passengers, .step-3-content-3, .other-passengers-link, .step-1-boarding-2, .step-3-content-4, .step-3-content-4-hidden, .step-3-content-5-hidden{
    display: none;
}
.stop-overs {
    margin-top: 30px;
}
.stop-overs .custom-dropdown {
    margin-top: 10px;
    margin-bottom: 15px;
}
input[type='radio'] {
    border-color: #eb5b26 !important;
    background-color: #eb5b26 !important;
    accent-color: #eb5b26 !important;
    width: 17px;
    height: 17px;
}
.stop-over-radios {
    margin-top: 10px;
    margin-bottom: 30px;
    gap: 10px;
}
.stop-over-radios .each-radio-option {
    margin-bottom: 0px;
    padding: 12px;
    border: 1px solid #cccccca3;
    border-radius: 10px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.stop-over-radios .form-field-label {
    margin-left: 20px;
    margin-bottom: 30px;
}

.radio-form-field{
    margin-top: 10px;
    margin-bottom: 30px;
    gap: 10px;
}

.radio-form-field .each-radio-option {
    margin-bottom: 0px;
    padding: 12px;
    border: 1px solid #cccccca3;
    border-radius: 10px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.radio-form-field .form-field-label {
    margin-left: 20px;
}

.agree-terms-field .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 19px;
}

.agree-terms-field .switch input {display:none;}

.agree-terms-field .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  -webkit-transition: .4s;
  transition: .4s;
}

.agree-terms-field .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  bottom: 1.3px;
  left: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.agree-terms-field input:checked + .slider {
  background-color: #eb5b26;
}

.agree-terms-field input:focus + .slider {
  box-shadow: 0 0 1px #eb5b26;
}

.agree-terms-field input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.agree-terms-field .slider.round {
  border-radius: 34px;
}

.agree-terms-field .slider.round:before {
  border-radius: 50%;
}
.app-content .wizard {
    width: 100%;
    padding-bottom: 20px;
}
.app-content .wizard>.content>.body {
    padding: 20px 20px;
    margin-top: 20px;
}
@media (max-width: 1024px){
    .elementor-673 .elementor-element.elementor-element-df87239 {
        --padding-top: 10px;
    }
}
.danger {
    color: red;
}
button#save-link-case {
    margin-top: 50px;
}
.sign-modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 99;
    top: 0px;
    left: 0px;
    display: none;
}
.sign-modal {
    position: absolute;
    top: 20%;
    background: #fff;
    width: 80%;
    height: auto;
    z-index: 999;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    display: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.sign-header {
    font-size: 25px;
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.sign-body {
    padding: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.sign-footer.form-button-field {
    padding: 20px;
    display: block !important;
}
.signature-form-field-label canvas {
    border: 2px dashed #ccc;
    clear: both;
    position: relative;
    border-radius: 10px;
}
div.reset_canvas {
    clear: both;
    position: relative;
    margin-top: 40px;
}
p.my-data {
    padding: 20px;
    margin-bottom: 0px;
}
button#sign-btn-save {
    float: right;
    display: inline-block;
}
#sign-btn-undo{
    float: left;
    display: inline-block;
}
.input-file-field {
    background: #fff;
    height: 120px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.input-file-field input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
}
.input-file-field .dashicons {
    font-size: 75px;
    position: relative;
    top: 20px;
    color: #eb5b26;
}
.no-compensation-content{
    display: none;
}
#check-step1-1, #check-step1-2, #check-step1-3, #check-step1-4, .create-go-back-wrapper {
    margin-left: auto;
}
/*.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}*/
#home-page-banner{
    overflow-x: hidden;
}

.list-file1, .list-file2 {
    position: relative;
    display: inline-block;
    width: fit-content;
}
a.list_file1, a.list_file2 {
    background: #eb5b26;
    color: #fff;
    float: left;
    width: auto;
    display: block;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 15px;
}
a.remove_file_1, a.remove_file_2 {
    color: #fff;
    position: absolute;
    right: 2px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    text-align: center;
    background: #fde0d59e;
    top: 2px;
    cursor: pointer;
}
.agree-terms-label a {
    color: #eb5b26;
}