/* font-family: "Raleway", sans-serif;
font-family: "Inter", sans-serif; */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 65px;
}

h1 span {
  color: #3fb6d1;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
  color: #2b2b33;
}

h2 span {
  color: #3fb6d1;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #303030;
  margin-bottom: 12px;
}

a.btn {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  padding: 12px 51px 12px 38px;
  border-radius: 50px;
  background: #f69c00;
  border: 1px solid #f4c817;
}

a.btn:hover {
  background-color: #ef9800;
  color: #ffffff;
  border: 1px solid #f7cc21;
  box-shadow: 5px 5px 10px 0px #a16400;
}

a.btn:focus {
  box-shadow: none;
}

.commn_padd {
  padding: 80px 0;
}

/* ******announcement_bar-start****** */
.announcement_bar {
  background: #3fb6d1;
  padding: 6px 0;
}

.announce_header {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0;
}

/* ******announcement_bar-end****** */

/* ******haeder-start****** */
.header {
  background: #000 url(../../images/landing-port/navbar_bg.webp);
  padding: 13px 0;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo_wrapper {
  max-width: 190px;
  height: auto;
}

.header .logo_wrapper img {
  width: 100%;
  height: auto;
}

.header .nav_btn {
  font-size: 18px;
  line-height: 1;
  padding: 13px 40px 13px 36px;
}

.header .nav_btn img {
  vertical-align: baseline;
  margin-left: 9px;
}

/* ******haeder-end****** */

/* ******banner-start****** */
.banner {
  background: #000000 url(../../images/landing-port/banner-bg2.webp);
  background-repeat: no-repeat;
  background-size: contain 100%;
  background-position: right -52px;
  padding: 18px 0 35px;
  position: relative;
}

.banner_right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.bnr_left_wrapper {
  max-width: 632px;
  position: relative;
  z-index: 1;
}

.bner_rating {
  background: #ffffff32;
  border: 1px solid #ffffff19;
  padding: 7.5px 30px;
  border-radius: 50px;
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}

.bner_rating img {
  vertical-align: text-top;
}

.bner_rating p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
}

.banner h1 {
  color: #fff;
}

.banner .bnr_bg_para {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 300;
}

.bnr_list_container {
  margin: 15px 0 22px;
}

.bnr_list {
  display: flex;
  gap: 16px;
}

.bnr_list:not(:last-child) {
  margin-bottom: 12px;
}

.bnr_list .bnr_list_img {
  flex-shrink: 0;
}

.bnr_list p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0px;
}

.bnr_ship_div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 454px;
}

.bnr_stock_txt {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
}

.bnr_stock_txt .green_dot {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #1cce5d;
  margin-right: 12px;
}

.banner .btn img {
  margin-left: 18px;
  vertical-align: baseline;
}

.bnr_fasility {
  max-width: 385px;
  margin: 16px auto 20px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.bnr_fasility_inner {
  display: flex;
  align-items: center;
  gap: 9px;
}

.bnr_fasility_icon {
  flex-shrink: 0;
}

.bnr_fasility_text {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
  white-space: pre-line;
}

.bnr_testi {
  border: 1px dashed #ffffff70;
  border-radius: 15px;
  padding: 19px 19px;
  max-width: 605px;
  display: flex;
  gap: 19px;
}

.bnr_testi_client {
  max-width: 73px;
  height: 73px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.bnr_testi_client img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr_testi_title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 6px;
}

.bnr_testi_desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  margin-bottom: 12px;
}

.bnr_testi_btm {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bnr_testi_name {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}

.bnr_testi .star_wrapper img {
  vertical-align: super;
}

.bnr_mobile_img {
  display: none;
}

/* ******banner-end****** */

/* ******intro_sec-start****** */
.intro_sec h2 {
  margin-bottom: 29px;
}

.intro_img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.65%;
  overflow: hidden;
  border-radius: 20px;
}

.intro_img_wrap .iframe1 {
  border-radius: 20px;
  overflow: hidden;
}

.intro_img_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_right_text_wrap {
  margin-left: 36px;
}

.intro_right_text_wrap p span {
  font-weight: 700;
}

.intro_list_container {
  margin: 22px 0 10px;
}

.intro_list_container .into_list_title {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
}

.intro_list {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 12px 0;
}

.intro_list:not(:last-child) {
  border-bottom: 1px dashed #00000010;
}

.intro_list_img {
  flex-shrink: 0;
}

.intro_list p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #303030;
  margin-bottom: 0px;
}

.intro_sec .bnr_ship_div {
  margin: 34px auto 0;
}

.intro_sec .bnr_stock_txt {
  color: #303030;
  font-weight: 500;
}

.intro_sec .bnr_fasility_text {
  color: #303030;
  font-weight: 500;
}

.intro_sec .btn img {
  margin-left: 18px;
  vertical-align: baseline;
}

.intro_sec .bnr_fasility {
  margin-top: 14px;
  margin-bottom: 0px;
}

.inro_mob {
  display: none;
}

/* ******intro_sec-end****** */

/* ******sec_sec-start****** */
.sec_sec {
  padding-bottom: 80px;
}

.sec_sec h2 {
  text-align: center;
  margin-bottom: 41px;
}

.video_div_wrapper {
  display: flex;
  gap: 13px;
  justify-content: space-between;
}

.video_div {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35.25%;
  overflow: hidden;
  border-radius: 20px;
}

.video_div iframe {
  border-radius: 20px;
  overflow: hidden;
}

.video_div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_div>img {
  width: 100%;
  object-fit: cover;
}

.video_icon_div {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-in-out infinite;
  cursor: pointer;
  pointer-events: none;
}

.video_click_catcher {
  position: absolute;
  inset: 0;
}

.video_click_catcher {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.video_div.is-playing .video_icon_div {
  display: none;
}

.video_div.is-playing .video_click_catcher {
  display: block;
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7),
      0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0),
      0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0),
      0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* ******sec_sec-end****** */

/* ******what_sec-start****** */
.what_sec {
  background: #eef9ff;
}

.what_sec_header_wrapper {
  text-align: center;
}

.what_sec_header_wrapper p {
  max-width: 624px;
  margin: 12px auto;
}

.what_title {
  font-weight: 600;
  font-style: italic;
}

.what_content_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
}

/* .what_img_wrapper{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -74px;
} */
.what_content_left {
  flex: 0 0 auto;
  width: 40%;
}

.what_content_right {
  flex: 0 0 auto;
  width: 38%;
}

.what_content_left .what_content_div {
  max-width: 492px;
}

.what_content_right .what_content_div {
  max-width: 475px;
}

.what_content_left .what_content_div:nth-of-type(1) {
  max-width: 438px;
}

.what_content_left .what_content_div:nth-of-type(3) {
  max-width: 478px;
}

.what_img_wrapper {
  flex: 0 0 auto;
  margin-left: -93px;
  margin-top: -71px;
  width: 29%;
}

.what_content_title {
  font-family: "Raleway", sans-serif;
  color: #2d8a9e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.what_content_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.what_content_wrapper hr {
  border: none;
  border-top: 1px dashed #0000004a;
  margin: 20px 0;
  max-width: 439px;
  background: transparent;
}

.what_content_with_img {
  display: flex;
  gap: 19px;
}

.what_content_img {
  flex-shrink: 0;
}

.what_content_mob {
  display: none;
}

/* ******what_sec-end****** */

/* ******how_sec-start****** */
.how_sec h2 {
  margin-bottom: 12px;
}

.how_title {
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0px;
}

.how_sec_left_wrap {
  max-width: 581px;
}

.how_content_div_wrap {
  display: flex;
}

.how_content_with_num_wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

.how_content_div {
  margin-top: 30px;
}

.how_content_title {
  font-family: "Raleway", sans-serif;
  color: #2d8a9e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.how_content_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.how_content_num_wrap {
  position: relative;
}

/* .how_content_num_wrap::after {
  content: "";
  width: 1px;
  height: 303px;
  background: url(../../images/landing-port/how-line.webp);
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */
.how_content_con>.how_content_with_num_wrap {
  overflow: hidden;
}

.how_content_con>.how_content_with_num_wrap .how_content_num_wrap {
  position: relative;

  flex-shrink: 0;
}

.how_content_con>.how_content_with_num_wrap .how_content_num_wrap::after {
  content: "";
  width: 1px;
  height: 303px;
  background: url(../../images/landing-port/how-line.webp);
  position: absolute;
  left: 50%;
  top: 0;

  z-index: -1;
}

.how_content_con>.how_content_with_num_wrap .how_content_num_wrap::before {
  content: "";
  width: 1px;
  height: 303px;
  background: url(../../images/landing-port/how-line.webp);
  position: absolute;
  left: 50%;
  bottom: 0;

  z-index: -1;
}

.how_content_con>.how_content_with_num_wrap:first-child .how_content_num_wrap::before {
  display: none;
}

.how_content_con>.how_content_with_num_wrap:last-child .how_content_num_wrap::after {
  display: none;
}

.num_1 {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #2b2b33;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.how_mob_img {
  display: none;
}

.how_desk_img {
  display: block;
}

.how_sec_img {
  position: relative;
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden;
}

.how_sec_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.how_sec_img iframe {
  border-radius: 20px;
  overflow: hidden;
}

.how_sec_img img {
  width: 100%;
  height: 100%;
}



/* ******how_sec-end****** */

/* discount_page_styling */
.discount_box {
  margin: 0px 20px 80px;
  background: #000000 url(../../images/landing-port/discount_banner.webp) no-repeat;
  background-position: bottom right;
  border-radius: 40px;
  padding: 40px 50px;
}

.discount_cta_btn a>img {
  margin-left: 18px;
}

.discount_heading {
  font-size: 40px;
  color: #3fb6d1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
}

.discount_heading span {
  font-weight: 700;
}

.discount_box .content {
  max-width: 700px;
}

.discount_box p {
  font-weight: 300;
  color: #ffffff;
}

.discount_box .list_heading {
  margin-bottom: 17px;
  padding-top: 8px;
}

.discount_box li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}

.discount_list {
  padding: 0;
  margin: 0;
  color: #ffffff;
  padding-bottom: 12px;
}

.discount_list li img {
  width: 30px;
  height: 30px;
}

.discount_list li p {
  margin: 0;
  margin-left: 13px;
}

.discount_list li p span {
  font-weight: 700;
  color: #fbc228;
}

.discount_box .under_list {
  max-width: 631px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 38px;
}

.mob_image_box {
  display: none;
}

.discount_cta_box .btn img {
  margin-left: 18px;
  vertical-align: baseline;
}

.discount_cta_box .bnr_fasility {
  margin-bottom: 0;
}

/* discount_page_styling */

/* feature_section */
.feature_heading {
  text-align: center;
}

.feature_table_box {
  max-width: 954px;
  margin: 61px auto 0;
}

.feature_table_box table.table th {
  text-align: center;
}

.feature_table_box table.table th {
  border: 0;
}

.feature_table_box table.table tbody tr:first-child td:first-child {
  border-top-left-radius: 30px;
}

.feature_table_box table.table tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}

.feature_table_box table.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

.feature_table_box table.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.feature_table_box table.table tbody tr td {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding: 19px 25px;
  background-color: #000000;
  color: #ffffff;
  border-bottom: 1px solid #ffffff1f;
  vertical-align: middle;
}

.feature_table_box table.table tbody tr td:not(:first-child) {
  text-align: center;
}

.feature_table_box table.table tbody tr td:nth-child(2) {
  background-color: #3fb6d1;
}

.feature_table_box table.table thead th:nth-child(2)>p {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.feature_table_box table.table thead th:nth-child(2) {
  position: relative;
  background-color: #3fb6d1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.feature_table_box table.table thead th:nth-child(2) img {
  position: absolute;
  top: -26px;
  right: -10px;
}

.feature_table_box table.table th {
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
}

.feature_table_box table.table th:first-child,
.feature_table_box table.table td:first-child {
  width: 378px;
}

.feature_table_box table.table tbody tr:last-child td {
  border-bottom: none;
}

.feature_table_box table.table tfoot tr td:nth-child(2) {
  height: 36px;
  background-color: #3fb6d1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.feature_table_box table.table tfoot tr td {
  border-bottom: 0;
}

.feature_table_box table.table thead th:nth-child(2)>p.mob {
  display: none;
}

/* feature_section */
/* offer_animation_text */
.offer_animation_box {
  background-color: #3fb6d1;
  padding: 20px 0;
  overflow: hidden;
  margin: 80px 0;
  display: flex;
  gap: 145px;
}

.offer_animation_box .list_offer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  will-change: transform;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.offer_animation_box .list_offer li {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.offer_animation_box .list_offer li p {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

/* offer_animation_text */
/* review_section*/
.review_box {
  border: 1px solid #0000002c;
  border-radius: 20px;
  padding: 8px;
}

.grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  row-gap: 18px;
  column-gap: 13px;
}

.client_name {
  padding: 16px 8px 0;
}

.client_name p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #2d8a9e;
  margin-bottom: 34px;
}

.client_name h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 3px;
}

.review_content_star h4 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 13px 0 11px;
}

.review_content_star p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 30px;
  padding: 0 6px 0 7px;
}

.review_heading {
  text-align: center;
  margin-bottom: 30px;
}

.review_section {
  margin: 80px 0;
}

.review_section h2 {
  margin-bottom: 12px;
}

/* review_section*/
/* money_back_section */
.money_back_section {
  background-color: #eef9ff;
  padding: 141px 0 48px;
  margin: 80px 0;
}

.money_back_section .money_back_container {
  max-width: 1190px;
  margin: 0 auto;
  background-color: #201e1f;
  border-radius: 30px;
  text-align: center;
  padding: 28px 0;
}

.money_back_section .money_back_container>img {
  margin-top: -142px;
}

.money_back_heading {
  font-size: 35px;
  line-height: 45px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  background-color: #3fb6d1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 18px 0;
  margin: 29px 0 22px;
}

.money_back_text {
  max-width: 789px;
  margin: 0 auto;
  color: #ffffff;
  padding: 0 10px;
}

.money_back_text p {
  color: #ffffff;
  font-weight: 300;
}

.money_back_text p:last-child {
  margin-bottom: 0;
}

/* money_back_section */
/* faq_section */
.faq_heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq_accordion {
  max-width: 904px;
  margin: 0 auto;
}

.faq_accordion .accordion {
  border: none;
}

.faq_accordion .accordion .accordion-item {
  margin: 20px 0;
  border: 0;
  padding: 25px 30px 0;
  box-shadow: 0 4px 33px 0 #00000010;
  border-radius: 20px;
}

.faq_accordion .accordion .accordion-item .accordion-button {
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00000010;
  line-height: normal;
  padding-bottom: 25px;
}

.faq_accordion .accordion .accordion-item .accordion-button span {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #303030;
  font-weight: 700;
}

.faq_accordion .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq_accordion .accordion .accordion-item .accordion-button::after {
  display: none;
}

.faq_accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
}

.faq_accordion .accordion .accordion-item .accordion-button.collapsed {
  border-bottom-color: #ffffff;
}

.faq_accordion .accordion .accordion-item .accordion-body {
  padding: 20px 0 30px;
}

.faq_accordion .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}

.faq_accordion .accordion-button img {
  transition: all 0.5s ease-in-out;
}

.faq_accordion .accordion-button:not(.collapsed)>img {
  rotate: 180deg;
}

.faq_section {
  margin: 80px 0;
}

/* faq_section */

/* footer_section */
.footer {
  background-color: #000000;
  text-align: center;
  color: #ffffff;
}

.footer>h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 34px 0 13px;
  margin-bottom: 0;
}

.footer>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0 0 30px;
}

.footer>ul li {
  list-style: none;
  position: relative;
}

.footer>ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}

.footer>ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.footer>ul li:last-child:after {
  display: none;
}

.footer>p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ffffff13;
  font-weight: 300;
}

/* footer_section */
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1304px;
  }
}

@media only screen and (max-width: 1399px) {

  /* banner */
  .banner {
    background-position: 50% -54px;
  }

  /* banner */

  /* intro_sec */
  .intro_img_wrap {
    height: auto;
  }

  .intro_img_wrap .iframe1 {
    border-radius: 20px;
    overflow: hidden;
    height: 365px;
  }

  .video_div iframe {
    border-radius: 20px;
    overflow: hidden;
    height: 485px;
  }

  .how_sec_img iframe {
    border-radius: 20px;
    overflow: hidden;
    height: 550px;
  }

  /* intro_sec */

  /* sec_sec */
  .video_div {
    height: auto;
  }

  /* sec_sec */

  /* what_sec */
  .what_content_left {
    width: 32%;
  }

  .what_content_right {
    width: 34%;
  }

  .what_img_wrapper {
    margin-left: -31px;
    margin-top: -18px;
    width: 33%;
  }

  /* what_sec */

  /* how_sec */
  .how_sec_img {
    height: auto;
  }

  /* how_sec */
  /* discount_page_styling */

  .discount_box {
    background-size: 1167px auto;
  }

  .discount_box .under_list {
    max-width: 544px;
  }

  /* discount_page_styling */
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 46px;
    line-height: 55px;
  }

  h2 {
    font-size: 32px;
  }

  /* banner */
  .banner .bnr_bg_para {
    font-size: 16px;
    line-height: 28px;
  }

  /* banner */
  .grid_container {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro_img_wrap .iframe1 {
    border-radius: 20px;
    overflow: hidden;
    height: 310px;
  }

  .video_div iframe {
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
  }

  .how_sec_img iframe {
    border-radius: 20px;
    overflow: hidden;
    height: 465px;
  }

  /* discount_page_styling */
  .discount_heading {
    font-size: 34px;
  }

  .discount_box {
    padding: 33px 41px;
  }

  .discount_box .under_list {
    max-width: 432px;
    margin-bottom: 22px;
  }

  .discount_box {
    background-size: 1004px auto;
  }

  /* discount_page_styling */
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  a.btn {
    font-size: 26px;
  }

  /* intro_sec */
  .intro_right_text_wrap {
    margin-left: 0px;
  }

  /* intro_sec */

  /* sec_sec */
  .video_icon_div {
    width: 60px;
    height: 60px;
  }

  /* sec_sec */

  /* what_sec */
  .what_img_wrapper {
    align-content: center;
  }

  /* what_sec */
  .grid_container {
    grid-template-columns: repeat(3, 1fr);
  }

  /* discount_page_styling */
  .discount_box {
    max-width: 867px;
    margin: 0px auto 40px;
    background-size: 927px auto;
  }

  .discount_heading {
    font-size: 33px;
  }

  .discount_box .content {
    max-width: 600px;
  }

  .discount_box .under_list {
    max-width: 406px;
  }

  .bnr_ship_div.discount_cta_box {
    max-width: 413px;
  }

  /* discount_page_styling */
  /* money_back_section */
  .money_back_section .money_back_container>img {
    max-width: 180px;
    margin-top: -90px;
  }

  /* money_back_section */
}

/* discount_page_styling */
@media only screen and (max-width: 867px) {
  .discount_box {
    max-width: 767px;
    background-position: 73% 102%;
  }
}

/* discount_page_styling */
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .commn_padd {
    padding: 40px 0;
  }

  /* banner */
  .banner {
    background: #000;
    padding: 18px 0 32px;
  }

  .bnr_left_wrapper {
    max-width: 100%;
  }

  .bner_rating {
    margin: 0 auto 14px;
  }

  .banner h1 {
    text-align: center;
    margin-bottom: 28px;
  }

  .bnr_mobile_img {
    display: block;
    margin: 0 -16px 7px;
  }

  .bnr_mobile_img img {
    width: 100%;
  }

  .bnr_ship_div {
    margin: 0 auto;
  }

  /* banner */

  /* intro_sec */

  .inro_desk {
    display: none;
  }

  .inro_mob {
    display: block;
  }

  .intro_sec h2 {
    margin-bottom: 12px;
  }

  .intro_img_wrap {
    border-radius: 11px;
    margin: 16px auto;
  }

  .intro_list_container {
    margin: 16px 0 19px;
  }

  .intro_list {
    padding: 6px 0;
  }

  .intro_list:not(:last-child) {
    border: none;
  }

  .intro_sec .mob_hide {
    display: none;
  }

  .intro_sec .bnr_ship_div {
    margin-top: 0px;
  }

  .intro_sec .btn img {
    margin-left: 13px;
    width: 10px;
  }

  .intro_img_wrap .iframe1 {
    height: 410px;
  }

  /* intro_sec */

  /* sec_sec */
  .sec_sec {
    padding-bottom: 40px;
  }

  .sec_sec h2 {
    margin-bottom: 20px;
  }

  .video_div_wrapper {
    flex-wrap: wrap;
    gap: 11px;
  }

  .video_div {
    width: 49%;
    height: auto;
    max-width: 100%;
  }

  .video_div>img {
    width: 100%;
    height: 100%;
  }

  .video_icon_div {
    width: 42px;
    height: 42px;
  }

  .video_icon_div img {
    width: 10px;
  }

  .video_div iframe {
    height: 625px;
  }

  /* sec_sec */

  /* what-sec */
  .what_content_desk {
    display: none;
  }

  .what_content_mob {
    display: block;
  }

  .what_content_wrapper {
    margin-top: 20px;
  }

  .what_content_wrapper hr {
    margin: 14px 0;
  }

  .what_img_form_mob {
    margin-bottom: 30px;
  }

  .what_img_form_mob img {
    width: 100%;
  }

  .what_content_div>p.what_content_desc {
    margin-bottom: 0px;
  }

  /* what-sec */
  /* how_sec */
  .how_sec_left_wrap {
    max-width: 100%;
  }

  .how_sec {
    text-align: center;
  }

  .how_mob_img {
    display: block;
    margin: 22px auto 34px;
  }

  .how_desk_img {
    display: none;
  }

  .how_content_div {
    text-align: left;
    margin-top: 0px;
  }

  .how_content_num_wrap {
    margin-top: 0px;
  }

  .how_sec_img iframe {
    height: 618px;
  }

  /* how_sec */

  .grid_container {
    grid-template-columns: repeat(1, 1fr);
  }

  /* discount_page_styling */
  .discount_box {
    margin: 0px auto 40px;
  }

  .discount_box .content {
    max-width: 100%;
  }

  .discount_box .under_list {
    max-width: 100%;
    display: none;
  }

  .discount_heading {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .discount_box p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .discount_box .list_heading {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
  }

  .discount_list li img {
    width: 20px;
    height: 20px;
  }

  .discount_list li p {
    font-size: 16px;
    line-height: 28px;
    margin-left: 10px;
  }

  .bnr_ship_div.discount_cta_btn {
    max-width: 200px;
    height: 76px;
    overflow: hidden;
  }

  .discount_box {
    background-image: url(../../images/landing-port/discount_banner.webp);
    background-size: 90% auto;
    background-position: right bottom;
    border-radius: 30px;
  }

  .bnr_ship_div.discount_cta_box {
    margin: 0;
  }

  .bnr_ship_div.discount_cta_box p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }

  .bnr_ship_div.discount_cta_box p.bnr_stock_txt {
    margin-bottom: 8px;
  }

  /* discount_page_styling */
  /* feature_section */
  .feature_table_box table.table tbody tr td {
    padding: 20px;
  }

  .feature_table_box table.table th:nth-child(3) {
    display: none;
  }

  .feature_table_box table.table td:nth-child(3) {
    display: none;
  }

  .feature_table_box table.table tbody tr td:first-child {
    font-size: 16px;
  }

  .feature_table_box table.table thead th:last-child {
    font-size: 18px;
    line-height: 18px;
  }

  .feature_table_box table.table thead th:nth-child(2) img {
    top: -27px;
    right: -21px;
    transform: rotate(29deg);
  }

  .feature_table_box table.table thead th:nth-child(2) {
    padding: 10px 18px 10px 10px;
  }

  /* feature_section */
  /* review_section */
  .review_section {
    margin: 40px 0;
  }

  .review_box {
    padding: 14px;
  }

  .review_head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .client_name p {
    margin-bottom: 8px;
  }

  .client_name {
    padding: 0;
  }

  .review_heading {
    margin-bottom: 25px;
  }

  /* review_section */
  /* offer_animation_section */
  .offer_animation_box .list_offer li p {
    font-size: 11px;
    line-height: 11px;
  }

  .offer_animation_box {
    padding: 13px 0;
  }

  .offer_animation_box .list_offer li img {
    max-width: 14px;
  }

  .offer_animation_box .list_offer li {
    gap: 10px;
  }

  .offer_animation_box {
    margin: 40px 0;
  }

  /* offer_animation_section */
  /* money_back_section */
  .money_back_section {
    margin: 40px 0;
    padding: 81px 0 24px;
  }

  .money_back_section .money_back_container>img {
    max-width: 121px;
  }

  .money_back_heading {
    font-size: 28px;
    line-height: 39px;
    padding: 15px 10px;
    margin: 13px 0 16px;
  }

  .money_back_text p {
    font-size: 16px;
  }

  .money_back_text p {
    margin-bottom: 10px;
  }

  /* money_back_section */
  /* faq_section */
  .faq_accordion .accordion .accordion-item {
    border-radius: 10px;
  }

  .faq_section {
    margin: 40px 0;
  }

  /* faq_section */
  /* footer_section */
  .footer>h3 {
    font-size: 24px;
    padding: 30px 0 14px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  a.btn {
    padding: 10px 51px 10px 38px;
    font-size: 20px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  /* annnouncementBar */
  .announcement_bar {
    padding: 7px 0;
  }

  .announce_header {
    font-size: 12px;
  }

  /* annnouncementBar */

  /* header */
  .header .logo_wrapper {
    max-width: 114px;
  }

  .header .nav_btn img {
    display: none;
  }

  .header .nav_btn {
    padding: 9.5px 11px;
    font-size: 12px;
  }

  /* header */

  /* banner */

  .bner_rating {
    padding: 3.5px 15.19px;
  }

  .bner_rating p {
    font-size: 12px;
  }

  .bner_rating img {
    vertical-align: baseline;
    width: 13px;
  }

  .banner h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .banner .bnr_bg_para {
    font-size: 14px;
    line-height: 22px;
  }

  .bnr_list p {
    font-size: 18px;
  }

  .bnr_list_container {
    margin: 19px 0 29px;
  }

  .bnr_stock_txt {
    margin-bottom: 12px;
  }

  .banner .btn img {
    margin-left: 13px;
    width: 10px;
  }

  .bnr_fasility_text {
    font-size: 10px;
  }

  .bnr_fasility {
    gap: 34px;
  }

  .bnr_testi {
    padding: 14px 14px;
    gap: 17px;
  }

  .bnr_testi_client {
    max-width: 52px;
    height: 52px;
  }

  .bnr_testi_desc {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .bnr_testi_name {
    font-size: 16px;
  }

  .bnr_testi .star_wrapper img {
    width: 12px;
  }

  .bnr_testi_btm {
    gap: 36px;
  }

  /* banner */
  /* intro */
  .intro_img_wrap .iframe1 {
    height: 353px;
  }

  .intro_list_container .into_list_title {
    font-size: 14px;
    line-height: 24px;
  }

  .intro_list p {
    font-size: 16px;
    line-height: 26px;
  }

  /* intro */
  /* sec_sec */
  .video_div {
    width: 48%;
    height: 240px;
  }

  .video_div iframe {
    height: 417px;
    border-radius: 10px;
  }

  /* sec_sec */

  /* what-sec */
  .what_content_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .what_content_desc {
    font-size: 14px;
    line-height: 24px;
  }

  /* what-sec */

  /* how_sec */
  .how_content_with_num_wrap {
    align-items: flex-start;
  }

  .how_sec h2 {
    margin-bottom: 8px;
  }

  .how_title {
    font-size: 16px;
    line-height: 26px;
    max-width: 279px;
    margin: -2px auto 0;
  }

  .num_1 {
    width: 33px;
    height: 33px;
    font-size: 20px;
  }

  .how_content_title {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .how_content_num_wrap::after {
    height: 257px;
    top: 51%;
  }

  .how_sec_img {
    height: 510px;
  }

  .how_sec_img iframe {
    height: 510px;
  }

  .how_content_with_num_wrap {
    gap: 12px;
  }

  .how_content_desc {
    font-size: 14px;
    line-height: 24px;
  }

  .how_content_with_num_wrap:last-child .how_content_desc {
    margin-bottom: 0px;
  }

  /* how_sec */
  /* discount_page_styling */
  .discount_box {
    padding: 20px 27px 0 16px;
    background-size: 100% auto;
    background-position: none;
    background-image: none;
    overflow: hidden;
  }

  .mob_image_box {
    display: block;
    width: calc(100% + 43px);
  }

  .mob_image_box img {
    width: 100%;
    margin: -140px -27px 0 -16px;
  }

  .discount_list li p {
    font-size: 16px;
    line-height: 28px;
  }

  .discount_heading {
    font-size: 24px;
  }

  .discount_box p {
    font-size: 14px;
    line-height: 24px;
  }

  .discount_box li {
    margin-bottom: 9px;
  }

  .bnr_ship_div.discount_cta_box .bnr_fasility {
    display: none;
  }

  .bnr_ship_div.discount_cta_box {
    max-width: 208px;
  }

  .discount_cta_box .btn img {
    display: none;
  }

  .discount_cta_box .btn {
    font-size: 14px;
    padding: 0 23.5px;
  }

  .mob_image_box {
    pointer-events: none;
  }

  .bnr_ship_div.discount_cta_box {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  /* discount_page_styling */
  /* feature_section */
  .feature_table_box {
    margin: 32px auto 0;
  }

  .feature_table_box table.table tbody tr td:first-child {
    font-size: 14px;
  }

  .feature_table_box table.table thead th:nth-child(2)>p {
    font-size: 18px;
    line-height: 21px;
  }

  .feature_table_box table.table thead th:nth-child(2)>p.desk {
    display: none;
  }

  .feature_table_box table.table thead th:nth-child(2)>p.mob {
    display: block;
    text-align: left;
  }

  .feature_table_box table.table th:first-child,
  .feature_table_box table.table td:first-child {
    width: 168px;
  }

  .feature_table_box table.table thead th:last-child {
    font-size: 16px;
    line-height: 21px;
  }

  .feature_table_box table.table tbody tr td:first-child {
    padding-right: 16px;
  }

  /* feature_section */
  /* review_section */
  .review_content_star h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .review_content_star p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }

  .review_content_star h4 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .review_heading>h2 {
    margin-bottom: 0;
  }

  .review_heading>p {
    font-size: 14px;
    line-height: 24px;
    max-width: 290px;
    margin: 0 auto;
  }

  /* review_section */
  /* offer_animation_section */
  .offer_animation_box .list_offer li p {
    font-size: 11px;
    line-height: 11px;
  }

  .offer_animation_box {
    padding: 13px 0;
  }

  .offer_animation_box .list_offer li img {
    max-width: 14px;
  }

  .offer_animation_box .list_offer li {
    gap: 10px;
  }

  /* offer_animation_section */
  /* money_back_section */
  .money_back_heading {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .money_back_section .money_back_container>img {
    margin-top: -88px;
  }

  .money_back_text p {
    max-width: 303px;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 24px;
  }

  /* money_back_section */
  /* faq_section */
  .faq_heading {
    max-width: 303px;
    margin: 0 auto 16px;
  }

  .faq_accordion .accordion .accordion-item .accordion-button span {
    font-size: 16px;
  }

  .faq_accordion .accordion-button img {
    max-width: 12px;
  }

  .faq_accordion .accordion .accordion-item .accordion-button {
    padding-bottom: 14px;
  }

  .faq_accordion .accordion .accordion-item {
    padding: 14px 14px 0;
  }

  .faq_accordion .accordion .accordion-item {
    margin: 10px 0;
  }

  .faq_accordion .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }

  .faq_accordion .accordion .accordion-item .accordion-body {
    padding: 14px 0 14px;
  }

  /* faq_section */
  /* footer_section */
  .footer>ul li a {
    font-size: 12px;
  }

  .footer>ul li::after {
    top: 61%;
  }

  .footer>p {
    font-size: 12px;
    padding: 10px 0;
  }

  .footer>ul {
    margin-bottom: 22px;
  }

  .footer>h3 {
    padding: 30px 0 10px;
  }
}

/* discount_page_styling */
@media only screen and (max-width: 500px) {
  .mob_image_box img {
    width: 100%;
    margin: -114px -27px 0 -16px;
  }

  .feature_table_box table.table thead th:nth-child(2)>p {
    font-size: 15px;
    line-height: 17px;
  }

  .feature_table_box table.table thead th:last-child {
    font-size: 11px;
    line-height: 18px;
  }
}

@media only screen and (max-width:430px) {
  .intro_img_wrap .iframe1 {
    height: 265px;
  }

  .video_div iframe {
    height: 345px;
    border-radius: 10px;
  }

  .how_sec_img iframe {
    height: 400px;
  }

  .how_sec_img {
    height: 400px;
  }
}

@media only screen and (max-width: 414px) {
  .mob_image_box img {
    width: 100%;
    margin: -95px -27px 0 -16px;
  }

  .intro_img_wrap .iframe1 {
    height: 254px;
  }

  .video_div iframe {
    height: 330px;
    border-radius: 10px;
  }

  .how_sec_img {
    height: 375px;
  }

  .how_sec_img iframe {
    height: 375px;
  }
}

@media only screen and (max-width:393px) {
  .intro_img_wrap .iframe1 {
    height: 248px;
  }

  .video_div iframe {
    height: 315px;
    border-radius: 10px;
  }

  .how_sec_img {
    height: 365px;
  }

  .how_sec_img iframe {
    height: 365px;
  }
}

@media only screen and (max-width:390px) {
  .intro_img_wrap .iframe1 {
    height: 238px;
  }

  .video_div iframe {
    height: 315px;
  }

  .how_sec_img {
    height: 365px;
  }

  .how_sec_img iframe {
    height: 365px;
  }
}


@media only screen and (max-width: 375px) {
  .mob_image_box img {
    margin-top: -100px;
  }

  .intro_img_wrap .iframe1 {
    height: 228px;
  }

  .video_div iframe {
    height: 300px;
  }

  .how_sec_img {
    height: 347px;
  }

  .how_sec_img iframe {
    height: 347px;
  }

  /* feature_section */

  /* feature_section */
}

@media only screen and (max-width: 360px) {
  .mob_image_box img {
    width: 100%;
    margin: -95px -27px 0 -16px;
  }
}

@media only screen and (max-width: 320px) {
  .mob_image_box img {
    margin-top: -80px;
  }
}

/* discount_page_styling */