@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  font-size: 16px;
}

input:focus {
  box-shadow: none !important;
}

@font-face {
  font-family: "Bangla-MN";
  src: url(../fonts/Bangla-MN.ttf);
}
img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

.btn {
  border-radius: 3px;
  padding: 9.8px 19px;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background: #546f74;
  transition: all 0.5s;
}
.btn:hover {
  background: #496064;
  color: #fff;
}
.btn.whte {
  background: #546f74;
  color: #fff;
  padding: 7px 19px;
}
.btn.whte:hover {
  background: #fff;
  border: 1px solid #546f74;
  color: #546f74;
}
.btn.blue {
  background: #fff;
  border: 1px solid #546f74;
  padding: 7px 19px;
  color: #546f74;
}
.btn.blue:hover {
  background: #546f74;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}

.brdcamp {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brdcamp li {
  color: var(--Text-Grey, #555);
  font-size: 16px;
  font-style: normal;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  line-height: 100%;
  position: relative;
}
.brdcamp li:last-child::after {
  display: none;
}
.brdcamp li::after {
  position: absolute;
  content: "/";
  right: -9px;
  top: -5px;
  color: var(--Text-Grey, #555);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.brdcamp li a {
  color: #28768a;
}

header {
  width: 100%;
  background: #fff;
}
header .menu-area .container {
  padding: 0;
}
header .menu-area .full_head {
  display: flex;
  flex-wrap: wrap;
}
header .menu-area .first_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  position: relative;
}
header .menu-area .first_head .main_logo {
  max-width: 254px;
  position: absolute;
  left: 50%;
  top: 11px;
  transform: translateX(-50%);
}
header .menu-area .first_head .main_logo img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
}
header .menu-area .first_head .scl_links ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
header .menu-area .first_head .scl_links ul li a {
  width: 30px;
  height: 30px;
  background: #546f74;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu-area .first_head .btns_dv {
  display: flex;
  gap: 12px;
  align-items: center;
}
header .menu-area .first_head .btns_dv .cartwrap img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
}
header .menu-area .cartwrap img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
}
header .menu-area .scnd_head {
  width: 100%;
  padding: 18px 0;
}
header .menu-area .scnd_head .main_links {
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-area .scnd_head .main_links ul li {
  padding: 0;
}
header .menu-area .scnd_head .main_links ul li.active a {
  border-bottom: 1px solid #fff;
}
header .menu-area .scnd_head .main_links ul li a {
  color: #546f74;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}
header .menu-area .scnd_head .main_links ul li a::before {
  display: none;
}
header .menu-area .scnd_head .main_links ul li.has-sub {
  position: relative;
}
header .menu-area .scnd_head .main_links ul li.has-sub > a::after {
  content: "";
  position: absolute;
  background-image: url(../images/sml-drpdwn-arww.svg);
  background-position: right -1px top 8px;
  width: 12px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
header .menu-area .scnd_head .main_links ul li.has-sub .drp-dwn {
  min-width: 136px;
  position: absolute;
  display: none;
  top: 39px;
  left: -19px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 7.7px 0px rgba(0, 0, 0, 0.25);
}
header .menu-area .scnd_head .main_links ul li.has-sub .drp-dwn.show {
  display: block;
}
header .menu-area .scnd_head .main_links ul li.has-sub .drp-dwn li a {
  display: block;
  padding: 14px 13px;
  text-align: left;
  border-bottom: 1px solid #ededed;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .menu-area .scnd_head .main_links ul li.has-sub .drp-dwn li:last-child a {
  border: none;
}
header .menu-area .scnd_head .main_links .btn_dv a {
  background-color: #546f74;
  color: #fff;
}

.hero_bnnr {
  width: 100%;
  position: relative;
}
.hero_bnnr::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 51.34%, rgba(0, 0, 0, 0.5) 100%);
}
.hero_bnnr .bg {
  width: 100%;
}
.hero_bnnr .top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_bnnr .top h1 {
  color: var(--White, #fff);
  font-family: "Bangla-MN";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 24px;
  max-width: 691px;
}
.hero_bnnr .top p {
  max-width: 720px;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.hero_bnnr .top p:last-child {
  margin-bottom: 32px;
}
.hero_bnnr .top .btn {
  margin-top: 32px;
  background-color: #f1ecf1;
  color: #000;
}

.hm_sec2 {
  padding: 60px 0;
  margin-bottom: 60px;
  background: #f1ecf1;
  position: relative;
  overflow: hidden;
}
.hm_sec2 .bg-1 {
  position: absolute;
  right: -179px;
  bottom: 0;
}
.hm_sec2 .bg-2 {
  position: absolute;
  left: -186px;
  bottom: -177px;
}
.hm_sec2 h2 {
  text-align: center;
  max-width: 1028px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
}
.hm_sec2 p {
  max-width: 1028px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

.points li {
  margin-bottom: 36px;
  position: relative;
  padding-left: 54px;
}
.points li:last-child {
  margin-bottom: 0;
}
.points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #546f74;
  background-image: url(../images/flwr-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.points li h3 {
  color: var(--Dark-Text, #252721);
  font-family: "Bangla-MN";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 36px;
}

.hm_sec3 .img_dvs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.hm_sec3 .img_dvs .imgs {
  width: 47.6%;
}
.hm_sec3 .img_dvs .imgs img {
  width: 100%;
  border-radius: 5px;
}
.hm_sec3 .img_dvs .imgs .img1 {
  max-height: 137px;
  margin-bottom: 30px;
}

.hm_sec4 {
  padding: 40px 0;
}
.hm_sec4 .full_dv {
  width: 100%;
  border-radius: 8px;
  background: #82a0a4;
  box-shadow: 0px 7px 23.2px 0px rgba(218, 218, 218, 0.51);
  padding: 37px 40px;
  position: relative;
  overflow: hidden;
}
.hm_sec4 .full_dv .txt {
  max-width: 482px;
}
.hm_sec4 .full_dv .txt h2 {
  margin-bottom: 10px;
  color: #fff;
}
.hm_sec4 .full_dv .txt p {
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.hm_sec4 .full_dv .txt .btn {
  background-color: #546f74;
  color: #fff;
}
.hm_sec4 .full_dv .side_img {
  position: absolute;
  right: -91px;
  bottom: -282px;
  rotate: -28deg;
  opacity: 0.4;
}

footer .row:first-child {
  padding-bottom: 60px;
  border-bottom: 2px solid #fff;
}
footer .row:nth-child(2) {
  padding-top: 16px;
}
footer .row:nth-child(2) p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
footer .links {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .links li a {
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
footer .foot_logo {
  max-width: 255px !important;
  margin: 0 auto;
  display: table;
}
footer .social_links {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
footer .social_links li a {
  width: 41px;
  height: 41px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm_sec5 {
  padding-bottom: 60px;
}
.hm_sec5 .imgs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.hm_sec5 .imgs .img1 {
  margin-top: 78px;
}
.hm_sec5 .imgs .img2 {
  margin-bottom: 78px;
}
.hm_sec5 .imgs .img1,
.hm_sec5 .imgs .img2 {
  width: 47%;
  border-radius: 5px;
}
.hm_sec5 .imgs .img1 img,
.hm_sec5 .imgs .img2 img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hm_sec6 {
  background: #546f74;
  padding: 40px 0 70px;
  position: relative;
  overflow: hidden;
}
.hm_sec6 h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.hm_sec6 p {
  text-align: center;
  color: #fff;
  max-width: 828px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.hm_sec6 .bg-1 {
  position: absolute;
  right: -231px;
  width: 576px;
  bottom: -304px;
}
.hm_sec6 .bg-2 {
  position: absolute;
  left: -291px;
  width: 658px;
  top: -290px;
}
.hm_sec6 .owl-carousel {
  max-width: 1090px;
  margin: 0 auto;
}
.hm_sec6 .owl-carousel .owl-dots {
  display: none;
}
.hm_sec6 .owl-carousel .owl-nav {
  margin: 0;
}
.hm_sec6 .owl-carousel .owl-prev {
  left: -88px;
}
.hm_sec6 .owl-carousel .owl-prev img {
  rotate: 180deg;
}
.hm_sec6 .owl-carousel .owl-next {
  right: -88px;
}
.hm_sec6 .owl-carousel .owl-prev,
.hm_sec6 .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: #fff !important;
  border-radius: 50% !important;
  margin: 0 !important;
}
.hm_sec6 .owl-carousel .owl-prev img,
.hm_sec6 .owl-carousel .owl-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(37%) saturate(892%) hue-rotate(142deg) brightness(94%) contrast(95%);
}
.hm_sec6 .owl-carousel .full_dv {
  border-radius: 6px;
  background: #82a0a4;
  display: flex;
  gap: 30px;
  padding-right: 56px;
}
.hm_sec6 .owl-carousel .full_dv .img {
  width: calc(100% - 728px);
}
.hm_sec6 .owl-carousel .full_dv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hm_sec6 .owl-carousel .full_dv .txt {
  width: calc(100% - 336px);
  padding: 50px 0;
}
.hm_sec6 .owl-carousel .full_dv .txt p {
  color: #fff;
  margin-bottom: 40px;
  text-align: left;
  max-width: none;
  margin-bottom: 40px;
  font-style: italic;
}
.hm_sec6 .owl-carousel .full_dv .txt .clnt_dtls {
  display: flex;
  gap: 8px;
}
.hm_sec6 .owl-carousel .full_dv .txt .clnt_dtls .qute {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #546f74;
}
.hm_sec6 .owl-carousel .full_dv .txt .clnt_dtls .qute img {
  max-width: 18px;
}
.hm_sec6 .owl-carousel .full_dv .txt .clnt_dtls .dtls h6 {
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 2px;
}
.hm_sec6 .owl-carousel .full_dv .txt .clnt_dtls .dtls span {
  color: var(--White, #fff);
  display: block;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}

.hm_sec7 {
  padding-top: 60px;
}
.hm_sec7 img {
  width: 100%;
  border-radius: 9px;
}
.hm_sec7 .join_nowdiv {
  position: relative;
  overflow: hidden;
  max-width: 1090px;
  padding: 40px 0 35px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f1ecf1;
  margin-bottom: -126px;
  margin-top: 60px;
}
.hm_sec7 .join_nowdiv h2 {
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}
.hm_sec7 .join_nowdiv p {
  color: #000;
  max-width: 874px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.hm_sec7 .join_nowdiv .btn {
  padding: 9.8px 10px;
  margin: 0 auto;
  display: table;
  background-color: #546f74;
}
.hm_sec7 .join_nowdiv .bg-1 {
  position: absolute;
  right: -247px;
  bottom: 52px;
  width: auto;
  /* rotate: -14deg; */
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
}
.hm_sec7 .join_nowdiv .bg-2 {
  width: auto;
  position: absolute;
  left: -271px;
  bottom: -124px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
}

.mc_sec1 {
  padding: 21px 0 60px;
}
.mc_sec1 .brdcamp {
  margin-bottom: 30px;
}
.mc_sec1 .moons_img .big_img {
  width: 100%;
  margin-bottom: 28px;
}
.mc_sec1 .moons_img .big_img img {
  width: 100%;
  min-height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mc_sec1 .moons_img .sml_img {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
.mc_sec1 .moons_img .sml_img img {
  border-radius: 13px;
}
.mc_sec1 .dtls_dv h2 {
  margin-bottom: 0;
}
.mc_sec1 .dtls_dv .lists {
  margin: 30px 0 50px;
}
.mc_sec1 .dtls_dv .lists li {
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 28px;
}
.mc_sec1 .dtls_dv .lists li:last-child {
  margin-bottom: 0;
}
.mc_sec1 .dtls_dv .lists li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/list-icn.svg);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(42%) sepia(17%) saturate(504%) hue-rotate(142deg) brightness(93%) contrast(91%);
}
.mc_sec1 .dtls_dv .lists li span {
  font-weight: 800;
  font-size: 20px;
}
.mc_sec1 .dtls_dv .plan h4 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.mc_sec1 .dtls_dv .plan form .input_dv {
  margin-bottom: 20px;
}
.mc_sec1 .dtls_dv .plan form .input_dv:last-child {
  margin-bottom: 0;
  margin-top: 50px;
}
.mc_sec1 .dtls_dv .plan form .input_dv input[type=radio] {
  margin-right: 11px;
  margin-top: 3px !important;
  width: 24px;
  border: 2px solid #555555;
  height: 24px;
}
.mc_sec1 .dtls_dv .plan form .input_dv input[type=radio]:checked {
  background-color: #555555;
}
.mc_sec1 .dtls_dv .plan form .input_dv input[type=radio]:focus {
  box-shadow: none;
}
.mc_sec1 .dtls_dv .plan form .input_dv label {
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 6px 0;
  cursor: pointer;
}
.mc_sec1 .dtls_dv .plan form .input_dv label span {
  font-size: 20px;
  font-weight: 800;
  margin-right: 11px;
}
.mc_sec1 .dtls_dv .plan form input[type=submit] {
  min-width: 192px;
  background-color: #546f74;
}

.cnfrm_sec1 {
  padding: 21px 0 60px;
}
.cnfrm_sec1 .brdcamp {
  margin-bottom: 57px;
}
.cnfrm_sec1 .cnfrm_div .cnfrm_tick {
  margin: 0 auto;
  display: table;
  margin-bottom: 37px;
}
.cnfrm_sec1 .cnfrm_div h4 {
  color: var(--Dark-Text, #252721);
  font-size: 25.3px;
  font-weight: 700;
  line-height: normal;
  max-width: 511px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 37px;
}
.cnfrm_sec1 .cnfrm_div p {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 37px;
  max-width: 806px;
}
.cnfrm_sec1 .cnfrm_div .btn {
  margin: 0 auto;
  display: table;
  min-width: 833px;
}

.login-pge {
  background: #f5fdff;
}

.login_Sec1 {
  padding: 60px 0 65px;
}
.login_Sec1 .full_dv {
  max-width: 1090px;
  margin: 0 auto;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 60.4px 0px rgba(130, 161, 169, 0.33);
  display: flex;
}
.login_Sec1 .full_dv .txt_dv {
  width: 50%;
  display: flex;
  align-items: center;
}
.login_Sec1 .full_dv .txt_dv .frm_dv {
  width: 100%;
  padding: 0 30px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv p {
  color: var(--Text-Grey, #555);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv p a {
  color: var(--Text-Grey, #555);
  font-weight: 700;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form input[type=submit] {
  background-color: #546f74;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input {
  width: 100%;
  margin-bottom: 16px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input .passwrd {
  position: relative;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input .passwrd input {
  padding: 13px 40px 13px 12px !important;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input .passwrd .toggle-password {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 12px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input .passwrd .toggle-password.slash::before {
  content: "/";
  position: absolute;
  font-size: 23px;
  color: #929299;
  top: -2px;
  font-weight: 400;
  right: 12px;
  rotate: -72deg;
  width: 5px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input input:not([type=submit]) {
  width: 100%;
  padding: 11.7px 12px;
  max-height: 44px;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input input:not([type=submit])::-moz-placeholder {
  color: var(--Text-Grey, #555);
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .input input:not([type=submit])::placeholder {
  color: var(--Text-Grey, #555);
}
.login_Sec1 .full_dv .txt_dv .frm_dv form input[type=submit] {
  width: 100%;
  margin-bottom: 32px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .link_dv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .link_dv .form-check {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .link_dv .form-check label {
  color: var(--Text-Grey, #434a55);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 20px;
  cursor: pointer;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .link_dv .form-check input[type=checkbox]:focus {
  box-shadow: none;
}
.login_Sec1 .full_dv .txt_dv .frm_dv form .link_dv a {
  color: var(--Teal, #28768a);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
}
.login_Sec1 .full_dv .img_dv {
  width: 50%;
}
.login_Sec1 .full_dv .img_dv img {
  width: 100%;
  height: 100%;
  min-height: 728px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.about-sec1 {
  padding: 60px 0;
}
section.about-sec1 h4 {
  color: #546f74;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  margin: 24px 0;
}
section.about-sec1 img {
  border-radius: 10px;
}

section.about-sec2 {
  padding: 0 0 60px;
}
section.about-sec2 .img-wraper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.about-sec2 h4 {
  color: #546f74;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  margin: 24px 0;
}

section.about-sec3 {
  padding: 0 0 60px;
}
section.about-sec3 h4 {
  color: #546f74;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  margin: 24px 0;
}

section.about-sec4 {
  padding: 0 0 60px;
}
section.about-sec4 h2 {
  margin-bottom: 14px;
}
section.about-sec4 h2 + p {
  margin-bottom: 24px;
}
section.about-sec4 ul {
  display: flex;
  gap: 30px;
}
section.about-sec4 ul li:first-child {
  padding-top: 78px;
}
section.about-sec4 ul li:last-child {
  padding-bottom: 78px;
}
section.about-sec4 ul li img {
  border-radius: 5px;
}

section.giving-back-sec1 {
  padding: 48px 0 60px;
}
section.giving-back-sec1 h2.main-heading {
  max-width: 829px;
  color: var(--Dark-Text, #252721);
  text-align: center;
  font-family: "Bangla MN";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 100% */
  margin: 0 auto 50px;
}
section.giving-back-sec1 img {
  border-radius: 10px;
}
section.giving-back-sec1 h4 {
  color: #546f74;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  margin: 24px 0 0;
}

section.giving-back-sec2 {
  padding: 0 0 60px;
}
section.giving-back-sec2 h4 {
  color: #546f74;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  margin: 24px 0;
}
section.giving-back-sec2 ul li {
  margin-bottom: 12px;
}
section.giving-back-sec2 ul li img {
  border-radius: 5.519px;
}
section.giving-back-sec2 ul li:first-child {
  padding-right: 99px;
}
section.giving-back-sec2 ul li:last-child {
  padding-left: 60px;
  margin: 0;
}

.fm_sec1 {
  padding: 60px 0 75px;
}
.fm_sec1 .fm_img {
  width: 100%;
}
.fm_sec1 h2 {
  color: #555;
  font-weight: 700;
}
.fm_sec1 .txt p {
  line-height: 22px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}
.fm_sec1 .txt p:last-child {
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 22px;
}
.fm_sec1 p {
  margin-bottom: 24px;
}
.fm_sec1 .form_dv {
  border-radius: 10px;
  border: 1px solid #546f74;
  background: #f2f2f2;
  padding: 24px;
}
.fm_sec1 .form_dv h4 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.fm_sec1 .form_dv form label {
  color: var(--Dark-Text, #252721);
  font-size: 14.5px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
}
.fm_sec1 .form_dv form input[type=submit] {
  width: 100%;
  font-weight: 600;
  background-color: #546f74;
}
.fm_sec1 .form_dv form .error {
  color: red;
  font-size: 12px;
}
.fm_sec1 .form_dv form .input {
  margin-bottom: 24px;
}
.fm_sec1 .form_dv form .input:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.fm_sec1 .form_dv form .input input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  padding: 11.8px 12px;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.fm_sec1 .form_dv form .input .form-check {
  margin: 0;
  position: relative;
  display: flex;
  gap: 5px;
  padding: 0;
}
.fm_sec1 .form_dv form .input .form-check label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  max-width: 467px;
}
.fm_sec1 .form_dv form .input .gender-chart {
  display: flex;
  gap: 30px;
}
.fm_sec1 .form_dv form .input .gender-chart li {
  position: relative;
}
.fm_sec1 .form_dv form .input .gender-chart li label {
  padding-left: 28px;
  margin: 0;
}
.fm_sec1 .form_dv form .input .gender-chart li input[type=radio] {
  position: absolute;
  margin: 0;
  width: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 0;
  margin: 0;
  accent-color: #a8892a;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #a5a9b8;
}
.fm_sec1 .form_dv form .inputs {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}
.fm_sec1 .form_dv form .inputs .divs {
  min-width: 213px;
  display: flex;
  flex-wrap: wrap;
}
.fm_sec1 .form_dv form .inputs .divs.chck {
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.fm_sec1 .form_dv form .inputs .divs.chck label {
  margin: 0;
}
.fm_sec1 .form_dv form .inputs .divs.chck .form-check {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 24px;
}
.fm_sec1 .form_dv form .inputs .divs label {
  width: 100%;
}
.fm_sec1 .form_dv form .inputs .divs select {
  width: 38.5%;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  padding: 11.8px 9px;
  color: var(--Text-Grey, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fm_sec1 .form_dv form .inputs .divs select:last-child {
  margin: 0;
}
.fm_sec1 .form_dv form .inputs .divs select.lrge {
  width: 47%;
}
.fm_sec1 .form_dv form .inputs .divs input[type=date] {
  padding: 11px 9px;
  border: 1px solid #a5a9b8;
  border-radius: 6px;
  color: var(--Text-Grey, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}

.page-id-2011 .fm_sec1 .form_dv form .inputs .divs {
  min-width: 68%;
}

.hmc_sec1 {
  padding: 72px 0 60px;
}
.hmc_sec1 h2 {
  max-width: 691px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.hmc_sec1 p {
  max-width: 1048px;
  text-align: center;
  font-size: 16.5px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.hmc_sec1 .hm-img {
  width: 100%;
  border-radius: 10px;
}

.hmc_sec2 .row {
  align-items: center;
}

.hmc_sec3 {
  padding: 58px 0 0;
}
.hmc_sec3 .join_nowdiv {
  position: relative;
  overflow: hidden;
  max-width: 1090px;
  padding: 40px 0 35px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f1ecf1;
  margin-bottom: -126px;
  margin-top: 58px;
}
.hmc_sec3 .join_nowdiv h2 {
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}
.hmc_sec3 .join_nowdiv p {
  color: #000;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.hmc_sec3 .join_nowdiv .btn {
  padding: 9.8px 30px;
  margin: 0 auto;
  display: table;
  background-color: #546f74;
  color: #fff;
}
.hmc_sec3 .join_nowdiv .bg-1 {
  position: absolute;
  right: -247px;
  bottom: 52px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
  /* rotate: -14deg; */
}
.hmc_sec3 .join_nowdiv .bg-2 {
  width: auto;
  position: absolute;
  left: -271px;
  bottom: -124px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
}

.mch_sec1 {
  padding: 50px 0 60px;
}
.mch_sec1 .full_dv {
  border-radius: 11px;
  background: #f1f6fb;
  position: relative;
  width: 100%;
  padding: 40px 30px 48px;
  overflow: hidden;
}
.mch_sec1 .full_dv .bg-1 {
  position: absolute;
  top: -191px;
  right: -187px;
  max-width: 754px;
}
.mch_sec1 .full_dv .bg-2 {
  position: absolute;
  bottom: -204px;
  left: -151px;
}
.mch_sec1 .full_dv h2 {
  max-width: 480px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.mch_sec1 .full_dv .para p {
  margin-bottom: 17px;
  max-width: 641px;
}
.mch_sec1 .full_dv .para p:last-child {
  margin-bottom: 64px;
}
.mch_sec1 .full_dv .btm {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.mch_sec1 .full_dv .btm .clr {
  color: #546f74;
}

.mch_sec2 {
  padding-bottom: 60px;
}
.mch_sec2 h2 {
  margin-bottom: 40px;
}
.mch_sec2 .row {
  row-gap: 30px;
}
.mch_sec2 .vd_card {
  width: 100%;
}
.mch_sec2 .vd_card .video {
  border-radius: 11px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.mch_sec2 .vd_card .video .abs {
  position: absolute;
  inset: 0;
}
.mch_sec2 .vd_card .video img {
  width: 100%;
}
.mch_sec2 .vd_card .video .play {
  position: absolute;
  width: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mch_sec2 .vd_card .txt h4 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.mch_sec2 .vd_card .txt span {
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.bmc_sec1 {
  padding: 21px 0 60px;
}
.bmc_sec1 .brdcamp {
  margin-bottom: 27px;
}
.bmc_sec1 form .btn {
  width: 100%;
}
.bmc_sec1 form .full_form {
  padding: 30px;
  border-radius: 10px;
  background: #f1f6fb;
}
.bmc_sec1 form .full_form h3 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.bmc_sec1 form .full_form .mt57 {
  margin-top: 57px;
}
.bmc_sec1 form .full_form .mb57 {
  margin-bottom: 57px;
}
.bmc_sec1 form .full_form .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.bmc_sec1 form .full_form .inputs:last-child {
  margin-bottom: 0;
}
.bmc_sec1 form .full_form .inputs .input_dv {
  width: 48.7%;
}
.bmc_sec1 form .full_form .inputs .input_dv label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
}
.bmc_sec1 form .full_form .inputs .input_dv input:not([type=submit]) {
  width: 100%;
  padding: 11.8px 12px;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.bmc_sec1 form .full_form .inputs .input_dv .passwrd {
  position: relative;
}
.bmc_sec1 form .full_form .inputs .input_dv .passwrd input {
  padding: 11.8px 38px 11.8px 12px;
}
.bmc_sec1 form .full_form .inputs .input_dv .passwrd .toggle-password {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 12px;
}
.bmc_sec1 form .full_form .inputs .input_dv .passwrd .toggle-password.slash::before {
  content: "/";
  position: absolute;
  font-size: 23px;
  color: #929299;
  top: -2px;
  font-weight: 400;
  right: 12px;
  rotate: -72deg;
  width: 5px;
}
.bmc_sec1 form .full_form .inputs .input_dv select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  padding: 11.8px 34px 11.8px 12px;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.bmc_sec1 form .full_form .inputs.address .input_dv:first-child {
  width: 62.7%;
}
.bmc_sec1 form .full_form .inputs.address .input_dv:last-child {
  width: 34.7%;
}
.bmc_sec1 form .full_form .inputs.addrss_slct .input_dv {
  width: 34.7%;
}
.bmc_sec1 form .full_form .inputs.addrss_slct .input_dv:first-child {
  width: 25%;
}
.bmc_sec1 form .full_form .inputs.bd {
  align-items: flex-end;
}
.bmc_sec1 form .full_form .inputs.bd .divs {
  max-width: 280px;
  display: flex;
  flex-wrap: wrap;
}
.bmc_sec1 form .full_form .inputs.bd .divs.chck {
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.bmc_sec1 form .full_form .inputs.bd .divs.chck label {
  margin: 0;
}
.bmc_sec1 form .full_form .inputs.bd .divs.chck .form-check {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 40px;
}
.bmc_sec1 form .full_form .inputs.bd .divs label {
  width: 100%;
  margin-bottom: 8px;
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.bmc_sec1 form .full_form .inputs.bd .divs select {
  width: 48px;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  padding: 11.8px 9px;
  color: var(--Text-Grey, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bmc_sec1 form .full_form .inputs.bd .divs select:last-child {
  margin: 0;
}
.bmc_sec1 form .full_form .inputs.bd .divs select.lrge {
  width: 168px;
}
.bmc_sec1 form .full_form .inputs.card_dtls {
  gap: 15px;
}
.bmc_sec1 form .full_form .inputs.card_dtls .input_dv {
  width: 32%;
}
.bmc_sec1 form .full_form .inputs.bill_add .input_dv:first-child {
  width: 59.4%;
}
.bmc_sec1 form .full_form .inputs.bill_add .input_dv:last-child {
  width: 38%;
}
.bmc_sec1 form .full_form .sml_txt {
  margin-top: 17px;
}
.bmc_sec1 form .full_form .sml_txt p {
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
}
.bmc_sec1 form .full_form .sml_txt p:first-child {
  margin-bottom: 17px;
}
.bmc_sec1 form .check_out {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  background: #f5fdff;
  padding: 24px;
}
.bmc_sec1 form .check_out h3 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.bmc_sec1 form .check_out .amount {
  margin-bottom: 40px;
}
.bmc_sec1 form .check_out .amount h3 {
  color: #555;
  padding: 0;
  border: none;
}
.bmc_sec1 form .check_out .amount h5 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.bmc_sec1 form .check_out .amount h5 span {
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}
.bmc_sec1 form .check_out .coupn_code {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 40px;
}
.bmc_sec1 form .check_out .coupn_code input[type=text] {
  width: 279px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  padding: 5.8px 16px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.bmc_sec1 form .check_out .coupn_code input[type=text]::-moz-placeholder {
  color: var(--Dark-Text, #252721);
}
.bmc_sec1 form .check_out .coupn_code input[type=text]::placeholder {
  color: var(--Dark-Text, #252721);
}
.bmc_sec1 form .check_out .coupn_code input[type=submit] {
  border-radius: 3px;
  background: var(--Teal, #28768a);
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 20px;
  border: none;
}
.bmc_sec1 form .check_out .bill_brk {
  margin-bottom: 40px;
}
.bmc_sec1 form .check_out .bill_brk .dv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.bmc_sec1 form .check_out .bill_brk .dv:last-child {
  margin-bottom: 0;
}
.bmc_sec1 form .check_out .bill_brk .dv span {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.bmc_sec1 form .check_out .bill_brk .dv span.bld {
  font-size: 20px;
  font-weight: 800;
}

.ms_sec1 {
  padding: 20px 0 57px;
}
.ms_sec1 .brdcamp {
  margin-bottom: 73px;
}
.ms_sec1 h2 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
.ms_sec1 .bg_clr {
  background: #f2f2f2;
  padding: 60px 0;
}
.ms_sec1 .bg_clr h2 {
  font-size: 32px;
}
.ms_sec1 .bg_clr h4 {
  color: var(--Dark-Text, #252721);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ms_sec1 .bg_clr h2 {
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.ms_sec1 .bg_clr .btn {
  margin: 0 auto;
  display: table;
  margin-bottom: 40px;
  background-color: #546f74;
}
.ms_sec1 .bg_clr img {
  width: 100%;
  border-radius: 10px;
}

.ms_sec2 {
  padding: 0 0 81px;
}
.ms_sec2 h4 {
  text-align: center;
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ms_sec2 h2 {
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}
.ms_sec2 .form_dv {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #546f74;
  background: #f2f2f2;
  padding: 24px;
}
.ms_sec2 .form_dv form label {
  margin-bottom: 8px;
}
.ms_sec2 .form_dv form input[type=submit] {
  background-color: #546f74;
}
.ms_sec2 .form_dv form .inputs {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.ms_sec2 .form_dv form .inputs:last-child {
  margin-bottom: 0;
}
.ms_sec2 .form_dv form .inputs.check {
  margin: 40px 0;
}
.ms_sec2 .form_dv form .inputs .input_dv {
  width: 49%;
}
.ms_sec2 .form_dv form .inputs .input_dv input:not([type=submit]),
.ms_sec2 .form_dv form .inputs .input_dv select,
.ms_sec2 .form_dv form .inputs .input_dv textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  padding: 12px;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.ms_sec2 .form_dv form .inputs .input_dv select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.ms_sec2 .form_dv form .inputs .input_dv textarea {
  resize: none;
  min-height: 160px;
}
.ms_sec2 .form_dv form .inputs label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.ms_sec2 .form_dv form .inputs .form-check {
  margin: 0;
  position: relative;
  padding-left: 26px;
}
.ms_sec2 .form_dv form .inputs .form-check label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  max-width: 467px;
}

.info_sec1 {
  padding: 20px 0 60px;
}
.info_sec1 .brdcamp {
  margin-bottom: 30px;
}
.info_sec1 .form_dv {
  padding: 30px;
  border-radius: 10px;
  background: #f1f6fb;
  margin-bottom: 32px;
  position: relative;
}
.info_sec1 .form_dv:last-child {
  margin-bottom: 60px;
}
.info_sec1 .form_dv:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 1px;
  background: #a5a9b8;
}
.info_sec1 .form_dv .edit {
  position: absolute;
  right: 30px;
  top: 30px;
  color: var(--Teal, #28768a);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.info_sec1 .form_dv h3 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.info_sec1 .form_dv .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.info_sec1 .form_dv .inputs:last-child {
  margin-bottom: 0;
}
.info_sec1 .form_dv .inputs label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
}
.info_sec1 .form_dv .inputs .input_dv {
  width: 49.1%;
}
.info_sec1 .form_dv .inputs .input_dv input:not([type=submit]),
.info_sec1 .form_dv .inputs .input_dv select {
  width: 100%;
  padding: 11.8px 12px;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.info_sec1 .form_dv .inputs .input_dv select {
  padding: 11.8px 36px 11.8px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.info_sec1 .form_dv .inputs .input_dv.bod_dtls select {
  width: 48px;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  padding: 11.8px 9px;
  color: var(--Text-Grey, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.info_sec1 .form_dv .inputs .input_dv.bod_dtls .lrge {
  width: 80%;
  margin: 0;
}
.info_sec1 .form_dv .inputs.card_dtls .input_dv {
  width: 32%;
}
.info_sec1 .form_dv .inputs.bill_add .input_dv {
  width: 49%;
}
.info_sec1 .dtls_dv {
  margin-top: 60px;
  padding: 40px 31px;
  border-radius: 10px;
  background: #f1f6fb;
}
.info_sec1 .dtls_dv h3 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.info_sec1 .dtls_dv ul li {
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_sec1 .dtls_dv ul li:nth-child(even) {
  background: #e8eef4;
}
.info_sec1 .dtls_dv ul li span {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.info_sec1 .dtls_dv ul li .sign {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.info_sec1 .dtls_dv ul li .sign img {
  max-width: 20px;
}
.info_sec1 .dtls_dv.house ul {
  background: #fff;
}
.info_sec1 .dtls_dv.house ul li:nth-child(even) {
  background: #fff;
}
.modal.edit_basic .modal-dialog {
  min-width: 1314px;
  border-radius: 10px;
}
.modal.edit_basic .modal-body {
  position: relative;
  padding: 30px;
}
.modal.edit_basic .modal-body .close {
  position: absolute;
  top: 27px;
  right: 30px;
}
.modal.edit_basic .modal-body h3 {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.modal.edit_basic .modal-body form .inputs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.modal.edit_basic .modal-body form .inputs:last-child {
  margin-bottom: 0;
}
.modal.edit_basic .modal-body form .inputs:last-child {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
}
.modal.edit_basic .modal-body form .inputs .btn {
  margin-left: auto;
}
.modal.edit_basic .modal-body form .inputs .input {
  width: 49.1%;
}
.modal.edit_basic .modal-body form .inputs .input label {
  color: var(--Dark-Text, #252721);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
}
.modal.edit_basic .modal-body form .inputs .input input:not([type=submit]) {
  width: 100%;
  padding: 11.8px 12px;
  border-radius: 6px;
  border: 1px solid #a5a9b8;
  background: #fff;
  color: var(--Text-Grey, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.stellarnav ul li ul.sub-menu li {
  border-bottom: 1px solid #24474f;
}
.stellarnav ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
.stellarnav ul li ul.sub-menu li a {
  padding: 10px 15px !important;
  color: #24474f !important;
  display: block;
}

.ms_sec2 .form_dv form .inputs .form-check {
  padding-left: 0;
}
.ms_sec2 .form_dv form .inputs .form-check .wpcf7-acceptance .wpcf7-list-item {
  padding-left: 0px;
  margin-left: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: 20px;
  height: 18px;
  float: left;
  margin-right: 10px;
  accent-color: #fff;
}

.common_page {
  padding-top: clamp(30px, 5vw, 70px) !important;
  padding-bottom: clamp(30px, 5vw, 70px) !important;
}
.common_page p {
  margin-bottom: 25px;
}
.common_page p:last-child {
  margin-bottom: 0;
}
.common_page h2 {
  margin-top: 25px;
}
.common_page h2:first-child {
  margin-top: 0;
}

.stellarnav.mobile.current-menu-item::after {
  display: block;
}
.stellarnav.mobile:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.stellarnav.mobile.current-menu-item:after {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 9;
}

.stellarnav.mobile.left .close-menu {
  display: flex !important;
  text-align: right !important;
  justify-content: flex-end !important;
}

.stellarnav .icon-close {
  box-sizing: border-box !important;
  width: 40px !important;
  height: 40px !important;
  position: relative !important;
  display: flex !important;
  border: 1px solid white !important;
  padding: 4px !important;
  align-items: center !important;
  justify-content: center !important;
}

.cartwrap {
  position: relative;
  display: table;
  margin-right: 15px;
}
.cartwrap span {
  /* width: 20px; */
  /* height: 20px; */
  display: flex;
  background: #546f74;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -11px;
  border-radius: 20px;
  padding: 0 6px;
  line-height: 20px;
  color: #fff;
  border: 1px solid;
  left: 15px;
  font-size: 12px;
}
.cartwrap img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1329%) hue-rotate(142deg) brightness(99%) contrast(83%);
  float: left;
}

header .btns_dv {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-section {
  padding: 60px 0;
}
.cart-section .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}
.cart-section .woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}
.cart-section .woocommerce .woocommerce-cart-form {
  width: 61%;
}
.cart-section .woocommerce .woocommerce-cart-form table thead th {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.cart-section .woocommerce .woocommerce-cart-form table thead th.product-thumbnail {
  display: none;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td {
  padding: 7px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail {
  display: none;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td a {
  color: #000;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail {
  width: 60px;
  height: 60px;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.actions button[type=submit] {
  border-radius: 3px;
  background: #546f74;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  padding: 8px 14px;
  border: none;
  margin-top: 4px;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.actions .coupon {
  width: 310px;
  position: relative;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.actions .coupon input[type=text] {
  width: 100%;
  padding: 10px 12px;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.actions .coupon button[type=submit] {
  position: absolute;
  top: 4px;
  right: 6px;
  border-radius: 3px;
  background: #546f74;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  padding: 7px 7px;
  margin: 0;
  border: none;
}
.cart-section .woocommerce .woocommerce-cart-form table tbody td.product-remove a {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 0;
}
.cart-section .woocommerce .cart-collaterals {
  width: 36%;
}
.cart-section .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #546f74;
  background: #f2f2f2;
  padding: 20px;
}
.cart-section .woocommerce .cart-collaterals .cart_totals h2 {
  color: #252721;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.cart-section .woocommerce .cart-collaterals .cart_totals table {
  margin: 0;
}
.cart-section .woocommerce .cart-collaterals .cart_totals table tbody th {
  font-size: 14px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  padding: 7px 10px;
  line-height: 20px;
}
.cart-section .woocommerce .cart-collaterals .cart_totals table tbody td {
  font-size: 14px;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  line-height: 20px;
  padding: 7px 5px;
  text-align: right;
}
.cart-section .woocommerce .cart-collaterals .cart_totals table tbody td p {
  font-size: 11px;
  line-height: 16px;
}
.cart-section .woocommerce .cart-collaterals .cart_totals table tbody td .first-payment-date small {
  color: #000;
}
.cart-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 15px;
}
.cart-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
  border-radius: 3px;
  background: #546f74;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 20px;
  border: none;
}

.checkout-section {
  padding: 60px 0;
}
.checkout-section .woocommerce .woocommerce-info {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 10px 10px 59px;
  border-top-color: #546f74;
}
.checkout-section .woocommerce .woocommerce-info a {
  color: #24474f;
  font-weight: 500;
}
.checkout-section .woocommerce form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.checkout-section .woocommerce form.checkout .col2-set {
  width: 60%;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields {
  padding: 20px;
  border-radius: 10px;
  background: #f2f2f2;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields h3 {
  color: #252721;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 48.5%;
  margin: 0;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 7px;
  font-family: "Plus Jakarta Sans";
  color: #000;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .screen-reader-text {
  width: auto !important;
  position: inherit !important;
  margin: 0;
  margin-bottom: 7px;
  height: auto;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input:not([type=submit]),
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select,
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 19px;
  font-family: "Plus Jakarta Sans";
  border: 1px solid #a5a9b8;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .checkbox {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
  padding-left: 25px;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .selection .select2-selection--single {
  height: 45px;
  border: 1px solid #a5a9b8;
  position: relative;
  background-image: url(../images/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .selection .select2-selection--single .select2-selection__arrow {
  display: none;
}
.checkout-section .woocommerce form.checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .selection .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: 0;
  margin-bottom: 0;
  color: #000;
  position: absolute;
  top: 11px;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order {
  width: 37.6%;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  background: #f2f2f2;
  padding: 20px;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order h3 {
  color: #252721;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table {
  margin: 0;
  margin-bottom: 25px;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table thead th {
  padding: 7px 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  line-height: 20px;
  color: #000;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table thead th.product-total {
  text-align: right;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tbody td,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tbody th,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot td,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot th {
  font-size: 15px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  line-height: 18px;
  font-weight: 600;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tbody td.product-total,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tbody th.product-total,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot td.product-total,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot th.product-total {
  text-align: right;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot td p {
  font-size: 13px;
  max-width: 245px;
  line-height: 18px;
  text-align: right;
  margin-left: auto;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot .cart-subtotal td,
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order table tfoot .order-total td {
  text-align: right;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 16px;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row p a {
  color: #000;
}
.checkout-section .woocommerce form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row button[type=submit] {
  border-radius: 3px;
  background: #546f74;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  padding: 10px 14px;
  border: none;
  float: none !important;
  margin-bottom: 0 !important;
}
.checkout-section .woocommerce-order .woocommerce-thankyou-order-received,
.checkout-section .woocommerce-order p {
  color: #546f74;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}
.checkout-section .woocommerce-order p {
  color: #000;
}
.checkout-section .woocommerce-order p a {
  color: #546f74;
  font-weight: 600;
}
.checkout-section .woocommerce-order .woocommerce-order-overview {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.checkout-section .woocommerce-order .woocommerce-order-overview::before {
  display: none;
}
.checkout-section .woocommerce-order .woocommerce-order-overview li {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
}
.checkout-section .woocommerce-order .woocommerce-order-overview li strong {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
.checkout-section .woocommerce-order .woocommerce-order-details {
  margin-top: 30px;
}
.checkout-section .woocommerce-order .woocommerce-order-details header {
  background: transparent;
  box-shadow: none;
}
.checkout-section .woocommerce-order .woocommerce-order-details header h2 {
  margin-bottom: 30px;
}
.checkout-section .woocommerce-order .woocommerce-order-details table {
  margin-bottom: 30px;
}
.checkout-section .woocommerce-order .woocommerce-order-details table thead th {
  font-family: "Plus Jakarta Sans";
  font-size: 19px;
  padding: 12px;
}
.checkout-section .woocommerce-order .woocommerce-order-details table tbody th,
.checkout-section .woocommerce-order .woocommerce-order-details table tfoot th {
  font-size: 19px;
  font-family: "Plus Jakarta Sans";
  padding: 12px;
  font-weight: 600;
}
.checkout-section .woocommerce-order .woocommerce-order-details table tbody td,
.checkout-section .woocommerce-order .woocommerce-order-details table tfoot td {
  font-family: "Plus Jakarta Sans";
  font-size: 19px;
  padding: 12px;
  color: #000;
  font-weight: 500;
}
.checkout-section .woocommerce-order .woocommerce-order-details table tbody td a,
.checkout-section .woocommerce-order .woocommerce-order-details table tfoot td a {
  color: #000;
}
.checkout-section .woocommerce-order .woocommerce-order-details table tbody td strong,
.checkout-section .woocommerce-order .woocommerce-order-details table tfoot td strong {
  font-weight: 600;
}
.checkout-section .woocommerce-order .woocommerce-customer-details {
  margin: 0;
}
.checkout-section .woocommerce-order .woocommerce-customer-details h2 {
  margin-bottom: 30px;
}
.checkout-section .woocommerce-order .woocommerce-customer-details address {
  font-family: "Plus Jakarta Sans";
  color: #000;
  font-size: 17px;
  padding: 20px;
  font-weight: 500;
  line-height: 27px;
}

.checkout-section.my-account {
  padding: 70px 0;
}
.checkout-section.my-account .row {
  justify-content: space-between;
  padding: 0;
  border-radius: 10px;
}
.checkout-section.my-account .col-lg-12 {
  padding: 0;
}
.checkout-section.my-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  align-items: flex-start;
}
.checkout-section.my-account .woocommerce::before, .checkout-section.my-account .woocommerce::after {
  display: none;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 30%;
  background: rgba(250, 250, 250, 0.3803921569);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #546f74;
  color: #fff;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "Plus Jakarta Sans";
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #000;
  line-height: 26px;
  padding: 12px 24px;
  width: 100%;
  display: inline-block;
  border-radius: 0px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content {
  border-radius: 6px;
  width: 67.6%;
  background: #fafafa;
  padding: 20px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content p {
  color: #000;
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 24px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content p strong {
  color: #000;
  font-weight: 600;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #000;
  font-weight: 600;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content a {
  color: #000;
  font-weight: 600;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content header {
  background: transparent;
  box-shadow: none;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table {
  border: 1px solid #000;
  margin: 0;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table thead th {
  padding: 10px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 16px;
  background: #f2f2f2;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table thead th span {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 16px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tfoot th,
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tfoot td {
  padding: 10px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #000;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tfoot td {
  font-weight: 400;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tbody th,
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tbody td {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  border-top: 1px solid #000;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tbody th a,
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tbody td a {
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tbody tr:nth-child(even) {
  background: #f2f2f2;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content h2 {
  color: #000;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 21px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: 1px solid #000;
  color: #000;
  padding: 20px;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p {
  margin: 0;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::before, .checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::after {
  display: none;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #000;
  padding: 12px 14px;
  width: 49% !important;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header::before, .checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header::after {
  display: none;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h2 {
  font-size: 17px;
  line-height: normal;
  margin: 0;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  font-size: 13px;
  color: #000;
  padding: 5px;
  border: 1px solid #000;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
  width: 49%;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
  padding: 0;
  margin-bottom: 20px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label {
  font-size: 14px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input {
  padding: 10px 12px;
  font-size: 15px;
  line-height: normal;
  font-size: 15px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p span {
  color: #000;
  font-size: 13px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  color: #000;
  font-family: "Bangla-MN";
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit] {
  border-radius: 3px;
  padding: 9.8px 19px;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background: #546f74;
  transition: all 0.5s;
  border: none;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal h3 {
  width: 100%;
  font-family: "Bangla-MN";
  font-size: 25px;
  line-height: normal;
  text-align: center;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal .video-list {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal .video-list h5 {
  font-size: 17px;
  line-height: normal;
  text-align: center;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal .video-list video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  height: 100%;
  min-height: 259px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal .tab-container .tab-menu ul li a {
  background-color: #f2f2f2;
  color: #000 !important;
  font-weight: 400;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .member-portal .tab-container .tab-menu ul li a.active-a {
  background-color: #314c51;
  font-weight: 500;
  color: #fff !important;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content h4 {
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .journal-pdf-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .journal-pdf-list .pdf-list {
  width: 31%;
  border: 1px solid #a4a1a1;
  background: #546f74;
  padding: 6px;
  border-radius: 0.25rem;
  padding: 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.17);
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .journal-pdf-list .pdf-list h5 {
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .journal-pdf-list .pdf-list a {
  color: #fff;
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .journal-pdf-list .pdf-list .pdf-icon {
  margin-right: 10px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content .journal-pdf-list .pdf-list .pdf-icon img {
  width: 16px;
  height: 20px;
}
.checkout-section.my-account .woocommerce h2 {
  color: #000;
}
.checkout-section.my-account .woocommerce .woocommerce-form-login {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
}
.checkout-section.my-account .woocommerce .woocommerce-form-login p::before {
  display: none;
}
.checkout-section.my-account .woocommerce .woocommerce-form-login p label {
  color: #000;
  font-size: 13px;
}
.checkout-section.my-account .woocommerce .woocommerce-form-login p input {
  padding: 10px 12px;
  font-size: 15px;
  line-height: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #000;
}
.checkout-section.my-account .woocommerce .woocommerce-form-login p button[type=submit] {
  border-radius: 3px;
  padding: 9.8px 19px;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background: #546f74;
  transition: all 0.5s;
  border: none;
}
.checkout-section.my-account .woocommerce .woocommerce-form-login p.lost_password a {
  color: #546f74;
}

.tab-container {
  margin: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
}
.tab-container .tab-menu {
  margin: 0 0 1.875rem;
}
.tab-container .tab-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.tab-container .tab-menu ul li {
  list-style-type: none;
  display: block;
  width: calc(33.33% - 7px);
  text-align: center;
}
.tab-container .tab-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  background-color: #24474f;
  padding: 7px 25px;
  border-radius: 4px;
}
.tab-container .tab-menu ul li a.active-a {
  background-color: #546f74;
  color: #ffffff;
}
.tab-container .tab {
  display: none;
}
.tab-container .tab h2 {
  color: rgba(0, 0, 0, 0.7);
}
.tab-container .tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.tab-container .tab.tab-active {
  display: block;
}
.tab-container .tab .video-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.podcast_sec {
  padding: 60px 0;
}
.podcast_sec h2 {
  margin-bottom: 20px;
  text-align: center;
}
.podcast_sec .row {
  row-gap: 30px;
}
.podcast_sec .pd_card {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(84, 111, 116, 0.6588235294);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.podcast_sec .pd_card .video {
  margin-bottom: 20px;
}
.podcast_sec .pd_card .txt {
  padding: 0 20px 20px;
}
.podcast_sec .pd_card .txt h5 {
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin-bottom: 17px;
}
.podcast_sec .pd_card .txt p {
  margin-bottom: 17px;
}

.podcast_dtls {
  padding: 60px 0;
}
.podcast_dtls .video {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.podcast_dtls .video iframe {
  width: 100% !important;
  height: 600px;
  border-radius: 12px;
}
.podcast_dtls p.dtls {
  color: #000;
  font-weight: 500;
  font-size: 15x;
}
.podcast_dtls p.dtls span {
  font-weight: 600;
}
.podcast_dtls .txt_dv {
  margin-top: 50px;
}
.podcast_dtls .txt_dv h4 {
  font-family: "Plus Jakarta Sans";
  font-size: 28px;
  line-height: 33px;
  color: #000;
  font-weight: 600;
  margin-bottom: 17px;
}
.podcast_dtls .txt_dv p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.podcast_dtls .txt_dv ul {
  margin-top: 15px;
}
.podcast_dtls .txt_dv ul li {
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  color: #555;
}
.podcast_dtls .txt_dv ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #546f74;
}

.checkout-section .woocommerce-account-fields {
  margin: 1.875rem 0 0;
}
.checkout-section .woocommerce-account-fields input.input-text,
.checkout-section .woocommerce-account-fields textarea {
  padding: 10px;
}

.faq_sec {
  padding: 60px 0;
}
.faq_sec h2 {
  text-align: center;
  margin-bottom: 20px;
}
.faq_sec .accordian li {
  padding: 25px;
  background: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
}
.faq_sec .accordian li::after {
  content: "\f078";
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all 0.3s;
}
.faq_sec .accordian li:last-child {
  margin-bottom: 0;
}
.faq_sec .accordian li .content {
  margin-top: 22px;
  display: none;
}
.faq_sec .accordian li .content p {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.faq_sec .accordian li .content .faq-list-content {
  margin-top: 20px;
  counter-reset: list-counter;
}
.faq_sec .accordian li .content .faq-list-content li {
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  font-family: "Plus Jakarta Sans";
  padding-left: 20px;
}
.faq_sec .accordian li .content .faq-list-content li::after {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  position: absolute;
  font-family: "Plus Jakarta Sans";
  top: 0;
  font-size: 16px;
  left: 0;
}
.faq_sec .accordian li h5 {
  color: var(--Black, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  font-family: "Bangla-MN";
  line-height: normal;
  margin-bottom: 0;
  padding-right: 30px;
  cursor: pointer;
}
.faq_sec .accordian li.active {
  background: #f1ecf1;
}
.faq_sec .accordian li.active::after {
  rotate: 180deg;
}

.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table tbody td a.subscription_renewal_early {
  display: none;
}

.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button {
  font-size: 15px;
}
.checkout-section.my-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button::after {
  font-size: 26px;
}

ul.journal-pdf-list-sec {
  padding-left: 1.1375rem;
}
ul.journal-pdf-list-sec li {
  position: relative;
  list-style-type: disc;
}
ul.journal-pdf-list-sec li + li {
  margin-top: 0.3125rem;
}

.page-id-187 .woocommerce form .form-row input.input-text,
.page-id-187 .woocommerce form .form-row textarea {
  padding: 0.75rem;
}

.checkout-section.my-account .woocommerce-Button.button {
  border-radius: 0.1875rem;
  padding: 0.6125rem 1.1875rem;
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  background: #546f74;
  transition: all 0.5s;
}
.checkout-section.my-account .woocommerce-Button.button::after {
  font-size: 26px;
}
.checkout-section.my-account .woocommerce-Button.button:hover {
  border-radius: 0.1875rem;
  padding: 0.6125rem 1.1875rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  background: #546f74;
  padding-right: 39px !important;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.mem-sec .wrap {
  max-width: 1244px;
  margin: 0 auto;
  border: 1.5px solid #000;
  padding: 30px;
  box-sizing: border-box;
}

.mem-sec .wrap h3 {
  color: #000;
  font-style: normal;
  margin: 0 0 15px;
  font-family: "Bangla Mn", Helvetica, Arial, Lucida, sans-serif;
  font-size: 32px;
  line-height: 36px;
  padding: 0;
}

.mem-sec .wrap label {
  background: #DBE9EB;
  display: block;
  margin: 0 0 20px;
  padding: 17px;
  display: flex;
  gap: 18px;
  cursor: pointer;
  padding-top: 25px;
  align-items: start;
}

.mem-sec .wrap label h4 {
  color: #000;
  font-family: "Bangla Mn", Helvetica, Arial, Lucida, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}

.mem-sec .wrap label .decp {
  width: 100%;
}

ul.annual-plan-desc {
  padding: 0;
  margin: 0;
}

ul.annual-plan-desc li {
  color: #000;
  font-weight: 400;
  margin: 0;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500;
}

.mem-sec .wrap p {
  color: #000;
  font-weight: 400;
  margin: 0;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500;
}

.mem-sec .wrap input[type=radio] {
  width: 22px;
  height: 16px;
  accent-color: #546F74;
}

.mem-sec .wrap .sec {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #F1ECF1;
  padding: 20px;
}

.mem-sec .wrap h5 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  font-family: "Bangla Mn", Helvetica, Arial, Lucida, sans-serif;
}

.mem-sec .wrap .sec p {
  color: #000;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}

.mem-sec .wrap .sec label {
  background: none;
  padding: 0;
  color: #000;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-style: normal;
  font-weight: 500;
  margin: 10px 0 0;
  cursor: pointer;
  align-items: center;
  gap: 0;
}

.mem-sec .wrap input[type=checkbox] {
  width: 25px;
  accent-color: #fff;
}

.mem-sec .wrap .catr-btn {
  display: block;
  width: 100%;
  margin: 35px 0 0;
  background: #546F74;
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  padding: 12px 0;
  padding-top: 23px;
  border: none;
  font-family: "Bangla Mn", Helvetica, Arial, Lucida, sans-serif;
}

@media (max-width: 767px) {
  .mem-sec {
    padding: 15px;
  }
  .mem-sec .wrap {
    border: 6px solid #000;
    padding: 15px;
  }
  .mem-sec .wrap h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: center;
  }
  .mem-sec .wrap label {
    margin: 0 0 20px;
    padding: 10px;
  }
  .mem-sec .wrap label h4 {
    font-size: 18.3px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .mem-sec .wrap p {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
  .mem-sec .wrap .sec {
    gap: 20px;
    padding: 10px;
    flex-direction: column;
  }
  .mem-sec .wrap h5 {
    font-size: 22px;
    line-height: 41px;
    text-align: center;
    margin: 0 0 6px;
  }
  .mem-sec .wrap .sec p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .mem-sec .wrap input[type=radio] {
    width: 40px;
  }
  .mem-sec .wrap .sec label {
    font-size: 18px;
    line-height: 33px;
    justify-content: center;
  }
  .mem-sec .wrap input[type=checkbox] {
    width: 17px;
    accent-color: #fff;
  }
  .mem-sec .wrap .catr-btn {
    margin: 24px 0 0;
    font-size: 20.27px;
    padding: 4px 0;
  }
}/*# sourceMappingURL=style.css.map */