@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

p {
  margin: 0;
  padding: 0;
}

html, html *, * {
  font-family: "Raleway", sans-serif;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: normal;
  background-color: #ffffff;
  position: relative;
  color: #212121;
}

.container {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

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

.bg-blue {
  background-color: #05173c;
}

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

.bg-E41B23 {
  background-color: #e41b23;
}

.text-white {
  color: #ffffff;
}

.text-05173C {
  color: #05173c;
}

.text-2A2A2A {
  color: #2a2a2a;
}

.text-9A9A9A {
  color: #9a9a9a;
}

.text-E41B23 {
  color: #e41b23;
}

.text-8D8D8D {
  color: #8d8d8d;
}

.text-002D61 {
  color: #002d61;
}

.text-444444 {
  color: #444444;
}

.text-000000 {
  color: #000000;
}

.text-4B4B4B {
  color: #4b4b4b;
}

.text-505050 {
  color: #505050;
}

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

.list-style-none {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

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

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

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

.border-all-dddddd {
  border: 1px solid #dddddd;
}

.border-0 {
  border: 0;
}

.overflow-hidden {
  overflow: hidden;
}

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

.border-redius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.cursor-p {
  cursor: pointer;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.button_progress,
button:disabled {
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
  background-repeat: repeat;
  -webkit-background-size: 15px 15px, 100% 100%;
  -moz-background-size: 15px 15px, 100% 100%;
  -ms-background-size: 15px 15px, 100% 100%;
  -o-background-size: 15px 15px, 100% 100%;
  background-size: 15px 15px, 100% 100%;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  cursor: default;
}

.button_progress:hover,
button:disabled:hover {
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
  background-repeat: repeat;
  -webkit-background-size: 15px 15px, 100% 100%;
  -moz-background-size: 15px 15px, 100% 100%;
  -ms-background-size: 15px 15px, 100% 100%;
  -o-background-size: 15px 15px, 100% 100%;
  background-size: 15px 15px, 100% 100%;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  cursor: default;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.arrow-down {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #002d61;
  border-left: 2px solid #002d61;
  transform: rotate(225deg);
}

.mm-offcanvas {
  z-index: 999;
  width: 96%;
  min-width: 140px;
  box-shadow: #333 0px 0px 50px;
  border-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: auto;
  right: 0;
  top: 0;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  bottom: 0;
}

.mm-panels {
  top: 120px;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-menu,
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-btn {
  width: 30px;
  height: 30px;
  top: 0;
  background: #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  right: 10px;
  cursor: pointer;
}
.mm-btn:focus {
  border: 0;
  outline: 0;
}
.mm-btn.mm-close:before, .mm-btn.mm-close:after {
  display: block;
  position: absolute;
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #707070;
  transform: rotate(45deg);
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-btn.mm-close:after {
  transform: rotate(-45deg);
}
.mm-btn.mm-prev {
  right: auto;
  left: 10px;
}
.mm-btn.mm-prev:before {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  content: " ";
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 12px;
  right: auto;
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu-titlebar {
  border-bottom: 1px solid;
  border-color: inherit;
  height: 40px;
  padding: 0 40px;
  top: 80px;
}

.mm-menu-titlebar-title {
  color: #e41b23;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mm-panel li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0px 10px 0px;
}
.mm-panel li a {
  color: #000000;
}
.mm-panel li:after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  border-color: #efefef;
  bottom: 0;
}
.mm-panel li.mm-parent:before {
  content: "";
  position: absolute;
  right: 23px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  display: block;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: rgba(0, 0, 0, 0.3);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 14px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 14px;
  }
}
.font-weight-light {
  font-weight: 300;
}

.font-weight-lighter {
  font-weight: lighter;
}

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

.font-weight-600 {
  font-weight: 600;
}

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

.font-weight-bolder {
  font-weight: bolder;
}

.m-0 {
  margin: 0;
}

.mt-0, .my-0 {
  margin-top: 0;
}

.mr-0, .mx-0 {
  margin-right: 0;
}

.mb-0, .my-0 {
  margin-bottom: 0;
}

.ml-0, .mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.3125rem;
}

.mt-1, .my-1 {
  margin-top: 0.3125rem;
}

.mr-1, .mx-1 {
  margin-right: 0.3125rem;
}

.mb-1, .my-1 {
  margin-bottom: 0.3125rem;
}

.ml-1, .mx-1 {
  margin-left: 0.3125rem;
}

.m-2 {
  margin: 0.625rem;
}

.mt-2, .my-2 {
  margin-top: 0.625rem;
}

.mr-2, .mx-2 {
  margin-right: 0.625rem;
}

.mb-2, .my-2 {
  margin-bottom: 0.625rem;
}

.ml-2, .mx-2 {
  margin-left: 0.625rem;
}

.m-3 {
  margin: 1.25rem;
}

.mt-3, .my-3 {
  margin-top: 1.25rem;
}

.mr-3, .mx-3 {
  margin-right: 1.25rem;
}

.mb-3, .my-3 {
  margin-bottom: 1.25rem;
}

.ml-3, .mx-3 {
  margin-left: 1.25rem;
}

.m-4 {
  margin: 1.875rem;
}

.mt-4, .my-4 {
  margin-top: 1.875rem;
}

.mr-4, .mx-4 {
  margin-right: 1.875rem;
}

.mb-4, .my-4 {
  margin-bottom: 1.875rem;
}

.ml-4, .mx-4 {
  margin-left: 1.875rem;
}

.m-5 {
  margin: 3.75rem;
}

.mt-5, .my-5 {
  margin-top: 3.75rem;
}

.mr-5, .mx-5 {
  margin-right: 3.75rem;
}

.mb-5, .my-5 {
  margin-bottom: 3.75rem;
}

.ml-5, .mx-5 {
  margin-left: 3.75rem;
}

.p-0 {
  padding: 0;
}

.pt-0, .py-0 {
  padding-top: 0;
}

.pr-0, .px-0 {
  padding-right: 0;
}

.pb-0, .py-0 {
  padding-bottom: 0;
}

.pl-0, .px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.3125rem;
}

.pt-1, .py-1 {
  padding-top: 0.3125rem;
}

.pr-1, .px-1 {
  padding-right: 0.3125rem;
}

.pb-1, .py-1 {
  padding-bottom: 0.3125rem;
}

.pl-1, .px-1 {
  padding-left: 0.3125rem;
}

.p-2 {
  padding: 0.625rem;
}

.pt-2, .py-2 {
  padding-top: 0.625rem;
}

.pr-2, .px-2 {
  padding-right: 0.625rem;
}

.pb-2, .py-2 {
  padding-bottom: 0.625rem;
}

.pl-2, .px-2 {
  padding-left: 0.625rem;
}

.p-3 {
  padding: 1.25rem;
}

.pt-3, .py-3 {
  padding-top: 1.25rem;
}

.pr-3, .px-3 {
  padding-right: 1.25rem;
}

.pb-3, .py-3 {
  padding-bottom: 1.25rem;
}

.pl-3, .px-3 {
  padding-left: 1.25rem;
}

.p-4 {
  padding: 1.875rem;
}

.pt-4, .py-4 {
  padding-top: 1.875rem;
}

.pr-4, .px-4 {
  padding-right: 1.875rem;
}

.pb-4, .py-4 {
  padding-bottom: 1.875rem;
}

.pl-4, .px-4 {
  padding-left: 1.875rem;
}

.p-5 {
  padding: 3.75rem;
}

.pt-5, .py-5 {
  padding-top: 3.75rem;
}

.pr-5, .px-5 {
  padding-right: 3.75rem;
}

.pb-5, .py-5 {
  padding-bottom: 3.75rem;
}

.pl-5, .px-5 {
  padding-left: 3.75rem;
}

.m-auto {
  margin: auto;
}

.mt-auto, .my-auto {
  margin-top: auto;
}

.mr-auto, .mx-auto {
  margin-right: auto;
}

.mb-auto, .my-auto {
  margin-bottom: auto;
}

.ml-auto, .mx-auto {
  margin-left: auto;
}

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

.modal-body {
  text-align: left;
}

header {
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  header {
    z-index: 99 !important;
  }
}

.h-top {
  height: 47px;
}
.h-top .h-top-l-nav li {
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .h-top .h-top-l-nav {
    display: none;
  }
}
.h-top .h-top-r-nav li {
  margin-left: 8px;
  position: relative;
}

.on-hover {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: transparent;
}
.on-hover::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.on-hover:hover:before, .on-hover:focus:before, .on-hover:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media only screen and (max-width: 767px) {
  .h-bottom {
    padding: 0.3125rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .h-bottom {
    padding: 0.3125rem 0;
  }
}
.h-bottom .brand {
  padding: 0.3125rem 0;
}
@media only screen and (max-width: 767px) {
  .h-bottom .brand {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .h-bottom .brand {
    padding: 0;
  }
}
.h-bottom .arrow-down {
  position: static;
  border-width: 1px;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  margin-top: -6px;
}

.menu-hide {
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: -250px;
  position: absolute;
  right: 0;
  z-index: 9999;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -moz-box-shadow: 0px 0px 16px 1px #999999;
  -webkit-box-shadow: 0px 0px 16px 1px #999999;
  box-shadow: 0px 0px 16px 1px #999999;
  min-width: 340px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .menu-hide {
    min-width: 300px;
    right: -10px;
  }
}

.menu-show {
  visibility: visible;
  top: 31px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: #ffffff;
}

.names a {
  margin-right: 0.625rem;
  width: calc(25% - 0.625rem);
}
.names a.active {
  background-color: #05173c;
  color: #ffffff;
}
.names a.active:hover {
  background-color: #05173c;
  color: #ffffff;
}
.names a:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
}

.nav-list ul li {
  float: right;
  margin-left: 20px;
  position: relative;
}
.nav-list ul li:last-child .nav-dropdown {
  left: auto;
  right: 0;
}

.nav-list ul li a {
  font-size: 16px;
  line-height: 70px;
  color: #002d61;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-list ul li a {
    font-size: 14px;
  }
}
.nav-list ul li a:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid transparent;
  width: 100%;
  bottom: 0;
}
.nav-list ul li a.nav-active:before {
  border-color: #e41b23;
}

.nav-list ul li ul li a {
  padding: 0;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  display: block;
  transition: all 300ms ease-in-out;
}

.nav-dropdown {
  z-index: 999;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  left: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: -9999px;
  width: 300px;
}
.nav-dropdown.menu-show {
  visibility: visible;
  top: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.menudropdown:first-child .nav-dropdown {
  left: auto;
  right: 0;
}
.menudropdown:nth-child(2) .nav-dropdown {
  left: auto;
  right: 0;
}
.menudropdown li {
  margin-right: 0;
  padding: 10px;
}
.menudropdown li:hover {
  background-color: #05173C;
}
.menudropdown li:hover a {
  color: #fff;
}
.menudropdown li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.menudropdown .col-b {
  width: 40%;
}
.menudropdown .col-b .child-nav {
  display: flex;
  flex-wrap: wrap;
}
.menudropdown .col-b .child-nav li {
  width: 50%;
}
.menudropdown ul.child-nav {
  font-size: 15px;
  line-height: 22px;
  color: #002d61;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(0px, auto);
}
.menudropdown ul.child-nav li {
  margin: 0;
  float: none;
  position: relative;
  width: 100%;
}

.nav-mobile {
  display: none;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

.nav-mobile-brand {
  position: absolute;
  left: 15px;
  top: 5px;
}

@media only screen and (max-width: 1023px) {
  .nav-mobile {
    display: block;
  }
  .nav-list {
    display: none;
  }
}
.nav-mobile span,
.nav-mobile span:before,
.nav-mobile span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

.nav-mobile span:before {
  top: -10px;
}

.nav-mobile span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.brand img {
  height: 62px;
  width: 139px;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.search-matrix {
  height: 300px;
  /* background-image: url("https://c.regencyholidays.com/packages/e0af20fe-4c1a-46e5-95d8-a26040729acc/original/8e8e8a2f-52cf-4b68-8d9c-04e337d7801b.webp"); */
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  background-color: rgb(112, 161, 219);
}


.search-matrix__innerImg {
height: 100%;
}

.search-matrix__innerImg {
  @media only screen and (max-width: 767px) {
    display: none;
  }

}
@media only screen and (min-width: 767px) { 

  .banner-container {

  
    position: absolute;
      top: 50%;
      z-index: 900;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .banner-container-text {

  
    position: absolute;
      top: 20%;
      z-index: 900;
      left: 50%;
      transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .search-matrix {
    background-image: url("https://c.myholidays.com/packages/images/pattern.png");
  }

}
.search-matrix .banner-img {
  left: 0;
  top: 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .search-matrix .search-matrix .banner-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-matrix {
    height: 240px;
  }
}
.search-matrix h1 {
  font-size: 36px;
  line-height: 42px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .search-matrix h1 {
    font-size: 22px;
    line-height: 26px;
    padding-top: 20px;
  }
}
.search-matrix:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .search-matrix:after {
    /* position: relative; */
    /* height: 360px; */
  }
  .search-matrix .container {
    position: relative;
  }
}

.search-matrix .container {
  /* position: relative; */
  z-index: 85;
}

.matrix-breadcrumb {
  font-size: 12px;
  line-height: 14px;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .matrix-breadcrumb {
    padding-top: 15px;
  }
}

.package-country {
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .package-country {
    font-weight: normal;
    padding-top: 20px;
  }
}

.search-matrix-form {
  width: 932px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .search-matrix-form {
    width: 100%;
    padding: 0 15px;
  }
}

.search-matrix-form-inputs {
  width: 816px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
}
.search-matrix-form-inputs .col-h {
  border-right: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs .col-h {
    border-right: 0;
    padding: 10px 0;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
  }
}
.search-matrix-form-inputs .col-h:last-child {
  border-right: 0;
}
.search-matrix-form-inputs .col-h.location {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs .col-h.location {
    width: 100%;
  }
}
.search-matrix-form-inputs .col-h.date {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs .col-h.date {
    width: 100%;
    display: none;
  }
}
.search-matrix-form-inputs .search-matrix-fields {
  padding: 20px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs .search-matrix-fields {
    padding: 0;
  }
}
.search-matrix-form-inputs i {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs i {
    margin-left: 10px;
  }
}
.search-matrix-form-inputs label {
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.search-matrix-form-inputs .arrow {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  right: -10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #002d61;
  border-left: 2px solid #002d61;
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-inputs .arrow {
    display: none;
  }
}
.search-matrix-form-inputs .selected-text {
  font-size: 18px;
  line-height: 21px;
  border: 0;
  color: #545454;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding-left: 30px;
  margin-bottom: 0;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #002d61;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  transform: rotate(45deg) scale(1);
  opacity: 1;
  width: 4px;
  height: 9px;
  border: solid #e41b23;
  border-width: 0 1px 1px 0;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 2px;
  left: 6px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.labeltxt {
  float: left;
  margin: 0 0 0 22px;
  padding: 0;
  line-height: 16px;
}

.search-package-dropdown {
  top: 78px;
  left: 0;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 100;
  font-size: 14px;
  max-height: 190px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .search-package-dropdown {
    top: 60px;
  }
}
.search-package-dropdown ul li {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: transparent;
}
.search-package-dropdown ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.search-package-dropdown ul li:hover:before, .search-package-dropdown ul li:focus:before, .search-package-dropdown ul li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.search-matrix-form-submit {
  width: 116px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-submit {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
  }
}
.search-matrix-form-submit button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .search-matrix-form-submit button {
    line-height: 60px;
  }
}

.package-intro .badge {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #002d61;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 20px;
}

.full-overview-text {
  overflow: hidden;
  transition: 0.5s all;
}
.full-overview-text p {
  margin: 0;
  padding: 0;
}

.p-text {
  line-height: 26px;
  font-size: 14px;
}

.faqsText {
  padding: 15px 0px 15px 0px;
}
.faqsText ul{
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .on-ms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #05173c;
    color: #ffffff;
    padding: 5px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    z-index: 9;
  }
}


.on-ms-filter,
.on-ms-sortby {
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  border: 1px solid #05173c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.on-ms-filter svg,
.on-ms-sortby svg {
  fill: #05173c;
}
@media only screen and (max-width: 1024px) {
  .on-ms-filter,
  .on-ms-sortby {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    width: 49%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 15px;
    padding: 0;
  }
  .on-ms-filter svg,
  .on-ms-sortby svg {
    fill: #ffffff;
  }
}

.on-ms-sortby {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .on-ms-sortby {
    display: inline-flex;
    border: 0;
  }
  .on-ms-sortby svg {
    fill: #ffffff;
  }
}

ul.dropdown li:hover {
  background: #05173c;
  color: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .package-list-panel .container {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .package-list-panel .container {
    display: block;
  }
}

.package-list-filter {
  width: 280px;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  z-index: 9;
  margin-bottom: 0px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .package-list-filter {
    width: 96%;
    padding: 35px 15px 60px 15px;
    -moz-box-shadow: #333 0px 0px 50px;
    -webkit-box-shadow: #333 0px 0px 50px;
    box-shadow: #333 0px 0px 50px;
    border-right: 1px solid #dddddd;
    background: #fff;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: -200%;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .package-list-filter {
    width: 96%;
    padding: 35px 15px 60px 15px;
    -moz-box-shadow: #333 0px 0px 50px;
    -webkit-box-shadow: #333 0px 0px 50px;
    box-shadow: #333 0px 0px 50px;
    border-right: 1px solid #dddddd;
    background: #fff;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: -200%;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
  }
}
.package-list-filter.show-filter {
  left: 0;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .close-filter-cross {
    display: block;
    position: fixed;
    right: 4%;
    top: 0;
    z-index: 9999;
    width: 25px;
    height: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .close-filter-cross {
    display: block;
    position: fixed;
    right: 4%;
    top: 0;
    z-index: 9999;
    width: 25px;
    height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .close-filter-cross-sort {
    display: block;
    position: fixed;
    left: 4%;
    top: 0;
    z-index: 9999;
    width: 25px;
    height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .close-filter-btn-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    left: 0;
    z-index: 9;
    width: 96%;
    height: 60px;
    line-height: 60px;
    padding: 10px 15px;
    bottom: 0;
    -moz-box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .close-filter-btn-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    left: 0;
    z-index: 9;
    width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 10px 15px;
    bottom: 0;
    -moz-box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
  }
}
.close-filter-btn-bar .close-filter-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.filter-name {
  font-size: 15px;
  line-height: 18px;
}
.filter-name a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.filter-bg {
  background: #f8f8f8;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.filter-bg ul li {
  padding-bottom: 15px;
}
.filter-bg ul li:last-child {
  padding-bottom: 0;
}
.filter-bg .rc-slider {
  width: calc(100% - 16px);
  margin: 0 auto;
}
.filter-bg .rc-slider-rail {
  height: 2px;
}
.filter-bg .rc-slider-handle {
  width: 17px;
  height: 17px;
  border: 1px solid #002d61;
  margin-top: -8px;
}

.package-list-result {
  float: right;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
  .package-list-result {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .package-list-result {
    width: 100%;
    float: left;
  }
}

.result-sorting {
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .result-sorting {
    font-size: 14px;
    line-height: 18px;
  }
}

.sorting {
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  .sorting {
    width: 96%;
    padding: 35px 15px 15px 15px;
    -moz-box-shadow: #333 0px 0px 50px;
    -webkit-box-shadow: #333 0px 0px 50px;
    box-shadow: #333 0px 0px 50px;
    border-right: 1px solid #dddddd;
    background: #fff;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    right: 0%;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
  }
}
@media only screen and (max-width: 767px) {
  .sorting .close-filter-btn-bar {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sorting .close-filter-btn-bar {
    display: none;
  }
}
.sorting.show-sortby {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.sorting .sort-by-link,
.sorting .sortby {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sorting .sort-by-link {
    display: none;
  }
}
.sorting .sortby {
  width: 145px;
  font-size: 12px;
  right: 0;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  .sorting .sortby {
    box-shadow: none;
    position: relative;
    display: block !important;
    top: 10px;
    font-size: 14px;
    width: 100%;
  }
  .sorting .sortby ul {
    text-align: left;
  }
}

.result-list ul li {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .result-list ul li {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .result-list ul .img-desc-sec {
    padding: 0;
  }
}
.result-list .img-sec img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 192px;
  height: 180px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .result-list .img-sec img {
    width: 116px;
    height: 141px;
  }
}
.result-list .badge {
  color: #ffffff;
  background-color: #e41b23 !important;
  font-weight: bold;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  left: 0;
  top: 10px;
}
.result-list .badge:empty {
  display: none;
}
.result-list .packageslistheading {
  width: 100%;
}
.result-list .packageslistheading h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .result-list .packageslistheading h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    padding-left: 0px !important;
  }
}
.result-list .text-sec {
  width: calc(100% - 192px);
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .result-list .text-sec {
    width: calc(100% - 116px);
    padding-left: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.result-list .text-sec h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .result-list .text-sec h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
  }
}
.result-list .names-n-others {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .result-list .names-n-others {
    padding-right: 0px;
  }
}
.result-list .duration {
  font-size: 13px;
  line-height: 15px;
}
.result-list .days:empty {
  display: none;
}
.result-list .desc {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .result-list .desc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .result-list .hotel-included {
    padding: 2px 0 0 0;
  }
}
.result-list .hotel-included [type=checkbox]:not(:checked) + label,
.result-list .hotel-included [type=checkbox]:checked + label {
  font-size: 12px;
  padding-left: 22px;
  cursor: default;
}
.result-list .h-star .check {
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .result-list .h-star {
    padding: 4px 0 0 0;
  }
}
.result-list .h-star label {
  position: relative;
  padding-left: 20px;
}
.result-list .h-star label input[type=checkbox]:not(:checked) {
  position: absolute;
  left: 0px;
  top: 2px;
  border: 1px solid #000000;
}
.result-list .h-star label input[type=checkbox]:not(:checked):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #002D61;
}
.result-list .h-star label input[type=checkbox]:checked {
  position: absolute;
  left: 0px;
  top: 2px;
}
.result-list .h-star label input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #002D61;
}
.result-list .h-star label input[type=checkbox]:checked:after {
  content: "";
  transform: rotate(45deg) scale(1);
  opacity: 1;
  width: 4px;
  height: 9px;
  border: solid #E41B23;
  border-width: 0 1px 1px 0;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 2px;
  left: 6px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.result-list .included-text {
  font-size: 12px;
  line-height: 22px;
}
.result-list .price {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .result-list .price {
    padding-top: 10px;
  }
}
.result-list .price .text {
  font-size: 12px;
  line-height: 14px;
  color: #545454;
}
.result-list .price .currency {
  font-size: 14px;
  line-height: 24px;
}
.result-list .price .amount {
  font-size: 20px;
  line-height: 24px;
}

.amenities-n-others {
  background-color: #ebf2fe;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 767px) {
  .amenities-n-others {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.package-amenities {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .package-amenities {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.package-amenities span {
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .package-amenities span {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .package-amenities span {
    margin-right: 20px;
  }
}
.package-amenities i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 1px;
}
.package-amenities i img {
  max-width: 32px;
  max-height: 32px;
}
.package-amenities .more span {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 0 5px 0;
  }
}
.btns a {
  line-height: 37px;
  height: 37px;
}

.pagination {
  background: #F6F7FA;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    width: 100%;
    min-width: 100%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.page-numbers {
  position: relative;
  left: 32px;
}
.page-numbers ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-numbers ul a {
  width: 22px;
  height: 22px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  border: 0.5px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  color: #002d61;
}
.page-numbers ul a.active {
  background-color: #002d61;
  color: #ffffff;
}
.page-numbers .prev, .page-numbers .next {
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 0.5px solid #C5C5C5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 0px;
  left: -32px;
}
.page-numbers .prev:before, .page-numbers .next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #929292;
  border-left: 2px solid #929292;
  transform: rotate(-45deg);
  margin-top: -3px;
  margin-left: -3px;
  left: 50%;
}
.page-numbers .next {
  left: auto;
  right: -32px;
}
.page-numbers .next:before {
  transform: rotate(135deg);
  margin-left: -5px;
}

.goto-page {
  font-size: 13px;
  line-height: 15px;
}
.goto-page input {
  width: 29px;
  height: 29px;
  border: 0.5px solid #707070;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.goto-page button {
  border: 0;
  outline: 0;
  height: 29px;
  background-color: #002d61;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  padding: 0 12px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .goto-page span {
    display: none;
  }
}

.package-points h2 {
  font-size: 18px;
  line-height: 21px;
  margin: 15px 0px;
}
.package-points h3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.package-points h4 {
  font-size: 14px;
  line-height: 24px;
}
.package-points p {
  line-height: 26px;
  font-size: 14px;
  margin-top: 0.3125rem;
}
.package-points ul {
  list-style-position: inside;
  font-size: 14px;
  padding-left: 0.625rem;
  margin-bottom: 15px;
}
.package-points ul li {
  margin-bottom: 0.325rem;
  line-height: 25px;
}
.package-points ol {
  list-style-position: inside;
  font-size: 14px;
  padding-left: 0.625rem;
  margin-bottom: 15px;
  margin-top: 10px;
}
.package-points ol li {
  margin-bottom: 0.325rem;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .package-why-book .inner {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.package-why-book .col-l {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f50003;
  font-size: 22px;
  line-height: 26px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  border-right: 3px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .package-why-book .col-l {
    font-size: 20px;
    padding: 15px 0;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-right: 0;
    border-bottom: 3px solid #ffffff;
  }
  .package-why-book .col-l br {
    display: none;
  }
}
.package-why-book .col-r {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background: #002d61;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .package-why-book .col-r {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
.package-why-book .col-r-col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1607843137);
  padding-left: 30px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .package-why-book .col-r-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.package-why-book .title {
  font-size: 16px;
  line-height: 24px;
}
.package-why-book p {
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .package-why-book p {
    padding-bottom: 0.625rem;
  }
}

.package-by-tags .h3-title {
  font-size: 20px;
  line-height: 60px;
}
.package-by-tags .tags {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .package-by-tags .tags {
    padding-bottom: 6px;
  }
}
.package-by-tags .tags:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.package-by-tags .badge {
  cursor: pointer;
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  display: inline-block;
}

.faq h3 {
  font-size: 24px;
  line-height: 60px;
  color: #05173c;
}

.accordion_tabbody {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accordion_tab_cont {
  line-height: 0;
  cursor: pointer;
  margin-bottom: 15px;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .accordion_tab_cont {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accordion_tab_cont {
    width: 100%;
  }
}
.accordion_tab_cont .accordion {
  line-height: 1;
  padding: 18px 15px 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  background: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .accordion_tab_cont .accordion {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 15px;
  }
}
.accordion_tab_cont .accordion i {
  margin-right: 10px;
  border-radius: 1px;
  width: 16px;
  height: 17px;
  background: rgba(13, 71, 161, 0.4901960784);
}
.accordion_tab_cont .accordion i:before, .accordion_tab_cont .accordion i:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 3px;
  transform: rotate(90deg);
  transition: 0.5s;
  top: 7px;
}
.accordion_tab_cont .accordion i:after {
  transform: rotate(0);
}
.accordion_tab_cont .accordion.is-open i:before {
  opacity: 0;
}
.accordion_tab_cont .accordion_content {
  display: inline-block;
  margin: 0;
  transition: 0.5s;
  line-height: 25px;
  max-height: 0;
  background-color: #ffffff;
  width: 100%;
}
.accordion_tab_cont .accordion_content.show {
  padding-top: 15px;
}
.accordion_tab_cont .accordion_content p {
  color: #212121;
  padding: 0px 15px 0px 15px;
}

.modal {
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .modal {
    padding-top: 50px;
    display: flex;
    align-items: end;
  }
}

.modal-content {
  width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 10px 10px 40px 10px;
  }
}

.get-quotes-popup .modal-content {
  width: 768px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-popup .modal-content {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .get-quotes-popup .modal-content {
    width: 95%;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  right: -32px;
  top: -2px;
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .close {
    right: 0;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .close {
    right: 0;
    top: -30px;
  }
}
.close:before, .close:after {
  position: absolute;
  left: 11px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.close:hover,
.close:focus {
  cursor: pointer;
}

.get-quotes-title {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

.get-quotes-form {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-form {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .get-quotes-form ul li {
    margin-bottom: 10px;
  }
}
.get-quotes-form label {
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-form label {
    font-size: 12px;
    line-height: 12px;
  }
}
.get-quotes-form input[type=text],
.get-quotes-form input[type=tel],
.get-quotes-form input[type=number],
.get-quotes-form select {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 45px;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-form input[type=text],
  .get-quotes-form input[type=tel],
  .get-quotes-form input[type=number],
  .get-quotes-form select {
    height: 40px;
  }
}
.get-quotes-form .check label {
  padding-left: 24px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.get-quotes-form .package-name {
  font-size: 18px;
  line-height: 24px;
}
.get-quotes-form .duration {
  font-size: 14px;
  line-height: 19px;
}
.get-quotes-form .package-img {
  width: 100%;
  max-width: 334px;
  height: 276px;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-form .package-img {
    display: none;
  }
}
.get-quotes-form .c-code {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  width: 40%;
}
.get-quotes-form .m-number {
  border-left: 0 !important;
  width: 60%;
  border-radius: 0 3px 3px 0 !important;
}

.col-get-qoutes-l {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .col-get-qoutes-l {
    width: 100%;
  }
}
.col-get-qoutes-l li {
  margin-bottom: 5px;
}

.col-get-qoutes-r {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .col-get-qoutes-r {
    background: #f5f5f5;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
    width: 100%;
  }
}

.motheholidays {
  display: none;
  background-color: #08183b;
  border-radius: 5px;
  padding: 15px;
  margin: 20px 0px;
}
.motheholidays p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .motheholidays {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .enteryourcontact {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .get-quotes-form-btn {
    padding-top: 5px;
  }
}
.get-quotes-form-btn button {
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 5px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 50px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .get-quotes-form-btn button {
    width: 100%;
    position: static;
    bottom: 0px;
    left: 0;
    border-radius: 0px;
  }
}
.get-quotes-form-btn .or {
  background-color: #ebf2fe;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.get-quotes-form-btn .callus {
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-form-btn {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .get-quotes-form-btn .col-get-qoutes-r {
    background: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .get-quotes-form-btn .col-get-qoutes-r .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-top: 10px;
  }
}

.get-quotes-popup .modal-body {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .get-quotes-popup .modal-body {
    padding-bottom: 5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 14px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 14px;
  }
}
footer * {
  font-family: "Roboto", sans-serif;
}

.footer-sprite-img, .footer-white-top .netbanking, .footer-white-top .americanexp, .footer-white-top .master, .footer-white-top .jcb, .footer-white-top .visa, .footer-white-top .dss, .footer-white-top .godaddy, .connectus .in, .connectus .tw, .connectus .fb {
  background-image: url(https://c.regencyholidays.com/cms/images/theme/regency_footer-sprite.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .footer-grey {
    padding: 5px 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.connectus {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-right: 160px;
}
@media only screen and (max-width: 767px) {
  .connectus {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .connectus {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .connectus .col-r {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.connectus .col-f {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .connectus .col-f {
    padding-bottom: 6px;
  }
  .connectus .col-f label {
    margin: 0 0 -6px 0;
  }
}
.connectus label {
  font-size: 16px;
  line-height: 26px;
}
.connectus i {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .connectus i {
    margin-top: 8px;
  }
}
.connectus .fb {
  width: 14px;
  height: 21px;
  background-position: -62px -144px;
}
.connectus .tw {
  background-position: -84px -144px;
  width: 24px;
  height: 21px;
}
.connectus .in {
  background-position: -147px -144px;
  width: 21px;
  height: 21px;
}

.r-slogan {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.r-slogan blockquote {
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .r-slogan blockquote {
    margin: 10px 50px 0 50px;
  }
}
.r-slogan blockquote:before, .r-slogan blockquote:after {
  font-size: 30px;
  letter-spacing: -1.9px;
  position: absolute;
  color: #000000;
}
.r-slogan blockquote:before {
  left: -28px;
  content: "❛❛";
  top: 6px;
}
.r-slogan blockquote:after {
  border: 0;
  right: 0;
  bottom: -6px;
  top: auto !important;
  left: auto;
  content: "❜❜";
}

@media only screen and (max-width: 767px) {
  .c-address {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-address {
    text-align: center;
  }
}

.footer-white-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-white-top {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-white-top div {
    margin-bottom: 20px;
  }
}
.footer-white-top i {
  display: inline-block;
  margin-left: 10px;
}
.footer-white-top .godaddy {
  width: 152px;
  height: 36px;
  background-position: 0 -1px;
  margin-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.footer-white-top .dss {
  width: 146px;
  height: 36px;
  background-position: -158px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.footer-white-top .visa {
  width: 72px;
  height: 22px;
  background-position: -8px -47px;
}
.footer-white-top .jcb {
  width: 30px;
  height: 22px;
  background-position: -92px -47px;
}
.footer-white-top .master {
  width: 29px;
  height: 22px;
  background-position: -136px -47px;
}
.footer-white-top .americanexp {
  width: 45px;
  height: 22px;
  background-position: -173px -47px;
}
.footer-white-top .netbanking {
  width: 75px;
  height: 22px;
  background-position: -226px -47px;
}

.footer-white-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-white-bottom {
    padding-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-white-bottom div {
    margin-top: 5px;
  }
}

.customPopupdesign .modal-content {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .customPopupdesign .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .result-sorting {
    flex-wrap: wrap;
  }
}
.result-sorting h3 {
  font-weight: 800;
}
.result-sorting .sorting {
  color: #595959;
}
@media only screen and (max-width: 1024px) {
  .result-sorting .sorting {
    position: fixed;
    top: auto;
    bottom: 0px;
    height: auto;
    left: 0;
    width: 100%;
    padding: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .result-sorting .sortby {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sortby ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sortby ul li label {
    padding: 10px;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .result-list ul li a .img-desc-sec {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .result-list ul li a .img-desc-sec .img-sec {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .result-list ul li a .img-desc-sec .img-sec img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
  }
}
.result-list ul li .btns button {
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .result-list ul li .btns button {
    width: 100%;
  }
}
.result-list ul li .btns button.viewdetailsbtn {
  background-color: #ffffff;
  cursor: pointer;
}
.result-list ul li .listingPackagesContent {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .result-list ul li .listingPackagesContent {
    width: 100%;
    flex-direction: row;
    padding: 0px 0px;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .result-list ul li .listingPackagesContent .names-n-others {
    width: 60%;
    flex: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .result-list ul li .listingPackagesContent .price {
    width: 40%;
  }
}

.package-list-filter .close-filter-btn-bar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .package-list-filter .close-filter-btn-bar {
    display: block;
  }
}
.package-list-filter .close-filter-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .package-list-filter .close-filter-btn {
    display: block;
  }
}

.on-ms {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .on-ms {
    display: block;
  }
}

.accordion_tab_cont i {
  position: absolute;
  left: 10px;
}
.accordion_tab_cont .accordion {
  padding-left: 36px !important;
}

.amenities-n-others button {
  cursor: pointer;
  outline: none;
}

.read_less {
  display: block;
  overflow: hidden;
  height: auto;
  transition: height 0.3s ease;
  line-height: 26px;
  font-size: 14px;
}

.read_more {
  display: block;
  height: 55px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
}

.pagination ul li a {
  cursor: pointer;
}

.locationName ul {
  display: flex;
  gap: 10px;
  list-style: none;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
.locationName ul li {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  border: none;
  position: relative;
}
.locationName ul li span {
  color: #e41b23;
}
.locationName ul svg {
  position: absolute;
  top: -2px;
  left: 0;
}
.locationName h5 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #000000;
}
.locationName h5 span {
  color: #e41b23;
  display: block;
  border: none;
}

.actualdiscountprice {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .actualdiscountprice {
    flex-wrap: wrap;
    gap: 0px 2px;
  }
}
.actualdiscountprice .actualamount {
  font-size: 16px;
  line-height: 24px;
  color: #05173c;
}
.actualdiscountprice .actualamount span {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .actualdiscountprice .actualamount span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .actualdiscountprice .actualamount {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.actualdiscountprice .discountprice {
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.actualdiscountprice .discountprice::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e41b23;
  position: absolute;
  top: 14px;
  left: 0;
  rotate: 5deg;
}
.actualdiscountprice .discountprice span {
  font-size: 14px;
  font-weight: 700;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .actualdiscountprice .discountprice span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .actualdiscountprice .discountprice {
    font-size: 16px;
  }
}

.savemoney {
  background-color: #d1f0dd;
  color: #0faf52;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 5px;
  display: inline-block;
  border: 1px solid #0faf52;
}
@media only screen and (max-width: 767px) {
  .savemoney {
    font-size: 12px;
  }
}
.savemoney span {
  font-size: 12px !important;
}


.skeleton-wrapper {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.skeleton-box{
width: 100%;
}

.skeleton-image {
  width: 320px;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-text {
  width: 100%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
  margin-bottom: 10px;
}

.skeleton-text.short {
  width: 60%;
  margin-bottom: 10px;
}


@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

.skeleton-image,
.skeleton-text {
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f5f5f5 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
}


