@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");
@import "../slick.min.css";
@import "../slick-theme.min.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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;
}

.breadcrumb-item {
  padding-right: 0.325rem;
  color: #002D61;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-item {
    line-height: 20px;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.325rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.325rem;
  color: inherit;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-share {
    -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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-share .share span:first-child {
    margin-left: 0;
  }
}

.share-icons button {
  outline: none;
  transition: all 0.15s ease-out;
}

.h2-title {
  font-size: 20px;
  line-height: 24px;
}

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

.full-overview-text-full {
  height: auto;
  overflow: auto;
}

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

.overview-text {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
@media only screen and (max-width: 767px) {
  .overview-text {
    padding-right: 0;
    padding-top: 1.25rem;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overview-text {
    padding-right: 0;
    padding-top: 1.25rem;
    margin-right: 0;
  }
}

.save-money {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.save-money .save-outer {
  border: 10px solid rgba(0, 200, 83, 0.1);
}
@media only screen and (max-width: 767px) {
  .save-money .save-outer {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .save-money .save-outer {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 5px 0px 0 0;
  }
}
.save-money .save-money-title {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
.save-money .save-money-text {
  color: #000000;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .half-treasure {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .half-treasure {
    display: block;
  }
}

.highlights li {
  width: 46%;
  padding-right: 4%;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .highlights li {
    width: 100%;
    padding-right: 0;
  }
}
.highlights li i {
  margin-top: 4px;
}

.media-list .dots {
  background: #545454;
  outline: 4px solid #ffffff;
  left: 0;
  z-index: 4;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 5px;
}
.media-list li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: -5px;
  width: 0;
  border-right: 1px solid #545454;
  z-index: 5;
}
.media-list li:last-child {
  padding-bottom: 0;
}
.media-list li:last-child .media-body {
  border-bottom: 0;
  padding-bottom: 0;
}
.media-list .media-body {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 767px) {
  .media-list .media-body {
    margin-left: 1.25rem;
  }
}
.media-list .daycount {
  left: -3.75rem;
  font-size: 14px;
  color: #545454;
}
.media-list .title-heading {
  font-size: 14px;
}
.media-list .badge-list {
  padding-top: 14px;
}
.media-list .badge-list:empty {
  display: none;
}
.media-list .badge {
  border: 1px solid #9a9a9a;
  border-radius: 50px;
  font-size: 12px;
  padding: 3px 12px;
  color: #9a9a9a;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 8px;
}
.media-list .day-desc a {
  margin-right: 12px;
}
.media-list .day-desc a:last-child {
  margin-right: 0;
}
.media-list .day-desc img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 166px;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .media-list .day-desc-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .day-desc-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
  }
  .day-desc-img a{
    margin:10px 0 0;
  }
  .media-list .day-desc img{
    height: auto;
    width: 90px;
  }
}
.media-list .active .daycount, .media-list .active .title-heading {
  color: #002d61;
  font-weight: bold;
}
.media-list .active .dots {
  background: #002d61;
  outline: 4px solid #DEEAFF;
  z-index: 6 !important;
}

.box-treasure {
  padding: 15px;
}
.box-treasure.withredbg {
  padding-bottom: 30px;
}

.days-wise-hotels {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .days-wise-hotels {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .days-wise-hotels .hotels-row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.days-wise-hotels .days-count {
  font-size: 16px;
  line-height: 19px;
}
.days-wise-hotels .location {
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.days-wise-hotels .col-h {
  width: 343px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .days-wise-hotels .col-h {
    margin-right: 15px;
  }
}
.days-wise-hotels .col-h img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 343px;
  height: 188px;
}

.h-name {
  font-size: 18px;
  line-height: 21px;
}

.h-address {
  font-size: 14px;
  line-height: 16px;
}

.room-details {
  padding: 10px 0;
  height: 200px;
  overflow-y: auto;
}

.cancellation .accordion_tab_cont .accordion i:before, .cancellation .accordion_tab_cont .accordion i:after {
  background-color: #002d61;
}

.call-back {
  padding: 0px 15px 0 15px;
  background: #002d61;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .call-back {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.call-back .col-l {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .call-back .col-l {
    padding-top: 20px;
  }
  .call-back .col-l p {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .call-back .col-l {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .call-back .col-l div, .call-back .col-l p {
    padding-right: 190px;
    padding-bottom: 10px;
  }
}
.call-back .col-r {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .call-back .col-r {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .call-back .col-r {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 0;
  }
}
.call-back .col-r-l {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
@media only screen and (max-width: 767px) {
  .call-back .col-r-l {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .call-back .col-r-l {
    margin-top: 10px;
  }
}
.call-back .col-r-l a {
  display: inline-block;
  padding: 0 30px;
  height: 51px;
  line-height: 51px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  color: #505050;
  font-size: 14px;
  text-decoration: none;
}
.call-back .col-r-r {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 767px) {
  .call-back .col-r-r {
    padding: 15px 0;
  }
}

.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;
  overflow: hidden;
  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: 15px 15px 0px 15px;
}
.accordion_tab_cont .accordion_content ul {
  color: #212121;
  padding-left: 35px;
}
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;
  }
}

html {
  scroll-padding-top: 300px;
  scroll-behavior: smooth;
}

/*Start here banner section*/
body {
  background-color: #ececec;
}

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

.bannerSectionDetails {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .bannerSectionDetails {
    grid-template-columns: 1fr;
    display: grid;
  }
}
.bannerSectionDetails .package-banner {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .bannerSectionDetails .package-banner {
    width: 100%;
  }
}
.bannerSectionDetails .package-banner .mainImg img {
  width: 100%;
  display: none;
}
.bannerSectionDetails .package-banner .mainImg img:first-child {
  display: block;
}
.bannerSectionDetails .package-banner .bannerthumStrip {
  position: absolute;
  top: auto;
  bottom: 0px;
  padding:10px;
  left: 0px;
  background-color: #05173C;
  width: 100%;
  bottom: 0px;
  padding:10px;
  left: 0px;
  background-color: #05173C;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner .bannerthumStrip {
    position: relative;
    background-color: #05173C;
    padding: 5px;
  }
}
.bannerSectionDetails .package-banner .bannerthumStrip .thumbnailImg {
  display: flex;
  gap: 10px;
  border-left: 1px solid #ffffff;
  padding-left: 15px;
}
.bannerSectionDetails .package-banner .bannerthumStrip .thumbnailImg img {
  width: 52px;
  height: 52px;
  border-radius: 3px;
  object-fit: cover;
}

.bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities {
    width: 100%;
  }
}
.bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities ul {
  padding-bottom: 5px;
  display: inline-flex;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
  white-space: nowrap;
  gap: 33px;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities ul {
    display: flex;
    flex-wrap: wrap;
    overflow: inherit;
    gap: 10px 15px;
    padding: 5px;
    justify-content: center;
  }
}
.bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities ul::-webkit-scrollbar {
  height: 5px;
}
.bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities ul::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  display: inline-block;
}
.bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities ul li i {
  display: block;
}
.bannerSectionDetails .package-banner .bannerthumStrip.singleImageThumbnail {
  background: #05173C;
  position: absolute;
  content: "";
  width: 100%;
  height: 65px;
  z-index: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner .bannerthumStrip.singleImageThumbnail {
    position: static;
    height: auto;
  }
}
.bannerSectionDetails .package-banner .bannerthumStrip.singleImageThumbnail .bannerAmenities {
  position: relative;
  
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner .bannerthumStrip.singleImageThumbnail .bannerAmenities {
    width: 100%;
    position: static;
  }
}
.bannerSectionDetails .package-banner #fotorama-mainbanner {
  position: relative;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__nav-wrap {
  position: absolute;
  bottom: 0;
  right: 60px;
  padding-left: 10px;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__nav-wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #ffffff;
  left: 0px;
  top: 8px;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__nav-wrap::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__nav-wrap {
    display: block;
  }
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__fullscreen-icon {
  width: 100%;
  margin: 0;
  z-index: 1;
  background-color: transparent;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__fullscreen-icon:after {
  background: #05173C;
  position: absolute;
  content: "";
  width: 100%;
  height: 65px;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__fullscreen-icon:after {
    display: none;
  }
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__fullscreen-icon::before {
  right: 7px;
  top: -4px;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__fullscreen-icon::before {
    content: "More Photos" !important;
    background: #000 !important;
    top: auto;
    bottom: 3px;
  }
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__nav {
  display: flex;
  justify-content: end;
  top: 5px;
  width: auto !important;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__nav__shaft .fotorama__nav__frame:nth-child(n+5) {
  display: none;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__stage {
  width: 100% !important;
  height: 450px !important;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__stage {
    height: 250px !important;
  }
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__stage .fotorama__stage__frame img {
  height: 450px !important;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__stage .fotorama__stage__frame img {
    height: 250px !important;
  }
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__arr {
  display: none !important;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner .fotorama__thumb-border {
  display: none;
}
.bannerSectionDetails .package-banner #fotorama-mainbanner.singleImg .fotorama__fullscreen-icon {
  display: none;
}

.package-header-sticky .package-price {
  margin-top: 0;
  gap: 30px;
}
.package-header-sticky .package-address {
  position: relative;
  padding-left: 20px;
}
.package-header-sticky .package-address span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.package-header-sticky .package-address span i {
  position: absolute;
  left: 0;
}
.package-header-sticky .package-address span a {
  font-size: 14px;
  color: #05173c;
  line-height: 32px;
}
.package-header-sticky .package-address span a span {
  display: inline-block;
  color: #E41B23;
}

.package-sec {
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .package-sec {
    width: 100%;
  }
}
.package-sec .package-intro h1 {
  color: #05173c;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .package-sec .package-intro h1 {
    font-size: 22px;
  }
}
.package-sec .locationMark ul {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  gap: 0px 10px;
  padding-left: 20px;
}
.package-sec .locationMark ul i {
  position: absolute;
  top: 7px;
  left: 0;
}
.package-sec .locationMark ul li {
  font-size: 14px;
  color: #05173c;
  line-height: 32px;
  display: flex;
  gap: 5px;
}
.package-sec .locationMark ul li span {
  color: #E41B23;
}
.package-sec .shortDesc p {
  font-size: 14px;
  line-height: 20px;
  color: #2a2a2a;
  font-weight: normal;
}
.package-sec .package-price {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .package-sec .package-price {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 98;
    box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.1019607843);
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .package-price {
    margin-top: 15px;
    position: static;
    padding: 0;
  }
}
.package-price .price-bar .amount {
  font-size: 24px;
  color: #2a2a2a;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 0;
}
.package-price .price-bar .amount span {
  font-size: 16px;
  line-height: 29px;
}
.package-price .price-bar .sharing {
  font-size: 13px;
  color: #05173c;
}
.package-price .price-bar .hotelincluded {
  font-size: 12px;
  color: #05173c;
}

.enquiryNowBtn {
  margin-left: auto;
}
.enquiryNowBtn a {
  background-color: #e41b23;
  color: #e41b23;
  width: 188px;
  height: 48px;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px !important;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .enquiryNowBtn a {
    width: 120px;
  }
}

/* The container */
.h-star {
  gap: 0;
  margin-top: 5px;
  flex-wrap: wrap;
}
.h-star .hotelincluded {
  width: 100%;
  font-size: 13px;
  color: #05173c;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .h-star .hotelincluded {
    height: auto;
    margin-bottom: 5px;
  }
}
.h-star .defaultcheckbox {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.h-star .defaultcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.h-star .defaultcheckbox input:checked ~ .checkmark {
  border: 1px solid #002d61;
  background-color: #ffffff;
}
.h-star .defaultcheckbox input:checked ~ .checkmark:after {
  display: block;
}
.h-star .defaultcheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #eee;
}
.h-star .defaultcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #e41b23;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.h-star img {
  height: 50px;
}

.packageMenuNavbar {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 92px;
  z-index: 9;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .packageMenuNavbar {
    top: 0;
  }
}
.packageMenuNavbar .navbarPackages {
  display: flex;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .packageMenuNavbar .navbarPackages {
    overflow: auto;
    padding-left: 12px;
  }
}
.packageMenuNavbar .navbarPackages a {
  cursor: pointer;
}
.packageMenuNavbar .navbarPackages a span {
  color: #343a40;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.packageMenuNavbar .navbarPackages a.active {
  position: relative;
}
.packageMenuNavbar .navbarPackages a.active span {
  font-weight: 550;
  cursor: pointer;
}
.packageMenuNavbar .navbarPackages a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b81a52;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.packageMenuNavbar .navbarPackages a:hover {
  position: relative;
}
.packageMenuNavbar .navbarPackages a:hover span {
  font-weight: 550;
  cursor: pointer;
}
.packageMenuNavbar .sharIconbtn {
  border-radius: 15px;
  border: 1px solid #00545a;
  padding: 8px 12px;
  margin-right: 15px;
  display: flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .packageMenuNavbar .sharIconbtn {
    bottom: 0px;
    margin-right: 0;
    right: 5px;
    background-color: #ffffff;
    margin-left: 10px;
  }
}
.packageMenuNavbar .sharIconbtn .shareIconsList {
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  top: 32px;
  justify-content: center;
  z-index: 9;
  background-color: #fff;
  padding: 5px;
}
.packageMenuNavbar .sharIconbtn .shareIconsList .listIconSharing {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .packageMenuNavbar .sharIconbtn span {
    display: none;
  }
}

.packagesSectionGrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .packagesSectionGrid {
    grid-template-columns: 1fr;
    gap: 0;
    flex-wrap: wrap;
    display: flex !important;
  }
}
.packagesSectionGrid .packageContentBox {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.border-top-dddddd .h2-title{
  margin-top: 10px;
}
.itearnaryPnl{
  padding-bottom: 10px;
} 
.inclusionsec{
  padding-bottom: 10px;
}
.exceclusionspnl{
  padding-bottom: 10px;
}
.cancellationPolicy{
  padding-bottom: 10px;
}
.faqsection {
  background-color: #ffffff;
  padding: 10px;
}
.faqsection h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #05173c;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .faqsection h3 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

.packageSideBar {
  width: 384px;
}
@media only screen and (max-width: 767px) {
  .packageSideBar {
    width: 100%;
    margin-top: 15px;
  }
}

.includeHotel {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
.includeHotel h3 {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.includeHotelItem .includeHotelImg {
  overflow: hidden;
  border-radius: 5px;
}
.includeHotelItem .includeHotelImg img {
  width: 100%;
  object-fit: cover;
  height: 188px;
}
.includeHotelItem .includeHotelName {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin-top: 20px;
}
.includeHotelItem .includeHotelName h3 {
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
  font-weight: bold;
}
.includeHotelItem .includeHotelName .dayNightInclude {
  text-align: right;
}
.includeHotelItem .includeHotelName .dayNightInclude p {
  background-color: #e3f2fd;
  font-size: 14px;
  color: #343a40;
  line-height: 20px;
  display: inline-block;
  border-radius: 16px;
  padding: 5px 10px;
}
.includeHotelItem .includeHoteRating {
  margin: 5px 0px;
}
.includeHotelItem .includeHoteRating ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.includeHotelItem .includeHoteRating ul li svg {
  width: 16px;
  height: 16px;
}
.includeHotelItem .includingHotelLocation {
  position: relative;
}
.includeHotelItem .includingHotelLocation p {
  font-size: 14px;
  color: #05173c;
  line-height: 32px;
  padding-left: 18px;
  font-weight: 500;
}
.includeHotelItem .includingHotelLocation p svg {
  position: absolute;
  left: 0;
  top: 7px;
}

.hotelIncludeSliderPnl .slick-prev {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -18px;
  right: 40px;
  left: auto;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.hotelIncludeSliderPnl .slick-prev::before {
  display: none;
}
.hotelIncludeSliderPnl .slick-prev::after {
  content: " ";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
  position: absolute;
  left: 9px;
  top: 7px;
}
.hotelIncludeSliderPnl .slick-next {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -18px;
  right: 3px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.hotelIncludeSliderPnl .slick-next::before {
  display: none;
}
.hotelIncludeSliderPnl .slick-next::after {
  content: " ";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
  position: absolute;
  right: 9px;
  top: 7px;
}

.includeHotelNote {
  background-color: #fffde7;
  border: 1px solid #ffb74d;
  padding: 10px;
  margin-top: 0px;
}
.includeHotelNote p {
  color: #545454;
  font-size: 12px;
  line-height: 24px;
}

.whyRegencyHolidays {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
}
.whyRegencyHolidays h3 {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.whyRegencyHolidays .whyregencyHolidaysList .whyRegencyHolidaysListBox {
  display: flex;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  gap: 10px;
}
.whyRegencyHolidays .whyregencyHolidaysList .whyRegencyHolidaysListBox:last-child {
  margin-bottom: 0;
}
.whyRegencyHolidays .whyregencyHolidaysList .whyRegencyHolidaysListBox.trustedBox {
  background-color: rgba(41, 121, 255, 0.0509803922);
}
.whyRegencyHolidays .whyregencyHolidaysList .whyRegencyHolidaysListBox.travelPartnerBox {
  background-color: rgba(243, 132, 21, 0.0509803922);
}
.whyRegencyHolidays .whyregencyHolidaysList .whyRegencyHolidaysListBox.relaibleSupportbox {
  background-color: rgba(255, 234, 0, 0.1019607843);
}
.whyRegencyHolidays .whyregencyHolidaysList .whyRegencyHolidaysListBox.securePaymentbox {
  background-color: rgba(15, 175, 82, 0.0509803922);
}

.needHelpForm {
  background-color: #ffffff;
  margin-top: 20px;
}
.needHelpForm .needhelpFormHeading {
  padding: 15px;
  border-bottom: 2px solid #ececec;
}
.needHelpForm .needhelpFormHeading h3 {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.needHelpForm .needhelpFormHeading p {
  color: #05173c;
  font-size: 14px;
  line-height: 17px;
}
.needHelpForm .needHelopFormsection {
  padding: 15px;
}
.needHelpForm .needHelopFormsection .needHelpInput {
  position: relative;
  margin-bottom: 10px;
  height: 43px;
  background-color: #f8f8f8;
}
.needHelpForm .needHelopFormsection .needHelpInput input {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  height: 43px;
  font-size: 14px;
  color: #2a2a2a;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.needHelpForm .needHelopFormsection .needHelpInput input::placeholder {
  color: #868686;
}
.needHelpForm .needHelopFormsection .needHelpInput input[required] + label {
  color: #999;
  font-family: Arial;
  font-size: 0.8em;
  position: relative;
  left: 25px;
  top: -30px;
  font-size: 14px;
  z-index: -1px;
}
.needHelpForm .needHelopFormsection .needHelpInput input[required] + label:after {
  content: "*";
  color: red;
}
.needHelpForm .needHelopFormsection .needHelpInput input[required]:valid + label {
  display: none;
}
.needHelpForm .needHelopFormsection .needHelpInput svg {
  position: absolute;
  left: 5px;
  top: 13px;
  width: 15px;
  z-index: 7;
}
.needHelpForm .needHelopFormsection .needHelpInput .countryCodePhone {
  position: absolute;
  top: 0px;
  width: 85px;
  background-color: #f8f8f8;
  z-index: 8;
  left: 0;
}
.needHelpForm .needHelopFormsection .needHelpInput .countryCodePhone .countryCode {
  position: absolute;
  top: 0px;
  width: 85px;
  background-color: #f8f8f8;
  z-index: 99;
}
.needHelpForm .needHelopFormsection .needHelpInput.phoneinputsec {
  padding-left: 68px;
}
.needHelpForm .needHelopFormsection .needHelpInput .dropdownValue {
  width: 354px;
  background-color: #ffffff;
  position: absolute;
  top: 43px;
  border: 1px solid #e6e6e6;
  z-index: 9;
}
.needHelpForm .needHelopFormsection .needHelpInput .dropdownValue input {
  border: none;
  padding-left: 15px;
}
.needHelpForm .needHelopFormsection .needHelpInput .dropdownValue ul {
  list-style: none;
  padding-left: 0px;
  max-height: 250px;
  overflow-y: auto;
}
.needHelpForm .needHelopFormsection .needHelpInput .dropdownValue ul li {
  padding: 15px 15px;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  cursor: pointer;
}
.needHelpForm .needHelopFormsection .needHelpInput .dropdownValue ul li:hover {
  background-color: #05173c;
  color: #ffffff;
}
.needHelpForm .needHelopFormsection .needHelpInput .inputarrowicon {
  content: "";
  background-image: url(https://c.regencyholidays.com/cms/images/theme/regency_down_arrow.png);
  background-position: 100%;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 3px center;
  cursor: pointer;
}
.needHelpForm .needHelopFormsection .needHelpInput .getFreeQuote {
  height: 48px;
  background-color: #e41b23;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.needHelpForm .needHelopFormsection .needHelpInput .getFreeQuote:focus {
  outline: none;
  border: none;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker-wrapper {
  width: 100%;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker-popper {
  width: 100%;
  z-index: 99999;
  transform: inherit !important;
  top: 50px !important;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker {
  width: 100% !important;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__month-container {
  width: 100% !important;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__day-names {
  display: flex;
  justify-content: space-around;
  background: #eef7f8;
  margin-top: 10px;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__week {
  display: flex;
  justify-content: space-around;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__triangle {
  display: none;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__header {
  background-color: #ffffff;
  margin-top: 10px;
  padding-top: 0;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__navigation--previous {
  top: 5px;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__navigation--next {
  top: 5px;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__day--selected {
  background-color: #05173c;
  border-radius: 0 !important;
}
.needHelpForm .needHelopFormsection .needHelpInput .react-datepicker__day:hover {
  background-color: #05173c !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.needHelpForm .needHelopFormsection .needhelpadultChild {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}
.needHelpForm .needHelopFormsection .needhelpadultChild .needadultchildbox .needadultchildlabel label {
  color: #05173c;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.needHelpForm .needHelopFormsection .needhelpadultChild .needadultchildbox .needadultchildlabel label small {
  color: #545454;
  font-size: 10px;
  line-height: 13px;
}
.needHelpForm .needHelopFormsection .needhelpadultChild .needadultchildbox .needaddminusresult {
  display: flex;
  height: 43px;
  border: 1px solid #e6e6e6;
}
.needHelpForm .needHelopFormsection .needhelpadultChild .needadultchildbox .needaddminusresult span {
  border: none;
  background-color: #ffffff;
  width: 35px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.needHelpForm .needHelopFormsection .needhelpadultChild .needadultchildbox .needaddminusresult span:focus {
  outline: none;
  border: none;
}
.needHelpForm .needHelopFormsection .needhelpadultChild .needadultchildbox .needaddminusresult input {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 45px;
  text-align: center;
  background-color: #f8f8f8;
  font-size: 16px;
  color: #05173c;
  font-weight: 500;
}

.similarSection {
  margin-bottom: 0rem;
  background-color: rgba(41, 121, 255, 0.0588235294);
  border-radius: 5px;
  padding: 30px 0px;
}
.similarSection .similarSectionHeadingview {
  padding: 0px 20px;
}
.similarSection .similarSectionHeadingview .similarSectionHeading h2 {
  font-size: 24px;
  line-height: 30px;
}
.similarSection .similarSectionHeadingview .similarSectionHeading p {
  color: #05173c;
  font-size: 16px;
}
.similarSection .similarSectionHeadingview a {
  border: 1px solid #002d61;
  border-radius: 3px;
  padding: 10px 15px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .similarSection .similarSectionHeadingview a {
    display: none;
  }
}
.similarSection .similarSliderSection {
  padding: 0px 10px;
}
.similarSection .similarSliderSection .slick-slider {
  margin: 0 -15px;
}
.similarSection .similarSliderSection .slick-slide {
  padding: 10px;
}
.similarSection .similarSliderSection .slick-arrow {
  background-color: #002d61;
  color: #ffffff !important;
  width: 31px;
  height: 31px;
  z-index: 8;
  top: 0;
  bottom: 0;
  margin: auto;
}
.similarSection .similarSliderSection .slick-arrow.slick-prev {
  left: 19px;
}
.similarSection .similarSliderSection .slick-arrow.slick-next {
  right: 19px;
}
.similarSection .similarSliderSection .slick-arrow:hover {
  color: #ffffff !important;
}
.similarSection .package-name {
  font-size: 18px;
  overflow: hidden;
  height: 45px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.similarSection .package-price {
  margin-top: 0px;
}
.similarSection .package-price .amount {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .overview-text {
    padding-top: 0;
  }
}
.overview-text h2 {
  margin-bottom: 0px;
  font-weight: bold;
}
.overview-text .p-text h1,
.overview-text .p-text h2,
.overview-text .p-text h3,
.overview-text .p-text h4,
.overview-text .p-text h5,
.overview-text .p-text h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}
.overview-text .p-text p a {
  color: #05173c;
  text-decoration: underline;
}

.hotelImg {
  display: flex;
  align-items: center;
}
.hotelImg ul {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
}
.hotelImg ul li svg {
  height: 20px;
}
.hotelImg img {
  height: 30px;
}

.faqsection .accordion_tabbody .accordion_tab_cont {
  width: 100%;
}

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

.dynamic_ul {
  padding-left: 17px;
}

.box-treasure {
  padding: 0;
}

.ititnerary {
  margin-top: 15px;
}

.soldoutbtn {
  color: #ffffff !important;
  border: none !important;
  background: #6a6464 !important;
  cursor: auto;
}

@media only screen and (max-width: 767px) {
  .footer_bottom_pnl {
    padding-bottom: 120px !important;
  }
}

/*********************************************/
.cancellation .p-text {
  color: #000000;
}
.cancellation h3 {
  color: #000000;
}
.cancellation .accordion {
  padding-left: 20px !important;
}
.cancellation .accordion i {
  left: 0;
}

.cancellationPolicy ul li {
  color: #000000;
}
.cancellationPolicy ul li i {
  position: static;
}

.actualdiscountprice {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .actualdiscountprice {
    flex-wrap: wrap;
    gap: 0;
  }
}
@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;
  margin-bottom: 0 !important;
}
.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;
}

.rewardSystem {
  margin-bottom: 15px;
  text-align: center;
}
.rewardSystem img {
  height: 80px;
  width: auto;
}
.rewardSystem h5 {
  font-size: 14px;
  color: #05173C;
  line-height: 17px;
  margin-top: 10px;
}
.rewardSystem p {
  font-size: 14px;
  margin-top: 5px;
  text-align: #000000;
}

.sliderImagebanner{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.bannermorebutton{
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #000000;
  z-index: 98;
  
}
.bannermorebutton button{
width: 80px;
background-color: #000000;
color: #ffffff;
padding: 10px;
border:none;
text-align: center;
line-height: 20px;
cursor: pointer;
}

.packagesBannergallery{
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #000000;
  padding: 15px;
  top: 0;
  z-index: 999;
  display: none;
 

}
.packagesBannergallery.active{
  display: block;
}

.packagesbannerimages{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px; 
}
.packagesBannergallery img{
width: 100%;
}

.bannerclosebtnsec{
display: flex;
justify-content: flex-end;
padding: 10px;
}

.bannerclosebtnsec p{
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.thumbnailImg{
  position: absolute;
  right:100px;
}

.thumbnailImg .thumbnailimages{
display: flex;
gap: 10px;
}

@media only screen and (max-width: 1024px) {
.package-banner img{
  height: 438px;
  object-fit: cover;
}

.sliderImagebanner{
  position: static;
}

.bannermorebutton{
 
  top: -65px;

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

 .bannerSectionDetails .package-banner .bannerthumStrip .bannerAmenities{
    width: 100%;
  }

}

@media only screen and (max-width: 991px) {
.package-price{
  flex-wrap: wrap;
}
.package-price .enquiryNowBtn  {
margin-left: 0;
}

}





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

  .package-banner img{
  height:350px;
}
.packagesbannerimages{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; 
}

.package-price .enquiryNowBtn  {
margin-left: auto;
}


}
.navbarPackagesWrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

