.text-000000 {
  color: #000000;
}

.text-008089 {
  color: #008089;
}

.text-00575e {
  color: #00575e;
}

.alignCenter {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.clear-both {
  clear: both;
}

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

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.border-0 {
  border: 0;
}

.outline-none {
  outline: none;
}

.cursor-p {
  cursor: pointer;
}

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

/*start here postion section */
.positionRelative {
  position: relative;
}

/*end here postion section */
.d-none {
  display: none;
}

.md-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.dFlex {
  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;
}

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

.justifyContentbetween {
  -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;
}

.alignItemscenter {
  -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;
}

/*start here margin class*/
.mlAuto {
  margin-left: auto;
}

.mrAuto {
  margin-right: auto;
}

/*end here margin class*/
/*start here form field section*/
.formControls {
  display: block;
  width: 100%;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #05173c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c3cad9;
  border-radius: 8px;
  height: 45px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
.formControls:focus {
  outline: none;
  border: 1px solid #c3cad9;
  border-radius: 8px;
}
.formControls::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.formControls::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.formControls::placeholder {
  color: #959ead;
}

/*end here form field section*/
/*start here button css*/
.btn {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

/*end here button css */
.button_progress {
  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) !important;
  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) !important;
  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) !important;
  background-repeat: repeat !important;
  -webkit-background-size: 15px 15px, 100% 100% !important;
  -moz-background-size: 15px 15px, 100% 100% !important;
  -ms-background-size: 15px 15px, 100% 100% !important;
  -o-background-size: 15px 15px, 100% 100% !important;
  background-size: 15px 15px, 100% 100% !important;
  -webkit-animation: progress-bar-stripes 2s linear infinite !important;
  -moz-animation: progress-bar-stripes 2s linear infinite !important;
  -ms-animation: progress-bar-stripes 2s linear infinite !important;
  -o-animation: progress-bar-stripes 2s linear infinite !important;
  animation: progress-bar-stripes 2s linear infinite !important;
  cursor: default;
}
.button_progress: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) !important;
  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) !important;
  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) !important;
  background-repeat: repeat !important;
  -webkit-background-size: 15px 15px, 100% 100% !important;
  -moz-background-size: 15px 15px, 100% 100% !important;
  -ms-background-size: 15px 15px, 100% 100% !important;
  -o-background-size: 15px 15px, 100% 100% !important;
  background-size: 15px 15px, 100% 100% !important;
  -webkit-animation: progress-bar-stripes 2s linear infinite !important;
  -moz-animation: progress-bar-stripes 2s linear infinite !important;
  -ms-animation: progress-bar-stripes 2s linear infinite !important;
  -o-animation: progress-bar-stripes 2s linear infinite !important;
  animation: progress-bar-stripes 2s linear infinite !important;
}

@-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;
  }
}
footer {
  position: relative;
  z-index: 9;
}

.gap10 {
  gap: 10px;
}

.social_media_icon {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.social_media_icon li a i {
  background-image: url(https://c.regencyholidays.com/cms/images/theme/regency_footer-sprite.png);
}
.social_media_icon li a i.facebook {
  background-position: -62px 29px;
  width: 14px;
  height: 21px;
  display: inline-block;
}
.social_media_icon li a i.twitter {
  background-position: -84px 29px;
  width: 24px;
  height: 21px;
  display: inline-block;
}
.social_media_icon li a i.instagram {
  background-position: -147px 29px;
  width: 21px;
  height: 21px;
  display: inline-block;
}
.social_media_icon li a i.linkedin {
  background-position: -117px 29px;
  width: 22px;
  height: 21px;
  display: inline-block;
}

.footer_Menu {
  background-color: #f8f8f8;
  padding: 60px 0px 95px 0px;
}
@media only screen and (max-width: 767px) {
  .footer_Menu {
    padding: 20px 0 0px 0;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .footer_Menu .container {
    padding: 0px;
  }
}
.footer_Menu .footer_nav_link {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer_Menu .footer_nav_link {
    background-color: #fff;
  }
}
.footer_Menu .footer_nav_link .footer_nav_tab {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .footer_Menu .footer_nav_link .footer_nav_tab {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    width: 75%;
  }
}
.footer_Menu .footer_nav_link .footer_nav_tab::-webkit-scrollbar {
  display: none;
}
.footer_Menu .footer_nav_link .footer_nav_tab li {
  font-size: 16px;
  line-height: 21px;
  color: #343a40;
  font-weight: 550;
  margin-bottom: 10px;
  border-bottom: 2.5px solid #e6e6e6;
  padding-right: 35px;
  cursor: pointer;
  font-weight: 600;
  flex-shrink: 0;
}
.footer_Menu .footer_nav_link .footer_nav_tab li:nth-child(n+5) {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_Menu .footer_nav_link .footer_nav_tab li {
    padding-right: 15px;
  }
}
.footer_Menu .footer_nav_link .footer_nav_tab li span {
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 15px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .footer_Menu .footer_nav_link .footer_nav_tab li span {
    border-bottom: none;
  }
}
.footer_Menu .footer_nav_link .footer_nav_tab li.active {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer_Menu .footer_nav_link .footer_nav_tab li.active {
    border-bottom: 2px solid #00808a;
  }
}
.footer_Menu .footer_nav_link .footer_nav_tab li.active span {
  position: relative;
}
.footer_Menu .footer_nav_link .footer_nav_tab li.active span::after {
  content: "";
  background-color: #00808a;
  height: 2.5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .footer_Menu .footer_nav_link .footer_nav_tab li.active span::after {
    display: none;
  }
}

.footer-tab-box .footer-tab-section .footer_active {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section .footer_active {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section .footer_active .footer-sub-menu-pnl {
    height: 40px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section .footer_active .footer-sub-menu-pnl.mobactive {
    height: auto;
  }
}
.footer-tab-box .footer-tab-section .footer_active .footer-sub-menu-pnl.mobactive h6::after {
  transform: rotate(45deg);
}
.footer-tab-box .footer-tab-section .footer_active h6 {
  font-size: 14px;
  color: #242424;
  line-height: 19px;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section .footer_active h6 {
    margin-top: 0;
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    background-color: #f7f8fb;
    padding: 0 15px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section .footer_active h6:after {
    content: "";
    top: 13px;
    right: 15px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: 0 0;
    text-indent: -9999px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
  }
}
.footer-tab-box .footer-tab-section .footer-tab-d-none {
  display: none;
}
.footer-tab-box .footer-tab-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
  width: 100%;
  padding-left: 0px;
  display: grid;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-tab-box .footer-tab-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .footer-tab-box .footer-tab-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-tab-box .footer-tab-section ul li {
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-tab-box .footer-tab-section ul li {
    padding-left: 15px;
  }
}
.footer-tab-box .footer-tab-section ul li a {
  color: #242424;
  font-size: 14px;
  text-decoration: none;
}

.footer_mid_sec {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .footer_mid_sec {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_mid_sec .container {
    padding: 0;
  }
}
.footer_mid_sec .footer_contact_us {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  top: -55px;
  padding: 28px;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_mid_sec .footer_contact_us {
    flex-wrap: wrap;
    top: 0;
    justify-content: space-between;
    padding: 20px 28px 28px;
    gap: 20px;
    width: 100%;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_mid_sec .footer_contact_us {
    flex-wrap: wrap;
    top: 0;
    justify-content: center;
    padding: 8px 28px 28px;
    width: 90%;
    margin: 10px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_mid_sec .footer_contact_us .footer_box_contact {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_mid_sec .footer_contact_us .footer_box_contact.socialMediaIconmobile {
    display: none;
  }
}
.footer_mid_sec .footer_contact_us .footer_box_contact h5 {
  font-size: 16px;
  line-height: 26px;
  color: #505050;
}
.footer_mid_sec .footer_contact_us .footer_box_contact p {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #2a2a2a;
}

.footer_img_icon {
  width: 50px;
  height: 50px;
  border: 2px solid #002d61;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  padding: 2px 2px 0 2px;
}
.footer_img_icon .footer_support_icon {
  background-image: url(https://c.regencyholidays.com/cms/images/theme/regency_search-sprite-img.png);
  background-position: -295px 83px;
  width: 40px;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #b81a52;
  border-radius: 100%;
}

.footer_bottom_sec {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(10px, auto);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_bottom_sec {
    margin-top: 25px;
  }
}
.footer_bottom_sec .footer_bottom_box_left {
  position: relative;
}
.footer_bottom_sec .footer_bottom_box_left .footer_bottom_link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(10px, auto);
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box {
    overflow: hidden;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box.active {
    overflow: hidden;
    height: auto;
  }
}
.footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box.active h5:after {
  transform: rotate(-316deg);
}
.footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box h5 {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box h5 {
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    background-color: #f7f8fb;
    padding: 0 15px;
    position: relative;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box h5:after {
    content: "";
    top: 13px;
    right: 15px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: 0 0;
    text-indent: -9999px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
  }
}
.footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul {
    padding-left: 15px;
    flex-wrap: wrap;
  }
}
.footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul li {
  margin-bottom: 10px;
  float: none;
  width: 100%;
}
.footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul li a {
  font-size: 14px;
  color: #000;
}
.footer_bottom_sec .footer_bottom_box_right {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_bottom_sec .footer_bottom_box_right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_right {
    padding-left: 0;
  }
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_bottom_sec .footer_bottom_box_right .download_app_qr_code {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec {
    padding-top: 22px;
  }
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec h6 {
  font-size: 24px;
  color: #000000;
  font-weight: normal;
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 8px;
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec ul {
  display: flex;
  gap: 10px;
  list-style: none;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec ul {
    justify-content: center;
  }
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec ul li a i {
  background: var(--flagImgUrl);
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec ul li a i.play_store {
  background-position: -150px 48px;
  width: 147px;
  height: 44px;
  display: inline-block;
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .downloadapp_sec ul li a i.ios_store {
  background-position: 0 48px;
  width: 149px;
  height: 44px;
  display: inline-block;
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .scan_qr_code {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .scan_qr_code {
    display: none;
  }
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .scan_qr_code p {
  font-size: 16px;
  color: #242424;
}
.footer_bottom_sec .footer_bottom_box_right .download_app_qr_code .scan_qr_code .scan_qr_icon {
  height: 112px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://c.regencyholidays.com/cms/images/theme/regency_search-sprite-img.png);
  background-position: -227px -3px;
  background-repeat: no-repeat;
  width: 112px;
}
.footer_bottom_sec .footer_bottom_box_right .social_media_lang {
  display: none;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer_bottom_sec .footer_bottom_box_right .social_media_lang {
    padding: 0px 15px;
    justify-content: center;
    display: flex;
  }
}
.footer_bottom_sec .footer_bottom_box_right .social_media_lang .global_link {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}

.footer_bottom_pnl {
  padding: 20px 0px;
  background-color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_bottom_pnl {
    padding-bottom: 80px;
  }
}
.footer_bottom_pnl p {
  color: #505050;
  font-size: 14px;
  line-height: 26px;
}
.footer_bottom_pnl h6 {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.footer_bottom_pnl h6 a {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.footer_bottom_secure_accept {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_bottom_secure_accept {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom_secure_accept {
    display: none;
  }
}
.footer_bottom_secure_accept h6 {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
}
.footer_bottom_secure_accept .footer_secure_by ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.footer_bottom_secure_accept .footer_secure_by ul li i {
  background-image: url(https://c.regencyholidays.com/cms/images/theme/regency_footer-sprite.png);
}
.footer_bottom_secure_accept .footer_secure_by ul li i.verified_secured {
  width: 113px;
  height: 35px;
  display: inline-block;
  background-position: 0 -1px;
  border-radius: 3px;
  background-size: 243px 162px;
}
.footer_bottom_secure_accept .footer_secure_by ul li i.certified_by {
  background-position: -158px 0;
  width: 140px;
  height: 36px;
  display: inline-block;
  border-radius: 3px;
  background-size: 299px 164px;
}
.footer_bottom_secure_accept .footer_we_accept_by ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i {
  background-image: url(https://c.regencyholidays.com/images/footer-sprite.webp);
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i.visa {
  background-position: -8px -31px;
  width: 52px;
  height: 22px;
  display: inline-block;
  background-size: 202px 127px;
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i.mastercard {
  background-position: -136px -47px;
  width: 29px;
  height: 22px;
  display: inline-block;
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i.american_express {
  background-position: -173px -47px;
  width: 45px;
  height: 22px;
  display: inline-block;
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i.netbanking {
  background-position: -226px -47px;
  width: 75px;
  height: 22px;
  display: inline-block;
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i.unionpay {
  background-position: -2px -146px;
  width: 38px;
  height: 22px;
  display: inline-block;
}
.footer_bottom_secure_accept .footer_we_accept_by ul li i.dinor {
  background-position: -272px -147px;
  width: 38px;
  height: 24px;
  display: inline-block;
}
.footer_bottom_secure_accept.footer_bottom_secure_mobile {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .footer_bottom_secure_accept.footer_bottom_secure_mobile {
    display: block !important;
    padding: 0 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-top: 0;
  }
}
.footer_bottom_secure_accept.footer_bottom_secure_mobile h6 {
  text-align: center;
}
.footer_bottom_secure_accept.footer_bottom_secure_mobile ul {
  justify-content: center;
}

.calltoaction {
  background-color: #002d61;
  color: #fff;
  font-size: 18px;
  padding: 15px 18px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.call_to_best_deals {
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .call_to_best_deals {
    display: block;
  }
}
.call_to_best_deals img {
  height: 110px;
}
.call_to_best_deals h6 {
  font-size: 17px;
  line-height: 20px;
  color: #302d2e;
}
.call_to_best_deals p {
  font-size: 13px;
  line-height: 15px;
  color: #302d2e;
  margin-bottom: 10px;
}
.call_to_best_deals h5 {
  font-size: 23px;
  line-height: 27px;
  color: #302d2e;
  margin-bottom: 5px;
}
.call_to_best_deals .calltoaction {
  padding: 12px 10px;
  font-size: 14px;
  width: auto;
  display: block;
  border: none;
}
@media only screen and (max-width: 767px) {
  .call_to_best_deals .calltoaction {
    margin: auto;
    border: none;
  }
}

.footer_nav_btn {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 65px;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .footer_nav_btn {
    right: 15px;
    display: flex !important;
  }
}
.footer_nav_btn .footer_left_nav_btn {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  cursor: pointer;
}
.footer_nav_btn .footer_left_nav_btn:after {
  content: "";
  top: 7px;
  right: 5px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: 0 0;
  text-indent: -9999px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-45deg);
}
.footer_nav_btn .footer_right_nav_btn {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.footer_nav_btn .footer_right_nav_btn:after {
  content: "";
  top: 7px;
  right: 8px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: 0 0;
  text-indent: -9999px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(135deg);
}

.mh-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
}

.mh-popup-show {
  background-color: #fff;
  padding: 20px;
  width: 500px;
  z-index: 9;
  transition: 0.5s ease-out;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  -webkit-animation: getQuotes_bar__r8sYI 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .mh-popup-show {
    width: 100% !important;
    left: 0;
    transform: inherit;
    top: auto;
    bottom: 0;
  }
}

.mh-popup-heading {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 32px;
  color: #002d61;
}
@media only screen and (max-width: 767px) {
  .mh-popup-heading {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}

.mh-popup-form {
  margin-top: 15px;
}

.mh-popup-form .wdinput:not(:last-child) {
  margin-bottom: 15px;
  position: relative;
}

.mh-popup-form .wdinput input {
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #383d41;
  height: 43px;
  width: 100%;
  padding-left: 35px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.mh-popup-form .wdinput label {
  width: 100%;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.mh-popup-form .wdinput input:focus {
  border: 1px solid #e6e6e6;
  outline: none;
}

.wdinput button {
  background-color: #002d61;
  border-radius: 3px;
  color: #fff;
  outline: none;
  padding: 10px 8px;
  border: 1px solid #002d61;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-weight: 550;
  width: 100%;
}

.wdinput svg {
  position: absolute;
  left: 10px;
  top: 15px;
}

.mh-selec-facility {
  position: absolute;
  top: 43px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  z-index: 9;
  max-height: 160px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .mh-selec-facility {
    top: -120px;
  }
}

.mh-selec-facility ul {
  list-style: none;
}

.mh-selec-facility ul li {
  height: 40px;
  padding: 0px 10px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  cursor: pointer;
}

.mh-selec-facility ul li:hover {
  background-color: #002d61;
  color: #fff;
}

.phonenumbercode {
  position: absolute;
  top: 0;
  width: 92px;
}

.phonenumberinput input {
  padding-left: 100px !important;
}

.phonenumbercode input {
  padding-left: 35px !important;
  cursor: pointer;
}

.wdinput [placeholder="Looking For ..."] {
  padding-left: 10px !important;
  text-transform: capitalize;
}

.heading-section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .heading-section {
    text-align: center;
  }
}

.closebtnsec {
  position: absolute;
  right: -15px;
  top: -18px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .closebtnsec {
    background-color: #05173c;
    position: absolute;
    left: 0px;
    top: -47px;
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    cursor: pointer;
    right: 0;
    margin: auto;
  }
}

.closebtnicon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .closebtnicon:after {
    background-color: #ffffff;
    left: 12px;
    top: 4px;
  }
}

.closebtnicon:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #000;
  transform: rotate(45deg);
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .closebtnicon:before {
    background-color: #ffffff;
    left: 12px;
    top: 4px;
  }
}

.SelectableSearch {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.SelectableSearch input {
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #383d41;
  height: 43px;
  width: 100%;
  padding-left: 35px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SelectableSearch ul {
  list-style: none;
}
.SelectableSearch ul li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.SelectableSearch ul li:hover {
  background-color: #002d61;
  color: #fff;
}

.phoneNumber {
  padding-left: 95px !important;
}

.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;
}

#showlistinp {
  padding-left: 15px !important;
}

.footer-tab-box .footer-tab-section ul li a:hover {
  color: #f50003;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .get-quotes-popup .modal-content {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    animation-duration: auto !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .get-quotes-popup .modal-content .close {
    background-color: #fff;
    border-radius: 50%;
    top: -36px;
    right: -10px;
    border: 1px solid #ddd;
    left: 0;
    margin: auto;
    opacity: 40%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .get-quotes-popup .modal-content .close::before {
    top: 5px;
    left: 12px;
    width: 3px;
    height: 16px;
    background-color: #000000;
    position: absolute;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .get-quotes-popup .modal-content .close::after {
    top: 5px;
    left: 12px;
    width: 3px;
    height: 16px;
    background-color: #000000 !important;
    position: absolute;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .get-quotes-popup .motheholidays {
    margin: 5px 0;
    padding: 5px 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .get-quotes-popup .get-quotes-form {
    padding-top: 0;
  }
}