body {
color: #353735;
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* Theme Color Changes */
.section-title {
padding: 8px 8px;
border-radius: 5px;
background-color: #c41228;
}
.text-color-white {
color: #ffffff;
}
.text-color-red,
.link-text {
color: #c41228;
}
.link-text:hover {
color: #d21930;
text-decoration: none;
}
.btn-primary {
color: #fff;
background-color: #f03;
border-color: #f03;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
color: #fff;
background-color: #e6002e;
border-color: #e6002e;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
color: #fff;
background-color: #f03;
border-color: #f03;
}
.bg-red {
background-color: #c41228;
}
.bg-red-btn {
border-color: #c41228;
background-color: #c41228;
font-size: 18px;
font-weight: normal!important;
}
.bg-red-btn:hover {
border-color: #d21930;
background-color: #d21930;
}
.btn-curve {
border-radius: 6px!important;
}
.site-logo {
width: 180px;
height: 60px;
}
.sec-top-pd {
padding-top: 30px;
}
.title-text {
font-size: 15px;
font-weight: bold;
}
.custom-control.custom-radio {
display: inline-flex;
}
.g-recaptcha-wrapper {
margin-left: auto;
margin-right: auto;
width: max-content;
}
label.error {
color: red;
font-size: 1rem;
display: block;
margin-top: 5px;
}
input.error,
textarea.error {
border: 1px solid red;
font-weight: 300;
color: red;
}
.inv {
display: none;
}
/*
label.checkbox-text {
position: absolute;
top: 0;
left: 35px;
}*/
label#titleSelection-error {
position: absolute;
width: 100%;
top: 20px;
min-width: 280px;
}
.input-phone-with-flag .iti {
display: block;
}
.error-text {
display: none;
color: red;
font-size: 1rem;
margin-top: 5px;
}
.form--info {
color: #333;
}
.form--info {
font-size: 0.625rem;
font-weight: 300;
}
.txt_right {
text-align: right;
}
legend {
font-weight: 700;
font-size:1rem!important
}
form--title {
width: 100%;
}
.depature-detail-checkbox + label {
vertical-align: middle;
}
.return-detail-checkbox + label {
vertical-align: middle;
}
.custom-checkbox{
display: flex;
}
.return-detail-checkbox{
margin-top: 5px;
margin-right: 5px;
}
.depature-detail-checkbox{
margin-top: 5px;
margin-right: 5px;
}
.display-error-message {
text-align: center;
}
#submission {
display: none;
}
#as_inlineRadio2{
border:2px solid white;
box-shadow:0 0 0 1px lightgray;
appearance:none;
border-radius:50%;
width:12px;
height:12px;
background-color:#fff;
transition:all ease-in 0.2s;
}
#as_inlineRadio2:checked{
background-color:#d21930;
/*box-shadow:0 0 0 1px lightblue;*/
}
#as_inlineRadio1{
border:2px solid white;
box-shadow:0 0 0 1px lightgray;
appearance:none;
border-radius:50%;
width:12px;
height:12px;
background-color:#fff;
transition:all ease-in 0.2s;
}
#as_inlineRadio1:checked{
background-color:#d21930;
/* box-shadow:0 0 0 1px lightblue;*/
}
.datepicker {
font-size: 15px!important;    
}
.datepicker td, .datepicker th {
width: 40px!important;
height: 30px!important;
}
.prev {
color: #d21930;
}
.next{
color: #d21930;
}
.popin.popin__assistance {
position: relative;
border: solid 1px #f03;
padding: 20px 20px;
line-height: 1.6;
z-index: 1;
margin-top: 15px;
}
.popin p {
font-size: 11px;
font-size: .6875rem;
font-weight: 300;
color: #000;
text-align: justify;
}
.fa{
color: #d21930;
}
.datepicker td.active.day{
background: #d21930!important;
}
/* UI Changes Start*/
.checkbox-text.checkbox-text-pd {
padding-left: 15px!important;
}
.newsletter-checkbox.checkbox-btn-mg {
margin-top: 5px!important;
}
.mg-top-zero {
margin-top: 0px!important;
}
.mg-error-section {
margin-top: -5px!important;
}
.checkbox-wrapper {
display: flex!important;
flex-direction: column-reverse!important;
}
.checkbox-wrapper .error {
margin: 0px!important;
}
.custom-checkbox.checkbox-wrapper .custom-control-input:checked~.custom-control-label::before {
background-color: red!important;
border-color: red!important;
}
.custom-checkbox.checkbox-wrapper .custom-control-input:checked~.custom-control-label::before {
color: #fff!important;
border-color: red!important;
background-color: red!important;
}
.custom-checkbox.checkbox-wrapper .custom-control-input.error~.custom-control-label::before {
border-color: red!important;
}
.error-display-none {
display: none!important;
}
#as_depature_date-error, #as_return_date-error {
display: none!important;
}
.date-box.error ~ .input-group-append .input-group-text {
border-color: red!important;
}
#loading.hidden{
opacity: 0;
display: none;
}
#statusMessage {
opacity: 0;
display: none;
}
#statusMessage.show{
opacity: 1;
display: block;
}
.min-box {
min-height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.center-item {
display: flex!important;
justify-content: center!important;
align-items: center!important;
}
.text-white-com {
color: #ffffff!important;
}
.spinner {
height: 60px;
width: 60px;
margin: auto;
display: flex;
position: absolute;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(196,18,40, .15);
border-right: 6px solid rgba(196,18,40, .15);
border-bottom: 6px solid rgba(196,18,40, .15);
border-top: 6px solid rgba(196,18,40, .8);
border-radius: 100%;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
@-moz-keyframes rotation {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(359deg);
}
}
@-o-keyframes rotation {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(359deg);
}
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
#overlay {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
width: 100%;
height: 100%;
}
.page-height {
height: 100%;
}
.submission-message {
padding-top: 5px;
padding-bottom: 10px;
}
.sec-bot-pd {
padding-bottom: 10px;
}
.date-box.error {
color: #495057!important;
font-weight: 400!important;
}
@media only screen and (min-width: 768px) {
.detail-wrapper .section-border {
position: absolute;
width: 4px;
height: 98%;
content: "";
background: #c41228;
left: 50%;
margin-left: -2px;
}
}
.sec-top-pd {
padding-top: 10px;
}
.sec-top-pd-lg {
padding-top: 15px;
}
.common-checkbox.checkbox-btn-mg {
 margin-top: 5px!important;
}

.radio-rt-mg {
 margin-right: 0.75rem;
}

.custom-control-input.custom-radio-color.error~.custom-control-label::before {
  color: #fff;
  border-color: red!important;
}

.custom-control-input.custom-radio-color:checked~.custom-control-label::before {
  color: #fff;
  border-color: #c41228!important;
}

.custom-control-input.custom-radio-color:checked~.custom-control-label::before {
  background-color: #c41228!important;
}

.custom-file-label.upload-text::after {
  content: url(https://image.s7.sfmc-content.com/lib/fe2e11717d64047e731274/m/1/778adb5a-4768-4aab-8660-270ad896ffae.png)!important;
  padding: 0.375rem 0.5rem!important;
  background-color: #ffffff!important;
  height: calc(1.5em + 0.5rem)!important;
  top: 2px!important;
}

.custom-file-input.file-upload-btn.error~.custom-file-label {
    border: 1px solid red;
}

.custom-file-input.file-upload-btn.error-box~.custom-file-label {
    border: 1px solid red;
}

select.error {
    border: 1px solid red;
}

.section-default-hide {
    display: none;
}

.popin {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    border: solid 1px #c41228;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 20px 50px 20px 25px;
}

.popin div span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.3;
    color: #c41228;
    font-size: 20px;
    font-weight: bold;
cursor: pointer;
}

.para-sm {
 margin-bottom: 0px!important;
    font-size: 14px!important;
}

.post-relative {
 position: relative;
}

.custom-checkbox.checkbox-wrapper .custom-control-input:checked~.check_items .custom-control-label::before {
background-color: red!important;
border-color: red!important;
}
.custom-checkbox.checkbox-wrapper .custom-control-input:checked~.check_items .custom-control-label::before {
color: #fff!important;
border-color: red!important;
background-color: red!important;
}
.custom-checkbox.checkbox-wrapper .custom-control-input.error~.check_items .custom-control-label::before {
border-color: red!important;
}
.custom-checkbox .custom-control-input:checked~.check_items .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")!important;
}

.link-item {cursor: pointer}

.text-para {
    margin-bottom: 15px;
}

.text-underline {
 text-decoration: underline;
}

#cc_departure_city_other{
 margin-top: -7px;
}

#cc_arrival_city_other{
 margin-top: -7px;
}
.text-telephone-rights{
   margin-bottom: 20px;
}

.em-text {
 font-style: italic;
}

.justify-text {
 text-align: justify;
}

.custom-message-box {
 padding : 0 35px;
 margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .custom-message-box {
   padding : 0 0;
   margin-top: 20px;
  }
}

.text-color-black {
 color: #000000;
}

.req_star {
 color: #000000;
 font-size: 23px;
}

.top_space_req {
 margin-top: -9px;
}


.header_main_wrapper {
 display:flex;
 align-items:center;
 justify-content:center;
 max-height:36px;
}

.mt-2.no_mg_top_bot {
 margin-top:0px!important;
 margin-bottom:0px!important;
}

select#redirectDropdown {
    max-width: 175px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 1px;
}
select#redirectDropdown:focus {
   outline:none;
}

.header_dropdown_wrapper {
 margin-left: 10px;
}

.info_section {
 padding-top: 15px;
}

.flag_wrapper {
  position: absolute;
  right:0;
  top:0;
}
.flag_In {
 padding-right: 10px;
 display:flex;
 flex-direction: row;
}

.post_relative {
  position: relative;
}

.flag_link {
 margin: 0 10px;
}

.flag_img {
 width: 30px;
 height: auto;
}

.btn-round {
 border-radius: 50%;
 width: 40px;
 /* Adjust the width as needed */
 height: 40px;
 /* Adjust the height as needed */
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: #d3d3d3;
 /* Ash background color */
 border: none;
 /* Remove button border */
 cursor: pointer;
}

.plus-sign {
 color: black;
 /* Black color for the plus sign */
 font-size: 24px;
 content: '+';
 /* Adjust the font size as needed */
}

.delete-button {
 border: 1px solid #c41228;
 border-radius: 2px;
 margin-right: 3px;
}

.plus-button {
 border: 1px solid #c41228;
 border-radius: 2px;
 margin-left: 3px;
}

.delete-button,
.plus-button {
 padding: 2px 6px;
 cursor: pointer;
}


.button-section {
 justify-content: flex-end;
 display: flex;
}

.dynamic-row-hide {
 display: none;
}

.dynamic-row-show {
 display: block;
}

.dynamic_row_count {
 padding-bottom: 5px;
}

.field-error {
 border: 1px solid red !important;
 font-weight: 300 !important;
 color: red !important;
}

.error-message-hide {
 display: none;
}

.error-message-show {
 display: block;
}

.med-title-text {
   font-size: 20px;
}

.link-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.link-btn {
 font-size: 14px;
 border-color: #c41228;
 background-color: #c41228;
}

.link-btn {
 font-size: 14px;
 border-color: #c41228;
 background-color: #c41228;
}

.link-btn:hover {
 background-color: #e6002e;
 border-color: #e6002e;
}

.link-btn:focus {
  outline: none;
  box-shadow: none;
}
