@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");
.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;
  }
}
.overlayNeedPopup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.overlayNeedPopup .needHelpPopup {
  background-color: #ffffff;
  width: 768px;
}
.overlayNeedPopup .needHelpPopup.sidebarPopup {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup.sidebarPopup {
    width: 100% !important;
    height: auto;
    bottom: 0;
  }
}
.overlayNeedPopup .needHelpPopup.sidebarPopup .popupautoscroll {
  overflow: auto;
  padding: 20px;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup.sidebarPopup .popupautoscroll {
    height: auto;
    padding: 5px !important;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup .needHelpPopupHeading {
    text-align: center;
  }
}
.overlayNeedPopup .needHelpPopup .needHelpPopupHeading h3 {
  color: #e41b23;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  direction: ltr;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup .needHelpPopupHeading h3 {
    font-size: 20px;
    color: #1e2022;
    margin-bottom: 0;
  }
}
.overlayNeedPopup .needHelpPopup .needHelpPopupHeading p {
  font-size: 16px;
  line-height: 19px;
  color: #05173c;
  text-align: left;
  direction: ltr;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup .needHelpFormFlex {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex {
  margin-top: 22px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput {
    margin-bottom: 5px !important;
  }
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput label {
  width: 100%;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput input {
  height: 50px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 17px;
  color: #383d41;
  padding-left: 40px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput input::placeholder {
  color: #868686;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput input.phoneNumber {
  padding-right: 95px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput input.arrowicon {
  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 10px center;
  cursor: pointer;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput input.alertInput {
  border: 1px solid #F50003;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput svg {
  position: absolute;
  left: 12px;
  top: 18px;
  z-index: 1;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .submitEnquirybtn {
  background-color: #e41b23;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .submitEnquirybtn:focus {
  border: none;
  outline: none;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .countryCode {
  position: absolute;
  top: 0;
  width: 80px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .countryCode input {
  padding-left: 35px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .dropdownValue input {
  padding-left: 10px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .dropdownValue ul {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  z-index: 2;
  position: absolute;
  width: 100%;
  border: 1px solid #dddddd;
  overflow-y: auto;
  max-height: 250px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .dropdownValue ul li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 15px;
  font-weight: 550;
  cursor: pointer;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .dropdownValue ul li:hover {
  background-color: #002d61;
  color: #ffffff;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex {
  display: flex;
  gap: 30px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger h5 {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger h5 span {
  color: #8f8f8f;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger {
  display: flex;
  border: 1px solid #e6e6e6;
  justify-content: space-around;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger span {
  height: 45px;
  border-radius: 3px;
  width: 34px;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger span:focus {
  border: none;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger span.plusbtn:after {
  content: "";
  position: absolute;
  background: #000000;
  left: 50%;
  top: 17px;
  bottom: 4px;
  width: 2px;
  transform: translateX(-50%);
  height: 12px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger span.plusbtn:before {
  content: "";
  position: absolute;
  background: #000000;
  top: 51%;
  left: 10px;
  right: 10px;
  height: 2px;
  transform: translateY(-50%);
  width: 14px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger span.minusbtn:before {
  content: "";
  position: absolute;
  background: #000000;
  top: 51%;
  left: 10px;
  right: 10px;
  height: 2px;
  transform: translateY(-50%);
  width: 14px;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger span:focus {
  outline: none;
  border: none;
  background-color: #f8f8f8;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput.needinputFlex .needHelpaddPassenger .needihelpbtnpassendger h6 {
  height: 45px;
  width: 50px;
  background-color: #ffffff;
  font-size: 16px;
  color: #05173c;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .alertMsg p {
  color: #F50003;
  font-size: 10px;
  margin: 5px 0px;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .needHelpInput .alertMsg p {
    margin: 0;
  }
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .secondStep h3 {
  color: #e41b23 !important;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}
.overlayNeedPopup .needHelpPopup .needHelpFormFlex .needHelpFormSection .secondStep p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .overlayNeedPopup .needHelpPopup .needFormImg {
    display: none;
  }
}
.overlayNeedPopup .needHelpPopup .needFormImg img {
  width: 100%;
  border-radius: 5px;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName {
  margin-top: 15px;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName h4 {
  font-size: 18px;
  line-height: 22px;
  color: #05173c;
  text-align: left;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 550;
  display: flex;
  align-items: center;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName .centerLocationMark {
  position: relative;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName .centerLocationMark ul {
  list-style: none;
  display: flex;
  padding-left: 20px;
  gap: 10px;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName .centerLocationMark ul a {
  color: #05173c;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName .centerLocationMark ul a span {
  color: #e41b23;
}
.overlayNeedPopup .needHelpPopup .needFormImg .packagesName .centerLocationMark svg {
  position: absolute;
  top: 0;
  left: 0;
}

.policycheck {
  display: flex;
  justify-content: center;
}
.policycheck .policychecbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.policycheck .policychecbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.policycheck .policychecbox input:checked ~ .checkmark:after {
  display: block;
}
.policycheck .policychecbox .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.policycheck .policychecbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid #e41b23;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
}

.whymyHolidasSec {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .whymyHolidasSec {
    display: none;
  }
}
.whymyHolidasSec .whymyHolidaysHeading {
  text-align: center;
  margin-bottom: 15px;
}
.whymyHolidasSec .whymyHolidaysHeading h5 {
  font-size: 18px;
  line-height: 22px;
  color: #05173c;
}
.whymyHolidasSec .whymyHolidaysHeading p {
  font-size: 14px;
  line-height: 22px;
  color: #05173c;
}
.whymyHolidasSec .whyMyHolidaysgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  grid-auto-rows: minmax(15px, auto);
  margin-top: 15px;
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox {
  display: flex;
  gap: 20px;
  padding: 10px 5px;
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox.securebox {
  background-color: rgba(15, 175, 82, 0.0509803922);
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox.reliablebox {
  background-color: rgba(255, 234, 0, 0.1019607843);
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox.trustedbox {
  background-color: rgba(41, 121, 255, 0.0509803922);
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox.partnerbox {
  background-color: rgba(243, 132, 21, 0.0509803922);
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox .whyMyHolidaysContent h6 {
  font-size: 16px;
  font-weight: bold;
}
.whymyHolidasSec .whyMyHolidaysgrid .whyMyHolidaysBox .whyMyHolidaysContent p {
  font-size: 14px;
  line-height: 22px;
  color: #05173c;
}

.closeBtn {
  background-color: #05173c;
  position: absolute;
  left: -24px;
  top: 0;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  cursor: pointer;
}
.closeBtn:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .closeBtn {
    top: -32px;
    right: 0;
    margin: auto;
    left: 0;
  }
}
.closeBtn i.closePopup {
  position: absolute;
  top: 5px;
  left: -5px;
}
.closeBtn i.closePopup::before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.closeBtn i.closePopup::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.centerpopup {
  margin: auto;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .centerpopup {
    width: 100% !important;
    top: auto;
    bottom: 0;
  }
}
.centerpopup .whymyHolidasSec {
  display: none;
}
.centerpopup .closeBtn {
  left: auto;
  right: 10px;
  background-color: #ebf2fe;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .centerpopup .closeBtn {
    background-color: #05173c;
    position: absolute;
    left: 0px;
    top: -32px;
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    cursor: pointer;
  }
}
.centerpopup .closeBtn .closePopup::before {
  background-color: #05173c;
}
@media only screen and (max-width: 767px) {
  .centerpopup .closeBtn .closePopup::before {
    background-color: #ffffff;
  }
}
.centerpopup .closeBtn .closePopup::after {
  background-color: #05173c;
}
@media only screen and (max-width: 767px) {
  .centerpopup .closeBtn .closePopup::after {
    background-color: #ffffff;
  }
}
.centerpopup.centerpopupwithoutimage {
  width: 480px;
}
.centerpopup.centerpopupwithoutimage .needHelpFormFlex {
  grid-template-columns: 1fr;
}

.needHelpInput label {
  width: 100%;
}
.needHelpInput .react-datepicker-wrapper {
  width: 100%;
}
.needHelpInput .react-datepicker-popper {
  width: 100%;
  z-index: 99999;
  transform: inherit !important;
  top: 50px !important;
}
.needHelpInput .react-datepicker {
  width: 100% !important;
}
.needHelpInput .react-datepicker__month-container {
  width: 100% !important;
}
.needHelpInput .react-datepicker__day-names {
  display: flex;
  justify-content: space-around;
  background: #eef7f8;
  margin-top: 10px;
}
.needHelpInput .react-datepicker__week {
  display: flex;
  justify-content: space-around;
}
.needHelpInput .react-datepicker__triangle {
  display: none;
}
.needHelpInput .react-datepicker__header {
  background-color: #ffffff;
  margin-top: 10px;
  padding-top: 0;
}
.needHelpInput .react-datepicker__navigation--previous {
  top: 5px;
}
.needHelpInput .react-datepicker__navigation--next {
  top: 5px;
}
.needHelpInput .react-datepicker__day--selected {
  background-color: #05173c;
  border-radius: 0 !important;
}
.needHelpInput .react-datepicker__day:hover {
  background-color: #05173c !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
  .needHelpInput input {
    font-size: 14px !important;
    transform: scale(1) !important;
  }
  .needHelpInput input:focus {
    font-size: 14px !important;
    transform: scale(1) !important;
  }
  .needHelpInput textarea {
    font-size: 14px !important;
    transform: scale(1) !important;
  }
  .needHelpInput textarea:focus {
    font-size: 14px !important;
    transform: scale(1) !important;
  }
  .needHelpInput select {
    font-size: 14px !important;
    transform: scale(1) !important;
  }
  .needHelpInput select:focus {
    font-size: 14px !important;
    transform: scale(1) !important;
  }
}

.ScrollClose {
  overflow: hidden;
}

.savecoupon {
  margin: 15px 0px;
}
.savecoupon h3 {
  color: #002d61;
  font-size: 18px;
  font-weight: bold;
}
.savecoupon h3 span {
  color: #f50003;
}

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