@import url("https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Italic.woff2') format('woff2'),
        url('Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0px;
    padding: 0px;
  }
  .clear {
    padding: 0px;
    margin: 0px;
    clear: both;
  }
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    position: relative;
  }

ul {
  list-style: none;
  margin: 0px !important;
}
a:focus,
:focus {
  outline: none !important;
}
a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
h1 {
  font-size: 25px;
  color: #454545;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 22px;
  color: #454545;
  margin: 0;
  padding: 0;
}
h3 {
  font-size: 20px;
  color: #454545;
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 18px;
  color: #454545;
  margin: 0;
  padding: 0;
}
h5 {
  font-size: 15px;
  color: #454545;
  margin: 0;
  padding: 0;
}
h6 {
  font-size: 14px;
  color: #454545;
  margin: 0;
  padding: 0;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #454545;
  margin: 0;
  padding: 0;
}
a {
  padding: 0px;
  margin: 0px;
  outline: none;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
input[type="text"]::-webkit-placeholder {
  opacity: 1;
}
input[type="text"]::-moz-placeholder {
  opacity: 1;
}
input[type="password"]::-webkit-placeholder {
  opacity: 1;
}
input[type="password"]::-moz-placeholder {
  opacity: 1;
}
input[type="search"]::-webkit-placeholder {
  opacity: 1;
}
input[type="search"]::-moz-placeholder {
  opacity: 1;
}
input[type="email"]::-webkit-placeholder {
  opacity: 1;
}
input[type="email"]::-moz-placeholder {
  opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}
input[type="tel"]::-moz-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea::-webkit-placeholder {
  opacity: 1;
}
a:hover {
  outline: none !important;
  text-decoration: none;
}
a:active {
  outline: none !important;
  text-decoration: none;
}
a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
img {
  vertical-align: middle;
  border-style: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
:root {
  --main-blue: #2c3e50;
  --main-yellow: #d4af37;
  --main-grey: #d6d8d9;
}

header {
  background-color: var(--main-blue);
  position: fixed;
  display: block;
  width: 100vw;
  top: 0px;
  left: 0px;
  padding: 13px 59px;
  z-index: 999;
}
.headerfixed {
  box-shadow: 0px 6px 11px 0px #0000001f;
}
header .navbar {
  padding: 0px !important;
}
.navbar-brand {
  padding: 0px !important;
  width: 151px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 36px;
}
.img-block {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.navbar-collapse {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-item a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 0px !important;
}
.nav-grplft {
  gap: 29px;
}
.page-item a:hover,
.page-item a:focus {
  color: var(--main-yellow);
}
.contct-info {
  padding-left: 7px;
  margin-left: 185px;
  position: relative;
}
.no-num-clps .nav-signup {
  margin-right: 185px;
}
.contct-info::before {
  content: "";
  position: absolute;
  top: -13px;
  height: calc(100% + 26px);
  left: 0px;
  display: block;
  width: 1px;
  background-color: #4c647c;
}
.contct-info span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: block;
}
.contct-info h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #ffffff;
  gap: 4px;
}
.contct-info h4 svg {
  display: block;
  width: 18px;
  height: 18px;
}
.nav-signup a {
  width: 84px;
  height: 36px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #34495e;
  margin-left: 19px;
}
.nav-signup a:hover {
  background: var(--main-yellow);
  color: white;
}
.nav-login a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  gap: 5px;
  padding: 0px !important;
}
.nav-login a:hover {
  color: var(--main-yellow);
}
.nav-login a:hover svg path {
  stroke: var(--main-yellow);
}
.nav-login {
  height: fit-content;
}
.nav-grprt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.crt-mem {
  position: absolute;
  right: 163px;
  width: 145px;
  height: 36px;
  background: #d4af37;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  border: 1px solid var(--main-yellow);
}
.crt-mem.nlog-ynum {
  right: 198px;
}
.no-num-hdr .crt-mem {
  right: 0px;
}
.crt-mem:hover {
  background: var(--main-blue);
  color: var(--main-yellow);
  box-shadow: 0px 0px 13px 0px #d4af371c;
}
.header-search-area {
  position: absolute;
  right: 610px;
}
.open-hdr-srch {
  display: none;
  width: 39px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #4c647c;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  justify-content: center;
  align-items: center;
}
.open-hdr-srch button svg {
  display: block;
  width: 19px;
  height: 19px;
}
.open-hdr-srch button:hover,
.open-hdr-srch button:focus {
  border: 1px solid var(--main-yellow);
}
.open-hdr-srch button:hover svg path,
.open-hdr-srch button:focus svg path {
  stroke: var(--main-yellow);
}
.hdr-srch-inr {
  width: 375px;
  height: 38px;
  position: relative;
}
.loggd-prtnr-srch .hdr-srch-inr {
  width: 238px;
  height: 38px;
  position: relative;
}
.hdr-srch-inr input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 7px 41px 7px 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #616b74;
  border: 1px solid var(--main-blue);
  outline: none !important;
  box-shadow: none !important;
}
.hdr-srch-inr input:hover,
.hdr-srch-inr input:focus,
.hdr-srch-inr input:focus-visible,
.hdr-srch-inr input:focus-within {
  border: 1px solid var(--main-yellow);
}
.hdr-srch-inr button {
  width: 28px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #4c647c;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.hdr-srch-inr button svg {
  display: block;
  width: 15px;
  height: 15px;
}
.hdr-srch-inr button:hover,
.hdr-srch-inr button:focus {
  border: 1px solid var(--main-yellow);
}
.hdr-srch-inr button:hover svg path,
.hdr-srch-inr button:focus svg path {
  stroke: var(--main-yellow);
}
.header-padding {
  width: 100%;
  display: block;
  height: 79px;
}
.home-body {
  padding-top: 30px;
  padding-bottom: 68px;
}
.recent-mob-btn {
  min-width: 120px;
  height: 35px;
  background: transparent;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--main-blue);
  display: none;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid var(--main-blue);
  gap: 5px;
}
.recent-mob-btn svg {
  display: block;
  width: 13px;
  height: 13px;
}
.recent-mob-btn svg path {
  fill: var(--main-blue);
}
.recent-mob-btn:hover {
  border: 1px solid var(--main-yellow);
  color: var(--main-yellow);
}
.recent-mob-btn:hover svg path {
  fill: var(--main-yellow);
}
.recent-post-sec {
  width: calc(100% + 62px);
  position: sticky;
  top: 88px;
}
.partner-filter {
  margin-left: -62px;
}
.rcnt-post-inr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.rcnt-post-inr h2 {
  padding: 16px;
  width: 100%;
  height: 57px;
  background: #2c3e50;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.rcnt-post-inr h2 span.close-list,
.rcnt-post-inr h2 span.close-partner,
.search-hdng .close-list,
.partner-hdng .close-list {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
}
.rcnt-post-inr h2 span.close-list,
.rcnt-post-inr h2 span.close-partner,
.search-hdng .close-list,
.partner-hdng .close-list {
  top: 1px;
  right: 2px;
}
.partner-filter .rcnt-post-inr h2 {
  padding: 18px 13px 23px 13px;
  height: fit-content;
  position: relative;
}
.partner-filter .rcnt-post-inr h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  display: block;
  width: calc(100% - 12px);
  height: 10px;
  border-radius: 10px 10px 0px 0px;
  bottom: 0px;
}
.rcnt-post-inr li a {
  border-bottom: 1px solid #ededed;
  width: 100%;
  overflow: hidden;
}
.rcnt-post-inr li em {
  border-right: 1px solid #ededed;
  padding: 26px 18px 14px 0px;
  display: block;
  margin-right: 12px;
}
.recent-post-moblist.rcnt-post-inr li em {
  padding: 25.3px 18px 14px 0px;
}
.rcnt-post-inr li em img {
  width: 29px;
  height: 29px;
  display: block;
  border-radius: 100%;
}
.rcnt-post-inr li h6 {
  width: calc(100% - 60px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #34495e;
  position: relative;
}
.rcnt-post-inr li h6 small {
  color: #8d8d8d;
  font-weight: 500;
}
.rcnt-post-inr li h6 span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #637088;
}
.rcnt-post-inr li h6 svg {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.rcnt-post-inr li a:hover h6 svg {
  right: -10px;
  opacity: 1;
}
.rcnt-post-inr li a:hover h6 {
  color: var(--main-yellow);
}
.view-post {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: 100%;
  height: 44px;
  background: #d4af37;
  border-radius: 2px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 17px;
  text-transform: capitalize;
}
.view-post svg {
  display: block;
  width: 16px;
  height: 16.72px;
  transition: all 0.3s ease;
}
.view-post:hover {
  background: var(--main-blue);
  color: white;
}
.view-post:hover svg {
  transform: translateX(13px);
}
.partner-srch {
  margin-top: 15px;
  width: 100%;
  position: relative;
}
.partner-srch input {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid var(--main-blue);
  padding: 11px 30px 11px 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #616b74;
}
.partner-srch button {
  position: absolute;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  top: 0px;
  right: 0px;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-srch button:hover svg path,
.partner-srch button:focus svg path {
  stroke: var(--main-yellow);
}
.partner-srch input:hover,
.partner-srch input:focus,
.partner-srch input:focus-visible,
.partner-srch input:focus-within {
  border: 1px solid var(--main-yellow);
}
.home-main-area {
  width: calc(100% + 112px);
  margin-left: -56px;
}
h2.main-are-hdng {
  width: 100%;
  padding: 14px 13px 16px 13px;
  height: 57px;
  background: #2c3e50;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.feed-big-box {
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  margin-bottom: 0px;
  width: 100%;
}
.feed-big-box:hover {
  box-shadow: 0px 5px 25px #d4af373d;
}
.feed-big-box h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #d6d8d9;
  border-radius: 1px;
  padding: 10px 16px 10px 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
}
.feed-big-box h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
}
.feed-big-box h3 span img {
  display: block;
  width: 100%;
  height: 100%;
}
.feed-bigbox-paper {
  padding: 6px 16px 13px 15px;
  position: relative;
}
span.date {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #757575;
}
.feed-bigbox-paper span.date {
  position: absolute;
  top: 11px;
  right: 16px;
}
span.date svg {
  display: block;
  width: 13px;
  height: 13px;
}
.lifespan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 3px;
}
.lifespan h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #2a3b4b;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  gap: -2px;
}

.home-life.lifespan h5 span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #495969;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.home-life.lifespan h5 span img {
  display: block;
  width: 9.33px;
  height: 12px;
  margin-top: 3px;
}
.lifespan h5 svg {
  display: block;
  width: 19px;
  height: 19px;
}
.lifespan em {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25.22px;
  position: relative;
  z-index: 1;
}
.lifespan em::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/border1.png);
}
.lifespan em a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  display: block;
}
.lifespan em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
  z-index: -3;
  object-position: top;
}
.lifespan em a:hover + img {
  transform: scale(1.03);
}
.feed-bigbox-paper h4 a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  margin-bottom: 3px;
  display: block;
}
.feed-bigbox-paper h4 a:hover {
  color: var(--main-yellow);
}
.feed-bigbox-paper h6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #495969;
  gap: 13px;
}
.feed-bigbox-paper h6 img {
  display: block;
  width: 14px;
  height: 7px;
}
.feed-bigbox-paper h6 span img {
  display: block;
  width: 9.33px;
  height: 12px;
  margin-top: 3px;
}
.feed-bigbox-paper h6 span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  gap: 5px;
}
.feed-bigbox-footer {
  border-top: 1px solid #ededed;
  padding-top: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.create-postbtn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #c69e1e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7.63px;
}
.create-postbtn img {
  display: block;
  width: 23.15px;
  height: 26px;
}
.create-postbtn:hover {
  color: var(--main-blue);
}
.post-typedrop {
  position: absolute;
  width: 168px;
  top: 100%;
  left: 0px;
  padding-top: 13px;
  z-index: 999;
}
.post-typedrop::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 26px;
  clip-path: polygon(46% 0, 0% 100%, 100% 100%);
  width: 30.25px;
  height: 13px;
  background-color: white;
}
.post-typedrop ul {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  padding: 7px 27px 7px 16px !important;
}
.post-typedrop ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #34495e;
  gap: 13px;
  text-transform: capitalize;
}
.post-typedrop ul li a:hover {
  color: var(--main-yellow);
}
.post-typedrop ul li a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}
.create-post-div:hover .post-typedrop {
  display: block !important;
}
.tribute-number-div ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.tribute-number-div ul li,
.tribute-number-div ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #34495e;
  text-transform: capitalize;
}
.tribute-number-div ul li img,
.tribute-number-div ul li a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
}
.tribute-number-div ul li a {
  color: var(--main-yellow);
}
.tribute-number-div ul li a:hover {
  color: var(--main-blue);
}
.feed-mid-box {
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  /*margin-bottom: 26px;*/
  width: 100%;
}
.feed-mid-box:hover {
  box-shadow: 0px 5px 25px #d4af373d;
}
.mid-box-hdr {
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 147px 8px 15px;
}
.mid-box-hdr h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #2a3b4b;
  background: transparent !important;
  width: fit-content !important;
  padding: 0px !important;
  height: fit-content;
  margin-bottom: 0px;
}
.mid-box-hdr h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  overflow: hidden;
}
.mid-box-hdr h3 img {
  display: block;
  width: 100%;
  height: 100%;
}
.mid-paper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
.mid-paper-rit {
  padding: 19px 18px 21px 19px;
  width: 185px;
  border-left: 1px solid #ededed;
}
.mid-paper-rit ul li {
  margin-bottom: 21px;
}
.mid-paper-rit ul li:last-child {
  margin-bottom: 0px;
}
.mid-paper-rit ul li,
.mid-paper-rit ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
}
.mid-paper-rit ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--main-yellow);
}
.mid-paper-rit ul li a:hover {
  color: var(--main-blue);
}
.mid-paper-rit ul li em {
  width: 40px;
  height: 38px;
  background: #f9f9f9;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.mid-paper-rit ul li em img {
  display: block;
  max-width: 25px;
  height: 25px;
}
.mid-paper-rit ul li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #6a7a8a;
}
.mid-paper-rit ul li h6 b {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #092540;
}
.mid-paper-rit ul li a h6 {
  color: var(--main-yellow);
  font-weight: 700;
}
.mid-paper-rit ul li a:hover h6 {
  color: var(--main-blue);
}
.mid-paper-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  padding: 16px 25px 25px 14px;
  width: calc(100% - 186px);
}
.mid-paper-person {
  width: 117.33px;
  height: 151px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  z-index: 1;
  position: relative;
}
.mid-paper-person::after {
  position: absolute;
  content: "";
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/border2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.mid-paper-person a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: block;
  opacity: 0;
}
.mid-paper-person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: -4;
  object-position: top;
}
.mid-paper-person a:hover + img {
  transform: scale(1.01);
}
.mid-paper-left-txt {
  width: calc(100% - 137.33px);
}
.create-post-div {
  display: block;
  width: fit-content;
}
.mid-paper-left-txt h3 a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  margin-bottom: 9px;
  display: block;
}
.mid-paper-left-txt h3 a:hover {
  color: var(--main-yellow);
}
.mid-paper-left-txt h5 {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #4e5c6a;
  gap: 5px;
}
.mid-paper-left-txt h5 img {
  display: block;
  width: 8.33px;
  height: 12px;
}
.mid-paper-left-txt h6 {
  margin: 9px 0px 13.6px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #6a7a8a;
  gap: 5px;
}
.mid-paper-left-txt h6 svg {
  display: block;
  width: 12px;
  height: 12px;
}
.feed-mid-box span.date {
  top: 14px;
  right: 19px;
}
.small-boxarea,
.moreli,
.display-style-all {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
.moreli {
  width: 100%;
}
.feed-small-box {
  width: calc(50% - 12px);
  background: #ffffff;
  border: 1px solid #e7e8e9;
  box-shadow: 0px 6px 8px rgba(209, 218, 226, 0.4);
}
.feed-small-box:hover {
  box-shadow: 0px 5px 25px #d4af373d;
}
.smlfeed-hdr {
  background: #d6d8d9;
  width: 100%;
  padding: 8px 14px 9px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.smlfeed-hdr h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
}
.smlfeed-hdr h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
}
.smlfeed-hdr h4 img {
  display: block;
  width: 100%;
  height: 1005;
}
.smlfeed-inr {
  padding: 12px 15px 12px 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.smlfeed-inr span.date {
  bottom: 15px;
  right: 15px;
  padding: 3px 4px 5px 6px;
  background-color: #f4f4f4;
  border-radius: 3px;
}
.smlfeed-inr em {
  width: 96px;
  height: 96px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.smlfeed-inr em a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  display: block;
}
.smlfeed-inr em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 50%;
  object-position: top;
}
.smlfeed-inr em a:hover + img {
  transform: scale(1.01);
}
.smlfeed-txt {
  width: calc(100% - 108px);
  padding-top: 10px;
  padding-bottom: 31px;
}
.smlfeed-txt h5 a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  margin-bottom: 3px;
  display: block;
}
.smlfeed-txt h5 a:hover {
  color: var(--main-yellow);
}
.smlfeed-txt h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #707983;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5.36px;
}
.smlfeed-txt h6 img {
  display: block;
  width: 8.33px;
}
.load-more-btn {
  margin: 11px auto 0px auto;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #d4af37;
  padding-left: 29px;
  background-image: url(../images/loader.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.load-more-btn:hover {
  color: var(--main-blue);
  background-image: url(../images/loader-hover.png);
}
footer {
  background-color: #2c3e50;
}
.ftr-top {
  margin-bottom: -18px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sos-links {
  margin: 0 auto !important;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.sos-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}
.sos-links li a svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.sos-links li a svg path {
  fill: white;
}
.sos-links li a:hover {
  transform: translateY(-4px);
}
.footer-logo {
  width: 214px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto 8px auto;
}
.footer-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.ftr-top p {
  margin: 0 auto 26px auto;
  width: 661px;
  max-width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.ftr-btm {
  background-color: #263849;
}
.btm-links {
  padding: 40px 0px 26px 0px;
}
.btm-links ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  column-gap: 33px;
}
.btm-links ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #c9d3de;
}
.btm-links ul li a:hover {
  color: var(--main-yellow);
}
.ftr-copy {
  border-top: 1px solid #3b4f64;
  padding: 11px 0px;
}
.ftr-copy p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #6b7d8e;
}
.ftr-copy p a {
  color: inherit;
}
.ftr-copy p a:hover {
  color: var(--main-yellow);
}
.scrollTop {
  position: absolute;
  z-index: 99;
  bottom: 260px;
  right: 318px;
}
.scrollTop a {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--main-yellow);
  outline: 2px solid white;
  outline-offset: 7px;
}
.scrollTop a:hover,
.scrollTop a:focus {
  background-color: var(--main-blue);
  outline: 2px solid white !important;
}
.scrollTop a svg {
  display: block;
  width: 33px;
  height: 33px;
}
.login-paper {
  padding: 55px 0px 115px 0px;
}
.login-box {
  width: 419px;
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px 29px 18px 25px;
}
.login-header {
  margin-bottom: 26px;
}
.login-header h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 23px;
  text-align: center;
  color: #2a3b4b;
  margin-bottom: 13px;
}
.login-header p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #858a92;
}
.login-inr {
  border-radius: 16px 16px 0px 0px;
  border-top: 1px solid #e1e1e1;
  padding-top: 34px;
}
.inpt-group {
  width: 100%;
  height: fit-content;
  position: relative;
  z-index: 3;
  background-color: white;
  margin-bottom: 15px;
}
.inpt-group label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #848a8f;
  background-color: white;
  padding: 0px 4px 0px 2px;
  position: absolute;
  top: 25px;
  left: 17px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.inpt-group input,
.inpt-group select,
.inpt-group textarea {
  background-color: transparent !important;
  border: 1px solid #bfc4c7 !important;
  width: 100%;
  height: 50px;
  padding: 13px 17px;
  position: relative;
  z-index: 5;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #222d2f;
  border-radius: 6px !important;
  box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.04);
}
.inpt-group select {
  appearance: none;
  background-image: url(../images/select-bg.png);
  background-size: 43px calc(100% + 2px);
  background-repeat: no-repeat;
  background-position: right -1px center;
}
/* .inpt-group input:hover + label,
.inpt-group select:hover + label,
.inpt-group textarea:hover + label, */
.inpt-group input:focus + label,
.inpt-group select:focus + label,
.inpt-group textarea:focus + label,
.inpt-group input:focus-visible + label,
.inpt-group select:focus-visible + label,
.inpt-group textarea:focus-visible + label,
.inpt-group input:focus-within + label,
.inpt-group select:focus-within + label,
.inpt-group textarea:focus-within + label,
.inpt-group.active label {
  top: 0px;
  z-index: 9;
}
.inpt-group input:hover,
.inpt-group select:hover,
.inpt-group textarea:hover,
.inpt-group input:focus,
.inpt-group select:focus,
.inpt-group textarea:focus,
.inpt-group input:focus-visible,
.inpt-group select:focus-visible,
.inpt-group textarea:focus-visible,
.inpt-group input:focus-within,
.inpt-group select:focus-within,
.inpt-group textarea:focus-within,
.inpt-group.active input,
.inpt-group.active select,
.inpt-group.active text {
  border: 1px solid #626c73 !important;
}
.inpt-group label.error {
  position: static !important;
  font-size: 12px;
  padding: 0px !important;
  margin-top: 0px;
  background-color: transparent !important;
  color: red;
  transform: translateY(0px) !important;
  line-height: 1 !important;
  height: fit-content;
}
.inpt-group #togglePassword,
.inpt-group #togglePassword2 {
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  z-index: 9;
  width: 19px;
  height: 19px;
  display: block;
  right: 17px;
  cursor: pointer;
}
.fa-eye-slash::before {
  content: "" !important;
  background-image: url(../images/eye-slash.svg) !important;
  width: 100%;
  height: 100%;
  display: block;
}
.fa-eye::before {
  content: "" !important;
  background-image: url(../images/eye.svg) !important;
  width: 100%;
  height: 100%;
  display: block;
}
.frog-remem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0px 17px 0px;
  flex-wrap: wrap;
}
.frog-remem label {
  display: block;
  width: fit-content;
  padding-left: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #858a92;
  z-index: 1;
}
.frog-remem label input {
  top: 0px;
  left: 0px;
  width: 129px;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.frog-remem label span {
  left: 0px;
  top: -1px;
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #bfc4c7;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.frog-remem label span svg {
  display: block;
  width: 9.75px;
  height: 7.51px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0;
}
.frog-remem label input:checked + span {
  background: #d4af37;
  box-shadow: 0px 4px 4px rgba(212, 175, 55, 0.2);
  border-radius: 55px;
  border: 1px solid var(--main-yellow);
}
.frog-remem label input:checked + span svg {
  opacity: 1;
  transform: rotate(0deg);
}
.frog-remem a {
  display: block;
  width: fit-content;
  margin: 0px 0px 0px auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #cca528;
}
.frog-remem a:hover {
  color: var(--main-blue);
}
button.login-submit {
  width: 100%;
  border: 0px solid transparent !important;
  outline: none !important;
  background: #d4af37;
  box-shadow: 0px 4px 4px rgba(212, 175, 55, 0.2);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}
button.login-submit:hover,
button.login-submit:focus {
  background: var(--main-blue);
  box-shadow: 0px 4px 4px rgb(44, 62, 80, 0.2);
  color: white;
}
p.no-accnt {
  margin-top: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #707983;
}
p.no-accnt a {
  display: block;
  color: var(--main-yellow);
  font-weight: 600;
}
p.no-accnt a:hover {
  color: var(--main-blue);
}
.signup-paper {
  padding: 55px 0px;
}
.name-grp {
  gap: 11px;
}
.name-grp .inpt-group {
  width: calc(50% - 5.5px);
}
p.sign-disc {
  margin-top: 15px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #707983;
}
p.sign-disc a {
  text-decoration-line: underline !important;
  color: #292f34;
}
p.sign-disc a:hover {
  color: var(--main-yellow) !important;
}
.header-search-area.loggd-hdr-srch {
  right: 394px;
}
.loggd-profile {
  position: absolute;
  right: 155px;
  padding-left: 8px;
  margin-left: 22px;
  padding-right: 1px;
}
.loggd-profile.nonum-prof {
  right: 0px !important;
}
.loggd-profile::before {
  content: "";
  position: absolute;
  top: -16px;
  height: calc(100% + 31px);
  left: 0px;
  display: block;
  width: 1px;
  background-color: #4c647c;
}
.loggd-profile h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  cursor: pointer;
}
.loggd-profile h4 em {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 37px;
  height: 37px;
  border-radius: 5px;
  margin-right: 5px;
}
.loggd-profile h4 em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loggd-profile svg {
  display: block;
  width: 18px;
  height: 18px;
}
.loggd-profile ul {
  position: absolute;
  top: 49px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 3px 6px 9px 0px #00000026;
  width: 190px;
  right: 0px;
  z-index: 999;
}
.loggd-profile ul::before {
  position: absolute;
  content: "";
  top: 0px;
  transform: translateY(-100%);
  width: 20px;
  height: 20px;
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  right: 30px;
}
.loggd-profile ul li {
  padding: 4px;
}
.loggd-profile ul li a {
  padding: 5px 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #34495e;
  width: 100%;
  display: block;
  background-color: white;
  border-radius: 6px;
}
.loggd-profile ul li a:hover {
  background-color: var(--main-yellow);
  color: white;
}
.profile-break {
  width: 100%;
  height: 1px;
  background-color: #2c3e5026;
  margin-top: 2px;
}
.dash-paper {
  background-color: #f1f0ed;
  padding-bottom: 74px;
}
.dash-header {
  background: #ffffff;
  border: 1px solid rgba(232, 232, 232, 0.8);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 18px;
  position: relative;
}
.dsh-hdr-inr {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 21px 0px 31px 0px;
}
.dsh-hdr-inr h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 23px;
  text-align: center;
  color: #2a3b4b;
}
.dsh-hdr-inr p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #707983;
}
.dsh-hdr-inr::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 18px;
  background: #f1f0ed;
  border-radius: 10px 10px 0px 0px;
  left: 0px;
}
.dash-inr-paper {
  margin: 0px 19px;
  background: #ffffff;
  border: 1px solid rgba(232, 232, 232, 0.8);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 26px;
}
.dash-mypckg .dash-inr-paper {
  margin-bottom: 30px;
  padding-top: 40px;
}
.dash-mypckg .dash-inr-paper:last-child {
  margin-bottom: 0px !important;
}
.step-sec {
  width: 100%;
  height: 144px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom: 8px solid #f1f0ed;
  border-radius: 11px;
  padding: 28px 29px 32px 29px;
  margin-bottom: 22px;
}
.step-sec ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 9;
  width: 521px;
  max-width: 100%;
}
.step-sec ul.partnerproful {
  width: 100% !important;
}
.step-sec ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #d9d9d9;
  left: 0px;
  top: 16px;
  z-index: -1;
}
.progress-step {
  position: absolute;
  height: 3px;
  border-radius: 3px;
  background: var(--main-yellow);
  left: 0px;
  top: 16px;
  z-index: -1;
}
.step-li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 141px;
  position: relative;
}
.step-sec ul.partnerproful li {
  width: 25% !important;
}
.step-li em {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fcecb9;
  border: 2px solid #fcecb9;
  margin-bottom: 8px;
  position: relative;
}
.step-li.active em {
  border: 2px solid var(--main-yellow);
  outline: 5px solid white;
  outline-offset: -7px;
  background-color: var(--main-blue);
}
.step-li.done em {
  background-color: var(--main-yellow);
  background-image: url(../images/step-tick.png);
  background-size: 21px 20px;
  background-position: center center;
  border: 2px solid var(--main-yellow);
  background-repeat: no-repeat;
}
.step-li div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-li p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: rgba(105, 108, 109, 0.9);
  margin-bottom: -1px;
  width: fit-content;
}
.step-li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2c3e50;
}
.step-li.active h6,
.step-li.done h6 {
  color: var(--main-yellow);
}
.w-crt-mem {
  width: 538px;
  max-width: 100%;
}
.slct-orb-typ {
  margin-bottom: 21px;
}
.slct-orb-typ h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
  margin-bottom: 7.27px;
}
.slct-orb-inr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
.slct-orb-inr label {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.slct-orb-inr label input {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.slct-orb-inr label h4 {
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 14px 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #848a8f;
}
.slct-orb-inr label h4 svg {
  display: block;
  width: 16px;
  height: 16px;
}
.slct-orb-inr label input:checked + h4 {
  background: var(--main-blue);
  color: white;
}
.dash-inpt-grp {
  background-color: white !important;
}
.dash-inpt-grp label {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.dash-inpt-grp input,
.dash-inpt-grp select,
.dash-inpt-grp textarea,
.dash-inpt-grp .select2-choices {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #bfc4c7;
  border-radius: 9px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #575a5b;
  padding: 13px 17px 15px 17px;
  position: relative;
  z-index: 4;
  height: 46px;
}
.dash-inpt-grp textarea {
  height: 155px;
}
.dash-inpt-grp .select2-container {
  width: 100%;
}
.dash-inpt-grp .select2-choices {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 8px 48px 8px 11px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--main-blue) transparent;
  flex-wrap: wrap;
  height: 46px !important;
}
.dash-inpt-grp
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 0px !important;
  display: flex;
  flex-direction: row;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 5px 9px 7px 6px !important;
  gap: 8px;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 12px;
  position: static !important;
  background: url("../images/select2.png") right top no-repeat;
  background-size: 100% 100%;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 1px;
}
.dash-inpt-grp select,
.dash-inpt-grp .select2-choices {
  appearance: none;
  background-image: url(../images/select-bg.png);
  background-size: 43px calc(100% + 2px);
  background-repeat: no-repeat;
  background-position: right -1px center;
}
.dash-inpt-grp input:hover,
.dash-inpt-grp select:hover,
.dash-inpt-grp input:focus,
.dash-inpt-grp select:focus,
.dash-inpt-grp input:focus-visible,
.dash-inpt-grp select:focus-visible,
.dash-inpt-grp input:focus-within,
.dash-inpt-grp select:focus-within {
  border: 1px solid var(--main-blue);
}
.dash-inpt-grp input::placeholder {
  color: #848a8f;
}
.dash-inpt-grp svg {
  position: absolute;
  right: 10px;
  top: 36px;
  z-index: 1;
}
.dash-inpt-grp img {
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 1;
}
.deceased {
  margin-bottom: 23px;
}
.place-select h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
  margin-bottom: 7.27px;
}
.place-slct-inr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 18px;
  margin-bottom: 23px;
}
.place-slct-inr .dash-inpt-grp {
  width: calc(50% - 9px);
}
.place-slct-inr.prcng-srch .dash-inpt-grp {
  width: calc(33% - 6px);
}
button.ad-more-place {
  width: 117px;
  height: 44px;
  background: #d4af37;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: none !important;
  outline: none !important;
  margin-top: 26px;
}
button.ad-more-place svg {
  display: block;
  width: 14px;
  height: 22px;
}
button.ad-more-place:hover,
button.ad-more-place:focus {
  background: var(--main-blue);
}
.places-added {
  margin-top: -7px;
  margin-bottom: 27px;
}
.places-added h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
  margin-bottom: 8px;
}
.places-added ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 9px;
  flex-wrap: wrap;
}
.places-added ul li {
  width: fit-content;
  min-width: 161px;
  background: #ffffff;
  border: 1px solid #e1bf50;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #d1a618;
  text-align: left;
  padding: 11px 13px 12px 17px;
  gap: 10px;
}
.places-added ul li svg {
  display: block;
  width: 14px;
  height: 14px;
}
.phone-inpt {
  position: relative;
}
.phone-inpt select {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 71px;
  height: 46px;
  padding: 12px 25px 11px 9px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #848a8f;
  background-color: white;
  background-image: url(../images//select-drop.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right 5px center;
  text-align: center;
  z-index: 4;
}
.phone-inpt input {
  padding-left: 88px !important;
}
p.dash-otp {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(113, 113, 113, 0.79);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  white-space: nowrap;
}
p.dash-otp svg {
  display: block;
  width: 19px;
  height: 19px;
}
.upld-photo h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.upld-photo-inr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -8px;
  gap: 20px;
}
.upld-photo-inr label {
  width: 364px;
  height: 48px;
  position: relative;
  max-width: 100%;
}
.upld-photo-inr label input {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}
h5.upld-pht-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfc;
  border: 1px dashed #92a1a8;
  border-radius: 5px;
  padding: 14px 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #848a8f;
}
.upld-photo-inr label input:hover + h5.upld-pht-box,
.upld-photo-inr label input:focus + h5.upld-pht-box {
  background: var(--main-blue);
  border: 1px dashed var(--main-blue);
  color: white;
}
h5.upld-pht-box svg {
  display: block;
  width: 20px;
  height: 20px;
}
.upld-photo-inr label input:hover + h5.upld-pht-box svg path,
.upld-photo-inr label input:focus + h5.upld-pht-box svg path {
  stroke: white;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.uplded-pht {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.uplded-pht img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uplded-pht a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--main-yellow);
  top: 12px;
  right: -5px;
  transform: translateX(100%);
}
.partner_profile_files.uplded-pht a {
  width: fit-content;
  height: fit-content;
  color: var(--main-yellow);
  border-radius: 3px;
  background-color: transparent !important;
  position: static;
  text-align: left;
  transform: translateX(0%);
}
.partner_profile_files.uplded-pht a:hover {
  color: var(--main-blue);
}
.uplded-pht a svg {
  display: block;
  width: 11px;
  height: 11px;
}
.uplded-pht a:hover {
  background-color: var(--main-blue);
}
.create-mem-line {
  width: 100%;
  height: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 140px;
  background-color: white;
  margin: 25px 0px 18px 0px;
}
button.crt-mem-submit,
a.crt-mem-submit {
  width: 198px;
  height: 46px;
  background: #d4af37;
  box-shadow: 0px 4px 4px rgba(212, 175, 55, 0.2);
  border-radius: 3px;
  padding: 12px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: none !important;
  outline: none !important;
}
button.crt-mem-submit:hover,
button.crt-mem-submit:focus,
a.crt-mem-submit:hover {
  background: var(--main-blue);
}
button.crt-mem-submit svg,
a.crt-mem-submit svg {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
.embd-vid-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}
.embd-vid-type h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.embd-vid-type label {
  display: block;
  width: fit-content;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
  padding-left: 33px;
}
.embd-vid-type label input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.vid-type-circ {
  width: 25px;
  height: 25px;
  display: block;
  left: 0px;
  top: -3px;
  border: 1px solid #acacac;
  border-radius: 50%;
}
.vid-type-circ::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: none;
  width: 15px;
  height: 15px;
  background-color: var(--main-yellow);
  border-radius: 50%;
}
.embd-vid-type label input:checked + .vid-type-circ {
  border: 1px solid var(--main-yellow);
}
.embd-vid-type label input:checked + .vid-type-circ::before {
  display: block;
}
.create-sec-heading {
  margin-bottom: 24px;
}
.create-sec-heading h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #2a3b4b;
  margin-bottom: 9px;
}
.create-sec-heading p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #707983;
}
.ui-timepicker-wrapper {
  background-color: white !important;
  width: 147px;
  z-index: 99;
  box-shadow: 0px 0px 11px 0px #00000024;
}
.ui-timepicker-list {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  padding: 4px 12px !important;
}
.ui-timepicker-list::-webkit-scrollbar {
  width: 3px;
}
.ui-timepicker-list::-webkit-scrollbar-track {
  background: #fff !important;
}
.ui-timepicker-list::-webkit-scrollbar-thumb {
  background-color: #fff !important;
}
.add-evnt-sec {
  margin-bottom: 22px;
}
.add-evnt-sec .dash-inpt-grp {
  margin-bottom: 20px;
}
input.phn-code {
  width: 50px;
  padding: 13px 12px 15px 7px;
  text-align: right;
  border-radius: 9px 0px 0px 9px;
}
.dash-inpt-phn input:nth-child(2) {
  border-radius: 0px 9px 9px 0px;
  border-left: 0px solid transparent;
  width: calc(100% - 50px);
}
button.ad-more-place.ad-contct {
  width: 100%;
  height: 44px;
  gap: 5px;
  margin-top: 23px;
  flex-grow: 1;
  min-width: 108px;
}
.added-cont-sec {
  margin-top: -5px;
}
.added-cont-sec ul li {
  border-top: 1px solid #eaeaea;
  padding: 14px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.added-cont-sec ul li h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #212325;
  margin-right: 12px;
}
.ad-cont-action {
  margin-left: auto;
  gap: 9px;
}
.ad-cont-action a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6c7478;
}
.ad-cont-action a svg {
  display: block;
  width: 18px;
  height: 18px;
}
.ad-cont-action a:hover {
  border: 1px solid var(--main-yellow);
}
.crt-membck {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.67px;
  width: 106px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2c3e50;
}
.crt-membck:hover {
  color: white;
  border: 1px solid var(--main-blue);
  background: var(--main-blue);
}
.crt-membck:hover svg path {
  stroke: white;
}
.create-membtns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.details-publish {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  padding: 7px 0px;
  margin-bottom: 19px;
}
.details-publish p {
  margin-bottom: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #5e7083;
}
.details-publish h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #34495e;
  gap: 9px;
}
.details-publish h3 img {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.whos-details {
  margin-bottom: 13px;
  background-color: white;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.whos-top {
  padding: 15.5px;
}
.whos-top-inr {
  background: #fbfbfc;
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  padding: 13px 13px 13px 13px;
}
.whos-img-sec {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  z-index: 3;
  margin-bottom: 15px;
}
.who-date {
  margin-top: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 11.5px;
}
.who-date h4 {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #505761;
}
.who-date h4 span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #757575;
  display: block;
  margin-bottom: 2px;
}
.who-date svg {
  display: block;
  width: 19px;
  height: 10px;
  margin-bottom: 4px;
}
.who-img-mn {
  width: 408px;
  height: 317px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 97px;
}
img.who-img-border {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
img.mn-person-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.who-diya {
  bottom: 99px;
  display: flex;
  width: 633px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  justify-content: space-between;
  align-items: center;
}
.tooltip {
  position: relative;
  display: block;
  opacity: 1 !important;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 62px;
  background-color: var(--main-yellow);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 58px;
  left: 52px;
  height: 25px;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: white;
}
.diya-first.tooltip .tooltiptext {
  left: -36px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 10.5px;
  height: 13px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--main-yellow);
}
.diya-first.tooltip .tooltiptext::after {
  left: auto;
  right: 10px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.who-name {
  width: 938px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.who-name h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #e2bc40;
  margin-bottom: 9px;
}
.who-name h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.who-name h3 span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.67px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #414852;
}
.who-name h3 span img {
  display: block;
  width: 9px;
  height: 12px;
  margin-top: 5px;
}
p.age {
  width: 101px;
  height: 32px;
  background: #2c3e50;
  border: 1px solid #455a6f;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 9px;
}
p.who-desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #505761;
}
.who-top-linklst {
  width: 100%;
  background-color: white;
  padding: 9px 20px 9px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-top: 0px solid transparent;
}
.wht-lnklst-lft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
a.who-post-btn {
  width: 105px;
  height: 34px;
  background: var(--main-blue);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
a.who-post-btn:hover {
  background: var(--main-yellow);
  color: white;
}
a.who-pst-share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2c3e50;
  gap: 8px;
}
a.who-pst-share:hover {
  background: var(--main-yellow);
  border: 1px solid var(--main-yellow);
  color: white;
}
a.who-pst-share:hover svg path {
  fill: white;
}
.wht-lnklst-rt {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 41px;
}
.wht-lnklst-rt h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #4c525b;
}
.wht-lnklst-rt h3 text b {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 25.5px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #4c525b;
}
.whos-links {
  background-color: var(--main-yellow);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.whos-links a {
  position: relative;
  padding: 16px;
  width: 20%;
  border-right: 1px solid #ecc64a;
  border-left: 1px solid #aa881a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.57px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #ffffff;
  flex-grow: 1;
}
.whos-links a img {
  display: block;
}
.whos-links a:first-child {
  border-left: 0px solid transparent;
}
.whos-links a:last-child {
  border-right: 0px solid transparent;
}
.whos-links a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  background: #455a6f;
  border-radius: 7px 7px 0px 0px;
  left: 0px;
  transition: all 0.3s ease;
  height: 0px;
  opacity: 0;
}
.whos-links a:hover::after,
.whos-links a.active::after {
  width: 100%;
  height: 4px;
  opacity: 1;
}
.deet-trib-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  gap: 22px;
}
.deet-trib-type a {
  padding-bottom: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #464e5e;
  text-transform: capitalize;
}
.deet-trib-type a:hover {
  color: var(--main-yellow);
}
.deet-trib-type a.active {
  border-bottom: 2px solid var(--main-yellow);
  color: var(--main-yellow);
}
.details-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 27px;
}
.details-row-rt {
  width: 318px;
  margin-top: -41px;
}
.details-row-lft {
  width: calc(100% - 345px);
}
.deet-row-inr {
  position: sticky;
  top: 88px;
}
.vt-nums {
  margin-bottom: 18px;
  background-color: white;
  height: 65px;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 13px 41px;
}
/* .vt-nums::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  background-color: #ececec;
  display: block;
} */
.vt-nums h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #707983;
}
.vt-nums h4 b {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #464e5e;
}
.person-summary h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 11px 27px 11px;
  background-color: var(--main-blue);
  position: relative;
}
.person-summary h4::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 21px);
  border-radius: 10px 10px 0px 0px;
  background-color: white;
  height: 12px;
}
.person-summary ul {
  margin-top: -12px !important;
  position: relative;
  z-index: 9;
  padding: 25px 0px 14px 0 !important;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
.person-summary ul::after {
  content: "";
  position: absolute;
  left: 58px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: #ededed;
}
.person-summary ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 37px;
}
.person-summary ul li em {
  width: 40px;
  height: 38px;
  background: #f9f9f9;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.person-summary ul li em img {
  display: block;
}
.person-summary ul li h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
}
.person-summary ul li h5 span {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #707983;
}
.person-summary ul li h5 b {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  text-transform: capitalize;
  margin: 6px 0 6px 0;
}
.person-summary ul li h5 b svg {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 2.5px;
}
.deet-pg-sec1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 31px;
}
.trib-type-box {
  width: calc(34% - 15.3px);
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 13px;
}
.trib-type-box h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  gap: 9px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #4c525b;
}
.trib-type-box h3 b {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 25.5px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #4c525b;
}
.trib-type-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #7c8d9c;
  margin-bottom: 23px;
}
.trib-type-box a {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: 1px solid #8d969f;
  border-radius: 4px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.trib-type-box a h5 {
	width: calc(100% - 29px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 11px 8px 14px;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #404e5b;
	border-radius: 4px;
	border: 1px solid #8d969f;
	height: calc(100% + 1px);
	margin-top: 0px;
	margin-left: -1px;
	border-left: none;
	border-bottom: none;
    border-top: none;
}
.trib-type-box a:hover {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
}
.trib-type-box a:hover h5 {
  color: white;
}
.trib-type-box a:hover h5 svg path {
  stroke: white;
}
.deet-pg-sec2 {
  margin-bottom: 11px;
}
h3.deet-pgsc-hdng {
  margin-bottom: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #2a3b4b;
}
.annc-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #f3e9c8;
  border-radius: 4px;
  padding: 18px;
}
.annc-box em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	padding: 4px;
	margin-bottom: 16px;
	border-radius: 8px;
	background-color: white;
}
.annc-box em img {
  display: block;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.annc-box h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #2a3b4b;
  margin-bottom: 6px;
}
.annc-box h6 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 19px;
  gap: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #4c5760;
}
.annc-box h6 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.annc-box a {
  width: 100%;
  height: 38px;
  background: #d4af37;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  gap: 4px;
}
.annc-box a svg {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.annc-box a:hover {
  background: var(--main-blue);
  color: white;
}
.annc-box a:hover svg path {
  stroke: white;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--main-yellow) !important;
}
.deet-pg-sec3 {
  margin-bottom: 41px;
}
.fd-box-outr,
.trb-box-outr,
.trb-box-out-moreli {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
.trb-box-outr,
.trb-box-out-moreli {
  gap: 22px;
}
.trb-box-out-moreli {
  margin-top: 22px;
}
.fd-box {
  width: calc(50% - 12px);
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.fd-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
}
.fd-name em {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.fd-name em img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.fd-name text {
  width: calc(100% - 42px);
}
.fd-name h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #26333f;
}
.fd-name h5 b {
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #c8a020;
}
.fd-name h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #808a93;
}
.fd-name h6 span {
  width: 4px;
  height: 4px;
  display: block;
  background-color: #b2c4d6;
  border-radius: 50%;
}
em.fd-img {
  width: 100%;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 7px;
  border: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 16px;
}
em.fd-img::after {
  position: absolute;
  bottom: -1px;
  content: "";
  width: calc(100% - 38px);
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #e7e7e7;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  border-bottom: 0px solid transparent;
}
.fd-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #646c7a;
}
a.dtpgsc-view {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 23px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #1a202f;
}
a.dtpgsc-view:hover {
  color: var(--main-yellow);
}
.details-pageinr {
  padding-bottom: 57px;
}
.trb-box {
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  padding: 9px 9px 14px 9px;
  width: calc(50% - 11px);
}
.trb-box h3 {
  width: 100%;
  height: 67px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 17px 17px 24px 17px;
}
.trb-box h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-color: white;
  width: calc(100% - 26px);
  border-radius: 10px 10px 0px 0px;
  height: 9px;
}
.bg-blue {
  background-color: var(--main-blue);
}
.bg-yellow {
  background-color: var(--main-yellow);
}
.bg-grey {
  background-color: #6d7073;
}
.bg-earth {
  background-color: #715252;
}
img.trb-bximg {
  display: block;
  max-width: 100%;
  height: 146px;
  margin: 0 auto;
}
.trb-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2c3e50;
  margin-bottom: 17px;
}
.trb-box p img {
  display: inline-block;
  margin-right: 6px;
  margin-top: -3px;
}
.trb-poster {
  margin: 0 3px;
  background: #ffffff;
  border: 1px solid #c0cbce;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.trb-poster em {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.trb-poster em img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.trb-poster text {
  width: calc(100% - 42px);
}
.trb-poster h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #9199a1;
}
.trb-poster h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #808a93;
}
.trb-poster h6 span {
  width: 4px;
  height: 4px;
  display: block;
  background-color: #b2c4d6;
  border-radius: 50%;
}
.write-trib-sec {
  margin-bottom: 29px;
  margin-top: -6px;
}
.write-trib-sec h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  margin-bottom: 13px;
}
.wrt-trib-inr {
  background: #fbfbfb;
  border: 1px solid #2875bb;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  width: 100%;
  padding: 15px 15px 7px 15px;
}
.wrt-trib-inr form {
  position: relative;
}
.wrt-trib-inr textarea {
  height: 56px;
  background: #ffffff;
  border: 1px solid #e3eaf3;
  border-radius: 7px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #637088;
  padding: 15px 170px 15px 15px;
}
.wrt-trib-inr button {
  position: absolute;
  width: 162px;
  height: 44px;
  background: #d4af37;
  border-radius: 6px;
  right: 6px;
  top: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: none !important;
  outline: none !important;
}
.wrt-trib-inr button:hover,
.wrt-trib-inr button:focus {
  background: var(--main-blue);
}
.more-trib-btn {
  margin-top: 21px;
}
.right-notice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 8px;
  margin-top: 11px;
}
.deet-s1-grow .trib-type-box {
  flex-grow: 1;
}
.deet-s1-grow .trib-type-box a {
  width: 233px;
  max-width: 100%;
  margin: 0 auto;
}
.tribute-backdrop {
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.tribute-open-first,
.tribute-open-second {
  width: 559px;
  height: 100vh !important;
  background-color: white;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1001;
  transition: all 0.3s ease;
  max-width: 100vw;
}
.tribute-list-close {
  position: absolute;
  top: 12px;
  right: 29px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tribute-list-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.tribute-list-close:hover svg path {
  stroke: var(--main-yellow);
}
h2.trib-lst-hdng {
  padding-top: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2a3b4b;
}
h2.trib-lst-hdng span {
  color: var(--main-yellow);
}
.whoes-tribute {
  background-color: var(--main-blue);
  padding: 26px 22px;
  position: relative;
}
.whoes-tribute::after,
.whoes-tribute::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 44px);
  background-color: white;
  height: 8px;
  border-radius: 0px 0px 10px 10px;
  top: 0px;
}
.whoes-tribute::after {
  border-radius: 10px 10px 0 0;
  top: auto;
  bottom: 0px;
}
.whoes-tribute {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
.whoes-tribute em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
}
.whoes-tribute em img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.whoes-trib-text h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 2px;
}
.whoes-trib-text h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #aebac6;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 11.38px;
}
.whoes-trib-text h6 span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4.65px;
  color: #aebac6;
}
.whoes-trib-text h6 img {
  filter: invert(44%) sepia(81%) saturate(60%) hue-rotate(165deg)
    brightness(93%) contrast(90%);
}
.whoes-trib-text h6 small {
  display: inline-block;
  margin-left: 31px;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.trib-list-trbtyp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 11px;
  padding: 4px 12px 12px 22px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eee transparent;
  height: calc(100% - 135px);
}
.trib-list-trbtyp::-webkit-scrollbar,
.trib-second-card-sec::-webkit-scrollbar .lib-list-sec::-webkit-scrollbar {
  width: 3px !important;
  border-radius: 3px !important;
}
.trib-list-trbtyp::-webkit-scrollbar-track,
.trib-second-card-sec::-webkit-scrollbar-track,
.lib-list-sec::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.trib-list-trbtyp::-webkit-scrollbar-thumb,
.trib-second-card-sec::-webkit-scrollbar-thumb,
.lib-list-sec::-webkit-scrollbar-thumb {
  background-color: var(--main-grey) !important;
}
.trib-list-card {
  width: calc(50% - 5.5px);
  background: rgba(218, 220, 221, 0.4);
  border-radius: 4px;
  position: relative;
  /* height: fit-content; */
}
.trib-list-card input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.trib-list-card-inr {
  background: rgba(218, 220, 221, 0.4);
  border-radius: 4px;
  padding: 13px 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.trib-list-card-inr em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 3px auto;
  background: #fff;
}
.trib-list-card-inr em img {
  display: block;
  width: 100%;
  height: 100%;
}
.trib-list-card-inr h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #313840;
  margin-bottom: 8px;
}
.trib-list-card-inr p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #677889;
}
.trib-list-card-inr svg {
  position: absolute;
  top: 11px;
  right: 13px;
  display: none;
  width: 24px;
  height: 24px;
}
.trib-list-card input:hover + .trib-list-card-inr,
.trib-list-card input:checked + .trib-list-card-inr {
  background: var(--main-yellow);
}
.trib-list-card input:hover + .trib-list-card-inr h4,
.trib-list-card input:checked + .trib-list-card-inr h4,
.trib-list-card input:hover + .trib-list-card-inr p,
.trib-list-card input:checked + .trib-list-card-inr p {
  color: white;
}
.trib-list-card input:checked + .trib-list-card-inr svg {
  display: block;
}
.trib-second-sec-hdng h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #425363;
}
.trib-second-sec-hdng p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #495969;
  margin-bottom: 16px;
}
.trib-second-card-sec {
  padding: 17px 21px 25px 21px;
}
.trib-2ndcard {
  width: 100%;
  height: 85px;
  position: relative;
}
.trib-2ndcard input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.trib-2ndcard-inr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.trib-2ndcard-inr::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 3px;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
}
.trib-2ndcard-inr em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 4;
  left: 0%;
  top: 0%;
  transform: translate(-100%, -100%);
  transition: all 0.3s ease;
}
.trib-2ndcard-inr em svg {
  display: block;
  width: 17px;
  height: 17px;
}
.trib-2ndcard input:hover + .trib-2ndcard-inr::before,
.trib-2ndcard input:checked + .trib-2ndcard-inr::before {
  background: rgba(212, 175, 55, 0.51);
  border: 2px solid #cba016;
  opacity: 1;
}
.trib-2ndcard input:checked + .trib-2ndcard-inr em {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.owl-sec2nd {
  position: relative;
}
.owl-sec2nd .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0px;
  left: 0px;
  margin-top: 0px;
}
.owl-sec2nd .owl-nav button {
  width: 32px;
  height: 32px;
  background: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  top: -16px;
  margin: 0px !important;
  position: absolute !important;
  left: -16px;
}
.owl-sec2nd .owl-nav button span {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../images/chevron-left.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0;
}
.owl-sec2nd .owl-nav button.owl-prev {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.owl-sec2nd .owl-nav button.owl-next {
  transform: rotate(180deg);
  right: -16px;
  left: auto !important;
}
.trib-2nd-sec1,
.trib-2nd-sec2 {
  margin-bottom: 26px;
}
p.alwnc {
  margin-top: 11px;
  gap: 6px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(113, 113, 113, 0.79);
}
p.alwnc svg {
  display: block;
  width: 17px;
  height: 17px;
}
.trib-2nd-sec2-box {
  width: 100%;
  height: 166px;
  background: #f2f2f2;
  border: 1px solid #bfc4c7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 11px;
  padding-bottom: 11px;
}
.trib-2nd-sec2-box textarea {
  width: calc(100% + 2px);
  height: 124px;
  background: #ffffff;
  border: 1px solid #bfc4c7;
  border-radius: 5px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 13px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #848a8f;
  outline: none !important;
  box-shadow: none !important;
}
.trib-2nd-sec2-box textarea:hover,
.trib-2nd-sec2-box textarea:focus,
.trib-2nd-sec2-box textarea:focus-visible,
.trib-2nd-sec2-box textarea:focus-within {
  border: 1px solid var(--main-yellow);
}
.lib-sec {
  padding: 0px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.lib-link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #c9a01b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.lib-link svg {
  display: block;
  width: 20px;
  height: 20px;
}
.lib-link:hover {
  color: var(--main-blue);
}
.lib-link:hover svg path {
  stroke: var(--main-blue);
}
.lib-sec button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #c9a01b;
  gap: 4px;
  background-color: transparent !important;
}
.lib-sec button svg {
  display: block;
  width: 14px;
  height: 14px;
}
.lib-sec button:hover,
.lib-sec button:focus {
  color: var(--main-blue);
}
.lib-sec button:hover svg path,
.lib-sec button:focus svg path {
  stroke: var(--main-blue);
}
.trib-2nd-sec3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.tribcrd-inpt-box {
  width: calc(50% - 7.5px);
}
.tribcrd-inpt-box label {
  margin-bottom: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.tribcrd-inpt-box input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #bfc4c7;
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #414750;
  height: 46px;
  padding: 14px 12px;
}
.tribcrd-inpt-box input::placeholder {
  color: #848a8f;
}
.trib-second-card-sec,
.lib-list-sec {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eee transparent;
  height: calc(100% - 135px);
}
.tribcrd-phnbox select {
  width: 57px;
  position: absolute;
  top: 28px;
  left: 1px;
  border-radius: 5px 0 0 5px !important;
  border: 0px solid transparent !important;
  border-right: 1px solid #bfc4c7 !important;
  padding: 12px 15px 12px 8px;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #414750;
  height: 44px;
  appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-drop.png);
  background-size: 15px 15px;
  background-position: right 2px center;
  background-repeat: no-repeat;
}
.tribcrd-phnbox input {
  padding-left: 69px;
}
.tribcrd-inpt-box input:hover,
.tribcrd-inpt-box input:focus,
.tribcrd-inpt-box input:focus-visible,
.tribcrd-inpt-box input:focus-within,
.tribcrd-phnbox select:hover,
.tribcrd-phnbox select:focus,
.tribcrd-phnbox select:focus-visible,
.tribcrd-phnbox select:focus-within {
  border-color: var(--main-yellow) !important;
}
.trib-2nd-sec3 p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #707983;
  gap: 6px;
}
.trib-2nd-sec3 p a {
  letter-spacing: 0.02em;
  text-decoration: underline !important;
  color: #292f34;
}
.trib-2nd-sec3 p a:hover {
  color: var(--main-yellow);
}
.trib-2nd-sec3 p svg {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}
.trib-second-button-sec {
  padding-top: 18px;
  border-top: 3px solid #f2f2f2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.trib-btns-lft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  gap: 7px;
}
.white-btn {
  width: 82px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #8d9aa7;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #5a6570;
  gap: 1px;
}
.white-btn:hover {
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: white;
}
.white-btn:hover svg path {
  stroke: white;
}
.yel-btn {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 166px;
  height: 40px;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yel-btn:hover,
.yel-btn:focus {
  background: var(--main-blue);
  color: white;
}
.trib-btns-rit .white-btn {
  width: 85px;
}
.trib-btns-rit .yel-btn {
  width: 122px;
}
.lib-list-sec {
  padding: 16px 20px 25px 20px;
}
.lib-box {
  width: 100%;
  height: fit-content;
  margin-bottom: 5px;
}
.lib-box:last-child {
  margin-bottom: 0px;
}
.lib-box input {
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.lib-box-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  padding: 12px 22px 12px 14px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #495969;
}
.lib-box-main text {
  width: calc(100% - 46px);
}
.lib-box-main span {
  border: 1px solid #acacac;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.lib-box-main span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #d4af37;
  border: 1px solid #d4af37;
  border-radius: 55px;
  opacity: 0;
  transition: all 0.3s ease;
}
.lib-box input:hover + .lib-box-main,
.lib-box input:checked + .lib-box-main {
  background: rgb(255 252 242);
  border: 1px solid #e9c758;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.lib-box input:checked + .lib-box-main span {
  border: 1px solid var(--main-yellow);
}
.lib-box input:checked + .lib-box-main span::after {
  opacity: 1;
}
.lib-list-inr {
  margin-bottom: 32px;
}
.send-diya-modal .modal-dialog {
  margin-top: 16px;
  width: 745px !important;
  max-width: 99% !important;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}
.send-diya-modal .modal-content {
  background-color: #ffffff;
  border-radius: 5px !important;
  background-image: url(../images/send-diya-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.sndia-body {
  padding: 13.7px 114px 47px 114px;
}
.sndia-body-padding {
  padding: 13.7px 37px 47px 37px;
}
.sndia-body .btn-close {
  top: 14px;
  right: 15px;
  opacity: 1;
}
.sndia-body h2 {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  margin-bottom: 14.26px;
}
.sndia-body em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155.48px;
  height: 206.68px;
  position: relative;
  z-index: 2;
  padding: 8px;
  margin: 0 auto 11px auto;
}
.sndia-body em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sndia-body em::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/border-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
}
.sndia-body h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #e2bc40;
  margin-bottom: 15px;
}
.sndiya-form h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #425363;
  margin-bottom: 9px;
  width: 100%;
}
.sndiya-form {
  column-gap: 15px;
}
.sndiya-form p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #7d8792;
  margin-bottom: 11px;
  width: 100%;
}
.mt-15 {
  margin-top: 15px;
}
.sndiya-mod-btn {
  margin-top: 15px;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid var(--main-blue);
  width: 100%;
}
.sndiya-close {
  width: 82px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #8d9aa7;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #5a6570;
}
.sndiya-close:hover {
  border: 1px solid var(--main-blue);
  background: var(--main-blue);
  color: white;
}
.sndiya-close:hover svg path {
  stroke: white;
}
.sndiya-mod-btn button {
  border: 0px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  width: 122px;
  height: 40px;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.sndiya-mod-btn button:hover,
.sndiya-mod-btn button:focus {
  background: var(--main-blue);
  color: white;
}
.cont-step2 {
  margin: 0 auto;
  width: 145px;
  height: 36px;
  background: #d4af37;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: -11px;
}
.cont-step2:hover {
  background: var(--main-blue);
  color: white;
}
.cont-step2:last-child {
  margin-bottom: 0px;
  margin-top: -11px;
}
.success-sec {
  height: calc(100% - 135px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success-sec em {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  width: 300px;
  height: 300px;
}
.success-sec img {
  display: block;
  width: 100%;
  height: 100%;
}
.success-sec h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #d4af37;
  margin-bottom: 9px;
}
.success-sec p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  text-align: center;
}
.succ-inr {
  width: 365px;
  border-radius: 20px;
  border: 2px dashed var(--main-yellow);
  background-color: #f3e9c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  max-width: 100%;
}
.trib-type-flex {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: flex-start;
}
.deet-s1-grow .trib-type-box.trib-type-flex a {
  margin: 0 0 0 auto;
}
.trib-type-box.trib-type-flex p {
  margin-bottom: 0px;
}
.trib-type-flex div {
  margin-right: 12px;
}
.trib-type-box.trib-type-flex h3 {
  margin-bottom: 7px;
}
.dash-input-orbituary textarea {
  padding-top: 54px !important;
}
.editor {
  width: calc(100% + 0px);
  height: 48px;
  padding: 5px 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 23px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #bfc4c7;
  border-radius: 9px;
}
.editor img {
  position: static !important;
  width: auto;
  height: 33x;
}
.location-input .select2-container {
  width: 100%;
  height: 46px;
}
.location-input .select2-container .select2-choice .select2-arrow {
  display: none;
}
.trb-box-width {
  width: 405px !important;
  max-width: 100% !important;
  margin: 50px auto !important;
}
.lib-continue {
  margin-bottom: 12px !important;
}
select:disabled,
input:disabled {
  background-color: #f5f5f5 !important;
}
select:disabled:hover,
input:disabled:hover,
select:disabled:focus,
input:disabled:focus,
select:disabled:focus-within,
input:disabled:focus-within,
select:disabled:focus-visible,
input:disabled:focus-visible {
  border: 1px solid #bfc4c7;
}
input#timepicker {
  cursor: pointer;
}
.ui-timepicker-list {
  padding: 3px 12px 3px 13px !important;
  scrollbar-width: thin;
  scrollbar-color: transparent #eee;
}
.ui-timepicker-list::-webkit-scrolllbar {
  width: 3px !important;
  border-radius: 3px;
}
.ui-timepicker-list::-webkit-scrolllbar-track {
  background-color: transparent !important;
}
.ui-timepicker-list::-webkit-scrolllbar-thumb {
  background-color: #eee !important;
}
.ui-timepicker-list li {
  background-color: #f5f5f4;
  border-radius: 4px;
  padding: 2px 4px;
  margin-bottom: 3px;
  cursor: pointer;
}
.ui-timepicker-list li:hover,
.ui-timepicker-list li.ui-timepicker-selected {
  background-color: var(--main-yellow);
  color: white;
}
.details-photo {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.details-photo h2 {
  position: relative;
  width: 100%;
  background-color: var(--main-blue);
  padding: 15px 16px 23px 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.details-photo h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: calc(100% - 32px);
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
  z-index: 3;
}
.details-photo-inr {
  padding: 26px 32px 36px 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}
.lb-details {
  display: none;
}
.dp-imgbox {
  width: calc(25% - 18.75px);
  height: 306px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dp-imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.dp-imgbox span {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  background-color: rgba(212, 175, 55, 0.87);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url(../images/img-plus.png);
  background-size: 68px 68px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.dp-imgbox:hover span {
  top: 50%;
  left: 50%;
}
.lb-data .lb-close {
  opacity: 1 !important;
  position: absolute;
  top: -30px;
  right: 0px;
  transform: translateX(-100%);
}
.lb-outerContainer {
  border-radius: 13px;
}
.lightbox .lb-image {
  border-radius: 13px;
  border: 4px solid #d4af37;
}
.lb-nav a.lb-next {
  background-image: url(../images/next.png) !important;
  background-size: 80px 80px !important;
  transform: translateX(73px);
  opacity: 1 !important;
}
.lb-nav a.lb-prev {
  background-image: url(../images/prev.png) !important;
  background-size: 80px 80px !important;
  transform: translateX(-73px);
  opacity: 1 !important;
}
.whoes-photos {
  background: #ffffff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 19px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
}
.whoes-photos em {
  width: 89px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  overflow: hidden;
  position: relative;
}
.whoes-photos em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.whoes-photos em::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/border-4.png);
  top: 0px;
  left: 0px;
  z-index: 3;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.whos-pht-txt {
  width: calc(100% - 106px);
}
.whos-pht-txt h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #d4af37;
  margin-bottom: 7px;
}
.whos-pht-txt h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #495969;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.whos-pht-txt ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 14px;
  flex-wrap: wrap;
}
.whos-pht-txt ul li {
  background: #ffffff;
  border: 1px solid #bfc4c7;
  box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.04);
  border-radius: 5px;
  padding: 7px 15px;
  min-width: 161px;
}
.whos-pht-txt ul li h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #848a8f;
  margin-bottom: 2px;
}
.whos-pht-txt ul li h6 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.upload-photo-sec {
  margin-top: 30px;
}
.upload-photo-sec h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2c3e50;
  margin-bottom: 12px;
}
.upload-photo-sec label {
  width: 364px;
  max-width: 100%;
  position: relative;
}
.upload-photo-sec label input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}
.upld-label {
  background: #fbfbfc;
  border: 1px dashed #92a1a8;
  border-radius: 5px;
  padding: 14px 17px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #848a8f;
  gap: 10px;
}
.upload-photo-sec label input:hover + .upld-label {
  border: 1px dashed var(--main-yellow);
  background: var(--main-yellow);
  color: white;
}
.upload-photo-sec label input:hover + .upld-label svg path {
  stroke: white;
}
.uploaded-photos {
  margin-top: 31px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 13.7px;
}

.photo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.uploaded-photos em {
  width: 105px;
  height: 121px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #eee;
}

.uploaded-photos em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.uploaded-photos em a {
  position: absolute;
  top: 10px;
  right: 8.3px;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-blue);
  opacity: 0;
  border-radius: 50%;
}

.uploaded-photos em a svg {
  display: block;
  width: 11px;
  height: 11px;
}

.uploaded-photos em a:hover {
  background-color: var(--main-yellow);
}

.uploaded-photos em:hover a {
  opacity: 1;
}

.uploaded-photos span {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.memorial-list-box {
  background: #ffffff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  margin-bottom: 27px;
  padding: 13px 16px 11px 19px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.memorial-list-box:last-child {
  margin-bottom: 0px;
}
.mem-lb-lft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
  width: calc(100% - 278px);
}
.mem-lb-lft em {
  width: 100px;
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  overflow: hidden;
  position: relative;
}
.mem-lb-lft em img {
  display: block;
  width: fit-content;
  height: 100%;
  object-fit: cover;
}
.mem-lb-lft em::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/border-5.png);
  top: 0px;
  left: 0px;
  z-index: 3;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mem-lb-text {
  width: calc(100% - 117px);
}
.mlb-type {
  width: fit-content;
  background: #2c3e50;
  border: 1px solid #2c3e50;
  box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.04);
  border-radius: 17px;
  padding: 4px 12px;
  margin-bottom: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.mem-lb-text h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #d4af37;
  margin-bottom: 6px;
}
.mem-lb-lft h3,
.mem-lb-lft h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #36404a;
  margin-bottom: 9px;
}
.mem-lb-lft h3 text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 3px;
  width: max-content;
  max-width: calc(100% - 21px);
}
.mem-lb-lft h4 {
  font-size: 13px;
  gap: 6px;
}
.mem-lb-lft h3 svg {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}
.mem-lb-lft h4 svg {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
.mem-lb-lft ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
.mem-lb-lft ul li {
  width: calc(25% - 18.75px);
}
.mem-lb-lft ul li h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #848a8f;
  margin-bottom: 2px;
}
.mem-lb-lft ul li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #465768;
}
.mem-lb-rt {
  width: 266px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  row-gap: 12px;
  column-gap: 8px;
  flex-wrap: wrap;
}
.mem-lb-rt a {
  min-width: 129px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #a9afb5;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #5e6b7e;
  padding: 0 4px;
}
.mem-lb-rt a:hover {
  border: 1px solid var(--main-yellow);
  background: var(--main-yellow);
  color: white;
}
.mem-lb-rt a:hover svg path {
  stroke: white;
}
.mem-lb-rt a:first-child:hover svg path + path {
  stroke: white;
  fill: white;
}
.mem-lb-rt a:hover img {
  filter: invert(1) brightness(100);
}
.search-hdng {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--main-blue);
  padding: 17px 18px 29px 19px;
}
.announcementsrch .search-hdng {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 11px 18px 25px 19px;
}
.reset-srch {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-bottom: -4px;
  gap: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  text-decoration-line: underline !important;
  color: #ffffff;
  cursor: pointer;
}
.reset-srch svg {
  display: block;
  width: 13px;
  height: 13px;
}
.reset-srch:hover,
.reset-srch:focus {
  color: var(--main-yellow);
}
.reset-srch:hover svg path,
.reset-srch:focus svg path {
  stroke: var(--main-yellow);
}
.search-hdng h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.search-hdng::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  border-radius: 10px 10px 0px 0px;
  display: block;
  background-color: white;
  height: 16px;
}
.srch-frm-grp {
  background: #ffffff;
  margin-bottom: 6px;
  padding: 14px 18px 15px 18px;
  width: 100%;
}
.announcementsrch .srch-frm-grp {
  margin-bottom: 0px;
  padding: 5px 14px;
  border-bottom: 1px solid #ebebeb;
}
.search-list,
.partner-list {
  background-color: #f2f4f9 !important;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
}
.srch-frm-inr label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  margin-bottom: 6px;
  width: 100%;
  display: block;
}
.announcementsrch .srch-frm-inr label {
  font-size: 14px;
  line-height: 13px;
}
.srch-frm-inr input,
.srch-frm-inr select {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #cdd7e3;
  border-radius: 8px;
  padding: 15px 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #637088;
}

.announcementsrch .srch-frm-inr input {
  padding: 10px 11px;
}
.announcementsrch .srch-frm-inr select {
  padding: 6px 11px;
}
.srch-frm-inr input:hover,
.srch-frm-inr input:focus,
.srch-frm-inr input:focus-visible,
.srch-frm-inr input:focus-within,
.srch-frm-inr select:hover,
.srch-frm-inr select:focus,
.srch-frm-inr select:focus-visible,
.srch-frm-inr select:focus-within {
  border: 1px solid var(--main-yellow);
}
.srch-frm-inr select {
  appearance: none !important;
  background-image: url(../images/select-drop.png);
  background-size: 21px 21px;
  background-position: right 7px center;
  background-repeat: no-repeat;
}
.inpt-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
}
.inpt-flex select {
  width: calc(33% - 6px);
}
.srch-frm-grp h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  margin-bottom: 8px;
}
.announcementsrch .srch-frm-grp h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  margin-bottom: 6px;
}
.relig-hdng {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  padding-bottom: 12px;
  border-bottom: 1px solid #cdd7e3;
  position: relative;
  margin-bottom: 25px;
}

.announcementsrch .relig-hdng {
  padding-bottom: 8px;
  margin-bottom: 9px;
}
.relig-hdng::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  background-color: var(--main-yellow);
  width: 45px;
  height: 4px;
}
.reg-label {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  gap: 16px;
}
.announcementsrch .reg-label {
  gap: 11px;
}
.reg-label h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 8px;
  letter-spacing: 0.01em;
  color: #1d2128;
}
.reg-label h6 small {
  font-size: 13px;
  color: #798395;
  display: inline-block;
  margin-left: 4px;
}
.reg-box {
  width: 21px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #b1afaf;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcementsrch .reg-box {
  width: 17px;
  height: 17px;
  border-radius: 4px;
}
.reg-box svg {
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.reg-label input {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.reg-label input:hover + .reg-box {
  border: 1px solid var(--main-blue);
}
.reg-label input:checked + .reg-box {
  border: 1px solid var(--main-blue);
  background-color: var(--main-blue);
}
.reg-label input:checked + .reg-box svg {
  opacity: 1;
  transform: rotate(0deg);
}
.more-reg-btn-styl {
  width: 68px;
  height: 29px;
  background: #ffffff;
  border: 1px solid #b1afaf;
  border-radius: 4px;
  text-align: center;
  padding: 8px 10px 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #252a31;
  text-transform: uppercase;
  margin-top: 16px;
  display: block;
}
.announcementsrch .more-reg-btn-styl {
  width: 68px;
  height: 25px;
  padding: 6px 10px 5px 10px;
  margin-top: 9px;
}
.more-reg-btn-styl:hover {
  border: 1px solid var(--main-yellow);
  background: var(--main-yellow);
  color: white;
}
.srch-apply {
  margin-top: 22px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 44px;
  background: #d4af37;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.announcementsrch .srch-apply {
  margin-top: 14px;
}
.srch-apply:hover,
.srch-apply:focus {
  background: var(--main-blue);
  color: white;
}
.partner-hdng {
  padding: 13px 14px 18px 14px;
  background-color: var(--main-blue);
  position: relative;
}
.partner-hdng::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 12px);
  border-radius: 10px 10px 0px 0px;
  display: block;
  background-color: white;
  height: 6px;
}
.partner-hdng h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.part-name-area {
  gap: 10px;
  border-bottom: 1px solid #ededed;
  padding: 9px 14px 14px 14px;
}
.part-name-area em {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  width: 76px;
  /* height: 76px; */
  border-radius: 50%;
}
.part-name-area em img {
  display: block;
  width: 100%;
  height: 100%;
}
.part-name-area h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #34495e;
  margin-bottom: -1px;
  text-transform: capitalize;
}
.part-name-area p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #495969;
}
.border100 {
  border-radius: 100%;
}
.gap-13 {
  gap: 13px;
}
.part-info-list li {
  margin-bottom: 17px;
}
.part-info-list li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #89939d;
}
.part-info-list li a,
.part-info-list li h4 {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #34495e;
}
.part-info-list li a {
  word-break: break-all !important;
}
.part-info-list li a:hover {
  color: var(--main-yellow);
}
.part-sos {
  margin-top: 27px !important;
  flex-wrap: wrap;
}
.part-sos li {
  display: block;
  width: fit-content;
  height: fit-content;
}
.part-sos li a {
  width: 36px;
  height: 36px;
}
.part-sos li a svg {
  display: block;
  max-height: 20px;
}
.part-info-inr {
  padding: 15px 20px 18px 14px;
}
#lbt-profile_lightbox,
#lbt-name_lightbox,
#lbt-date_lightbox,
#lbt-chat_lightbox,
#lbt-star_lightbox,
#lbt-smile_lightbox,
#lbt-dot_lightbox {
  display: none;
}
.send-diya-modal.send-flower-modal .modal-content {
  background-image: url(../images/send-flower-modbg.png) !important;
}
.flwr-mod-hdr h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  margin: 10px 0px 5px 0px;
}
.flower-tp-scroll {
  padding: 0px 22px;
}
.flower-tp-scroll h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #212930;
  margin: 12px 0 0 0;
}
.flower-tp-scroll p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #495969;
  text-align: center;
  margin-bottom: 13px;
}
.owl-flower .item {
  padding: 4px 4px 12px 4px;
}
label.snd-flr {
  width: 100%;
  height: fit-content;
}
label.snd-flr input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.snd-flr-box {
  width: 100%;
  min-height: 165px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}
.snd-flr-box em {
  width: calc(100% + 2px);
  height: 105px;
  margin-left: -1px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 12px;
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
}
.snd-flr-box em img {
  display: block;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.snd-flr-box-txt {
  padding: 8px 14px 11px 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.snd-flr-box em::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 10px;
  background: #ffffff;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #dfdfdf;
  border-radius: 7px 7px 0px 0px;
}
label.snd-flr input:hover + .snd-flr-box,
label.snd-flr input:checked + .snd-flr-box,
label.snd-flr input:hover + .snd-flr-box em,
label.snd-flr input:checked + .snd-flr-box em,
label.snd-flr input:hover + .snd-flr-box em::after,
label.snd-flr input:checked + .snd-flr-box em::after {
  border-color: var(--main-yellow);
}
.snd-flr-box-txt h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #2b353e;
}
.snd-flr-box-txt p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #cba21e;
  text-align: left;
  margin-bottom: 0px;
}
.snd-flr-box-txt span {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  opacity: 0;
  flex-shrink:0;
}
label.snd-flr input:checked + .snd-flr-box .snd-flr-box-txt span {
  opacity: 1;
}
.owl-flower .owl-nav {
  position: absolute;
  top: 41px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px !important;
  height: 0px !important;
}
.owl-flower .owl-nav button {
  width: 32px;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 50% !important;
}
.owl-flower .owl-nav button:hover,
.owl-flower .owl-nav button:focus {
  background: #fff !important;
}
.owl-flower .owl-nav button span {
  font-size: 0px !important;
  background-image: url(../images/owl-flwr-lft.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}
.owl-flower .owl-nav .owl-next span {
  transform: rotate(180deg);
}
.owl-flower .owl-nav button:hover span {
  background-image: url(../images/owl-flwr-lft-hover.png);
}
.owl-flower .owl-nav .owl-prev {
  margin-left: -9px !important;
}
.owl-flower .owl-nav .owl-next {
  margin-right: -9px !important;
}
.dash-inpt-grp label a {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dash-inpt-grp label a svg {
  display: block;
  width: 16px;
  height: 16px;
  position: static;
}
.dash-inpt-grp label a:hover svg path {
  stroke: var(--main-yellow);
}
.edit-dcsd .dash-inpt-grp {
  margin-bottom: 20px;
}
.header-search-area.loggd-prtnr-srch {
  right: 298px;
}

.no-num-hdr .header-search-area.loggd-prtnr-srch {
  right: 168px !important;
}
.dash-partner {
  background-color: rgba(212, 175, 55, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0px;
}
.dash-partner .dash-header {
  background-color: rgba(212, 175, 55, 0.25);
  margin-bottom: 0px;
}
.dash-partner .dash-inr {
  padding: 18px 0px 74px 0px;
  background-color: #f1f0ed;
}
.dash-partner .dsh-hdr-inr::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 22px;
  background: #f1f0ed;
  border-radius: 10px 10px 0px 0px;
  left: 0px;
}
.dash-partner .dsh-hdr-inr.dsh-prt-hdinr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
  border-radius: 20px 20px 0px 0px;
  border: 1px solid var(--main-blue);
  margin-top: 23px;
  padding: 0px 0px 0px 0px;
}
.dsh-part-hdr-img {
  padding: 15px 15px 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--main-blue);
  border-radius: 14px 0px 0px 0px;
  gap: 11px;
  margin-left: -1px;
  margin-top: -1px;
}
.dsh-part-hdr-img em {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.dsh-part-hdr-img em img {
  display: block;
  width: 100%;
  height: 100%;
}
.dsh-part-hdr-img h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  width: 120px;
}
.dsh-hdr-inr.dsh-prt-hdinr text {
  display: block;
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.dsh-hdr-inr.dsh-prt-hdinr h1 {
  margin-bottom: 12px;
  text-align: left;
}
.dsh-hdr-inr.dsh-prt-hdinr p {
  text-align: left;
}
.dash-partner .dsh-hdr-inr p {
  color: #484f57;
}
.edt-prc-inptgrp input {
  margin-right: 10px;
  padding-left: 36px;
  background-image: url(../images/rupees.png);
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 130px;
  position: relative;
}
.edt-prc-inptgrp span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #373b43;
  position: absolute;
  right: 12px;
  top: 9px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}
.edt-prc-inptgrp span b {
  font-size: 30px;
  font-weight: 400;
}
.edt-prc-inptgrp div {
  position: relative;
  width: 100%;
}
.edt-prc-inptgrp div::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #bfc4c7;
  top: 0px;
  left: 24px;
}
.edt-prc-inptgrp div::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #bfc4c7;
  top: 0px;
  right: 103px;
}
.sos-insertion h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #2a3b4b;
  margin-bottom: 9px;
}
h4.dash-sec-sbhd {
  margin-bottom: 14px;
  border-bottom: 1px solid var(--main-blue);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  color: #2a3b4b;
  width: fit-content;
  padding: 0 12px 6px 0px;
}
.part-table {
  border: 2px solid var(--main-yellow);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}
.table-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #d6d6d6;
}
.table-cell {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 7px;
  border-right: 1px solid #d6d6d6;
  background-color: white;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #465768;
  text-align: center;
}
.table-header .table-cell {
  background-color: var(--main-yellow);
  color: white;
  border-right: 1px solid #e1e1e1;
  font-size: larger;
}
.table-cell:last-child {
  border-right: 0px solid transparent;
}
.w-action {
  width: 208px;
}
.w-mssg {
  width: 575px;
  flex-grow: 1;
}
.w-date {
  width: 123px;
}
.w-174 {
  width: 174px;
}
.action-list a:hover svg.action-eye path {
  stroke: var(--main-yellow);
}
.action-list a:hover svg.action-eye path + path {
  stroke: var(--main-yellow);
  fill: var(--main-yellow);
}
.table-body .table-row:last-child {
  margin-bottom: 0px solid transparent;
}
.mob-show {
  display: none;
}
.email-mod-close {
  right: 13px;
  top: 13px;
}
.edit-email-mod .modal-title {
  text-align: center;
  font-size: 20px;
  color: var(--main-blue);
  font-weight: 600;
  line-height: 0.8;
}
.action-list a {
  width: fit-content !important;
  padding: 4px 9px;
  height: fit-content !important;
  font-size: 13px;
  line-height: 0.8 !important;
}
.dash-srch {
  width: fit-content;
  background: #d4af37;
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 9px 18px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 45px;
}
.dash-srch:hover,
.dash-srch:focus {
  background: var(--main-blue);
  color: white;
}
.w-226 {
  width: 226px;
}
.action-list a {
  width: 84px !important;
  padding: 4px 4px;
  height: fit-content !important;
  font-size: 13px;
  line-height: 1 !important;
  align-items: flex-start;
  text-align: left;
}
.action-list a svg {
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -2px;
}
.type-show-box {
  background: #ffffff;
  border: 1px solid #bfc4c7;
  box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.04);
  border-radius: 5px;
  padding: 7px 15px;
  width: 100%;
}
.type-show-box h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #848a8f;
  margin-bottom: 2px;
}
.type-show-box h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.whoes-table {
  background: #ffffff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 19px;
}
.crt-event {
  width: 139px;
  height: 37px;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  top: 37px;
  right: 19px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 14px;
  gap: 5px;
}
.crt-event svg {
  display: block;
  width: 19px;
  height: 19px;
}
.crt-event:hover {
  background: var(--main-blue);
  color: white;
}
button.ad-more-place.ad-contct.mod-contact {
  width: fit-content;
}
.add-evnt-sec.mod-cont-sec .dash-inpt-grp {
  margin-bottom: 8px;
}
.sqr-add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
}
.sqr-ad-close {
  z-index: 3;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.sqr-ad-close svg {
  display: block;
  width: 12px;
  height: 12px;
}
.sqr-ad-close:hover {
  background-color: var(--main-yellow);
}
.sqr-add a {
  width: 100%;
  position: relative;
  padding-top: 72%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sqr-add a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0px;
  left: 0px;
  position: absolute;
}
.rect-add {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.rect-add a,
.rect-add a img {
  display: block;
  /* width: 100%; */
  width: auto;
  height: auto;
  max-width: 100%;
}
.rect-add p,
.sqr-add p {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
}
.pricing-page {
  padding: 45px 0px 50px 0px;
  position: relative;
  z-index: 3;
}
.pricing-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 259px;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(232, 232, 232, 0.8);
}
.prc-pghd h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #2a3b4b;
  margin-bottom: 13px;
}
.prc-pghd p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #484f57;
}
.prc-pghd {
  margin-bottom: 30px;
}
.recent-post-d-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.resptype-tab {
  gap: 14px;
  border-bottom: 0px solid transparent;
}
.resptype-tab .nav-link {
  width: 200px;
  height: 54px;
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #aaaeb5;
}
.resptype-tab .nav-link.active {
  background: #2c3e50;
  border: 1px solid #2c3e50;
  color: white;
}
.resp-tppane {
  padding-top: 46px;
}
h2.resp-tpname {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 19px 0px 50px 0px;
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  z-index: 3;
  margin-bottom: 29px;
  background-color: white;
  border-radius: 6px;
}
h2.resp-tpname svg {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.pricing-table {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.prc-col1 {
  width: 200px;
}
.prc-col2,
.prc-col3 {
  width: 236px;
}
.prc-col4,
.prc-col5 {
  width: 273px;
}
.prc-tbl-cell {
  padding: 7px 10px 7px 16px;
  border-right: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #555b61;
  height: 53px;
  width: 100%;
  flex-wrap: wrap;
}
.prc-col1 .prc-tbl-cell {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2d343f;
}
.prc-tbl-cell.prc-bggrey {
  background-color: #fdfdfd;
  border-bottom: 1px solid #eeeeee;
}
.prc-tbl-cell.prc-bgyel {
  border-bottom: 1px solid #faedc6;
  background-color: #fffdf6;
}
.prc-hdr-cell {
  padding: 13px 11px 13px 13px;
  height: 118px;
  background-color: var(--main-blue);
  border-right: 1px solid var(--main-blue);
}
.prc-ftr-cel {
  padding: 12px 12px 11px 12px;
}
.hdr-cel-inr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.hdr-cel-inr label {
  padding-left: 27px;
  position: relative;
  z-index: 1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: capitalize;
  color: #ffffff;
}
.hdr-cel-inr label input,
.ftr-select input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.hdr-tick {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdr-cel-inr label input:hover + .hdr-tick,
.hdr-cel-inr label input:checked + .hdr-tick {
  border: 1px solid var(--main-yellow);
}
.hdr-cel-inr label input:checked + .hdr-tick {
  background: var(--main-yellow);
}
.hdr-cel-inr a {
  height: 26px;
  background: #d4af37;
  border: 1px solid #d4af37;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 0px 4px;
}
.hdr-cel-inr a:hover {
  background: var(--main-grey);
  color: var(--main-blue);
  border: 1px solid var(--main-grey);
}
.prc-tbl-cell b {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  color: #94740d;
}
.ftr-select {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
.ftr-select span {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d4af37;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #c49707;
  gap: 7px;
  padding: 9px;
}
.ftr-select span svg {
  display: block;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: all 0.3s ease;
}
.ftr-select input:hover + span,
.ftr-select input:checked + span {
  background: var(--main-yellow);
  color: white;
}
.ftr-select input:checked + span svg {
  display: block;
  width: 17px;
  height: 17px;
  opacity: 1;
}
.opt-tick {
  padding: 20px 0px 33px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.opt-tick h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #555b61;
}
.pg-frm-inr {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eceded;
  box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.03);
  border-radius: 7px;
  padding: 24px 20px 33px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
}
.pg-frm-inr .dash-inpt-grp {
  width: 499px;
  max-width: 100%;
  margin-bottom: 0px;
}
.prc-cont {
  margin: 27px auto 0px auto;
  width: 198px;
  height: 46px;
  background: #d4af37;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border: 0px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.prc-cont svg {
  display: block;
  width: 14px;
  height: 14px;
}
.prc-cont:hover,
.prc-cont:focus {
  background-color: var(--main-blue);
  color: white;
}
.prc-tbl-mncol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% - 200px);
}
.prc-table-column {
  flex-grow: 1;
}
.showstyle-modal .modal-body {
  padding: 0px;
}
.showstyle-modal .modal-body h2.show-title {
  padding: 10px 12px;
  width: 100%;
  width: 100%;
  background-color: var(--main-blue);
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}
.showstyle-modal .modal-body img {
  max-width: calc(100% - 40px);
  display: block;
  height: fit-content;
  margin: 0 auto 20px auto;
  max-height: 400px;
}
.showstyle-modal .modal-body .btn-close {
  z-index: 9;
  top: 9px;
  right: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  opacity: 1 !important;
  background-size: 9px 9px;
  background-position: center left 7px;
}
.showstyle2 .modal-dialog {
  width: 800px;
  max-width: 100%;
}
.display-style-header {
  background: #ffffff;
  border: 1px solid rgba(232, 232, 232, 0.8);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 53px;
  position: relative;
  padding: 24px 26px 19px 24px;
  width: 100%;
}
.display-style-header::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  height: 65px;
  display: block;
  bottom: -45px;
  content: "";
  background-image: url(../images/prc-page-after.PNG);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.display-style-header h2 {
  margin-bottom: 23px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #2a3b4b;
}
.display-style-header h2 span {
  color: #c09b30;
}
.display-style-header ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.display-style-header ul li {
  max-width: 123px;
  width: fit-content;
}
.display-style-header ul li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  margin-bottom: 5px;
}
.display-style-header ul li p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #636b73;
}
.display-style-header ul li p span {
  font-weight: 800;
  font-size: 12px;
  color: #94740d;
}
.display-style-header ul li p img {
  display: block;
  width: 19px;
  height: 19px;
}
.addon-papaer-header {
  padding: 22px;
}
.addon-papaer-header h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  color: #2a3b4b;
  margin-bottom: 7px;
}
.addon-papaer-header p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #707983;
}
.addon-list {
  padding: 0 25px 24px 23px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
}
.addon-list li {
  width: 100%;
}
.addon-tick {
  display: block;
  width: 100%;
  position: relative;
}
.addon-tick input[type="checkbox"] {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.addon-inr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
}
.addon-inr span {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #8d9395;
  border-radius: 4px;
}
.addon-inr span svg {
  display: block;
  width: 14px;
  height: 14px;
}
.addon-inr text {
  width: calc(100% - 35px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.addon-inr text h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #373b43;
  width: 622px;
  max-width: calc(100% - 68px);
}
.addon-inr text h6 p {
  display: block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #707983;
}
.addon-inr text h5 {
  width: 68px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #d4af37;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #be9612;
}
.addon-inr text h5.grey-prc {
  border: 1px solid #c7c5be;
  color: #a8a59b;
}
.addon-tick input:hover + .addon-inr span,
.addon-tick input:checked + .addon-inr span {
  border: 1px solid #d4af37;
}
.addon-tick input:checked + .addon-inr span {
  background-color: #d4af37 !important;
}
.addon-paper {
  background: #ffffff;
  border: 1px solid rgba(232, 232, 232, 0.8);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 29px;
}
.addon-inr text h6 .dash-inpt-grp {
  display: inline-block;
  margin-left: 23px;
  width: 145px;
}
.addon-inr text h6 .dash-inpt-grp select {
  height: 35px;
  padding: 5px 36px 5px 12px;
  margin-bottom: 6px;
  background-size: 35px calc(100% + 2px);
}
.addon-inr span.wt-select {
  margin-top: 25px;
}
.cupon-sec {
  padding: 17px 19px 14px 19px;
  background: #fbfbfc;
  border: 1px dashed #d3d3d3;
  border-radius: 5px;
}
.cupon-sec h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2a3b4b;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  gap: 4px;
}
.cupon-sec h6 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.cupon-num {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10.77px;
}
.cupon-num h5 {
  margin-top: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.cupon-num form {
  position: relative;
  width: fit-content;
  max-width: calc(100% - 102px);
}
.cupon-num form input {
  width: 546px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #bfc4c7;
  border-radius: 5px;
  max-width: 100%;
  padding: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #2a3b4b;
}
.cupon-num form input::placeholder {
  color: #848a8f;
}
.cupon-num form button {
  position: absolute;
  width: 94px;
  height: 46px;
  background: #d4af37;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  top: 0px;
  right: 0px;
  z-index: 3;
}
.cupon-num form button:hover,
.cupon-num form button:focus {
  background: var(--main-blue);
  color: #fff;
}
.cupon-num form h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #2a3b4b;
  margin-top: 11px;
}
.payble-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 34px 26px 33px 21px;
}
.payble-sec h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #2a3b4b;
}
.payble-sec a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 46px;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  gap: 5px;
}
.payble-sec a svg {
  display: block;
  width: 14px;
  height: 15px;
}
.payble-sec a:hover {
  background: var(--main-blue);
  color: white;
}
.addon-acrdn {
  padding: 19px 24px 28px 24px;
}
.acdrn-sec {
  margin-top: 25px;
}
.acdrn-sec .accordion-item {
  border: 0px solid transparent !important;
  margin-bottom: 31px;
  border-bottom: 1px solid #ededed !important;
  border-radius: 0px !important;
}
.acdrn-sec .accordion-button {
  background-color: transparent !important;
  padding: 0px 0px 15px 0px !important;
  border: none !important;
  box-shadow: none !important;
}
.acdrn-sec .accordion-button text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #34495e;
  width: 100%;
}
.acdrn-sec .accordion-button text span {
  display: inline-block;
  margin-left: auto;
  font-size: 15px;
  padding: 3px 5px;
  border-radius: 4px;
  border: 0.5px solid var(--main-blue);
  box-shadow: 0px 0px 15px 0px #0000001f;
  margin-right: 12px;
}
.acdrn-sec .accordion-button text img {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}
.acdrn-sec .accordion-button::after {
  content: "+" !important;
  background-image: none !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 18px;
  color: #34495e;
}
.acdrn-sec .accordion-button:not(.collapsed)::after {
  content: "-" !important;
}
.acdrn-sec .accordion-body {
  padding: 0px !important;
}
.add-table-header {
  width: 100%;
  height: 45px;
  background: #2c3e50;
  border-radius: 5px 5px 0 0;
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 27px;
}
.add-table-header .at-cell {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
  padding: 12px 0px 13px 0px;
}
.atc1 {
  width: 146px;
  position: relative;
}
.atc2 {
  width: 218px;
  position: relative;
}
.atc3 {
  width: 156px;
  position: relative;
}
.atc4 {
  width: 97px;
  position: relative;
}
.atc5 {
  width: 293px;
  position: relative;
}
.atc6 {
  width: 68px;
  position: relative;
}
.add-table {
  background: rgba(251, 251, 252, 0.3);
  border: 1px solid #eceded;
  box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.03);
  border-radius: 0px 0px 5px 5px;
}
.add-table-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 23px;
  width: 100%;
  padding: 16px 20px 0px 20px;
}
.at-row {
  padding-bottom: 22px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 27px;
}
.at-row:last-child {
  border-bottom: 0px solid transparent;
}
.at-label {
  padding-left: 36px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #1d2128;
}
.at-label input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}
.at-label span {
  width: 21px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #b1afaf;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.at-label span svg {
  display: block;
  width: 12px;
  height: 12px;
}
.at-label input:hover + span {
  border: 1px solid var(--main-blue);
}
.at-label input:checked + span {
  border: 1px solid var(--main-blue);
  background-color: var(--main-blue);
}
.atb-cell .dash-inpt-grp {
  width: 100%;
  margin-bottom: 0px;
}
.atb-cell .dash-inpt-grp select {
  height: 34px;
  padding: 5px 36px 5px 12px;
  background-size: 34px calc(100% + 2px);
}
.atb-cell .dash-inpt-grp input {
  height: 34px;
  padding: 5px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addon-inr text h5,
h5.partner-prc {
  background: #ffffff;
  border: 1px solid #d4af37;
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #be9612;
  padding: 7px 12px 7px 10px;
}
.atb-cell h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #414750;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.atb-cell button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.atb-cell button svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: -5px;
  position: relative;
  z-index: 9;
}
.hlp-tooltxt {
  display: block;
  width: 0px !important;
  height: 0px !important;
  padding: 0px 0px !important;
  max-width: 237px;
  background-color: var(--main-blue) !important;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 0px;
  line-height: 1.3;
  color: #fff;
  left: 50% !important;
  transform: translateX(-50%) translateY(100%) !important;
  bottom: -5px !important;
  transition: all 0.3s ease;
  opacity: 0;
}
.hlp-tooltxt::after {
  content: "";
  top: -6px;
  width: 12px;
  height: 8px;
  display: block;
  background-color: var(--main-blue);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.atb-cell button:hover svg path,
.atb-cell button:focus svg path {
  stroke: var(--main-yellow);
}
.atb-cell button:hover .hlp-tooltxt {
  width: max-content !important;
  height: fit-content !important;
  padding: 3px 6px !important;
  font-size: 10px;
  opacity: 1;
}
.new1,
.new2,
.new3,
.new4,
.new5,
.new6,
.new7,
.new8,
.new9,
.new10,
.new11,
.new12,
.new13,
.new14,
.new15,
.new16,
.new17,
.new18 {
  display: none;
}
.atb-cell.atc1 {
  padding-top: 5px;
}
.atrow-2nd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: calc(100% - 169px);
}
.atrow-3rd {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 21px;
  height: 34px;
}
.hd-md {
  display: none;
  margin-bottom: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
}
.acrdn-final-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.acrdn-final-btn a.skip,
.paybl-btns-sec a.skip {
  padding: 11px 31px;
  background: #ffffff;
  border: 1px solid #8d9aa7;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #5a6570;
}
.acrdn-final-btn a.cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 44px;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: 1px solid var(--main-yellow);
}
.acrdn-final-btn a.cont svg {
  display: block;
  width: 14px;
  height: 14px;
}
.acrdn-final-btn a:hover,
.paybl-btns-sec a.skip:hover {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: white;
}
.acrdn-final-btn a:hover svg path {
  stroke: white;
}
a.translate {
  float: right;
  display: flex;
  margin-top: -24px;
  background-color: var(--main-blue);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.03em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Roboto";
}
a.translate svg {
  position: static !important;
  display: block;
  width: 13px;
  height: 21px;
}
.person-img {
  position: relative;
  width: fit-content;
  height: 189px;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: center;
}
.person-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.det-notc-box h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #49566f;
  text-align: center;
  position: relative;
}
.det-notc-box {
  padding: 16px 14px;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  height: 100%;
}
.person-img.no-border::after {
  display: none;
}
.person-img.no-border p {
  position: absolute;
  z-index: 4;
  width: 130px;
  height: 55px;
  background-color: #f5f5f5;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  display: flex;
  word-break: break-word;
  justify-content: center;
  align-items: center;
}
.deet-notice-outr .row {
  row-gap: 20px;
}
.dets-newnotice.crt-event {
  width: 100%;
  height: 37px;
  background: #fff;
  border: 1px solid #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--main-yellow);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  gap: 5px;
  margin: 0 auto;
  max-width: 340px;
}
.dets-newnotice.crt-event svg path {
  stroke: var(--main-yellow);
}
.dets-newnotice.crt-event:hover {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: white;
}
.dets-newnotice.crt-event:hover svg path {
  stroke: white;
}
.crt-not-hdr .btn-close {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  padding: 0px !important;
}
.crt-not-hdr .btn-close:hover svg path {
  stroke: var(--main-yellow);
}
.ctr-notc-modal .modal-body {
  padding: 0px 12px !important;
}
.crt-not-hdr h1.modal-title {
  padding-top: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2a3b4b;
  padding-bottom: 7px;
}
.owl-template {
  margin: 12px 20px 20px 20px;
  position: relative;
  width: calc(100% - 40px);
}
.owl-template .item a {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  border: 1px dashed #d2d2d2;
  position: relative;
}
.owl-template .item a img {
  display: block;
  width: 100%;
  height: 152px;
}
.ctr-notc-modal .modal-dialog,
.template-show-modal .modal-dialog {
  width: 745px !important;
  max-width: 99% !important;
}
.owl-template .item a::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #d4af3752;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease;
}
.owl-template .item a:hover {
  border: 1px dashed var(--main-yellow);
}
.owl-template .item a:hover::after {
  opacity: 1;
}
.owl-template .owl-nav {
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 0px;
  right: 0px;
}
.owl-template .owl-nav button {
  width: 32px;
  height: 32px;
  background: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  top: -16px;
  margin: 0px !important;
  position: absolute !important;
  left: -16px;
}
.owl-template .owl-nav button.owl-prev {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.owl-template .owl-nav button span {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../images/chevron-left.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0px;
}
.owl-template .owl-nav button.owl-next {
  transform: rotate(180deg);
  right: -16px;
  left: auto !important;
}
.crt-ntcfrm {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.show-prev-notice {
  display: block;
  margin: 0 auto;
  /* width: auto; */
  height: auto;
  width: 715px;
}
.notice-modal{
    overflow-x: scroll;
    margin-right: 15px;
}
.trib-2nd-sec2-box.box-wogrey {
  width: 100%;
  height: 72px;
  background: #f2f2f2;
  border: 0px solid transparent;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
  padding-bottom: 11px;
}
.translate-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-right: 15px;
  padding: 0px 9px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.translate-btn svg {
  display: block;
  width: 20px;
  transition: all 0.3s ease;
}
.translate-btn:hover {
  color: var(--main-yellow);
  border: 1px solid var(--main-yellow);
}
.translate-btn:hover svg path {
  fill: var(--main-yellow);
}
.part-share {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  width: 100%;
}
.part-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.part-list h3,
.share-list h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0.01em;
  color: #505761;
  margin-right: 1px;
}
.part-list li img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid white;
}
.share-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
.share-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.share-list li a svg,
.publish_on.share-list li a img {
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.more-lnk-drp {
  padding: 4px 7px;
  border-radius: 3px;
  background-color: var(--main-blue);
  font-size: 12px;
  font-weight: 500;
  color: #fbfbfc;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.more-lnk-drp:hover {
  background-color: var(--main-yellow);
}
.share-list li a:hover svg path {
  fill: var(--main-yellow);
}
.more-link-list {
  position: absolute;
  top: 27px;
  right: 0px;
  width: 40px;
  height: fit-content;
  background-color: white;
  border-radius: 5px;
  box-shadow: 4px -2px 13px 0px #00000021;
  padding: 4px;
  /*min-height: 65px;*/
  z-index: 99;
}
.more-link-list::after {
  position: absolute;
  content: "";
  right: 12px;
  top: 1px;
  transform: translateY(-100%);
  width: 20px;
  height: 10px;
  background-color: white;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 3;
}
.more-link-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 9px 0px #00000014;
}
.more-link-list li a:hover {
  box-shadow: inset -2px -2px 3px 0px #00000014;
}
.right-notice .details-photo-inr {
  gap: 9px;
}
.right-notice .dp-imgbox {
  width: calc(33% - 6px);
  height: 98px;
}
.right-notice .dp-imgbox span {
  width: 50px;
  height: 50px;
  background-size: 30px 30px;
}
.deet-pg-sec5 {
  padding: 18px 18px 0px 18px;
  height: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 29px;
}
.deet-pg-sec5::before {
  position: absolute;
  content: "";
  background-color: var(--main-yellow);
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.deet-pg-sec5 iframe {
  width: 100% !important;
  height: 464px;
  border-radius: 7px;
}
.orbt-paper {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 14px 19px 23px 17px;
}
.deet-pg-sec6,
.deet-pg-sec7 {
  margin-bottom: 29px;
}
.orbt-paper p,
.mce-content-body p {
  font-family: "Roboto";
  font-style: normal;
  /*font-weight: 600;*/
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.01em;
  /*color: #49566F;*/
}
/*.anncemsg p{
	font-weight: 500 !important;
}*/
.orbt-paper p b,
.orbt-paper p strong,
.mce-content-body p strong {
  font-weight: bolder;
  font-size: 15px;
}
.dt-evnbx-hdr,
.trfl-trib-hdng {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 17px 16px;
  background-color: var(--main-blue);
}
.dt-evnbx-hdr::after,
.trfl-trib-hdng::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
  background-color: white;
  display: block;
  width: calc(100% - 28px);
  height: 8px;
}
.dt-evnbx-hdr h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.dt-evnbx-hdr a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.dt-evnbx-hdr a img {
  display: block;
  width: 27px;
  height: 27px;
}
.dt-evnbx-hdr a text {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}
.dt-evnbx-hdr a text svg {
  display: block;
  width: 14px;
  height: 14px;
}
.dt-evnbx-hdr a:hover {
  color: var(--main-yellow);
}
.dt-evnbx-hdr a:hover svg path {
  stroke: var(--main-yellow);
}
.dt-evnbx-hdr a:hover img {
  transform: scale(1.04);
}
.dt-eventbox {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 24px;
}
.dt-eventbox:last-child {
  margin-bottom: 0px;
}
.dt-evnbx-inr {
  padding: 13px 16px 17px 13px;
}
/*.evnbx-inrtop {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 15px;
	margin-bottom: 14px;
}*/
.evnbx-inrtop h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  gap: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #343e46;
}
.evnbx-inrtop h4 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.evnbx-inrtop h4 text span {
  background-color: #d4af3745;
  padding: 3px 6px;
  max-width: calc(100% - 26px);
  border-radius: 3px;
  color: var(--main-blue);
  font-weight: 600;
  font-size: 14px;
}
.evnbx-evnloc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
}
.evnloc-div.w-border {
  padding-right: 18px;
  border-right: 1px solid #eaeaea;
}
.evnloc-div {
  padding-bottom: 6px;
  width: fit-content;
}
.evnloc-div h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #bc9310;
}
.evnloc-div p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #49566f;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.evnloc-div p.loc-name {
  font-weight: 700;
  color: #194b7d;
}
.evnloc-div p a {
  color: inherit;
}
.evnloc-div p a:hover {
  color: var(--main-yellow);
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.evnbx-inrbtm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.evn-contct {
  width: calc(50% - 6.5px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.family-cons {
  width: calc(33% - 6.5px);
  align-items: stretch;
}
.cont-nation {
  display: block;
  width: 39px;
  height: auto;
  /* border-radius: 50%; */
  border: 1px solid #eee;
  /* object-fit: cover;
    object-position: top; */
}
.cont-post {
  display: flex;
  width: 39px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #dbe8f4;
}
.cont-post img {
  /* object-fit: cover;
    object-position: top;
    display: block;
    width: auto;
    height: 100%; */
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cont-nation.ntn-small {
  width: 25px;
}
.evn-contct p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #7f868c;
}
.evn-contct h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #2c3e50;
}
.family-cons.evn-contct h6 a {
  color: var(--main-blue);
}
.family-cons.evn-contct h6 a:hover {
  color: var(--main-yellow);
}
.evn-contct h6 span {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-left: 0px !important;
}
.evn-contct h6 span svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.trfl-trib-hdng h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.trfl-trib-hdng a {
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 34px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2c3e50;
  gap: 8px;
}
.trfl-trib-hdng a svg {
  display: block;
  width: 14px;
  height: 14px;
}
.trfl-trib-hdng a:hover {
  background: var(--main-yellow);
  color: var(--main-blue);
}
.deet-trfl-trib {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 26px;
}
.trfl-trbt-inr {
  padding: 33px 22px 0px 22px;
  background-image: url(../images/trfl-trbt-bg.png);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.trfl-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.trfl-txt h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #e2bc40;
  margin-bottom: 10px;
}
.trfl-txt h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2a3b4b;
  margin-bottom: 17px;
}
.trfl-txt span {
  width: 295px;
  background: #ffffff;
  border: 1px solid #c0cbce;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.06);
  border-radius: 55px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #394149;
  margin-bottom: 31px;
  padding: 8px 18px 10px 18px;
}
.trfl-txt p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 644px;
  max-width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2c3e50;
}
.trfl-txt p img {
  display: block;
  width: 21.33px;
  height: 16px;
}
.trfl-who {
  margin-bottom: 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 3;
}
.trfl-who::after {
  position: absolute;
  content: "";
  display: block;
  height: 13px;
  background: #ffffff;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #c0cbce;
  border-radius: 14px 14px 0px 0px;
  left: 0px;
  right: 0px;
  top: 21px;
  z-index: -1;
}
.trfl-who img {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}
.trfl-who h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #394149;
}
.trfl-who h3 span {
  color: #9199a2;
}
.trfl-who p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #808a93;
}
.trfl-who p em {
  width: 4px;
  height: 4px;
  background: #999999;
  display: block;
  border-radius: 50%;
}
.trfl-img {
  display: block;
  width: 532px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.table_01 {
  overflow: hidden;
}
.table_01 > .row {
  width: auto !important;
  max-width: 100% !important;
}
.dash99 {
  background: #fff;
  border-radius: 0;
  display: block;
  padding: 0 15px;
  width: 100%;
  margin: 0;
}
.dash99 .table_01 {
  margin-bottom: 0 !important;
}
.amunt {
  background: #2c3e50;
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  border-bottom: 1px solid #2c3e50;
  padding: 10px 10px !important;
  position: relative;
  z-index: 99;
  white-space: nowrap;
}
.table_01 {
  display: table;
  margin-bottom: 0px;
}
.table_01 .row {
  display: table-row;
}
.amunt-detail {
  border-bottom: 1px solid #d3d3d3;
  color: #444141;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 0 0;
  text-align: left;
  padding: 15px 10px;
  line-height: 20px;
  overflow: hidden;
  word-break: break-word;
}
.cel_area {
  display: table-cell;
}
.table_portion {
  width: 100%;
  display: block;
}
.cess {
  vertical-align: middle;
  max-width: 12.5% !important;
}
.hide_big {
  display: none !important;
}
.stat-success {
  color: #2c6ab1 !important;
}
.stat-cancel {
  color: var(--main-red) !important;
}
.stat-pending {
  color: orange !important;
}
.stat-approved {
  color: green !important;
}
.cess_cmmnt.cess {
  max-width: 30% !important;
}
.pagination {
  margin-top: 20px !important;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.pagination > li > a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #373e4a;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 40px;
  border-radius: 5px;
}
.pagination > li > a > svg {
  display: block;
  width: 22px;
  height: 22px;
}
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #373e4a;
}
.pagination > li > a:hover {
  color: black;
  background-color: var(--main-grey);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--main-yellow);
  border-color: var(--main-yellow);
}
a.add-partner-btn {
  width: 137px;
  height: 43px;
  background: white;
  box-shadow: none;
  border-radius: 3px;
  padding: 12px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--main-blue);
  outline: none !important;
  border: 1px solid var(--main-blue) !important;
  gap: 5px;
  margin-left: auto;
  margin-top: 7px;
}
a.add-partner-btn svg {
  display: block;
  width: 20px;
  height: 20px;
}
a.add-partner-btn:hover {
  background: var(--main-blue);
  color: white;
}
a.add-partner-btn:hover svg path {
  stroke: white;
}
.error {
  color: red !important;
}
.inpt-group.phone-inpt select {
  top: 0px;
  height: 50px;
  z-index: 6;
  width: 114px;
  padding: 12px 23px 11px 4px !important;
}
.inpt-group.phone-inpt input {
  padding-left: 124px !important;
}
.inpt-group.phone-inpt input::placeholder {
  color: #bdc3c8;
}
.inpt-group.phone-inpt label {
  left: 124px;
}
.frog-remem a.resend-otp {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.frog-remem a.resend-otp svg {
  display: block;
  width: 20px;
  height: 20px;
}
.frog-remem a.resend-otp:hover {
  color: var(--main-blue);
}
.frog-remem a.resend-otp:hover svg path {
  stroke: var(--main-blue);
}
.notice_body_msg.dash-inpt-grp svg {
  position: static !important;
}
.other_select select + input {
  margin-top: 14px;
}
.showstyle-modal .modal-body p {
  margin: 0 20px 20px 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #1d2128;
}
em.sign-scs {
  width: 300px;
  height: auto;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 100%;
}
em.sign-scs img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.login-header h1.scstxt {
  font-weight: 600;
  font-size: 37px;
  line-height: 23px;
  margin-bottom: 16px;
}
.sign-mobcode .select2-container {
  position: absolute !important;
  top: 0px;
  left: 0px;
  height: 50px;
  z-index: 9;
}
.sign-mobcode .select2-container .select2-choice {
  display: flex;
  height: 50px !important;
  background-size: 43px 50px;
  padding-left: 5px !important;
  padding-right: 20px !important;
  width: 122px;
  background-image: url(../images/select-drop.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right 5px center;
  border-radius: 5px !important;
}
.sign-mobcode .select2-container .select2-choice > .select2-chosen {
  margin-right: 0px;
}
.inpt-group.phone-inpt.sign-mobcode input {
  padding-left: 127px !important;
}
.code456 .select2-choice {
  width: 100px !important;
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.dash-inpt-grp .code456 {
  width: auto !important;
  margin-right: 6px !important;
}
.code123 .select2-choice .select2-arrow {
  display: none !important;
}
.dash-inpt-grp .code123 .select2-choice {
  max-width: 100px !important;
  width: 100px !important;
  margin-right: 6px !important;
}
.phone123 .error123 {
  line-height: 15px !important;
  position: absolute !important;
  top: 71px !important;
}
.error {
  font-size: 12px !important;
}
.pcode123 {
  position: absolute !important;
  left: 0;
  top: 23px;
  width: 100px !important;
  z-index: 99;
}
.phone-inpt input {
  padding-left: 112px !important;
}
.vid123 {
  position: relative;
}
.sample123 {
  position: absolute;
  top: 0px;
  right: 0;
  width: calc(100% - 316px);
  font-size: 14px;
  line-height: 18px;
}
.announce123 {
  min-width: 141px !important;
}
.ediann123 {
  min-width: 128px !important;
}
.ui-widget-content {
  padding: 15px !important;
  border-radius: 0 0 6px 6px !important;
}
.ui-widget-content li {
  padding: 4px 0 !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #414750;
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
}
.ui-widget-content li:hover {
  padding: 4px 0 !important;
  color: var(--main-yellow) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
}
.ui-widget-content li:focus {
  padding: 4px 0 !important;
  color: var(--main-yellow) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
}
.action-list .ediann123 {
  width: 130px !important;
}
.w-action {
  width: 310px;
}
.notice456 .table-cell {
  display: block;
}
.totall_pkg_coms_main {
  padding: 13px 18px 16px 18px;
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  margin-bottom: 28px;
  display: block;
  overflow: hidden;
  width: auto;
  float: right;
}
.totall_pkg_coms_main p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #414750;
  margin: 0 0 9px 0;
}
.totall_pkg_coms_main p strong {
  font-weight: 600;
  width: 200px;
  float: left;
}
.totall_pkg_coms_main p span {
  float: left;
}
.totall_pkg_coms_main h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #34495e;
  width: 100%;
  margin: 18px 0 0 0;
  padding-top: 14px;
  border-top: 1px solid #d7d7d7;
  float: left;
}
.totall_pkg_coms_main h2 strong {
  font-weight: 700;
  float: left;
  width: 200px;
}
.totall_pkg_coms_main h2 span {
  float: left;
}
.acrdn-final-btn {
  width: 100%;
}
.atc6 {
  width: 81px;
}
.atc5 {
  width: 281px;
}
.phone123 .code123 {
  display: none !important;
}
.phone123 .select2-container {
  top: 23px;
  left: 0px;
  height: 46px;
  z-index: 9;
  line-height: 26px;
  color: rgb(68, 68, 68);
  width: 122px;
  background-image: url("../images/select-drop.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute !important;
  padding: 0px 0px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(191, 196, 199);
  border-image: initial;
  white-space: nowrap;
  border-radius: 9px 0 0 9px;
}
.phone123 .selection {
  background: #fff;
  height: 46px;
  float: left;
  width: 76px;
  background-image: url(../images/select-drop.png);
  padding: 8px;
  border-radius: 9px 0 0 9px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.phone123 .contact_phone {
  padding-left: 86px !important;
}
.phone123 .select2-selection {
  width: 46px !important;
  float: left;
  overflow: hidden;
}
.view_contact > .select2-container {
  background: #fff;
  border-radius: 9px !important;
  border: 1px solid #a5a1a1;
  padding: 10px;
  width: 221px;
  height: 200px;
  overflow-y: scroll;
}
.view_contact > .select2-container ul li {
  padding: 5px 8px !important;
  cursor: pointer;
}
.view_contact > .select2-container ul .select2-results__option--highlighted {
  background: #2c3e50;
  color: #fff;
}
.view_contact > .select2-container .select2-search .select2-search__field {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.pcode123 .select2-choice {
  background-image: url(../images/select-drop.png) !important;
  background-size: 19px 19px !important;
  background-repeat: no-repeat;
  background-position: right 9px center !important;
}
.cr_map {
  padding-right: 60px !important;
}
.dash-check-grp {
  margin-top: 36px;
}
.dash-check-grp label {
  padding-left: 27px;
  position: relative;
  z-index: 1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-transform: capitalize;
  color: var(--main-blue);
}
.dash-check-grp label input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.ds-chckbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: #ffffff;
  border: 1px solid #2c3e50;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ds-chckbox svg {
  position: static !important;
}
.dash-check-grp label input:hover + .ds-chckbox,
.dash-check-grp label input:checked + .ds-chckbox {
  border: 1px solid var(--main-yellow);
}
.dash-check-grp label input:checked + .ds-chckbox {
  background: var(--main-yellow);
}
.company-signpaper {
  width: 900px;
}
.comp-sign-radios {
  gap: 14px;
  flex-wrap: wrap;
}
.acrdn-final-btn a.cont.chck-avl {
  font-size: 13px;
  line-height: 16px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #454545 !important;
}
.slct-people {
  padding: 30px 22px 22px 22px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 14px;
}
.slct-people span.slct-or {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
}
.slct-people button#newPostButton {
  width: 200px;
  height: 45px;
  background: var(--main-blue);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.slct-people button#newPostButton:hover,
.slct-people button#newPostButton:focus {
  background: var(--main-yellow);
}
.slct-people .place-select {
  width: 350px;
  max-width: 100%;
  margin-top: -25px;
}
.ui-widget.ui-widget-content {
  z-index: 999 !important;
}

.pckg-nm {
  margin-bottom: 13px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #2a3b4b;
}
.pckg-nm span {
  color: var(--main-yellow);
}
.pckg-date {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #1a1c1e;
  margin-bottom: 30px;
}
.pckg-date span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #636b73;
}
.adon-price-sec {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.my-pckg-addon {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 11px;
  width: calc(33% - 6.66px);
}
.my-pckg-addon h2,
.prc-brkdwn h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: #2a3b4b;
  margin-bottom: 13px;
  padding-bottom: 8px;
  position: relative;
}
.my-pckg-addon h2::after,
.prc-brkdwn h2::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--main-blue);
}
.my-pckg-addon ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
}
.my-pckg-addon ul li {
  width: calc(50% - 8px);
  flex-grow: 1;
}
.slctd-adbx {
  border-radius: 5px;
  border: 1px solid var(--main-blue);
  padding: 5px;
  height: 100%;
  width: 100%;
}
.slctd-adbx h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  margin-bottom: 3px;
}
.slctd-adbx p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #636b73;
  margin-bottom: 2px;
}
.pckg-prtnr-list .slctd-adbx h6 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  font-size: 13px;
}
.pckg-prtnr-list .slctd-adbx h6 img {
  display: block;
  width: 20px;
  height: 20px;
}
.prc-brkdwn ul {
  border: 1px solid #cfcdcd;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
.prc-brkdwn ul li {
  border-bottom: 1px solid #eee;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.prc-brkdwn ul li:last-child {
  border-bottom: 0px solid transparent;
}
.prc-brkdwn ul li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  width: 151px;
}
.prc-brkdwn ul li p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #636b73;
  width: calc(100% - 151px);
  text-align: right;
}
.prc-brkdwn ul li.tot-prc p {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-blue);
}

.cursor-pointer {
  cursor: pointer !important;
}
.partner-infomod .modal-header {
  background-color: var(--main-blue);
}
.partner-infomod .modal-header h1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #fff;
}
.partner-infomod .modal-header .btn-close {
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.partner-infomod .modal-dialog {
  width: 1100px !important;
  max-width: 98% !important;
}
.part-infomod-tbl .table-header .table-cell {
  background-color: var(--main-blue);
  color: white;
  border-right: 1px solid #e1e1e1;
  font-size: 14px;
}
.part-infomod-tbl.part-table {
  border: 2px solid var(--main-blue);
}
.part-infomod-tbl .table-cell {
  width: 120px !important;
}
.slct-style-post {
  position: absolute;
  top: 0px;
  right: 0px;
  width: fit-content;
  height: fit-content;
  background: var(--main-blue);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 4px 14px;
}
.slct-style-post:hover {
  background: var(--main-yellow);
  color: white;
}
.error_header_box {
  color: red;
  background: white;
  font-size: 12px;
  font-weight: 500;
}
.add_more_event label span {
  border-radius: 0 !important;
}
.add_more_event label input:checked + span {
  border-radius: 0 !important;
}
h5.why-pckg {
  margin-bottom: 12px;
  padding: 7px 10px 7px 12px;
  border-left: 3px solid var(--main-blue);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: var(--main-blue);
  background: #d4af3736;
  display: block;
  width: fit-content;
  border-radius: 0 5px 5px 0;
}
h5.if-pckg {
  position: absolute;
  top: -32px;
  right: -26px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: white;
  padding: 2px 12px 4px 31px;
  z-index: 2;
}
h5.if-pckg svg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(180deg);
}

.dash-myordr .mem-lb-lft em img {
  display: block;
  width: fit-content;
  height: 100%;
  object-fit: cover;
}
.dash-myordr .memorial-list-box {
  padding: 14px !important;
}
.part-ord-list {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  width: 100%;
  gap: 10px;
  position: relative;
}
.part-ord-box {
  border-bottom: 1px solid #e3e3e3;
  padding: 14px 14px 14px 14px;
  width: 100%;
}
.part-ord-box:last-child {
  border-bottom: 0px solid transparent;
}
.part-ord-box ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
}
.part-ord-box ul li {
  width: 114px;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.part-ord-box li h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2a3b4b;
  margin-bottom: 6px;
}
.part-ord-box li p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #636b73;
}
/* .part-ord-box li p a{
    color: var(--main-yellow);
    display: inline-block;
} */
.part-ord-box li p a {
  color: #8e8e8e;
  display: inline-block;
  font-size: 12px;
  line-height: 1.9;
}
.part-ord-box li p a:hover {
  color: var(--main-blue);
}
.part-ord-box li h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #34495e;
}
a.pst-lnk {
  display: block;
  width: fit-content;
  height: fit-content;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: 1px solid var(--main-yellow);
  padding: 3px 10px;
}
a.pst-lnk:hover {
  background: var(--main-blue);
  color: white;
  border: 1px solid var(--main-blue);
}

.fd-img {
  display: inline-block;
  position: relative;
}
.fd-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popupregister {
  background: #e9e8e3;
  padding: 10px 12px 12px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 14px 0;
  color: #31373b;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.text-left {
  text-align: left !important;
}
.popupregister a {
  color: #d19b0b;
  font-weight: 600;
}
.send-flwr-mod-top .succ-inr {
  margin-top: 15px;
  margin-bottom: 15px;
  height: calc(100% - 30px);
}
a.add_coupon_btn {
  width: 178px;
}

.paybl-btns-sec {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 25px;
}
.paybl-btns-sec text {
  width: 100%;
}
.avlb-orno {
  position: absolute;
  top: 0px;
  transform: translateY(-114%);
  left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.middle_post_text {
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto !important;
}
.middle_post_text text {
  padding: 2px 8px 9px 8px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  clip-path: polygon(100% 0, 100% 78%, 50% 100%, 0 78%, 0 0);
  border-width: 1px;
  border-style: solid;
  width: fit-content !important;
}
.middle_post_text .diamond_badge {
  margin-top: -23px;
  background-color: #d5bd72;
  color: white;
  border-color: #d4b553;
}
.middle_post_text .platinum_badge {
  margin-top: -22px;
  background-color: #c8a124;
  color: white;
  border-color: #e5ba2b;
}
.middle_post_text .gold_badge {
  margin-top: -9px;
  background-color: #efdda6;
  color: #2c3e50;
  border-color: #ead38b;
}
.middle_post_text .silver_badge {
  margin-top: -17px;
  background-color: white;
  color: #2c3e50;
  border-color: white;
  padding: 0px 8px 3px 8px;
}
.thnkumsg {
  position: relative;
}
.thnkumsg123 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.thnkumsg123 img {
  width: 110px;
}
.thnkumsg123 .thnkumsgtopleft {
  top: 0;
  left: 0;
  position: absolute;
}
.thnkumsg123 .topright {
  top: 0;
  right: 34px;
  position: absolute;
  rotate: 90deg;
}

.thnkumsg123 .bottomleft {
  bottom: 26px;
  left: 0;
  position: absolute;
  rotate: 270deg;
}
.thnkumsg123 .bottomright {
  bottom: 27px;
  right: 31px;
  position: absolute;
  rotate: 180deg;
}
.thnkumsgtxt {
  padding: 50px;
}
.anno-show {
  width: 50% !important;
}
.anno-show .hdr-cel-inr label {
  padding-left: 7px !important;
}
.anno-show .tab-cont,
.tab-col {
  height: 90px;
  width: 100%;
  display: block;
}
.anno-show .tab-cont text,
.anno-show-all .tab-col text {
  height: 100%;
  overflow-y: scroll;
  line-height: 1.4;
}
.anno-show .tab-cont text p {
  font-size: 14px;
}
.anno-show .prc-tbl-cell img {
  width: auto;
  max-height: 60px;
}
.mce-content-body p {
  font-size: 16px !important;
  line-height: 31px !important;
}
.search_page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 26px;
}
.search_page .middle_post_text .platinum_badge {
  margin-top: -10px;
}
.search_page .middle_post_text .silver_badge {
  margin-top: -19px;
  background-color: #dadada;
  border-color: #f2f2f2;
}
.search_page .middle_post_text .diamond_badge {
  margin-top: -10px;
}

.remembrance_style {
  position: relative;
  padding: 50px 20px;
}
.remembrance_style::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 96%;
  height: 35px;
  transform: translateX(-50%) rotate(180deg);
  background-image: url(../images/rem_style.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.remembrance_style::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 50%;
  width: 96%;
  height: 35px;
  transform: translateX(-50%);
  background-image: url(../images/rem_style.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.deet-pg-sec5.viemo-vid iframe {
  height: 342px;
}
.reggi-otr {
  display: flex;
  width: 100% !important;
  gap: 18px;
}
.other_select.reggi-otr select + input {
  margin-top: 0px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  min-height: 46px !important;
  height: fit-content !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  margin: 1px !important;
}
.tab_country {
  padding: 5px 14px 7px 14px;
  font-size: 14px;
  color: #222 !important;
  font-weight: 500;
  line-height: 20px;
}
.tab_countries {
  margin: 14px 0 0 0;
}
.tab_countries .nav-tabs .nav-link.active {
  color: #d4af37 !important;
  border: 1px solid #d4af37 !important;
  border-radius: 5px 5px 0 0;
  border-bottom: none !important;
}
.tab_countries ul li {
  margin-bottom: -1px;
}
.tab_countries ul {
  margin: 0 0 0px 0 !important;
}
.tab_countries .tab-content .active {
  border: 1px solid #dadada !important;
  margin-top: -1px;
  padding: 0px 15px 15px 15px;
  border-radius: 0 0 5px 5px;
  border-top: none !important;
}

.tab_countries .tab-pane ul li em img {
  width: 29px;
  height: auto !important;
  border-radius: 0 !important;
}

.select_count {
  display: block;
  color: var(--main-yellow);
  font-weight: 700;
  font-size: 13px;
}

.rcnt-post-inr .tab_countries li em {
  padding: 15px 18px 15px 0px;
}

.public_country_search.tab_countries {
  margin: 3px 0 0 0;
}


.public_country_search.tab_countries .tab-content .active {
	max-height: calc(100vh - 431px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--main-yellow) transparent;
	height: fit-content;
}
.public_country_search.tab_countries .tab-content .active::-webkit-scrollbar {
  width: 3px !important;
}
.public_country_search.tab_countries
  .tab-content
  .active::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.public_country_search.tab_countries
  .tab-content
  .active::-webkit-scrollbar-thumb {
  background-color: var(--main-yellow) !important;
}
h2.main-are-hdng.public_main_heading {
  font-size: 19px;
}
.public_main_heading .reset-srch {
  background-color: var(--main-yellow) !important;
  border-radius: 4px;
  padding: 5px 12px;
  text-decoration: none !important;
  gap: 0px;
  font-size: 13px;
  border: 1px solid var(--main-yellow) !important;
}
.public_main_heading .reset-srch:hover {
  background-color: var(--main-blue) !important;
}
h2.main-are-hdng.public_main_heading text {
  width: calc(100% - 100px);
}
.recent-post-sec.partner-filter .rcnt-post-inr li em {
  min-width: 48px;
  padding: 10px 18px 10px 0px;
}
.recent-post-sec.partner-filter .view-post {
  margin-top: 6px;
}
.recent-post-sec.partner-filter .rcnt-post-inr li em span {
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  font-size: 17px;
  font-weight: 700;
  font-style: normal !important;
  line-height: 0.8;
  color: var(--main-yellow) !important;
  font-family: "Roboto";
}
.home_view_posts {
  margin-top: 1px;
}
a.mrk-seen {
  display: block;
  width: fit-content;
  height: fit-content;
  background: #d4af37;
  border-radius: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: 1px solid var(--main-yellow);
  padding: 5px 14px;
  position: absolute;
  top: 5px;
  right: 5px;
}
a.mrk-seen:hover {
  background: var(--main-blue);
  color: white;
  border: 1px solid var(--main-blue);
}
.annc183 {
  width: 183px !important;
}
.nav-sign-drop button {
  margin-left: 10px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #34495e;
  width: 79px;
  width: 76px;
  height: 31px;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 3px 10px 10px !important;
  position: relative;
  text-align: left;
  justify-content: space-between;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.nav-sign-drop button:hover,
.nav-sign-drop button.show {
  background: var(--main-yellow);
  color: white;
}
.nav-sign-drop button::before {
  position: absolute;
  top: 0px;
  right: 12px;
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #34495e;
}
.nav-sign-drop button:hover::before,
.nav-sign-drop button.show::before {
  background-color: white;
}
.dropdown-toggle::after {
  margin-left: 0px;
}
.nav-sign-drop button:hover::after,
.nav-sign-drop button.show::after {
  color: white;
}
.nav-sign-drop .dropdown-menu {
  left: 9px !important;
  padding: 2px 0px !important;
  overflow: hidden;
}
.nav-sign-drop .dropdown-menu a {
  width: 100% !important;
  padding: 6px 10px !important;
  text-align: left !important;
  display: block !important;
  margin: 0px !important;
  border-radius: 0px !important;
  height: fit-content !important;
}
/*************************member profile*********************/

.add_rm001 {
  width: 100%;
}
.add_rm001 .tribute-number-div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.add_rm001 {
  padding: 0 !important;
}
.add_rm001 .lifespan em::after {
  background-image: none;
}
.add_rm001 .lifespan em {
  width: 120px;
  height: 120px;
  padding: 0;
}

.add_rm002 .fd-box {
  width: calc(32% - 3px);
}
.add_rm002 .trb-box {
  width: calc(32% - 3px);
}
.add_rm002 .fd-name {
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
}
.add_rm002 .trb-box p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 8px;
}
.add_rm002 .fd-name h5 b {
  font-size: 16px;
  line-height: 19px;
}
.add_rm002 .trb-poster h5 {
  font-weight: 700;
  color: #1f2021;
}
.add_rm002 .fd-name em {
  width: 54px;
  height: 54px;
}
.add_rm002 .fd-name a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #c8a020;
}
.add_rm002 .fd-name a:hover {
  color: #000;
}

.add_rm002 .trb-poster a {
  font-weight: 700;
  color: #c8a020;
  font-family: "Roboto";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
}
.add_rm002 .trb-poster a:hover {
  color: #000;
}
.add_rm002 .fd-box p {
  line-height: 20px;
}
.add_rm002 .trb-poster {
  margin: 11px 0 0 0;
  border-radius: 8px;
  padding: 7px 10px;
}
.add_rm002 .feed-bigbox-paper {
  padding: 0;
  margin-bottom: 10px;
}
.add_rm002 .lifespan em {
  width: 130px;
  height: 130px;
}
.add_rm002 .lifespan h5 span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #757575;
  text-align: left;
  display: block;
  margin-bottom: 1px;
}
.add_rm002 .lifespan h5 {
  display: block;
  line-height: 19px;
}
.add_rm002 .lifespan h5 strong {
  display: flex;
}
.add_rm002 .lifespan .tlg {
  text-align: right;
}
.add_rm002 .lifespan em {
  padding: 20.22px;
}
.add_rm002 .trb-poster h6 strong {
  font-weight: 700;
  color: #c8a020;
  font-size: 15px;
}
.add_rm001 .mid-paper {
  width: 100%;
}
.add_rm001 .mid-paper-person::after {
  background-image: none;
}
.add_rm001 .mid-paper-person {
  width: 100px;
  height: 100px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.nopp {
  padding: 0 !important;
}
.add_rm001 .mid-paper-rit ul li {
  margin-bottom: 8px;
}
.add_rm001 .mid-paper-rit {
  width: 220px;
}
.add_rm001 .mid-paper-rit ul li em {
  width: 32px;
  height: 28px;
}
.add_rm001 .mid-paper-rit ul li em img {
  display: block;
  max-width: 20px;
  height: 20px;
}
.add_rm002 .trb-box h3 {
  height: 51px;
  font-size: 17px;
  line-height: 22px;
  padding: 15px 17px 24px 17px;
}
.mem-txt-hdr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.mem-lb-lft .mem-txt-hdr ul {
  margin-top: 35px !important;
  gap: 7px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 306px;
}
.mem-txthd-inr {
  max-width: calc(100% - 221px);
  /* width: 100%; */
}
.mem-lb-lft .mem-txt-hdr ul li {
  width: fit-content !important;
  flex-grow: 1 !important;
  /* max-width: 160px; */
  flex-shrink: unset;
}
.mem-lb-lft .mem-txt-hdr ul li h5 {
  font-size: 13px;
  line-height: 16px;
}
.mem-lb-lft .mem-txt-hdr ul li h6 {
  font-size: 13px;
  line-height: 20px;
}
.edt-crem {
  padding-right: 18px;
  width: fit-content;
}
.edt-crem a {
  top: -1px;
  right: 0px;
}
.edt-crem a,
.edt-crem a svg {
  width: 14px;
  height: 14px;
}

.overview_contact_partners {
  border-top: 1px solid #c7c7c7;
  border-radius: 6px;
  padding: 5px 10px 0 10px;
  margin-top: 15px;
}
.overview_partners_item {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 5px 11px;
  background: #edecec;
  border-radius: 5px;
  margin-top: 8px;
}
.overview_partners_item span {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  float: left;
  border-radius: 50%;
  margin: 0px 6px 0 0;
}
.overview_partners_item span img {
  width: 100%;
  height: 100%;
}
.overview_partners_item label {
  margin: 3px 3px 0 3px;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  color: #32333b;
}
.overview_partners_item a {
  margin: 3px 3px 0 3px;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  color: #ecc64a;
  float: right;
}
.overview_partners_item a:hover {
  color: var(--main-blue);
}
.contact_partner_title .modal-title {
  color: #212326 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.partner_no_logo {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  font-size: 17px;
  font-weight: 700;
  font-style: normal !important;
  line-height: 0.8;
  color: var(--main-yellow) !important;
  font-family: "Roboto";
  margin: 0px 6px 0 0;
  float: left;
  background: #fff;
}
.contact-lnk-drp {
  padding: 4px 7px;
  border-radius: 3px;
  background-color: var(--main-blue);
  font-size: 12px;
  font-weight: 500;
  color: #fbfbfc;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-lnk-drp:hover {
  background-color: var(--main-yellow);
}

.verified_by_family {
  width: 204px !important;
}

/* .live-link-h {
    padding: 0 0 0 50px;
    display: block;
    overflow: hidden;
  }
.live-link-h p {
	font-family: 'Roboto';
	font-style: normal;
	background: #D4AF3745;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #404959;
	border: 1px solid #ECC64A;
	float: left;
	font-weight: 600 !important;
	padding: 0 10px;
	border-radius: 4px;
} */
.live-link-h {
  padding: 24px;
  display: block;
  overflow: hidden;
  width: 300px;
  /* height: 200px; */
  background-color: #d4af3747;
  outline: 2px solid var(--main-blue);
  outline-offset: -12px;
  margin: 0 auto;
  max-width: 100%;
}
.live-link-h p {
  font-family: "Roboto";
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #404959;
  font-weight: 600 !important;
  padding: 0 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.live-link-h p a {
  color: #000 !important;
  width: fit-content;
  padding: 10px 37px;
  background: white;
  border-radius: 50px;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
  background-image: linear-gradient(
    rgb(252, 206, 29),
    rgba(255, 255, 255, 0.84) 137%
  );
  box-shadow: 10px 8px 18px 0px #0000003b;
}
.live-link-h p img {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 115px;
  right: 34px;
}

.live-link-h p a:hover {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.84) -5%,
    rgb(252, 206, 29)
  );
  color: #7d630e !important;
}
.pay-txt {
  margin: 0 0 12px 0;
  float: left;
  width: 100%;
  background: #eddfaf45;
  padding: 5px 15px;
}
.pay-txt p {
  font-family: "Roboto";
  font-style: normal;
  margin: 3px 0;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #2a323f;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.pay-txt p span {
  width: 127px;
  float: left;
}
.pay-select h4 {
  margin-bottom: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #2a3b4b;
  width: fit-content;
  padding: 6px 0 0px 0px;
}
.dfg h4 {
  border-bottom: 1px solid #a5a5a5 !important;
  padding: 0 12px 10px 0px !important;
  text-transform: capitalize !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.pay-select .prcng-srch .form-check label {
  font-family: "Roboto";
  font-style: normal;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #2a323f;
  font-weight: 600 !important;
}
.form-check-input:checked {
  background-color: #d4af37;
  border-color: #d4af37;
}
.form-check-input:focus {
  box-shadow: none;
}
.chk-buy-out label {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #3b3d3f !important;
}
.status-highlight {
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0.01em;
  float: left;
  font-weight: 600 !important;
  padding: 0 6px;
  border-radius: 4px;
}
.active-color1 {
  color: #404959 !important;
  background: #d4af3745;
  border: 1px solid #ecc64a;
}
.date-highlight {
  background: #d4af3745;
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0.01em;
  color: #404959 !important;
  border: 1px solid #ecc64a;
  float: left;
  font-weight: 600 !important;
  padding: 0 6px;
  border-radius: 4px;
}
.mem-txt-new {
  justify-content: space-between !important;
}
.mem-lb-lft .mem-txt-new ul {
  width: 340px !important;
}

.active-color2 {
  color: #000 !important;
  background: #ef515145;
  border: 1px solid #d06363;
}
.active-color3 {
  color: #fff !important;
  background: #6b8ef8ab;
  border: 1px solid #5079f6;
}

.family-verif {
  display: flex;
  width: fit-content;
  padding: 1px 9px;
  border: 1px solid var(--main-blue);
  border-radius: 55px;
  gap: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #36404a;
  margin: 11px auto;
  justify-content: center;
  align-items: center;
  background: #c69e1e30;
  cursor: pointer;
}
.family-verif svg {
  display: block;
  width: 16px;
  height: 16px;
}

.smlfeed-txt .family-verif {
  font-size: 12px;
  line-height: 1.4;
  align-items: flex-start;
  margin: 11px auto 11px 0;
  padding: 1px 5px;
}
.mid-paper-left-txt .family-verif {
  padding: 1px 6px;
  font-size: 12px;
  line-height: 15px;
}
.who-date h5 {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.67px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #414852;
}
.who-date h5 img {
  display: block;
  width: 9px;
  height: 12px;
  margin-top: 1px;
}

.who-pubilishing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.details-publish .who-pubilishing p {
  margin-bottom: 0px;
}
.trib-tooltip {
  display: none;
}
.w-fit {
  width: fit-content !important;
}
/* / 10-01 / */
/* .fd-box-outr.fd-box-list{
flex-direction: column;
gap: 24px;
margin-top: 24px;
}
.fd-box-outr.fd-box-list .fd-box{
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.fd-box-outr.fd-box-list .fd-box p {
    padding-left: 12px;
    border-left: 1px solid #d2d2d2;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 262px);
}
.fd-box-outr.fd-box-list .fd-box em.fd-img {
    margin-bottom: 0;
}
.fd-nm-img {
    display: block;
    width: 262px;
}
.fd-box-outr.fd-box-list .fd-box em.fd-img img{
    display: block;
    width: 100%;
}
.fd-box-outr.fd-box-icons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.fd-icon-box em {
    width: 60px;
    height: 60px;
    padding: 4px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 18px 0px #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fd-icon-box{
    position: relative;
}
.fd-icon-box em img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.fd-icon-box text {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    top: -69px;
    width: 216px;
    display: none;
}
.fd-icon-box:hover text{
    display: block;
}
.fd-icon-box text h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #26333F;
}
.fd-icon-box text h5 b {
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #C8A020;
}
.fd-icon-box text h6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #808A93;
}
.fd-icon-box text span {
    width: 4px;
    height: 4px;
    display: block;
    background-color: #B2C4D6;
    border-radius: 50%;
}
.fd-icon-box text {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    top: -52px;
    width: 260px;
    display: none;
    box-shadow: 2px 2px 15px 0px #00000026;
}
.fd-icon-box text::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 20px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 17.25px;
    height: 11px;
    background-color: white;
}
.mod-desbtn {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px;
    background-color: white;
    opacity: 1;
    box-shadow: 0px 0px 18px 0px #00000033;
} */
/* / 10-01 / */
a.who-post-btn.higlt-btn {
  color: black;
  font-weight: 700;
  box-shadow: 0px 10px 12px 0px #0000003b;
  border: 3px solid #eec540;
  background: linear-gradient(to right, #f0c724, #ecb33f, #fced0a);
}
a.who-post-btn.higlt-btn:hover {
  background: linear-gradient(to left, #f0c724, #ecb33f, #fced0a);
  color: white;
}
/* / 10-01 / */
.fd-box-outr.fd-box-list {
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.fd-box-outr.fd-box-list .fd-box {
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fd-nmtxt {
  width: calc(100% - 139px);
  padding-left: 12px;
  border-left: 1px solid #d2d2d2;
  margin-left: 12px;
}
.fd-box-outr.fd-box-list .fd-name {
  margin-bottom: 7px;
}
.fd-box-outr.fd-box-list .fd-box p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fd-box-outr.fd-box-list .fd-box em.fd-img {
  margin-bottom: 0;
  width: 127px;
  overflow: hidden;
  height: 104px;
  padding: 5px;
}
.fd-nm-img {
  display: block;
  width: 262px;
}
.fd-box-outr.fd-box-list .fd-box em.fd-img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.fd-box-outr.fd-box-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.fd-icon-box em {
  width: 60px;
  height: 60px;
  padding: 4px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 0px 18px 0px #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
.fd-icon-box {
  position: relative;
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #edeaea;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 18px 0px #00000026;
}
.fd-icon-box em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.fd-icon-box text h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #26333f;
  text-align: center;
}
.fd-icon-box text h6 b {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #c8a020;
}
.fd-icon-box text h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #808a93;
}
.fd-icon-box text span {
  width: 4px;
  height: 4px;
  display: block;
  background-color: #b2c4d6;
  border-radius: 50%;
}
/* .fd-icon-box text {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    top: -52px;
    width: 260px;
    display: none;
    box-shadow: 2px 2px 15px 0px #00000026;
}
.fd-icon-box:hover text{
    display: block;
}
.fd-icon-box text::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 20px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 17.25px;
    height: 11px;
    background-color: white;
} */
.mod-desbtn {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  padding: 3px;
  background-color: white;
  opacity: 1;
  box-shadow: 0px 0px 18px 0px #00000033;
}
.trib-type-box-mob > span {
  display: none;
}
.mini-stat {
  width: 100%;
  border-radius: 6px;
  background-color: white;
  box-shadow: 2px 2px 12px 0px #00000024;
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  height: 100%;
}
.mini-stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--main-blue);
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-stat-icon img,
.mini-stat-icon svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  height: 100%;
}

.mini-stat-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #707983;
  text-align: right;
  width: calc(100% - 54px);
}
.mini-stat-info span {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 25.5px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #4c525b;
}
.row-gap-5 {
  row-gap: 20px;
}
.dash-iframe-ppr {
  width: 100%;
  border-radius: 6px;
  background-color: white;
  box-shadow: 2px 2px 12px 0px #00000024;
  padding: 14px 14px 8px 14px;
}
.prt-dsh {
  margin-bottom: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #2a3b4b;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--main-blue);
}
.edt-btn {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: var(--main-blue);
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edt-btn svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.edt-btn:hover {
  background-color: var(--main-yellow);
}
.pay-wlt input[type="text"] {
  background-color: transparent !important;
  border: 1px solid #bfc4c7;
  border-radius: 9px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #575a5b;
  padding: 6px;
  position: relative;
  z-index: 4;
  height: 30px;
  display: inline-block;
  margin: 0 5px;
  width: 100px;
}
.pay-wlt input[type="text"]:hover,
.pay-wlt input[type="text"]:focus,
.pay-wlt input[type="text"]:focus-visible,
.pay-wlt input[type="text"]:focus-within {
  border: 1px solid var(--main-yellow);
}
.dash-iframe-ppr.dash-inpt-grp label a {
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  margin-left: 5px;
}
.annc-img-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
  flex-wrap: wrap;
}
.annc-img-box em {
  padding: 0px !important;
  border-radius: 4px !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.annc-img-box.annc-box a {
  width: 100%;
}
.annc-img-box em img {
  width: 100% !important;
  max-height: auto !important;
  object-fit: cover;
  object-position: top;
}
.word-break {
  word-wrap: break-word !important;
}
.inpt-group label.error {
  display: none;
}
.date-time-hglt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.date-time-hglt text {
  background-color: #f5d55482;
  border-radius: 5px;
  padding: 5px 14px;
  box-shadow: 6px 4px 14px 0px #00000030;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  color: var(--main-blue);
  font-weight: 600;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  letter-spacing: 0.02em;
}
.date-time-hglt text svg {
  display: block;
  width: 16px;
  height: 16px;
}
.date-time-hglt text:nth-child(2) {
  background-color: #2c3e50;
  color: white;
}

.control-wrapper.inc-dc-num {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #bfc4c7;
  border-radius: 7px;
  width: fit-content;
}

.inc-dc-num button {
  width: 22px;
  height: 34px;
  font-size: 16px;
  cursor: pointer;
}
.inc-dc-num button.increment {
  border-radius: 0 7px 7px 0px;
}
.inc-dc-num button.decrement {
  border-radius: 7px 0 0 7px;
}
.inc-dc-num button:hover,
.inc-dc-num button:focus {
  background-color: var(--main-blue) !important;
  color: white !important;
}

.inc-dc-num input {
  width: 51px !important;
  text-align: center !important;
  appearance: none !important;
  border-radius: 0px !important;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  padding: 5px 6px !important;
}
.loc-name a span {
  color: var(--main-yellow);
}

a.who-post-btn span.mob-num-sh {
  display: none;
}
.price-standard {
  color: #999999 !important;
  text-decoration: line-through;
  font-weight: 600 !important;
  font-size: 13px !important;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.search-p-name span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: none;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.search-p-name span img {
  width: 100%;
  height: 100%;
}
.search-p-name h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.search-p-name .partner-hdng::after {
  background-color: transparent !important;
}

.package_person_details {
  margin: 0 0 12px 0 !important;
  border: none !important;
}
.package_person_details img {
  width: 52px !important;
  border-radius: 7px;
  margin: -3px 3px 0 0 !important;
}

/* .thnkumsgtxt p{
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
} */
.thnkumsgtxt strong {
  font-weight: 900 !important;
}

.time-pickgrp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.time-pickgrp span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
  margin-left: -1px;
  margin-right: -1px;
}
.time-pickgrp select {
  width: calc(33% - 3.3px);
  background-image: url(../images/select-drop.png) !important;
  background-size: 19px 19px !important;
  background-repeat: no-repeat;
  background-position: right 5px center !important;
}
.time-pickgrp select:last-child {
  margin-left: 5px;
  width: calc(33% - 8.3px);
}
span.percent-prc {
  font-size: 16px;
  font-weight: 700;
  color: #94740d;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #f3e8c1;
}
span.percent-prc.prc-prptop {
  font-size: 13px;
  font-weight: 700;
  color: #94740d;
  display: inline-block;
  margin-left: 0;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #f3e8c1;
}
.navbar-brand-home {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-right: 5px;
  padding: 0px 9px;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 35px !important;
}
.navbar-brand-home:hover {
  color: var(--main-yellow);
  border: 1px solid var(--main-yellow);
}
.mem-filter {
  font-weight: 700 !important;
  font-size: 20px !important;
  text-align: left;
}
.details-row-rt-new .deet-row-inr {
  top: 80px;
}
.details-row-rt-new .vt-nums {
  margin-bottom: 10px;
  height: 54px;
  padding: 5px 41px;
}
.details-row-rt-new .person-summary h4 {
  font-size: 18px;

  padding: 8px 11px 19px 11px;
}
.details-row-rt-new .person-summary ul {
  margin-top: -12px !important;
}
.details-row-rt-new .person-summary ul {
  gap: 7px;
}
.person-summary {
  margin-top: 14px;
}
.right-notice-new {
  margin-top: 0;
}
.right-annon {
  width: 100%;
}
.right-annon em {
  float: left;
  margin: 0 10px 8px 0;
}
.right-notice-new .annc-box {
  padding: 13px !important;
}

.right-notice-new .annc-box h6 {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
}
.right-notice-new .annc-box em {
  width: 65px;
  height: 63px;
  padding: 3px;
}
.call_designn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.call_designn a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: var(--main-yellow);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.call_designn a span {
  border: 1px solid #cdae31;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call_designn a span svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.pg-content {
  margin-top: 15px;
  padding: 15px;
}
.pg-content h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #555b61;
}
.tab-message {
  min-width: 100%;
  overflow-y: scroll;
  display: block;
}
/* ::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background: transparent;
} */

::-webkit-scrollbar-thumb {
  background: #868686;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #868686;
}
.tab-contact {
  overflow-y: scroll;
}
.tab-contact span {
  float: left;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
.tab-contact .prc-tbl-cell img {
  width: 100%;
  height: auto;
}
.tab-contact p {
  float: left;
  margin: 0 0 0 0;
  width: calc(100% - 51px);
}
.contact-div {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 8px 0;
}
.tab-image {
  overflow-y: scroll;
}
.tab-image span {
  float: left;
  margin: 0 3px 8px 0;
}
.tab-image span img {
  max-width: 100%;
}
.con_contact_info_main_area {
  margin-bottom: 29px;
}
.con_contact_info_main_area h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0 0 10px 0;
}
.con_contact_info_main_area p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #858a92;
  margin: 0 0 22px 0;
}
.con_contact_info {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 55px 0;
}
.con_info_text {
  width: 32%;
  background: #ffffff;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.con_info_text span {
  width: 100%;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 7px;
  border: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 19px;
}
.con_info_text span img {
  max-height: 50px;
  max-width: 50px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 15px;
}
.con_info_text span::after {
  position: absolute;
  bottom: -1px;
  content: "";
  width: calc(100% - 38px);
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #e7e7e7;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  border-bottom: 0px solid transparent;
}
.con_info_text > a {
  height: 38px;
  background: #d4af37;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  gap: 4px;
  width: 150px;
  margin: 8px 0 0 0;
  position: relative;
  z-index: 99;
  float: left;
}
.con_info_text a:hover {
  background: var(--main-blue);
  color: white;
}
.con_info_text h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 14px 0 6px 0;
}
.con_info_text h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #556063;
  margin: 0 0 10px 0;
}
.con_info_text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #858a92;
  margin: 0 0 3px 0;
}
.con_info_text p strong {
  font-weight: 500;
  color: #858a92;
}
.con_info_text p a {
  color: #b58f15;
}
.con_social_mmin {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0 0;
}
.con_social_1 {
  width: 25%;
  padding: 0;
  text-align: center;
}
.con_social_1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
.con_social_1 span a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.con_social_1 span a svg {
  display: block;
  width: 45px;
  height: 45px;
}
.color_s1 span a svg path {
  fill: #85888e;
}
.color_s2 span a svg path {
  fill: #85888e;
}
.color_s3 span a svg path {
  fill: #85888e;
}
.color_s4 span a svg path {
  fill: #85888e;
}
.color_s1 span:hover {
  background: #1877f2;
  transition: all 0.3s;
}
.color_s1 span:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}
.color_s2 span:hover {
  background: #0a66c2;
  transition: all 0.3s;
}
.color_s2 span:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}
.color_s3 span:hover {
  background: #df2f2f;
  transition: all 0.3s;
}
.color_s3 span:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}
.color_s4 span:hover {
  background: #85888e;
  transition: all 0.3s;
}
.color_s4 span:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}
.con_social_1 p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #484f57;
  margin: 12px 0 0 0;
}
.contact_social_area_boxxs {
  padding: 35px 24px;
  background: #fef8e3;
  border: 1px solid #f3e9c8;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 29px;
  text-align: center;
}
.contact_social_area_boxxs h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
}
.contact_social_area_boxxs > p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #484f57;
  margin: 15px 0 45px 0;
}
.con_bottom {
  display: block;
  width: 100%;
  text-align: center;
}
.con_bottom p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #484f57;
  margin: 15px 0 45px 0;
}
.con_ppg_headingg h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #000000;
  margin: 0 0 16px 0;
}
.con_ppg_headingg p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #858a92;
  margin: 0 0 22px 0;
}
.con_ppg_headingg a {
  height: 38px;
  background: #d4af37;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  gap: 4px;
  width: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.con_ppg_headingg a:hover {
  background: var(--main-blue);
  color: white;
}

.inquiry_main_ppc {
  display: flex;
  justify-content: space-between;
}
.inquiry_main_ppc form {
  width: 58%;
}
.inquiry_rightt_pic {
  width: 39%;
  overflow: hidden;
  border-radius: 15px;
}
.inquiry_rightt_pic img {
  width: 100%;
  border-radius: 15px;
}
.inquiry_main_ppc input[type="submit"] {
  width: 198px;
  height: 46px;
  background: #d4af37;
  box-shadow: 0px 4px 4px rgba(212, 175, 55, 0.2);
  border-radius: 3px;
  padding: 12px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: none !important;
  outline: none !important;
}
.inquiry_main_ppc input[type="submit"]:hover {
  background: var(--main-blue);
}
.inquiry_main_ppc .dash-inpt-grp textarea {
  height: 110px;
}
.inquiry_main_ppc .dash-inpt-grp span {
  font-size: 13px;
  color: #414750;
}
.inquiry_main_ppc .dash-inpt-grp span i {
  font-size: 13px;
  color: #d4af37;
}
.ptop_price {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 3px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #f3e8c1;
  color: #6e5811;
  flex-wrap: wrap;
  width: fit-content;
}
.signup_btns {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  gap: 7px;
  margin: 12px 0 0 0;
}
.signup_btns a {
  width: fit-content;
  /* flex-grow: 1; */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #d4af37;
  height: 33px;
  padding: 5px 12px;
  border-radius: 5px;
  border: 1px solid #d4af37;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.signup_btns a:hover {
  background-color: #d4af37;
  color: white !important;
}
.loc-num-side {
  display: flex;
  flex-direction: row;
  /*flex-wrap:wrap;*/
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px !important;
}
.loc-num-side .date-time-hglt {
  width: calc(100% - 165px);
}
.loc-num-side .evnbx-inrbtm {
  padding-left: 10px;
  border-left: 1px solid #d2d2d2;
  width: 165px;
}
.chk_same {
  width: fit-content !important;
  margin: 0 0 0 12px;
}
.frog-remem.chk_same label span {
  top: 3px;
  width: 18px;
  height: 18px;
}
.frog-remem.chk_same label {
  padding-left: 23px;
  font-size: 13px;
}
.min-hh {
	min-height: calc(100vh - 304px - 98px);
}
.mid-paper-rit.mid-rt-rspt .create-post-div {
  display: none;
}
.read-more-toggle,
.read-less-toggle {
  color: var(--main-blue);
  font-weight: 600;
  text-decoration: underline !important;
}
.read-more-toggle:hover,
.read-less-toggle:hover {
  color: #6e5811;
}

.cont-flower {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 6px;
  margin-bottom: -11px;
  width: 100%;
  padding-right: 12px;
}
.trib-flwr {
  width: 145px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: black;
  font-weight: 700;
  box-shadow: 0px 10px 12px 0px #0000003b;
  border: 3px solid #eec540;
  background: linear-gradient(to right, #f0c724, #ecb33f, #fced0a);
}
.cont-flower .cont-step2 {
  margin: 0 !important;
}

.trib-flwr:hover {
  background: linear-gradient(to left, #f0c724, #ecb33f, #fced0a);
  color: white;
}
.search-list.srch-height {
  height: calc(100vh - 189px);
}
.search-list.srch-height form,
.search-list.srch-height2 form {
  height: 100%;
  overflow-y: auto;
}
.search-list.srch-height2 {
  height: calc(100vh - 101px);
}
.tab-recent-content {
  max-height: calc(100% - 234px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--main-yellow) transparent;
}
.tab-recent-content::-webkit-scrollbar,
.partners_data_height::-webkit-scrollbar {
  width: 3px !important;
  border-radius: 4px !important;
}
.tab-recent-content::-webkit-scrollbar-track,
.partners_data_height::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.tab-recent-content::-webkit-scrollbar-thumb,
.partners_data_height::-webkit-scrollbar-thumb {
  background-color: var(--main-yellow);
}
.home-padsml {
  padding-top: 14px;
}
.partners_data_height {
  max-height: calc(100vh - 288px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent var(--main-yellow);
}
.pay-txt-inpt {
  flex-wrap: wrap;
  column-gap: 17px;
  row-gap: 8px;
}
.pay-txt-inpt .dash-inpt-grp {
  width: 200px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  background-color: transparent !important;
}
.pay-txt-inpt .dash-inpt-grp input {
  background-color: white !important;
}
.price-tab .prc-tbl-cell {
  height: 92px !important;
  white-space: normal;
  word-break: break-all;
}
.price-tab .prc-hdr-cell {
  height: 120px !important;
}
.home_icon_size {
  font-size: 22px !important;
}
a.who-post-btn.higlt-btn.w45 {
  width: 145px;
}
.tab_country.sub_country_tab,
.tab_country.sub_country_tab.active {
  padding: 5px 7px 7px 7px !important;
}
.rcnt-post-inr .religion_show li h6 {
  padding: 12px 0px;
}
.search-list.srch-height2.search-home form {
  height: calc(100vh - 207px);
  overflow-y: auto;
  margin-top: 9px;
}
.home-fltrs {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 8px;
}
.trib-2ndcard-inr.trib-border-cards {
  height: 200px;
}
.trib-2ndcard-inr.trib-border-cards img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.owl-frame {
  position: relative;
}
.owl-frame .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0px;
  left: 0px;
  margin-top: 0px;
}
.owl-frame .owl-nav button {
  width: 32px;
  height: 32px;
  background: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  top: -16px;
  margin: 0px !important;
  position: absolute !important;
  left: -16px;
}
.owl-frame .owl-nav button span {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../images/chevron-left.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0;
}
.owl-frame .owl-nav button.owl-prev {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.owl-frame .owl-nav button.owl-next {
  transform: rotate(180deg);
  right: -16px;
  left: auto !important;
}
.dash-inpt-grp.label-trans label {
  width: calc(100% - 87px);
}
.rem-name-slct select,
.rem-name-slct .title-trans {
  width: calc(33% - 10px);
}
.frame-slct h4 {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}
.owl_tribute_new {
  height: fit-content !important;
}
.who-img-mn.p4-1fram {
  width: 300px;
  height: 413px;
  padding: 82px 37px 57px 40px;
}
.who-img-mn.p4-1fram img.mn-person-img {
  border-radius: 109px;
}
.who-img-mn.p3-2fram {
  width: 300px;
  height: 348px;
  padding: 46px 46px 46px 39px;
}
.who-img-mn.p3-1fram {
  width: 300px;
  height: 356px;
  padding: 17px 36px 41px 21px;
}
.who-img-mn.p3-1fram img.mn-person-img,
.who-img-mn.p3-2fram img.mn-person-img,
.who-img-mn.p1-3fram img.mn-person-img,
.who-img-mn.p1-2fram img.mn-person-img,
.who-img-mn.p1-1fram img.mn-person-img {
  border-radius: 160px;
}
.who-img-mn.p2-3fram {
  width: 300px;
  height: 295px;
  padding: 18px 64px 53px 64px;
}
.who-img-mn.p2-2fram img.mn-person-img,
.who-img-mn.p2-1fram img.mn-person-img {
  border-radius: 0px;
}
.who-img-mn.p2-2fram {
  width: 300px;
  height: 400px;
  padding: 26px 35px 66px 35px;
}
.who-img-mn.p2-1fram {
  width: 300px;
  height: 334px;
  padding: 36px 65px 64px 68px;
}
.who-img-mn.p1-3fram {
  width: 300px;
  height: 392px;
  padding: 61px 46px;
}
.who-img-mn.p1-2fram {
  width: 300px;
  height: 380px;
  padding: 46px 45px 46px 39px;
}
.who-img-mn.p1-1fram {
  width: 300px;
  height: 341px;
  padding: 54px 52px 50px 52px;
}
.slct-ext .select2-container .select2-arrow {
  display: none !important;
}
.slct-ext .select2-container .select2-choice {
  padding-right: 38px;
}
.process-modal .modal-header {
  padding-bottom: 0px !important;
  border-bottom: none;
}
.process-modal .modal-header h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #2a3b4b;
}
.process-modal #loader .spinner-border {
  width: 80px !important;
  height: 80px !important;
  border-width: 6px !important;
  color: var(--main-yellow) !important;
}
.process-modal #successMessage {
  border: 1px solid var(--main-blue);
  border-radius: 4px;
  padding: 5px 12px;
  background: #2c3e50;
  color: white;
  font-size: 13px;
  line-height: 1.4;
}
.send-diya-modal.process-modal .modal-content {
  background-size: 100% auto;
}
.tblw-5 {
  min-width: 7% !important;
  max-width: 7% !important;
}
.tblw-5.amunt {
  white-space: pre-wrap;
}
.tblw-150 {
  max-width: 10.65% !important;
  min-width: 10.65% !important;
}
.tblw-200 {
  max-width: 21.3% !important;
  min-width: 21.3% !important;
}
.tblw-100 {
  max-width: 7% !important;
  min-width: 7% !important;
}
.tblw-102 {
  max-width: 8% !important;
  min-width: 8% !important;
}
.google-map-input .frog-remem label span svg {
  top: 7px;
  left: 6px;
}
.mt-38 {
  margin-top: 30px !important;
}

.frog-remem.mt-38 label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #414750;
}

.country-content .tab-pane .list-inr .tab-content .tab-pane,
.religion-show-outer {
  max-height: calc(100vh - 314px);
  overflow-y: auto;
}
.religion-show-outer ul li {
  margin: 0px !important;
}

/* 21-03 */
.tbl-linklist {
  padding: 12px 0;
}
.tbl-linklist p {
  margin-bottom: 2px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--main-blue);
  text-align: center;
}
.tbl-linklist ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px !important;
}
.tbl-linklist ul:last-child {
  margin-bottom: 0px !important;
}
.tbl-linklist ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /*text-transform: capitalize;*/
  color: var(--main-yellow);
  text-align: center;
}
.tbl-linklist ul li h6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #465768;
  text-align: center;
}
.tbl-linklist ul li h6 svg {
  display: block;
  width: 17px;
  height: 17px;
}

.mod-publish-box {
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 18px 0px #00000026;
  padding: 12px;
  margin-bottom: 15px;
  display: block;
  border-radius: 14px;
}
.mod-publish-box h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--main-blue);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  gap: 6px;
}
.mod-publish-box h6 span {
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 0px 17px 0px #00000030;
  margin-right: 6px;
  margin-top: 3px;
}
.mod-publish-box h6 text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-transform: capitalize;
  color: #465768;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mod-publish-box h6 span svg {
  display: block;
  width: 18px;
  height: 18px;
}

p.mod-publish-day {
  margin-bottom: 2px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--main-blue);
}
.mod-publish-links {
  margin-bottom: 12px !important;
}
.mod-publish-links:last-child {
  margin-bottom: 0px !important;
}
.mod-publish-links li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* text-transform: capitalize; */
  color: var(--main-yellow);
  margin-bottom: 4px;
  width: 100%;
  display: block;
  white-space: pre-wrap;
  word-break: break-all;
}
.modal-dialog-publish {
  width: 800px !important;
  max-width: 98% !important;
}
/* 21-03 */
.dt-evnthd-rt{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.dt-evnbx-hdr .dt-evnthd-rt .direction-div {
	padding-left: 12px;
	border-left: 1px solid #d2d2d2;
}
.dt-evnthd-rt .call_designn a {
	color: #FFF;
}

.dt-evnthd-rt .call_designn a span {
	border: 1px solid #fff;
}
.dt-evnthd-rt .call_designn a span svg path{
    stroke: white;
}
.modal-upld-partnr h5.upld-pht-box {
	padding: 8px 17px;
}
.upld-photo-inr.modal-upld-partnr label {
	width: 364px;
	height: 38px;
	position: relative;
	max-width: 100%;
}
.upld-photo-inr.modal-upld-partnr .error {
	height: fit-content !important;
	top: 6px;
	margin-top: -5px;
	display: block;
}
.upld-photo-inr.modal-upld-partnr{
    margin-bottom: 14px;
    height: fit-content !important;
}
.trib-2ndcard-inr.card-hight-fit{
    background-color: #f7f7f7;
}
.trib-2ndcard-inr.card-hight-fit img{
    width: auto !important;
    height: 100% !important;
}
.price-tab .prc-collft .prc-tbl-cell {
	word-break: normal;
    font-size: 14px;
    padding: 7px 4px 7px 9px;
}
.prc-hdcell-wide .prc-hdr-cell .price-standard {
	margin-left: 0px !important;
    font-size: 12px !important;
}
.prc-hdcell-wide .prc-hdr-cell .hdr-cel-inr label {
	font-size: 14px;
}

.prc-hdcell-wide .prc-hdr-cell span.percent-prc {
	font-size: 14px;
    padding-left: 0px;
}
.display-style-header.display-style-tamil ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 6px;
  }
  .display-style-header.display-style-tamil ul li {
    width: 215px;
    max-width: 215px;
  }
.addon-inr-tamil.addon-inr text h5 {
	width: auto;
}
.place-slct-inr.prcng-srch.flex-wrap .dash-inpt-grp {
	width: calc(25% - 13.5px);
    /* flex-grow: 1; */
}
.place-slct-inr.prcng-srch.flex-wrap.dash-area-small .dash-inpt-grp {
	width: calc(36% - 13.5px);
}
.place-slct-inr.prcng-srch.flex-wrap .dash-inpt-grp.das-date-cls{
    width: 142px;
    max-width: 100%;
    flex-grow: 0;
}
.place-slct-inr.prcng-srch.flex-wrap .dash-inpt-grp select{
    padding-right: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 29-03-25 */
.privacy-page{
	padding: 70px 0;
	position: relative;
	z-index: 3;
}
.privacy-page::before{
	position: absolute;
	content: '';
	top: 0px;
left: 0px;
width: 100%;
height: 259px;
background: rgba(212, 175, 55, 0.25);
z-index: -1;
}

.privacy-page h1{
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height:1.3;
	text-align: center;
	text-transform: uppercase;
	color: #2a3b4b;
	margin-bottom:23px;
}
.prvc-disc-sec{
	width: 100%;
	border-radius: 20px;
	background-color: white;
	padding: 20px 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.prvc-disc-sec p{
	font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #606060;
}
.prvc-paper-inr {
  width: 100%;
  border-radius: 20px;
  background-color: white;
  padding: 20px 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.prvc-box{
  padding-bottom: 23px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 23px;
}
.prvc-box:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.prvc-box h2{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color:var(--main-blue);
  margin: 0 0 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.prvc-box h2 span{
  color: var(--main-yellow);
  display: block;
  width: 43px;
}
.prvc-box p{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #606060;
}
.prvc-box p a,
.prvc-box li a{
  color: var(--main-yellow);
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.prvc-box p a:hover{
  color: var(--main-blue);
}
.prvc-box h3{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #2a3b4b;
    margin-bottom: 5px;
}
.prvc-box ul{
  margin-bottom: 13px !important;
}
.prvc-box ul li{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #606060;
  margin-bottom: 3px;
  padding-left: 16px;
  position: relative;
}
.prvc-box ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #ababab;
}
.prvc-box text {
  padding-left:43px;
  display: block;
}
.prvc-cont{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
.prvc-cont svg{
  display: block;
  width: 24px;
  height: 24px;
}
/* 29-03-25 */
/* 26-02-25 */
.about-banner{
	width: 100%;
	z-index: 2;
	padding-top: 48px;
}
.about-bnr {
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 300px;
    z-index: -1;
}
.abt-bnr-txt {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.abt-bnr-txt text{
	padding: 20px 20px 94px 20px;
	border-radius: 20px 20px 0 0;
	background-color: #ffffff;
	border: 2px solid var(--main-yellow);
	border-bottom: none;
}
.abt-bnr-txt h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #2A3B4B;
    margin-bottom: 33px;
}
.abt-bnr-txt h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 16px 0;
}
.abt-bnr-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #858A92;
}
.abt-bnr-txt p br + br{
  display: block;
  content: '';
  margin-bottom: 6px;
  width: 100%;
  height: 1px;
}
.abt-bnr-txt p span {
  color: var(--main-blue);
  font-weight: 600;
  font-size: 17px;
}
.abt-sec1{
	padding: 70px 0;
}
.abt-sec-inr em {
    margin-top: -46px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.abt-sec-inr em img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.abt-sec1-text{
	margin-left: 30px;
}
.abt-sec1-text h5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1em;
    text-transform: capitalize;
    color: var(--main-yellow);
    gap: 14px;
    margin-bottom: 25px;
}
.abt-sec1-text h5 span{
display: block;
width: 130px;
height: 1px;
background-color: var(--main-yellow);
}
.abt-sec1-text h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: var(--main-blue);
    margin: 0 0 30px 0;
	display: block;
}
.abt-sec1-text h3 img {
    display: inline-block;
    margin: -22px 4px 0 4px;
}
.abt-sec1-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #484F57;
    margin: 0px 0 25px 0;
}
.abt-sec1-text p:last-child{
	margin: 0 0 0 0;
}
.mis-vis-sec{
	margin-top: 20px;
	padding: 20px 0 50px 0;
	position: relative;
	z-index: 3;
}
.mis-vis-sec::after {
    content: '';
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: calc(100% - 194px);
    background-color: #FEF8E3;
    z-index: -1;
    bottom: 0px;
}
.missec-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 30px 90px;
    /* background-color: #f5e9c1; */
	background-color: var(--main-blue);
    border-radius: 20px;
    margin-bottom: 40px;
}
.missec-top img.img-whatdo{
	display: block;
	width: auto;
	height: auto;
	max-width: 255px;
}
.missec-top h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0.5px;
    /* color: var(--main-blue); */
	color: white;
    display: block;
    text-align: center;
}
.missec-top h6{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.5px;
    /* color: var(--main-blue); */
	color: white;
}
.missec-btm {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
}
.mission-box {
    width: calc(50% - 20px);
    background-color: white;
    border-radius: 14px;
    padding: 30px 33px;
    box-shadow: 0px 0px 19px 0px #00000012;
}
.mission-box h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: var(--main-blue);
    margin: 0 0 16px 0;
    display: block;
    padding-left: 12px;
    border-left: 2px solid var(--main-yellow);
}
.mission-box p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #556063;
}

.apprch-inr {
    margin: 40px 0;
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #fefbf0;
    border: 2px solid #d4af3730;
}


.apprch-box h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--main-blue);
    margin-bottom: 6px;
}


.abt-product{
	background-color: var(--main-blue);
	padding: 60px 0;
}
.abr-prod-inr{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}
.abr-prod-inr h5{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 14px;
	color: white;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1em;
    text-transform: capitalize;
	margin-bottom: 21px;
}
.abr-prod-inr h5 span{
	display: block;
	width: 50px;
	height: 1px;
	background-color: white;
}
.abr-prod-inr h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0 0 16px 0;
}
.abr-prod-inr p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #ffffffd6;
    text-align: center;
	margin-bottom: 30px;
}
.abr-prod-inr a{
	margin: 0 auto;
	width: fit-content;
	display: block;
	border-radius: 6px;
    background: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--main-blue);
    gap: 4px;
    width: 150px;
	border: 1px solid var(--main-blue);
	padding: 12px;
}
.abr-prod-inr a:hover{
	background: var(--main-yellow);
	color: #fff;
}
.crft-vis {
    padding: 70px 0;
    background-color: #d4af370a;
}
.crft-vis-inr {
    border-radius: 23px;
    border: 5px solid #d4af3738;
    padding: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 16px 0px #00000014;
	background-color: white;
}
.crft-vis-img{
	display: block;
	width: auto;
	height: auto;
	max-width: 200px;
	margin-bottom: 35px;
}
.crft-vis-inr h2 {
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.crft-vis-inr h2 span{
	color: var(--main-yellow);
}
.crft-vis-inr h6 {
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.5px;
}
/* 26-02-25 */
/* faq */
.about-bnr.faq-bnr{
  height: 300px;
}
.display-style-header.faq-box::after{
  display: none;
}
.faq-box {
  margin-bottom: 30px;
  border: 1px solid #a9a9a945;
  box-shadow: none;
  border-radius: 20px;
}
.faq-box h3 {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d4af376e;
  width: fit-content;
  min-width: 300px;
  max-width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--main-yellow);
  position: relative;
}
.faq-box h3::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--main-yellow);
  border-radius: 0 3px 0 0;
}
.faq-accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 12px !important;
  overflow: hidden;
  border: 2px solid #d4af3730 !important;
}
.faq-accordion .accordion-item:last-child{
  margin-bottom: 0px;
}
.faq-accordion .accordion-item:hover {
  box-shadow: 0px 0px 20px 0px #d4af371c !important;
}
.faq-accordion .accordion-item h2.accordion-header{
  margin-bottom: 0px !important;
}
.faq-accordion .accordion-item h2.accordion-header button{
  padding: 14px 20px!important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;

  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align:left;
  letter-spacing: 0.01em;
  color: #2a3b4b;
}
.faq-accordion .accordion-button::after {
  content: '+';
  display: flex;
  width: 20px;
  height: 20px;
  background-image: none !important;
  font-size: 29px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
  content: '-';
  font-size: 40px;
}
.faq-accordion .accordion-body{
  padding-top: 0px;
}
.faq-accordion .accordion-body ul {
  list-style: decimal !important;
  list-style-position: inside !important;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}
.faq-accordion .accordion-body ul li{
  width: 100%;
  max-width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #556063;
}
.faq-accordion .accordion-body ul li::marker{
  font-weight: 800;
}
.faq-accordion .accordion-body p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #556063;
  text-align: left;
  margin-bottom: 0px;
}
.faq-accordion .accordion-body p a{
  color: var(--main-yellow);
}
.accordion-body .prvc-cont a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: var(--main-yellow);
  text-align: left;
  display: block;
  text-decoration: underline !important;
}
.accordion-body .prvc-cont a:hover{
  color: var(--main-yellow);
}
.faq-paper-inr{
  margin: 50px 0 90px 0;
}
/* faq */



/* about us */
.strng-sec {
  background-color: #2c3e501a;
  padding: 40px 0;
}
.strng-sec-inr h5 {
  display: block;
  width: min-content;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--main-blue);
}
.strng-sec-inr p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  color: #3e4042;
  padding-left: 20px;
  margin-left: 30px;
  border-left: 1px solid var(--main-blue);
  /* padding-top: 10px; */
  padding-bottom: 10px;
  width: calc(100% - 200px);
  flex-grow: 1;
}
.strng-sec-inr p br + br{
  display: block;
  content: '';
  margin-bottom: 6px;
  width: 100%;
  height: 1px;
}
.strng-sec-inr{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.connect-inr {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #0000001f;
  padding: 30px 40px;
  margin-top: 30px;
  background: linear-gradient(to top, #fdfaf2, white);
}
.connect-inr h5{
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--main-yellow);
  margin-bottom: 30px;
}
.connect-inr p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #3e4042;
}
.connect-inr h3{
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 700;
    border-top: 1px solid #cbcbcb;
    margin-top: 30px;
    color: var(--main-yellow);
    position: relative;
}
.connect-inr h3::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--main-yellow);
  outline: 5px solid white;
  border-radius: 50%;
}
.apprch-box text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}
.apprch-box h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--main-blue);
  margin-bottom: 6px;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.apprch-box h5::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0px;
  width: 3px;
  height: 100%;
  display: block;
  background-color: var(--main-yellow);
}

.apprch-bxarea{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
  flex-wrap: wrap;
}
.apprch-box {
    width: calc(50% - 15px);
    border-radius: 12px;
    background-color: white;
	padding: 12px 19px;
    box-shadow: 2px 2px 19px 0px #0000001a;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}
.apprch-box p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #484F57;
}

h2.approach-hdr{
	margin: 0 auto 37px auto;
	width: 900px;
	max-width: 100%;
	text-align: center;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color:var(--main-blue);
}
h2.approach-hdr span{
	color: var(--main-yellow);
  font-size: 16px;
}


.strng-sec .connect-inr{
  background: transparent !important;
  box-shadow: none !important;
}
.strng-sec .connect-inr h5{
  color: var(--main-blue);
}
.missec-top p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: white;
}
/* about us */
.pricing-content.pg-content h3{
    margin-bottom: 29px;
}
.pricing-content.pg-content p{
    font-size: 15px !important;
    line-height: 31px;
    width: 100%;
}
.pricing-content.pg-content ul{
    width: 100% !important;
    list-style: disc !important;
    padding-left: 16px !important;
}

.pg-frm-pricing {
	width: 100%;
	background: #ffffff;
	border: 1px solid #eceded;
	box-shadow: 0px 4px 4px rgba(2, 2, 2, 0.03);
	border-radius: 7px;
	padding: 24px 20px 33px 20px;
}
.part-logo-sec.part-name-area em {
	width: 76px;
	height: 76px;
	border-radius: 0%;
	/* background: #efefef; */
	overflow: hidden;
}
.part-logo-sec.part-name-area em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.trib-cards-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 11px;
}
.trib-cards-wrapper label .trib-list-card-inr{
    height: 100%;
}
.h-fit{
    height:fit-content !important;
}
.annc-box-center.annc-box {
	align-items: center;
}
.annc-box-center.annc-box em {
	width: 96px;
	height: 96px;
    margin: 0 auto 16px auto;
}
.annc-box-center.annc-box h5{
    text-align: center;
}
.annc-box-center.annc-box h6{
    justify-content: center;
}
.action_pop_image{
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:88px;
	height:88px;
	margin:20px auto 20px auto;
}
.action_pop_image img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.action_title{
	margin-bottom: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    color: #2a3b4b;
	text-align:center;
}
.action_text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #49566F;
    text-align: center;
    margin-bottom: 20px;
}
.action_text strong{
	font-size:22px;
	display:block;
	margin-top:3px;
	color:var(--main-blue);
}
.action_btns_sec{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	column-gap:12px;
	row-gap:6px;
}
.action_btns {
    display: block;
    width: fit-content;
    min-width: 90px;
    padding: 6px 14px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    color: white;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 4px;
}
.action_confirm{
	background-color:rgb(48, 133, 214);
}
.action_cancel{
	background-color:rgb(221, 51, 51);
}
.action_ok{
	background-color:#344f6b;
}

/*************template style**************/
.template_header_1{
	background-color:#2B302F !important;
	color:#ffffff !important;
}
.template_header_2{
	background-color:#2B2F2E !important;
	color:#ffffff !important;
}
.template_header_3{
	background-color:#71863B !important;
	color:#ffffff !important;
}
.template_header_4{
	background-color:#8C7B2B !important;
	color:#ffffff !important;
}
.template_header_5{
	background-color:#5B5F6A !important;
	color:#ffffff !important;
}
.template_header_6{
	background-color:#FDFFCA !important;
	color:#000000 !important;
}
.template_header_7{
	background-color:#C76B09 !important;
	color:#ffffff !important;
}
.template_header_8{
	background-color:#808080 !important;
	color:#ffffff !important;
}
.template_header_9{
	background-color:#1a61a8 !important;
	color:#ffffff !important;
}
.template_header_15{
	background-color:#622D4C !important;
	color:#ffffff !important;
}
.template_header_16{
	background-color:#33343e !important;
	color:#ffffff !important;
}
/*************template style**************/
.share_announcement_div {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
}
.st-custom-button[data-network] {
    /* background-color: #0ADEFF; */
    display: inline-block;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}
.st-custom-button[data-network] img{
	width:50px;

}
.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
	text-decoration: none;
}
.trib-type-box.trbtp-colmn{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.trib-type-box.trbtp-colmn a{
    margin-top: auto;
}
body.modal-open {
    overflow: hidden;
}
.lib-list-inr {
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #eee transparent;
	height: calc(100vh - 270px);
}
.template_scroll{
    overflow-x: scroll;
}
.template_scroll > .card_1{
    width: 700px;
}

/****************Editor Style****************/
.texteditor-center{
	text-align:center !important;
}
.texteditor-left{
	text-align:left !important;
}
.texteditor-right{
	text-align:right !important;
}
.texteditor-justify{
	text-align:justify !important;
}

.font-size-8pt { font-size: 8px; }
.font-size-10pt { font-size: 10px; }
.font-size-12pt { font-size: 12px; }
.font-size-14pt { font-size: 14px; }
.font-size-18pt { font-size: 18px; }
.font-size-24pt { font-size: 24px; }
.font-size-36pt { font-size: 36px; }
/****************Editor Style****************/
