/***Default Styles**/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
body {
  font-family: "Poppins", sans-serif !important;
  -webkit-text-stroke: initial !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  font-size: 14px;
}

/******** Panel ****/
.panel-orenge {
  border-color: #F7941E;
}
.panel-orenge > .card-header {
  color: #ffffff;
  background-color: #f26d22;
  border-color: #F7941E;
}
.panel-orenge > .card-header + .panel-collapse > .card-body {
  border-top-color: #F7941E;
}
.panel-orenge > .card-header .badge {
  color: #f26d22;
  background-color: #ffffff;
}
.panel-orenge > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #F7941E;
}
.panel-orenge.grd > .card-header {
  background-image: -webkit-linear-gradient(left, #f15a48 0%, #f7741e 100%);
  background-image: -o-linear-gradient(left, #f15a48 0%, #f7741e 100%);
  background-image: linear-gradient(to right, #f15a48 0%, #f7741e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF15A48', endColorstr='#FFF7741E', GradientType=1);
}

.panel-grey {
  border-color: #999;
}
.panel-grey > .card-header {
  color: #ffffff;
  background-color: #777777;
  border-color: transparent;
}
.panel-grey > .card-header + .panel-collapse > .card-body {
  border-top-color: #999;
}
.panel-grey > .card-header .badge {
  color: #777777;
  background-color: #ffffff;
}
.panel-grey > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #999;
}

.panel-darker {
  border-color: #999;
}
.panel-darker > .card-header {
  color: #ffffff;
  background-color: #222222;
  border-color: transparent;
}
.panel-darker > .card-header + .panel-collapse > .card-body {
  border-top-color: #999;
}
.panel-darker > .card-header .badge {
  color: #222222;
  background-color: #ffffff;
}
.panel-darker > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #999;
}

.panel-white {
  border-color: #ddd;
}
.panel-white > .card-header {
  color: #f26d22;
  background-color: #ffffff;
  border-color: #555555;
}
.panel-white > .card-header + .panel-collapse > .card-body {
  border-top-color: #ddd;
}
.panel-white > .card-header .badge {
  color: #ffffff;
  background-color: #f26d22;
}
.panel-white > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-blue {
  border-color: #ddd;
}
.panel-blue > .card-header {
  color: #ffffff;
  background-color: #003a77;
  border-color: #555555;
}
.panel-blue > .card-header + .panel-collapse > .card-body {
  border-top-color: #ddd;
}
.panel-blue > .card-header .badge {
  color: #003a77;
  background-color: #ffffff;
}
.panel-blue > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-skyblue {
  border-color: #ddd;
}
.panel-skyblue > .card-header {
  color: #ffffff;
  background-color: #3B9DCF;
  border-color: #555555;
}
.panel-skyblue > .card-header + .panel-collapse > .card-body {
  border-top-color: #ddd;
}
.panel-skyblue > .card-header .badge {
  color: #3B9DCF;
  background-color: #ffffff;
}
.panel-skyblue > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-green-light {
  border-color: #ddd;
}
.panel-green-light > .card-header {
  color: #ffffff;
  background-color: #42C19D;
  border-color: #555555;
}
.panel-green-light > .card-header + .panel-collapse > .card-body {
  border-top-color: #ddd;
}
.panel-green-light > .card-header .badge {
  color: #42C19D;
  background-color: #ffffff;
}
.panel-green-light > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #ddd;
}
.panel-green-light.grd .card-header {
  background-image: -webkit-linear-gradient(left, #00a1ac 0%, #2bc677 100%);
  background-image: -o-linear-gradient(left, #00a1ac 0%, #2bc677 100%);
  background-image: linear-gradient(to right, #00a1ac 0%, #2bc677 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A1AC', endColorstr='#FF2BC677', GradientType=1);
}

.panel-yellow {
  border-color: #fbb040;
}
.panel-yellow > .card-header {
  color: #ffffff;
  background-color: #FECD00;
  border-color: #ffffff;
}
.panel-yellow > .card-header + .panel-collapse > .card-body {
  border-top-color: #fbb040;
}
.panel-yellow > .card-header .badge {
  color: #FECD00;
  background-color: #ffffff;
}
.panel-yellow > .panel-footer + .panel-collapse > .card-body {
  border-bottom-color: #fbb040;
}

.alert-orenge {
  background-color: #ffffff;
  border-color: #FFEFDC;
  color: #f26d22;
}
.alert-orenge hr {
  border-top-color: #ffe3c3;
}
.alert-orenge .alert-link {
  color: #d5550d;
}

.alert-purple {
  background-color: #feeeff;
  border-color: #92278f;
  color: #92278f;
}
.alert-purple hr {
  border-top-color: #7e227b;
}
.alert-purple .alert-link {
  color: #6a1c68;
}

.alert-white {
  color: #ffffff;
}
.alert-white.grd {
  background-image: -webkit-linear-gradient(left, #4776e6 0%, #8e54e9 100%);
  background-image: -o-linear-gradient(left, #4776e6 0%, #8e54e9 100%);
  background-image: linear-gradient(to right, #4776e6 0%, #8e54e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4776E6', endColorstr='#FF8E54E9', GradientType=1);
}

.alert-red {
  background-color: #f00;
  border-color: #f00;
  color: #ffffff;
}
.alert-red hr {
  border-top-color: #e60000;
}
.alert-red .alert-link {
  color: #e6e6e6;
}

.alert-blue {
  background-color: #003a77;
  border-color: #003a77;
  color: #ffffff;
}
.alert-blue hr {
  border-top-color: #002e5e;
}
.alert-blue .alert-link {
  color: #e6e6e6;
}
.alert-blue.alert-grdBlue {
  background-image: -webkit-linear-gradient(left, #003a77 0%, #29abe2 100%);
  background-image: -o-linear-gradient(left, #003a77 0%, #29abe2 100%);
  background-image: linear-gradient(to right, #003a77 0%, #29abe2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF003A77', endColorstr='#FF29ABE2', GradientType=1);
}
.alert-blue.alert-grdBlue.alert-grd-blue-green {
  background-image: -webkit-linear-gradient(left, #00a1ac 0%, #2bc677 100%);
  background-image: -o-linear-gradient(left, #00a1ac 0%, #2bc677 100%);
  background-image: linear-gradient(to right, #00a1ac 0%, #2bc677 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A1AC', endColorstr='#FF2BC677', GradientType=1);
}

.alert-blue-light {
  background-color: #d4f4ff;
  border-color: #99e9ff;
  color: #29abe2;
}
.alert-blue-light hr {
  border-top-color: #80e4ff;
}
.alert-blue-light .alert-link {
  color: #1a8dbe;
}

.fontAlex {
  font-family: 'Alex Brush', cursive;
}

.arial {
  font-family: Arial, sans-serif;
}

/***Buttons**/
.btn-orenge {
  color: #ffffff;
  background-color: #f26d22;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:focus, .btn-orenge.focus {
  color: #ffffff;
  background-color: #d5550d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:hover {
  color: #ffffff;
  background-color: #d5550d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:active, .btn-orenge.active, .open > .btn-orenge.dropdown-toggle {
  color: #ffffff;
  background-color: #d5550d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:active:hover, .btn-orenge:active:focus, .btn-orenge:active.focus, .btn-orenge.active:hover, .btn-orenge.active:focus, .btn-orenge.active.focus, .open > .btn-orenge.dropdown-toggle:hover, .open > .btn-orenge.dropdown-toggle:focus, .open > .btn-orenge.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #b3470b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge:active, .btn-orenge.active, .open > .btn-orenge.dropdown-toggle {
  background-image: none;
}
.btn-orenge.disabled:hover, .btn-orenge.disabled:focus, .btn-orenge.disabled.focus, .btn-orenge[disabled]:hover, .btn-orenge[disabled]:focus, .btn-orenge[disabled].focus, fieldset[disabled] .btn-orenge:hover, fieldset[disabled] .btn-orenge:focus, fieldset[disabled] .btn-orenge.focus {
  background-color: #f26d22;
  border-color: rgba(0, 0, 0, 0);
}
.btn-orenge .badge {
  color: #f26d22;
  background-color: #ffffff;
}

.btn-orenge-light {
  color: #333333;
  background-color: #FFEFDC;
  border-color: #fbb040;
}
.btn-orenge-light:focus, .btn-orenge-light.focus {
  color: #333333;
  background-color: #ffd8a9;
  border-color: #b87004;
}
.btn-orenge-light:hover {
  color: #333333;
  background-color: #ffd8a9;
  border-color: #f99705;
}
.btn-orenge-light:active, .btn-orenge-light.active, .open > .btn-orenge-light.dropdown-toggle {
  color: #333333;
  background-color: #ffd8a9;
  border-color: #f99705;
}
.btn-orenge-light:active:hover, .btn-orenge-light:active:focus, .btn-orenge-light:active.focus, .btn-orenge-light.active:hover, .btn-orenge-light.active:focus, .btn-orenge-light.active.focus, .open > .btn-orenge-light.dropdown-toggle:hover, .open > .btn-orenge-light.dropdown-toggle:focus, .open > .btn-orenge-light.dropdown-toggle.focus {
  color: #333333;
  background-color: #ffc785;
  border-color: #b87004;
}
.btn-orenge-light:active, .btn-orenge-light.active, .open > .btn-orenge-light.dropdown-toggle {
  background-image: none;
}
.btn-orenge-light.disabled:hover, .btn-orenge-light.disabled:focus, .btn-orenge-light.disabled.focus, .btn-orenge-light[disabled]:hover, .btn-orenge-light[disabled]:focus, .btn-orenge-light[disabled].focus, fieldset[disabled] .btn-orenge-light:hover, fieldset[disabled] .btn-orenge-light:focus, fieldset[disabled] .btn-orenge-light.focus {
  background-color: #FFEFDC;
  border-color: #fbb040;
}
.btn-orenge-light .badge {
  color: #FFEFDC;
  background-color: #333333;
}

.btn-grey {
  color: #ffffff;
  background-color: #555555;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey:focus, .btn-grey.focus {
  color: #ffffff;
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey:hover {
  color: #ffffff;
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey:active, .btn-grey.active, .open > .btn-grey.dropdown-toggle {
  color: #ffffff;
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey:active:hover, .btn-grey:active:focus, .btn-grey:active.focus, .btn-grey.active:hover, .btn-grey.active:focus, .btn-grey.active.focus, .open > .btn-grey.dropdown-toggle:hover, .open > .btn-grey.dropdown-toggle:focus, .open > .btn-grey.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey:active, .btn-grey.active, .open > .btn-grey.dropdown-toggle {
  background-image: none;
}
.btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled.focus, .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled].focus, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey.focus {
  background-color: #555555;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey .badge {
  color: #555555;
  background-color: #ffffff;
}

.btn-grey-light {
  color: #ffffff;
  background-color: white;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey-light:focus, .btn-grey-light.focus {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey-light:hover {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey-light:active, .btn-grey-light.active, .open > .btn-grey-light.dropdown-toggle {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey-light:active:hover, .btn-grey-light:active:focus, .btn-grey-light:active.focus, .btn-grey-light.active:hover, .btn-grey-light.active:focus, .btn-grey-light.active.focus, .open > .btn-grey-light.dropdown-toggle:hover, .open > .btn-grey-light.dropdown-toggle:focus, .open > .btn-grey-light.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey-light:active, .btn-grey-light.active, .open > .btn-grey-light.dropdown-toggle {
  background-image: none;
}
.btn-grey-light.disabled:hover, .btn-grey-light.disabled:focus, .btn-grey-light.disabled.focus, .btn-grey-light[disabled]:hover, .btn-grey-light[disabled]:focus, .btn-grey-light[disabled].focus, fieldset[disabled] .btn-grey-light:hover, fieldset[disabled] .btn-grey-light:focus, fieldset[disabled] .btn-grey-light.focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey-light .badge {
  color: white;
  background-color: #ffffff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-gray-lighter {
  color: #333333;
  background-color: #F2F2F2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-gray-lighter:focus, .btn-gray-lighter.focus {
  color: #333333;
  background-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0);
}
.btn-gray-lighter:hover {
  color: #333333;
  background-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0);
}
.btn-gray-lighter:active, .btn-gray-lighter.active, .open > .btn-gray-lighter.dropdown-toggle {
  color: #333333;
  background-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0);
}
.btn-gray-lighter:active:hover, .btn-gray-lighter:active:focus, .btn-gray-lighter:active.focus, .btn-gray-lighter.active:hover, .btn-gray-lighter.active:focus, .btn-gray-lighter.active.focus, .open > .btn-gray-lighter.dropdown-toggle:hover, .open > .btn-gray-lighter.dropdown-toggle:focus, .open > .btn-gray-lighter.dropdown-toggle.focus {
  color: #333333;
  background-color: #c7c7c7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-gray-lighter:active, .btn-gray-lighter.active, .open > .btn-gray-lighter.dropdown-toggle {
  background-image: none;
}
.btn-gray-lighter.disabled:hover, .btn-gray-lighter.disabled:focus, .btn-gray-lighter.disabled.focus, .btn-gray-lighter[disabled]:hover, .btn-gray-lighter[disabled]:focus, .btn-gray-lighter[disabled].focus, fieldset[disabled] .btn-gray-lighter:hover, fieldset[disabled] .btn-gray-lighter:focus, fieldset[disabled] .btn-gray-lighter.focus {
  background-color: #F2F2F2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-gray-lighter .badge {
  color: #F2F2F2;
  background-color: #333333;
}

.text-white {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

.text-grey {
  color: #666;
}

a.text-grey:hover,
a.text-grey:focus {
  color: #4d4d4d;
}

.text-base {
  color: #000;
}

a.text-base:hover,
a.text-base:focus {
  color: black;
}

.text-orenge {
  color: #f26d22;
}

a.text-orenge:hover,
a.text-orenge:focus {
  color: #d5550d;
}

.text-brilliant-orange {
  color: #ffb655;
}

a.text-brilliant-orange:hover,
a.text-brilliant-orange:focus {
  color: #ffa022;
}

.text-green {
  color: #009444;
}

a.text-green:hover,
a.text-green:focus {
  color: #00612d;
}

.text-blue {
  color: #003a77;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #002144;
}

.text-blue-light {
  color: #29abe2;
}

a.text-blue-light:hover,
a.text-blue-light:focus {
  color: #1a8dbe;
}

.text-blue-lighter {
  color: #99e9ff;
}

a.text-blue-lighter:hover,
a.text-blue-lighter:focus {
  color: #66deff;
}

.text-skyblue {
  color: #3B9DCF;
}

a.text-skyblue:hover,
a.text-skyblue:focus {
  color: #2a81ad;
}

.text-red {
  color: #f00;
}

a.text-red:hover,
a.text-red:focus {
  color: #cc0000;
}

/******** BG Colors *****/
.bg-orenge {
  background-color: #f26d22;
}

a.bg-orenge:hover,
a.bg-orenge:focus {
  background-color: #d5550d;
}

.bg-orenge-light {
  background-color: #F7941E;
}

a.bg-orenge-light:hover,
a.bg-orenge-light:focus {
  background-color: #da7a08;
}

.bg-orenge-lighter {
  background-color: #FFEFDC;
}

a.bg-orenge-lighter:hover,
a.bg-orenge-lighter:focus {
  background-color: #ffd8a9;
}

.bg-orenge-tint {
  background-color: #FFF9EB;
}

a.bg-orenge-tint:hover,
a.bg-orenge-tint:focus {
  background-color: #ffeab8;
}

.bg-orengelight2 {
  background-color: #EAC9B3;
}

a.bg-orengelight2:hover,
a.bg-orengelight2:focus {
  background-color: #dfad8b;
}

.bg-blue {
  background-color: #003a77;
}

a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #002144;
}

.bg-blue-light {
  background-color: #29abe2;
}

a.bg-blue-light:hover,
a.bg-blue-light:focus {
  background-color: #1a8dbe;
}

.bg-blue-lighter {
  background-color: #99e9ff;
}

a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus {
  background-color: #66deff;
}

.bg-yellow {
  background-color: #FECD00;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #cba400;
}

.bg-yellow-light {
  background-color: yellow;
}

a.bg-yellow-light:hover,
a.bg-yellow-light:focus {
  background-color: #cccc00;
}

.bg-red {
  background-color: #f00;
}

a.bg-red:hover,
a.bg-red:focus {
  background-color: #cc0000;
}

.bg-skyblue {
  background-color: #3B9DCF;
}

a.bg-skyblue:hover,
a.bg-skyblue:focus {
  background-color: #2a81ad;
}

.bg-grey {
  background-color: #6d6e71;
}

a.bg-grey:hover,
a.bg-grey:focus {
  background-color: #545557;
}

.bg-light {
  background-color: #e6e6e6;
}

a.bg-light:hover,
a.bg-light:focus {
  background-color: #cccccc;
}

.bg-lighter {
  background-color: #f7f7f7;
}

a.bg-lighter:hover,
a.bg-lighter:focus {
  background-color: #dedede;
}

.bg-light-medium {
  background-color: #F1F1F1;
}

a.bg-light-medium:hover,
a.bg-light-medium:focus {
  background-color: #d8d8d8;
}

.bg-white {
  background-color: #ffffff;
}

a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6;
}

.bg-greenlight {
  background-color: #42C19D;
}

a.bg-greenlight:hover,
a.bg-greenlight:focus {
  background-color: #339d7f;
}

.bg-greenlighter {
  background-color: #f5fffc;
}

a.bg-greenlighter:hover,
a.bg-greenlighter:focus {
  background-color: #c2ffed;
}

.bg-greenlighter2 {
  background-color: #AFD3C5;
}

a.bg-greenlighter2:hover,
a.bg-greenlighter2:focus {
  background-color: #8ec1ad;
}

.bg-greendark {
  background-color: #144848;
}

a.bg-greendark:hover,
a.bg-greendark:focus {
  background-color: #092020;
}

.bg-darkShadeCyan {
  background-color: #154849;
}

a.bg-darkShadeCyan:hover,
a.bg-darkShadeCyan:focus {
  background-color: #0a2121;
}

.bg-trendy-pink {
  background-color: #784B76;
}

a.bg-trendy-pink:hover,
a.bg-trendy-pink:focus {
  background-color: #593757;
}

.bg-tangerine-yellow {
  background-color: #FDCD00;
}

a.bg-tangerine-yellow:hover,
a.bg-tangerine-yellow:focus {
  background-color: #caa400;
}

.bg-summer-sky {
  background-color: #3B9CCF;
}

a.bg-summer-sky:hover,
a.bg-summer-sky:focus {
  background-color: #2a80ad;
}

.bg-desert-sand {
  background-color: #E9C9B2;
}

a.bg-desert-sand:hover,
a.bg-desert-sand:focus {
  background-color: #dead8a;
}

.bg-cyprus {
  background-color: #154849;
}

a.bg-cyprus:hover,
a.bg-cyprus:focus {
  background-color: #0a2121;
}

.bg-dark {
  background-color: #333333;
}

a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #1a1a1a;
}

.bg-base {
  background-color: #000;
}

a.bg-base:hover,
a.bg-base:focus {
  background-color: black;
}

.bg-brand {
  background-color: #2AB58D;
}

a.bg-brand:hover,
a.bg-brand:focus {
  background-color: #208c6d;
}

input.form-control:focus {
  border-color: #fbb040;
  box-shadow: inherit;
}

/*.att {
  .tooltip {
    top: 28px !important;
  }
}*/
/**** ToolTip Colors****/
.tooltip-blue + .tooltip .tooltip-inner {
  background-color: #29abe2;
}
.tooltip-blue + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #29abe2;
}
.tooltip-blue + .tooltip.right .tooltip-arrow {
  border-right-color: #29abe2;
}
.tooltip-blue + .tooltip.left .tooltip-arrow {
  border-left-color: #29abe2;
}

.tooltip-orenge + .tooltip .tooltip-inner {
  background-color: #F7941E;
}
.tooltip-orenge + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #F7941E;
}
.tooltip-orenge + .tooltip.right .tooltip-arrow {
  border-right-color: #F7941E;
}
.tooltip-orenge + .tooltip.left .tooltip-arrow {
  border-left-color: #F7941E;
}

/***Radio Inputs**/
.radio, .radio-inline, .checkbox, .checkbox-inline, #businessLabelId {
  cursor: pointer;
}
.radio input, .radio-inline input, .checkbox input, .checkbox-inline input, #businessLabelId input {
  display: none;
}
.radio .icon, .radio-inline .icon, .checkbox .icon, .checkbox-inline .icon, #businessLabelId .icon {
  cursor: pointer;
}

.radio span.icon, .radio-inline span.icon, .checkbox span.icon, .checkbox-inline span.icon, #businessLabelId span.icon {
  background-size: 100%;
  background-color: transparent;
  border: 0;
  margin-right: 5px;
  float: left;
  position: relative;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}

.radio span.icon, .radio-inline span.icon, #businessLabelId span.icon {
  background-position: 0 -27px;
  height: 23px;
  width: 23px;
}
.radio input[type="radio"]:checked + span.icon, .radio-inline input[type="radio"]:checked + span.icon, #businessLabelId input[type="radio"]:checked + span.icon {
  background-position: 0 0;
}
.radio.active a > span.icon, .radio.checked span.icon, .radio-inline.active a > span.icon, .radio-inline.checked span.icon, #businessLabelId.active a > span.icon, #businessLabelId.checked span.icon {
  background-position: 0 0;
}

.checkbox input[type="checkbox"] + span.icon, .checkbox-inline input[type="checkbox"] + span.icon {
  background-position: 0 0;
  height: 16px;
  width: 16px;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}
.checkbox input[type="checkbox"]:checked + span.icon, .checkbox-inline input[type="checkbox"]:checked + span.icon {
  background-position: 0 -16px;
}
.checkbox + .checkbox-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.btn-round, .input-group-btn.btn-round {
  border: 4px solid #333333;
  border-radius: 50% !important;
  box-shadow: 0 0 0 4px inset;
  left: -15px;
  padding: 25px 5px;
  width: 80px;
  height: 80px;
  z-index: 22 !important;
}

.bootstrap-select, .bootstrap-select button.btn, select.selectpicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.card-header h3 {
  margin: 0;
}

.fit-content {
  width: fit-content;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.place-content-center {
  place-content: center;
}

.grid-flow-column {
  grid-auto-flow: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-5 {
  gap: 5px;
}

.none {
  display: none;
}

.none-with-imp {
  display: none !important;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.inset {
  inset: 0;
}

.required::before, .require::before {
  content: "* ";
  color: #f26d22;
}

.no-border {
  border: none;
}

.border1, .box {
  border: 1px solid #ddd;
}

.border2 {
  border: 2px solid #ddd;
}

.border4 {
  border: 4px solid #ddd;
}

.borderT1 {
  border-top: 1px solid #ddd;
}

.borderT2 {
  border-top: 2px solid #ddd;
}

.borderT5 {
  border-top: 5px solid #eeeeee;
}

.borderB1 {
  border-bottom: 1px solid #ddd;
}

.borderB5 {
  border-bottom: 5px solid #eeeeee;
}

.borderBottom-555 {
  border-bottom: 1px solid #555 !important;
}

.borderL1 {
  border-left: 1px solid #ddd;
}

.borderR1 {
  border-right: 1px solid #ddd;
}

.borderR2 {
  border-right: 2px solid #ddd;
}

.borderLDash1 {
  border-left: 1px dashed #666;
}

.borderRDash1 {
  border-right: 1px dashed #666;
}

.borderTDash1 {
  border-top: 1px dashed #999 !important;
}

.borderTDash2 {
  border-top: 1px dashed #ddd;
}

.borderBDash1 {
  border-bottom: 1px dashed #999;
}

.border-orenge {
  border: 1px solid #f26d22 !important;
}

.border-red {
  border-color: #f00;
}

.border-orenge-light {
  border-color: #fbb040;
}

.border-orenge-lighter {
  border-color: #FFEFDC;
}

.border-light {
  border-color: #ddd !important;
}

.border-double {
  border-style: double;
}

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.radius4 {
  border-radius: 4px !important;
  overflow: hidden;
}

.radiusFour {
  border-radius: 4px !important;
}

.radius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.radius8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.radius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow {
  -webkit-box-shadow: 0 0 7px 5px #ccc;
  box-shadow: 0 0 7px 5px #ccc;
}

.component-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
}

.orange-shadow {
  box-shadow: 1px 1px 6px rgba(243, 112, 35, 0.35), 1px 1px 6px rgba(243, 112, 35, 0.35);
}

.width100 {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none !important;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.thin {
  font-weight: 100;
}

.extraLight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.semiBold_600 {
  font-weight: 600;
}

.bold-400 {
  font-weight: 400;
}

.bold-500 {
  font-weight: 500;
}

.bold-700 {
  font-weight: 700;
}

.bold-800 {
  font-weight: 800;
}

.bold-900 {
  font-weight: 900;
}

.text-del {
  text-decoration: line-through;
}

.lh-initial {
  line-height: initial;
}

.lh0 {
  line-height: 0;
}

.lh15 {
  line-height: 15px;
}

.lh20 {
  line-height: 20px;
}

.lh24 {
  line-height: 24px;
}

.lh30 {
  line-height: 30px;
}

.lh40 {
  line-height: 40px;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate225 {
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.smooth {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}

.disableBtn {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.enableBtn {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.popover {
  color: #ffffff;
  background-color: #fbb040;
  font-family: "Poppins",sans-serif !important;
}

.popover-body {
  padding: inherit !important;
  color: white !important;
  font-weight: 400 !important;
}

.index-0 {
  z-index: 0 !important;
}

.index-1050 {
  z-index: 1050;
}

.index-1080 {
  z-index: 1080;
}

.index-1081 {
  z-index: 1081;
}

.scroll {
  overflow: scroll;
}

.no-scroll {
  overflow: hidden;
}

.scrollx {
  overflow-x: scroll;
}

.scrollx-hidden {
  overflow-x: hidden;
}

.scrolly-hidden {
  overflow-y: hidden;
}

.space-nowrap {
  white-space: nowrap;
}

.space-initial {
  white-space: initial;
}

.alert {
  margin-top: 5px;
}

.circle {
  border-radius: 10px;
  padding: 0 4px;
  border: solid 2px;
  border-color: inherit;
}

.alert .circle {
  padding: 2px 6px;
  border-color: #ffffff;
}

.alert#rewardRedemptionErrorId {
  padding: 5px 15px;
  margin-bottom: 0px;
}

ul.lob li:before, ul.lwb li:before, ul.lgb li:before, ul.lbb li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  position: relative;
  left: -16px;
  top: 0px;
}

ul.lob li:before {
  color: #f26d22;
}

ul.lwb li:before {
  color: #ffffff;
}

ul.lgb li:before {
  color: #555555;
}

ul.lbb li:before {
  color: #29abe2;
}

/*
// First Letter
  m = medium = 10
  l = large = 15
  s = small = 5
  // Second Letter
  p = padding
  m = margin
  // Third Letter
  b = bottom
  t = top
  l = left
  r = right
*/
.mp {
  padding: 10px;
}

.xsp {
  padding: 3px;
}

.sp {
  padding: 5px;
}

.lp, .box {
  padding: 15px;
}

.xlp {
  padding: 20px;
}

.mpt {
  padding-top: 10px;
}

.mpb {
  padding-bottom: 10px;
}

.mpl {
  padding-left: 10px;
}

.mpr {
  padding-right: 10px;
}

.spt {
  padding-top: 5px;
}

.spb {
  padding-bottom: 5px;
}

.spl {
  padding-left: 5px;
}

.spr {
  padding-right: 5px;
}

.lpt {
  padding-top: 15px;
}

.lpb {
  padding-bottom: 15px;
}

.lpl, ul.lob li, ul.lwb li, ul.lgb li, ul.lbb li {
  padding-left: 15px;
}

.lpr {
  padding-right: 15px;
}

.xlpt {
  padding-top: 20px;
}

.xlpb {
  padding-bottom: 20px;
}

.xlpl {
  padding-left: 20px;
}

.xlpr {
  padding-right: 20px;
}

.no-pad {
  padding: 0;
}

.pl {
  padding-left: 0;
}

.pr {
  padding-right: 0;
}

.pt {
  padding-top: 0;
}

.pb {
  padding-bottom: 0;
}

.xsm {
  margin: 2px;
}

.sm {
  margin: 5px;
}

.mm {
  margin: 10px;
}

.lm {
  margin: 15px;
}

.xlm {
  margin: 20px;
}

.sml {
  margin-left: 5px;
}

.smr {
  margin-right: 5px;
}

.xsmt {
  margin-top: 3px;
}

.no-mb {
  margin-bottom: 0px;
}

.xsmb {
  margin-bottom: 3px;
}

.xsmr {
  margin-right: 3px;
}

.smt {
  margin-top: 5px;
}

.smb {
  margin-bottom: 5px;
}

.mml {
  margin-left: 10px;
}

.mmr {
  margin-right: 10px;
}

.mmt {
  margin-top: 10px;
}

.mmb {
  margin-bottom: 10px;
}

.lml {
  margin-left: 15px;
}

.xlml {
  margin-left: 30px;
}

.lmr {
  margin-right: 15px;
}

.xlmr {
  margin-right: 20px;
}

.lmt {
  margin-top: 15px;
}

.xlmt {
  margin-top: 20px;
}

.xxlmt {
  margin-top: 30px;
}

.lmb {
  margin-bottom: 15px;
}

.xlmb {
  margin-bottom: 20px;
}

.xxlmb {
  margin-bottom: 30px;
}

.no-margin {
  margin: 0;
}

.ml {
  margin-left: 0;
}

.mr {
  margin-right: 0;
}

.mt {
  margin-top: 0;
}

.mb {
  margin-bottom: 0;
}

.pb-7 {
  padding-bottom: 7px;
}

.mt-4 {
  margin-top: -4px;
}

.mt-11 {
  margin-bottom: 11px;
}

.vbottom {
  vertical-align: bottom;
}

.vmiddle {
  vertical-align: middle;
}

.vInitial {
  vertical-align: initial;
}

.mpl-imp {
  padding-left: 10px !important;
}

.ma {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.ng16-lm {
  margin-left: -16px;
}

.ng16-rm {
  margin-right: -16px;
}

.md-10 {
  font-size: 10px;
}

.md-11 {
  font-size: 11px;
}

.md-12 {
  font-size: 12px;
}

.md-13 {
  font-size: 13px;
}

.md-14 {
  font-size: 14px;
}

.md-15 {
  font-size: 15px;
}

.md-16 {
  font-size: 16px;
}

.md-18 {
  font-size: 18px;
}

.md-20 {
  font-size: 20px;
}

.md-22 {
  font-size: 22px;
}

.md-24 {
  font-size: 24px;
}

.md-26 {
  font-size: 26px;
}

.md-28 {
  font-size: 28px;
}

.md-30 {
  font-size: 30px;
}

.md-36 {
  font-size: 36px;
}

.md-50 {
  font-size: 50px;
}

.md-60 {
  font-size: 60px;
}

.disableComponent {
  pointer-events: none;
  opacity: 0.5;
}

#usNumberDiv {
  padding-top: 10px;
}

.blueInfoIcon {
  background-color: #4169E1;
  color: #ffffff;
}

.text-light {
  color: #999 !important;
}

.text-dark {
  color: #000;
}

.marginAuto {
  margin-left: auto;
}

.poppinsFontFamily {
  font-family: 'Poppins', sans-serif;
}

.AdjustWidth {
  width: 100% !important;
  width: -moz-available !important;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available !important;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available !important;
}

.border-orenge-hr {
  border-top: 2px solid #F7941E;
}

.border-top-2px-dashed-dimGray {
  border-top: 2px dashed #ddd;
}

.ShowDealContentSpan {
  cursor: pointer;
}

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

.INR-Symbol {
  font-family: Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}

.buttonOfCurrency:focus {
  box-shadow: none;
  border-color: #ef8a25;
}

.ppl_w50 {
  width: 50px !important;
}

.nmt-10 {
  margin-top: -10px;
}

.__affirm-logo.__ligature__affirm_full_logo__:after {
  content: "" !important;
}

.transition-all {
  transition: all 0.3s ease;
}

.text-grey {
  color: #666 !important;
}

.myEagleDropDown:hover {
  background: none !important;
}
.myEagleDropDown:focus {
  background: none !important;
}

pre {
  border: none !important;
  background: none !important;
}

.mailclosebtn {
  cursor: pointer;
  position: absolute;
  top: 7%;
  right: 0%;
  padding: 3px 16px;
  transform: translate(0%, -50%);
  font-size: 30px;
  color: #ccc;
}

.SummerMailDiv {
  margin-top: 100px;
  margin-bottom: 100px;
}

.SummerMailDiv p {
  color: #999 !important;
}

.Summer-bg-light {
  background-color: #E6E6E6 !important;
}

.summereheadercenter {
  margin-top: 0px;
  height: 44px;
}

.cookies-convention {
  background: #525252;
  position: fixed;
  z-index: 1010;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border: 2px solid #707070;
  opacity: 1;
}

.cookies-convention a {
  color: #C7C7C7 !important;
  font-size: 14px;
}

.cookies-convention .container {
  display: flex;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
}

.cookies-convention__text {
  color: #ffffff;
  padding-right: 24px;
  font-size: 14px;
}

.cookies-convention__btn {
  text-transform: uppercase;
  text-align: center;
  color: #C7C7C7;
  border: 2px solid #C7C7C7;
  border-radius: 4px;
  height: 35px;
  line-height: 33px;
  font-size: 16px;
  padding: 0px 24px;
  flex: 0 0 auto;
  opacity: 1;
}

.cookies-convention__btn:hover {
  color: #ffffff;
  background: #797979;
  border: 2px solid #D3D3D3;
}

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

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

.justify-content-end {
  justify-content: end;
}

/* Custom styles for disabled buttons */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  /* For older versions of IE */
  -webkit-box-shadow: none;
  /* For Webkit browsers */
  box-shadow: none;
  /* For all browsers */
  opacity: .65;
  /* For modern browsers */
}

/*small btn styles*/
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

::selection {
  background: #ffe1c8;
  color: #000000;
}

::-moz-selection {
  background: #ffe1c8;
  color: #000000;
}

.border-top-left-radius {
  border-top-left-radius: 0px !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.border-orengeColor {
  border-top: 5px solid #f26d22 !important;
}

.border-BtmororengeColor {
  border-bottom: 5px solid #f26d22 !important;
}

.textMutedBlue {
  color: #337ab7 !important;
}

.error_tooltip + .tooltip {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.error_tooltip + .tooltip .tooltip-inner {
  background-color: #f00;
}
.error_tooltip + .tooltip + .tooltip {
  display: none;
}

.error-tips-home + .tooltip {
  position: absolute;
  left: -104%;
  padding: 0;
}
.error-tips-home + .tooltip .tooltip-arrow {
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent red;
}
.error-tips-home + .tooltip .tooltip-inner {
  color: white;
  background: red;
  font-size: 12px;
  padding: 3px 8px;
  max-width: 100%;
  letter-spacing: -0.1px;
}

.error-tips-searchSign + .tooltip {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}
.error-tips-searchSign + .tooltip .tooltip-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  margin-top: -6px;
  border-width: 0 7px 7px;
  border-bottom-color: red;
}
.error-tips-searchSign + .tooltip .tooltip-inner {
  width: 254px;
  color: white;
  background: red;
  font-size: 12px;
  padding: 3px 8px;
  max-width: unset;
  letter-spacing: -0.1px;
}

.bs-select-hidden {
  display: none !important;
}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 10px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  max-height: 300px !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: fade(#64b1d8, 40%);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a.active, .bootstrap-select.btn-group .dropdown-menu li a.tt-cursor {
  color: #ffffff;
  background-color: #f26d22;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #777777;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #eeeeee;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

#registerNowMainDivId .bootstrap-select.btn-group .filter-option {
  margin-top: 4px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1081;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: fade(#cccccc, 20%);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: fade(#cccccc, 20%);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* bootstrap icons  1.3.0 cdn  */
.navbarMain {
  margin-bottom: 15px;
}
.navbarMain .navbar-nav {
  margin-top: 30px;
  float: right;
}
.navbarMain .navbar-nav > ul > li {
  padding: 0;
}
.navbarMain .navbar-nav > ul > li:not(:first-child) {
  margin-left: 0px;
}
.navbarMain .navbar-nav > ul > li:first-child {
  /*padding-right: 0;*/
}
.navbarMain .navbar-nav > ul > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.navbarMain .navbar-nav > ul > li > a .navPrice {
  display: inline-block;
  justify-content: space-between !important;
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  text-transform: lowercase;
  color: #ffffff;
}
.navbarMain .navbar-nav > ul.srNavTabs li > a {
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 5px 10px !important;
}
.navbarMain .dropdown-menu {
  min-width: 260px;
  border-radius: 4px !important;
  border: solid 2px #999;
  margin-top: 10px !important;
  padding-bottom: 0px;
  padding-top: 0;
  right: 0;
  left: auto;
}
.navbarMain .dropdown-menu:before {
  border-bottom: 10px solid #999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: " ";
  position: absolute;
  right: 10px;
  top: -10px;
}
.navbarMain .dropdown-menu > li {
  text-align: center;
}
.navbarMain .dropdown-menu > li > strong {
  font-size: 19px;
}
.navbarMain .dropdown-menu > li a:not(.btn-orenge) {
  color: #222222;
  text-decoration: none;
}
.navbarMain .dropdown-menu > li.myEagleLink > div {
  float: left;
  width: 49%;
}
.navbarMain .dropdown-menu > li.myEagleLink > div:first-child {
  border-right: 1px solid #eeeeee;
}
.navbarMain .dropdown-menu > li.active > a, .navbarMain .dropdown-menu > li:hover > a, .navbarMain .dropdown-menu > li:focus > a {
  color: #ffffff;
}

#defaultHeadNav .zendDeskChatLink {
  background-color: #666;
  margin-top: -1px;
}
#defaultHeadNav .dropdown-toggle {
  background-color: #333333;
}
#defaultHeadNav .currency_list img {
  margin-bottom: 2px;
}
#defaultHeadNav .currency_list .currencyType {
  background-color: #ffffff;
  height: 45px;
  bottom: 1px;
  width: 75px;
  padding-left: 8px;
  background-position: 0 -45px;
  border-color: #ccc;
  border-radius: initial;
  font-size: 14px;
}
#defaultHeadNav .currency_list .currencyCaret {
  margin-bottom: 2px;
}
#defaultHeadNav .currency_list .dropdown-menu {
  margin-top: 0px !important;
  cursor: pointer;
  min-width: 90px;
  top: 56px;
  padding: 0px;
}
#defaultHeadNav .dropdown-currency li {
  color: #000 !important;
  background-color: #F9F9F9 !important;
}
#defaultHeadNav .dropdown-currency li :hover {
  color: #000 !important;
  background-color: #E2E2E2 !important;
}

.navbar-brand {
  padding: 10px 0;
}

.myEagle,
.feedback {
  display: block;
  margin: 0 auto;
}

.tollfree {
  display: inline-block;
  margin: 0 10px -5px 0;
}

.fix-nav {
  position: fixed;
  z-index: 1080 !important;
  top: -100px;
  left: 0;
  right: 0;
}

.searchPageHeader {
  background-color: #ffffff;
  padding: 0 8px;
  outline: 1px solid #8080805e;
  animation: scrollDown 0.65s forwards;
}

.checkoutHeader {
  margin-bottom: 15px;
  background-color: #ffffff;
  padding: 0 15px;
  outline: 1px solid #8080805e;
  animation: scrollDown 0.65s forwards;
}

.checkoutHeader.activeBg {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s;
  animation: smoothScroll 0.65s forwards;
}

@keyframes smoothScroll {
  0% {
    top: -40px;
    position: relative;
    z-index: 1000;
  }
  100% {
    top: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: -40px;
  }
  100% {
    top: 0;
    position: relative;
    z-index: 1000;
  }
}
#mainHeadNav .list-inline {
  display: flex;
  justify-content: space-between;
}
#mainHeadNav .srNavTabs {
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: normal !important;
}
#mainHeadNav .tabList {
  height: 45px;
  /*display     :table-cell !important;*/
  text-align: left;
  vertical-align: middle;
  position: relative;
}
#mainHeadNav .alter {
  margin-left: 30px;
  margin-bottom: -19px;
  margin-top: -32px;
  line-height: 5;
  color: #ffffff;
  position: relative;
  top: 5px;
}
#mainHeadNav .filterIconInfo {
  width: 22px;
  height: 23px;
  left: 9px;
  position: absolute;
  top: 13px;
}

.bgRow1 {
  background-color: #fff4ee;
}

.priceBg {
  background-image: linear-gradient(to bottom, #EBFDEE, rgba(235, 253, 238, 0));
  display: flex;
}

.priceBg-Child {
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
}

.textColor-orange .fa-angle-right {
  color: #f37023 !important;
}

.custom-breadcrumb {
  list-style: none;
  margin: 0px !important;
}
.custom-breadcrumb > li {
  display: inline-block;
}
.custom-breadcrumb > li a {
  color: #7c7a7a !important;
}
.custom-breadcrumb > li > a:hover {
  text-decoration: none;
}
.custom-breadcrumb > .active a {
  color: #f37023 !important;
  font-weight: bold;
}
.custom-breadcrumb .fa {
  color: #f37023 !important;
}

.searchIconPosition {
  position: absolute;
  top: 6px;
  right: 26px;
  cursor: pointer;
}

.custom-card {
  box-shadow: 1px 1px 5px #C3C3C3;
  border-radius: 5px;
  margin: 10px -3px;
  position: relative;
}

.custom-border {
  border: 1px solid #f37023;
}

.prices-div {
  display: grid;
  font-size: 10px;
}

.priceDiv-m-Adjust {
  margin-top: 10px;
}

.legDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.border-remove {
  border-left: none !important;
}

.custom-btn-group .btn-default:active .btn-default:hover {
  color: #ffffff !important;
  background-color: #F26D23 !important;
  border-color: none;
}

.custom-btn:hover, .custom-btn:active {
  color: #ffffff;
  background-color: #F26D23;
  border-color: none;
}

.toggleText {
  margin-left: -10px;
  margin-right: 10px;
}

.cityToCity {
  height: 135px;
  overflow: hidden;
}

.priceBtn {
  flex-grow: 0;
  margin: 9px 0 0;
  /*padding         : 6px 18px 10px 19px;*/
  padding: 5px 10px;
  border-radius: 2px;
  border: solid 2px #f37023;
  background-color: #f37023;
  white-space: nowrap;
}

.bell-animation {
  transform-origin: top center;
  animation: 2.2s ring ease-in-out infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  4% {
    transform: rotate(8deg);
  }
  8% {
    transform: rotate(-8deg);
  }
  12% {
    transform: rotate(8deg);
  }
  16% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.sub-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.25s ease-in-out;
}

.sub-btn:hover {
  background: orange;
  color: #ffffff;
}

.custom-btn2 {
  cursor: pointer;
  background: none;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333333;
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}

.custom-btn2:hover {
  background: #f26d22;
  color: #ffffff;
  border-color: #ffffff;
}

.textLight {
  color: #666;
}

.bgLight {
  background-color: rgba(204, 201, 201, 0.1);
}

#faqDiv {
  display: flex;
  justify-content: center;
  color: #333333;
}
#faqDiv .questionDiv {
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
#faqDiv .answerPanel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.customBtn3 {
  box-shadow: 1px 1px 4px #666;
  background-color: #f37023;
  padding: 10px;
  border: 0;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
}

.faqContainer {
  background-color: rgba(204, 201, 201, 0.1);
}
.faqContainer .faq-Heading {
  margin-left: 10px !important;
}

.priceText {
  color: #333333;
}

.noFlightsDiv {
  color: #f05151;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.noFlightsDiv > b {
  margin: auto;
}

.apexcharts-tooltip.apexcharts-theme-light {
  box-shadow: 1px 2px 2px 3px #e5e5e599;
  background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #ffffff !important;
  border-bottom: none !important;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  display: none;
  opacity: 1;
}

.chartSlickDiv, .positionRelative {
  position: relative;
}

.sliderContainer {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.chartSlickDiv .sliders {
  max-width: 900px;
  height: 320px;
  margin: 25px auto 0px auto;
}

.chartSlickDiv .btnCommon {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #f26d22;
  position: absolute;
  top: 50%;
  cursor: pointer;
  padding: 20px;
  transition: background 0.3s ease;
}

.btnCommon:hover {
  background: #efefef;
}

.apexSliders {
  display: none;
}

.apexSliders.active {
  display: block !important;
  transition: opacity 0.3s ease;
}

.apexSliders {
  min-height: 365px !important;
}

.chartBarHeading {
  font-weight: 500;
  margin-left: 30px;
}

.apexcharts-bar-area:hover {
  fill: #f37023 !important;
}

.apexcharts-bar-area:active {
  fill: #f37023 !important;
}

.arrow_box {
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

.loaderImageForSearch {
  position: absolute;
  top: 5px;
  right: 65px;
  display: none;
}

.search-resultDiv {
  padding: 0px 15px;
}

.mtAdjust {
  margin-top: 0px !important;
}

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

.readMore-M-Adjust .border-light {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#subscriptionForm input.form-control {
  border-radius: 5px !important;
}

.clr:hover {
  color: #f37314 !important;
}

.homePageSeoLinks {
  padding: 0 25px 0px 40px;
  width: 95%;
  margin: 0 auto;
}
.homePageSeoLinks div ul li {
  letter-spacing: 0.6px;
  cursor: pointer;
}
.homePageSeoLinks .SeoLinks3 {
  margin-left: -15px;
  margin-right: 15px;
}

.seoLinksComon ul {
  padding-left: 38px;
}
.seoLinksComon ul li a {
  font-size: 12px;
}

.popularSearchHeading {
  margin-left: 3px;
}

.destinationsheading {
  margin-left: 6px;
}

#defaultHeadNav .usdINRBtns li a {
  padding-left: 15px !important;
}
#defaultHeadNav .usdINRBtns li:last-child {
  margin-left: 0px !important;
  border-top: 1px solid #b5a9a9;
}

.INR-Dollar {
  color: #F26D23;
}

.navbarMain .navbar-nav .usdInrTab .dropdown .btn-default {
  transition: 0.3s ease all;
}
.navbarMain .navbar-nav .usdInrTab .dropdown .btn-default:hover {
  background-color: #EF8A25 !important;
  color: #ffffff;
}
.navbarMain .navbar-nav .usdInrTab .dropdown .btn-default:hover .INR-Symbol {
  color: #ffffff !important;
}

.tollFree_Icon {
  vertical-align: initial !important;
}

.currency_Chat > ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin-top: 1px;
}
.currency_Chat > ul > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  margin-top: -2px;
}
.currency_Chat > ul > li > a:hover {
  background-color: #EF8A25 !important;
  text-decoration: none;
}

.subDivActive {
  display: block !important;
}

.sideNavOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #000000b3;
  opacity: 0;
  visibility: hidden;
  transition: 0.17s linear;
  transform: translateX(-100%);
}

.sideNavOverlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.overlay-close.is-open {
  opacity: 1;
  visibility: visible;
}

.sidenavBar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}
.sidenavBar .sideNavLoginName {
  width: 245px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidenavBar span.sideNavCloseBtn {
  background: #efefef;
  float: right;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidenavBar span.sideNavCloseBtn:hover {
  background: #a7a7a7;
}
.sidenavBar span.sideNavCloseBtn > i {
  vertical-align: middle;
  display: flex;
  align-items: center;
  color: #282828;
}
.sidenavBar span.sideNavCloseBtn > i::before {
  font-weight: bolder !important;
}
.sidenavBar .navLogoDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.sidenavBar .navLogoDiv > div {
  max-width: 188px;
}
.sidenavBar .navLogoDiv > div img {
  width: 165px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidenavBar ul.sideTabNav {
  list-style: none;
  padding: 0;
}
.sidenavBar ul.sideTabNav > li:not(:first-child) {
  margin-left: 0 !important;
}
.sidenavBar ul.sideTabNav > li {
  padding: 8px 16px;
  border-bottom: 1px solid #efefef;
  width: 245px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidenavBar ul.sideTabNav > li i {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #e9794c;
}
.sidenavBar ul.sideTabNav > li > div, .sidenavBar ul.sideTabNav > li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #292222;
  text-decoration: none;
}
.sidenavBar ul.sideTabNav > li:hover a, .sidenavBar ul.sideTabNav > li:hover span.spanHover {
  color: #6f6868;
}
.sidenavBar #listOfCurrency {
  flex-direction: column;
  align-items: baseline !important;
}
.sidenavBar #listOfCurrency .usdINRBtns {
  position: relative;
  width: 100%;
  min-width: 200px !important;
  box-shadow: none !important;
  margin-top: -5px !important;
}
.sidenavBar #listOfCurrency .usdINRBtns::before {
  right: 100% !important;
  left: 0;
}
.sidenavBar #listOfCurrency .usdINRBtns li {
  padding: 5px 0 !important;
  width: 100% !important;
  /*& > a{
    float: none !important;
  }*/
}
.sidenavBar #listOfCurrency .usdINRBtns li:first-child {
  border-bottom: 1px solid #efefef;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #f26d22 !important;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover a {
  color: #ffffff !important;
  background: none !important;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover a > span {
  background: none !important;
}
.sidenavBar #listOfCurrency .usdINRBtns li:hover .INR-Dollar {
  color: #111 !important;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency {
  box-shadow: none !important;
  cursor: pointer;
  background: none !important;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency > span:first-child {
  font-weight: normal !important;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency > span:first-child .INR-Dollar, .sidenavBar #listOfCurrency > .buttonOfCurrency > span:first-child .INR-Symbol {
  font-size: 24px;
  font-weight: 100 !important;
  margin-right: 7px;
}
.sidenavBar #listOfCurrency > .buttonOfCurrency .currencyCaret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 4px;
  margin-left: 0;
  vertical-align: middle;
  border-top: 7px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.faq-M-P-Adjustment h4 {
  margin-top: 5px;
}
.faq-M-P-Adjustment h4 b {
  font-size: 18px !important;
}

#showDealsTltp div.tooltip {
  top: 41px !important;
}

.divOfAnsPanel ul {
  padding-left: 0;
}

#backToSignIn {
  color: #337ab7 !important;
  text-decoration: none;
}

#backToSignIn:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* sign in modal */
/* Modal Header Color */
#signInModal .modal-dialog {
  max-width: 600px;
}

#signInModal .bg-skyblue {
  background-color: #3b9dcf;
}

/* Close icon positioning */
#signInModal .modelClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/* Orange Button */
.btn-orenge {
  background-color: #f26d22;
  color: #fff;
  border: none;
}

.text-orenge {
  color: #f26d22;
}

.btn-orenge:hover {
  background-color: #e25f12;
  color: #fff;
}

.none {
  display: none;
}

.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn.disabled {
  background-color: #e25f12;
  color: #fff;
}

/* Grey strip */
#signInModal .hdngStrike {
  background-color: #f1f1f1;
  padding: 6px;
}

/* Links */
#signInModal a {
  color: #337ab7;
  text-decoration: none;
}

#signInModal a:hover {
  text-decoration: underline;
}

input.form-control:focus {
  border-color: #fbb040;
  box-shadow: inherit;
}

.md-14 {
  font-size: 14px;
}

.error-tips-searchSign {
  color: red;
}

.newSignInModal .form-select:focus {
  border-color: #ddd !important;
  outline: 0;
  box-shadow: none !important;
}
.newSignInModal .form-select option:focus {
  background-color: orange !important;
}

/* Footer styles start */
.ie-footer {
  background: #f7f7f7;
  font-size: 15px;
}
.ie-footer .footer-title {
  color: #f26522;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}
.ie-footer .footer-links li {
  margin-bottom: 0.5rem;
}
.ie-footer .footer-links a {
  color: #555;
  text-decoration: none;
  transition: color .2s ease;
  font-size: 14px;
}
.ie-footer .footer-links a:hover {
  text-decoration: underline;
  color: #f26522;
}
.ie-footer .footer-divider {
  border-top: 1px solid #767676;
}
.ie-footer .footer-copy {
  color: #666;
  font-size: 14px;
}
.ie-footer .footer-logo {
  display: inline-block;
  background-repeat: no-repeat;
}
.ie-footer .logo-iata,
.ie-footer .logo-arc,
.ie-footer .logo-norton,
.ie-footer .logo-bbb {
  height: 45px;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/may-2026/ie-certification-spiral.png");
  background-size: 430px;
}
.ie-footer .logo-iata {
  width: 43px;
  background-position: 0 0;
}
.ie-footer .logo-arc {
  width: 75px;
  background-position: -58px 0;
}
.ie-footer .logo-norton {
  width: 126px;
  background-position: -148px 0;
}
.ie-footer .logo-bbb {
  width: 150px;
  background-position: -284px 0;
}
.ie-footer .cardsAccepted {
  height: 45px;
  width: 50px;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/may-2026/ie-accepted-cards.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.ie-footer .discoverCard {
  background-position: 0 3px;
}
.ie-footer .visaCard {
  background-position: -67px 3px;
}
.ie-footer .masterCard {
  width: 55px;
  background-position: -133px 3px;
}
.ie-footer .aeCard {
  width: 35px;
  background-position: -203px 3px;
}
.ie-footer .dcCard {
  background-position: -254px 3px;
}
.ie-footer .affirm {
  width: 85px;
  background-position: -316px 3px;
}
.ie-footer .social-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background-color: #555;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/footer-social-icons.svg");
  background-repeat: no-repeat;
  transition: background-color .3s ease;
}
.ie-footer .icon-facebook {
  background-position: -45px 2px;
}
.ie-footer .icon-instagram {
  background-position: -91px 1px;
}
.ie-footer .icon-twitter {
  background-position: -137px 2px;
}
.ie-footer .icon-youtube {
  background-position: -183px 1px;
}
.ie-footer .backToMobileApp {
  float: left;
  margin: 5px 0;
  color: #f26d22 !important;
  border: 0;
  border-radius: 4px;
  background-color: #f26d22;
  color: white !important;
  padding: 5px 10px !important;
}

/* Footer styles end */
html * {
  font-family: 'Poppins', sans-serif;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://d1qznzlun37fj0.cloudfront.net/fonts/glyphicons-halflings-regular.eot");
  src: url("https://d1qznzlun37fj0.cloudfront.net/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/cookie/v7/AvlbhNBtDFTvYLPYKo-Lmg.eot");
  src: url("") format("embedded-opentype"), local("Cookie-Regular"), local("Cookie-regular"), url("https://fonts.gstatic.com/s/cookie/v7/5eiDWXYu_7xmow8ddgvSIOvvDin1pK8aKteLpeZ5c0A.woff2") format("woff2"), url("https://fonts.gstatic.com/s/cookie/v7/CytOAGPO6GUb8gQ4_bMS1OvvDin1pK8aKteLpeZ5c0A.woff") format("woff"), url("https://fonts.gstatic.com/s/cookie/v7/pKcurCxn_Ato3MXK6jF2CA.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://d1qznzlun37fj0.cloudfront.net/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.social-signin-box:active, .social-signin-box, .social-signin-box:hover, .social-signin-box:focus {
  color: #ffffff;
  width: 95%;
  height: 44px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.social-signin-box .social-signin-box-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: -7px;
}
.social-signin-box .social-signin-box-icon i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 7px auto;
  display: block;
}
.social-signin-box.facebook {
  background-color: #3B5998;
}
.social-signin-box.facebook .social-signin-box-icon i {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOC4zIDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4LjMgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojM0M1QTk5O308L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF8yXyIgY2xhc3M9InN0MCIgZD0iTTgsOUg1LjV2OUgxLjhWOUgwVjUuOGgxLjhWMy44QzEuOCwyLjMsMi41LDAsNS41LDBsMi44LDB2My4xaC0yQzYsMy4xLDUuNSwzLjMsNS41LDR2MS45aDIuOEw4LDl6IE04LDkiLz48L3N2Zz4=);
}
.social-signin-box.google {
  background-color: #518EF8;
}
.social-signin-box.google .social-signin-box-icon i {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Y5QkIxNjt9LnN0MXtmaWxsOiM2Mjg3QzU7fS5zdDJ7ZmlsbDojMkZCNDRBO30uc3Qze2ZpbGw6I0VGNDQzODt9PC9zdHlsZT48ZyBpZD0iWE1MSURfMl8iPjxwYXRoIGlkPSJYTUxJRF83XyIgY2xhc3M9InN0MCIgZD0iTTQsMTAuOWwtMC42LDIuM2wtMi4zLDBDMC40LDEyLDAsMTAuNSwwLDljMC0xLjUsMC40LTIuOSwxLTQuMWgwbDIsMC40bDAuOSwyQzMuOCw3LjgsMy42LDguNCwzLjYsOUMzLjYsOS43LDMuOCwxMC4zLDQsMTAuOXoiLz48cGF0aCBpZD0iWE1MSURfNl8iIGNsYXNzPSJzdDEiIGQ9Ik0xNy44LDcuM0MxNy45LDcuOSwxOCw4LjQsMTgsOWMwLDAuNi0wLjEsMS4zLTAuMiwxLjljLTAuNCwyLjEtMS42LDMuOS0zLjIsNS4xbDAsMGwtMi42LTAuMWwtMC40LTIuM2MxLjEtMC42LDEuOS0xLjYsMi4zLTIuN0g5LjJWNy4zaDQuOUwxNy44LDcuM0wxNy44LDcuM3oiLz48cGF0aCBpZD0iWE1MSURfNV8iIGNsYXNzPSJzdDIiIGQ9Ik0xNC42LDE2TDE0LjYsMTZjLTEuNSwxLjItMy41LDItNS42LDJjLTMuNCwwLTYuNC0xLjktNy45LTQuN0w0LDEwLjljMC44LDIsMi43LDMuNSw1LDMuNWMxLDAsMS45LTAuMywyLjctMC43TDE0LjYsMTZ6Ii8+PHBhdGggaWQ9IlhNTElEXzNfIiBjbGFzcz0ic3QzIiBkPSJNMTQuNywyLjFsLTIuOSwyLjRDMTEsMy45LDEwLDMuNiw5LDMuNmMtMi4zLDAtNC4zLDEuNS01LjEsMy42TDEsNC45aDBDMi41LDIsNS41LDAsOSwwQzExLjIsMCwxMy4yLDAuOCwxNC43LDIuMXoiLz48L2c+PC9zdmc+);
}

.social-signin-legend {
  text-align: center;
  margin-top: 30px;
}
.social-signin-legend hr {
  margin-top: -10px;
}
.social-signin-legend span {
  background: #ffffff;
  padding: 5px;
}

.SignIn .social-signin-legend span {
  background: #efefef;
}

#SociamEmailRequired .modal-dialog {
  width: 90%;
  max-width: 400px;
  margin: 30px auto;
}

#signInModal .social-signin-legend hr,
#signInModal .hdngStrike hr,
#signInModal hr {
  display: none;
}

.MyEagleBenifits h4 {
  color: #f26d22;
  font-size: 20px;
  margin-top: 0;
}
.MyEagleBenifits p {
  display: block;
  font-size: 12px;
  word-spacing: 1px;
  text-align: justify;
}

.SignIn #registerNowMainDivId,
.SignIn #forgotPasswordMainDivId {
  display: none;
}

#registrationForm > .form-group {
  position: relative;
}

.signinBanner {
  border: solid 2px #f26d22;
}
.signinBanner hr {
  border-color: #f26d22;
}
.signinBanner h3 {
  margin-top: 0;
}
.signinBanner * {
  color: #ffffff;
}

body > div.zopim:first-child {
  display: none;
}

.bTop {
  display: none;
  border-radius: 5px;
  transition-duration: .5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1081;
  color: #ffffff;
  background: #f26d22;
  padding: 7px 10px;
  height: 44px;
  width: 44px;
  box-shadow: 0 0 15px #999;
  text-align: center;
  cursor: pointer;
}

.Retinalogo {
  background-size: 188px 63px;
  background-repeat: no-repeat;
  float: left;
  height: 63px;
  margin: 11px 0;
  width: 188px;
  padding: 0px;
}

.emailDomainUL {
  font-size: 14px;
  z-index: 9;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
  margin: 2px 0 0;
  padding-left: 0px;
  overflow-x: auto;
}
.emailDomainUL li {
  list-style-type: none;
  cursor: pointer;
  padding: 4px 0 4px 12px;
}

.signUpdomainUL_Width {
  min-width: calc(100% - 30px);
  width: 0px !important;
}

.custom-drop-down-scrollbar::-webkit-scrollbar {
  height: 5px;
}
.custom-drop-down-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.custom-drop-down-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.custom-drop-down-scrollbar li {
  white-space: nowrap;
}

.custom-drop-down-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#subscription_Email {
  top: 60px !important;
  border-radius: 4px;
}
#subscription_Email > li.listItem {
  color: #333333 !important;
}

.highlight {
  background-color: #f26d22;
}

.emailDomainUL li:hover,
.emailDomainUL li.active,
#subscription_Email > li:hover,
#subscription_Email > li.active {
  background-color: #f26d22;
  color: #ffffff !important;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-default-OnOff {
  color: #333333 !important;
  border-color: #ccc !important;
}

b, strong {
  font-weight: 700;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.signIn .signTxt {
  color: #f26d22;
}

.signIn, .agentSignIn {
  padding: 6px 12px !important;
}

.agentSignIn {
  border: 1px solid #77777b !important;
}

.agentSignIn .signTxt {
  color: #77777b;
}

.res-header {
  margin-top: 20px;
  margin-bottom: 0px;
}

.dhome {
  padding: 10px 0;
  margin-top: -13px;
}

.signIn:hover,
.signIn:focus,
.signIn:active {
  background-color: #f26d22;
  color: white !important;
  transition: 200ms ease !important;
  -webkit-transition: 200ms ease !important;
  -moz-transition: 200ms ease !important;
}

.agentSignIn .agentIcon {
  transition: filter 200ms ease;
}

.agentSignIn:hover,
.agentSignIn:focus,
.agentSignIn:active {
  background-color: #77777b;
  color: white !important;
  transition: 200ms ease !important;
  -webkit-transition: 200ms ease !important;
  -moz-transition: 200ms ease !important;
}

.signIn:hover .bi-person-circle,
.signIn:focus .bi-person-circle,
.signIn:active .bi-person-circle,
.signIn:hover .signTxt,
.signIn:focus .signTxt,
.signIn:active .signTxt,
.agentSignIn:hover .signTxt,
.agentSignIn:focus .signTxt,
.agentSignIn:active .signTxt {
  color: white !important;
}

.agentSignIn:hover .agentIcon,
.agentSignIn:focus .agentIcon,
.agentSignIn:active .agentIcon {
  filter: brightness(0) invert(1);
}

.a-hover:hover {
  color: #f26d22 !important;
  transition: color 130ms !important;
  -webkit-transition: color 130ms !important;
  -moz-transition: color 130ms !important;
}

.headerlinksColor {
  color: #646767 !important;
  font-weight: 500 !important;
}

.homeTrippleBar {
  display: none !important;
}
.homeTrippleBar i {
  padding: 11px;
}

.navbar .e-lang li > a:hover {
  color: white !important;
}

.navbar .e-lang li > a:hover .INR-Dollar {
  color: white !important;
}

.signOutDiv {
  min-width: 160px;
  position: absolute;
  right: -5px;
  padding: 15px 0;
  z-index: 100000;
  background: white;
  box-shadow: 3px 3px 33px #00000029;
  border-radius: 4px;
  display: none;
}
.signOutDiv .account-details {
  color: #a2a2a2;
  border-bottom: 1px solid rgba(162, 162, 162, 0.1);
  padding: 10px 15px;
}
.signOutDiv .account-details > * {
  display: flex;
  padding: 8px 0;
  color: #A2A2A2;
  cursor: pointer;
  transition: color 180ms ease !important;
  -webkit-transition: color 180ms ease !important;
  -moz-transition: color 180ms ease !important;
}
.signOutDiv .account-details > *:hover {
  color: #f26d22;
}
.signOutDiv .account-details > *:hover svg path {
  fill: #f26d22;
  stroke: #f26d22;
  transition: color 180ms ease !important;
  -webkit-transition: color 180ms ease !important;
  -moz-transition: color 180ms ease !important;
}
.signOutDiv .account-details > * > div:nth-of-type(1) {
  width: 28px;
  display: grid;
  place-items: center;
}
.signOutDiv > *:first-child {
  border-bottom: 1px solid rgba(162, 162, 162, 0.1);
  padding: 0 15px 8px;
}
.signOutDiv .logoutBtn {
  display: grid;
  place-items: center;
  height: 32px;
  border-radius: 6px;
  margin: 15px 15px 4px;
  cursor: pointer;
}

.profile-letter {
  background: #2377F3;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  display: grid;
  place-content: center;
  padding-top: 2px;
}

.clsOfSignInDropDown {
  color: inherit;
  text-decoration: none;
}
.clsOfSignInDropDown:focus, .clsOfSignInDropDown:hover, .clsOfSignInDropDown:active {
  color: inherit;
  text-decoration: none;
}

.resCurrencyChat {
  position: relative !important;
  width: 90%;
  min-width: 100px !important;
  border: none !important;
}

.resCurrencyChat::before {
  right: 100% !important;
  left: 0 !important;
}

.sideTabNav .sidenavUserActions {
  padding: 5px !important;
}
.sideTabNav .signOutDiv {
  position: unset !important;
}
.sideTabNav .signOutDiv > *:first-child {
  padding: 0 8px 8px !important;
}
.sideTabNav .signOutDiv .account-details {
  padding: 10px 6px;
}
.sideTabNav .signOutDiv .logoutBtn {
  margin: 15px 10px 4px;
}

.newnavbar-header .dropdown-menu {
  box-shadow: 3px 3px 33px #00000029 !important;
  z-index: 1080 !important;
  padding: 10px 0px !important;
}
.newnavbar-header .dropdown-menu::before {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  content: " ";
  position: absolute;
  top: -6px !important;
  left: 55px !important;
  height: 10px;
  width: 10px;
  background-color: #FFF;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
}

.sideNavSignIn:hover, .sideNavSignIn:focus, .sideNavSignIn:active {
  background-color: #f26d22;
  color: white !important;
  transition: 200ms ease !important;
  -webkit-transition: 200ms ease !important;
  -moz-transition: 200ms ease !important;
}
.sideNavSignIn:hover i, .sideNavSignIn:focus i, .sideNavSignIn:active i {
  color: white !important;
}

.navbar .resCurrencyChat li a:hover span {
  color: white !important;
}

.navbar .e-lang li > a:hover span,
.navbar .e-lang li > a:focus span,
.navbar .e-lang li > a:active span {
  color: white !important;
}

.bs-searchbox {
  position: absolute;
  left: -99999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #f26d22;
}

#signInModal .bootstrap-select ul li {
  text-align: left;
}
#signInModal .bootstrap-select .dropdown-menu li a,
#signInModal .bootstrap-select .dropdown-menu li a span.text {
  color: #333 !important;
  text-decoration: none !important;
}
#signInModal .bootstrap-select .dropdown-menu li a:hover,
#signInModal .bootstrap-select .dropdown-menu li a:focus,
#signInModal .bootstrap-select .dropdown-menu li.active a,
#signInModal .bootstrap-select .dropdown-menu li.selected a {
  color: #ffffff !important;
  background-color: #f26d22 !important;
  text-decoration: none !important;
}
#signInModal .bootstrap-select .dropdown-menu li.selected.active,
#signInModal .bootstrap-select .dropdown-menu li.active {
  outline: none !important;
  border-radius: 0;
}

.bootstrap-select.open > .dropdown-menu,
.bootstrap-select.open .dropdown-menu.open {
  display: block;
}

.bootstrap-select .dropdown-menu.open > .dropdown-menu.inner {
  display: block;
}

.bootstrap-select .dropdown-menu.inner {
  display: block !important;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-select .dropdown-menu > li > a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #f26d22;
  text-decoration: none;
}

.bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 30px;
}
.bootstrap-select > .dropdown-toggle .fa-chevron-down {
  display: inline-block !important;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  color: #666;
  font-size: 12px;
  pointer-events: none;
}
.bootstrap-select > .dropdown-toggle .caret {
  display: inline-block !important;
  width: 0;
  height: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}
.bootstrap-select > .dropdown-toggle:hover, .bootstrap-select > .dropdown-toggle:focus {
  background-color: #fff;
  border-color: #999;
  color: #333;
  box-shadow: none;
  outline: none;
}

.newnavbar-header .dropdown-toggle::after {
  display: none;
}

.bootstrap-select .dropdown-menu li.no-results {
  display: none !important;
}
.bootstrap-select .dropdown-menu li.selected.active, .bootstrap-select .dropdown-menu li.active {
  outline: none;
  border-radius: 0;
}
.bootstrap-select .dropdown-menu li.selected.active a, .bootstrap-select .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #f26d22;
}
.bootstrap-select .dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.text-858585 {
  color: #858585;
}

.section-heading {
  color: #f37021;
  font-size: 2rem;
}

.common-widthAll {
  max-width: 1000px !important;
  margin: 0 auto;
}

.section-subtitle {
  color: #555;
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
}

.flyie-carousel .card-custom {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
  height: 205px;
  margin: 0 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  margin-bottom: 20px;
}

.flyie-carousel .card-custom:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.flyie-carousel .card-header-content h4 {
  color: #333;
}

.flyie-carousel p {
  font-size: 0.96rem;
  color: #555;
}

.journey-section {
  max-width: 1140px;
  margin: 20px auto 0px auto;
  padding: 0 15px 30px;
  border-bottom: 1px solid #dadada;
}

.journey-section h3 {
  font-size: 1.75rem;
  color: #f97316;
}

.journey-section p.subtitle {
  color: #111;
  margin: 0 auto 40px auto;
}

.journey-slider .slick-slide > div {
  padding: 10px;
  box-sizing: border-box;
}

.journey-card {
  border-radius: 12px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 18px 22px;
  height: 100%;
}

.user-name {
  color: #444;
}

.journey-card .rating-stars {
  color: #f59e0b;
}

.journey-card .rating-stars i.fas.fa-star {
  color: #f59e0b;
}

.journey-card .rating-stars i.fas.fa-star-half-alt {
  color: #f59e0b;
}

.journey-card .rating-value {
  color: #666;
  font-size: 0.85rem;
  margin-left: 6px;
}

.journey-card .review-text {
  font-size: 0.9rem;
  color: #444;
  font-style: italic;
  min-height: 75px;
  margin-top: 8px;
}

.logo-container {
  top: 15px;
  right: 15px;
}

.logo-container img {
  height: 22px;
  margin-left: 6px;
}

@media (max-width: 576px) {
  .journey-card {
    min-height: auto;
  }

  .layoutSpaceClass {
    padding: 15px !important;
  }

  .about-us-page-main-div .hero-section h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .about-us-page-main-div .hero-section p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .about-us-page-main-div .our-mission-values-section h3 {
    font-size: 18px !important;
  }
  .about-us-page-main-div h2 {
    font-size: 18px !important;
  }
  .about-us-page-main-div h4 {
    font-size: 14px !important;
  }
  .about-us-page-main-div .cta-section P {
    font-size: 14px !important;
  }
  .about-us-page-main-div .cta-section button {
    font-size: 14px !important;
  }
  .about-us-page-main-div .headQuartersSection {
    flex-direction: column;
  }
  .about-us-page-main-div .headQuartersSection .indian-headQuarters-div {
    text-align: center;
  }
  .about-us-page-main-div .mdLine {
    height: 2px !important;
    width: 100px !important;
  }
}
.cta-btn {
  background: linear-gradient(90deg, #ff7e00 0%, #ff4b2b 50%, #ff7e00 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  transition: background-position 0.5s ease;
}

.cta-btn:hover {
  background-position: 100% 0;
  color: #fff;
}

.custom-accordion .accordion-item {
  background: #fffcf7;
  border: 2px solid #fff3cc !important;
}

.custom-accordion .accordion-button {
  background-color: #FFFCF7;
  padding: 10px 30px 10px 30px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  border: none;
}

.custom-accordion .accordion-body {
  font-size: 0.95rem;
  color: #444;
  padding: 1rem 1.25rem;
  background-color: #FFFCF7;
}

.accordion-header .accordion-button:focus {
  box-shadow: none;
}

.deal-card {
  background: linear-gradient(to right, #FFF6E5 0%, #F9D098 100%);
  border-radius: 15px;
}

.subscribe-ribbon {
  color: #000;
  border: 1px solid #e63946;
  background-color: #fff;
}

.subscribe-btn {
  background-color: #f28c38;
}

.subscribe-btn:hover {
  background-color: #e07b31;
}

.traveler-reviews {
  max-width: 1000px;
  margin: 0 auto;
}

.reviewIcon {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.review-carousel .slick-list {
  margin: 0 -10px;
}

.review-carousel .slick-slide {
  padding: 0 10px;
}

.review-carousel .review-card {
  background: #fff;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.review-carousel .review-card:hover {
  transform: translate(2px) scale(1.05);
}

.flyie-carousel {
  max-width: 1000px;
  margin: 0 auto;
}

.review-header {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
}

.review-header .homeTrippleBar {
  width: 50px;
}

.flyie-carousel,
.review-carousel,
.journey-slider {
  position: relative;
}

.review-carousel .custom-prev {
  left: 0px;
}

.review-carousel .custom-next {
  right: 0px;
}

.review-text {
  height: 80px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
}

.review-text::-webkit-scrollbar {
  width: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.review-text::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.review-text:hover::-webkit-scrollbar {
  opacity: 1;
}

.review-text:hover {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.reviews .accordion-button::after {
  content: none;
}

.ieService {
  font-size: 25px;
}

.ieTrustTraveler {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .navbarMain .navbar-collapse {
    padding-right: 0;
  }

  .default-header {
    margin: 31px 15px 0 0;
  }

  .signOutDiv {
    top: 70px;
    right: 152px;
  }

  .newFeedbackHomePage .reviewsSliderContainer .native-slider-wrapper {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 1220px) {
  .homeTrippleBar {
    display: inline-block !important;
  }

  .headerItem {
    display: none !important;
  }

  .desktopLoggedIn .signOutDiv {
    right: 200px;
  }
}
@media only screen and (max-width: 1500px) {
  .about-us-page-main-div .hero-section {
    height: 350px !important;
  }
  .about-us-page-main-div .hero-section .trusted-Text-Div {
    top: 45px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .desktopLoggedIn .signOutDiv {
    top: 83px;
  }

  .about-us-page-main-div .hero-section {
    height: 290px !important;
  }
  .about-us-page-main-div .hero-section .trusted-Text-Div {
    top: 10px !important;
  }
  .about-us-page-main-div .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .about-us-page-main-div .hero-section {
    height: 275px !important;
  }
  .about-us-page-main-div .hero-section .trusted-Text-Div {
    top: 15px !important;
  }
}
@media only screen and (max-width: 870px) {
  .call-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .desktopLoggedIn .signOutDiv {
    top: 83px;
  }
}
@media only screen and (max-width: 600px) {
  .desktopAgentSignIn {
    display: none !important;
  }

  .desktopLoggedIn .signOutDiv {
    right: 57px !important;
  }
}
@media only screen and (max-width: 470px) {
  .loggedUser {
    display: none !important;
  }

  .desktopLoggedIn .signOutDiv {
    display: none !important;
  }

  .partnersemail {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 340px) {
  .desktopSignIn {
    display: none !important;
  }

  .homeTrippleBar {
    margin-right: 20px !important;
    margin-top: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-14 {
    font-size: 14px;
  }

  .xs-16 {
    font-size: 16px;
  }

  .navbarMain .navbar-nav > ul > li > a.sideNavToggle > i {
    vertical-align: middle;
  }

  .newFeedbackHomePage .reviewsSliderContainer .native-slider-wrapper {
    justify-content: flex-start !important;
  }

  .about-us-page-main-div .border-right-orange,
  .about-us-page-main-div .border-left-orange {
    border: none !important;
  }
  .about-us-page-main-div .hero-section {
    background-image: none !important;
    height: auto !important;
    padding: 30px 0px 50px 0px !important;
  }
  .about-us-page-main-div .hero-section button {
    font-size: 13px;
  }
  .about-us-page-main-div .hero-section h1 {
    font-size: 22px;
  }
  .about-us-page-main-div .service-card {
    padding: 10px;
    margin-bottom: 20px;
  }
  .about-us-page-main-div .reason-card {
    padding: 25px;
  }
}
@media only screen and (min-width: 441px) and (max-width: 1199px) {
  .navbarMain .navbar-nav > ul > li > a.sideNavToggle {
    padding: 10px !important;
  }
  .navbarMain .navbar-nav > ul > li > a.sideNavToggle > i {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 475px) {
  .hidePhnoMobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .review-header {
    padding-inline: 30px;
  }

  .feedbackContentContainer .voicesThisSeasonBox:not(:last-child) {
    border-right: 1px solid #cbcbcb;
  }
  .feedbackContentContainer .voicesThisSeasonBox:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .traveler-reviews .slick-list.draggable {
    width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1189px) {
  .review-carousel .custom-prev {
    left: 30px !important;
  }

  .review-carousel .custom-next {
    right: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .ieService {
    font-size: 3.4375rem;
  }

  .ieTrustTraveler {
    font-size: 39px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .ieService {
    font-size: 2.5rem;
  }

  .ieTrustTraveler {
    font-size: 1.875rem;
  }
}
.custom-arrow {
  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #ff7e00, #ff4b2b);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-arrow:hover {
  background: linear-gradient(to bottom, #fb541c, #f7ab31);
}

.geryColor {
  color: #5a5a5c !important;
}

.supportBtnColor {
  background-color: #5c5c5c !important;
}

.layoutSpaceClass {
  padding: 30px 15px;
}

.text-gray-600 {
  color: #595959;
}

.whoAreWe_Cta_Section_bgColor {
  background-color: #f6f6f6 !important;
}

.get-button {
  border: 1px solid #fb501c;
  border-radius: 12px;
  padding: 10px 40px;
}

.quick-button {
  border: 1px solid #fb501c;
  border-radius: 12px;
  padding: 10px 30px;
  background-color: #fffbf8;
}
.quick-button:hover {
  background: linear-gradient(90deg, #ff7e00 0%, #ff4b2b 50%, #ff7e00 100%);
  color: white !important;
  transition: background 200ms ease !important;
}

.filtersOverlay {
  background-color: #efefef;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#overlayImageId {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #f26d22;
}

.reviews-container .checkoutHeader {
  padding-top: 5px;
  padding-bottom: 10px;
}
.reviews-container .user-info .user-name {
  text-transform: capitalize;
}
.reviews-container .review-carousel .none-with-imp,
.reviews-container .review-carousel span#trustPilotStar,
.reviews-container .review-carousel .rating-value {
  display: none !important;
}
.reviews-container .dynamicStar,
.reviews-container .dynamicReviews {
  display: none;
}
.reviews-container #reviewSlider.native-slider-wrapper {
  gap: 0.5rem;
}
.reviews-container .card-custom {
  height: 85% !important;
}
.reviews-container .card-custom,
.reviews-container .journey-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.3s ease;
}
.reviews-container .card-custom:hover,
.reviews-container .journey-card:hover {
  transform: translateY(-5px);
}
.reviews-container .review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviews-container .reviewer-avatar {
  width: 45px;
  height: 45px;
  background-color: #fef0e6;
  border: 1px solid #f37021;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f37021;
  font-size: 20px;
}
.reviews-container .rating-stars i {
  color: #ffb400;
  font-size: 14px;
}
.reviews-container .rating-value {
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  color: #333;
}
.reviews-container .review-text {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.reviews-container #journeySlider {
  min-height: 480px;
}
.reviews-container .faq-section {
  content-visibility: auto;
  contain-intrinsic-size: 0 900px;
}
.reviews-container #subscriptionTargetId {
  content-visibility: auto;
  contain-intrinsic-size: 0 200px;
}
@media (max-width: 991px) {
  .reviews-container .section-heading {
    font-size: 28px;
  }
  .reviews-container .get-button {
    padding: 10px 20px !important;
  }
  .reviews-container .quick-button {
    padding: 10px 25px !important;
  }
}
@media (max-width: 767px) {
  .reviews-container .service-years {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .reviews-container .section-heading {
    font-size: 26px;
  }
  .reviews-container .traveler-reviews {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .reviews-container .service-years img {
    width: 80px !important;
    height: 80px !important;
  }
}
@media only screen and (max-width: 440px) {
  .reviews-container .navbarMain .navbar-header {
    max-width: 35%;
    min-width: 35%;
  }
  .reviews-container .Retinalogo {
    width: 157px;
    height: 53px;
  }
}
@media (max-width: 575px) {
  .reviews-container .section-heading {
    font-size: 25px !important;
  }
  .reviews-container .service-years {
    padding-block: 20px !important;
  }
  .reviews-container .service-years img {
    position: relative;
    bottom: -4px;
    width: 60px !important;
    height: 60px !important;
  }
  .reviews-container .service-years-content {
    text-align: start;
  }
}
@media (min-width: 992px) {
  .reviews-container #flyieSlider .card-wrapper {
    width: calc(33.33% - 0.67rem) !important;
  }
  .reviews-container #journeySlider.journey-slider {
    display: grid !important;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(33.33% - 0.67rem);
    gap: 1rem;
    padding-bottom: 2rem;
    justify-content: flex-start;
    align-items: stretch;
    scroll-snap-type: x mandatory;
  }
  .reviews-container #journeySlider.journey-slider .journey-card-wrapper {
    scroll-snap-align: start;
    display: flex;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .reviews-container #flyieSlider .card-wrapper {
    width: calc(50% - 0.5rem) !important;
  }
  .reviews-container #journeySlider.journey-slider {
    display: grid !important;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 0.5rem);
    gap: 1rem;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .reviews-container #journeySlider.journey-slider .journey-card-wrapper {
    scroll-snap-align: start;
    display: flex;
  }
}
@media (max-width: 767px) {
  .reviews-container #flyieSlider .card-wrapper {
    width: 85% !important;
  }
  .reviews-container #journeySlider.journey-slider {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .reviews-container .review-card,
  .reviews-container .card-wrapper,
  .reviews-container .journey-card-wrapper {
    scroll-snap-align: start;
  }
  .reviews-container .journey-slider .journey-card-wrapper {
    width: 85%;
  }
  .reviews-container #journeySlider {
    min-height: 230px;
  }
  .reviews-container .card-custom {
    min-height: 180px;
    padding: 15px !important;
  }
  .reviews-container .card-custom h4 {
    font-size: 1.1rem !important;
  }
  .reviews-container .card-custom .card-header-content img {
    width: 45px !important;
    height: 45px !important;
  }
  .reviews-container .card-custom p {
    font-size: 0.9rem !important;
  }
}

.reviews-container .native-slider-container, .contactus-slider .native-slider-container, .newFeedbackHomePage .native-slider-container {
  position: relative;
  width: 100%;
}
.reviews-container .native-slider-wrapper, .contactus-slider .native-slider-wrapper, .newFeedbackHomePage .native-slider-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  justify-content: flex-start;
  align-items: stretch;
  scroll-snap-type: x mandatory;
}
.reviews-container .native-slider-wrapper::-webkit-scrollbar, .contactus-slider .native-slider-wrapper::-webkit-scrollbar, .newFeedbackHomePage .native-slider-wrapper::-webkit-scrollbar {
  display: none;
}
.reviews-container .native-slider-wrapper > div,
.reviews-container .native-slider-wrapper > section, .contactus-slider .native-slider-wrapper > div,
.contactus-slider .native-slider-wrapper > section, .newFeedbackHomePage .native-slider-wrapper > div,
.newFeedbackHomePage .native-slider-wrapper > section {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
}
.reviews-container .custom-arrow, .contactus-slider .custom-arrow, .newFeedbackHomePage .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f37021;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(243, 112, 33, 0.3);
}
.reviews-container .custom-arrow i, .contactus-slider .custom-arrow i, .newFeedbackHomePage .custom-arrow i {
  font-size: 12px;
}
.reviews-container .custom-arrow:hover, .contactus-slider .custom-arrow:hover, .newFeedbackHomePage .custom-arrow:hover {
  background-color: #d65d14;
}
.reviews-container .custom-arrow:disabled, .contactus-slider .custom-arrow:disabled, .newFeedbackHomePage .custom-arrow:disabled {
  background-color: #cacaca;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}
.reviews-container .custom-prev, .contactus-slider .custom-prev, .newFeedbackHomePage .custom-prev {
  left: -17px;
}
.reviews-container .custom-next, .contactus-slider .custom-next, .newFeedbackHomePage .custom-next {
  right: -17px;
}
@media (min-width: 1200px) {
  .reviews-container .custom-prev, .contactus-slider .custom-prev, .newFeedbackHomePage .custom-prev {
    left: -46px;
  }
  .reviews-container .custom-next, .contactus-slider .custom-next, .newFeedbackHomePage .custom-next {
    right: -46px;
  }
}
@media (max-width: 767px) {
  .reviews-container .custom-arrow, .contactus-slider .custom-arrow, .newFeedbackHomePage .custom-arrow {
    display: none !important;
  }
}

.travel-advisory-bar {
  width: 100%;
  background-color: #717171;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 23;
}
.travel-advisory-bar i {
  top: -3px;
  margin-right: 3px;
}

.advisory-link {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}
.advisory-link:hover {
  color: #ffeeba !important;
}

.reach-us-card {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(126, 122, 120, 0.4);
  transition: box-shadow 0.3s ease;
}
.reach-us-card:hover {
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.7);
}
.reach-us-card img {
  object-fit: contain;
  display: block;
}

.contact-us-banner {
  background-color: #fffbf8;
  border-bottom: 3px solid #ffcb9c;
}
@media only screen and (max-width: 991px) {
  .contact-us-banner p {
    font-size: 17px !important;
  }
}

.get-button {
  border: 1px solid #fb501c;
  border-radius: 12px;
  padding: 10px 40px;
}
@media only screen and (max-width: 991px) {
  .get-button {
    padding: 10px 20px !important;
  }
}

.quick-button {
  border: 1px solid #fb501c;
  border-radius: 12px;
  padding: 10px 30px;
  background-color: #fffbf8;
}
.quick-button:hover {
  background: linear-gradient(90deg, #ff7e00 0%, #ff4b2b 50%, #ff7e00 100%);
  color: white !important;
  transition: background 200ms ease !important;
}
@media only screen and (max-width: 991px) {
  .quick-button {
    padding: 10px 25px !important;
  }
}

.quick-support-options .quick-support-card {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
  transition: transform 0.3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quick-support-options .quick-support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

#quickSupportSlider.native-slider-wrapper {
  gap: 1.5rem;
}
#quickSupportSlider.native-slider-wrapper .quick-support-card {
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  width: calc(50% - 0.75rem);
}
@media only screen and (max-width: 767px) {
  #quickSupportSlider.native-slider-wrapper .quick-support-card {
    width: 85%;
  }
}

.partner-venders .partner {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
.partner-venders .partners-icon-email {
  border: 1px solid #f26d22;
  padding: 6px 8px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.get-in-touch .dropButton,
.contact-us-modal .dropButton {
  height: 45px;
}
.get-in-touch input,
.contact-us-modal input {
  height: 45px;
  font-size: 14px;
}
.get-in-touch .filter-option, .get-in-touch textarea,
.contact-us-modal .filter-option,
.contact-us-modal textarea {
  font-size: 14px;
  font-weight: 600;
}
.get-in-touch::placeholder,
.contact-us-modal::placeholder {
  color: #a7a7a7;
}

.contact-us-modal .filter-option {
  font-size: 14px;
  color: #a7a7a7;
}

.dropzone {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 10px;
  text-align: left;
  background: #fafafa;
}

.quick-access a {
  text-decoration: underline;
  color: black;
}
.quick-access a:hover {
  color: #f26d22;
}

textarea.form-control:focus {
  border-color: #fbb040;
  box-shadow: inherit;
}

.textarea-resize {
  resize: none;
}

.homeTrippleBar {
  width: 50px;
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .reach-us-section h5 {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .form-submit-cta {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .help-content {
    font-size: 42px !important;
  }
}

.checkoutHeader,
.checkoutHeader.activeBg {
  animation: none !important;
}

.feebackJourneyCarousel .user-info .user-name {
  text-transform: capitalize;
}
.feebackJourneyCarousel .journey-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.3s ease;
}
.feebackJourneyCarousel .journey-card:hover {
  transform: translateY(-5px);
}
.feebackJourneyCarousel .reviewer-avatar {
  width: 45px;
  height: 45px;
  background-color: #fef0e6;
  border: 1px solid #f37021;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f37021;
  font-size: 20px;
}
.feebackJourneyCarousel .rating-stars i {
  color: #ffb400;
  font-size: 14px;
}
.feebackJourneyCarousel .rating-value {
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  color: #333;
}
.feebackJourneyCarousel .review-text {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.feebackJourneyCarousel #journeySlider {
  min-height: 480px;
}
@media (min-width: 992px) {
  .feebackJourneyCarousel #journeySlider.journey-slider {
    display: grid !important;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(33.33% - 0.67rem);
    gap: 1rem;
    padding-bottom: 2rem;
    justify-content: flex-start;
    align-items: stretch;
    scroll-snap-type: x mandatory;
  }
  .feebackJourneyCarousel #journeySlider.journey-slider .journey-card-wrapper {
    scroll-snap-align: start;
    display: flex;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .feebackJourneyCarousel #journeySlider.journey-slider {
    display: grid !important;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 0.5rem);
    gap: 1rem;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .feebackJourneyCarousel #journeySlider.journey-slider .journey-card-wrapper {
    scroll-snap-align: start;
    display: flex;
  }
}
@media (max-width: 767px) {
  .feebackJourneyCarousel #journeySlider.journey-slider {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .feebackJourneyCarousel .journey-slider .journey-card-wrapper {
    width: 85%;
  }
  .feebackJourneyCarousel #journeySlider {
    min-height: 230px;
  }
}

.feedbackPage #suggestions {
  height: 245px;
}

.newFeedbackHomePage .radio-inline {
  cursor: pointer;
}
.newFeedbackHomePage .radio-inline input {
  display: none;
}
.newFeedbackHomePage .radio-inline .icon {
  cursor: pointer;
}
.newFeedbackHomePage .radio-inline span.icon {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/inputTypeBtns.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  border: 0;
  margin-right: 5px;
  float: left;
  position: relative;
  background-position: 0 -27px;
  height: 23px;
  width: 23px;
  transition: background .35s ease-in-out;
}
.newFeedbackHomePage .radio-inline input[type="radio"]:checked + span.icon {
  background-position: 0 0;
}

.starBgColor .krajee-icon-clear {
  width: 17px !important;
  height: 17px !important;
}

.newFeedbackHomePage .user-info .user-name {
  text-transform: capitalize;
}
.newFeedbackHomePage .review-carousel .none-with-imp,
.newFeedbackHomePage .review-carousel span#trustPilotStar,
.newFeedbackHomePage .review-carousel .rating-value {
  display: none !important;
}
.newFeedbackHomePage .dynamicStar,
.newFeedbackHomePage .dynamicReviews {
  display: none;
}
.newFeedbackHomePage .custom-arrow {
  display: none !important;
}
.newFeedbackHomePage .custom-accordion .accordion-button .toggle-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackFlightImg {
  bottom: 90px;
  right: 194px;
}
.newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerTitle {
  font-size: 55px;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel {
  border: 1px solid #cecece;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder {
  border: 1px solid #ccc;
  padding: 15px 25px;
  margin: 8px 0 5px;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container.rating-sm.rating-animate:not(.theme-krajee-svg) {
  display: none !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .clear-rating {
  order: 2;
  margin: 0;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .clear-rating::before {
  content: '';
  font-weight: bold;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .clear-rating .krajee-icon-clear {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/december-2025/newFBCrossImg.svg") !important;
  opacity: 1 !important;
  width: 20px !important;
  height: 20px !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .clear-rating .krajee-icon-clear:hover {
  opacity: 0.7 !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .rating-stars {
  order: 1;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .rating-stars:focus {
  outline: none !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .rating-stars .star {
  margin: 0 5px !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .rating-stars .star .krajee-icon {
  width: 20px !important;
  height: 20px !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .caption {
  margin-left: 0 !important;
  order: 3;
  margin: 0;
  position: static;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .caption .caption-badge {
  display: block;
  padding: 6px 12px !important;
  color: white !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .caption .caption-badge .caption-secondary {
  padding: 5px 10px !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .caption .label.label-default.badge-secondary {
  display: none;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container.rating-sm.rating-animate:not(.theme-krajee-svg) .caption {
  display: none !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel #suggestions {
  height: 90px !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel #suggestions::placeholder {
  color: #cecece !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .card-body.adjustCardBodyHeight {
  min-height: auto !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .card-body.adjustCardBodyHeight .fbContactDetailsSection .newFeedbackInputs {
  height: 40px;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackPage .card-body.adjustCardBodyHeight .fbContactDetailsSection .newFeedbackInputs::placeholder {
  font-size: 13px !important;
  color: #ccc !important;
}
.newFeedbackHomePage .feedbackContentContainer .feedbackSubscribeSection .container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.newFeedbackHomePage .commonFeedbackBtn button {
  width: 200px;
  min-width: fit-content;
}
.newFeedbackHomePage .commonFeedbackBtn button.fbHelpBtn {
  color: #fc541d;
  border: 1px solid #fb501c;
}
.newFeedbackHomePage .commonFeedbackBtn button.fbShareBtn {
  background-color: #fc541d;
}
.newFeedbackHomePage .commonFeedbackBtn button.fbSubmitFeedBack, .newFeedbackHomePage .commonFeedbackBtn button.fbShareBtn {
  background: linear-gradient(90deg, #ff7e00 0, #ff4b2b 50%, #ff7e00 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  border: 1px solid #fb501c;
}
.newFeedbackHomePage .commonFeedbackBtn button:hover {
  background: linear-gradient(90deg, #ff7e00 0, #ff4b2b 50%, #ff7e00 100%);
  color: white;
  transition: background 200ms ease !important;
  border-radius: 12px;
}
.newFeedbackHomePage .tooltip.bs-tooltip-auto .tooltip-inner {
  background-color: red !important;
  color: white !important;
}
.newFeedbackHomePage .tooltip.bs-tooltip-auto .tooltip-arrow::before {
  border-bottom-color: red !important;
}
.newFeedbackHomePage #tl-Trip {
  background: none !important;
}
.newFeedbackHomePage #tl-Trip .fa-info-circle {
  color: #ffdf00;
}
.newFeedbackHomePage .btn.dropdown-toggle.dropButton.btn-default {
  padding: 15px !important;
  color: #cecece !important;
}
.newFeedbackHomePage .FBCommonLabelFW {
  font-weight: 500 !important;
}

@media only screen and (max-width: 767px) {
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .feedbackInnerBGImages {
    width: 50%;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerTitle {
    font-size: 32px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerSubTitle {
    font-size: 22px;
  }
  .newFeedbackHomePage .feedbackContentContainer .commonFBsize {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerTitle {
    font-size: 40px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerSubTitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .feedbackContentContainer .voicesThisSeasonBox:nth-child(odd) {
    border-right: 1px solid #cbcbcb;
  }
  .feedbackContentContainer .voicesThisSeasonBox:nth-child(even) {
    border-right: none;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackFlightImg {
    bottom: 110px;
    right: 100px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackFlightImg img {
    width: 200px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerTitle {
    font-size: 48px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerSubTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .newFeedbackHomePage .newFeedbackHeader .homeTrippleBar {
    width: 50px;
  }
  .newFeedbackHomePage .feedbackContentContainer .newStarRatingBorder {
    padding: 8px;
    margin: 8px 0 5px;
  }
}
@media only screen and (max-width: 575px) {
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerTitle {
    font-size: 28px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .fBbannerSubTitle {
    font-size: 21px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .feedbackInnerBGImages {
    width: 70%;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .feedbackInnerBGImages .commonBannerImgDiv img {
    height: 20px;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedBackBannerImageOuterDiv .feedBackBannerImage .commonFeedbackBtn button {
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
  }
  .newFeedbackHomePage .feedbackContentContainer .commonFBsize {
    font-size: 16px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .btn.dropdown-toggle.dropButton.btn-default {
    padding: 11px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .voicesSeasonBoxAdjustment {
    border-bottom: 1px solid #cbcbcb;
  }
  .newFeedbackHomePage .feedbackContentContainer .voicesSeasonBoxAdjustment .voicesSeasonInnerDiv img {
    width: 30px;
  }
  .newFeedbackHomePage .feedbackContentContainer .voicesSeasonBoxAdjustment .voicesSeasonInnerDiv .voicesSeasonSpan {
    font-size: 16px;
  }
  .newFeedbackHomePage .feedbackContentContainer .newStarRatingBorder {
    padding-left: 8px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .newStarRatingBorder .rating-container {
    gap: 10px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .newStarRatingBorder .caption-badge {
    padding: 3px 6px !important;
  }
}
@media only screen and (max-width: 380px) {
  .desktopSignIn {
    display: none !important;
  }

  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .shareFbTitle {
    font-size: 20px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder {
    padding: 12px 2px 10px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container {
    gap: 4px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .caption span {
    font-size: 10px !important;
    padding: 5px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .clear-rating .krajee-icon-clear {
    width: 16px !important;
    height: 16px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .rating-stars .star {
    margin: 0 3px !important;
  }
  .newFeedbackHomePage .feedbackContentContainer .feedbackPage .pcardPanel .commonFBServiceContent .newStarRatingBorder .rating-container .rating-stars .star .krajee-icon {
    width: 16px !important;
    height: 16px !important;
  }
}
.about-us-page-main-div .IconImages {
  height: 50px;
  width: 50px;
}
.about-us-page-main-div .whatWeDo_Images {
  height: 35px;
  width: 35px;
}
.about-us-page-main-div .Journey-Section_Images {
  height: 20px;
  width: 20px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.about-us-page-main-div .Why_Choose_Section_Images {
  height: 30px;
  width: 30px;
}
.about-us-page-main-div .about_us_mt {
  margin-top: 3px;
}
.about-us-page-main-div .max-container {
  max-width: 900px !important;
}
.about-us-page-main-div .hero-section {
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/december-2025/About_US_Bg_Img.png");
  text-align: center;
  background-size: contain;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fffcf9;
}
.about-us-page-main-div .border-left-orange {
  border-left: 2px solid #f69c4f;
}
.about-us-page-main-div .border-right-orange {
  border-right: 2px solid #f69c4f;
}
.about-us-page-main-div .service-card {
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.about-us-page-main-div .service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.about-us-page-main-div .reason-card {
  background: #f9f9f9;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.about-us-page-main-div .reason-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.about-us-page-main-div .cta-section {
  padding: 50px 15px;
}
.about-us-page-main-div .mdLine {
  width: 2px;
  height: 50px;
  background-color: #d5d5d5;
}
.about-us-page-main-div .headQuartersSection {
  background-color: #fbfbfb;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.about-us-page-main-div #subscriptionTargetId {
  padding-bottom: 0px !important;
}
.about-us-page-main-div #subscriptionTargetId .bg-light {
  background-color: transparent !important;
  padding: 0px !important;
}
.about-us-page-main-div #subscriptionTargetId .bg-light .container {
  max-width: 900px !important;
}
.about-us-page-main-div #subscriptionTargetId .bg-light .container .deal-card {
  max-width: 900px !important;
}

@font-face {
  font-family: "bootstrap-icons";
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/fonts/bootstrap-icons.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/fonts/bootstrap-icons.woff") format("woff");
}
@media only screen and (max-width: 440px) {
  .Retinalogo {
    width: 150px;
    height: 53px;
  }
}
.common-popover-info .tooltip-inner {
  max-width: 100%;
  background: #fbb040;
  font-size: 12px;
  width: 200px;
}
.common-popover-info[data-popper-placement^=right] .tooltip-arrow::before, .common-popover-info[data-popper-placement^=right] .tooltip-arrow::after {
  border-right-color: #fbb040 !important;
}
.common-popover-info[data-popper-placement^=left] .tooltip-arrow::before, .common-popover-info[data-popper-placement^=left] .tooltip-arrow::after {
  border-left-color: #fbb040 !important;
}
.common-popover-info[data-popper-placement^=top] .tooltip-arrow::before, .common-popover-info[data-popper-placement^=top] .tooltip-arrow::after {
  border-top-color: #fbb040 !important;
}
.common-popover-info[data-popper-placement^=bottom] .tooltip-arrow::before, .common-popover-info[data-popper-placement^=bottom] .tooltip-arrow::after {
  border-bottom-color: #fbb040 !important;
}

/*# sourceMappingURL=footerPagesStyles.css.map */
