.accordion {
  max-width: 1052px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-ce {
  align-items: center;
}

.flex-sb {
  justify-content: space-between;
}

.flex-sc {
  justify-content: center;
}

.text-center {
  text-align: center;
}

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

body {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue" !important;
  box-sizing: border-box !important;
}

.primary-btn {
  height: 48px;
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.primary-btn:hover {
  background: linear-gradient(180deg, #b59333 0%, #ffe789 16.67%, #d2bd78 31.77%, #e0bf66 49.48%, #ffffdd 66.67%, #e3d884 81.77%, #a58002 97.92%);
}

.border-btn {
  padding: 11px 24px;
  background-color: #fff;
  border: 1px solid #212040;
  border-radius: 4px;
  color: #212040;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.border-btn:hover {
  background: #212040;
  color: #fff;
}

h1 {
  color: #000 !important;
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

h2 {
  color: #000;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

h3 {
  color: #000;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

h4 {
  color: #000;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

h5 {
  color: #000;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

h6 {
  color: #000;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

input {
  box-sizing: border-box;
}

.Toastify__toast--success {
  background: #F6FFFB !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border: 1px solid #CFF3E4;
  border-left: 6px solid #00B569;
  min-height: 48px !important;
  box-shadow: 0px 0px 4px 0px #EDF5F2 !important;
  border-radius: 8px !important;
  max-width: 500px;
  min-width: 350px;
  width: max-content;
}

.Toastify__toast--error {
  background: #FFF8F8 !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: left;
  min-height: 48px !important;
  box-shadow: 0px 0px 4px 0px rgba(238, 214, 214, 0.6509803922) !important;
  border-radius: 8px !important;
  max-width: 500px;
  min-width: 350px;
  width: max-content;
  border: 1px solid rgba(238, 63, 55, 0.1607843137);
  border-left: 6px solid #EE3F37;
}

.Toastify__toast-icon {
  margin-right: 12px !important;
}

.Toastify__close-button {
  display: none;
}

.Toastify__toast--warning {
  background: white !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-left: 6px solid #E78326;
  min-height: 48px !important;
  border-bottom: none !important;
  border-radius: 8px !important;
}

.Toastify__progress-bar {
  visibility: hidden !important;
}

.bread-crumbs {
  padding-top: 32px;
}

.hideBackdrop .MuiModal-backdrop {
  opacity: 0 !important;
}

.pac-container {
  z-index: 1500 !important;
}

.form-section-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 24px;
}

.form-section-label:not(:first-child) {
  margin-top: 40px;
}

.switch-group {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-bottom: 24px;
}

.bottom-action-wrapper {
  display: flex;
  gap: 16px;
  width: 100%;
  box-shadow: 0px -4px 24px rgba(36, 33, 70, 0.05);
  padding: 16px 40px;
  background-color: white;
  border-radius: 0px 0px 8px 8px;
}
.bottom-action-wrapper button {
  min-width: 150px;
}

.info-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/helveticaneue_light-webfont.woff");
  src: local(""), url("../fonts/helveticaneue_light-webfont.woff") format("woff");
  font-display: swap;
}
/* inter-500 - latin */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/helveticaneue_medium-webfont.woff");
  src: local(""), url("../fonts/helveticaneue_medium-webfont.woff") format("woff");
  font-display: swap;
}
/* inter-700 - latin */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/helvetica_neu_bold-webfont.woff");
  src: local(""), url("../fonts/helvetica_neu_bold-webfont.woff") format("woff");
  font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button {
  font-family: "Helvetica Neue" !important;
}

.flex {
  display: flex;
}

.flex-ce {
  align-items: center;
}

.flex-sb {
  justify-content: space-between;
}

.flex-sc {
  justify-content: center;
}

.text-center {
  text-align: center;
}

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

.text-heading {
  position: relative;
  z-index: 2;
}

.primary-btn {
  height: 48px;
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.primary-btn:hover {
  background: linear-gradient(180deg, #b59333 0%, #ffe789 16.67%, #d2bd78 31.77%, #e0bf66 49.48%, #ffffdd 66.67%, #e3d884 81.77%, #a58002 97.92%);
}

.border-btn {
  padding: 11px 24px;
  background-color: #fff;
  border: 1px solid #212040;
  border-radius: 4px;
  color: #212040;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-btn:hover {
  background: #212040;
  color: #fff;
}

h1 {
  color: #212040;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #212040;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

input {
  box-sizing: border-box;
}

.accordion {
  max-width: 1052px;
  margin: 0 auto;
}

.slider-arrow {
  width: 68px;
  height: 68px;
  overflow: hidden;
  object-fit: cover;
  margin-left: 0px;
}

@media (max-width: 900px) {
  .sm-flex-colum {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .sm-full-width {
    width: 100% !important;
  }
}
.position-end {
  justify-content: flex-end;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.MuiSelect-icon {
  font-size: 2em !important;
  color: #000 !important;
}

/* media query for container width */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
p.Mui-error {
  margin-left: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: url(../images/time_icon.svg) no-repeat;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../images/date_icon.svg) no-repeat;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.input-field div.Mui-disabled input:-webkit-autofill,
.input-field div.Mui-disabled input:-webkit-autofill:hover,
.input-field div.Mui-disabled input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #F1F0F3 inset;
}

* {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.flex-ce {
  align-items: center;
}

.flex-sb {
  justify-content: space-between;
}

.flex-sc {
  justify-content: center;
}

.text-center {
  text-align: center;
}

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

.primary-btn {
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.primary-btn:hover {
  background: linear-gradient(180deg, #b59333 0%, #ffe789 16.67%, #d2bd78 31.77%, #e0bf66 49.48%, #ffffdd 66.67%, #e3d884 81.77%, #a58002 97.92%);
}

.border-btn {
  padding: 11px 24px;
  background-color: #fff;
  border: 1px solid #212040;
  border-radius: 4px;
  color: #212040;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-btn:hover {
  background: #212040;
  color: #fff;
}

h1 {
  color: #212040;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #212040;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

input {
  box-sizing: border-box;
}

.form-page {
  background: url("../images/angel.svg") no-repeat right bottom;
  min-height: 100vh;
}
.form-page .brand-logo {
  height: 54px;
  width: 146px;
  cursor: pointer;
}
.form-page .css-binzgt,
.form-page .css-dvxtzn {
  margin-top: 20px;
  padding-bottom: 20px;
}
.form-page .MuiOutlinedInput-input {
  height: 48px;
  box-sizing: border-box;
}
.form-page .css-14kxyr {
  padding-top: 40px;
}

.loaderCss {
  position: fixed;
}

.Toastify__toast-container {
  width: 396px !important;
  max-width: 100%;
  text-align: center;
}

.Toastify__toast-body {
  justify-content: center;
}

.Toastify__toast-body > div:last-child {
  flex: initial !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.signUpLeftCont {
  position: relative;
  display: inline-block;
  /* width: 100%;
   */
  overflow: none;
}

.signUpLeftCont img {
  /* width: 100%;
  height: 100%; */
  overflow: none;
  object-fit: cover;
}

.signUpLeftCont img {
  border-radius: 20px;
}

.signUpCont {
  justify-content: space-between;
}

.signUpCont > div {
  max-width: 48%;
  /* height: 100vh; */
}

.signUpContnt {
  position: absolute;
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 85px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  color: #fff;
  padding: 30px;
}

.signUpContnt h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px;
  color: white;
}

.signUpContnt p {
  font-size: 20px;
}

.signUpForm fieldset {
  border-color: transparent;
  border: 0;
}

.signUpForm input[type=text]:not(.MuiInputBase-inputAdornedEnd) {
  border: 1px solid #e1e4f2;
  border-radius: 4px;
}

.signUpForm input[type=email] {
  border: 1px solid #e1e4f2;
  border-radius: 4px;
}

.signUpForm .passwordCont {
  width: 100%;
}

.signUpForm .passwordCont div:not(.MuiInputAdornment-root) {
  border: 1px solid #e1e4f2;
  border-radius: 4px;
}

.signInOr {
  position: relative;
  text-align: center;
  margin-top: 15px;
}

.signInOr:before {
  background-color: #e1e4f2;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  content: "";
}

/* 27 march 23 */
.forgotPassword {
  font-size: 14px !important;
  text-align: right;
  color: #b89139 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block;
}

/* Replace */
.signInOr span {
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.loginSocialBtn {
  width: 60px;
  height: 60px;
  box-shadow: 0px 3px 12px 0px rgba(27, 32, 72, 0.1490196078);
  border: 1.25px solid #e1e4f2;
  border-radius: 50%;
  padding: 5px;
  color: #212040;
  margin: 0 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: rgba(229, 229, 229, 0.3);
}

.loginSocialBtn .sccial-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.signUpLeftCont img {
  border-radius: 20px;
}

/* Replace */
.dontHvAccount {
  text-align: center;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.dontHvAccount a {
  font-weight: 700;
  color: #b89139;
  font-size: 20px;
  margin-left: 5px;
  display: inline-block;
  text-decoration: none;
}

.dontHvAccount a:hover {
  text-decoration: underline;
}

.signUpInfo {
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.signUpInfo img {
  margin-right: 8px;
  display: flex;
}

.termCondition {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 0 !important;
}

.termCondition a {
  font-weight: 700;
  color: #b89139;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.termCondition a:hover {
  text-decoration: none;
}

/* 03 April 23 */
*[role=button],
a,
button {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.header {
  background-color: #fff !important;
  box-shadow: 0px 4px 16px rgba(159, 160, 192, 0.16) !important;
  padding: 3.5px 0;
}

.header > div > div {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.headerLeft {
  display: flex;
  align-items: center;
}

.mainNav ul {
  display: flex;
  align-items: center;
}

.mainNav ul li {
  padding: 0 10px;
}

.mainNav ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 24px 15px 23px;
  border-bottom: 6px solid #fff;
}

.mainNav ul li a:hover {
  color: #b89139;
}

.mainNav ul li a.current {
  color: #b89139;
  border-color: #b89139;
  font-weight: 700;
}

.headerRight {
  display: flex;
  align-items: center;
}

.headerRight > div {
  padding-left: 25px;
}

.headerRight .notificaionBell {
  position: relative;
}

.headerRight .notificaionBell span {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #dac071;
  color: #000;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
}

.headerRight .userMenu {
  display: flex;
  color: #000;
  align-items: center;
}

.headerRight .userMenu .userImg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  outline: 2px solid #ddd;
}

.headerRight .userMenu .userImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerRight .userMenu .userName {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  line-height: 1;
}
.headerRight .userMenu .userName span {
  line-height: 1;
}

.headerRight .userMenu .userName strong {
  padding-top: 8px;
  cursor: pointer;
  font-weight: 700 !important;
}

.header-logo {
  width: 146px;
  height: 54px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.userMenu-container {
  position: relative;
}

.userMenu-dropdown {
  position: absolute;
  color: black;
  background: white;
  padding: 16px;
  width: 100%;
  top: 63px;
  left: 0;
  border-radius: 4px;
  box-shadow: 4px 4px 24px 0px rgba(36, 33, 70, 0.2392156863);
}
.userMenu-dropdown .menu-item {
  cursor: pointer;
}
.userMenu-dropdown .menu-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.7px;
}
.userMenu-dropdown .menu-item:hover {
  color: grey;
}
.userMenu-dropdown .menu-item-divider {
  border-top: 1px solid #D7D7DE;
  margin-block: 12px;
}

.getStartedBtn {
  padding: 14px 24px;
  border-radius: 4px;
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.getStartedBtn:hover {
  background: linear-gradient(180deg, #b59333 0%, #ffe789 16.67%, #d2bd78 31.77%, #e0bf66 49.48%, #ffffdd 66.67%, #e3d884 81.77%, #a58002 97.92%);
}

.signInBtn {
  padding: 11px 24px;
  background: #fff;
  border: 1px solid #212040;
  border-radius: 4px;
  color: #212040;
  font-weight: 700;
  font-size: 16px;
  margin-left: 20px;
}

.signInBtn:hover {
  background: #212040;
  color: #fff;
}

a.signInBtn {
  padding: 13px 24px;
  text-decoration: none;
}

.forget-password {
  color: #000;
}
.forget-password .signUpForm {
  margin: 0;
  padding: 0;
}
.forget-password img {
  margin-bottom: 22px;
}

.reset-btn.css-178yklu,
.update-btn.css-178yklu,
.resend-link.css-178yklu {
  margin: 0;
  padding: 0;
}

.update-head-title {
  margin: 0;
}
.update-head-title > button {
  min-width: unset;
  padding-right: 17px;
}

.update-text {
  max-width: 500px;
}

.content {
  padding: 64px 15px 0 15px;
  max-width: 1310px;
  margin: 0 auto;
}
.content .css-1jmli1j-MuiContainer-root {
  padding: 0;
}

.packageContent {
  padding: 64px 0 0 0;
}
.packageContent .css-1jmli1j-MuiContainer-root {
  padding: 0;
}

.bannerText {
  text-align: center;
  padding-bottom: 60px;
}

.bannerText > div {
  max-width: 640px;
  margin: 0 auto;
}

.bannerText h1 {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -0.015em;
  color: #212040;
  padding: 45px 0 15px;
}

.bannerText p {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #212040;
}

.contentComingSoon {
  padding-top: 65px;
  padding-bottom: 110px;
}

.bannerTextComingSoon {
  text-align: center;
}

.bannerTextComingSoon > div {
  max-width: 640px;
  margin: 0 auto;
}

.bannerTextComingSoon h1 {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -0.015em;
  color: #212040;
  padding: 165px 0 15px;
}

.homePageTab {
  padding: 0px 0 30px;
}
.homePageTab button {
  color: #000;
}

.reset-page .css-1seobgs-MuiGrid-root {
  height: unset;
}

.homePageTab > div:first-of-type > div {
  text-align: center;
}

.homePageTab > div:first-of-type > div span {
  display: none;
}

.homePageTab div[role=tablist] {
  justify-content: center;
  background: #fff8e7;
  border: 1px solid #dac071;
  border-radius: 24px;
  display: inline-flex;
  padding: 15px;
  margin-bottom: 48px;
}

.homePageTab div[role=tablist] button {
  max-width: 250px;
  padding: 15px;
  border-radius: 16px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.015em;
  text-transform: none;
}

.homePageTab div[role=tablist] button[aria-selected=true] {
  background: #dac071;
  color: #000;
  font-weight: 500;
}

.homeTabContent .tab-container {
  padding-left: 0px !important;
}

.homePageTab .css-19kzrtu {
  padding: 0;
}

.homePageTab .homeTabContent h3 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.015em;
  color: #000000;
}

.homePageTab .homeTabContent p {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.5);
  margin: 25px 0 20px;
}

.homeTabContent ul li {
  float: left;
  padding-left: 8px;
}

.homeTabContent ul li span {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.5);
}

.home-tb {
  color: #a58002;
}

.carouselThumbnails {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.carouselThumbnails img {
  max-width: calc(25% - 15px);
  width: 100%;
  margin-right: 0 !important;
}

.packages h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

.packages .packagesList {
  margin-top: 0 !important;
  padding-bottom: 10px;
}

.package {
  background: #d7d7de;
  border-radius: 20px;
  padding: 50px 24px 60px;
  position: relative;
  height: 100%;
  max-width: 380px;
}
.package .packageBtn {
  position: absolute;
  bottom: 23px;
  padding: 0 24px;
  left: 0;
}

.package * {
  position: relative;
  z-index: 2;
}

.package:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid #d7d7de;
  background: #fff;
  border-radius: 20px;
  left: 0;
  top: 10px;
  z-index: 1;
}

.diy-packages-content .text-content h4 {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400 !important;
}
.diy-packages-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.diy-packages-content ul li {
  width: 48% !important;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  padding-bottom: 8px;
}
.diy-packages-content ul li:last-child {
  padding: 0 0 0 8px;
}

.packageDecription-content {
  padding-bottom: 24px;
}

.package.popular {
  background: #dac071;
}

.package.popular:before {
  border: 1px solid #dac071;
}

.package .popularTag {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -50px;
  padding: 12px 26px;
  text-align: center;
  width: 100px;
  background: #f8f8f9;
  border: 1px solid #d7d7de;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  min-height: 42px;
}

.package:hover .popularTag {
  background: #fff8e7;
  border: 1px solid #dac071;
  color: #dac071;
}

.package h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 20px;
}

.package p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  margin: 20px 0 15px;
}

.package .packagePrice {
  display: flex;
  align-items: baseline;
}

.package .packagePrice div:nth-child(1) {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
}

.package .packagePrice div:nth-child(2) {
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  color: #000;
  padding: 0 10px 0 15px;
}

.package .packagePrice div:nth-child(3) {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.package li span {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.015em;
  color: #000000;
}

.package .notAvailable span {
  color: rgba(0, 0, 0, 0.3);
}

.packageBtn {
  display: flex;
  margin-top: 0px !important;
}

.packageBtn .buyNow {
  width: 100%;
  padding: 12px 24px;
  border-radius: 4px;
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.packageBtn .buyNow:hover {
  background: linear-gradient(180deg, #b59333 0%, #ffe789 16.67%, #d2bd78 31.77%, #e0bf66 49.48%, #ffffdd 66.67%, #e3d884 81.77%, #a58002 97.92%);
}

.packageBtn .addCart {
  width: 100%;
  padding: 11px 24px;
  background: #fff;
  border: 1px solid #212040;
  border-radius: 4px;
  color: #212040;
  font-weight: 700;
  font-size: 16px;
}

.packageBtn .addCart:hover {
  background: #212040;
  color: #fff;
}

.findingIt {
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 51.56%, #d2bd78 74.48%, #ffe789 86.98%, #b59333 97.92%);
  margin-top: 50px;
}

.findingIt > div {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  letter-spacing: -0.015em;
  color: #000;
}

.findingIt h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.findingIt p {
  font-size: 24px;
}

.findingIt button {
  width: 100%;
  padding: 9px 24px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 213px;
}

.findingIt button:hover {
  background: #fff;
  color: #000;
}

.faqs {
  padding: 100px 0 20px;
  letter-spacing: -0.015em;
  color: #000;
}

.faqs h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.faqs .accordion {
  margin: 0 auto;
}

.faqs .accordion > div {
  border: 1px solid #f1f0f3;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 20px;
}

.faqs .accordion .MuiAccordion-region {
  box-shadow: 0px 4px 12px rgba(137, 143, 191, 0.1);
}

.faqs .accordion > div:before {
  display: none;
}

.faqs .accordion > div > div[aria-expanded=false] {
  border-bottom: 1px solid #fff;
  margin: 0 25px;
  padding: 0;
}

.faqs .accordion > div > div[aria-expanded=true] {
  border-bottom: 1px solid #e1e4f2;
  margin: 0 25px;
  padding: 0;
}

.faqs .accordion > div h5 {
  font-weight: 700;
  font-size: 16px;
}

.faqs .accordion .accordionSub {
  padding: 10px 9px 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.faqs .accordion .accordionSub li {
  position: relative;
  padding: 4px 0 4px 15px;
}

.faqs .accordion .accordionSub li:before {
  position: absolute;
  height: 6px;
  width: 6px;
  top: 12px;
  left: 0;
  border-radius: 50%;
  content: "";
  background: #dac071;
}

.faqs .accordionSub .faq-text-content {
  padding-bottom: 8px;
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5) !important;
}
.faqs .accordionSub .faq-text-content p {
  padding-bottom: 12px;
  line-height: 1.5;
}
.faqs .accordionSub .faq-text-content li {
  line-height: 1.5;
}

.footer {
  background: #eef2f7;
  padding: 60px 0;
}
.footer img {
  cursor: pointer;
}

.footer > div {
  display: flex;
  justify-content: space-between;
}

.footer > div > div {
  width: 25%;
}

.footer h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-bottom: 20px;
}

.quickLink {
  display: flex;
}

.quickLink > div:first-child {
  padding-right: 70px;
}

.quickLink a {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
}

.quickLink a:hover {
  text-decoration: underline;
}

.socialIcons {
  display: flex;
}

.socialIcons > div {
  padding-left: 20px;
}

.socialIcons > div:first-child {
  padding-left: 0;
}

.copyrightText {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #000;
}

/* 04 April 23 */
.signUpForm {
  max-width: 500px;
}
.signUpForm .update-pass-btn {
  margin-top: 30px;
}

.signUpForm label {
  position: static;
  transform: none;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
}

/* Replace */
.signUpForm label.Mui-focused {
  color: rgba(0, 0, 0, 0.5);
}

/* Replace */
.signUpForm label.Mui-error,
.signUpForm label.Mui-error span {
  color: rgba(0, 0, 0, 0.5);
}

.signUpForm input[type=text][aria-invalid=true] {
  background: #fdeeee;
  border: 1px solid #eb5757;
}

.signUpForm .passwordCont div.Mui-error:not(.MuiInputAdornment-root) {
  background: #fdeeee;
  border: 1px solid #eb5757;
}

.signUpForm .signUpBtn {
  height: 48px;
  margin-top: 30px;
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}

/* Replace */
.package .packageDecription {
  width: 259px;
}

.package .packageDecriptionDivider {
  border-color: #000000;
}

.package:hover {
  background: #dac071;
  box-shadow: 0 4px 8px 0 #d6c07c, 0 6px 20px 0 #d6c07c;
}

.package:hover::before {
  border: 1px solid #dac071;
}

.tooltipField {
  position: relative;
}

.tooltipField > .tooltip-btn {
  position: absolute;
  top: 18px;
  z-index: 2;
  margin-left: 5px;
  width: 14px;
}

.tooltipField > .tooltip-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.formTitle {
  font-weight: 700 !important;
  font-size: 2rem !important;
}

.cutomCheckbox {
  position: relative;
}

.cutomCheckbox:before {
  position: absolute;
  width: 20px;
  height: 16px;
  background-color: #000;
  content: "";
  display: block;
  left: 16px;
  top: 18px;
  opacity: 0;
  z-index: -1;
}

.cutomCheckbox.Mui-checked:before {
  opacity: 1;
}

.carouselMainImg {
  position: relative;
}

.carouselMainImg .caroselPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
}

.carouselMainImg .mainImgTxt {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 51.56%, #d2bd78 74.48%, #ffe789 86.98%, #b59333 97.92%);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #212040;
  padding: 15px 10px;
}

.preliminaryInfoCard {
  display: flex;
  background: #f1f0f3;
  border-radius: 8px;
  padding: 16px;
}

.preliminaryInfoCard .infoText {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.preliminaryInfoCard .infoIcon {
  margin-right: 10px;
}

.guideMeQuestionsCard {
  background: #f7f9fc;
  border-radius: 8px 8px 0px 0px;
  padding: 24px;
  padding-bottom: 108px;
}

.guideMeQuestionsCard .Questions {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #212040;
  margin-bottom: 10px;
}

.guideMeQuestionsStepCard {
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px -4px 25px rgba(159, 160, 192, 0.16);
  padding: 22px 24px 22px 24px;
}
.guideMeQuestionsStepCard .stepCountText {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #b89139;
}
.guideMeQuestionsStepCard .preliminary-qus-action .back-btn {
  max-width: 146px;
  width: 100%;
}
.guideMeQuestionsStepCard .preliminary-qus-action .submit-btn {
  max-width: 165px;
  width: 100%;
}

.primaryBackButtonSection {
  display: flex;
  justify-items: center;
  gap: 16px;
}

.primaryBackButtonSection .text {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.rem-box {
  margin-left: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .signUpCont > div {
    max-width: 100%;
    height: 100vh;
  }
}
.flex {
  display: flex;
}

.flex-ce {
  align-items: center;
}

.flex-sb {
  justify-content: space-between;
}

.flex-sc {
  justify-content: center;
}

.text-center {
  text-align: center;
}

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

.primary-btn {
  background: linear-gradient(180deg, #a58002 0%, #e3d884 16.67%, #ffffdd 31.77%, #e0bf66 49.48%, #d2bd78 66.67%, #ffe789 81.77%, #b59333 97.92%);
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.primary-btn:hover {
  background: linear-gradient(180deg, #b59333 0%, #ffe789 16.67%, #d2bd78 31.77%, #e0bf66 49.48%, #ffffdd 66.67%, #e3d884 81.77%, #a58002 97.92%);
}

.border-btn {
  padding: 11px 24px;
  background-color: #fff;
  border: 1px solid #212040;
  border-radius: 4px;
  color: #212040;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-btn:hover {
  background: #212040;
  color: #fff;
}

h1 {
  color: #212040;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #212040;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

input {
  box-sizing: border-box;
}

/* breadcrumbs */
.inactiveCrumb {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.package-video-section {
  position: relative;
  display: flex;
  width: max-content;
  height: max-content;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  border-radius: 30px;
}

#video-player {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  max-width: 100%;
  object-fit: cover;
}

.video-player-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  opacity: 1;
  transition: opacity 0.4s;
}

.address-dialog .dialog-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  font-weight: 600;
  font-size: 20px;
  color: #B89139;
}

.address-dialog .action-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  margin-top: 6px;
  box-shadow: 0px -4px 24px rgba(36, 33, 70, 0.05);
}

.address-dialog .form {
  padding: 16px 16px 0px 16px;
}

.carousel-main {
  margin-top: 25px;
  position: relative;
}

.carousel-main .carousel-container {
  /* border: 1px solid green; */
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.carousel-main .carousel-container .carousel-image {
  cursor: pointer;
  border: 1px solid #BDC2D9;
  border-radius: 4px;
  min-width: 132px;
  min-height: 96px;
  max-width: 132px;
  max-height: 96px;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-main .carousel-container .carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.carousel-main .carousel-container .carousel-image:hover {
  border: 1px solid #DAC071;
}

.carousel-main .left-button {
  position: absolute;
  top: 37%;
  cursor: pointer;
}

.carousel-main .right-button {
  position: absolute;
  right: 0;
  top: 37%;
  cursor: pointer;
}

.carousel-preview-section {
  width: 609px;
  height: 400px;
}

.carousel-preview-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid #BDC2D9;
}

.logout-popup {
  padding: 24px 24px 30px 24px;
  overflow-y: hidden;
}

.logout-popup .popup-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logout-popup .close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.logout-popup .popup-icon {
  margin-top: 6px;
  margin-bottom: 24px;
}

.logout-popup .popup-main-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.logout-popup .popup-sub-heading {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.popup-action-section {
  padding: 16px;
  box-shadow: 0px -4px 24px rgba(36, 33, 70, 0.05);
}

.signup-note-popup {
  padding: 24px 24px 30px 24px;
  overflow-y: hidden;
}

.signup-note-popup .popup-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signup-note-popup .close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.signup-note-popup .popup-icon {
  margin-top: 6px;
  margin-bottom: 24px;
}

.signup-note-popup .popup-main-heading {
  font-size: 24px;
  font-weight: 700;
  height: 29px;
  margin-bottom: 16px;
}

.signup-note-popup .popup-sub-heading {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 9px 15px 9px;
  width: 504px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.invoice-main {
  height: 1860px !important;
  width: 1440px !important;
  padding: 120px 80px;
}

.invoice-main .invoice-header {
  position: relative;
  min-height: 137px;
  text-align: center;
}

.invoice-main .invoice-header-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.invoice-main .heading {
  font-size: 64px;
  font-weight: 700;
  position: relative;
}

.invoice-main .heading::after {
  height: 6px;
  background: rgba(136, 223, 245, 0.5);
  border-radius: 2px;
  content: "";
  display: inline-block;
  width: 99px;
  position: absolute;
  bottom: 22px;
  left: 597px;
  margin-left: -88px;
  z-index: -1;
}

.invoice-main .billing-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  color: #212040;
}

.billing-section .billing-mailing-address {
  font-size: 24px;
  width: 450px;
  text-transform: capitalize;
}

.billing-mailing-address .email {
  text-transform: none;
}

.invoice-main .sub_heading1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.invoice-main .invoice-card {
  background: #F7F9FC;
  border-radius: 10px;
}

.invoice-main .invoice-summary {
  width: 375px;
  padding: 20px;
}

.invoice-main .info-column .head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.invoice-main .info-column .data {
  font-size: 24px;
  font-weight: 400;
}

.invoice-main .order-table {
  margin-top: 40px;
  width: 100%;
}

.invoice-main .order-table th {
  background: #F7F9FC;
  border: 1px solid #E1E4F2;
  text-align: right;
  padding: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #212040;
}

.invoice-main .order-table td {
  border: 1px solid #E1E4F2;
  text-align: right;
  padding: 15px;
  font-weight: 400;
  font-size: 22px;
  color: #212040;
}

.invoice-main .order-table th:first-child {
  text-align: left;
}

.invoice-main .order-table td:first-child {
  text-align: left;
}

.order-table .main-package-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #000000;
}

.order-table .sub-package-text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #000000;
  border-right: 1px solid #000;
  padding-right: 12px;
  margin-right: 12px;
}

.invoice-main .invoice-transaction-summary {
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  color: #212040;
}

.invoice-main .invoice-legalfeels {
  width: 100%;
  margin-top: 40px;
  padding: 32px;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.015em;
  color: #212040;
}

.invoice-main .invoice-legalfeels .text-info {
  margin-bottom: 40px;
}

.order-history .order-history-table {
  margin-top: 40px;
  width: 100%;
  border-radius: 12px;
}

.order-history .order-history-table th {
  background: #F7F9FC;
  border: 1px solid #E1E4F2;
  text-align: left;
  padding: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}

.order-history .order-history-table td {
  border: 1px solid #E1E4F2;
  text-align: left;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.order-history-table .main-package-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #000000;
}

.order-history-table .sub-package-text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #000000;
  border-right: 1px solid #000;
  padding-right: 12px;
  margin-right: 12px;
}

.landing-section h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.landing-section .mini-container {
  max-width: 936px;
  margin: 0 auto;
  width: 100%;
}
.landing-section .angel-logo {
  width: 172px;
  height: 180px;
}
.landing-section .angel-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.landing-section .angel-logo-bt {
  width: 172px;
  height: 180px;
}
.landing-section .angel-logo-bt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.landing-section .banner {
  background: url("../images/landing-banner.jpg") top center no-repeat;
  height: 733px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.landing-section .banner .container {
  align-items: flex-start;
  padding: 122px 103px 106px 86px;
  max-width: 1280px;
  margin: 0 auto;
}
.landing-section .banner .inner-wrapper .left-part {
  width: 539px;
}
.landing-section .banner .inner-wrapper .left-part .banner-angle-group {
  position: relative;
  display: flex;
}
.landing-section .banner .inner-wrapper .left-part .banner-angle-group .banner-heading {
  padding-top: 60px;
  margin-bottom: 24px;
}
.landing-section .banner .inner-wrapper .left-part .banner-angle-group .banner-heading .text-heading {
  position: relative;
  z-index: 2;
}
.landing-section .banner .inner-wrapper .left-part .banner-angle-group img {
  position: absolute;
  right: 0;
  translate: -9% 92%;
}
.landing-section .banner .inner-wrapper .left-part .banner-text {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 46px;
}
.landing-section .banner .bottom-section {
  padding: 32px 72px;
  background-color: #fff;
  box-shadow: 0px 2px 24px rgba(29, 102, 255, 0.08);
  border-radius: 24px;
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
}
.landing-section .banner .bottom-section .card {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landing-section .banner .bottom-section .card .card-img {
  width: 108px;
  height: 108px;
  margin-bottom: 8px;
}
.landing-section .banner .bottom-section .card .card-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}
.landing-section .banner .bottom-section .card .card-text {
  width: 100%;
  max-width: 150px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  padding-top: 8px;
}
.landing-section .angel-works {
  padding: 209px 0 0 0;
  position: relative;
}
.landing-section .angel-works .angel-logo-bt {
  bottom: 16px;
  right: 71px;
  position: absolute;
  transform: rotate(25deg);
}
.landing-section .angel-works .videocard-angel-group {
  display: flex;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.landing-section .angel-works .videocard-angel-group .title-text {
  margin-bottom: 48px;
}
.landing-section .angel-works .videocard-angel-group img {
  position: absolute;
  translate: 143px -50px;
  right: 0;
}
.landing-section .angel-works .video-card {
  max-width: 1184px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 112px 99px 112px;
}
.landing-section .choose-need {
  padding: 64px 32px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  background-color: #eef2f7;
  border-radius: 24px;
}
.landing-section .choose-need h2 {
  color: #000;
}
.landing-section .choose-need .text-heading::after {
  background: rgba(136, 223, 245, 0.5);
  z-index: -1;
}
.landing-section .choose-need .head-section h2 {
  margin-bottom: 16px;
  text-transform: capitalize;
}
.landing-section .choose-need .head-section p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 56px;
}
.landing-section .choose-need .card-wrapper .card {
  background-color: #d0dbe6;
  box-shadow: 0px 2px 24px rgba(29, 102, 255, 0.08);
  border-radius: 8px;
  padding: 8px 8px 36px 8px;
  width: calc(16.6666666667% - 8px);
  position: relative;
}
.landing-section .choose-need .card-wrapper .card button {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.landing-section .choose-need .card-wrapper .card .card-img {
  width: 100%;
  height: 151px;
  background-color: #fcfdff;
  border-radius: 8px;
}
.landing-section .choose-need .card-wrapper .card .card-img .inner-img {
  width: 72px;
  height: 72px;
}
.landing-section .choose-need .card-wrapper .card .card-img .inner-img img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.landing-section .choose-need .card-wrapper .card .card-text .text {
  padding: 16px 0 24px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: capitalize;
}
.landing-section .choose-need .card-wrapper .card .card-text .learn-more {
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
}
.landing-section .choose-us {
  padding: 100px 0 30px 0;
  position: relative;
}
.landing-section .choose-us .chooseUs-angel-group {
  display: flex;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.landing-section .choose-us .chooseUs-angel-group h2 {
  margin-bottom: 48px;
  color: #000;
}
.landing-section .choose-us .chooseUs-angel-group img {
  position: absolute;
  translate: 143px -50px;
  right: 0;
}
.landing-section .choose-us .card-wrapper {
  max-width: 892px;
  margin: 0 auto;
  row-gap: 32px;
  flex-wrap: wrap;
  position: relative;
}
.landing-section .choose-us .card-wrapper .card {
  width: calc(50% - 16px);
  background: #fff;
  box-shadow: 0px 2px 24px rgba(29, 102, 255, 0.08);
  border-radius: 16px;
  padding: 32px 24px 24px 24px;
}
.landing-section .choose-us .card-wrapper .card .left-part {
  padding-right: 42px;
}
.landing-section .choose-us .card-wrapper .card .left-part > .card-img {
  width: 106px;
  height: 96px;
  border-radius: 0;
}
.landing-section .choose-us .card-wrapper .card .left-part > .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.landing-section .choose-us .card-wrapper .card .right-part .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.landing-section .choose-us .card-wrapper .card .right-part .card-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.5;
}
.landing-section .sider-wrapper {
  align-items: flex-end;
}
.landing-section .our-customers {
  position: relative;
  z-index: 2;
}
.landing-section .our-customers .container {
  max-width: 1305px;
  margin: 0 auto;
  padding: 113px 0 100px 0;
}
.landing-section .our-customers .card.card-text {
  box-shadow: none;
  padding: 32px 0px 0 0;
}
.landing-section .our-customers .card.card-text .text-heading::after {
  z-index: -1;
}
.landing-section .our-customers .card.card-text .card-action img {
  cursor: pointer;
  display: block;
}
.landing-section .our-customers .card.card-text .card-action .doted {
  padding: 40px 0 36px 0;
}
.landing-section .our-customers .card.card-text .customersayGroup {
  position: relative;
  display: flex;
}
.landing-section .our-customers .card.card-text .customersayGroup .text {
  font-weight: 700;
  font-size: 40px;
  color: #212040;
  padding-top: 0;
  letter-spacing: -1.5px;
}
.landing-section .our-customers .card.card-text .customersayGroup img {
  position: absolute;
  right: 0;
  translate: -29px 71px;
}
.landing-section .our-customers .card {
  width: 30.18%;
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0px 2px 24px rgba(29, 102, 255, 0.08);
  border-radius: 16px;
  position: relative;
}
.landing-section .our-customers .card .caontent {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 0 104px 0;
}
.landing-section .our-customers .card .bottom-section {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 32px;
}
.landing-section .our-customers .card .bottom-section .name {
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
.landing-section .our-customers .card .bottom-section .designation {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.landing-section .news-letter .container {
  max-width: 1149px;
  margin: 0 auto;
  width: 100%;
  background: url("../images/newsletter-bg.svg") center center no-repeat;
  background-size: cover;
  padding: 48px 0;
  border-radius: 24px;
}
.landing-section .news-letter .inner-container {
  max-width: 532px;
  margin: 0 auto;
}
.landing-section .news-letter .inner-container .head-section h2 {
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}
.landing-section .news-letter .inner-container .head-section .text {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  font-size: 16px;
}
.landing-section .news-letter .inner-container > .signUpForm {
  margin: 0 auto;
}
.landing-section .news-letter .inner-container .input-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.landing-section .news-letter .inner-container .input-section .MuiFormControl-root {
  border-radius: 4px;
}
.landing-section .news-letter .inner-container .input-section button {
  width: 136px;
}
.landing-section .news-letter .inner-container .input-section input {
  height: 48px !important;
  padding: 15px 16px;
  background-color: #fff;
  border: 1px solid #e1e4f2 !important;
  color: #000;
  box-sizing: border-box;
  width: 331px;
}
.landing-section .news-letter .inner-container .input-section input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.homeTabContent ul li:last-child {
  width: 100%;
}

.packages .css-w1w3fm-MuiButtonBase-root-MuiButton-root {
  padding: 5px;
}
.packages .packageDecription {
  width: 100%;
}
.packages .packageDecription-content {
  width: 100%;
  color: #000;
}
.packages .packageDecription-content li {
  padding-bottom: 8px;
}
.packages .packageDecription-content li:last-child {
  padding: 0;
}

.pakage-content > div {
  padding-left: 0;
  padding-right: 0;
}

content.pakage-content {
  padding: 0;
}

.diy-page {
  padding-top: 65px;
}
.diy-page .bannerText {
  padding-bottom: 0;
}

.tab-container {
  padding-right: 54px;
}

.pakages-page {
  overflow-x: hidden;
}
.pakages-page .packages .css-16chest-MuiGrid-root > .MuiGrid-item {
  padding-top: 40px;
}
.pakages-page .packages .css-11reh94-MuiGrid-root > .MuiGrid-item {
  padding-top: 40px;
}

.bannerText {
  background: url("../images/packages-right-bg.svg") no-repeat calc(100% + 15px) -90px, url("../images/Packages-small-icon.svg") no-repeat center 100px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background-size: 390px auto, 835px auto;
}
.bannerText h1 {
  background: url("../images/right-angel.svg") no-repeat right bottom, url("../images/left-angel.svg") no-repeat left bottom;
  background-size: 80px;
}

.packages {
  padding-top: 60px;
  padding: 60px 15px 15px;
}
.packages .packages-angel-group {
  display: flex;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.packages .packages-angel-group img {
  position: absolute;
  translate: 135px -27px;
  right: 0;
}
.packages .css-11reh94-MuiGrid-root > .MuiGrid-item {
  padding-left: 35px;
  padding-top: 40px;
}

.faqs {
  padding: 50px 90px 80px;
}
.faqs .faq_angel-group {
  display: flex;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.faqs .faq_angel-group img {
  position: absolute;
  translate: 139px 6px;
  right: 0;
}
.faqs h2 {
  max-width: 1152px;
  margin: 0 auto;
  padding-bottom: 28px;
  padding-top: 50px;
  letter-spacing: -1.5px;
}
.faqs .text-heading:after {
  transform: translateX(-54%);
}
.faqs .accordion {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 120px;
}

.packages-wrapper {
  padding: 100px 20px 0 20px;
}
.packages-wrapper .card-wrapper {
  margin-bottom: 100px;
}
.packages-wrapper .card-wrapper .card-heading {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.packages-wrapper .card-wrapper .card-container {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.packages-wrapper .card-wrapper .card-container .card {
  background-color: #d7d7de;
  border: 1px solid #d7d7de;
  border-radius: 20px;
  padding-top: 20px;
  max-width: 303px;
  width: 100%;
}
.packages-wrapper .card-wrapper .card-container .card:hover {
  background-color: #dac071;
  box-shadow: 0 4px 8px 0 #d6c07c, 0 6px 20px 0 #d6c07c;
  border-color: #dac071;
}
.packages-wrapper .card-wrapper .card-container .card .card-content {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 20px;
}
.packages-wrapper .card-wrapper .card-container .card .card-content .card-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 23px;
}
.packages-wrapper .card-wrapper .card-container .card .card-content .card-price .small-price {
  font-size: 24px;
  color: #818180;
  margin-right: 20px;
}
.packages-wrapper .card-wrapper .card-container .card .card-content .card-price .price {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  margin-right: 7px;
}
.packages-wrapper .card-wrapper .card-container .card .card-content .card-price .price-case {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.packages-wrapper .card-wrapper .card-container .card .card-content .description {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  padding: 17px 0 32px 0;
}
.packages-wrapper .card-wrapper .card-container .card .card-content .border-btn {
  width: 100%;
}

.testimonial-card {
  position: relative;
}

.home-packages {
  padding: 60px 0px 0px;
  background-position-y: 20px;
}
.home-packages .packagesList {
  width: 100%;
  margin-left: 0;
  justify-content: center;
  gap: 70px;
  padding-top: 57px;
}
.home-packages .packagesList > div {
  max-width: unset;
  flex-basis: unset;
  max-width: 380px;
  width: 100%;
}

.may-view .slider-right-arrow {
  right: 4px !important;
  position: relative !important;
}
.may-view .slider-left-arrow {
  position: relative !important;
  left: -10px !important;
}
.may-view .outer-wrp {
  margin-left: 0;
  display: flex;
  gap: 40px;
}
.may-view .outer-wrp > div {
  padding-left: 0;
  max-width: 30.7%;
  width: 100%;
  flex-basis: unset;
}

.payment-confirmation .payment-wrapper {
  max-width: 532px;
  margin: 0 auto;
  text-align: center;
  padding: 34px 0 60px 0;
}
.payment-confirmation .payment-wrapper .failed-wrapper button {
  width: 100%;
}
.payment-confirmation .payment-wrapper .text {
  padding-top: 48px;
}
.payment-confirmation .payment-wrapper .text h3 {
  font-size: 32px;
  font-weight: 700;
}
.payment-confirmation .payment-wrapper .text p {
  color: rgba(0, 0, 0, 0.5);
  padding: 14px 0 40px 0;
  text-align: center;
}
.payment-confirmation .payment-wrapper .text p span {
  color: #B89139;
  font-weight: 500;
  cursor: pointer;
}
.payment-confirmation .payment-wrapper .text p span:hover {
  text-decoration: underline;
}
.payment-confirmation .payment-wrapper .action-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.payment-confirmation .payment-wrapper .action-btn button {
  width: 50%;
}
.payment-confirmation .failed-btn {
  width: 100%;
}
.payment-confirmation .packages {
  padding: 60px 0 100px 0;
}
.payment-confirmation .packages .packagesList {
  display: flex;
  flex-wrap: wrap;
}
.payment-confirmation .packages .primary-btn {
  width: 100%;
}
.payment-confirmation .packages h2:after {
  width: 258px;
}
.payment-confirmation .packages > h4 {
  padding: 40px 0 40px 40px;
}
.payment-confirmation .css-11reh94-MuiGrid-root > .MuiGrid-item {
  padding-top: 0;
}

.pakages-page .packages {
  padding: 40px 50px 15px;
}

.suggested-packages {
  padding-top: 60px;
}
.suggested-packages .packagesList {
  justify-content: center;
  gap: 70px;
}
.suggested-packages .packagesList > div {
  padding-left: 0;
  max-width: 380px;
  width: 100%;
  flex-basis: unset;
}

.other-packages {
  padding: 40px 0 15px 0 !important;
}

.other-packagesList {
  gap: 70px;
  width: 100% !important;
  margin-left: 0 !important;
}
.other-packagesList > div {
  padding-left: 0 !important;
  max-width: 380px;
  width: 100%;
  flex-basis: unset;
}

.pakages-page > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1310px) {
  .other-packagesList {
    justify-content: center;
  }
}
.cart-listing .bread-crumbs {
  padding-top: 32px;
}
.cart-listing .cart-title {
  padding-top: 33px;
}
.cart-listing .empty-wrapper {
  max-width: 596px;
  margin: 0 auto;
}
.cart-listing .explore-btn {
  justify-content: center;
}

.empty-cart .explore-btn button {
  width: 199px;
}

.flex-wrapper {
  padding: 34px 0 100px 0;
  gap: 23px;
  align-items: flex-start;
}
.flex-wrapper .list-wrapper {
  max-width: 905px;
  width: 100%;
  background-color: #F7F9FC;
  border-radius: 8px;
  padding: 0 24px;
}
.flex-wrapper .list-wrapper .list-section {
  padding: 24px 0;
  border-bottom: 1px solid #DADDEA;
}
.flex-wrapper .list-wrapper .list-section .video-wrp {
  width: 120px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
}
.flex-wrapper .list-wrapper .list-section .video-wrp img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flex-wrapper .list-wrapper .list-section .text-content {
  width: 100%;
  position: relative;
}
.flex-wrapper .list-wrapper .list-section .text-content .head-title {
  justify-content: space-between;
}
.flex-wrapper .list-wrapper .list-section .text-content .head-title .title {
  font-weight: 700;
  font-size: 16px;
  padding-right: 12px;
  overflow: hidden;
}
.flex-wrapper .list-wrapper .list-section .text-content .head-title .sub-title {
  padding: 1px 8px;
  color: #B89139;
  font-weight: 500;
  font-size: 14px;
  background-color: #FFF8E7;
  border: 1px solid #B89139;
  border-radius: 24px;
}
.flex-wrapper .list-wrapper .list-section .text-content .head-title .price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
}
.flex-wrapper .list-wrapper .list-section .text-content .distribution {
  padding: 8px 0 16px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.flex-wrapper .list-wrapper .list-section .text-content .delet-btn {
  border: none;
  background-color: transparent;
}
.flex-wrapper .list-wrapper .sub-total {
  padding: 24px 0;
  text-align: right;
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.flex-wrapper .list-wrapper .sub-total span {
  font-weight: 700;
  color: #B89139;
  padding-left: 8px;
}
.flex-wrapper .Proceed-bnt {
  padding: 0 1.5px;
}
.flex-wrapper .order-summary {
  max-width: 354px;
  width: 100%;
}
.flex-wrapper .order-summary .top-section {
  padding: 24px;
  border-radius: 8px;
  background-color: #F7F9FC;
  color: #000;
  margin-bottom: 30px;
}
.flex-wrapper .order-summary .top-section button {
  padding: 0 2px;
}
.flex-wrapper .order-summary .top-section .title {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DADDEA;
}
.flex-wrapper .order-summary .top-section .sub-total, .flex-wrapper .order-summary .top-section .total-pay {
  width: 100%;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #DADDEA;
}
.flex-wrapper .order-summary .top-section .total-pay {
  padding: 16px 0 0 0;
  border: none;
  font-weight: 500;
  font-size: 20px;
}
.flex-wrapper .order-summary .top-section .total-pay .price {
  font-weight: 700;
  color: #B89139;
}

.checkout-section .list-wrapper {
  padding-top: 24px;
}
.checkout-section .list-wrapper .list-section:last-child {
  border: none;
}
.checkout-section .list-wrapper .address-wrapper h4 {
  margin-bottom: 16px;
}
.checkout-section .list-wrapper .address-wrapper .billing-address {
  background-color: #fff;
  border: 1px solid #E1E4F2;
  padding: 21px 24px;
  border-radius: 4px;
  margin-bottom: 16px;
  cursor: pointer;
}
.checkout-section .list-wrapper .address-wrapper .billing-address.active {
  background-color: #F1EFE8;
  border-color: #B89139;
}
.checkout-section .list-wrapper .address-wrapper .billing-address .text-content .text .title {
  font-size: 14px;
  border: none;
  padding-right: 8px;
  margin: 0;
}
.checkout-section .list-wrapper .address-wrapper .billing-address .text-content .distribution {
  color: #000;
  padding: 8px 0 0 0;
}
.checkout-section .list-wrapper .address-wrapper .address-btn {
  margin: 24px 0 40px 0;
  padding: 0 51px;
}
.checkout-section .list-wrapper .payment-method .list-section {
  align-items: center;
  margin-bottom: 16px;
}
.checkout-section .list-wrapper .payment-method .list-section label {
  margin-right: 9px;
}
.checkout-section .list-wrapper .payment-method .list-section .text-content {
  justify-content: space-between;
}
.checkout-section .list-wrapper .payment-method .list-section .text-content .text {
  font-size: 16px;
  font-weight: 700;
}
.checkout-section .list-wrapper .payment-method .list-section .text-content .text span {
  padding-right: 5px;
}

.pop-up-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17, 16, 36, 0.05);
}
.pop-up-wrapper .action-btn {
  padding: 16px;
  margin-top: 6px;
  box-shadow: 0px -4px 24px rgba(36, 33, 70, 0.05);
}
.pop-up-wrapper .container {
  max-width: 482px;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
.pop-up-wrapper .container .head-section {
  padding: 24px 35px;
  margin-bottom: 16px;
  border-bottom: 2px solid #F1F0F3;
}
.pop-up-wrapper .container .head-section h5 {
  color: rgb(184, 145, 57);
}
.pop-up-wrapper .container .head-section button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: unset;
}

.add-address .container {
  max-width: 482px;
  margin: 0 auto;
}

.form-container {
  padding: 0;
}
.form-container .form {
  margin: 0;
  padding: 0 35px;
}

.input-control {
  margin-bottom: 24px;
}
.input-control label {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 100%;
  position: unset;
}
.input-control fieldset {
  display: none;
}
.input-control p.Mui-error {
  margin-left: 0;
}
.input-control input, .input-control .MuiSelect-select {
  font-size: 16px;
  line-height: 19px;
  color: #000 !important;
  width: 100%;
  border-radius: 4px;
  background-color: #fff !important;
  outline: none;
  border: 1px solid #E1E4F2 !important;
  padding: 0 16px 0 16px;
  font-weight: 400;
  height: 48px !important;
  filter: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.input-control input::placeholder, .input-control .MuiSelect-select::placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}
.input-control input:hover, .input-control .MuiSelect-select:hover {
  border-color: #E1E4F2 !important;
}
.input-control input:focus, .input-control .MuiSelect-select:focus {
  border-color: #E1E4F2 !important;
}

.dashboard-container {
  margin-top: 70px;
  background: url("../images/dashboard-bg.jpg") top center no-repeat;
  min-height: 100vh;
  background-size: cover;
}
.dashboard-container .main-container {
  padding: 86px 0px 116px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 7.625rem;
}
.dashboard-container .main-container .left-section {
  max-width: 604px;
  width: 100%;
}
.dashboard-container .main-container .right-section {
  max-width: 554px;
  width: 100%;
}
.dashboard-container .main-container .heading {
  font-weight: 400;
  font-size: 40px;
  color: #212040;
  line-height: 48px;
}
.dashboard-container .main-container .heading-text {
  padding: 8px 0 4px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 604px;
  width: 100%;
}
.dashboard-container .main-container .card-section {
  display: flex;
  gap: 40px;
}
.dashboard-container .main-container .card-section .action-card {
  text-decoration: none;
  border-radius: 20px;
  width: 156px;
  height: 156px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.dashboard-container .main-container .card-section .action-card .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.015em;
  color: #000;
}
.dashboard-container .main-container .second-section {
  margin-top: 40px;
}
.dashboard-container .main-container .video-section {
  padding: 75px 0px 0px 0px;
}

/* dashboard footer */
.dashboard-footer {
  background: #000000;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
}
.dashboard-footer .content {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.dashboard-footer .dash-copyright {
  line-height: 14px;
  padding: 14px 0px 15px 0px;
}
.dashboard-footer .social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dashboard-footer .social-media .follow-us {
  line-height: 21px;
  margin-right: 15px;
}
.dashboard-footer .social-media .social-icons {
  display: flex;
  gap: 16px;
}

.dashboard-video-section {
  position: relative;
  display: flex;
  width: max-content;
  height: max-content;
  justify-content: center;
  align-items: center;
  max-width: 554px;
  width: 100%;
  height: 542px;
  border-radius: 20px;
}

.MainContent .content {
  padding: 64px 0px 0 0px;
}
.MainContent .cms-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.MainContent .cms-container {
  padding-top: 1.125rem;
  padding-bottom: 5rem;
}
.MainContent .cms-container .cms-header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
.MainContent .cms-container .cms-header .title {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  line-height: 36.8px;
}
.MainContent .cms-container .cms-header .title-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.MainContent .cms-container .cms-body {
  background: #F7F9FC;
  border-radius: 8px;
  padding: 40px;
}
.MainContent .cms-container h5,
.MainContent .cms-container h4,
.MainContent .cms-container h3,
.MainContent .cms-container h2 {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 36px !important;
  padding: 20px 0px !important;
}
.MainContent .cms-container p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.MainContent .cms-container p:last-child {
  margin-bottom: 0px;
}
.MainContent .cms-container a {
  color: #B89139;
}
.MainContent .cms-container ul > li {
  position: relative;
  padding: 4px 0 4px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
}
.MainContent .cms-container ul > li:before {
  position: absolute;
  height: 6px;
  width: 6px;
  top: 12px;
  left: 0;
  border-radius: 50%;
  content: "";
  background: #dac071;
}

.sidebar-main-container {
  margin-top: 80px;
  display: flex;
  min-height: calc(100vh - 80px);
}

.sidebar-main-container main {
  background: #F0F4F8;
  width: 100%;
}

.side-bar {
  width: 268px;
  transition: all 0.5s;
}

.side-bar .sidebar-expend {
  margin: 33px 0px 41px 29px;
}

.side-bar .sidebar-expend img {
  cursor: pointer;
}

.side-bar .link-container {
  min-width: 236px;
  margin: 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.link-container .link {
  padding: 8px 14px;
  border-radius: 4px;
  display: flex;
  column-gap: 12px;
  text-decoration: none;
  justify-content: start;
  align-items: center;
}

.link-container .link span {
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.selected {
  background: #FFF8E7;
}

.selected span {
  color: #B89139 !important;
}

.storage-stats-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 80px 16px 16px 16px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.storage-stats-wrapper .status-per {
  font-size: 16px;
}
.storage-stats-wrapper .status-size {
  font-size: 14px;
}
.storage-stats-wrapper .progress-wrapper {
  margin-top: 4px;
  margin-bottom: 2px;
  position: relative;
  background-color: #F6F0DA;
  height: 8px;
  border-radius: 10px;
  width: 100%;
}
.storage-stats-wrapper .progress-wrapper.warning {
  background-color: #FFF0ED;
}
.storage-stats-wrapper .progress-wrapper .prog-bar {
  position: absolute;
  background-color: #B89139;
  width: 50%;
  height: 8px;
  border-radius: 10px;
}
.storage-stats-wrapper .progress-wrapper .prog-bar.warning {
  background-color: #F83209;
}

.drafting-container {
  position: relative;
  margin: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  min-height: calc(100% - 40px);
}
.drafting-container .head-divider {
  border-bottom: 2px solid #F1F2F8;
}
.drafting-container .draft-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  margin-inline: 24px;
}
.drafting-container .draft-card-head .title {
  text-transform: capitalize;
  padding-block: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #212040;
}
.drafting-container .draft-card-head .title-action-button {
  margin: 18px 22px 18px 18px;
}
.drafting-container .PQ-card-head {
  justify-content: flex-start !important;
  gap: 12px;
}

.cms-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.questions-container {
  margin: 24px;
}
.questions-container .drafting-preliminary-questions-card {
  margin-top: 24px;
  padding-bottom: 7rem;
}
.questions-container .drafting-preliminary-questions-card .Questions {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
}
.questions-container .drafting-preliminary-questions-card .PQradioGroup {
  gap: 1rem;
}
.questions-container .drafting-preliminary-questions-card .MuiFormControlLabel-root {
  display: flex;
  gap: 12px;
}
.questions-container .drafting-preliminary-questions-card .MuiFormControlLabel-root .MuiRadio-root {
  padding: 0;
}
.questions-container .drafting-preliminary-questions-card .MuiFormControlLabel-root .MuiRadio-root img {
  max-width: 16px;
}
.questions-container .drafting-preliminary-questions-card .MuiFormControlLabel-root .MuiTypography-root {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

.preliminaryQuestionsStepCard {
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px -4px 25px rgba(159, 160, 192, 0.16);
  padding: 16px 24px 16px 24px;
  position: absolute;
  bottom: 0;
}
.preliminaryQuestionsStepCard .stepCountText {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #b89139;
}
.preliminaryQuestionsStepCard .preliminary-qus-action {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.preliminaryQuestionsStepCard .preliminary-qus-action .back-btn {
  max-width: 146px;
  width: 100%;
}
.preliminaryQuestionsStepCard .preliminary-qus-action .submit-btn {
  max-width: 165px;
  width: 100%;
}

.drafting-btn {
  min-height: 32px;
  font-size: 14px;
  min-width: 208px;
}

.drafting-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.drafting-table .MuiButtonBase-root.tbl-action {
  min-height: 32px !important;
  font-size: 14px !important;
  min-width: 208px !important;
}
.drafting-table .tbl-no-records {
  text-align: center;
}
.drafting-table .tbl-action-inactive {
  color: #EE3F37;
  text-transform: capitalize;
}
.drafting-table .tbl-word-wrap {
  max-width: 150px;
}
.drafting-table th {
  background: #F0F4F8;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  align-items: center;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 20px;
}
.drafting-table td {
  padding: 6px 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  border-bottom: 1px solid #E1E4F2;
  font-size: 14px;
}
.drafting-table #border-lr {
  border-left: 1px solid #E1E4F2;
  border-right: 1px solid #E1E4F2;
}
.drafting-table .drafting-status {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: max-content;
}
.drafting-table .left-align {
  text-align: left;
}

.drafting-table .drafting-status.process {
  color: #FE9A03;
}

.drafting-table .drafting-status.complete {
  color: #00B569;
}

.drafting-table .drafting-status.pending {
  color: #EE3F37;
}

.drafting-table .drafting-status.inactive {
  color: gray;
}

/* status color */
.drafting-status .dot {
  height: 8px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* status color */
.drafting-status .dot.process {
  background-color: #FE9A03;
}

.drafting-status .dot.complete {
  background-color: #00B569;
}

.drafting-status .dot.pending {
  background-color: #EE3F37;
}

.drafting-status .dot.inactive {
  background-color: grey;
}

/* status color */
.drafting-table .action-items {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

.drafting-table .action-items img {
  cursor: pointer;
}

.checkboxResize img {
  max-width: none !important;
}

.get-storage-container {
  margin: 39px 24px 24px 24px;
}
.get-storage-container .storage-card {
  background: #d7d7de;
  border-radius: 20px;
  padding: 36px 31px 20px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.get-storage-container .storage-card * {
  position: relative;
  z-index: 99;
}
.get-storage-container .storage-card:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid #d7d7de;
  background: #fff;
  border-radius: 20px;
  left: 0;
  top: 10px;
  z-index: 1;
}
.get-storage-container .storage-card:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid #d7d7de;
  background: #fff;
  border-radius: 20px;
  left: 0;
  top: 10px;
  z-index: 1;
}
.get-storage-container .storage-card .popularTag {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 12px 12px;
  background: #f8f8f9;
  border: 1px solid #DAC071;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  padding: 11px 25px;
}
.get-storage-container .storage-card.recommend .popularTag {
  background: #fff8e7;
  color: #dac071;
}
.get-storage-container .storage-card:hover {
  background: #dac071;
  box-shadow: 0 4px 8px 0 #d6c07c, 0 6px 20px 0 #d6c07c;
}
.get-storage-container .storage-card.recommend {
  background: #dac071;
}
.get-storage-container .storage-card.recommend::before {
  border: 1px solid #dac071;
}
.get-storage-container .storage-card:hover::before {
  border: 1px solid #dac071;
}
.get-storage-container .storage-card .storage-type {
  color: #B89139;
  font-weight: 500;
  font-size: 24px;
  line-height: 27.98px;
}
.get-storage-container .storage-card .storage-period {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.98px;
}
.get-storage-container .storage-card .storage-size {
  font-weight: 500;
  font-size: 32px;
  line-height: 37.31px;
}

.dialog-popup {
  padding: 24px 24px 30px 24px;
  overflow-y: hidden;
}
.dialog-popup .popup-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dialog-popup .close-button {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-popup .popup-icon {
  margin-top: 6px;
  margin-bottom: 24px;
}
.dialog-popup .popup-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 29px;
}
.dialog-popup .popup-body {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.dialog-popup-action-section {
  display: flex;
  gap: 16px;
  padding: 16px;
  box-shadow: 0px -4px 24px rgba(36, 33, 70, 0.05);
}

.progressBar-wrapper {
  position: relative;
  width: calc(100vw - 101px);
  display: flex;
}

.sidebarOpen .progressBar-wrapper {
  width: calc(100vw - 285px) !important;
}

.progress-bar {
  position: relative;
  min-height: 104px;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

.drawline:first-child .pending {
  margin-left: 50px !important;
}

.drawline::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 105px;
  background-color: #D7D9E7;
  z-index: 0;
}

.activeline::before {
  background-color: #B89139 !important;
}

.progress-bar .pending {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 29px;
  min-height: 29px;
  background: url("../images/form-stepper/panding.svg");
  background-repeat: no-repeat;
  margin-left: 105px;
  z-index: 1;
  position: relative;
}

.progress-bar .pending:after {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 8px);
  width: max-content;
  text-align: center;
}

.progress-bar .pending.progress {
  background: url("../images/form-stepper/progress.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}

.progress-bar .pending.progress:after {
  font-weight: 700;
}

.progress-bar .pending.complete {
  background: url("../images/form-stepper/complete.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}

.progress-bar .pending.complete:after {
  font-weight: 700;
  color: #B89139;
}

.form-preview-dialog .MuiDialog-paper {
  width: 100%;
  max-width: 940px;
  max-height: calc(100% - 56.58px);
  height: 100%;
  border-radius: 8px;
}
.form-preview-dialog .form-preview-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 32px !important;
  box-shadow: 0px 4px 10px rgba(0, 8, 25, 0.04);
  padding: 16px 16px;
}
.form-preview-dialog .form-preview-title .title-preview-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.42px;
  color: #000000;
}
.form-preview-dialog .form-preview-title .title-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.form-preview-dialog .form-preview-title .title-section .action-buttons {
  display: flex;
  flex-direction: row;
  justify-Content: space-between;
  gap: 20px;
  align-items: center;
}
.form-preview-dialog .form-preview-content {
  margin: 0px;
}
.form-preview-dialog .form-preview-content .toolbar-section {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
.form-preview-dialog .form-preview-content .toolbar-section .toolbar-page-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-Right: 32px;
}
.form-preview-dialog .form-preview-content .toolbar-section .toolbar-zoom-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-preview-dialog .form-preview-actions {
  box-shadow: 0px -2px 13px rgba(0, 8, 25, 0.04);
  padding: 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-preview-dialog .form-preview-actions .forms-counts-wrapper {
  color: #B89139;
  font-size: 24px;
  font-weight: 700;
}

.zoom-drop-down div.MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input {
  padding-right: 0px;
  padding: 0px 0px 0px 7px;
  width: 70px;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.drag-drop-font div.MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input {
  padding-right: 0px;
  padding: 0px 0px 0px 7px;
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.drag-drop-font-family div.MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input {
  padding-right: 0px;
  padding: 0px 0px 0px 7px;
  width: 100px;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.dropZone {
  width: 100%;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  border-radius: 6px;
  border: 2px dashed #B89139;
  background-color: #F6F0DA;
}
.dropZone p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20.99px;
}
.dropZone .dropFilemessage {
  font-size: 18px;
  font-weight: 500;
}
.dropZone .drag-drop-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.dropZone .drag-drop-container .drag-drop-statement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.99px;
  color: #000;
}
.dropZone .drag-drop-container .drag-drop-statement img {
  margin-right: 6px;
}
.dropZone .drag-drop-container .drag-drop-statement .browse-file {
  font-weight: 700;
  text-decoration: underline;
  color: #B89139;
  cursor: pointer;
}
.dropZone .drag-drop-container .browse-fileType {
  font-size: 18px;
  font-weight: 500;
  line-height: 20.99px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.dropZone-wrapper {
  width: 100%;
}

.storage-dropZone .dropZone {
  height: 7.5rem;
}
.storage-dropZone .add-file {
  height: 7.5rem;
  padding: 22px 12px;
}

.add-file {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 16px;
  padding: 12px;
  border-radius: 6px;
  border: 2px dashed #B89139;
  background-color: #F6F0DA;
}
.add-file img {
  border-radius: 2px;
  max-width: 71px;
  max-height: 71px;
  min-width: 71px;
  min-height: 71px;
  object-fit: cover;
}
.add-file .input-control label {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 100%;
  position: unset;
}
.add-file .input-control fieldset {
  display: none;
}
.add-file .input-control input,
.add-file .input-control .MuiSelect-select {
  font-size: 16px;
  line-height: 19px;
  color: #000 !important;
  width: 100%;
  border-radius: 4px;
  background-color: #fff !important;
  outline: none;
  border: 1px solid #E1E4F2 !important;
  padding: 0 16px 0 16px;
  font-weight: 400;
  height: 48px !important;
  filter: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.add-file .input-control input::placeholder,
.add-file .input-control .MuiSelect-select::placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}
.add-file .input-control input:hover,
.add-file .input-control .MuiSelect-select:hover {
  border-color: #E1E4F2 !important;
}
.add-file .input-control input:focus,
.add-file .input-control .MuiSelect-select:focus {
  border-color: #E1E4F2 !important;
}

.drag-file-listing {
  margin-top: 24px;
  width: 100%;
  padding-bottom: 3rem;
}
.drag-file-listing .list-item {
  border: 1px solid #E1E4F2;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.drag-file-listing .list-item img {
  cursor: pointer;
}
.drag-file-listing .list-item .list-item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.drag-file-listing .list-item .list-item-wrapper .list-item-info {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.drag-file-listing .list-item .list-item-wrapper .list-item-info :last-child {
  font-weight: 400;
  color: rgba(124, 124, 124, 0.5019607843);
}
.drag-file-listing .list-item img {
  border-radius: 2px;
}

.file-preview .close-preview {
  position: fixed;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.file-preview .preview {
  width: 690px;
  height: 690px;
  object-fit: contain;
}

.my-account .my-account-content {
  margin-top: 24px;
  margin-bottom: 80px;
  padding-top: 64px;
}
.my-account .bread-crumbs {
  padding-top: 32px;
}
.my-account .my-account-title {
  padding-top: 33px;
  padding-bottom: 24px;
}
.my-account .tabs-container {
  display: flex;
  gap: 20px;
  border-radius: 10px;
}
.my-account .tabs-container main {
  background: #F7F9FC;
  width: 100%;
  min-height: 584px;
  border-radius: 8px;
  position: relative;
}
.my-account .tabs-container .vertical-navbar-container {
  border-radius: 8px;
  height: 584px;
  width: 240px;
  background: #F7F9FC;
}
.my-account .tabs-container .vertical-navbar-container .link-container {
  min-width: 192px;
  margin: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.my-account .tabs-container .vertical-navbar-container .link-container .link {
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
}
.my-account .tabs-container .vertical-navbar-container .link-container .link span {
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.my-account .tabs-container .vertical-navbar-container .link-container .selected {
  background: #B89139;
}
.my-account .tabs-container .vertical-navbar-container .link-container .selected span {
  font-weight: 700;
  color: whitesmoke !important;
}

.my-accounts-container .head-divider {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.my-accounts-container .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  margin-inline: 24px;
}
.my-accounts-container .card-head .title {
  text-transform: capitalize;
  padding-block: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.my-accounts-container .card-head .title-action-button {
  margin: 18px 22px 18px 18px;
}
.my-accounts-container .payments {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.my-accounts-container .payments .no-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.my-accounts-container .payments .no-cards span {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

/* Account Popup customization */
.accountDevices .dialog-popup .popup-content .popup-icon {
  width: 88px;
  height: 58px;
  margin-bottom: 30px;
}

.device-wrapper {
  padding: 20px;
}
.device-wrapper table {
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 8px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(189, 194, 217, 0.5019607843);
  font-family: Helvetica Neue;
  font-size: 16px;
  line-height: 19px;
}
.device-wrapper table thead th {
  padding: 24px 20px;
  font-weight: 700;
  text-align: left;
}
.device-wrapper table tbody td {
  border-top: 2px solid rgba(189, 194, 217, 0.5019607843);
  padding: 24px 20px;
  vertical-align: middle !important;
}
.device-wrapper table tbody td:last-child {
  text-align: right;
}
.device-wrapper .device-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.device-wrapper .device-info .brand-model {
  margin-left: 55.4px;
}
.device-wrapper .device-info .brand-model .brand {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}
.device-wrapper .bDescription {
  font-size: 16px;
  color: #000;
}

.my-account-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.mysignins-wrapper table {
  width: 100%;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.mysignins-wrapper table thead th {
  padding: 24px 24px 17px 24px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
}
.mysignins-wrapper table tbody tr {
  border-top: 1px solid rgba(189, 194, 217, 0.5019607843);
}
.mysignins-wrapper table tbody tr:last-child {
  border-bottom: 1px solid rgba(189, 194, 217, 0.5019607843);
}
.mysignins-wrapper table tbody td {
  color: rgba(0, 0, 0, 0.5019607843);
  padding: 24px 24px;
  vertical-align: middle !important;
  text-transform: capitalize;
}
.mysignins-wrapper table tbody td .brand-model {
  display: flex;
}
.mysignins-wrapper table tbody td .brand-model .brand {
  text-transform: uppercase;
}
.mysignins-wrapper table tbody td .brand-model .model {
  margin-left: 5px;
}
.mysignins-wrapper table tbody td .action-items {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.mysignins-wrapper table tbody td .action-items img {
  cursor: pointer;
}
.mysignins-wrapper table tbody .time,
.mysignins-wrapper table tbody .relative-time {
  text-transform: lowercase;
}

.password-rest-wrapper {
  padding: 20px 20px 49px 20px;
}
.password-rest-wrapper .card {
  border-radius: 8px;
  border: 1px solid rgba(189, 194, 217, 0.5019607843);
  padding: 20px;
}
.password-rest-wrapper .card .section-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 24px;
}
.password-rest-wrapper .card .section-label:not(:first-child) {
  margin-top: 40px;
}
.password-rest-wrapper .card .password-reset-form label {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 100%;
  position: unset;
}
.password-rest-wrapper .card .password-reset-form fieldset {
  display: none;
}
.password-rest-wrapper .card .password-reset-form input {
  border: none !important;
  font-size: 16px;
  line-height: 19px;
  border-radius: 4px;
  outline: none;
  padding: 0 16px 0 16px;
  font-weight: 400;
  height: 48px !important;
  align-items: center;
}
.password-rest-wrapper .card .password-reset-form .passwordCont {
  width: 100%;
}
.password-rest-wrapper .card .password-reset-form .passwordCont div.MuiOutlinedInput-root {
  background-color: white;
}
.password-rest-wrapper .card .password-reset-form .passwordCont div:not(.MuiInputAdornment-root) {
  border: 1px solid #e1e4f2;
  border-radius: 4px;
}
.password-rest-wrapper .card .password-reset-form .passwordCont div.Mui-error:not(.MuiInputAdornment-root) {
  background: #fdeeee;
  border: 1px solid #eb5757;
}

.eyeIcon {
  width: 20px !important;
  height: 20px !important;
}

.profile-wrapper {
  padding: 36px 40px;
}
.profile-wrapper .head-title {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-wrapper .profile-pic-container {
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-wrapper .profile-pic-container .pic-upload-info {
  font-size: 14px;
  font-weight: 500;
  width: 209px;
  color: #000;
}
.profile-wrapper .profile-pic-container .picture-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}
.profile-wrapper .profile-pic-container .picture-wrapper .upload-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.profile-wrapper .profile-pic-container .picture-wrapper .picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.profile-wrapper .profile-pic-container .picture-wrapper .picture-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/profile/profile-pic-ring.svg");
}
.profile-wrapper .card .section-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 24px;
  color: #000;
}
.profile-wrapper .card .section-label:not(:first-child) {
  margin-top: 40px;
}

.check-wrapper {
  display: flex;
  align-items: center;
  margin-left: 38px;
}
.check-wrapper .check-label {
  font-size: 14px;
  font-weight: 500;
}

.input-field {
  width: 100%;
}
.input-field label {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 100%;
  position: unset;
}
.input-field fieldset {
  display: none;
}
.input-field input {
  border: none !important;
  font-size: 16px;
  line-height: 19px;
  border-radius: 4px;
  outline: none;
  padding: 0 16px 0 16px;
  font-weight: 400;
  height: 48px !important;
  align-items: center;
  color: #000;
}
.input-field input.Mui-disabled {
  -webkit-text-fill-color: unset !important;
}
.input-field p.Mui-error {
  margin-left: 0;
}
.input-field div.MuiOutlinedInput-root {
  background-color: white;
}
.input-field div.Mui-disabled {
  background-color: #F1F0F3;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.6) !important;
}
.input-field div:not(.MuiInputAdornment-root) {
  border: 1px solid #e1e4f2;
  border-radius: 4px;
}
.input-field div.Mui-error:not(.MuiInputAdornment-root) {
  background: #fdeeee;
  border: 1px solid #eb5757;
}

.select-field div.Mui-disabled {
  background-color: #F1F0F3 !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.6) !important;
}

.feedbackForm {
  display: flex;
  flex-direction: column;
  background-color: #F7F9FC;
  border-radius: 8px;
}
.feedbackForm .feedbackformHeader {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 18px 40px 30px 40px;
}
.feedbackForm .feedbackformHeader .IconsGroup {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.feedbackForm .feedbackformHeader .IconsGroup button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background: transparent;
}
.feedbackForm .feedbackformHeader .IconsGroup button img {
  width: 114px;
  height: 110px;
}
.feedbackForm .feedbackformHeader .IconsGroup button span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 19.2px;
  margin-top: -2px;
}
.feedbackForm .feedbackformHeader .RatingBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feedbackForm .feedbackformHeader .RatingBox p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 24.42px;
  margin: 0;
}
.feedbackForm .feedbackformHeader .RatingBox .RatingGroup {
  display: flex;
  gap: 24px;
}
.feedbackForm .feedbackformHeader .RatingBox .RatingGroup button {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 19.2px;
  border: 1px solid rgb(225, 228, 242);
  background-color: #fff;
  padding: 12px 16px;
}
.feedbackForm .feedbackformHeader .RatingBox .RatingGroup .btnActive {
  color: #B89139;
  border: 1px solid rgb(184, 145, 57);
}
.feedbackForm .feedbackformHeader .suggestionBox {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.feedbackForm .feedbackformHeader .suggestionBox label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.feedbackForm .feedbackformHeader .suggestionBox textarea {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  width: 100%;
  min-height: 100px;
  border: 1px solid rgb(225, 228, 242);
  padding: 16px;
  outline: 0;
  border-radius: 4px;
  resize: vertical;
}
.feedbackForm .feedbackformHeader .suggestionBox textarea::-webkit-resizer {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 17px solid #E1E4F2;
}
.feedbackForm .feedbackformHeader .suggestionBox textarea::placeholder {
  font-family: "Helvetica Neue", "Inter", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.feedbackForm .feedbackformHeader .consent-box {
  font-size: 14px;
  padding-left: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000000;
}
.feedbackForm .feedbackformHeader .consent-box a {
  font-weight: 600;
  color: #B89139;
  text-decoration: underline;
}
.feedbackForm .feedbackformHeader .consent-box a:hover {
  text-decoration: none;
}
.feedbackForm .feedbackformFooter {
  display: flex;
  justify-content: flex-end;
  padding: 16px 40px 16px 0px;
  background-color: #fff;
  box-shadow: 0px -4px 24px 0px rgba(36, 33, 70, 0.05);
  border-radius: 0px 0px 12px 12px;
}
.feedbackForm .feedbackformFooter .SubmitBtn {
  display: flex;
  min-width: 150px;
}

.documents-container {
  margin-block: 24px;
  margin-inline: 30px;
}
.documents-container .add-folder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 6px;
  border: 2px dashed #B89139;
  cursor: pointer;
}
.documents-container .add-folder .add-icon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.documents-container .add-folder .add-icon-label span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.98px;
}
.documents-container .add-folder:hover {
  background-color: #F6F0DA;
}
.documents-container .folder {
  border: 1px solid #E1E4F2;
  border-radius: 4px;
  height: 54px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all;
  cursor: pointer;
}
.documents-container .folder .folder-icon-label img {
  margin-right: 12px;
}
.documents-container .folder .folder-icon-label span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.documents-container .folder .folder-date-action span {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-right: 16px;
}
.documents-container .folder:hover {
  border-color: #868688;
}
.documents-container .folder .folder-action-dropdown {
  position: relative;
  display: inline-block;
}
.documents-container .folder .folder-action-dropdown .folder-dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 10;
  width: 160px;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: white;
  box-shadow: 4px 4px 24px 0px rgba(36, 33, 70, 0.2392156863);
  border-radius: 6px;
}
.documents-container .folder .folder-action-dropdown .folder-dropdown-menu .menu-item {
  display: flex;
  flex-direction: column;
}

.event-status {
  text-transform: capitalize;
  width: max-content;
  border-radius: 4px;
  padding: 6.5px 14px;
  font-size: 16px;
  font-weight: 500;
}

.event-status.open {
  background-color: rgba(68, 158, 45, 0.1019607843);
  color: #449E2D;
}

.event-status.close {
  background-color: rgba(224, 79, 95, 0.1019607843);
  color: #E04F5F;
}

.event-status.mid {
  background: rgba(236, 128, 28, 0.1019607843);
  color: #EC801C;
}

.event-form {
  padding: 24px 40px;
}

.event-file-list-item {
  border: 1px solid #E1E4F2;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.event-file-list-item .list-item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.event-file-list-item .list-item-wrapper .list-item-info {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.event-file-list-item img {
  border-radius: 2px;
}

.aboutUs-wrapper {
  padding-top: 7.5rem;
}
.aboutUs-wrapper .about-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutUs-wrapper .about-header .about-title {
  width: 70%;
  font-weight: 700;
  font-size: 32px;
  line-height: 36.8px;
  text-align: center;
  color: #000;
}
.aboutUs-wrapper .about-header .title-info {
  color: rgba(0, 0, 0, 0.5019607843);
}
.aboutUs-wrapper .about-main {
  display: flex;
  width: 100%;
  gap: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}
.aboutUs-wrapper .about-main .about-left-section {
  width: 70%;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5019607843);
  line-height: 22.5px;
  text-align: center;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container .about-signature {
  display: flex;
  gap: 3.75rem;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container .about-signature .about-signature-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container .about-signature .about-signature-image img {
  height: 38px;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container .about-signature .about-signature-image .about-authorDetails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container .about-signature .about-signature-image .about-authorDetails p {
  font-size: 22px;
  font-weight: 500;
  color: #B89139;
  line-height: 26.86px;
}
.aboutUs-wrapper .about-main .about-left-section .about-main-container .about-signature .about-signature-image .about-authorDetails span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.aboutUs-wrapper .about-main .side-about-image {
  width: 30%;
}
.aboutUs-wrapper .about-main .side-about-image img {
  width: 100%;
  height: 100%;
}

.case-details-box .MuiContainer-root {
  padding: 20px;
}
.case-details-box .caseTabs {
  border: 1px solid rgba(189, 194, 217, 0.5019607843);
  border-radius: 8px 8px 0 0;
}
.case-details-box .caseTabs button {
  padding-top: 16px;
  padding-bottom: 24px;
  height: 60px;
}
.case-details-box .casebtnGrp {
  display: flex;
  justify-content: space-between;
  margin: 24px 20px 24px 20px;
}
.case-details-box .case-heading {
  margin: 24px 0;
  background-color: #F6F0DA;
  padding: 16px 40px;
}
.case-details-box .case-heading h6 {
  color: #B89139;
}
.case-details-box .case-form .case-box {
  border: 1px solid rgba(189, 194, 217, 0.5019607843);
  padding: 20px;
  border-radius: 8px;
}
.case-details-box .case-form .case-heading {
  margin: 24px -20px;
}
.case-details-box .case-form .small-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.case-details-box .case-form .caseSection h6 {
  padding: 35px 0 24px;
}
.case-details-box .case-form .addressTab {
  display: flex;
  align-items: center;
  margin: 13px 0 24px;
  border-bottom: 1px solid rgba(189, 194, 217, 0.5019607843);
}

.court-listing {
  max-height: 472px;
  min-height: auto;
  overflow-y: auto;
  scroll-behavior: smooth;
  border-bottom: 1px;
  border-left: 1px solid #E1E4F2;
  border-right: 1px solid #E1E4F2;
  border-bottom: 1px solid #E1E4F2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.court-listing .list-item {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  padding: 16px;
}
.court-listing .list-item .text-info1 {
  font-size: 18px;
  font-weight: 500;
  width: 20%;
  word-wrap: break-word;
}
.court-listing .list-item .text-info2 {
  font-size: 16px;
  font-weight: 500;
}
.court-listing .list-item .text-info3 {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5019607843);
}
.court-listing .list-item:hover {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.selectPlcholder {
  font-family: "Helvetica Neue", "Inter", Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}

.contact-wrapper {
  padding-top: 7.5rem;
  background: #fff;
}
.contact-wrapper .main-banner {
  background: url("../images/contact-us/banner.svg") center no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-wrapper .main-banner .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  margin-left: 58px;
}
.contact-wrapper .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-wrapper .contents-wrapper .getText {
  color: #fff;
  font-size: 46px;
  line-height: 53.64px;
}
.contact-wrapper .contents-wrapper p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.contact-wrapper .response-box {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3.75rem;
  z-index: 2;
}
.contact-wrapper .response-box .box {
  box-shadow: 0px 4px 4px 0px rgba(149, 149, 149, 0.2509803922);
  border-radius: 8px;
  width: 190px;
  height: 190px;
  background: #fff;
  text-align: center;
}
.contact-wrapper .response-box .box img {
  width: 90px;
  height: 90px;
  margin: 24px 0 28px 0;
}
.contact-wrapper .response-box .box p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.contact-wrapper .grey-box {
  height: 200px;
  width: 100%;
  background: #F7F9FC;
  z-index: 1;
  top: 46%;
  position: absolute;
}
.contact-wrapper .connectBox {
  padding: 3.75rem 1.5rem 5rem;
}
.contact-wrapper .connectBox .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 39.07px;
  color: #000;
}
.contact-wrapper .connectBox .infoGroup {
  width: 100%;
  display: flex;
  gap: 2rem;
  padding-top: 30px;
}
.contact-wrapper .connectBox .infoGroup .co-info {
  width: 50%;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 2px 24px 0px rgba(29, 102, 255, 0.0784313725);
  min-height: 128px;
  height: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}
.contact-wrapper .connectBox .infoGroup .co-info img {
  width: 80px;
  height: 80px;
}
.contact-wrapper .connectBox .infoGroup .co-info .co-info-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-wrapper .connectBox .infoGroup .co-info .co-info-group .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26.86px;
  color: #B89139;
}
.contact-wrapper .connectBox .infoGroup .co-info .co-info-group .info {
  display: flex;
}
.contact-wrapper .connectBox .infoGroup .co-info .co-info-group .info a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
  color: #000;
  text-decoration: none;
}

.btnGrp {
  width: 100%;
  margin-top: 24px !important;
}

.subscription-wrapper {
  padding: 20px 20px 24px 20px;
}
.subscription-wrapper .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscription-wrapper .card-wrapper .card {
  border-radius: 8px;
  border: 1px solid #daddea;
  padding: 20px;
}
.subscription-wrapper .card-wrapper .card .card-header {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(189, 194, 217, 0.5019607843);
}
.subscription-wrapper .card-wrapper .card .card-header .card-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.subscription-wrapper .card-wrapper .card .card-header .card-item .card-item-lebel {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3019607843);
  line-height: 16.8px;
}
.subscription-wrapper .card-wrapper .card .card-header .card-item .card-item-value {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5019607843);
  line-height: 20px;
}
.subscription-wrapper .card-wrapper .card .card-body {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left, .subscription-wrapper .card-wrapper .card .card-body .card-body-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-title {
  color: #000;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-tag {
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 400px;
  min-height: 1.75rem;
  font-size: 14px;
  font-weight: 500;
  background: #FFF8E7;
  color: #B89139;
  border: 1px solid #B89139;
  border-radius: 24px;
  letter-spacing: -0.3px;
  padding: 4px 8px;
  line-height: 16px;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status {
  display: flex;
  align-items: center;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status .card-body-order {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  padding-left: 0;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status .orderSuccess {
  color: #4CAF50;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status .orderFailed {
  color: #ED2800;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  line-height: 16.32px;
  border-right: 1px solid #DADDEA;
  padding: 0 9px;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status span:last-child {
  border: none;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-left .card-body-status span .creditcardtxt {
  font-weight: 500;
  color: #000;
  padding: 0;
  margin-left: 8px;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-right .card-body-total {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-right .card-body-total .card-body-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3019607843);
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-right .card-body-total .card-body-amout {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-right .main-action-button {
  font-size: 14px;
  display: flex;
  justify-content: end;
  gap: 12px;
}
.subscription-wrapper .card-wrapper .card .card-body .card-body-right .main-action-button button {
  display: flex;
  gap: 8px;
}
