@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
a {
  text-decoration: none;
}

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

.primary-btn {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #F8E03A;
  padding: 12px 32px;
  display: inline-block;
  border: 1px solid #F8E03A;
  background-color: transparent;
}
.primary-btn:hover {
  background: rgba(209, 189, 46, 0.2);
  border: 1px solid #F8E03A;
  color: #F8E03A;
}

.secondary-btn {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  padding: 12px 32px;
  background-color: #AD874D;
  color: white;
  display: inline-block;
}
.secondary-btn:hover {
  background: #656565;
}

.common-second-sec h6 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: #3C3C3C;
}
.common-second-sec p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
}

.common-form .form-control {
  border: 1px solid #9B9B9B;
  background: #F8F8F8;
  padding: 8px 16px;
  border-radius: 0;
  /* P/fields */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 187.5% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.common-form textarea {
  min-height: 201px;
}
.common-form .form-check {
  display: flex;
  gap: 16px;
  align-items: center;
}
.common-form .form-check .form-check-input {
  flex: 0 0 17px;
  border-radius: 0;
  border-color: #656565;
}
.common-form .form-check .form-check-input:checked {
  background-image: url(../images/check-box-click-icon.svg);
  background-size: auto;
  background-color: white;
}
.common-form .form-check .form-check-label {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: white;
}
.common-form .form-check .form-check-label a {
  color: #F8E03A;
  text-decoration: underline;
}
.common-form .form-file {
  position: relative;
}
.common-form .form-file::after {
  content: "upload a file";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  padding-left: 16px;
  background: url(../images/cloud_down.svg) no-repeat center right 16px;
  background-color: white;
  /* P/fields */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 187.5% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  line-height: 46px;
  vertical-align: middle;
}
.common-form .form-check.dark .form-check-label {
  color: #3C3C3C;
}
.common-form .form-check.dark .form-check-label a {
  text-decoration: none;
}
.common-form input[type=date] {
  position: relative;
}
.common-form input[type=date]::before {
  content: "Date of birth";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background: url(../images/date-icon.svg) no-repeat center right 13px;
  background-color: #F8F8F8;
  /* P/fields */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 187.5% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  line-height: 47px;
  padding-left: 16px;
  color: #3C3C3C;
}
.common-form select {
  background: url(../images/chevron-down.svg) no-repeat center right 19px !important;
  background-color: #F8F8F8 !important;
}
.common-form .apply-btn {
  background: #9B9B9B;
  color: white;
  padding: 16px 32px;
  border: 0;
  /* P/Button */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}

header {
  background: transparent;
  padding: 24px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
header .navbar-wrap {
  max-width: 1256px;
  margin: auto;
  position: relative;
}
header .navbar-wrap nav {
  display: flex;
  gap: 36px;
  justify-content: end;
}
header .navbar-wrap nav > a {
  /* P/Button */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  color: white;
}
header .navbar-wrap nav > a:hover {
  color: #F8E03A;
}
header .navbar-wrap nav a.active {
  color: #F8E03A;
}
header .navbar-wrap #gbp-dropdown {
  background-color: #3C3C3C;
  position: absolute;
  right: -19px;
  top: 76px;
}
header .navbar-wrap #gbp-dropdown a {
  display: inline-block;
  padding: 16px 38px;
  border-bottom: 2px solid rgba(156, 156, 156, 0.2);
  color: white;
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
}
header .navbar-wrap #gbp-dropdown a:hover {
  color: #F8E03A;
  background: #656565;
}
header .navbar-wrap .dropdown-icon-active {
  display: none;
}
header .navbar-wrap .gbp-btn[aria-expanded=true] {
  color: #F8E03A;
}
header .navbar-wrap .gbp-btn[aria-expanded=true] .dropdown-icon {
  display: none;
}
header .navbar-wrap .gbp-btn[aria-expanded=true] .dropdown-icon-active {
  display: inline !important;
}
header .navbar-wrap #cart-dropdown {
  position: absolute;
  top: 76px;
  right: -5px;
  max-width: 612px;
  width: 100%;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown {
  background: #3C3C3C;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  padding: 24px;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown .seo-items {
  padding: 24px 0;
  border-bottom: 2px solid rgba(156, 156, 156, 0.2);
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown h4 {
  /* Heading/H3 */
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px; /* 129.688% */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: white;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(156, 156, 156, 0.2);
  text-align: center;
  margin-bottom: 0;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown h5 {
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  margin-bottom: 6px;
  color: white;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown h6 {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: white;
  margin-bottom: 0;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown .Total-wrap {
  margin: 24px 0;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown .Total-wrap h4 {
  border: 0;
  padding: 0;
}
header .navbar-wrap #cart-dropdown .my-cart-dropdown .proceed-btn {
  padding: 12px 0;
  display: block;
  border: 1px solid #F8E03A;
  text-align: center;
  color: #F8E03A;
  /* P/Button */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}

header.active {
  background: #3C3C3C;
  border-bottom: 1px solid #AD874D;
}

.common-header {
  background: #3C3C3C !important;
  position: sticky;
}

section p {
  height: 100vh;
}

footer {
  background: url(../images/footer-bg.png) no-repeat center center;
  background-size: cover;
  background-color: white;
}
footer .footer-wrap {
  max-width: 1254px;
  margin: auto;
  padding: 40px 0;
}
footer .footer-wrap .footer-flex {
  display: flex;
  gap: 80px;
  margin-bottom: 40px;
}
footer .footer-wrap .footer-flex .footer-items {
  width: 289px;
}
footer .footer-wrap .footer-flex .footer-items h5 {
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #3C3C3C;
  margin-bottom: 16px;
}
footer .footer-wrap .footer-flex .footer-items a,
footer .footer-wrap .footer-flex .footer-items address {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
  margin-bottom: 8px;
  display: block;
}
footer .footer-wrap .footer-flex .footer-items:last-child {
  margin-left: auto;
}
footer .footer-wrap .footer-bottom {
  padding: 7px 0px;
}
footer .footer-wrap .footer-bottom a {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
  margin-right: 16px;
}
footer .footer-wrap .footer-bottom span {
  /* P/Smaller */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  color: #656565;
}

.home-top-sec {
  position: relative;
}
.home-top-sec video {
  width: 100%;
}
.home-top-sec .home-top-content {
  text-align: center;
  max-width: 1007px;
  width: 100%;
  position: absolute;
  bottom: 168px;
  left: 50%;
  transform: translateX(-50%);
}
.home-top-sec .home-top-content h1 {
  /* Heading/H1 */
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 140.625% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 16px;
}
.home-top-sec .home-top-content p {
  color: #F8F8F8;
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  max-width: 771px;
  margin: auto;
  margin-bottom: 32px;
}

.our-team-sec {
  background: url(../images/our-team-bg.png) no-repeat bottom right;
  background-size: cover;
  position: relative;
  padding: 160px 0;
}
.our-team-sec .our-team-container {
  max-width: 1256px;
  margin: auto;
}
.our-team-sec .our-team-container .our-team-right-img {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.our-team-sec .our-team-container .our-team-content {
  max-width: 540px;
  padding: 40px 24px;
}
.our-team-sec h3 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: #3C3C3C;
  margin-bottom: 30px;
}
.our-team-sec p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  margin-bottom: 30px;
  color: #656565;
}

.marketing-sec {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.marketing-sec .marketing-content {
  max-width: 926px;
  padding: 131px 0;
  margin-left: auto;
  justify-content: end;
  align-items: center;
  display: flex;
  gap: 80px;
}
.marketing-sec .marketing-content h4 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  width: 305px;
  color: #3C3C3C;
  margin-bottom: 0;
}
.marketing-sec .marketing-content .marketing-text-wrap {
  width: 541px;
}
.marketing-sec .marketing-content .marketing-text-wrap p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
  margin-bottom: 32px;
}
.marketing-sec .marketing-left-img {
  position: absolute;
}

.social-media-sec {
  position: relative;
}
.social-media-sec video {
  width: 100%;
}
.social-media-sec .social-media-content {
  position: absolute;
  width: 100%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.social-media-sec .social-media-content h4 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.social-media-sec .social-media-content p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  margin-bottom: 24px;
  color: #F4F4F4;
}

.few-queries-sec {
  padding: 165px 0;
  background: url(../images/few-queries-sec-bg.png) no-repeat left bottom;
  background-size: cover;
  position: relative;
}
.few-queries-sec .few-right-img {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.few-queries-sec .few-queries-content {
  max-width: 1256px;
  margin: auto;
}
.few-queries-sec .few-queries-content .common-second-sec {
  max-width: 540px;
}
.few-queries-sec .few-queries-content .common-second-sec h6 {
  margin-bottom: 30px;
  color: #3C3C3C;
}
.few-queries-sec .few-queries-content .common-second-sec p {
  margin-bottom: 30px;
  color: #656565;
}

.marketing-growth-sec {
  padding: 122px 0;
  background: url(../images/marketing-bottom-sec-img.png) no-repeat center center;
  background-size: cover;
}
.marketing-growth-sec .marketing-growth-content {
  padding: 64px;
  background: rgba(0, 0, 0, 0.7);
  max-width: 1198px;
  margin: auto;
}
.marketing-growth-sec .marketing-growth-content .marketing-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.marketing-growth-sec .marketing-growth-content .marketing-content h4 {
  flex: 1 1 auto;
  width: 411px;
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}
.marketing-growth-sec .marketing-growth-content .marketing-content .marketing-text-wrap {
  flex: 1 1 auto;
  width: 619px;
}
.marketing-growth-sec .marketing-growth-content .marketing-content .marketing-text-wrap p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #F4F4F4;
  margin-bottom: 24px;
}

.about-welcome-sec .home-top-content {
  max-width: 720px;
  bottom: unset !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.about-welcome-sec .home-top-content h1 {
  margin-bottom: 32px;
}
.about-welcome-sec .home-top-content p {
  margin-bottom: 32px;
}

.common-left-sec {
  display: flex;
  align-items: center;
}
.common-left-sec .common-left-sec-content,
.common-left-sec .common-sec-img {
  flex: 1 1 50%;
}
.common-left-sec .common-left-sec-content .common-second-sec {
  max-width: 540px;
  margin-left: auto;
  margin-right: 87px;
}
.common-left-sec .common-right-sec-content .common-second-sec {
  max-width: 540px;
  margin-left: 87px;
  margin-right: auto;
}

.about-bottom-video-wrap {
  margin-top: 40px;
}
.about-bottom-video-wrap video {
  width: 100%;
}

.contact-page-sec {
  background: url(../images/contact-top-bg.png) no-repeat center center;
  background-size: cover;
  padding: 186px 0;
}
.contact-page-sec .contact-main {
  max-width: 1296px;
  width: 100%;
  margin: auto;
}
.contact-page-sec .contact-main .contact-left {
  max-width: 620px;
}
.contact-page-sec .contact-main .contact-left .contact-left-wrap {
  margin-bottom: 40px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.contact-page-sec .contact-main .contact-left .contact-left-wrap h5 {
  /* Heading/H1 */
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 140.625% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  margin-bottom: 24px;
}
.contact-page-sec .contact-main .contact-left .contact-left-wrap p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  text-align: center;
  margin-bottom: 24px;
  color: #F8F8F8;
}
.contact-page-sec .contact-main .contact-left .contact-left-wrap h6 {
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #F8E03A;
  margin-bottom: 16px;
}
.contact-page-sec .contact-main .contact-left .contact-left-wrap a {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #F8F8F8;
}
.contact-page-sec .contact-main .contact-left .our-clients-wrap {
  text-align: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.contact-page-sec .contact-main .contact-left .our-clients-wrap h4 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: white;
}
.contact-page-sec .contact-main .contact-left .our-clients-wrap p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  margin-bottom: 24px;
  color: #F8F8F8;
}
.contact-page-sec .contact-main .contact-right {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  max-width: 636px;
  margin-left: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.contact-page-sec .contact-main .contact-right h5 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
.contact-page-sec .contact-main .contact-right .btn-wrap {
  gap: 24px;
}
.contact-page-sec .contact-main .contact-right .btn-wrap button {
  flex: 1 1 100%;
}

.faqs-content {
  position: relative;
  background: url(../images/faqbg.png) no-repeat left center;
}
.faqs-content .faq-right-img {
  position: absolute;
  top: 0;
  right: 0;
}
.faqs-content .faqs-content-wrap {
  padding: 80px 0;
  max-width: 1256px;
  width: 100%;
  margin: auto;
}
.faqs-content .faqs-content-wrap h1 {
  /* Heading/H1 */
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 140.625% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
  color: #3C3C3C;
  margin-bottom: 51px;
}
.faqs-content .faq-content-main {
  max-width: 729px;
}

.accordion {
  padding: 0;
}
.accordion .accordion-item {
  margin-bottom: 24px;
  border-radius: 0px;
  background: #F4F4F4;
  border: 0;
}
.accordion .accordion-item button {
  padding: 16px 24px;
  background: transparent;
  box-shadow: unset;
}
.accordion .accordion-item button span {
  color: #0E0E0E;
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  max-width: 693px;
}
.accordion .accordion-item button[aria-expanded=true]::after {
  background-image: url(../images/faq-cross-img.svg);
}
.accordion .accordion-item button[aria-expanded=false]::after {
  background-image: url(../images/faq-open-img.svg) !important;
}
.accordion .accordion-item:has(button[aria-expanded=true]) {
  background: #AD874D;
}
.accordion .accordion-item:has(button[aria-expanded=true]) * {
  color: white;
}
.accordion .accordion-body {
  padding: 16px 24px 24px 24px;
}
.accordion .accordion-body p {
  margin-bottom: 0;
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #0E0E0E;
  position: relative;
}
.accordion .accordion-body p::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background-color: #F8E03A;
}

.search-engine-wrap {
  padding: 105px 0;
}
.search-engine-wrap .search-wrap {
  max-width: 1256px;
  margin: auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.search-engine-wrap .search-items {
  flex: 1 1 449px;
  border: 1px solid #9B9B9B;
  background: #F4F4F4;
  position: relative;
  overflow: hidden;
}
.search-engine-wrap .search-items .serch-engine-top-sec {
  padding: 40px;
  text-align: center;
}
.search-engine-wrap .search-items .serch-engine-top-sec h4 {
  /* Heading/H3 */
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px; /* 129.688% */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #AD874D;
  margin-bottom: 47px;
}
.search-engine-wrap .search-items .serch-engine-top-sec p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
  margin-bottom: 0;
}
.search-engine-wrap .search-items .serch-engine-back-sec {
  position: absolute;
  top: 100%;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: #3C3C3C;
  text-align: center;
}
.search-engine-wrap .search-items .serch-engine-back-sec h4 {
  /* Heading/H3 */
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px; /* 129.688% */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 47px;
}
.search-engine-wrap .search-items:hover .serch-engine-back-sec {
  top: 0;
}

.service-top-sec .home-top-content {
  max-width: 850px;
}

.what-SEO-sec {
  background: url(../images/what-seo-bg.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0 115px 0;
  border: 16px solid #F8F8F8;
}
.what-SEO-sec .what-seo-content {
  max-width: 1164px;
  margin: auto;
}
.what-SEO-sec .what-seo-content h5 {
  text-align: center;
  margin-bottom: 44px;
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: #3C3C3C;
}
.what-SEO-sec .what-seo-content p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
}
.what-SEO-sec .what-seo-content .what-seo-flex {
  display: flex;
  gap: 64px;
}

.with-border-sec {
  align-items: unset;
}
.with-border-sec .common-left-sec-content {
  border: 16px solid #F8F8F8;
  background: #FFF;
  display: flex;
  align-items: center;
}
.with-border-sec .common-sec-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.how-work-sec {
  position: relative;
}
.how-work-sec video {
  height: 572px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.how-work-sec .how-work-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 76%;
  width: 100%;
}
.how-work-sec .how-work-content h5 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: white;
  text-align: center;
}
.how-work-sec .how-work-content > p {
  /* Paragraph_1_Regular */
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 165% */
  letter-spacing: -0.3px;
  color: #F4F4F4;
  text-align: center;
  max-width: 983px;
  margin: auto;
  margin-bottom: 40px;
}
.how-work-sec .how-work-content .how-work-flex {
  display: flex;
  gap: 48px;
}
.how-work-sec .how-work-content .how-work-flex .how-work-items {
  padding: 24px;
  border: 1px solid #0E0E0E;
  background: #FFF;
  text-align: center;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.how-work-sec .how-work-content .how-work-flex .how-work-items h6 {
  /* Heading/H3 */
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px; /* 129.688% */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: #0E0E0E;
}
.how-work-sec .how-work-content .how-work-flex .how-work-items p {
  /* Paragraph_1_Regular */
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 165% */
  letter-spacing: -0.3px;
  color: #656565;
  margin-bottom: 0;
}

.need-here {
  background: url(../images/need-here-bg.png) no-repeat center center;
  background-size: cover;
  padding: 52px 0;
}
.need-here .need-here-wrap {
  max-width: 752px;
  margin: auto;
  padding: 64px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.need-here .need-here-wrap h6 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  margin-bottom: 16px;
}
.need-here .need-here-wrap p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  text-align: center;
  color: #F8F8F8;
  margin-bottom: 32px;
}
.need-here .need-here-wrap .btn-wrap {
  gap: 24px;
}
.need-here .need-here-wrap .btn-wrap button {
  flex: 1 1 100%;
}

.pricing-Packages-sec {
  padding: 64px 0;
}
.pricing-Packages-sec h6 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #3C3C3C;
  text-align: center;
}
.pricing-Packages-sec .swipe-info {
  color: #1E1E1E;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 206.25% */
  letter-spacing: -0.24px;
  color: #000;
  margin: 0px 0 8px 0;
}
.pricing-Packages-sec .pricing-package-wrap {
  max-width: 1606px;
  margin: auto;
}
.pricing-Packages-sec .nav-tabs {
  border: 0;
  margin-bottom: 40px;
}
.pricing-Packages-sec .nav-tabs .nav-link {
  padding: 16px 54px;
  /* P/Button */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  border: 1px solid #D0D0D0;
  border-radius: 0;
  color: #3C3C3C;
  background-color: #F4F4F4;
}
.pricing-Packages-sec .nav-tabs .nav-link.active {
  color: white;
  background-color: #AD874D;
}
.pricing-Packages-sec .table {
  border-radius: 4px;
  background: #FFF;
}
.pricing-Packages-sec .table thead th {
  background: #656565;
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: white;
  padding: 8px 0;
  text-align: center;
  text-transform: capitalize;
}
.pricing-Packages-sec .table tbody tr {
  border: 0 solid transparent;
}
.pricing-Packages-sec .table tbody tr:nth-child(odd) td {
  background: #F4F4F4;
}
.pricing-Packages-sec .table tbody tr td {
  text-align: center;
  padding: 14px 0;
  vertical-align: middle;
}
.pricing-Packages-sec .table tbody tr td:first-child {
  text-align: left;
  /* P/Smaller */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  padding: 14px 16px;
}
.pricing-Packages-sec .table tbody .price-list td {
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #3C3C3C;
  text-align: center;
}
.pricing-Packages-sec .table tfoot td {
  background: #fff;
  padding: 20px 0;
  border-bottom: 0px solid #D0D0D0;
  text-align: center;
}
.pricing-Packages-sec .table tfoot td a {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  padding: 12px 32px;
  background-color: #AD874D;
  color: white;
  display: inline-block;
  text-decoration: none;
}

#addtocart .cross-modal,
#forgot-modal .cross-modal {
  position: absolute;
  top: 16px;
  right: 16px;
}
#addtocart .modal-dialog,
#forgot-modal .modal-dialog {
  max-width: 559px;
}
#addtocart .modal-content,
#forgot-modal .modal-content {
  border-radius: 0;
  padding: 64px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
#addtocart h6,
#forgot-modal h6 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
#addtocart .btn-wrap,
#forgot-modal .btn-wrap {
  margin-top: 32px;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.error-sec {
  padding: 155px 0;
  background: url(../images/error-bg.png) no-repeat center center;
  background-size: cover;
}
.error-sec .error-wrap {
  max-width: 714px;
  margin: auto;
  padding: 80px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.error-sec .error-wrap p {
  color: white;
  margin: 24px 0 32px 0;
}

.term-condition-sec {
  padding: 76px 0;
  background: url(../images/term-condition.png) no-repeat 0px -100px;
  background-size: 100%;
}
.term-condition-sec .term-para-wrap {
  max-width: 1134px;
  margin: auto;
}
.term-condition-sec .term-para-wrap h1 {
  /* Heading/H1 */
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 140.625% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
  color: #3C3C3C;
  margin-bottom: 48px;
  text-align: center;
}
.term-condition-sec .term-para-wrap p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #656565;
}

.login-wrap {
  padding: 80px 0;
  background: url(../images/login-wrap.png) no-repeat center center;
  background-size: cover;
}
.login-wrap .login-content {
  max-width: 1128px;
  margin: auto;
}
.login-wrap .login-content .login-items {
  max-width: 544px;
  padding: 40px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.login-wrap .login-content .login-items h2 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 32px;
}
.login-wrap .login-content .login-items .common-form {
  margin-top: 32px;
}
.login-wrap .login-content .login-items .common-form button {
  margin-bottom: 16px;
}
.login-wrap .login-content .login-items .common-form a {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #005BB9;
}
.login-wrap .login-content .login-items .common-form .form-check {
  margin-bottom: 32px;
}

#forgot-modal .modal-dialog {
  max-width: 575px;
}
#forgot-modal .modal-dialog h6 {
  margin-bottom: 16px;
}
#forgot-modal .modal-dialog p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: white;
  margin-bottom: 32px;
}
#forgot-modal .modal-dialog .common-form {
  margin-top: 32px;
}
#forgot-modal .modal-dialog .common-form .form-control {
  margin-bottom: 24px;
}

.reset-password-sec p {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  color: #3C3C3C;
  margin-bottom: 32px;
  text-align: center;
}

.checkout-sec {
  padding: 80px 0;
  padding: 80px 0;
  background: url(../images/login-wrap.png) no-repeat center center;
  background-size: 100%;
}
.checkout-sec .checkout-wrap {
  max-width: 1254px;
  margin: auto;
  display: flex;
  gap: 66px;
}

.billing-Details {
  width: 544px;
  flex: 1 1 auto;
  padding: 40px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.billing-Details h2 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  margin-bottom: 19px;
  text-align: center;
  color: #3C3C3C;
}
.billing-Details .form-check a {
  color: #005BB9 !important;
  text-decoration: underline !important;
}
.billing-Details .billing-Details-form {
  margin-top: 19px;
}

.order-Summary-sec {
  flex: 1 1 auto;
  width: 664px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
.order-Summary-sec h2 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  margin-bottom: 32px;
  text-align: center;
  color: #3C3C3C;
}
.order-Summary-sec .order-items {
  margin: 32px 0;
}
.order-Summary-sec .order-items h4 {
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #3C3C3C;
  margin-bottom: 0;
}
.order-Summary-sec .order-items h6 {
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #656565;
  margin-bottom: 0;
}
.order-Summary-sec .order-items h5 {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  margin-bottom: 0;
  color: #656565;
}
.order-Summary-sec .total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
}
.order-Summary-sec .total-wrap h6 {
  color: #3C3C3C;
  /* Heading/H3 */
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px; /* 129.688% */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.order-Summary-sec .discount-code-wrap {
  display: flex;
  margin: 32px 0;
  gap: 16px;
}
.order-Summary-sec .discount-code-wrap .apply-btn {
  display: block;
  width: 184px;
}
.order-Summary-sec .marster-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.order-Summary-sec .marster-wrap .marster-img {
  border-radius: 8px;
  background: lightgray 0.473px 0px/99.637% 100% no-repeat;
  box-shadow: 0px 10px 20px 0px rgba(72, 75, 99, 0.3);
}

.payment-sec .order-Summary-sec {
  max-width: 664px;
  width: 100%;
  margin: auto;
}
.payment-sec .paryment-para {
  /* P/Standard */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.5px; /* 146.875% */
  letter-spacing: -0.24px;
  text-align: center;
  color: #656565;
  margin-bottom: 32px;
}
.payment-sec .apply-btn {
  padding: 12px 0;
  text-align: center;
}

.payment-failed .red-color {
  color: #C81414 !important;
}

.dashboard-wrap {
  padding: 80px 0;
  background: url(../images/login-wrap.png) no-repeat 0px 0px;
  background-size: 100%;
}
.dashboard-wrap .dashboard-top {
  max-width: 648px;
  margin: auto;
}
.dashboard-wrap .dashboard-top h1 {
  /* Heading/H1 */
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 140.625% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: #3C3C3C;
  text-align: center;
}
.dashboard-wrap .dashboard-top .dashboard-tab {
  display: flex;
  justify-content: center;
}
.dashboard-wrap .dashboard-top .dashboard-tab a {
  display: inline-block;
  padding: 16px;
  /* P/Button */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  flex: 1 1 100%;
  border: 1px solid #D0D0D0;
  background: #F4F4F4;
  color: #3C3C3C;
  text-align: center;
}
.dashboard-wrap .dashboard-top .dashboard-tab a.active {
  border: 1px solid #121010;
  background: #3C3C3C;
  color: white;
}
.dashboard-wrap .account-Details-sec {
  padding: 40px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  max-width: 912px;
  margin: auto;
  margin-top: 64px;
}
.dashboard-wrap .account-Details-sec h4 {
  /* Heading/H2 */
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 145.652% */
  letter-spacing: -0.69px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 32px;
}
.dashboard-wrap .account-Details-sec button {
  margin-top: 32px;
}
.dashboard-wrap .dashboard-table {
  margin-top: 64px;
  overflow: auto;
}
.dashboard-wrap .dashboard-table .table {
  margin: auto;
  width: 1201px;
}
.dashboard-wrap .dashboard-table thead th {
  padding: 8px 16px;
  background: #656565;
  color: white;
  /* Heading/H4 */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 172.917% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  width: 20%;
}
.dashboard-wrap .dashboard-table tbody td {
  /* P/Smaller */
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  color: #656565;
  padding: 8px 16px;
  height: 76px;
  vertical-align: middle;
  border: 1px solid #D0D0D0;
}
.dashboard-wrap .dashboard-table tbody td:last-child {
  border: 0;
  padding: 8px 24px;
}
.dashboard-wrap .dashboard-table tbody .gary-bg td {
  background: #F4F4F4;
}
.dashboard-wrap .dashboard-table tbody .gary-bg td:last-child {
  background: none;
}

.faq-content h6 {
  color: #3C3C3C;
}
.faq-content p {
  color: #656565;
}

.para h6 {
  color: #3C3C3C;
}
.para p {
  color: #656565;
}

.stayingahead {
  margin-top: -7px;
}

.few-queries-content p {
  color: #656565;
}/*# sourceMappingURL=style.css.map */