@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Onest:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

@media (max-width: 768px) {
    .dropdown-menut {
        width: 90vw;
        max-width: 650px;
    }
.currency-btnt {
    margin-left: auto;
}
.currency-itemt {
    padding: 6px!important;
    gap:6px!important;
}
.codet,.icont,.namet {
    font-size: 10px!important;
}
.checkt {
    width: 8px!important;
    height: 8px!important;
}
}

.icont {
    width: 20px;
    color: #000;
text-align: center;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 22.4px */
    flex-shrink: 0;
}

.currency-infot {
    flex: 1;
}

.codet {
    text-align: left;
    color: #0F172A;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 22.4px */
margin-bottom: 0px;
}

.namet {
      text-align: left;
    color: #64748B;
font-family: Manrope;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;

margin-bottom: 0px;
}
.currency-itemt {
    display: flex;
    align-items: center;

    padding: 12px;
    border-radius: 8px;

    cursor: pointer;
    transition: all 0.25s ease;
  gap: 12px;
}
.checkt {
    display: none;
     width: 16px;
    height: 16px;
    margin-left: auto;
}

.currency-btnt {
    width: 44px;
height: 44px;
padding: 10px;
   border-radius: 12px;
border: 1px solid #DCD4B9;
background: #FAF8F2;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.currency-btnt:hover {
    background: #E8E2D0;

}

.currency-btnt.active {
     background: #E8E2D0;
   border: 1px solid #C49F3A;
}

.currency-symbolt {
    color: #0F172A;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.currency-itemt.activet .checkt {
        display:block;
}
.currency-itemt:hover {
    background: #F8F8F8;
}

.currency-itemt.activet {
    background: #FAF8F2;
}
.primary-btn {
  display: inline-block;
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #F9F9F9;
  padding: 16px 32px;
  background: #DD6013;
  margin: 4px;
  outline: 1px solid #3C3C3C;
  outline-offset: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.primary-btn::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../images/primary-hover-circle.svg) no-repeat center;
  background-size: cover;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.primary-btn:hover::after {
  width: 363px;
  height: 363px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.secondary-btn {
  display: inline-block;
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #20201E;
  padding: 16px 32px;
  background: #D8CBB8;
  margin: 4px;
  outline: 1px solid #D8CBB8;
  outline-offset: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.secondary-btn::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../images/secondary-hover-circle.svg) no-repeat center;
  background-size: cover;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.secondary-btn:hover {
  outline: 1px solid #FAF8F2;
}
.secondary-btn:hover::after {
  width: 363px;
  height: 363px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.white-btn {
  display: inline-block;
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #20201E;
  padding: 16px 32px;
  background: transparent;
  margin: 4px;
  outline: 1px solid #20201E;
  outline-offset: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.white-btn::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../images/primary-hover-circle.svg) no-repeat center;
  background-size: cover;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.white-btn:hover {
  color: white;
}
.white-btn:hover::after {
  width: 363px;
  height: 363px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.red-btn {
  display: inline-block;
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #F9F9F9;
  padding: 16px 32px;
  background: #C81414;
  margin: 4px;
  outline: 1px solid #3C3C3C;
  outline-offset: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.red-btn::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../images/primary-hover-circle.svg) no-repeat center;
  background-size: cover;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.red-btn:hover::after {
  width: 363px;
  height: 363px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-cta {
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.para {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.heading-1 {
  /* Heading/H1 */
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 82.8px */
  letter-spacing: 1.08px;
  text-transform: capitalize;
}

.heading-2 {
  /* Heading/H2 */
  font-family: "Playfair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
  letter-spacing: 0.84px;
  text-transform: capitalize;
}

.heading-4 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

.heading-3-Alt {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

.subtitle {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  padding: 13px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #DD6013;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 1.76px;
  text-transform: uppercase;
  border-radius: 10px;
  background: rgba(245, 87, 51, 0.1);
}

.common-form .form-label {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #20201E;
  font-weight: 700;
}
.common-form .form-control {
  border: 1px solid #D0D0D0;
  background: #FFF;
  border-radius: 0;
  padding: 16px;
  color: #20201E;
  max-height: 48px;
  /* P/Standard */
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.common-form .form-control::-moz-placeholder {
  opacity: 0.5;
}
.common-form .form-control::placeholder {
  opacity: 0.5;
}
.common-form .info {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #9B9B9B;
  margin-top: 8px;
  margin-bottom: 0;
}
.common-form textarea {
  min-height: 130px;
}
.common-form .form-check {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.common-form .form-check .form-check-input {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 2px solid #20201E;
}
.common-form .form-check .form-check-input:checked {
  border: 2px solid #DD6013;
  background: url(../images/check-icon.svg) no-repeat center;
}
.common-form .form-check .form-check-label {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #20201E;
  padding: 0;
  margin: 0;
}
.common-form .form-check .form-check-label a {
  font-weight: 700;
  color: #1E78D6;
}
.common-form .form-select {
  background: url(../images/drop-down-icon.svg) no-repeat center right 16px;
  background-color: white;
}

.terms-hdng br {
  display: none;
}

header {
  border-bottom: 1px solid #20201E;
  background: #FAF8F2;
  padding: 24px 0;
  position: relative;
  z-index: 999;
}
header .desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .desktop-header .main-menu {
  display: flex;
  align-items: center;
  gap: 56px;
}
header .desktop-header .main-menu a {
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #20201E;
}
header .desktop-header .main-menu a.active {
  color: #DD6013;
}
header .desktop-header .main-menu a:hover {
  color: #DD6013;
}
header .desktop-header .right-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
/*header .desktop-header .right-menu a {*/
  /* P/CTA */
/*  font-family: "Manrope", sans-serif;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: normal;*/
/*  text-transform: uppercase;*/
/*  color: #20201E;*/
/*}*/
header a[aria-expanded=false] .inactive {
  display: inline-block;
}
header a[aria-expanded=false] .active {
  display: none;
}
header a[aria-expanded=true] {
  color: #DD6013 !important;
}
header a[aria-expanded=true] .inactive {
  display: none;
}
header a[aria-expanded=true] .active {
  display: inline-block;
}
#usd-dropdown .card-body {
        border: 0px;
        padding: 6px;
}   
header #usd-dropdown {
  position: absolute;
  top: 50px;
  left: -174%;
  transform: translateX(-50%);
   width: 260px;
    padding: 8px;

    border-radius: 16px;
/* border: 1px solid #E5E7EB; */
background: #FFF;
box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);}
header #usd-dropdown .card {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
/*header #usd-dropdown .usd-links a {*/
/*  display: block;*/
/*  padding: 16px;*/
/*  text-align: center;*/
  /* P/CTA */
/*  font-family: "Manrope", sans-serif;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: normal;*/
/*  text-transform: uppercase;*/
/*  color: #20201E;*/
/*}*/

header .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile-header .shopping-cart-sm {
  position: relative;
}
header .mobile-header .shopping-cart-sm .cart-num {
  display: flex;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  background: #DD6013;
  color: var(--Neutral-300, #FBFBFB);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mobile-model .modal-header {
  border-bottom: 1px solid #20201E;
  background: #FAF8F2;
}
#mobile-model a[aria-expanded=false] .inactive {
  display: inline-block;
}
#mobile-model a[aria-expanded=false] .active {
  display: none;
}
#mobile-model a[aria-expanded=true] {
  color: #DD6013 !important;
}
#mobile-model a[aria-expanded=true] .inactive {
  display: none;
}
#mobile-model a[aria-expanded=true] .active {
  display: inline-block;
}
/*#mobile-model #usd-dropdown {*/
/*  border: 1px solid #20201E;*/
/*  margin-top: 16px;*/
/*}*/
/*#mobile-model #usd-dropdown .card {*/
/*  padding: 0;*/
/*  border-radius: 0;*/
/*  border: 0;*/
/*  background: #FAF8F2;*/
/*}*/
/*#mobile-model #usd-dropdown .usd-links a {*/
/*  display: block;*/
/*  padding: 16px;*/
/*  text-align: center;*/
  /* P/CTA */
/*  font-family: "Manrope", sans-serif;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: normal;*/
/*  text-transform: uppercase;*/
/*  color: #20201E;*/
/*}*/
/*#mobile-model #usd-dropdown .usd-links a:hover {*/
/*  background: linear-gradient(0deg, rgba(245, 87, 51, 0.1) 0%, rgba(245, 87, 51, 0.1) 100%), rgba(221, 96, 19, 0.1);*/
/*  color: #DD6013;*/
/*}*/
#mobile-model .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-model .modal-header .shopping-cart-sm {
  position: relative;
}
#mobile-model .modal-header .shopping-cart-sm .cart-num {
  display: flex;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  background: #DD6013;
  color: var(--Neutral-300, #FBFBFB);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#mobile-model .modal-content {
  background: transparent;
}
#mobile-model .mobile-menu {
  max-width: 182px;
  margin-left: auto;
  background: #FAF8F2;
  text-align: end;
  padding: 24px;
  box-shadow: -21px 4px 21px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#mobile-model .mobile-menu .mobile-link {
  color: #20201E;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
}

footer {
  background: url(../images/footer-wrapper-img.png) no-repeat center;
  background-size: cover;
  min-height: 376px;
  padding: 48px 0;
}
footer .footer-wrapper .footer-top-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #656565;
  padding-bottom: 24px;
}
footer .footer-wrapper .footer-top-section .footer-right-section {
  display: flex;
  gap: 80px;
}
footer .footer-wrapper .footer-top-section .footer-right-section .footer-menu-section {
  text-align: end;
}
footer .footer-wrapper .footer-top-section .footer-right-section .footer-menu-section .heading-4 {
  color: white;
}
footer .footer-wrapper .footer-top-section .footer-right-section .footer-menu-section .footer-link {
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #D8CBB8;
  display: inline-block;
}
footer .footer-wrapper .footer-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
footer .footer-wrapper .footer-bottom-section .para {
  color: #D8CBB8;
}
footer .footer-wrapper .footer-bottom-section .footer-bottom-link {
  display: flex;
  gap: 24px;
}
footer .footer-wrapper .footer-bottom-section .footer-bottom-link a {
  /* P/CTA */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #D8CBB8;
}

.welcome-section {
  padding: 35px 0;
  background: url(../images/welcome-bg.png) no-repeat left;
  background-size: cover;
  background-color: #FAF8F2;
}
.welcome-section .welcome-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome-section .welcome-flex .welcome-content-sec {
  max-width: 557px;
  width: 100%;
}
.welcome-section .welcome-flex .welcome-content-sec .heading-1 {
  color: #20201E;
  margin-bottom: 32px;
}
.welcome-section .welcome-flex .welcome-content-sec .para {
  color: #656565;
  margin-bottom: 32px;
}
.welcome-section .welcome-flex .welcome-right-sec {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: end;
  transform: translateX(20%);
}
.welcome-section .welcome-flex .welcome-right-sec .welcome-top-img {
  display: flex;
  gap: 20px;
}
.welcome-section .welcome-flex .welcome-right-sec .welcome-top-img video {
  max-width: 366px;
  width: 100%;
}
.welcome-section .welcome-flex .welcome-right-sec .welcome-bottom-img {
  display: flex;
  gap: 20px;
  align-items: start;
}
.welcome-section .welcome-flex .welcome-right-sec .welcome-bottom-img video {
  max-width: 277px;
  width: 100%;
}

.our-services-section {
  padding: 64px 0;
  background: #FBFBFB;
}
.our-services-section .our-service-top-sec {
  max-width: 904px;
  margin: 0 auto 64px auto;
  text-align: center;
}
.our-services-section .our-service-top-sec .heading-2 {
  color: #20201E;
}
.our-services-section .our-service-top-sec .para {
  color: #656565;
  max-width: 658px;
  margin: 0 auto 24px auto;
}
.our-services-section .service-card-flex {
  display: flex;
  gap: 24px;
}
.our-services-section .service-card-flex .service-card {
  padding: 24px;
  max-width: 342px;
  border: 1px solid #D0D0D0;
  background: transparent;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our-services-section .service-card-flex .service-card::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(../images/card-hover-circle.svg) no-repeat center;
  background-size: contain;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.our-services-section .service-card-flex .service-card .service-icon {
  transition: all 0.5s ease-in-out;
  transform: rotateY(1deg);
}
.our-services-section .service-card-flex .service-card .service-icon path {
  fill: #3C3C3C;
}
.our-services-section .service-card-flex .service-card .heading-4 {
  color: #20201E;
}
.our-services-section .service-card-flex .service-card .para {
  color: #656565;
}
.our-services-section .service-card-flex .service-card:hover::after {
  width: 673px;
  height: 673px;
  opacity: 1;
  bottom: -30%;
  transform: translate(-50%, 0%);
}
.our-services-section .service-card-flex .service-card:hover .service-icon {
  transform: rotateY(180deg);
}
.our-services-section .service-card-flex .service-card:hover .service-icon path {
  fill: #FFFFFF;
}
.our-services-section .service-card-flex .service-card:hover .heading-4 {
  color: #FFFFFF;
}
.our-services-section .service-card-flex .service-card:hover .para {
  color: #E4E4E4;
}

.get-to-know-us-section {
  padding: 64px 0;
  background: #FAF8F2;
}
.get-to-know-us-section .get-to-know-flex {
  display: flex;
  align-items: center;
  gap: 115px;
}
.get-to-know-us-section .get-to-know-flex .get-to-know-content {
  max-width: 525px;
}
.get-to-know-us-section .get-to-know-flex .get-to-know-content .heading-2 {
  color: #20201E;
}
.get-to-know-us-section .get-to-know-flex .get-to-know-content .para {
  color: #656565;
}

.our-benefits-section {
  padding: 64px 0;
  background: url(../images/our-benefits-section-bg.png) no-repeat center;
  background-size: cover;
}
.our-benefits-section .our-benefits-top-section {
  max-width: 904px;
  margin: 0 auto 64px auto;
}
.our-benefits-section .our-benefits-top-section .heading-2 {
  color: #FFFFFF;
}
.our-benefits-section .our-benefits-top-section .para {
  max-width: 658px;
  text-align: center;
  color: #D8CBB8;
}
.our-benefits-section .our-benefits-card-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.our-benefits-section .our-benefits-card-flex .our-benefits-card {
  width: 100%;
  padding: 24px 32px;
  border-top: 5px solid #DD6013;
  background: #FAF8F2;
  text-align: center;
}
.our-benefits-section .our-benefits-card-flex .our-benefits-card .heading-4 {
  color: #20201E;
}
.our-benefits-section .our-benefits-card-flex .our-benefits-card .para {
  color: #3C3C3C;
}

.frequently-asked-questions-sec {
  padding: 64px 0;
  background: url(../images/faq-section.png) no-repeat center;
  background-size: cover;
  min-height: 880px;
}
.frequently-asked-questions-sec .faq-flex {
  display: flex;
  gap: 116px;
  align-items: center;
}
.frequently-asked-questions-sec .faq-flex .faq-heading-section {
  max-width: 525px;
  width: 100%;
}
.frequently-asked-questions-sec .faq-flex .faq-heading-section .heading-4 {
  color: #20201E;
}
.frequently-asked-questions-sec .faq-flex .faq-heading-section .para {
  color: #656565;
}
.frequently-asked-questions-sec .faq-flex .faq-heading-section .faq-img {
  margin-top: 32px;
}
.frequently-asked-questions-sec .faq-flex .faq-section {
  max-width: 799px;
  width: 100%;
}
.frequently-asked-questions-sec .faq-flex .faq-section .accordion-item {
  background: transparent !important;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 24px;
  padding: 24px 32px;
  padding-left: 88px;
}
.frequently-asked-questions-sec .faq-flex .faq-section .accordion-item:has(.show) {
  padding: 16px;
  padding-left: 80px;
}
.frequently-asked-questions-sec .faq-flex .faq-section .accordion-item .accordion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: unset !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  padding: 0;
  color: #20201E !important;
}
.frequently-asked-questions-sec .faq-flex .faq-section .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(../images/plus-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -64px;
}
.frequently-asked-questions-sec .faq-flex .faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background: url(../images/minus-icon.svg) no-repeat center;
  background-size: contain;
}
.frequently-asked-questions-sec .faq-flex .faq-section .accordion-item .accordion-body {
  margin-top: 16px;
  padding: 0 0 0 24px;
  border-left: 1px solid #DD6013;
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #656565;
}

.call-to-action-section {
  padding: 20px 0;
  position: relative;
  background: #FBFBFB;
}
.call-to-action-section .call-to-action-bg-section {
  border: 2px solid #20201E;
  border-width: 2px 0;
  display: flex;
}
.call-to-action-section .call-to-action-bg-section .img-fluid {
  min-height: 567px;
  -o-object-fit: cover;
     object-fit: cover;
}
.call-to-action-section .call-to-action-bg-section .call-to-action-bg-left {
  padding: 20px 20px 20px 0;
  width: 375px;
}
.call-to-action-section .call-to-action-bg-section .call-to-action-bg-center {
  padding: 20px;
  border: 2px solid #20201E;
  border-width: 0 2px;
}
.call-to-action-section .call-to-action-bg-section .call-to-action-bg-right {
  padding: 20px 0 20px 20px;
  width: 375px;
}
.call-to-action-section .call-to-action-content {
  max-width: 687px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #20201E;
  padding: 60px;
  outline: 2px solid #E7DFCE;
  outline-offset: -20px;
}
.call-to-action-section .call-to-action-content .heading-2 {
  color: #FFFFFF;
  padding-right: 10px;
}
.call-to-action-section .call-to-action-content .para {
  color: #D8CBB8;
}

.top-common-sec {
  background: #FAF8F2;
  padding-bottom: 10px;
  position: relative;
}
.top-common-sec .top-common-bg-section {
  display: flex;
  border: 2px solid #20201E;
  border-width: 1px 0 2px 0;
  justify-content: center;
}
.top-common-sec .top-common-bg-section .top-left-sec,
.top-common-sec .top-common-bg-section .top-right-sec {
  max-width: 375px;
  width: 100%;
}
.top-common-sec .top-common-bg-section .top-left-sec {
  padding: 18px 18px 18px 0;
}
.top-common-sec .top-common-bg-section .top-left-sec img {
  min-height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-common-sec .top-common-bg-section .top-right-sec {
  padding: 18px 0 18px 18px;
}
.top-common-sec .top-common-bg-section .top-right-sec img {
  min-height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-common-sec .top-common-bg-section .top-center-sec {
  padding: 18px 16px;
  border: 2px solid #20201E;
  border-width: 0 2px;
}
.top-common-sec .top-common-bg-section .top-center-sec img {
  min-height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-common-sec .top-common-content-sec {
  max-width: 658px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-common-sec .top-common-content-sec .heading-2 {
  color: #FFFFFF;
}
.top-common-sec .top-common-content-sec .para {
  color: #FBFBFB;
}

.service-item-sec {
  padding: 128px 0;
  background: #FFFFFF;
}
.service-item-sec .service-item-flex {
  display: flex;
  gap: 149px;
  align-items: center;
  justify-content: center;
}
.service-item-sec .service-item-flex .service-item-content-sec {
  max-width: 525px;
  width: 100%;
}
.service-item-sec .service-item-flex .service-item-content-sec .heading-2 {
  color: #20201E;
  margin-bottom: 16px;
}
.service-item-sec .service-item-flex .service-item-content-sec .para {
  margin-bottom: 32px;
  color: #656565;
}
.service-item-sec .service-item-flex .service-item-content-sec .service-item-list {
  margin-bottom: 32px;
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.service-item-sec .service-item-flex .service-item-content-sec .service-item-list li {
  width: 216px;
  padding: 13px;
  border-radius: 10px;
  background: rgba(228, 228, 228, 0.5);
  color: #DD6013;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 1.76px;
  text-transform: uppercase;
}

.creative-writing-section {
  background: #FAF8F2;
}

.advertising-content-section .service-item-list {
  max-width: 494px;
}
.advertising-content-section .service-item-list li {
  text-wrap: nowrap;
  width: 39% !important;
  flex-grow: 1;
}

.social-media-section {
  background: #FAF8F2;
}
.social-media-section .service-item-flex .service-item-content-sec .service-item-list li {
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
}

.service-card-list .service-common-card {
  padding: 64px 0;
  border-bottom: 1px solid #D0D0D0;
}
.service-card-list .service-common-card:hover {
  background: #FAF8F2;
}
.service-card-list .service-common-card .service-common-card-flex {
  display: flex;
  gap: 56px;
  align-items: center;
}
.service-card-list .service-common-card .service-common-card-flex .heading-2 {
  max-width: 100%;
  flex-shrink: 0;
  color: #20201E;
  margin-bottom: 0;
  width: 345px;
}
.service-card-list .service-common-card .service-common-card-flex .para-section {
  max-width: 548px;
  width: 100%;
}
.service-card-list .service-common-card .service-common-card-flex .para-section .para {
  color: #656565;
  margin-bottom: 0;
}
.service-card-list .service-common-card .service-common-card-flex .price-section {
  max-width: 224px;
  width: 100%;
  margin-left: auto;
}
.service-card-list .service-common-card .service-common-card-flex .price-section .heading-4 {
  color: #9B9B9B;
  margin-bottom: 16px;
}
.service-card-list .service-common-card .service-common-card-flex .price-section .price-text {
  color: #20201E;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 73.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.service-card-list .service-common-card .service-common-card-flex .price-section .primary-btn {
  width: -webkit-fill-available;
}

.frequently-asked-questions-sec {
  background: url(../images/faq-sectionbg.png) no-repeat center;
  background-size: cover;
}

.writers-with-purpose-section .writers-content-wrapper {
  background: url(../images/writers-content-wrapper-bg.png) no-repeat top right;
  background-size: cover;
}
.writers-with-purpose-section .content-connects-wrapper {
  background: url(../images/content-connects-wrapper-bg.png) no-repeat bottom left;
  background-size: cover;
}
.writers-with-purpose-section .content-connects-wrapper .heading-2 {
  max-width: 648px;
}
.writers-with-purpose-section .writers-content {
  padding: 62px 0;
  max-width: 658px;
  text-align: center;
  margin: auto;
}
.writers-with-purpose-section .writers-content .heading-2 {
  color: #20201E;
}
.writers-with-purpose-section .writers-content .para {
  color: #656565;
}

.join-us-section {
  background: url(../images/join-us-bg.png) no-repeat center;
  background-size: cover;
  padding: 70px 0 83px 0;
}
.join-us-section .join-us-flex {
  display: flex;
  gap: 100px;
  align-items: center;
}
.join-us-section .join-us-flex .join-us-content {
  max-width: 627px;
  width: 100%;
}
.join-us-section .join-us-flex .join-us-content .heading-1 {
  color: #20201E;
}
.join-us-section .join-us-flex .join-us-content .para {
  color: #656565;
}
.join-us-section .join-us-flex .join-us-content .join-us-details {
  margin-top: 56px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.join-us-section .join-us-flex .join-us-content .join-us-details .join-us-detail-item {
  display: flex;
  align-items: start;
  gap: 24px;
}
.join-us-section .join-us-flex .join-us-content .join-us-details .join-us-detail-item .join-us-detail-text h4 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.join-us-section .join-us-flex .join-us-contact {
  max-width: 708px;
  width: 100%;
}
.join-us-section .join-us-flex .join-us-contact .form-check {
  max-width: 378px;
}
.join-us-section .join-us-flex .join-us-contact .mt-32 {
  margin-top: 32px;
}
.join-us-section .contact-item-link {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #20201E;
}

.contact-section {
  padding: 137px 0 150px 0;
}

.sign-up-section {
  display: flex;
}
.sign-up-section .sign-up-form-section {
  max-width: 1161px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-up-section .sign-up-form-section {
  background: url(../images/spirals-bg.png) no-repeat center;
  background-size: cover;
  background-color: #FBFBFB;
}
.sign-up-section .sign-up-form-section .sign-up-content-sec {
  max-width: 708px;
  width: 100%;
  margin: auto;
}
.sign-up-section .sign-up-form-section .sign-up-content-sec .para {
  color: #656565;
  margin-bottom: 32px;
  text-align: center;
}
.sign-up-section .sign-up-form-section .checkbox-flex {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.sign-up-section .sign-up-form-section .primary-btn {
  margin-bottom: 32px;
}
.sign-up-section .sign-up-form-section .form-check {
  max-width: 319px;
}
.sign-up-section .sign-up-form-section .form-bottom-link {
  text-align: center;
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 32px 0 0 0;
  color: #656565;
}
.sign-up-section .sign-up-form-section .form-bottom-link a {
  color: #1E78D6;
  font-weight: 700;
}
.sign-up-section .img-wrapper img {
  height: 969px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sign-up-section .forgot-link {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #1E78D6;
  font-weight: 700;
  margin-bottom: 32px;
}
.sign-up-section .mt-32 {
  margin-top: 32px;
}

.cart-section {
  padding: 64px 0;
  background: url(../images/cart-sec-bg.png) no-repeat center;
  background-size: cover;
  background-color: #FBFBFB;
}
.cart-section .cart-btn-flex {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 68px;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: rgba(245, 87, 51, 0.1);
}
.counter button {
  background: none;
  border: none;
  font-size: 20px;
  width: 41px;
  height: 38px;
  cursor: pointer;
}
.counter button.decrease {
  padding: 9px 8px 9px 13px;
}
.counter button.increase {
  padding: 9px 13px 9px 8px;
}
.counter button:focus {
  outline: none;
}
.counter span {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #20201E;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid white;
  border-width: 0 1px;
  min-width: 41px;
  text-align: center;
}

.custom-table {
  width: 100%;
  border: 1px solid #D0D0D0;
  background: white;
  box-shadow: 0px 4px 17.8px 0px rgba(0, 0, 0, 0.05);
}
.custom-table thead {
  background: url(../images/th-bg.png) no-repeat center;
}
.custom-table thead th {
  border-bottom: 1px solid #E4E4E4;
  height: 72px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #DD6013;
}
.custom-table thead th:first-child {
  padding-left: 24px;
}
.custom-table .heading-4 {
  color: #20201E;
}
.custom-table td {
  height: 120px;
  border-bottom: 1px solid #D0D0D0;
}
.custom-table td:first-child {
  padding-left: 24px;
}
.custom-table td:last-child {
  padding-right: 33px;
}
.custom-table .primary-color {
  color: #DD6013;
}
.custom-table tfoot td {
  height: 88px;
}

.table-sm-section .table-item {
  padding: 32px 24px 24px 24px;
  border-bottom: 1px solid #D0D0D0;
}
.table-sm-section .table-item .table-tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.table-sm-section .table-item .table-tr h6 {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.table-sm-section .table-item .table-tr .table-th {
  color: #9B9B9B;
}
.table-sm-section .table-item .table-tr .table-td {
  color: #20201E;
}

.secure-checkout-section {
  padding: 64px 0;
  background: url(../images/secure-checkout-sec-bg.png) no-repeat center;
  background-size: cover;
  background-color: #FBFBFB;
}
.secure-checkout-section .cart-btn-flex {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.secure-checkout-section .discount-code {
  padding-right: 90px;
}
.secure-checkout-section .discount-code .white-btn {
  padding: 13px 12px;
  margin: 0px;
  height: 38px;
  width: 119px;
  margin-top: 5px;
  line-height: 14px;
}
.secure-checkout-section .custom-table {
  margin-bottom: 64px;
}
.secure-checkout-section .checkbox-section {
  margin: 64px 0;
  display: flex;
  gap: 24px 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.secure-checkout-section .checkbox-section .form-check {
  width: 100%;
  justify-content: center;
}
.secure-checkout-section .total-sec {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.secure-checkout-section .total-sec .white-btn {
  padding: 13px;
  width: -webkit-fill-available;
}

.billing-details-flex {
  display: flex;
  gap: 40px;
}
.billing-details-flex .heading-3-Alt {
  padding: 16px;
  color: #DD6013;
  text-align: center;
  background: url(../images/heading-line-bg.png) no-repeat center;
  background-size: cover;
  margin-bottom: 0;
}
.billing-details-flex .billing-details-content {
  border: 1px solid #D0D0D0;
  background: white;
  /* Block Shadow */
  box-shadow: 0px 4px 17.8px 0px rgba(0, 0, 0, 0.05);
}
.billing-details-flex .form-section {
  padding: 32px;
}

.payment-sec .red-color {
  color: #C81414 !important;
}
.payment-sec .count {
  padding: 5.5px 24px !important;
  color: #DD6013;
}
.payment-sec .custom-table tfoot td {
  height: 72px;
}

.terms_content {
  max-width: 1074px;
  margin: auto;
  padding: 64px 0px;
}
.terms_content .terms_contentInner {
  margin-bottom: 32px;
}
.terms_content .terms_contentInner h3 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #20201E;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* identical to box height, or 28px */
  letter-spacing: 0.015em;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.terms_content .terms_contentInner p {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #656565;
  margin-bottom: 0px;
}

.errorBox {
  background: url(../images/cart-sec-bg.png) no-repeat top right;
  padding-top: 73px;
  padding-bottom: 200px;
}
.errorBox .errorContent {
  padding-top: 37px;
  max-width: 855px;
  margin: auto;
  text-align: center;
}
.errorBox .errorContent h2 {
  font-family: "Playfair", serif;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: 1.5px;
  color: #20201E;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.errorBox .errorContent p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #656565;
  margin-bottom: 24px;
}
.errorBox .errorContent .retrunhmebtn {
  margin-top: 32px;
}

.accout-sec {
  background: url(../images/cart-sec-bg.png) no-repeat center;
  background-size: cover;
}
.accout-sec .accountTopheader {
  padding: 64px 0px;
}
.accout-sec .accountTopheader ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.accout-sec .accountTopheader ul li a {
  border: 1px solid #D0D0D0;
  display: flex;
  gap: 10px;
  padding: 16px 24px;
  font-family: "Manrope", sans-serif;
  color: #20201E;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  align-items: center;
}
.accout-sec .accountTopheader ul li a br {
  display: none;
}
.accout-sec .accountTopheader ul li .active {
  background: url(../images/account-activebg.png) no-repeat top center;
  color: #fff;
  border: 1px solid transparent;
}
.accout-sec .account_boxinfo {
  display: flex;
  gap: 40px;
}
.accout-sec .account_boxinfo .accountInner {
  width: 100%;
}
.accout-sec .account_boxinfo .accountInner h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  /* identical to box height, or 28px */
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #DD6013;
  text-align: center;
  background: url(../images/account_userhdgbg.png) no-repeat top center;
  padding: 16px 0px;
  margin-bottom: 0px;
}
.accout-sec .account_boxinfo .accountInner .account_userfields {
  padding: 32px;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .nameformfield {
  display: flex;
  gap: 16px;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox {
  width: 100%;
  margin-bottom: 16px;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox label {
  margin-bottom: 16px;
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #20201E;
  font-weight: 700;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox .form-control {
  border: 1px solid #D0D0D0;
  background: #FFF;
  border-radius: 0;
  padding: 16px;
  color: #20201E;
  max-height: 48px;
  /* P/Standard */
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox .form-control::-moz-placeholder {
  opacity: 0.5;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox .form-control::placeholder {
  opacity: 0.5;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox .eyeIcon {
  background: url(../images/eye-icon.svg) no-repeat 97% 50%;
}
.accout-sec .account_boxinfo .accountInner .account_userfields .formBox .countryCode {
  padding: 13px 16px;
  background: url(../images/country-down.svg) no-repeat 97% 50%;
}
.accout-sec .saveChntbn {
  text-align: center;
  margin: 64px 0px;
}

.orderHistoryContainer {
  margin-bottom: 64px;
}
.orderHistoryContainer .orderHistoryTop {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.orderHistoryContainer .orderHistoryTop ul {
  display: flex;
  gap: 8px;
}
.orderHistoryContainer .orderHistoryTop ul li {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #20201E;
}
.orderHistoryContainer .orderHistoryTop ul li a {
  color: #1E78D6;
}
.orderHistoryContainer .order_historyInner table {
  width: 100%;
  border: 1px solid #D0D0D0;
}
.orderHistoryContainer .order_historyInner table thead {
  background: url(../images/tableheadbg.png) no-repeat top center;
}
.orderHistoryContainer .order_historyInner table thead th {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #DD6013;
  padding: 22.5px 24px;
}
.orderHistoryContainer .order_historyInner table tbody tr td {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #20201E;
  padding: 46.5px 24px;
  border-bottom: 1px solid #D0D0D0;
}
.orderHistoryContainer .order_historyInner table tbody tr .highlight span {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #DD6013;
  padding: 6px 24px;
  background: rgba(245, 87, 51, 0.1);
  border-radius: 10px;
}
.orderHistoryContainer .order_historyInner table tfoot tr td {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #20201E;
  padding: 22.5px 24px;
  border-bottom: 1px solid #D0D0D0;
}
.orderHistoryContainer .order_historyInner table tfoot tr .finalPrice {
  padding-left: 0px;
  color: #DD6013;
}

.mobileOrder {
  padding-bottom: 32px;
}
.mobileOrder .mobilecOrderHeader {
  background: url(../images/mobile-orderHeaderbg.png) no-repeat top center;
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  height: 54px;
  align-items: center;
}
.mobileOrder .mobilecOrderHeader .mobilecOrderHeaderBox {
  display: flex;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
}
.mobileOrder .mobilecOrderContent .MobileTotal {
  padding: 24px;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: #20201E;
  background: #fff;
}
.mobileOrder .mobilecOrderContent .totalMobilePrice {
  color: #DD6013;
}
.mobileOrder .mobilecOrderContent .mobilecOrderinnerlist {
  background: #fff;
  padding: 16px 24px 0px 24px;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.mobileOrder .mobilecOrderContent .mobilecOrderinnerlist table {
  width: 100%;
}
.mobileOrder .mobilecOrderContent .mobilecOrderinnerlist table tr td {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  padding-bottom: 16px;
}
.mobileOrder .mobilecOrderContent .mobilecOrderinnerlist table tr td:last-child {
  color: #20201E;
  text-align: right;
}
.mobileOrder .mobilecOrderContent .mobilecOrderinnerlist table tr .highlightColor {
  padding: 8px 24px;
  background: rgba(245, 87, 51, 0.1);
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #DD6013;
  display: inline-block;
}

.orderHistory {
  padding: 50px;
  max-width: 1074px;
  margin: auto;
}
.orderHistory .orderHistoryTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orderHistory .orderHistoryTop h2 {
  margin: 0px;
  font-family: "Playfair", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 115%;
  /* or 64px */
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #3C3C3C;
}
.orderHistory .OrderRevielist {
  margin: 40px 0px;
}
.orderHistory .OrderRevielist .disabled {
  opacity: 0.3;
}
.orderHistory .OrderRevielist ul {
  display: flex;
  width: 100%;
  text-align: center;
}
.orderHistory .OrderRevielist ul li {
  width: 100%;
  border-right: 1px solid #B3B3B3;
}
.orderHistory .OrderRevielist ul li:last-child {
  border-right: none;
}
.orderHistory .OrderRevielist ul li a {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  /* or 25px */
  text-align: center;
  text-transform: capitalize;
  color: #3C3C3C;
  position: relative;
  text-decoration: underline;
}
.orderHistory .OrderRevielist ul li a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #20201E;
  border-radius: 100px;
  left: -10px;
  top: 8px;
}
.orderHistory .OrderRevielist ul li a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #20201E;
  border-radius: 100px;
  right: -10px;
  top: 8px;
}
.orderHistory .orderIDinfobox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 4px 17.8px rgba(0, 0, 0, 0.05);
}
.orderHistory .orderIDinfobox .orderIDinfoboxInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.orderHistory .orderIDinfobox .orderIDinfoboxInner .orderIDinfoboxInnerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.orderHistory .orderIDinfobox .orderIDinfoboxInner .orderIDinfoboxInnerBox span {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3C3C3C;
}
.orderHistory .orderIDinfobox .orderIDinfoboxInner .orderIDinfoboxInnerBox h6 {
  margin: 0px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #656565;
}
.orderHistory .orderDtlshistory {
  margin-top: 24px;
}
.orderHistory .orderDtlshistory h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #DD6013;
  text-align: center;
  margin: 0px;
  padding: 24px 0px;
  background: url(../images/dtls-bg.png) no-repeat top center;
  background-size: cover;
}
.orderHistory .orderDtlshistory table {
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  padding: 24px;
  border-collapse: separate;
}
.orderHistory .orderDtlshistory table thead {
  padding-bottom: 24px;
}
.orderHistory .orderDtlshistory table thead th {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #3C3C3C;
  border: none;
  padding: 12px !important;
}
.orderHistory .orderDtlshistory table tbody tr:last-child td {
  padding-bottom: 0px;
}
.orderHistory .orderDtlshistory table tbody td {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3C3C3C;
  border: none;
  padding: 12px;
}
.orderHistory .orderDtlshistory table tbody td a {
  color: #1E78D6;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
}
.orderHistory .orderDtlshistory table tbody .daysInfo {
  font-weight: 300;
}
.orderHistory .orderDtlshistory table tbody .righttext {
  text-align: right;
  padding-right: 85px;
  font-weight: 300;
}
.orderHistory .orderDtlshistory table tbody .total_duration {
  font-weight: 300;
  padding-left: 0.5rem;
}
.orderHistory .orderDtlshistory table tbody .total_price {
  padding-left: 0.5rem;
  font-weight: 500;
}
.orderHistory .checkoutSummary {
  margin-top: 24px;
}
.orderHistory .checkoutSummary h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #DD6013;
  text-align: center;
  margin: 0px;
  padding: 24px 0px;
  background: url(../images/dtls-bg.png) no-repeat top center;
  background-size: cover;
}
.orderHistory .checkoutSummary .checkoutSummaryInnerBoxes {
  padding: 24px;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.orderHistory .checkoutSummary .checkoutSummaryInnerBoxes .checkoutSummaryInner {
  display: flex;
  justify-content: space-between;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3C3C3C;
  margin-bottom: 8px;
}
.orderHistory .checkoutSummary .checkoutSummaryInnerBoxes .checkoutSummaryInner .darkcolor {
  color: #3C3C3C;
}
.orderHistory .checkoutSummary .checkoutSummaryInnerBoxes .checkoutSummaryInner span {
  color: #656565;
}
.orderHistory .checkoutSummary .checkoutSummaryInnerBoxes .bigFont {
  font-size: 20px;
  color: #DD6013 !important;
}

.fixedheader {
  position: fixed;
  width: 100%;
}

.uploadResumeBtn {
  position: relative;
}
.uploadResumeBtn::after {
  content: "";
}

/* file upload button */
input[type=file].uploadResumeBtn::file-selector-button {
  width: 206px;
  border-radius: 0px;
  padding: 0 16px;
  position: absolute;
  right: -16px;
  top: 4px;
  height: 49px;
  cursor: pointer;
  background-color: #D0D0D0;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height */
  text-transform: uppercase;
  color: #20201E;
}

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

.red-border {
  border: 1px solid #C81414 !important;
}

.green-border {
  border: 1px solid #007800 !important;
}

/* file upload button hover state */
input[type=file]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type=file]::file-selector-button:active {
  background-color: #e5e7eb;
}

.termsBg {
  background: url(../images/termsBg-desktop.png) no-repeat top center;
}

.common-modal .modal-dialog {
  max-width: 812px;
}
.common-modal .modal-dialog .modal-content {
  border-radius: 0;
  background: url(../images/popup-border-img.png) no-repeat center;
  background-size: cover;
  padding: 20px;
  box-shadow: 0px 60px 80px 0px rgba(0, 0, 0, 0.16), 0px 30.375px 34.875px 0px rgba(0, 0, 0, 0.11), 0px 12px 13px 0px rgba(0, 0, 0, 0.08), 0px 2.625px 4.625px 0px rgba(0, 0, 0, 0.05);
}
.common-modal .modal-dialog .modal-content .modal-body {
  padding: 40px 28px;
  border: 2px solid #E7DFCE;
  background: #FFFFFF;
}
.common-modal .heading-2 {
  color: #20201E;
}
.common-modal .para {
  color: #656565;
}
.common-modal .top-content {
  max-width: 567px;
  margin: auto;
}
.common-modal .try-again-alerts {
  max-width: 658px;
}
.common-modal .mb-32 {
  margin-bottom: 32px;
}
.common-modal .form-control {
  height: 48px;
  padding: 0 16px;
}
.common-modal textarea {
  height: 142px !important;
}
.common-modal .number-input-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.common-modal .number-input-section .number-btn-group {
  position: absolute;
  right: 16px;
  display: flex;
  gap: 8px;
}
.common-modal .number-input-section input[type=number]::-webkit-inner-spin-button,
.common-modal .number-input-section input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.common-modal .number-input-section input[type=number] {
  -moz-appearance: textfield;
}
.common-modal .heading-4 {
  color: #20201E;
}
.common-modal .select-quality-sec {
  margin: 32px 0;
}
.common-modal .select-quality-sec .tab-section {
  display: flex;
  padding: 8px;
  gap: 16px;
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
  max-width: 397px;
  margin: auto;
}
.common-modal .select-quality-sec .tab-section a {
  color: #20201E;
  display: block;
  padding: 16px 24px;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.common-modal .select-quality-sec .tab-section a.active {
  background: url(../images/active-dark-img-btn.png) no-repeat center;
  color: #FBFBFB;
}
.common-modal .total-duration-sec {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.common-modal .total-duration-sec .total-duration-item {
  flex-grow: 1;
}
.common-modal .total-duration-sec .total-duration-item h5 {
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #20201E;
  font-weight: bold;
}
.common-modal .total-duration-sec .total-duration-item .total-num {
  display: block;
  border: 3px solid #20201E;
  background: #FBFBFB;
  padding: 16px;
  text-align: center;
  /* P/Standard */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-weight: bold;
}
.common-modal .button-group-sec {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.account-successfully-content .top-content {
  max-width: 594px !important;
}

.faq-white-bg {
  background: url(../images/faq-section-white-bg.png) no-repeat top center;
}

.order_historyInner {
  background: #fff;
}

.mobile-popupdesign {
  padding: 0px !important;
  box-shadow: none !important;
  background: url(../images/mobile-popupdesignbg.png) no-repeat top center !important;
}
.mobile-popupdesign .modal-body {
  background-color: transparent !important;
  border: none !important;
}
.mobile-popupdesign .mobile-loginbtn {
  margin-top: 24px;
}

#viewContentDtls .modal-content {
  max-width: 812px;
  margin: auto;
}
#viewContentDtls .modal-content .modal-body {
  padding: 40px;
  border: none;
}
#viewContentDtls .order_mobiledtls .para {
  color: var(--Neutral-700, #656565);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 567px;
  margin: auto;
}
#viewContentDtls .order_mobiledtls h2 {
  margin: 8px 0px;
  color: var(--Charcoal, #20201E);
  text-align: center;
  font-family: "Playfair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 64.4px */
  letter-spacing: 0.84px;
  text-transform: capitalize;
}
#viewContentDtls .order_mobiledtls h4 {
  border-radius: 10px;
  background: rgba(245, 87, 51, 0.1);
  height: 38px;
  padding: 13px;
  color: #DD6013;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  max-width: 193px;
  margin: auto;
  position: relative;
}
#viewContentDtls .order_mobiledtls h4::after {
  content: "";
  background: #DD6013;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 170px;
  display: block;
  top: 18px;
  right: 13px;
}
#viewContentDtls .order_mobiledtls h4::before {
  content: "";
  background: #DD6013;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 170px;
  display: block;
  top: 18px;
  left: 13px;
}
#viewContentDtls .articleInnerContent {
  width: 100%;
  max-width: 608px;
  margin: 32px auto;
}
#viewContentDtls .articleInnerContent .articleInnerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
#viewContentDtls .articleInnerContent .articleInnerBox h5 {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
#viewContentDtls .articleInnerContent .articleInnerBox h6 {
  margin: 0;
  color: var(--Neutral-700, #656565);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */