/*! Normalise CSS !*/
@import url(normalize.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! Google Fonts !*/
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: #333;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 133.333% */
  letter-spacing: 0.0112rem;
  background: #faf7f0;
  overflow-x: hidden;
}

p {
  padding: 0rem;
  margin: 0rem 0 1.5625rem;
  color: #333;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 133.333% */
  letter-spacing: 0.0112rem;
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 2.625rem;
  padding: 0rem;
  color: var(--Black, #000);
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  margin: 0rem 0rem 2.5rem;
  padding: 0rem;
  color: #333;
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Grey, #333);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Grey, #333);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

h5 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: normal;
}

h6 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

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

a {
  color: var(--Grey, #333);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #000;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 0.844rem 1.9625rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid #249d8f;
  background: #249d8f;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #249d8f;
  background: transparent;
  color: #249d8f;
}
.btn:hover {
  border: 0.0625rem solid #249d8f;
  background: transparent;
  color: #249d8f;
}
.btn.orangeBtn {
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
}
.btn.orangeBtn:focus, .btn.orangeBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #f4a261;
  background: transparent;
  color: #f4a261;
}
.btn.orangeBtn:hover {
  border: 0.0625rem solid #f4a261;
  background: transparent;
  color: #f4a261;
}
.btn.orangeBorderBtn {
  border: 0.0625rem solid #f4a261;
  background: transparent;
  color: #f4a261;
}
.btn.orangeBorderBtn:focus, .btn.orangeBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.orangeBorderBtn:hover {
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.whiteBtn {
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #f4a261;
}
.btn.whiteBtn:focus, .btn.whiteBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.whiteBtn:hover {
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.whiteBorderBtn {
  border: 0.0625rem solid #fff;
  background: transparent;
  color: #fff;
}
.btn.whiteBorderBtn:focus, .btn.whiteBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #f4a261;
}
.btn.whiteBorderBtn:hover {
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #f4a261;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit], [type=radio], [type=checkbox]) {
  display: block;
  width: 100%;
  color: rgb(51, 51, 51);
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid rgba(51, 51, 51, 0.35);
  padding: 1.0625rem 1rem;
  background: transparent;
  box-shadow: none;
  margin-bottom: 1.25rem;
  outline: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.35);
  opacity: 1;
}
input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: rgba(51, 51, 51, 0.35);
  opacity: 1;
}

textarea {
  resize: none;
  overflow: hidden;
  display: block;
  width: 100%;
  color: rgb(51, 51, 51);
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid rgba(51, 51, 51, 0.35);
  padding: 1.0625rem 1rem;
  background: transparent;
  box-shadow: none;
  height: 8.25rem;
  margin-bottom: 1.5rem;
  outline: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
textarea::-moz-placeholder {
  color: #afafaf;
}
textarea::placeholder {
  color: #afafaf;
}

textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 1.0625rem 3.125rem 1.0625rem 1rem;
  /* Add padding for better UI */
  background-color: transparent;
  /* Background color */
  background-image: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.75rem;
  width: 100%;
  border-radius: 0;
  border: 0.0625rem solid rgba(51, 51, 51, 0.35);
  color: rgb(51, 51, 51);
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

select:focus {
  border: 0.0625rem solid #cccccc;
  outline: none;
  background-color: transparent;
}

select option {
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: normal;
}

label {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0rem 0rem 0.4375rem;
  padding: 0;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background: url(../images/tick_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #249d8f;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: relative;
  top: 0.1875rem;
}

input[type=checkbox]::before {
  content: "";
  width: 0.75rem;
  height: 0.5625rem;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background: url(../images/tick-clear.svg) no-repeat;
  background-size: contain;
  /* Windows High Contrast Mode */
  background-color: transparent;
  left: 0.25rem;
  position: relative;
  top: -0.0875rem;
}

input[type=checkbox]:checked {
  background: url(../images/tick_gap.svg);
  background-size: contain;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
  outline-offset: none;
}

input[type=checkbox]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: none;
  outline-offset: none;
}

input[type=radio]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

section h1,
section h2 {
  margin: 0 0 2.5rem;
}
section.defaultPadding {
  padding: 6.25rem 0;
}
section.defaultPadding .form-container .form-group .input-group {
  position: relative;
  margin-bottom: 1.25rem;
  display: block;
}
section.defaultPadding .form-container .form-group .input-group input {
  margin: 0;
  border-radius: 0.5rem !important;
}
section.defaultPadding .form-container .form-group .input-group button.btn-outline-secondary {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  z-index: 99;
  height: 2.5rem;
}

.mb16 {
  margin-bottom: 1rem !important;
}

.mb28-5 {
  margin-bottom: 1.75rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb32 {
  margin-bottom: 2rem !important;
}

.mb36 {
  margin-bottom: 2.25rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb65 {
  margin-bottom: 4.0625rem !important;
}

.mb70 {
  margin-bottom: 4.375rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb180 {
  margin-bottom: 11.25rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

header.header_main {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
header.header_main::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.9063rem);
          backdrop-filter: blur(0.9063rem);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header.header_main .d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_main .logo {
  position: relative;
  width: 9.4375rem;
  margin-right: 1.875rem;
  transition: all 0.3s ease-in-out;
}
header.header_main .logo a {
  display: block;
}
header.header_main .stellarnav {
  margin-left: auto;
}
header.header_main .stellarnav > ul > li > a {
  padding: 2.5rem 0;
  text-align: left;
}
header.header_main .stellarnav > ul > li > a::before {
  content: " ";
  position: absolute;
  width: 0%;
  height: 0.1875rem;
  background: #f4a261;
  transition: all 0.3s ease-in-out;
  left: 0;
  bottom: 0;
}
header.header_main .stellarnav > ul > li:hover a::before, header.header_main .stellarnav > ul > li.current-menu-item a::before {
  width: 100%;
}
header.header_main .stellarnav > ul > li + li {
  margin-left: 2.0625rem;
}
header.header_main .stellarnav > ul ul li + li {
  border-top: 0.0625rem solid #c0c1d1;
}
header.header_main .stellarnav > ul ul li:last-child {
  border-bottom: none;
}
header.header_main .stellarnav > ul ul li a:hover {
  background: #8f8f8f;
  color: var(--White, #fff);
}
header.header_main .rig_btn {
  margin-left: 2.5rem;
}
header.header_main .rig_btn .btn i {
  display: none;
}

.headingGlobalTxt {
  max-width: 44.625rem;
  width: 100%;
}
.headingGlobalTxt h3 {
  font-weight: 600;
  color: #333;
  font-family: Lato;
}
.headingGlobalTxt h2 {
  position: relative;
}
.headingGlobalTxt h2 span {
  position: relative;
  display: inline-block;
}
.headingGlobalTxt h2 span.stroke::before {
  content: " ";
  position: absolute;
  width: calc(100% + 0.625rem);
  height: 1.3488rem;
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
  left: -0.3125rem;
  bottom: -1.25rem;
}
.headingGlobalTxt h2 span.stroke.whiteStroke::before {
  background: url(../images/white_stroke.svg) no-repeat;
  bottom: -1.5625rem;
}

section.hm_banner {
  position: relative;
  height: 51.3125rem;
  background: #faf7f0;
  overflow: hidden;
  padding-top: 6.25rem;
}
section.hm_banner .full_banner {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-top: auto;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_banner .full_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_banner .full_banner video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.hm_banner .team_stand {
  max-width: 45.6875rem;
  width: 100%;
  position: absolute;
  left: calc(50% - 1.875rem);
  bottom: -8.8rem;
}
section.hm_banner .team_stand img {
  width: 100%;
}
section.hm_banner .middle_caption {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 6.25rem);
  transform: translateY(-50%);
  z-index: 1;
  text-align: left;
}
section.hm_banner .middle_caption .innerTxt h1 {
  position: relative;
  color: #333;
  font-size: 3.25rem;
  line-height: normal;
  /* 115.385% */
  margin: 0 0 1.875rem;
  padding: 0;
}
section.hm_banner .middle_caption .innerTxt h1 span.stroke {
  position: relative;
}
section.hm_banner .middle_caption .innerTxt h1 span.stroke::before {
  content: " ";
  position: absolute;
  width: 18.7294rem;
  height: 1.3488rem;
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
  right: 0.9375rem;
  bottom: -1.5rem;
}
section.hm_banner .middle_caption .innerTxt p {
  margin: 0 0 1.875rem;
}
section.hm_banner .middle_caption .innerTxt .gp_btn {
  display: flex;
  gap: 1rem;
  align-items: center;
}
section.hm_banner .middle_caption .innerTxt .gp_btn p {
  margin: 0;
  padding: 0;
}

section.hmSec1 {
  position: relative;
  z-index: 2;
}
section.hmSec1 .headingGlobalTxt {
  max-width: 45.625rem;
}
section.hmSec1 .row {
  gap: 1.875rem 0;
}

.styItem {
  background: #faf7f0;
  box-shadow: 0 0.25rem 1.5625rem 0.25rem rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.styItem .styFm {
  position: relative;
  padding: 0.625rem 0.8125rem 0;
  height: 14.5625rem;
  overflow: hidden;
  margin: 0 0 1.5rem;
}
.styItem .styFm .info_txt {
  display: inline-flex;
  background: #333;
  padding: 0.3625rem 0.4375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  top: 0.9375rem;
  left: 1.125rem;
}
.styItem .styFm a {
  display: block;
  width: 100%;
  height: 100%;
}
.styItem .styFm a img.fullImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.styItem .styFm a .sty_img_gp {
  position: relative;
  background: #e0f1ef;
  width: 100%;
  height: 100%;
  padding: 3.1875rem 0.9375rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
}
.styItem .styFm a .sty_img_gp::before {
  content: " ";
  position: absolute;
  bottom: -0.375rem;
  width: 6.9375rem;
  height: 9.1875rem;
  flex-shrink: 0;
  aspect-ratio: 37/49;
  background: url(../images/blur.png) no-repeat;
  background-size: contain;
  left: -3.125rem;
  right: 0;
  margin: auto;
  z-index: -1;
}
.styItem .styFm a .sty_img_gp img {
  width: 9rem;
  height: auto;
  position: relative;
  z-index: 1;
}
.styItem .styFm a .sty_img_gp span {
  width: 11.7375rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border: 0.0318rem solid #fff;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  display: block;
  margin-bottom: 0.125rem;
}
.styItem .styFm a .sty_img_gp .hoverEffect {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background: rgba(86, 86, 86, 0.35);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 4.5rem 0.5rem 1.9375rem;
}
.styItem .styFm a .sty_img_gp .hoverEffect p {
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.styItem .styFm a:hover .sty_img_gp .hoverEffect {
  visibility: visible;
  opacity: 1;
}
.styItem .styInerTxt {
  width: 100%;
  padding: 0 1.4375rem 1.5rem;
}
.styItem .styInerTxt h6 {
  color: #000;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 0 0.75rem;
}
.styItem .styInerTxt h6 a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #000;
}
.styItem .styInerTxt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
}
.styItem .styInerTxt .styHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.5625rem;
}
.styItem .styInerTxt .styHeader h4 {
  color: #000;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  margin: 0;
  padding: 0;
}
.styItem .styInerTxt .styHeader p {
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.styItem .styInerTxt .styHeader p span {
  margin-right: 0.5625rem;
}
.styItem .styInerTxt .styHeader p.unlock {
  color: #249d8f;
}
.styItem .styInerTxt .styHeader p.lock {
  color: #f4a261;
}
.styItem .styInerTxt ul.Info_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.styItem .styInerTxt ul.Info_list li {
  position: relative;
  color: rgba(51, 51, 51, 0.35);
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 185.714% */
  padding-left: 1.4375rem;
}
.styItem .styInerTxt ul.Info_list li::before {
  content: " ";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/trick_icon.svg) no-repeat;
  left: 0;
  background-size: contain;
  top: 0.375rem;
}
.styItem .styInerTxt ul.Info_list li.activeIn {
  color: #333;
}
.styItem .styInerTxt ul.Info_list li.activeIn::before {
  background: url(../images/trick_icon2.svg) no-repeat;
  background-size: contain;
}
.styItem a.txt {
  display: flex;
  padding: 0.75rem 0 0.8125rem 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #249d8f;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04rem;
  text-transform: capitalize;
  margin-top: auto;
  border-bottom: 0.1875rem solid #fff;
  transition: all 0.3s ease-in-out;
}

section.hmSec2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.hmSec2 .headingGlobalTxt h2 span.stroke::before {
  width: calc(100% - 5.575rem);
  left: 2.1875rem;
  right: unset;
  margin: auto;
}
section.hmSec2 .bg_garden {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  bottom: -9.375rem;
  left: 0;
}
section.hmSec2 .bg_garden img {
  width: 100%;
}
section.hmSec2 .headingGlobalTxt {
  width: calc(100% + 0.875rem);
}
section.hmSec2 .headingGlobalTxt p {
  max-width: 28.0625rem;
}
section.hmSec2 .fmaily_img {
  max-width: 32rem;
  width: 100%;
  margin-top: -1.25rem;
}
section.hmSec2 .fmaily_img img {
  width: 100%;
}

ul.flex_icon {
  display: flex;
  gap: 2.1875rem;
  flex-wrap: wrap;
}
ul.flex_icon li {
  color: #333;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
ul.flex_icon li span {
  display: inline-block;
  position: relative;
  top: -0.0625rem;
  width: 1.5625rem;
  height: 1.25rem;
  margin-right: 0.9375rem;
}
ul.flex_icon li span img {
  width: auto;
  height: 100%;
}

.listenStoryBx {
  border: 0 solid #fff;
  background: #fff;
  box-shadow: 0 0 0.125rem 0 rgba(23, 26, 31, 0.12), 0 0 0.0625rem 0 rgba(23, 26, 31, 0.07);
  padding: 1.5rem 1.3rem;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-top: 1.75rem;
}
.listenStoryBx h3 {
  margin: 0 0 0.5rem;
}
.listenStoryBx h3 + p {
  color: #565d6d;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
  margin: 0 0 1.375rem;
}
.listenStoryBx .audio-player {
  width: 100%;
  margin: 0 0 1.5rem;
}
.listenStoryBx .audio-player audio {
  width: 100%;
}
.listenStoryBx .fillScroll {
  border: 0.0625rem solid #dee1e6;
  background: #fff;
  box-shadow: 0 0 0.125rem 0 rgba(23, 26, 31, 0.12), 0 0 0.0625rem 0 rgba(23, 26, 31, 0.07);
  height: 12.5rem;
  width: 100%;
  padding: 0.9375rem 1.6875rem 0.9375rem 1.0625rem;
  margin: 0 0 1.5rem;
  overflow-y: auto;
}
.listenStoryBx .fillScroll p {
  color: #171a1f;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.listenStoryBx .fill_email {
  text-align: center;
}
.listenStoryBx .fill_email h4 {
  color: #218372;
  text-align: center;
  font-family: Lato;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  /* 181.818% */
  margin: 0 0 0.5rem;
}
.listenStoryBx .fill_email p {
  color: #565d6d;
  max-width: 27.125rem;
  margin: 0 auto 1.125rem;
}
.listenStoryBx .fill_email .fill_email_address {
  max-width: 26.1875rem;
  margin: 0 auto 1.875rem;
  display: flex;
  gap: 0.7969rem;
}
.listenStoryBx .fill_email .fill_email_address input:not([type=submit]) {
  margin: 0;
  border: 0.0625rem solid #dee1e6;
  background: #fff;
  border-radius: 0;
  color: #565d6d;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 157.143% */
  padding: 0.5625rem 0.5rem;
}
.listenStoryBx .fill_email .fill_email_address input[type=submit] {
  color: #fff;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 157.143% */
  padding: 0.5rem 2.4194rem;
}
.listenStoryBx .fill_email .fill_email_address input[type=submit]:hover, .listenStoryBx .fill_email .fill_email_address input[type=submit]:focus, .listenStoryBx .fill_email .fill_email_address input[type=submit]:focus-visible {
  color: #249d8f;
}
.listenStoryBx h6 {
  color: #565d6d;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  margin: 0 0 1.375rem;
}

ul.tick_circle {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
ul.tick_circle li {
  position: relative;
  color: #565d6d;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  padding-left: 2.5rem;
}
ul.tick_circle li::before {
  content: " ";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url(../images/circle_tick.png) no-repeat;
  left: 0;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.hmSec3 {
  background: #faf7f0;
}
section.hmSec3 .headingGlobalTxt h2 {
  margin: 0 0 3.125rem;
}
section.hmSec3 .headingGlobalTxt h2::before {
  right: 6.85rem;
  left: unset;
}
section.hmSec3 .headingGlobalTxt p {
  max-width: 27.0625rem;
  color: #5d5d5d;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: 0.01rem;
}
section.hmSec3 .nav.nav-pills {
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-end;
  display: grid;
  padding: 0.2125rem 0.375rem 0.15rem 0.275rem;
  gap: 0.375rem;
  flex-shrink: 0;
  margin-left: auto;
  border: 0.0625rem solid #f4a261;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.1875rem;
}
section.hmSec3 .nav.nav-pills li {
  flex: 1;
}
section.hmSec3 .nav.nav-pills li button {
  width: 100%;
  color: #f4a261;
  font-family: Lato;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 0;
  text-align: center;
}
section.hmSec3 .nav.nav-pills li button.active {
  background: #f4a261;
  color: #fff;
}

.below_btn_info {
  text-align: center;
  display: flex;
  justify-content: center;
}
.below_btn_info p {
  display: flex;
  color: #000;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0.9375rem 3.5rem 0.9375rem 2.0625rem;
  align-items: flex-start;
  gap: 1.1875rem;
  flex-shrink: 0;
  border: 0.0625rem dashed #f4a261;
  background: rgba(244, 162, 97, 0.3);
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.below_btn_info p a {
  color: inherit;
  color: #333;
  text-decoration-line: underline;
}

.eachPrice {
  padding: 1.2188rem 1.125rem 1.2188rem 1.125rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.eachPrice h5 {
  position: relative;
  color: #249d8f;
  font-family: Lato;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: flex-end;
  min-height: 2.6875rem;
  margin: 0 0 2.1875rem;
  padding: 0;
}
.eachPrice h5:has(span) {
  margin: 0 1.25rem 2.1875rem;
}
.eachPrice h5::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0.625rem;
  background: url(../images/short_curve.svg) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -0.75rem;
}
.eachPrice h5 span {
  margin-top: -1.25rem;
  position: relative;
  top: 1.0625rem;
  margin-left: -1.5625rem;
}
.eachPrice h4 {
  color: #333;
  font-family: Lato;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 250% */
  text-transform: capitalize;
  margin: 0 0 1.875rem;
}
.eachPrice h3 {
  color: #2a9d8f;
  font-family: Lato;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.0219rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
}
.eachPrice h3 small {
  color: #333;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.0106rem;
}
.eachPrice p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: 0.01rem;
}
.eachPrice p.headInfo {
  min-height: 2.9375rem;
}
.eachPrice ul.tick_circle {
  width: 100%;
  border-top: 0.0625rem solid #eedaca;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  gap: 1.275rem;
}
.eachPrice ul.tick_circle li {
  width: 100%;
  max-width: 19rem;
}
.eachPrice .btm_button {
  width: 100%;
  margin-top: auto;
}
.eachPrice .btm_button .btn {
  width: 100%;
}
.eachPrice.pro {
  background: #2a9d8f;
}
.eachPrice.pro h5,
.eachPrice.pro h4,
.eachPrice.pro h3,
.eachPrice.pro p {
  color: #fff;
}
.eachPrice.pro h3 small {
  color: #fff;
}
.eachPrice.pro ul.tick_circle {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.eachPrice.pro ul.tick_circle li {
  color: #fff;
}
.eachPrice.pro ul.tick_circle li::before {
  filter: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(6760%) hue-rotate(250deg) brightness(119%) contrast(109%);
}
.eachPrice.pro .btm_button {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.eachPrice:hover {
  background: #2a9d8f;
}
.eachPrice:hover h5,
.eachPrice:hover h4,
.eachPrice:hover h3,
.eachPrice:hover p {
  color: #fff;
}
.eachPrice:hover h3 small {
  color: #fff;
}
.eachPrice:hover ul.tick_circle {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.eachPrice:hover ul.tick_circle li {
  color: #fff;
}
.eachPrice:hover ul.tick_circle li::before {
  filter: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(6760%) hue-rotate(250deg) brightness(119%) contrast(109%);
}
.eachPrice:hover .btm_button {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.eachPrice:hover .btm_button .btn {
  background: #fff;
  border: 0.0625rem solid #fff;
  color: #f4a261;
}

section.hmSec4 {
  padding: 3.4375rem 0;
  background: #f4a261;
}
section.hmSec4 .headingGlobalTxt h2 {
  display: inline-block;
  margin: 0 0 2rem;
}
section.hmSec4 .headingGlobalTxt h2::before {
  background: url(../images/white_stroke.svg) no-repeat;
  left: unset;
  right: 0;
  width: 10.9375rem;
  bottom: -1.5625rem;
}
section.hmSec4 .text-md-right {
  text-align: right;
  margin-bottom: 1.875rem;
}

.testItem {
  border: 0.0625rem solid rgba(91, 100, 119, 0.1);
  background: #fff;
  padding: 2.5rem 0.6rem 2.5rem 0.6rem;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.testItem .testHeading {
  position: relative;
  display: grid;
  grid-template-columns: 3.75rem auto;
  gap: 0.9375rem;
}
.testItem .testHeading .topic {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}
.testItem .testHeading .user_icon {
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 1/1;
  border-radius: 3.75rem;
  overflow: hidden;
}
.testItem .testHeading .user_icon img {
  width: 100%;
  height: 100%;
}
.testItem .testHeading .user_txt {
  padding-right: 3.75rem;
}
.testItem .testHeading .user_txt h4 {
  color: #2d3a53;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.75rem;
}
.testItem .testHeading .user_txt h5 {
  color: #5b6477;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
  padding: 0;
}
.testItem p {
  color: #5b6477;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.testItem:hover {
  border: 0.0625rem solid rgba(91, 100, 119, 0.1);
  background: #333;
}
.testItem:hover .testHeading .user_txt h4 {
  color: #fff;
}
.testItem:hover .testHeading .user_txt h5 {
  color: #fff;
}
.testItem:hover p {
  color: #fff;
}

footer {
  padding: 6.25rem 0 0;
  background: #faf7f0 url(../images/footer_grass.png) repeat-x;
  background-position: bottom center;
  background-size: contain;
}
footer .footer-top-part {
  padding-bottom: 2.5rem;
}
footer .footer-top-part .row {
  gap: 1.25rem 0;
}
footer .footer-top-part .ft_info {
  margin-top: 0.6875rem;
}
footer .footer-top-part .ft_info h4 {
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.6875rem;
}
footer .footer-top-part .ft_info p {
  margin: 0 0 1rem;
}
footer .footer-top-part .ft_info p a {
  font-size: inherit;
  color: inherit;
}
footer .footer-top-part .ft_info .ft_logo {
  width: 9.5625rem;
  height: 4rem;
  aspect-ratio: 153/64;
  margin: 0 0 1.875rem;
}
footer .footer-top-part .ft_info .ft_logo a {
  display: block;
}
footer .footer-top-part .ft_info p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-top-part .adjustSpace {
  display: flex;
  gap: 5.3125rem;
  justify-content: center;
}
footer .footer-top-part .ft_item {
  margin-top: 2.5625rem;
}
footer .footer-top-part .ft_item h4 {
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .footer-top-part .ft_item ul {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
footer .footer-top-part .ft_item ul li {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-top-part .ft_item ul li a,
footer .footer-top-part .ft_item ul li p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-top-part .ft_item ul li a:hover {
  color: #6d6d6d;
}
footer .footer-top-part .ft_item.cnt_info ul li {
  display: grid;
  grid-template-columns: 1rem auto;
  align-items: start;
  gap: 1rem;
}
footer .footer-top-part .ft_item.cnt_info ul li span {
  display: inline-block;
  width: 1rem;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  top: -0.0938rem;
}
footer .footer-top-part .ft_item.newIten .newsForm .inputGp {
  position: relative;
  margin: 0 0 1rem;
}
footer .footer-top-part .ft_item.newIten .newsForm .inputGp input:not([type=submit]) {
  padding: 0.8438rem 3.75rem 0.8438rem 1rem;
  color: #fff;
  color: #333;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 0.0625rem solid #333;
  border-radius: 0;
  margin: 0 0 1rem;
}
footer .footer-top-part .ft_item.newIten .newsForm .inputGp input:not([type=submit])::-moz-placeholder {
  color: #333;
}
footer .footer-top-part .ft_item.newIten .newsForm .inputGp input:not([type=submit])::placeholder {
  color: #333;
}
footer .footer-top-part .ft_item.newIten .newsForm .inputGp input[type=submit] {
  width: 100%;
}
footer .footer-top-part .ft_item.newIten .newsForm p {
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .footer-top-part .ft_item.newIten p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-bottom-part {
  position: relative;
  padding: 1.75rem 0;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul {
  display: flex;
  gap: 2.1875rem;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul li {
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul li a {
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul.social_links {
  display: flex;
  gap: 0.5704rem;
}

.inner_banner {
  position: relative;
  padding: 6.25rem 0 0;
  background: #faf7f0;
  z-index: 1;
}
.inner_banner .contact-cloud {
  position: absolute;
  max-width: 14.4375rem;
  width: 100%;
  top: 2.625rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner_banner .contact-cloud img {
  width: 100%;
}
.inner_banner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.inner_banner .top {
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inner_banner .top h1 {
  position: relative;
  color: #333;
  font-family: Montserrat;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.625rem;
}
.inner_banner .top h1 span.stroke {
  display: inline-block;
  position: relative;
}
.inner_banner .top h1 span.stroke::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -1.25rem;
}
.inner_banner .top .brdcump {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.825rem;
  flex-wrap: wrap;
}
.inner_banner .top .brdcump li {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  position: relative;
  display: flex;
  align-items: center;
}
.inner_banner .top .brdcump li:last-child::after {
  display: none;
}
.inner_banner .top .brdcump li::after {
  content: "";
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  width: 0.375rem;
  height: 0.6875rem;
  aspect-ratio: 6/11;
  background: url(../images/arrow-right-breadcrumb.svg) no-repeat;
  background-size: contain;
  margin: 0 0.5625rem;
}
.inner_banner .top .brdcump li a {
  color: #333;
  font-weight: 400;
}
.inner_banner.blogPg .contact-cloud {
  left: 40rem;
}

section.abtSec1 .headingGlobalTxt {
  margin-top: 6.1875rem;
  width: calc(100% + 0.625rem);
}
section.abtSec1 .abtImg {
  width: 100%;
}
section.abtSec1 .abtImg img {
  width: 100%;
}

section.abtSec2 {
  position: relative;
  background: #faf7f0;
  z-index: 1;
}
section.abtSec2 .bg_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  z-index: -1;
}
section.abtSec2 .fm_img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-left: auto;
  margin-top: -6.875rem;
}

section.abtSec3 .each_icon_txt {
  display: grid;
  grid-template-columns: 1.9375rem auto;
  gap: 0.75rem;
  align-items: start;
}
section.abtSec3 .one .faq_box .faq_item .faq_cont p {
  max-width: 38.5rem;
}
section.abtSec3 .two .faq_box .faq_item .faq_cont p,
section.abtSec3 .three .faq_box .faq_item .faq_cont p {
  max-width: 49.375rem;
}

ul.bullet_list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin: 0 0 0.9375rem;
  list-style: disc;
  padding-left: 1.1875rem;
}

.faq_box {
  width: 100%;
  padding: 0;
  margin: 0rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.625rem;
}
.faq_box .faq_item {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  border: 0.125rem solid #f4a261;
  box-shadow: 0 0.25rem 1.5625rem 0.25rem rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
}
.faq_box .faq_item.main_active {
  border: 0.125rem solid #f4a261;
  box-shadow: 0 0.25rem 1.5625rem 0.25rem rgba(0, 0, 0, 0.07);
}
.faq_box .faq_item.main_active .faq_hd {
  background: transparent;
}
.faq_box .faq_item.main_active .faq_hd h5 {
  color: #333;
}
.faq_box .faq_item.main_active .faq_hd.closed::before {
  color: #333;
}
.faq_box .faq_item:last-child {
  margin: 0;
}
.faq_box .faq_item .faq_hd {
  display: flex;
  gap: 1.25rem;
  padding: 0.75rem 2rem;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0rem;
  flex-direction: row-reverse;
  align-items: center;
  background: #f4a261;
  transition: all 0.3s ease-in-out;
}
.faq_box .faq_item .faq_hd::before {
  font: var(--fa-font-solid);
  content: "\f107";
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 0rem;
  top: 0rem;
  margin: auto;
  z-index: 1;
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: none;
  width: 0.9375rem;
  height: 0.75rem;
}
.faq_box .faq_item .faq_hd.closed::before {
  transform: rotate(180deg);
}
.faq_box .faq_item .faq_hd h5 {
  position: relative;
  color: #fff;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 130% */
  margin: 0;
  cursor: pointer;
  width: calc(100% - 0.9375rem);
}
.faq_box .faq_item .faq_cont {
  display: none;
  padding: 0 2rem 0.75rem;
  margin: 0;
  border-top: none;
}
.faq_box .faq_item .faq_cont p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0 0 1rem;
}
.faq_box .faq_item .faq_cont p:last-of-type {
  margin: 0;
}

section.abtSec4 {
  padding: 4.75rem 0;
  background: #f4a261;
}
section.abtSec4 h3 {
  color: #fff;
  display: inline-block;
  font-family: Lato;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: calc(100% + 0.625rem);
  position: relative;
}
section.abtSec4 h3 span.stroke {
  position: relative;
  display: inline-block;
}
section.abtSec4 h3 span.stroke::before {
  content: " ";
  position: absolute;
  width: 10rem;
  height: 1.3488rem;
  background: url(../images/white_stroke.svg) no-repeat;
  background-size: 100% auto;
  right: 0;
  bottom: -1.5625rem;
}
section.abtSec4 .gp_btn {
  text-align: right;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

section.hmSec1.otherAbt .styItem .styInerTxt {
  padding: 0 0.875rem 0.875rem;
}
section.hmSec1.otherAbt .styItem:hover a.txt {
  border-bottom: 0.1875rem solid #f4a261;
  transform: scale(1.05);
}

section.hmSec1.otherBlog .headingGlobalTxt {
  max-width: 33.125rem;
}
section.hmSec1.otherBlog .headingGlobalTxt h2::before {
  width: 6.25rem;
  left: unset;
  bottom: -1.25rem;
  right: 5rem;
}
section.hmSec1.otherBlog .d_flex_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
section.hmSec1.otherBlog .d_flex_heading h4 {
  color: #000;
  font-weight: 600;
  line-height: 1.625rem;
  margin: 0;
  padding: 0;
}
section.hmSec1.otherBlog .d_flex_heading .btn.whiteBtn {
  color: #333;
  background: transparent;
  border: 0.0625rem solid transparent;
}
section.hmSec1.otherBlog .d_flex_heading .btn.whiteBtn:hover {
  color: #fff;
  background: #f4a261;
}
section.hmSec1.otherBlog .styItem .styInerTxt {
  padding: 0 0.8375rem 0.875rem;
}
section.hmSec1.otherBlog .styItem .styInerTxt h6 {
  color: #000;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 144.444% */
}
section.hmSec1.otherBlog .styItem .styInerTxt p {
  color: #000;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
section.hmSec1.otherBlog .styItem:hover a.txt {
  border-bottom: 0.1875rem solid #f4a261;
  transform: scale(1.05);
}

section.planSec1 .headingGlobalTxt h2 {
  color: #333;
  font-family: Montserrat;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.planSec1 .headingGlobalTxt h2 span::before {
  bottom: -1.75rem;
  left: 0;
  width: calc(100% + 2.1875rem);
}
section.planSec1 .headingGlobalTxt p {
  max-width: 40rem;
}

.subItem {
  padding: 2.5rem;
  background: #249d8f;
  height: 100%;
}
.subItem.greenBg {
  background: #249d8f;
}
.subItem.orangeBg {
  background: #f4a261;
}
.subItem .subIcon {
  width: 2.875rem;
  height: 2.875rem;
  margin: 0 0 0.8125rem;
}
.subItem .subIcon img {
  width: 100%;
}
.subItem h3 {
  color: #fff;
  font-size: 1.625rem;
  margin: 0 0 1.5625rem;
}
.subItem p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.5625rem;
  max-width: 30.625rem;
  width: 100%;
}
.subItem a {
  color: #fff;
}
.subItem a i {
  margin-left: 0.625rem;
  font-size: 0.875rem;
}

section.planSec2 {
  position: relative;
  padding: 4rem 0;
  background: #249d8f;
  text-align: center;
  z-index: 2;
}
section.planSec2 h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.5rem;
}
section.planSec2 p {
  color: #fff;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 43.8125rem;
  margin: auto;
}
section.planSec2.orangeBg {
  background: #f4a261;
}

section.abtSec2.planSec3 .headingGlobalTxt {
  width: calc(100% + 0.625rem);
  max-width: 100%;
}
section.abtSec2.planSec3 .headingGlobalTxt h2 span.stroke::before {
  left: 0;
  width: calc(100% - 0.625rem);
  height: 0.9375rem;
}
section.abtSec2.planSec3 ul.tick_circle {
  gap: 1.25rem;
}
section.abtSec2.planSec3 .fm_img {
  margin-top: -11.275rem;
}

section.abtSec1.planSec4 .headingGlobalTxt {
  width: calc(100% - 0.125rem);
}
section.abtSec1.planSec4 a.text_arrow {
  display: inline-block;
}

section.planeSec4 .headingGlobalTxt h2 span.stroke::before {
  width: calc(100% - 1.875rem);
  left: 0.625rem;
}
section.planeSec4 p {
  color: #5d5d5d;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: 0.01rem;
}
section.planeSec4 .gpFlag {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 3.0625rem;
}
section.planeSec4 .gpFlag .eachFlg {
  position: relative;
  width: 9.3125rem;
  height: 23.5rem;
  z-index: 1;
}
section.planeSec4 .gpFlag .eachFlg img.flagImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
section.planeSec4 .gpFlag .eachFlg::before {
  content: " ";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(188deg, rgba(255, 255, 255, 0) -0.01%, rgba(51, 51, 51, 0.25) 74.95%);
}
section.planeSec4 .gpFlag .eachFlg h3 {
  color: #fff;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 0.75rem;
  bottom: 1.25rem;
  margin: 0;
  padding: 0;
}
section.planeSec4 .gpFlag .eachFlg h3 a {
  color: #fff;
}

section.abtSec1.planSec5 {
  overflow: hidden;
}
section.abtSec1.planSec5 .headingGlobalTxt {
  max-width: 39.375rem;
  width: 100%;
}
section.abtSec1.planSec5 .headingGlobalTxt h2 span.stroke::before {
  left: 0;
  width: 100%;
  height: 0.9375rem;
}
section.abtSec1.planSec5 .btn_gp {
  display: flex;
  gap: 1.625rem;
  align-items: center;
}
section.abtSec1.planSec5 .btn_gp a.text_arrow {
  color: #249d8f;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.abtSec1.planSec5 .btn_gp a.text_arrow i {
  margin-left: 0.4375rem;
  font-size: 0.875rem;
}

section.abtSec4.blueBg {
  background: #249d8f;
}
section.abtSec4.blueBg .btn.whiteBtn {
  color: #249d8f;
}
section.abtSec4.blueBg .btn.whiteBtn:hover {
  color: #fff;
}

section.bkSec1 .headingGlobalTxt span.stroke::before {
  bottom: -1.85rem;
  left: 0;
  width: calc(100% - 0.9375rem);
}
section.bkSec1 .browserLib {
  background: #fff;
  padding-bottom: 1.1875rem;
  box-shadow: 0 0 0.125rem 0 rgba(244, 162, 97, 0.12), 0 0 0.0625rem 0 rgba(244, 162, 97, 0.07);
}
section.bkSec1 .browserLib h3 {
  padding-top: 1.25rem;
  padding-bottom: 0.875rem;
  text-align: center;
  color: #000;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: calc(100% - 1.125rem);
  margin: 0 auto 1rem;
  border-bottom: 0.0625rem solid #333;
}
section.bkSec1 .browserLib .nav.nav-pills {
  flex-direction: column;
  gap: 1.25rem 0;
}
section.bkSec1 .browserLib .nav.nav-pills li .nav-link {
  width: 100%;
  padding: 0.375rem 1.2897rem 0.3125rem 2.0625rem;
  border-radius: 0;
  text-align: left;
  color: #333;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05rem;
  text-transform: capitalize;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border-left: 0.25rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.bkSec1 .browserLib .nav.nav-pills li .nav-link i {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section.bkSec1 .browserLib .nav.nav-pills li .nav-link.active, section.bkSec1 .browserLib .nav.nav-pills li .nav-link:hover {
  border-left: 0.25rem solid #f4a261;
  background: rgba(244, 162, 97, 0.25);
}
section.bkSec1 .browserLib .nav.nav-pills li .nav-link.active i, section.bkSec1 .browserLib .nav.nav-pills li .nav-link:hover i {
  opacity: 1;
}
section.bkSec1 .tab-pane .row {
  gap: 2rem 0;
}

.pagination {
  justify-content: center;
}
.pagination ul {
  padding: 0.5625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4375rem;
}
.pagination ul li a {
  display: inline-flex;
  width: auto;
  padding: 0.1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #000;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 0.1875rem solid transparent;
  transition: all 0.3s ease-in-out;
}
.pagination ul li a.next, .pagination ul li a.prev {
  color: #333;
}
.pagination ul li a.next.disable, .pagination ul li a.prev.disable {
  opacity: 0.3;
  pointer-events: none;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background: transparent;
  color: #000;
  border-bottom: 0.1875rem solid #f4a261;
}
.pagination ul li a.active img, .pagination ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(109%) contrast(104%);
}

section.abtSec2.bkSec2 {
  position: relative;
  overflow: hidden;
}
section.abtSec2.bkSec2 .headingGlobalTxt h2 span.stroke::before {
  left: 0.375rem;
  width: calc(100% - 4.6875rem);
  bottom: -1.6875rem;
}
section.abtSec2.bkSec2 .sty_email {
  max-width: 30.4375rem;
  width: 100%;
}
section.abtSec2.bkSec2 .sty_email .groupInput {
  display: flex;
  gap: 0.6875rem;
  align-items: flex-start;
}
section.abtSec2.bkSec2 .sty_email .groupInput input:not([type=submit], [type=radio], [type=checkbox]) {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #333;
  margin: 0;
  border: 0.0625rem solid #333;
  padding: 0.75rem 0.9375rem;
  border-radius: 0;
}
section.abtSec2.bkSec2 .sty_email .groupInput input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: #333;
  opacity: 1;
}
section.abtSec2.bkSec2 .sty_email .groupInput input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: #333;
  opacity: 1;
}
section.abtSec2.bkSec2 .sty_email .groupInput .btn {
  padding: 0.744rem 1.9625rem;
  border-radius: 0.3125rem;
}
section.abtSec2.bkSec2 .fm_img {
  position: relative;
  margin-bottom: -6.25rem;
  margin-top: -6.875rem;
  margin-right: 7.5rem;
}
section.abtSec2.bkSec2 h5 {
  line-height: 1.625rem;
  /* 144.444% */
  max-width: 34.375rem;
  margin: 0 0 1.3125rem;
}
section.abtSec2.bkSec2 p {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0 0 1.625rem;
}
section.abtSec2.bkSec2 .cloudImg {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: calc(50% + 8.75rem);
  top: 5rem;
  z-index: -1;
}

section.abtSec4.whiteBg {
  background: transparent;
}
section.abtSec4.whiteBg.mt-100 {
  margin-top: 6.25rem;
}
section.abtSec4.whiteBg h3 {
  color: #333;
}
section.abtSec4.whiteBg h3 span.stroke::before {
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
}

section.contactsec .headingGlobalTxt {
  max-width: 42.925rem;
}
section.contactsec .headingGlobalTxt h2 {
  position: relative;
}
section.contactsec .headingGlobalTxt h2 span.stroke::before {
  content: " ";
  position: absolute;
  height: 1.4375rem;
  background: url(../images/contact-text-line.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -1.5625rem;
  width: 100%;
}
section.contactsec .contactform {
  max-width: 61rem;
  margin: 0 auto 0;
  padding: 2.5rem;
  width: 100%;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 0 0.125rem 0 rgba(23, 26, 31, 0.12), 0 0 0.0625rem 0 rgba(23, 26, 31, 0.07);
}
section.contactsec .contactform h3 {
  color: #171a1f;
  line-height: 2rem;
  /* 133.333% */
  margin-bottom: 2.25rem;
}
section.contactsec .contactform .inputcontainer input[type=text],
section.contactsec .contactform .inputcontainer input[type=email] {
  color: rgba(51, 51, 51, 0.35);
  padding: 1.0625rem;
  margin-bottom: 2.25rem;
}
section.contactsec .contactform .inputcontainer textarea {
  height: 18.375rem;
  margin: 0 0 2.25rem;
}
section.contactsec .contactform .inputcontainer input[type=submit] {
  display: flex;
  width: 100%;
  max-width: 24.75rem;
  margin: auto;
}

section.blgDtSec1 .headingGlobalTxt {
  max-width: 61.125rem;
}
section.blgDtSec1 ul.info_details {
  display: flex;
  align-items: center;
}
section.blgDtSec1 ul.info_details > li {
  color: #000;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
section.blgDtSec1 ul.info_details > li + li::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #f4a261;
  margin: 0 0.75rem;
}
section.blgDtSec1 ul.info_details > li .social_links {
  margin-left: 1rem;
}
section.blgDtSec1 ul.info_details > li .social_links ul {
  display: flex;
  gap: 0.5rem;
}
section.blgDtSec1 ul.info_details > li .social_links ul li a {
  display: flex;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  background: #333;
  align-items: center;
  justify-content: center;
}
section.blgDtSec1 ul.info_details > li .social_links ul li a i {
  font-size: 0.75rem;
  color: #fff;
}
section.blgDtSec1 .blog_fm {
  width: 100%;
}
section.blgDtSec1 .blog_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blgDtSec1 h3 {
  color: #333;
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 3.75rem 0 1rem;
}
section.blgDtSec1 p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
section.blgDtSec1 h4 {
  color: #333;
  font-family: Montserrat;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 2.25rem 0 1rem;
}
section.blgDtSec1 .info_notes {
  border-left: 0.25rem solid #f4a261;
  background: rgba(244, 162, 97, 0.25);
  padding: 2.0625rem 2rem;
}
section.blgDtSec1 .info_notes p {
  color: #333;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 144.444% */
}

section.contactsec.blgSec2 .contactform {
  max-width: 100%;
}
section.contactsec.blgSec2 .contactform .inputcontainer textarea {
  height: 10.75rem;
}

section.blgSec3 {
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(91, 100, 119, 0.1);
  border-bottom: 0.0625rem solid rgba(91, 100, 119, 0.1);
}
section.blgSec3 h3 {
  color: #000;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 108.333% */
  margin: 0 0 2rem;
}
section.blgSec3 ul.comments {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
section.blgSec3 ul.comments li {
  border-bottom: 0.0625rem solid rgba(91, 100, 119, 0.1);
}
section.blgSec3 .comments_btn {
  text-align: center;
}

.comments_list {
  position: relative;
  display: grid;
  grid-template-columns: 3.75rem auto;
  gap: 0.9375rem;
  z-index: 1;
}
.comments_list::before {
  content: " ";
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: url(../images/topic_blck.png) no-repeat;
  background-size: contain;
  opacity: 0.2;
  right: 0;
  top: 0;
}
.comments_list .comments_user {
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 1/1;
  border-radius: 3.75rem;
}
.comments_list .comments_details {
  padding: 0 0 2.25rem;
}
.comments_list .comments_details h4 {
  color: #2e2e2e;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.625rem;
}
.comments_list .comments_details h5 {
  color: #2e2e2e;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.comments_list .comments_details p {
  color: #2e2e2e;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

section.abtSec4.transBg {
  background: transparent;
  padding-top: 11rem;
}
section.abtSec4.transBg h3 {
  color: #f4a261;
}
section.abtSec4.transBg h3 span.stroke::before {
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
}

section.contactsec.blgSec2 .headingGlobalTxt h2 span.stroke::before {
  width: 11.3254rem;
  margin: auto;
  left: 0;
  right: 0;
  background: url(../images/curve_line.png);
  background-size: 100% 100%;
}

.overlayBg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999991;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.overlayBg.showBg {
  opacity: 1;
  visibility: visible;
}

.fill_pop {
  width: 100%;
  max-width: 37.5625rem;
  background: #fff url(../images/book_bg.png) no-repeat;
  background-position: left bottom;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9.3125rem 1.25rem 1.25rem;
  transition: all 0.3s ease-in-out;
  transform: translateX(120%);
}
.fill_pop.openPop {
  transform: translateX(0%);
}
.fill_pop .cloase_pop {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.fill_pop .pop_inner_fill {
  width: 100%;
  max-width: 21.25rem;
  text-align: center;
}
.fill_pop .pop_inner_fill h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
}
.fill_pop .pop_inner_fill h2 + p {
  margin: 0 0 2.5rem;
}
.fill_pop .pop_inner_fill p {
  color: #000;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fill_pop .pop_inner_fill .inputGroup.d_flex_two {
  display: flex;
  justify-content: space-between;
}
.fill_pop .pop_inner_fill .inputGroup .inpt-password {
  position: relative;
}
.fill_pop .pop_inner_fill .inputGroup .inpt-password i {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  z-index: 1;
}
.fill_pop .pop_inner_fill .inputGroup .remember_chck {
  display: grid;
  grid-template-columns: 0.9375rem auto;
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.fill_pop .pop_inner_fill .inputGroup .remember_chck input[type=checkbox] {
  cursor: pointer;
}
.fill_pop .pop_inner_fill .inputGroup .remember_chck label {
  text-align: left;
  color: #333;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.fill_pop .pop_inner_fill .inputGroup .forget_links a {
  color: #00f;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fill_pop .pop_inner_fill .inputGroup .btn {
  width: 100%;
}
.fill_pop .pop_inner_fill .inputGroup.clickTxt {
  margin: 0 0 1.25rem;
}
.fill_pop .pop_inner_fill .inputGroup.clickTxt p {
  color: #000;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fill_pop .pop_inner_fill .inputGroup.clickTxt p a {
  color: #00f;
}
.fill_pop p {
  color: rgba(51, 51, 51, 0.35);
  text-align: center;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 27.25rem;
  width: 100%;
}

section.bkDetSec1 .blackInfo {
  display: inline-flex;
  background: #333;
  padding: 0.375rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
}
section.bkDetSec1 h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.3125rem;
  /* 102.778% */
  margin: 0 0 1.25rem;
}
section.bkDetSec1 p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 1.65rem */
  letter-spacing: -0.04rem;
  margin: 0 0 1.25rem;
}
section.bkDetSec1 .innerPayDet .heading_oneTimepay {
  display: flex;
  padding: 1rem 0.625rem 0.9375rem 0.625rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid rgba(51, 51, 51, 0.25);
  margin: 0 0 1rem;
}
section.bkDetSec1 .innerPayDet .heading_oneTimepay .checkbox {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.75rem;
  align-items: center;
}
section.bkDetSec1 .innerPayDet .heading_oneTimepay .checkbox input[type=radio] {
  width: 1rem;
  height: 1rem;
  transform: none;
  border: 0.125rem solid #000;
  margin-top: 0.125rem;
}
section.bkDetSec1 .innerPayDet .heading_oneTimepay .checkbox input[type=radio]::before {
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  clip-path: unset;
  border-radius: 50%;
}
section.bkDetSec1 .innerPayDet .heading_oneTimepay .checkbox label {
  margin: 0;
  padding: 0;
  font-family: Lato;
  /* font-size: 1rem; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.bkDetSec1 .innerPayDet .heading_oneTimepay h5 {
  margin: 0;
  padding: 0;
  color: var(--Black, #000);
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.bkDetSec1 ul.columnsTxt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 3.75rem;
  margin: 0 0 2.5rem;
}
section.bkDetSec1 ul.columnsTxt li {
  position: relative;
  color: var(--Black, #000);
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 1.375rem;
  text-align: left;
}
section.bkDetSec1 ul.columnsTxt li::before {
  content: " ";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  aspect-ratio: 1/1;
  background: url(../images/circle_tick_orange.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0.1875rem;
}
section.bkDetSec1 ul.columnsTxt li.del::before {
  filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(12%) hue-rotate(131deg) brightness(88%) contrast(108%);
}
section.bkDetSec1 .subscribe_title {
  position: relative;
  text-align: center;
  margin: 0 0 1.25rem;
}
section.bkDetSec1 .subscribe_title::before {
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 0.0625rem;
  background: rgba(51, 51, 51, 0.25);
  left: 0;
  margin: auto;
}
section.bkDetSec1 .subscribe_title p {
  position: relative;
  display: inline-block;
  color: var(--Black, #000);
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #faf7f0;
  margin: -0.0625rem 0;
  padding: 0.0625rem 0.625rem;
  z-index: 1;
}
section.bkDetSec1 .faq_box {
  gap: 0;
  margin: 0 0 2.25rem;
}
section.bkDetSec1 .faq_box .faq_item {
  border: 0.0625rem solid rgba(51, 51, 51, 0.25);
  box-shadow: none;
}
section.bkDetSec1 .faq_box .faq_item .headingSub {
  display: flex;
  justify-content: space-between;
  padding: 0.9688rem 0.625rem;
  align-items: center;
}
section.bkDetSec1 .faq_box .faq_item .headingSub.disableddiv {
  cursor: no-drop;
  opacity: 0.2;
}
section.bkDetSec1 .faq_box .faq_item .headingSub.disableddiv .checkbox,
section.bkDetSec1 .faq_box .faq_item .headingSub.disableddiv .faq_hd.acc_trigger {
  cursor: no-drop;
}
section.bkDetSec1 .faq_box .faq_item .headingSub.disableddiv + .faq_cont.acc_container {
  cursor: no-drop;
  opacity: 0.2;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .checkbox {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.75rem;
  align-items: center;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .checkbox input[type=radio] {
  width: 1rem;
  height: 1rem;
  transform: none;
  border: 0.125rem solid #000;
  margin-top: 0.125rem;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .checkbox input[type=radio]::before {
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  clip-path: unset;
  border-radius: 50%;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .checkbox label {
  margin: 0;
  padding: 0;
  font-family: Lato;
  /* font-size: 1rem; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .faq_hd {
  padding: 0;
  background: transparent;
  gap: 0.1875rem;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .faq_hd h5 {
  color: var(--Black, #000);
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .faq_hd h5 small {
  color: #333;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.bkDetSec1 .faq_box .faq_item .headingSub .faq_hd::before {
  color: #000;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
section.bkDetSec1 .faq_box .faq_item .faq_cont {
  padding: 0.625rem;
}
section.bkDetSec1 .faq_box .faq_item .faq_cont ul.columnsTxt {
  margin: 0;
}
section.bkDetSec1 .faq_box .faq_item.main_active .headingSub {
  background: #fff;
}
section.bkDetSec1 .btn {
  width: 12.125rem;
}

.bkDetFm {
  position: relative;
  padding: 0;
  margin: 0 0 1.5rem;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.bkDetFm img.fullImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bkDetFm .bkDet_img_gp {
  position: relative;
  background: #e0f1ef;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.bkDetFm .bkDet_img_gp::before {
  content: " ";
  position: absolute;
  bottom: -9.375rem;
  width: 2.625rem;
  height: calc(100% - 16.4375rem);
  flex-shrink: 0;
  background: url(../images/blur.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: -14.6875rem;
  margin: auto;
  z-index: -1;
  right: 0;
}
.bkDetFm .bkDet_img_gp img {
  position: relative;
  width: 26.25rem;
  height: auto;
  position: relative;
  z-index: 1;
}
.bkDetFm .bkDet_img_gp span {
  position: relative;
  width: 29.7625rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border: 0.0318rem solid #fff;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  display: block;
  margin-bottom: 0.125rem;
}
.bkDetFm .bkDet_img_gp span::before {
  content: " ";
  position: absolute;
  background: #b6d7d1;
  filter: blur(0.625rem);
  width: 16.875rem;
  height: 1.125rem;
  flex-shrink: 0;
  left: -0.4375rem;
  bottom: -0.4375rem;
  z-index: -1;
}
.bkDetFm .lockCover .lock {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  padding: 1.0938rem 1.0313rem 1.0313rem 1.0938rem;
  justify-content: center;
  align-items: center;
  border-radius: 12.5rem;
  background: #249d8f;
  margin: 0 0 0.5625rem;
  pointer-events: none;
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  z-index: 2;
}
.bkDetFm .lockCover p {
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

section.bkDetSec2 {
  background: #fff;
}
section.bkDetSec2 .mb95 {
  margin: 0 0 5.9375rem;
}
section.bkDetSec2 .blackInfo {
  display: inline-flex;
  background: #333;
  padding: 0.375rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
}
section.bkDetSec2 h2 {
  color: #000;
  font-family: Lato;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125rem;
  /* 138.889% */
  margin: 0 0 0.75rem;
}
section.bkDetSec2 p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0 0 1.25rem;
  letter-spacing: -0.0063rem;
}
section.bkDetSec2 p + .btn {
  margin-top: 0.8rem;
}
section.bkDetSec2 .bkDetFm .bkDet_img_gp img {
  position: relative;
  height: auto;
  position: relative;
  z-index: 1;
  /* height: 16.75rem; */
  flex-shrink: 0;
  width: 18.75rem;
  aspect-ratio: 89/134;
}
section.bkDetSec2 .bkDetFm .bkDet_img_gp span {
  width: 22.3625rem;
}
section.bkDetSec2 .btn {
  width: 12.125rem;
}

section.bkSec1 .eachGroupSlide .headingtxt h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3125rem;
  /* 123.333% */
  margin: 0;
}
section.bkSec1 .eachGroupSlide .headingtxt .arrow_slide {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: row;
}
section.bkSec1 .eachGroupSlide .headingtxt .arrow_slide [class*=swiper-button-] {
  display: flex;
  width: 3.125rem;
  height: 2.625rem;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  aspect-ratio: 25/21;
  position: relative;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0.0625rem solid rgba(51, 51, 51, 0.15);
  background: rgba(250, 247, 240, 0.15);
}
section.bkSec1 .eachGroupSlide .headingtxt .arrow_slide [class*=swiper-button-]::after {
  font-size: 1rem;
  color: #000;
  font-weight: 900;
}
section.bkSec1 .eachGroupSlide + .eachGroupSlide {
  margin-top: 3.75rem;
}

.styItem.otherDesign {
  height: 100%;
  margin: 1.75rem 0;
}
.styItem.otherDesign .styFm {
  margin: 0 0 0.75rem;
}
.styItem.otherDesign .styInerTxt {
  padding: 0 0.875rem 0.875rem;
}
.styItem.otherDesign .styInerTxt .styHeader h4 {
  font-weight: 700;
}
.styItem.otherDesign .styInerTxt h5 {
  color: #000;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 185.714% */
  margin: 0 0 0.25rem;
  padding: 0;
}
.styItem.otherDesign .styInerTxt h6 {
  color: #000;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 0 0.75rem;
}
.styItem.otherDesign .styInerTxt h6 a {
  color: #000;
}
.styItem.otherDesign .styInerTxt p {
  color: #1e1e1e;
  font-family: Lato;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}

section.bkDetSec1.defaultPadding ul#pills-tab {
  width: 100%;
  justify-content: flex-end;
  display: grid;
  padding: 0.2125rem 0.375rem 0.15rem 0.275rem;
  gap: 0.375rem;
  border: 0.0625rem solid #f4a261;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.5rem;
}
section.bkDetSec1.defaultPadding ul#pills-tab li button {
  width: 100%;
  color: #f4a261;
  font-family: Lato;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 0;
  text-align: center;
}
section.bkDetSec1.defaultPadding ul#pills-tab li button.active {
  background: #f4a261;
  color: #fff;
}

section.defaultPadding .form-group label.error {
  color: #ff0000;
  margin: 0.5rem 0 0;
}

section.abtSec3.defaultPadding .pdf-viewer embed {
  height: 25rem !important;
}

section.bkDetSec1.defaultPadding .bkDetFm {
  height: 100%;
}

section.defaultPadding .tabs .card-body button {
  border-bottom: 0.1875rem solid #fff !important;
  text-decoration: none;
}
section.defaultPadding .tabs .card-body button.active {
  border-bottom: 0.1875rem solid #3498db !important;
  background-color: rgba(52, 152, 219, 0.2352941176);
}
section.defaultPadding .tabs .card-body button:hover {
  border: none;
  border-bottom: 0.1875rem solid #3498db !important;
}
section.defaultPadding .tabs .card-body button:focus {
  border: none;
  color: #3498db;
}
section.defaultPadding .tab-content .city-checkboxes {
  margin-bottom: 0.9375rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.4rem;
  margin-bottom: 2rem;
}
section.defaultPadding .tab-content .city-checkboxes .form-check {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.defaultPadding .tab-content .city-checkboxes .form-check label {
  margin: 0;
  padding-top: 0.3rem;
}
section.defaultPadding .tab-content .city-checkboxes .form-check input[type=checkbox] {
  cursor: pointer;
}
section.defaultPadding .tab-content button.save-city-selection,
section.defaultPadding .tab-content button.cancel-subscription {
  min-width: 12rem;
  margin: 0 1rem 0 0 !important;
}
section.defaultPadding .tab-content .form-container {
  max-width: 100%;
}
section.defaultPadding .tab-content .form-group label {
  text-align: left;
}

.abtSec3.viewerpage .row {
  gap: 40px 0;
}
.abtSec3.viewerpage .nav-tabs {
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
  display: flex;
  padding: 0.2125rem 0.375rem 0.15rem 0.275rem;
  gap: 0.375rem;
  border: 0.0625rem solid #f4a261;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.1875rem;
}
.abtSec3.viewerpage .nav-tabs li {
  width: -moz-max-content;
  width: max-content;
}
.abtSec3.viewerpage .nav-tabs li button {
  display: inline-block;
  color: #f4a261;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  border-radius: 12px 12px 0 0;
  border: 1px solid #f4a261;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(23, 26, 31, 0.12), 0 0 1px 0 rgba(23, 26, 31, 0.07);
  padding: 10px 54px;
}
.abtSec3.viewerpage .nav-tabs li button.active {
  background: #f4a261;
  color: #fff;
}
.abtSec3.viewerpage .tab-content .content-text {
  overflow-y: auto;
  height: 34rem;
  border: 0.0625rem solid #f4a261;
  padding: 2rem;
  border-radius: 0.375rem;
}
.abtSec3.viewerpage .tab-content .content-text::-webkit-scrollbar {
  width: 0.3125rem;
  /* scrollbar width */
}
.abtSec3.viewerpage .tab-content .content-text::-webkit-scrollbar-track {
  background: #f9e2d0;
  border-radius: 0.625rem;
}
.abtSec3.viewerpage .tab-content .content-text::-webkit-scrollbar-thumb {
  background: #e16e10;
  /* scrollbar thumb */
  border-radius: 0.625rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.abtSec3.viewerpage .tab-content .content-text p {
  color: #171a1f;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
.abtSec3.viewerpage .audio-player {
  background: #249d8f;
  color: #fff;
  padding: 0.625rem;
  width: 100%;
  border-radius: 0.3125rem;
  box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}
.abtSec3.viewerpage .audio-player .progress {
  height: 0.3125rem;
  background: #fff;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
}
.abtSec3.viewerpage .audio-player .progress .progress-filled {
  height: 100%;
  background: #f4a261;
  width: 0%;
}
.abtSec3.viewerpage .audio-player .controls {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.abtSec3.viewerpage .audio-player .controls button {
  border: none;
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
  font-size: 0.875rem;
}
.abtSec3.viewerpage .audio-player .controls .play-btn {
  cursor: pointer;
  border: none;
  background: none;
  color: #fff;
  font-size: 1.125rem;
}
.abtSec3.viewerpage .audio-player .controls .time {
  font-size: 0.875rem;
}
.abtSec3.viewerpage .audio-player .controls .title {
  flex: 1;
  text-align: center;
}
.abtSec3.viewerpage .audio-player .controls .volume {
  cursor: pointer;
  font-size: 1.125rem;
}

section.viewerpage .row {
  gap: 40px 0;
}
section.viewerpage ul#contentTabs {
  border-radius: 12px 12px 0 0;
  margin: 0;
  padding: 0;
  border: none;
  gap: 0;
}
section.viewerpage ul#contentTabs li button {
  border: 0.0625rem solid #f4a261;
  border-radius: 12px 12px 0 0;
}
section.viewerpage .tab-content .content-text {
  margin: 0 !important;
  border-radius: 0 0.375rem 0.375rem 0.375rem;
  background-color: #fff;
  height: 37.5rem;
}
section.viewerpage .audio-player {
  border-radius: 0.3125rem 0.3125rem 0 0;
  margin: 2.35rem 0 0;
}
section.viewerpage .audio-preview-image {
  box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
}
section.viewerpage .audio-preview-image img {
  width: 100%;
}

.parent-pageid-306 .mb65,
.page-id-306 .mb65 {
  margin-bottom: 0 !important;
  border: 0.0625rem solid #f4a261;
  border-radius: 0.375rem;
  box-shadow: 0rem 0.25rem 1.25rem 0rem rgba(112, 146, 246, 0.08);
}
.parent-pageid-306 .mb65 .row,
.page-id-306 .mb65 .row {
  margin: 0;
}
.parent-pageid-306 .mb65 h2,
.page-id-306 .mb65 h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.parent-pageid-306 .mb65 #sidebarMenu,
.page-id-306 .mb65 #sidebarMenu {
  border-right: 0.0625rem solid #f4a261;
  padding: 0;
}
.parent-pageid-306 .mb65 #sidebarMenu .nav li:last-child,
.page-id-306 .mb65 #sidebarMenu .nav li:last-child {
  margin-bottom: 0;
}
.parent-pageid-306 .mb65 #sidebarMenu .nav li a,
.page-id-306 .mb65 #sidebarMenu .nav li a {
  color: #333;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-bottom: 0.0625rem solid #f4a261;
}
.parent-pageid-306 .mb65 #sidebarMenu .nav li.active a,
.page-id-306 .mb65 #sidebarMenu .nav li.active a {
  background-color: #f4a261;
  color: #fff;
}
.parent-pageid-306 .mb65 main,
.page-id-306 .mb65 main {
  padding: 0;
}
.parent-pageid-306 .mb65 main .candidate-profile,
.page-id-306 .mb65 main .candidate-profile {
  padding: 1.25rem;
}
.parent-pageid-306 .mb65 main .candidate-profile .profile,
.page-id-306 .mb65 main .candidate-profile .profile {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding-bottom: 0.625rem;
  border-top: none;
  border-bottom: 0.0625rem solid #444;
  border-bottom-style: dashed;
  margin-bottom: 1.25rem;
}
.parent-pageid-306 .mb65 main .candidate-profile .profile img,
.page-id-306 .mb65 main .candidate-profile .profile img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.parent-pageid-306 .mb65 main .candidate-profile .profile .dtls h3,
.page-id-306 .mb65 main .candidate-profile .profile .dtls h3 {
  font-size: 1.375rem;
  margin-bottom: 0.375rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.parent-pageid-306 .mb65 main .candidate-profile .profile .dtls span,
.page-id-306 .mb65 main .candidate-profile .profile .dtls span {
  font-size: 0.8rem;
  display: block;
  line-height: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.parent-pageid-306 .mb65 main .candidate-profile .edit_container,
.page-id-306 .mb65 main .candidate-profile .edit_container {
  position: relative;
}
.parent-pageid-306 .mb65 main .candidate-profile .edit_container .toggle-password,
.page-id-306 .mb65 main .candidate-profile .edit_container .toggle-password {
  position: absolute;
  top: 2.9375rem;
  right: 1.25rem;
  cursor: pointer;
  color: #333;
}
.parent-pageid-306 .mb65 main .candidate-profile .edit_container input[type=password],
.page-id-306 .mb65 main .candidate-profile .edit_container input[type=password] {
  padding: 1.0625rem 2.8125rem 1.0625rem 1rem;
}
.parent-pageid-306 .mb65 main .dtls_outer h4,
.page-id-306 .mb65 main .dtls_outer h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.625rem;
}
.parent-pageid-306 .mb65 main .dtls_outer .candidate-details-section,
.page-id-306 .mb65 main .dtls_outer .candidate-details-section {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.parent-pageid-306 .mb65 main .dtls_outer .candidate-details-section h5,
.page-id-306 .mb65 main .dtls_outer .candidate-details-section h5 {
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
  position: relative;
}
.parent-pageid-306 .mb65 main .dtls_outer .candidate-details-section h5::after,
.page-id-306 .mb65 main .dtls_outer .candidate-details-section h5::after {
  content: ":";
  position: absolute;
  right: -0.625rem;
  top: -0.0625rem;
  color: #333;
  font-size: 0.875rem;
}
.parent-pageid-306 .mb65 main .dtls_outer .candidate-details-section h6,
.page-id-306 .mb65 main .dtls_outer .candidate-details-section h6 {
  margin-bottom: 0;
}
.parent-pageid-306 .mb65 main .edit_btn .btn,
.page-id-306 .mb65 main .edit_btn .btn {
  padding: 0.4375rem 0.625rem;
  font-size: 0.8rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer {
  padding: 1.25rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-billing ul,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-billing ul {
  margin-bottom: 1.25rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-billing ul li,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-billing ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.75rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-billing ul li.active,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-billing ul li.active {
  border-bottom: 0.125rem solid #249d8f;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content h5,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content p,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content p {
  font-size: 1.1rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .col-md-8,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .col-md-8 {
  padding-left: 0;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .col-md-4,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .col-md-4 {
  padding-right: 0;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx {
  gap: 1.425rem;
  padding: 1.25rem;
  border: 0.0625rem solid #bebebe;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft {
  width: 68%;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft .cancel,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft .cancel {
  padding: 0.375rem 0.625rem;
  font-size: 0.9rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft h6,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft h6 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul {
  margin-bottom: 1.25rem;
  background: #249d8f;
  padding: 0.9375rem;
  border-radius: 0.375rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul li,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1rem;
  position: relative;
  padding-left: 1.9875rem;
  color: #fff;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul li::before,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/circle_tick.png) no-repeat;
  filter: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(6760%) hue-rotate(250deg) brightness(119%) contrast(109%);
  background-size: contain;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul li:last-child,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .lft ul li:last-child {
  margin-bottom: 0;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .rgt,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .rgt {
  width: 35%;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .rgt .nxtbillingdate h4,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .rgt .nxtbillingdate h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .rgt .nxtbillingdate span,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx .rgt .nxtbillingdate span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt {
  gap: 1.25rem;
  justify-content: flex-start;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt h6,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt h6 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.625rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top h6,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top h6 {
  margin-bottom: 0;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top h6 span,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top h6 span {
  color: #28a745;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 0.8rem;
  background-color: transparent;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top h6 span::before,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top h6 span::before {
  top: 8px;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top .btn,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-top .btn {
  padding: 0.3125rem 0.625rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.8rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-body ul li,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-body ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-body ul li:last-child,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .plans-outer .plansbx.rgt .invoice-body ul li:last-child {
  margin-bottom: 0;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  margin: 1.25rem 0;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table th,
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table td,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table th,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ddd;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table thead,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table thead {
  background-color: transparent;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table thead th,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table thead th {
  font-weight: 600;
  color: #333;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table tbody td,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .desktop-view .table-container table tbody td {
  color: #555;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view {
  font-family: "Montserrat", sans-serif;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card .invoice-date,
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card .amount,
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card .status,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card .invoice-date,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card .amount,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card .status {
  font-size: 1rem;
  font-weight: 500;
}
.parent-pageid-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card h3,
.page-id-306 .mb65 main .dashboard-tabs-billing-outer .dashboard-tabs-content .mobile-view .invoice-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.parent-pageid-306 .mb65 main .manage_default_card,
.page-id-306 .mb65 main .manage_default_card {
  padding: 1.25rem;
}
.parent-pageid-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card,
.page-id-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card {
  background: #2b2727;
}
.parent-pageid-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card .default-check-icon,
.page-id-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card .default-check-icon {
  color: #fff;
}
.parent-pageid-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card ul li h4,
.parent-pageid-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card ul li h5,
.page-id-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card ul li h4,
.page-id-306 .mb65 main .manage_default_card #card-details-container .card-details.saved-card ul li h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.parent-pageid-306 .mb65 main.edit_full,
.page-id-306 .mb65 main.edit_full {
  padding: 1.25rem;
}
.parent-pageid-306 .mb65 main.edit_full h4,
.page-id-306 .mb65 main.edit_full h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.25rem;
  padding: 0.4375rem;
  background-color: rgba(36, 157, 143, 0.1490196078);
  margin-bottom: 1.875rem;
  color: #333;
}
.parent-pageid-306 .mb65 main.edit_full .candidate-profile,
.page-id-306 .mb65 main.edit_full .candidate-profile {
  padding: 0;
}
.parent-pageid-306 .mb65 main.edit_full .back_dv a,
.page-id-306 .mb65 main.edit_full .back_dv a {
  padding: 0.4375rem 0.625rem;
  font-size: 0.8rem;
}
.parent-pageid-306 .mb65 main.edit_full .back_dv h4,
.page-id-306 .mb65 main.edit_full .back_dv h4 {
  font-size: 1.6rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 2rem;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .img_edit,
.page-id-306 .mb65 main.edit_full .profile-edit-form .img_edit {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1.25rem;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .img_edit img,
.page-id-306 .mb65 main.edit_full .profile-edit-form .img_edit img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .img_edit input[type=file],
.page-id-306 .mb65 main.edit_full .profile-edit-form .img_edit input[type=file] {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .img_edit .icon,
.page-id-306 .mb65 main.edit_full .profile-edit-form .img_edit .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #249d8f;
  border-radius: 50%;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .img_edit .icon img,
.page-id-306 .mb65 main.edit_full .profile-edit-form .img_edit .icon img {
  width: 0.9375rem;
  height: 0.9375rem;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .btns,
.page-id-306 .mb65 main.edit_full .profile-edit-form .btns {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .btns input[type=reset],
.page-id-306 .mb65 main.edit_full .profile-edit-form .btns input[type=reset] {
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 0.625rem;
}
.parent-pageid-306 .mb65 main.edit_full .profile-edit-form .btns input[type=submit],
.page-id-306 .mb65 main.edit_full .profile-edit-form .btns input[type=submit] {
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.9375rem;
}
.parent-pageid-306 .mb65 #dashboardcontent,
.page-id-306 .mb65 #dashboardcontent {
  padding: 1.25rem;
}
.parent-pageid-306 .mb65 #dashboardcontent .styItem,
.page-id-306 .mb65 #dashboardcontent .styItem {
  margin: 0;
  height: 100%;
}
.parent-pageid-306 .mb65 #dashboardcontent .styItem .btn,
.page-id-306 .mb65 #dashboardcontent .styItem .btn {
  padding: 0.4125rem 1.125rem;
  font-size: 0.8rem;
  margin-right: 0;
}
.parent-pageid-306 .mb65 #dashboardcontent .styItem a.btn,
.page-id-306 .mb65 #dashboardcontent .styItem a.btn {
  margin-right: 1rem;
}
.parent-pageid-306 .mb65 #dashboardcontent .styItem .styInerTxt,
.page-id-306 .mb65 #dashboardcontent .styItem .styInerTxt {
  text-align: center;
}
.parent-pageid-306 .mb65 #dashboardcontent .styItem .styInerTxt h5,
.parent-pageid-306 .mb65 #dashboardcontent .styItem .styInerTxt h6,
.page-id-306 .mb65 #dashboardcontent .styItem .styInerTxt h5,
.page-id-306 .mb65 #dashboardcontent .styItem .styInerTxt h6 {
  text-align: left;
}
.parent-pageid-306 .mb65 #dashboardcontent .styItem .styInerTxt p,
.page-id-306 .mb65 #dashboardcontent .styItem .styInerTxt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.parent-pageid-306 .mb65 #dashboardcontent .city-list,
.page-id-306 .mb65 #dashboardcontent .city-list {
  row-gap: 1.875rem;
  margin-bottom: 1.25rem;
}
.parent-pageid-306 .mb65 #dashboardcontent h3,
.page-id-306 .mb65 #dashboardcontent h3 {
  margin-bottom: 0;
}
.parent-pageid-306 .mb65 #dashboardcontent.logout h3,
.page-id-306 .mb65 #dashboardcontent.logout h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}
.parent-pageid-306 .mb65 #dashboardcontent.logout p,
.page-id-306 .mb65 #dashboardcontent.logout p {
  margin-bottom: 1.1rem;
  padding-left: 0;
}
.parent-pageid-306 .mb65 #dashboardcontent.logout .btn,
.page-id-306 .mb65 #dashboardcontent.logout .btn {
  width: -moz-max-content;
  width: max-content;
  padding: 0.75rem;
  margin-top: 0 !important;
}

.error404 .headingGlobalTxt {
  max-width: 100% !important;
  margin-bottom: 0 !important;
  text-align: center;
}
.error404 .headingGlobalTxt h2 {
  margin-bottom: 0;
}

.page-template-tpl-about .styItem .styInerTxt h6 {
  color: #000;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  margin: 0 0 0.75rem;
}

#custom-login-form .input-group button,
#custom-register-form .input-group button,
#custom-reset-password-form .input-group button {
  height: 100%;
}

.login-form p a,
.register-form p a,
.forgot-password-form p a {
  color: #249d8f;
  font-weight: 600;
}

.page-id-246 .contactsec h2 {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.page-id-246 .contactsec .right-column {
  margin-left: auto;
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 0.75rem;
}
.page-id-246 .contactsec .right-column h2 {
  margin-bottom: 2.5rem;
}
.page-id-246 .contactsec .right-column h3 {
  font-size: 1.3rem;
  margin-bottom: 0.9375rem;
}
.page-id-246 .contactsec .right-column button {
  position: relative;
  display: inline-flex;
  padding: 0.844rem 1.9625rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid #249d8f;
  background: #249d8f;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.page-id-246 .contactsec .right-column button:hover {
  border: 0.0625rem solid #249d8f;
  background: transparent;
  color: #249d8f !important;
}
.page-id-246 .contactsec .right-column .product-item {
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 0.9375rem;
}
.page-id-246 .contactsec .right-column .product-item img {
  width: 100%;
  height: 3.0375rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #6366f1;
  margin-right: 0;
}
.page-id-246 .contactsec .right-column .product-item .product-details h3 {
  margin-bottom: 0.7rem;
}
.page-id-246 .contactsec .right-column .product-item .product-details p {
  font-family: "Montserrat", sans-serif;
}
.page-id-246 .contactsec .right-column .product-item .product-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.page-id-246 .contactsec .right-column .product-item .product-adjusted {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 100%;
}
.page-id-246 .contactsec .right-column .coupon-section h3 {
  font-size: 1.2rem;
  margin-bottom: 0.9375rem;
}
.page-id-246 .contactsec .right-column .total-section p {
  text-align: left;
}
.page-id-246 .contactsec .left-column {
  padding-top: 0;
  padding-bottom: 0;
}
.page-id-246 .contactsec .left-column #mmp-payment-form .submit-button {
  position: relative;
  display: inline-flex;
  padding: 0.844rem 1.9625rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid #249d8f;
  background: #249d8f;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.page-id-246 .contactsec .left-column #mmp-payment-form .submit-button:hover {
  transform: unset;
  border: 0.0625rem solid #249d8f;
  background: transparent;
  color: #249d8f;
}
.page-id-246 .contactsec .left-column #mmp-payment-form #mmp-payment-message:empty {
  display: none;
}
.page-id-246 .contactsec .left-column #mmp-payment-form .form-group {
  margin-bottom: 1.875rem;
}
.page-id-246 .contactsec .left-column #mmp-payment-form .form-group label {
  margin-bottom: 0.9375rem;
}
.page-id-246 .contactsec .left-column h2 {
  margin-bottom: 2.5rem;
}
.page-id-246 .contactsec .left-column #card-details-container .use-new-card h4 {
  position: relative;
  padding: 0rem;
  color: #333;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.0112rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-246 .contactsec .left-column #card-details-container .use-new-card h4::before {
  content: "+";
  display: inline-block;
  font-family: FontAwesome;
  color: #5f5f5f;
  font-size: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(68, 68, 68, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}

.page-template-tpl-member_success h1 {
  font-size: 2.5rem;
  color: #249d8f !important;
}
.page-template-tpl-member_success p.lead {
  font-weight: 500;
}
.page-template-tpl-member_success ul.list-group li {
  font-family: Lato;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.9375rem 1.25rem;
  border-color: #f4a261;
}

.swal2-container h2 {
  font-size: 1.5rem;
}
.swal2-container .swal2-actions {
  gap: 1rem;
}
.swal2-container .swal2-actions button,
.swal2-container .swal2-actions a {
  border-radius: 0px;
}
.swal2-container .swal2-actions .swal2-confirm {
  background-color: #249d8f;
  margin: 0;
  font-family: "Lato";
  font-weight: 500;
  font-size: 1rem;
}

.page-template-tpl-member_success main {
  padding: 2rem;
  background: #fff;
  max-width: 600px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: auto;
}
@media (max-width: 767px) {
  .page-template-tpl-member_success main {
    width: 90%;
  }
}
.page-template-tpl-member_success main .row > div {
  max-width: 100%;
  width: 100%;
}

#dashboardcontent #selected-city-id ~ a {
  width: auto;
}

.card-details h4,
.card-details h5 {
  color: #9ca3af;
}

.card-details.use-new-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plansbx.subscription_plan_have.no-plan h6 {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .plansbx.subscription_plan_have.no-plan h6 {
    text-align: center;
  }
}

.desk_aud {
  display: block;
}

.mob_aud {
  display: none;
}

section.hm_banner.leadPgSec1 {
  position: relative;
  height: 37.5rem;
  padding: 7.1875rem 0;
}
section.hm_banner.leadPgSec1 .full_banner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
section.hm_banner.leadPgSec1 .middle_caption {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(0%);
}
section.hm_banner.leadPgSec1 .middle_caption .innerTxt h1 {
  margin: 0 0 2.375rem;
}
section.hm_banner.leadPgSec1 .middle_caption .innerTxt h1 span.stroke::before {
  right: 0;
}
section.hm_banner.leadPgSec1 .middle_caption .innerTxt p {
  max-width: 33.375rem;
  margin: 0 0 2.375rem;
}
section.hm_banner.leadPgSec1 .team_stand {
  bottom: 0;
}

section.leadPgSec2 {
  position: relative;
  padding: 50px 0;
  background: #fff url(../images/right_books.png) no-repeat;
  background-position: center right;
  z-index: 1;
}
section.leadPgSec2 .leadPara {
  max-width: 33.125rem;
  width: 100%;
}
section.leadPgSec2::before {
  content: " ";
  position: absolute;
  width: calc(50% - 13.125rem);
  height: 100%;
  background: #f4a261;
  z-index: -1;
  left: -9.0625rem;
  top: 0;
  transform: skew(-2.0625rem);
  transform: skew(20deg);
}

.frameBook {
  max-width: 30.875rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.frameBook .book_img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.frameBook .book_img img {
  width: 100%;
}
.frameBook > img {
  width: 16.4375rem;
  height: 4.0625rem;
  background: url(../images/bk_shadow_bottom.png) no-repeat;
  position: absolute;
  background-size: contain;
  right: -5.625rem;
  bottom: -1.5625rem;
  z-index: -1;
  opacity: 0.3;
}

section.leadPgSec3 {
  background: #fff;
  overflow: hidden;
}
section.leadPgSec3 .headingGlobalTxt h2 {
  line-height: 3.9375rem; /* 131.25% */
  margin: 0;
}
section.leadPgSec3 .headingGlobalTxt h2 span.stroke::before {
  width: calc(100% - 0.375rem);
  background: url(../images/lead_stroke.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  left: 0;
  bottom: -0.75rem;
  height: 0.9375rem;
}
section.leadPgSec3 ul.tick_circle {
  margin: 0 0 1.875rem;
}
section.leadPgSec3 ul.tick_circle li {
  color: #333;
}
section.leadPgSec3 p {
  font-weight: 600;
  line-height: 1.625rem;
}

.freeStories {
  position: relative;
  padding: 2.5rem 1.5rem;
  border: 0 solid #fff;
  background: #fff;
  box-shadow: -2px 0 4.8px 0 rgba(123, 123, 123, 0.25), 5px 3px 5.1px 0 rgba(181, 181, 181, 0.25);
}
.freeStories::before {
  content: " ";
  position: absolute;
  width: calc(100% + 8.125rem);
  height: calc(100% + 8.75rem);
  background: url(../images/cruve_img.png) no-repeat;
  background-size: auto;
  background-size: contain;
  left: -2.5rem;
  top: -4.375rem;
  z-index: -1;
}
.freeStories h3 span {
  display: inline-flex;
  position: relative;
}
.freeStories h3 span.stroke::before {
  content: " ";
  position: absolute;
  width: calc(100% - 0.375rem);
  background: url(../images/form_stroke.svg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  left: 0;
  bottom: -0.75rem;
  height: 0.9375rem;
}
.freeStories input:not([type=submit], [type=radio], [type=checkbox]) {
  padding: 0.863rem 1rem;
}
.freeStories input[type=submit] {
  margin-top: 0.5rem;
}
.freeStories label {
  margin: 0 0 0.75rem;
}

section.hm_banner.storiesPgSec1 {
  position: relative;
  height: auto;
  z-index: 1;
  padding-top: 3.125rem;
  padding-bottom: 0;
}
section.hm_banner.storiesPgSec1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.hm_banner.storiesPgSec1 .top .inTxt {
  width: 100%;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 2.5rem;
  text-align: center;
}
section.hm_banner.storiesPgSec1 .top .inTxt .blackInfo {
  display: inline-flex;
  background: #333;
  padding: 0.375rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
}
section.hm_banner.storiesPgSec1 .top .inTxt h1 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9375rem; /* 121.154% */
  margin: 0 0 0.625rem;
}
section.hm_banner.storiesPgSec1 .top .inTxt p {
  color: #333;
  text-align: center;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.04rem;
}
section.hm_banner.storiesPgSec1 .top .books_middle {
  position: relative;
  max-width: 58.125rem;
  margin: 0 auto;
}
section.hm_banner.storiesPgSec1 .top .books_middle img {
  position: relative;
  width: 100%;
}

section.storieSec1 {
  background: #fff;
}
section.storieSec1 .bkFm_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.storieSec1 .bkFm_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.each_sty_audio + .each_sty_audio {
  margin-top: 6.25rem;
}

.gp_tabs .nav.nav-pills .nav-item .nav-link {
  display: inline-block;
  color: #f4a261;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 100% */
  border-radius: 12px 12px 0 0;
  border: 1px solid #f4a261;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(23, 26, 31, 0.12), 0 0 1px 0 rgba(23, 26, 31, 0.07);
  padding: 10px 54px;
}
.gp_tabs .nav.nav-pills .nav-item .nav-link.active {
  background: #f4a261;
  color: #fff;
}
.gp_tabs .tab-content {
  border: 1px solid #f4a261;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(23, 26, 31, 0.12), 0 0 1px 0 rgba(23, 26, 31, 0.07);
}
.gp_tabs .tab-content::-webkit-scrollbar {
  width: 0.3125rem;
  /* scrollbar width */
}
.gp_tabs .tab-content::-webkit-scrollbar-track {
  background: #f9e2d0;
  border-radius: 0.625rem;
}
.gp_tabs .tab-content::-webkit-scrollbar-thumb {
  background: #e16e10;
  /* scrollbar thumb */
  border-radius: 0.625rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll {
  position: relative;
  z-index: 1;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll::before {
  content: "";
  position: absolute;
  width: calc(100% - 17px);
  height: 13.125rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  bottom: 3.4375rem;
  left: 0;
  z-index: 1;
  display: none;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .scroll_text {
  height: 32.613rem;
  overflow-y: auto;
  margin-bottom: 10px;
  position: relative;
  padding: 1.25rem;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .scroll_text::-webkit-scrollbar {
  width: 0.3125rem;
  /* scrollbar width */
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .scroll_text::-webkit-scrollbar-track {
  background: #f9e2d0;
  border-radius: 0.625rem;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .scroll_text::-webkit-scrollbar-thumb {
  background: #e16e10;
  /* scrollbar thumb */
  border-radius: 0.625rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .scroll_text p {
  color: #333;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .controlBar {
  width: 100%;
}
.gp_tabs .tab-content .tab-pane .gp_content_scroll .controlBar audio {
  width: 100%;
}

.mb90 {
  margin-bottom: 5.625rem !important;
}

.bkDetSec2.storieSec2 .bkDetFm {
  width: 100%;
  max-width: 26.25rem;
  margin: auto;
}
.bkDetSec2.storieSec2 h2 {
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem; /* 138.889% */
}
.bkDetSec2.storieSec2 .eachGroupBk {
  position: relative;
  z-index: 1;
  padding: 25px 0;
  overflow: hidden;
}
.bkDetSec2.storieSec2 .eachGroupBk::before {
  content: " ";
  position: absolute;
  width: calc(50% - 13.125rem);
  height: 100%;
  background: #f4a261;
  z-index: -1;
  left: -9.0625rem;
  top: 0;
  transform: skew(-2.0625rem);
  transform: skew(20deg);
}
.bkDetSec2.storieSec2 .eachGroupBk:nth-child(odd)::before {
  left: auto;
  right: -7.5rem;
  transform: skew(-20deg);
}
.bkDetSec2.storieSec2 .eachGroupBk .sm_img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bkDetSec2.storieSec2 .eachGroupBk:nth-child(even) .sm_img {
  right: 0;
  left: unset;
  transform: scaleX(-1);
}
.bkDetSec2.storieSec2 .eachGroupBk .adjustMax {
  width: 100%;
  max-width: 38.125rem;
}
.bkDetSec2.storieSec2 .eachGroupBk .adjustMax p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.bkSecAddSec {
  padding: 5rem 0 0;
}
section.bkSecAddSec .headingtxt h2 {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5491rem; /* 68.847% */
  margin: 0;
}
section.bkSecAddSec .headingtxt .arrow_slide {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: row;
}
section.bkSecAddSec .headingtxt .arrow_slide [class*=swiper-button-] {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 12px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  aspect-ratio: 25/21;
  position: relative;
  inset: 0;
  margin: 0;
  padding: 0;
  border-radius: 22px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #faf7f0;
}
section.bkSecAddSec .headingtxt .arrow_slide [class*=swiper-button-]::after {
  font-size: 1rem;
  color: #000;
  font-weight: 900;
}
section.bkSecAddSec .coming_soon {
  border-radius: 30px;
  background: #f8dec5;
  padding: 2.5rem 1.875rem;
}

.eachComingBk {
  display: grid;
  gap: 10px;
  grid-template-columns: 17.125rem 1fr;
  align-items: center;
  border-radius: 19.065px;
  border: 0.953px solid #facea4;
  background: #fff;
  box-shadow: 0 7.626px 19.065px 0 rgba(0, 0, 0, 0.1);
  padding: 2.4375rem 1.1875rem 1.875rem 0.8125rem;
}
.eachComingBk .comingBkFm {
  width: 100%;
}
.eachComingBk .comingBkFm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eachComingBk .comingBkDt {
  display: flex;
  flex-direction: column;
}
.eachComingBk .comingBkDt h4 {
  color: #000;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.5rem;
}
.eachComingBk .comingBkDt h6 {
  color: #000;
  font-family: Lato;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5491rem; /* 185.714% */
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 0.775rem;
}
.eachComingBk .comingBkDt p {
  color: #171a1f;
  font-family: Lato;
  font-size: 0.8341rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2491rem; /* 185.714% */
  margin: 0 0 1.25rem;
  /* Required to prevent the text from flowing past the boundary */
  overflow: hidden;
  /* Required to enable ellipsis creation */
  text-overflow: ellipsis;
  /* Required to combine with -webkit-line-clamp */
  display: -webkit-box;
  /* Sets the maximum number of lines to show */
  -webkit-line-clamp: 6;
  /* Specifies the direction in which the content flows (vertical stacking) */
  -webkit-box-orient: vertical;
}

.countTime {
  display: flex;
  gap: 0.75rem;
  margin: 0 0 1.7rem;
}
.countTime .eachNumbers {
  text-align: center;
}
.countTime .eachNumbers span {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #187f73;
  background: #249d8f;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12) inset;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.countTime .eachNumbers p {
  margin: 0;
  padding: 0;
}

section.scSec1 {
  padding: 4.75rem 0;
  position: relative;
  z-index: 2;
  background: #faf7f0;
  overflow: hidden;
}
section.scSec1 .bgImg {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
section.scSec1 .headingGlobalTxt h2 {
  color: #333;
  font-family: Montserrat;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stpGrp {
  display: grid;
  grid-template-columns: 21.6875rem 1fr;
  gap: 3.75rem;
  align-items: center;
}
.stpGrp .stpFm {
  height: 100%;
  width: 100%;
}
.stpGrp .stpFm img {
  width: 100%;
  height: 100%;
}
.stpGrp .heading_line {
  display: flex;
  justify-content: space-between;
}
.stpGrp .heading_line .blackInfo {
  display: inline-flex;
  background: #333;
  padding: 0.375rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
}
.stpGrp .countTime {
  margin: 1.5rem 0 0;
}

section.scSec2 {
  padding: 3.75rem 0 3rem;
  background: #fff;
}
section.scSec2 .headingGlobalTxt + p {
  margin: 0 0 2.625rem;
}
section.scSec2 .fm_sty_img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
section.scSec2 .controlBar {
  width: 100%;
}
section.scSec2 .controlBar audio {
  width: 100%;
}
section.scSec2 .gp_tabs .tab-content .tab-pane .gp_content_scroll::before {
  display: none;
}

section.scSec3 {
  padding: 2.5rem 0;
  background: url(../images/subcribeBg.png) no-repeat;
  background-size: cover;
}
section.scSec3 .subBkFm {
  width: 100%;
  max-width: 16.3125rem;
  margin-left: auto;
}
section.scSec3 .headingGlobalTxt h2,
section.scSec3 .headingGlobalTxt p {
  color: #fff;
}
section.scSec3 .headingGlobalTxt p {
  color: #fff;
  font-family: Lato;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: 0.18px;
  max-width: 28.125rem;
  margin: 0;
}

.mb35 {
  margin: 0 0 2.25rem !important;
}

section.abtSec4.scSec4 h3 {
  color: #f4a261;
}

header.header_main .infoBuy {
  display: flex;
  padding: 4px 0 9px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #588c22;
}
header.header_main .infoBuy p {
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header.header_main .infoBuy p a {
  color: #fff;
  text-decoration: underline;
}

body:has(.buyInfo) header.header_main .infoBuy {
  display: flex;
}

body.page-template-tpl-landing .bkDetFm .lockCover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(0.1875rem);
          backdrop-filter: blur(0.1875rem);
}
body.page-template-tpl-landing .bkDetFm .lockCover .lock {
  position: static;
  z-index: 2;
  border-radius: 12.5rem;
  background: #249d8f;
  margin: 0 0 0.5625rem;
  pointer-events: none;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 21.857px;
  justify-content: center;
  align-items: center;
}
body.page-template-tpl-landing .bkDetFm .lockCover p {
  color: #fff;
  font-family: Lato;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

p:empty {
  display: none !important;
}

.aud-preview {
  padding-top: 35px;
}
.aud-preview .voice-assistant-item {
  padding: 18px 20px;
  background-color: #249d8f;
  border: 1px solid #d1d1d1;
  border-radius: 8px 8px 0 0;
  max-width: 600px;
  margin: 0;
}
.aud-preview .voice-assistant-item .audio-player-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  justify-content: space-between;
}
.aud-preview .voice-assistant-item .audio-player-controls .control-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.aud-preview .voice-assistant-item .audio-player-controls .control-button img {
  width: 25px;
  height: 23px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.aud-preview .voice-assistant-item .audio-player-controls .control-button:hover {
  opacity: 0.8;
}
.aud-preview .voice-assistant-item .audio-player-controls .audio-controls-bar {
  flex-grow: 1;
  height: 8px;
  background-color: #eaeaea;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.aud-preview .voice-assistant-item .audio-player-controls .audio-controls-bar .audio-controls-bar-current {
  height: 100%;
  width: 0%;
  background-color: #f7a95b;
  border-radius: 4px;
  transition: width 0.1s linear;
}
.aud-preview .voice-assistant-item .audio-player-controls .audio-controls-time {
  font-size: 14px;
  color: white;
  white-space: nowrap;
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group {
  position: relative;
  display: flex;
  align-items: center;
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container {
  position: absolute;
  bottom: 60px;
  right: -40px;
  padding: 10px 5px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transform: rotate(270deg);
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container.hidden {
  display: none !important; /* Changed to !important for robust hiding */
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container .volume-slider {
  width: 100px;
  height: 10px;
  /* transform: rotate(270deg); */
  /* transform-origin: 50% 50%; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: none;
  /* Customizing the track (WITH PROGRESS FILL) */
  /* Customizing the thumb */
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container .volume-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  /* Dynamic gradient: Orange fill up to the thumb, then gray for the rest */
  /* Requires JavaScript to update the --range-progress CSS variable */
  background: linear-gradient(to right, #f7a95b 0%, #f7a95b var(--range-progress), #eaeaea var(--range-progress), #eaeaea 100%);
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container .volume-slider::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #eaeaea; /* Firefox only supports solid color track easily */
  border-radius: 3px;
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container .volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #f7a95b; /* Orange */
  margin-top: -3.5px;
}
.aud-preview .voice-assistant-item .audio-player-controls .volume-control-group .volume-slider-container .volume-slider::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #f7a95b; /* Orange */
  border: none;
}

img.play-icon {
  width: 17px !important;
}

.rewind-button img,
.forward-button img {
  width: 17px !important;
}

.row.mt-40 {
  margin-top: 40px;
}

.catdetails {
  max-width: 600px;
  width: 100%;
}
.catdetails p {
  margin-top: 15px;
}

.eachGroupSlide .align-items-md-center {
  align-items: flex-start !important;
}

section.landingcont {
  padding: 3rem 0 4rem;
}
section.landingcont h2 {
  margin: 0 0 1.2rem;
}
section.landingcont p {
  line-height: 27px;
}
section.landingcont .mb-5 {
  margin-bottom: 0 !important;
}

.page-template-tpl-landing .tab-pane {
  height: 100% !important;
  max-height: 100% !important;
}
.page-template-tpl-landing .tab-pane .gp_content_scroll {
  height: 100% !important;
  max-height: 100% !important;
}
.page-template-tpl-landing .tab-pane .gp_content_scroll .scroll_text {
  height: 100% !important;
  max-height: 100% !important;
}

.fill_email p:has(.mejs-audio) {
  display: none;
}

.page-id-20 section.bkSec1.defaultPadding.pb-0 .eachGroupSlide .headingtxt.d-flex.justify-content-between.flex-wrap.align-items-md-center.mb40 {
  flex-direction: column;
  margin-bottom: 1.5rem !important;
}
.page-id-20 section.bkSec1.defaultPadding.pb-0 .eachGroupSlide .headingtxt.d-flex.justify-content-between.flex-wrap.align-items-md-center.mb40 .catdetails {
  max-width: 100%;
}
.page-id-20 section.bkSec1.defaultPadding.pb-0 .eachGroupSlide .headingtxt.d-flex.justify-content-between.flex-wrap.align-items-md-center.mb40 .arrow_slide {
  margin-left: auto;
  margin-top: 2rem;
}

.page-id-838 .bkDetSec2.storieSec2 .eachGroupBk .adjustMax p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.page-id-652 .gp_tabs .tab-content {
  min-height: 610px !important;
  overflow: hidden;
}

.page-id-652 .gp_tabs .tab-content .tab-pane .gp_content_scroll .scroll_text {
  max-height: unset !important;
  height: 100% !important;
  min-height: 610px !important;
}/*# sourceMappingURL=style.css.map */