body {
  font-family: "Lato", sans-serif;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #dee2e6;
}

.header.for_search_page {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  padding: 15px 0 75px;
  height: 115px;
  position: relative;
  z-index: auto;
}
.header.for_search_page .inner_header {
  display: flex;
}
.header.for_search_page .inner_header .left_section {
  width: 22.3333333333%;
  text-align: left;
}
.header.for_search_page .inner_header .left_section a {
  font-size: 20px;
}
.header.for_search_page .inner_header .left_section a i {
  color: #b31f24 !important;
}
.header.for_search_page .inner_header .center_section {
  width: 53.3333333333%;
  text-align: center;
}
.header.for_search_page .inner_header .center_section h2 {
  margin-bottom: 0;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.overlapOne_header {
  position: relative;
  z-index: 999;
  margin-top: -55px;
}

.inner_pages_content {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  height: calc(100dvh - 123px);
  overflow-y: auto;
}
.inner_pages_content::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.inner_pages_content .main_subarea {
  padding: 15px;
}

.get_benefits h3 {
  font-size: 1.1rem;
  margin-bottom: 25px;
  font-weight: 700;
}

.home_h3 h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #b31f24;
}

.login_div {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 8px -2px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(243, 243, 243);
  -o-border-image: initial;
     border-image: initial;
  padding: 8px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.login_div .login_desc {
  padding: 15px;
  padding-left: 30px;
}
.login_div .login_desc h4 {
  color: Black;
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 3px;
}
.login_div .login_desc p {
  color: rgb(100, 100, 100);
  font-size: 3vw;
  margin-bottom: 8px;
  font-weight: 500;
  font-style: italic;
}
.login_div:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 0 6px 1px #b31f24;
}

.terms {
  margin-top: 30px;
}
.terms ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
}
.terms ul li img {
  width: 25px;
  margin-right: 10px;
}

.hero_image {
  height: 100px;
  width: 100%;
}
.hero_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ultimate_badge {
  top: -10px;
  right: -10px;
  font-size: 0.75rem;
  background-color: #b31f24;
}

.footer {
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: -1px;
  background: rgb(250, 250, 250);
  z-index: 999;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 8px 15px;
}
.footer ul li {
  text-align: center;
}
.footer ul li a {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(69, 68, 68);
  text-decoration: none;
}
.footer ul li a span {
  display: block;
  color: rgb(61, 60, 60);
  font-size: 3.2vw;
  margin-top: 5px;
  text-transform: uppercase;
}
.footer ul li a img {
  height: 24px;
  width: 24px;
  filter: invert(0%) sepia(7%) saturate(13%) hue-rotate(342deg) brightness(96%) contrast(100%);
}

.exclusive_p {
  margin-top: 20px;
  font-size: 5vw;
  font-weight: 800;
}

.logo {
  height: 32px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobi span {
  font-weight: 600;
}

.bottom_last {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  left: 0;
}
.bottom_last .book_now {
  background: black;
  padding: 10px 0;
}
.bottom_last .book_now .opr {
  margin: 0;
  text-transform: capitalize;
  font-size: 0.7rem;
  color: grey;
}
.bottom_last .book_now .opr_name {
  margin: 0;
  color: #fff;
  font-size: 0.85rem;
}
.bottom_last .book_now .opr_name span {
  color: grey;
  text-transform: uppercase;
}
.bottom_last .book_now .availibility_btn {
  border-radius: 12px;
  border: 0;
  outline: 0;
  background-color: #b31f24;
  color: white;
  font-size: 0.9rem;
  width: 155px;
  height: 40px;
  text-transform: uppercase;
}

.offcanvas.offcanvas-bottomS {
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 60px;
}

.opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.opt .custom-checkbox {
  position: relative;
  width: 100%;
}

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

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23b31f24'/%3E%3C/svg%3E") !important;
}

.form-check-input:checked {
  background-color: white;
  border-color: grey;
  box-shadow: none;
  outline: none;
}

label:has(input[type=radio]:checked) {
  border-color: #b31f24 !important;
  box-shadow: 0 0 0 1px #b31f24;
}
label:has(input[type=radio]:checked) .rightside_txt h4 {
  font-size: 4vw;
  color: #b31f24;
}

.term_condition {
  color: #b31f24;
}

.filter_row .opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.filter_row .opt .custom-checkbox {
  position: relative;
  width: 100%;
}
.filter_row .opt .custom-checkbox .custom-control-label {
  color: #333232;
  font-size: 3.2vw !important;
  padding-top: 2px !important;
  font-weight: 700;
  margin-top: 2px !important;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.filter_row .opt .custom-checkbox .custom-control-label:before {
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: white;
  border: #adb5bd solid 1px;
}
.filter_row .opt .custom-checkbox .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.form_check {
  display: flex;
  align-items: start;
}
.form_check label {
  font-size: 13px;
}
.form_check label a {
  color: #B31F24;
  text-decoration: none;
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin-top: 4px;
  margin-right: 5px;
}
input[type=checkbox]:checked {
  background-color: #B31F24;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #b31f24 !important;
  background-color: #b31f24 !important;
  box-shadow: none;
}

.backdrop .offcanvas-backdrop {
  background-color: rgb(245, 245, 245) !important;
  transition: background-color 0.3s ease;
}
.backdrop .offcanvas.offcanvas-bottom {
  border-radius: 12px;
}

.offhdr_1 {
  justify-content: space-between;
  border-bottom: 1px solid #c3c3c3;
}
.offhdr_1 .fa-times {
  color: #c3c3c3;
  font-size: 26px;
}

.offhdr_body {
  padding-top: 20px;
}

.main_areasub {
  padding: 15px;
}
.main_areasub .jazz_img {
  width: 150px;
}
.main_areasub .jazz_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_main h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #B31F24;
}
.home_main a {
  display: block;
  padding: 11px;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-decoration: none;
  height: 100%;
  position: relative;
}
.home_main a .colored {
  background: linear-gradient(to right, rgb(179, 31, 36) 0%, rgb(90, 16, 18) 100%);
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 10px;
  top: -16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home_main a h4 {
  font-weight: 600;
  color: #000;
  font-size: 5vw;
}
.home_main a h4 small {
  font-weight: 400;
  /* font-style: italic; */
  display: block;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 2px;
  font-style: normal;
}

.jazz_cash a {
  margin-top: 15px;
  padding-top: 20px;
}

.sub_viambl {
  color: #b31f24;
  font-size: 5vw;
  margin-bottom: 25px;
}
.sub_viambl h3 {
  font-weight: 700;
}

.mbl_nmbr .form-control {
  height: 60px;
}
.mbl_nmbr .otp_input .form-control:focus {
  box-shadow: 0 0 6px 1px #b31f24;
}

.otp-text {
  color: #b31f24;
  text-underline-offset: 3px;
}

.otp-input {
  width: 25%;
  height: 60px;
  text-align: center;
  font-size: 24px;
  margin-right: 10px;
}

.subscribe-btn {
  background: #b31f24 !important;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: block;
  color: white !important;
  font-weight: bold;
  padding: 10px 30px;
  margin: 20px auto 0px;
  font-size: 0.9rem;
  border-radius: 8px;
}

.mbl_screen {
  padding-top: 0;
}
.mbl_screen .main_cont {
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  padding: 10px;
  border-radius: 0px 0px 12px 12px;
}

.card-custom {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 1rem;
}

.accordion-button::after {
  margin-left: auto;
}

.accordion-button {
  box-shadow: none !important;
  outline: none !important;
}

.section-heading {
  font-size: 1.25rem;
  font-weight: 600;
}

.faq-header {
  font-weight: bold;
  margin-top: 2rem;
}

.faq-accent {
  border-left: 4px solid #b31f24;
  padding-left: 0.5rem;
}

.pay-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #000 !important;
}

.accordion-body {
  padding: 0;
}

.last_offcnvs {
  color: rgb(100, 100, 100);
  padding: 10px;
}

.accordion-button {
  padding: 10px;
  font-weight: 800;
}

.acco_btn {
  height: 40px;
}

.accordion-body ul li::marker {
  color: #b31f24;
}

.accordion-button {
  font-size: 4.3vw;
}

.accordion .accordion-body {
  font-size: 4vw;
}

.accordion .accordion-body ul li {
  font-size: 4vw;
}

.accordion-button::after {
  filter: invert(16%) sepia(79%) saturate(4651%) hue-rotate(350deg) brightness(74%) contrast(87%);
  background-size: 1rem;
}

.accordion .accordion-item + .accordion-item {
  margin-top: 1rem;
}

.accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion .accordion-item:first-of-type {
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 12px 12px 12px 12px;
}

.down_area {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
  padding-bottom: 70px !important;
}
.down_area::-webkit-scrollbar {
  display: none;
}

.asked_qstn {
  position: relative;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 800;
  text-align: center;
}

.asked_qstn::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 5px;
  height: 4px;
  color: #b31f24;
  background: currentColor;
}

.asked_qstn::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 4px;
  bottom: -5px;
  background: currentColor;
}

.asked_qstn::before {
  left: 0;
}

.asked_qstn::after {
  left: 8px;
}

.of_hder {
  border-bottom: 1px solid #c3c3c3;
}
.of_hder .crss {
  margin-top: -22px;
}
.of_hder .fa-times {
  color: #c3c3c3;
  font-size: 26px;
}

.offcanvas-title {
  font-weight: 700;
}
.offcanvas-title .selected_1 {
  color: #c3c3c3;
  font-size: 3.5vw;
}

.rightside_txt h4 {
  font-size: 4vw;
  font-weight: 800;
}

.left_sidetxt span {
  font-size: 3.5vw;
  font-weight: 800;
}

.popular_pick {
  background: #FFC619;
  color: black;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 10px;
  top: -16px;
  position: absolute;
  left: 20%;
  transform: translateX(-50%);
}

.ultimate_svr {
  background: #b31f24;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 10px;
  top: -16px;
  position: absolute;
  left: 20%;
  transform: translateX(-50%);
}

.pplr_grp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem !important;
  margin-bottom: 10px;
  margin-top: 25px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.perk-card {
  box-shadow: 0 0 6px 0px #b31f24;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
.perk-card .card_header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 15px;
}
.perk-card .card_header .cardhdr_img {
  width: 40px;
}
.perk-card .card_header .cardhdr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.perk-card .card_header h3 {
  font-size: 4vw;
  margin-bottom: 0;
  font-weight: 700;
}
.perk-card .card_header h3 .exective_flgt {
  color: #b31f24;
  font-weight: 800;
}
.perk-card .card_body ul {
  padding: 17px;
  margin: 0;
}
.perk-card .card_body ul li {
  color: rgb(100, 100, 100);
  font-size: 3.3vw;
}
.perk-card .card_body ul li::marker {
  color: #b31f24;
}
.perk-card .card_body .card_para {
  color: rgb(100, 100, 100);
  font-size: 3.3vw;
  margin-top: 1rem;
}
.perk-card .card_footer {
  border-top: 1px solid #c3c3c3;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
  justify-content: end;
}
.perk-card .card_footer .btn-explore {
  border: 2px solid #b31f24;
  color: #b31f24;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}
.perk-card .card_footer .btn-explore:hover {
  background-color: #b31f24;
  color: #fff;
}

.btn-explore:hover {
  background-color: #b31f24;
  color: #fff;
}

.highlight-box {
  background-color: #FFFAEC;
  border: 2px solid #b31f24;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  display: flex;
  gap: 20px;
}
.highlight-box .img_div {
  margin-top: -17px;
}
.highlight-box .have_saved {
  color: #b31f24;
  font-size: 3.8vw;
  font-weight: 800;
}
.highlight-box .sub_fee {
  font-size: 3.1vw;
  font-weight: 800;
}

.your_perk {
  position: relative;
  display: inline-block;
  font-size: 4.5vw;
  font-weight: 800;
  text-align: center;
  color: #b31f24;
}
.your_perk::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 5px;
  height: 4px;
  color: #b31f24;
  background: currentColor;
}
.your_perk::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 4px;
  bottom: -5px;
  left: 8px;
  color: black;
  background: currentColor;
}

.failure_screen {
  position: relative;
  background: url("../images/sorry.png") no-repeat center center;
  background-size: cover;
  padding: 10px;
  border-radius: 0 0 12px 12px;
  height: 68dvh;
}
.failure_screen .txt_success {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: #b31f24;
  font-size: 8vw;
}

.success_screen {
  position: relative;
  background: url("../images/1.png") no-repeat center center;
  background-size: cover;
  padding: 10px;
  border-radius: 0 0 12px 12px;
  height: 68dvh;
}
.success_screen .txt_success {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: #b31f24;
  font-size: 8vw;
}

.subscribedto_msfr {
  text-align: center;
  margin-top: 10px;
}
.subscribedto_msfr .text_sub {
  font-size: 6vw;
  color: rgb(100, 100, 100);
}
.subscribedto_msfr .text_sub .strong_txt {
  font-weight: 800;
  margin-left: 5px;
  color: #b31f24;
}

.grey_btn {
  background-color: grey !important;
}

.clear-amount {
  text-decoration: line-through;
  text-decoration-color: #B31F24;
  text-decoration-thickness: 1.5px;
}

.btn-close:focus {
  box-shadow: 0 0 0.2rem 0.25rem rgba(179, 31, 36, 0.7);
}

#message {
  color: #b31f24;
  margin-top: 27px;
  font-size: 0.9rem;
  font-weight: bold;
}

body.for_native_version .noPadding_native .container-fluid,
body.for_native_app .noPadding_native .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body.for_native_version .noPadding_native .inner_pages_content,
body.for_native_app .noPadding_native .inner_pages_content {
  height: calc(100dvh - 0px);
}
body.for_native_version .noPadding_native .overlapOne_header,
body.for_native_app .noPadding_native .overlapOne_header {
  margin-top: 0px !important;
}

.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
}
.timer h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}

.otp_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}
.otp_wrap h6 {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

.mobile_balance .form_check {
  display: flex;
}
.mobile_balance .form_check label {
  font-size: 14px;
}
.mobile_balance .form_check label a {
  color: #b31f24;
}
.mobile_balance .form_check .form-check-input {
  height: 0.8em;
  width: 0.8em;
}
.mobile_balance .form_check .form-check-input:checked {
  background-color: #b31f24 !important;
}

.offers {
  margin-top: 30px;
  padding: 0 15px;
}

.offers h4 {
  color: #B31F24;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 18px;
  font-weight: 700;
}

.offers ul {
  padding: 0;
}

.offers ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.offers ul li span {
  margin-right: 25px;
  flex: 0 0 10%;
}

.offers ul li span img {
  width: 35px;
  height: 27px;
}

.offers ul li p {
  color: #646464;
  font-size: 14px;
}

.offers ul li p strong {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}

.subNow-images {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .offers ul li span {
    margin-right: 11px;
    flex: 0 0 7%;
  }
  .offers ul li span img {
    width: 28px;
    height: 21px;
  }
  .offers ul li p strong {
    font-size: 14px;
  }
  .offers ul li p {
    font-size: 3.5vw;
  }
}
.subs_header {
  display: none;
}/*# sourceMappingURL=style.css.map */