/* Reset default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basic typography */
body {
  font-family: "Lexend", sans-serif;
  line-height: 1.6;
  color: #1b1b1b;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: #0a044b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

p {
  color: #242c35;
}
.lp_header {
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  transition: 0.4s all ease;
  z-index: 1;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.logo_header {
  width: 180px;
  /*Defaultlogosize*/transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lp_header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.lp_header.fixed .logo_header {
  width: 70px; /* Smaller logo on scroll */
}
.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 125px;
}
.banner_heading {
  font-size: 35px;
}
.banner_subheading {
  font-size: 16px;
  font-weight: 400;
  margin: 25px 0;
  padding: 0 0 25px 0;
  position: relative;
}
.banner_subheading::after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background: #6e6e6e;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.button_design_a {
  width: 330px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9600;
  border-radius: 35px;
  color: #fff;
  font-size: 15px;
  margin: 45px auto 0;
}
.button_design_a img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 0 0 10px;
}
.button_design_a:hover img {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.offer_banner {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  z-index: 3;
}
.offer_banner_inr {
  max-width: 535px;
  margin-left: auto;
  background: #ffe5c1;
  border-radius: 8px;
  padding: 20px 27px;
  display: flex;
  align-items: flex-start;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.offer_banner_inr p {
  margin: 0;
  font-size: 15px;
}
.offer_banner_inr span {
  background: #fff;
  padding: 3px 11px;
  margin-left: 10px;
  color: #1b1b1b;
  font-size: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 12.8px 0 rgba(255, 150, 0, 0.25);
  border: 1px solid #ff9600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.sec_a_boxes {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 20px;
}
.sec_a_boxes figure {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 20px;
}
.sec_a_boxes p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  margin: 7px 0 0 0;
  color: #616161;
}
.sec_a_boxes h6 {
  font-size: 16px;
  font-weight: 500;
}
.sec_a_boxes figure img {
  width: 100%;
}
.title_para {
  font-size: 16px;
  font-weight: 300;
  color: #616161;
}
.title_h2 {
  font-size: 38px;
}
.swiper_one_box figure {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
.swiper_one_box {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.swiper_one_boxcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  transform: translateY(83%);
  -webkit-transform: translateY(83%);
  -moz-transform: translateY(83%);
  -ms-transform: translateY(83%);
  -o-transform: translateY(83%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius:20px;
  -webkit-border-radius:20px ;
  -moz-border-radius:20px ;
  -ms-border-radius:20px ;
  -o-border-radius:20px ;
  overflow: hidden;
}
.swiper_one_boxcaption h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.swiper_one_boxcaption p {
  color: #fff;
  margin: 11px 0 0 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}
.swiper_one_box:hover .swiper_one_boxcaption {
	  border-radius:20px;
  -webkit-border-radius:20px ;
  -moz-border-radius:20px ;
  -ms-border-radius:20px ;
  -o-border-radius:20px ;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  background: rgba(0, 0, 0, 0.5);
}
.swiper_one_next,
.swiper_three_next,
.swiper_two_next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 0 0;
}
.swiper_one_next {
  display: none;
}
.swiper_one_next .swiper-button-prev::after,
.swiper_one_next .swiper-button-next::after,
.swiper_two_next .swiper-button-prev::after,
.swiper_two_next .swiper-button-next::after,
.swiper_three_next .swiper-button-prev::after,
.swiper_three_next .swiper-button-next::after {
  font-size: 0;
}
.swiper_one_next .swiper-button-prev,
.swiper_one_next .swiper-button-next,
.swiper_two_next .swiper-button-prev,
.swiper_two_next .swiper-button-next,
.swiper_three_next .swiper-button-prev,
.swiper_three_next .swiper-button-next {
  position: unset;
  margin: 0;
  width: 45px;
  height: 45px;
  margin: 0 5px;
}
.swiper_one_next .swiper-button-prev,
.swiper_two_next .swiper-button-prev,
.swiper_three_next .swiper-button-prev {
  background: url(../images/prev_swiper.svg) no-repeat center center;
  background-size: cover;
}

.swiper_one_next .swiper-button-next,
.swiper_two_next .swiper-button-next,
.swiper_three_next .swiper-button-next {
  background: url(../images/next_swiper.svg) no-repeat center center;
  background-size: cover;
}
.swiper_three_next {
	margin: 0;
}
.swiper-pagination {
	position: unset;
	width: auto !important;
}
.swiper-pagination .swiper-pagination-bullet{
	position: unset;
	background: #D9D9D9;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #FF9600;
}
.swiper_bullet_andnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: 35px auto 0;
}
.sec_c_box_wrap {
  display: flex;
  max-width: 1200px;
  gap: 60px;
  margin: 0 auto;
  width: 100%;
}
.sec_c_box h4 {
  font-size: 18px;
  margin: 15px 0 10px 0;
}
.sec_c_box p {
  font-weight: 300;
}
.img_move_wrapper {
  position: relative;
  margin: 0 auto;
}
.sec_c_box {
  flex: 1;
  position: relative;
}
.img_move_wrapper .img_move {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease;
  will-change: transform;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  -ms-transition: transform 0.1s ease;
  -o-transition: transform 0.1s ease;
}

 .sec_c_box {
	background-size: 100% !important;
	padding: 46px 52px;
}
.sec_c::after {
  content: "";
  display: block;
  height: 100%;
  width: 94.3%;
  background: #f5f6f0;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  border-radius: 25px;
}
.swiper_two_box figure {
  border-radius: 15px 15px 0 0;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
.button_design_a.book_now_one {
	width: 167px;
	height: 50px;
	margin: 20px auto 0;
}
.swiper_two_box p {
  margin: 0;
  padding: 15px 12px;
  background: #fff;
  font-size: 17px;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
}
.accordion .accordion-button img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin: 0 10px 0 0;
}
.accordion .accordion-button {
  color: #000;
  font-size: 16px;
  border-radius: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  padding: 15px 0;
}
.accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.accordion-button::after {
  background: url(../images/acr_plus.svg) no-repeat center center;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.accordion-button:not(.collapsed)::after {
  background: url(../images/acr_close.svg) no-repeat center center;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.img_right_padd {
  padding-right: 45px;
}
.swiper_three_box {
	background: #F5F6F0;
	padding: 35px;
	border-radius: 12px;
	min-height: 260px;
}
.swiper_three_box p {
	font-weight: 300;
	font-size: 14px;
	color: #1B1B1B;
}
.swiper_three_box h3 {
	color: #FF9600;
	font-size: 14px;
}
#accordionFaq {
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}
#accordionFaq .accordion-item {
	padding: 0 25px;
	background: #FBFAF9;
	border-radius: 12px;
	margin: 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#accordionFaq .accordion-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.accordion .accordion-body p {
	font-weight: 300;
	color: #1B1B1B;
	font-size: 14px;
}
.sec_g_book {
	padding: 50px 30px;
	background: #FEEA94 url(../images/book_app_bg.svg) 0 0 no-repeat;
	border-radius: 22px;
	background-size: 178px;
}
.sec_g_book .button_design_a {
	margin: 0;
	width: 330px;
	max-width: 330px;
	min-width: 330px;
}
footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0;
}
footer p {
	margin: 0;
	text-align: center;
	font-weight: 300;
	color: #000;
	font-size: 14px;
}
#ofr_mobile, #banner_content_mobile{
  display: none;
}
.thank_box {
	max-width: 520px;
	margin: 11% auto;
	padding: 40px;
	border: 1px dashed #a0a0a0;
	border-radius: 10px;
}
.thank_box h1 {
	font-size: 31px;
	margin: 0 0 10px 0;
}
.thank_box p {
	font-size: 16px;
	font-weight: 300;
}
.thank_box a {
	background: #f6931e;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	border-radius: 35px;
	border: none;
	padding: 11px 38px;
}
/* media */
/* media */
/* media */
/* media */

@media screen and (max-width:1280px) {
  .logo_header {
	width: 137px;
}
}
@media screen and (max-width:1199px) {
.banner_content {
	padding-bottom: 50px;
}
.banner_heading {
	font-size: 31px;
}
.button_design_a {
	margin: 25px auto 0;
}
.swiper_one_boxcaption {
	transform: translateY(80%) ;
	-webkit-transform: translateY(80%) ;
	-moz-transform: translateY(80%) ;
	-ms-transform: translateY(80%) ;
	-o-transform: translateY(80%) ;
}
.sec_c_box_wrap {
	gap: 7px;
}
.sec_c_box {
	background-size: cover !important;
	padding: 24px 0;
	background-position: center center !important;
}
.sec_c_box p {
	font-size: 15px;
	max-width: 78%;
	margin: 0 auto;
}
}
@media screen and (max-width:992px) {
#lpHeader {
	position: unset;
	background: #000;
  padding: 10px 0;
}
.lp_header.fixed .logo_header {
	width: auto;
}
#lpHeader .logo_header{
width: 70px;
}
.offer_banner {
	display: none;
}
.banner_content p {
	display: none;
}
#ofr_mobile, #banner_content_mobile {
	display: block;
	position: unset;
}
#banner_content_mobile p{
  display: block;
}
.offer_banner_inr {
	margin: 0 auto;
}
#ofr_mobile{
  padding: 30px 0;
}
#banner_content_mobile {
	padding:  0;
}
#banner_content_mobile p {
	color: #242c35 !important;
	text-align: center;
}
.banner_heading {
	font-size: 23px;
	line-height: 1.5;
}
.banner_subheading {
	font-size: 14px;
	margin: 15px 0;
	padding: 0 0 15px 0;
}
.banner_content .button_design_a {
	width: 275px;
	height: 50px;
	font-size: 14px;
	margin: 19px auto 0;
}
#banner_content_mobile p br {
	display: none;
}
.sec_a_box {
	flex-wrap: wrap;
	justify-content: center;
}
.sec_a_boxes {
	flex: unset;
	width: 47%;
}
.sec_a_boxes h6 {
	font-size: 19px;
}
.swiper_one_boxcaption {
	transform: translateY(85%);
	-webkit-transform: translateY(85%);
	-moz-transform: translateY(85%);
	-ms-transform: translateY(85%);
	-o-transform: translateY(85%);
}
.sec_c_box_wrap {
	display: block;
}
.sec_c_box {
	background-size: 100% !important;
	padding: 75px 52px;
	width: 400px;
	margin: 0 auto;
}
.sec_c_box h4 {
	font-size: 17px;
}
.sec_c_box p {
	font-size: 14px;
}
.title_h2 {
	font-size: 25px;
}
.title_para {
	font-size: 15px;
}
.img_right_padd {
	padding-right: 0;
}
}


@media screen and (max-width:767px) {
.swiper_one_boxcaption {
	transform: translateY(90% ) ;
	-webkit-transform: translateY(90% ) ;
	-moz-transform: translateY(90% ) ;
	-ms-transform: translateY(90% ) ;
	-o-transform: translateY(90% ) ;
}
  .swiper_one_box {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.sec_c::after {
	width: 88.3%;
}
.img_right_padd {
	padding-bottom: 20px;
}
.accordion .accordion-button {
	font-size: 15px;
}
.sec_g_book {
	display: block !important;
	text-align: center;
}
.sec_g_book .button_design_a {
	margin: 20px auto 0;
	width: 277px;
	max-width: 277px;
	min-width: 277px;
	font-size: 14px;
	height: 50px;
}
.sec_g_book {
	padding: 25px 30px;
  
}
.thank_box h1 {
	font-size: 25px;
	margin: 0 0 10px 0;
}
.swiper_one_next {
	display: flex;
}
}
@media screen and (max-width:575px) {.banner_heading {
	font-size: 16px;
	line-height: 1.3;
}
.banner_content .button_design_a {
	width: 250px;
	font-size: 13px;
}
.offer_banner_inr {
	margin: 0 auto;
	display: block;
}
.offer_banner_inr p br {
	display: none;
}
.offer_banner_inr span {
	font-size: 14px;
	margin: 10px 0 0 0;
	display: inline-block;
}
.sec_a_boxes {
	width: 47%;
	display: block;
	text-align: center;
}
.sec_a_boxes figure {
	margin: 0 auto 20px;
}
.swiper_one_boxcaption p {
	margin: 25px 0 0 0;
}
.sec_a_boxes p {
	margin: 2px 0 0 0;
}
#accordionFaq .accordion-item {
	padding: 0 15px;
}
.swiper_one_boxcaption {
	transform: translateY(83% );
	-webkit-transform: translateY(83% );
	-moz-transform: translateY(83% );
	-ms-transform: translateY(83% );
	-o-transform: translateY(83% );
}
.title_h2 br {
	display: none;
}
.sec_c::after {
	width: 94.3%;
}
.sec_c_box {
	background-size: 327px !important;
	padding: 46px 31px;
	width: 328px;
	margin: 0 auto;
	background-position: center center !important;
}
.sec_c_box h4 br {
	display: none;
}
.swiper_bullet_andnav {
	width: 90%;
}
.swiper_one_next .swiper-button-prev, .swiper_one_next .swiper-button-next, .swiper_two_next .swiper-button-prev, .swiper_two_next .swiper-button-next, .swiper_three_next .swiper-button-prev, .swiper_three_next .swiper-button-next {
	width: 35px;
	height: 35px;
}
.mt-5{
  margin-top: 30px !important;
}
.mb-5{
  margin-bottom: 30px !important;
}
.pt-5{
  padding-top: 30px !important;
}
.pb-5{
  padding-bottom: 30px !important;
}
}