@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
.common-form .form-control {
  background: #F4F4F4;
  padding: 21px 16px;
  color: #656565;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  border: 0;
  border-radius: 0;
}
.common-form .form-control::-moz-placeholder {
  color: #9B9B9B;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
}
.common-form .form-control::placeholder {
  color: #9B9B9B;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
}
.common-form .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-color: #136576;
  border-radius: 50%;
  border: 2px solid #136576;
  background-color: transparent;
}
.common-form .form-check label {
  color: #136576;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
}
.common-form .form-check label a {
  color: #091D36;
  text-decoration: none;
}
.common-form .form-check .form-check-input:focus {
  box-shadow: unset;
}
.common-form .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/checkbox-checked-circle.svg);
  background-size: 10px;
}
.common-form .form-check .form-check-input:checked {
  background-color: #FFF;
}

body {
  background: #F4F4F4;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.welcome-sec {
  position: relative;
}
.welcome-sec .welcome-content-sec {
  position: absolute;
  top: 40%;
  left: 18%;
  transform: translateY(-50%);
  max-width: 541px;
  width: 100%;
}
.welcome-sec .welcome-content-sec h1 {
  /* Headings/01 */
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 24px;
}
.welcome-sec .welcome-content-sec a {
  display: inline-block;
  padding: 16px 32px;
  background: #F4F4F4;
  color: #041122;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 24px;
}

.discover-more-sec {
  position: absolute;
  bottom: 25%;
  left: 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.discover-more-sec img {
  display: inline-block;
}
.discover-more-sec p {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: white;
  margin-top: 32px;
}

.bespoke-quality-sec {
  background: linear-gradient(180deg, #EBEBEB 0%, #FFF 100%);
  position: relative;
}
.bespoke-quality-sec .bespoke-quality-title,
.bespoke-quality-sec .bespoke-substance-title {
  position: absolute;
}
.bespoke-quality-sec .bespoke-quality-title h4,
.bespoke-quality-sec .bespoke-substance-title h4 {
  /* Headings/Bg txt */
  font-family: "Bellefair", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 28.8px;
  text-transform: uppercase;
  color: #106584;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  margin: 0;
  line-height: 100%;
}
.bespoke-quality-sec .bespoke-quality-title {
  left: 9px;
  top: 250px;
}
.bespoke-quality-sec .bespoke-substance-title {
  right: 9px;
  bottom: 50px;
}

.bespoke-main-wrap {
  margin: auto;
  transform: translateY(-18%);
  max-width: 73%;
  position: relative;
}
.bespoke-main-wrap .swiper {
  height: 506px;
}
.bespoke-main-wrap .swiper-btn-wrap {
  background: #050e1b;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  padding: 34px 22px;
}
.bespoke-main-wrap .swiper-btn-wrap .swiper-button-next,
.bespoke-main-wrap .swiper-btn-wrap .swiper-button-prev {
  position: unset;
  width: 62px;
  height: 93px;
  margin: 0;
}
.bespoke-main-wrap .swiper-btn-wrap .swiper-button-next::after,
.bespoke-main-wrap .swiper-btn-wrap .swiper-button-prev::after {
  content: unset;
}
.bespoke-main-wrap .swiper-btn-wrap .swiper-button-prev {
  background: url(../images/swiper-button-prev.png) no-repeat center center;
}
.bespoke-main-wrap .swiper-btn-wrap .swiper-button-next {
  background: url(../images/swiper-button-next.png) no-repeat center center;
  margin-bottom: 24px;
}

.bespoke-sec-wrap {
  padding: 62px 0;
  background-color: white;
}
.bespoke-sec-wrap .bespoke-sec {
  max-width: 1010px;
  margin: auto;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
  flex-wrap: wrap;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex .bespoke-left {
  width: 319px;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex .bespoke-left h3 {
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #091D36;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex .bespoke-right {
  width: 644px;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex .bespoke-right p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  color: #136576;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex .bespoke-number {
  width: 100%;
}
.bespoke-sec-wrap .bespoke-sec .bespoke-flex .bespoke-number span {
  /* P/Para Smll */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
  color: #106584;
}



.faq-section {
  padding: 104px 0;
  background: #fff;
}
.faq-section .faq-wrap {
  max-width: 1257px;
  margin: auto;
}
.faq-section .faq-items {
  padding: 32px 0;
  border-top: 1px solid #136576;
}
.faq-section h4 {
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  color: #041122;
  margin-bottom: 32px;
}
.faq-section h5 {
  /* P/Para Lrg */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 38.568px */
  color: #041122;
  margin-bottom: 0;
}
.faq-section p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  color: #136576;
}

.benefits-section {
  padding: 24px 0;
  position: relative;
  background: #fff;
}
.benefits-section .benfits-wrap {
  position: absolute;
  bottom: 0;
  left: 11%;
  max-width: 616px;
  width: 100%;
}
.benefits-section .benfits-content {
  padding: 32px;
  max-width: 616px;
  border: 20px solid white;
  border-width: 20px;
  background: linear-gradient(180deg, #FFF 64.58%, #F4F4F4 100%);
}
.benefits-section .benfits-content h5 {
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #041122;
  margin-bottom: 16px;
}
.benefits-section .benfits-content p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  margin-bottom: 16px;
  color: #136576;
}
.benefits-section .benfits-content a {
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #106584;
}
.benefits-section .owl-nav {
  margin-top: -20px;
  background: var(--grayscale-400, #F4F4F4);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 24px;
  padding: 4px 45px;
  border: 20px solid white;
  border-width: 0 20px;
  position: relative;
  z-index: 11;
}
.benefits-section .owl-nav .owl-prev,
.benefits-section .owl-nav .owl-next {
  width: 63px;
  height: 77px;
}
.benefits-section .owl-nav .owl-prev span,
.benefits-section .owl-nav .owl-next span {
  font-size: 0;
}
.benefits-section .owl-nav .owl-prev {
  background: url(../images/owl-prev.svg) no-repeat center center !important;
}
.benefits-section .owl-nav .owl-next {
  background: url(../images/owl-next.svg) no-repeat center center !important;
}
.benefits-section .benefits-bg-img {
  height: 602px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}

.explore-Our-Services {
  background: url(../images/explore-Our-Services-bg.png) no-repeat center center;
  background-size: cover;
  padding: 92px 0 143px 0;
}
.explore-Our-Services .explore-content {
  width: 459px;
  padding: 40px;
  border: 2px solid #D0D0D0;
  background: #FFF;
  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);
}
.explore-Our-Services .explore-content h5 {
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #041122;
  margin-bottom: 32px;
}
.explore-Our-Services .explore-content p {
  margin-bottom: 32px;
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  color: #106584;
}
.explore-Our-Services .btn-wrap {
  display: flex;
  gap: 24px;
}
.explore-Our-Services .btn-wrap a {
  padding: 23px 13px;
  font-size: 15px;
}
.explore-Our-Services .explore-items {
  max-width: 434px;
  padding: 40px 45px;
  border: 2px solid #D0D0D0;
  background: #FFF;
  text-align: center;
}
.explore-Our-Services .explore-items h6 {
  /* Headings/04 */
  font-family: "Bellefair", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 33.888px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin: 16px 0 8px 0;
}
.explore-Our-Services .explore-items p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  margin-bottom: 0px;
  color: #136576;
}
.explore-Our-Services .owl-carousel {
  display: flex;
  gap: 65px;
  max-width: 1670px;
  margin-left: auto;
}
.explore-Our-Services .owl-carousel .owl-stage {
  height: 100%;
}
.explore-Our-Services .owl-carousel .owl-dots {
  display: none;
}
.explore-Our-Services .owl-carousel .owl-stage-outer {
  width: 645px;
  flex: 1 1 auto;
}
.explore-Our-Services .owl-carousel .owl-item {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 40px !important;
  margin-right: 0 !important;
}
.explore-Our-Services .owl-carousel .owl-item.active .explore-items {
  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 0px 61px 0px rgba(0, 0, 0, 0.07);
}
.explore-Our-Services .owl-carousel .owl-item img {
  display: unset;
  width: unset;
}
.explore-Our-Services .owl-carousel #customNav {
  display: flex;
  gap: 24px;
  border: 1px solid #106584;
  background: #041122;
  align-items: center;
}
.explore-Our-Services .owl-carousel #customNav button {
  width: 77px;
  height: 63px;
}
.explore-Our-Services .owl-carousel #customNav .owl-prev {
  background: url(../images/owl-prev-white.svg) no-repeat center;
}
.explore-Our-Services .owl-carousel #customNav .owl-next {
  background: url(../images/owl-next-white.svg) no-repeat center;
}

.about-us-top-sec {
  position: relative;
}
.about-us-top-sec .about-top-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1%;
}
.about-us-top-sec .about-top-content h1 {
  color: white;
  /* Headings/01 */
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-us-top-sec .about-us-discover {
  bottom: 5%;
  left: 10%;
}

.leave-content-sec {
  position: relative;
}
.leave-content-sec .leave-content {
  position: absolute;
  max-width: 630px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.leave-content-sec .leave-content h2 {
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #041122;
}
.leave-content-sec .leave-content p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  color: #136576;
  margin-bottom: 0;
}

.creative-writing-sec {
  padding: 24px 0;
}
.creative-writing-sec .creative-wrap {
  max-width: 81%;
  margin-left: auto;
  display: flex;
  gap: 99px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.creative-writing-sec .creative-wrap .owl-nav {
  position: absolute;
  width: 184px;
  bottom: 11%;
  left: 61%;
}
.creative-writing-sec .creative-wrap .owl-nav .owl-prev {
  background: url(../images/advertising-arrow-white.svg) no-repeat center;
  height: 62px;
  width: 92px;
  font-size: 0;
}
.creative-writing-sec .creative-wrap .owl-nav .owl-next {
  background: url(../images/advertising-arrow-dark.svg) no-repeat center;
  height: 62px;
  width: 92px;
  font-size: 0;
}
.creative-writing-sec .creative-wrap-owl {
  max-width: 557px;
}
.creative-writing-sec .creative-writing-content h4 {
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #091D36;
  margin-bottom: 16px;
}
.creative-writing-sec .creative-writing-content p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  color: #136576;
  margin-bottom: 56px;
}
.creative-writing-sec .creative-writing-content h5 {
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.creative-writing-sec .creative-writing-content .sub-service-link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.creative-writing-sec .creative-writing-content .sub-service-link a {
  flex: 1 1 137px;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #091D36;
  text-decoration: underline;
}
.creative-writing-sec .creative-writing-content .next-Service-wrap {
  max-width: 433px;
  padding: 40px;
  background-color: #050e1b;
  margin-top: 56px;
}
.creative-writing-sec .creative-writing-content .next-Service-wrap span {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  display: inline-block;
  color: white;
  margin-bottom: 8px;
}
.creative-writing-sec .creative-writing-content .next-Service-wrap h6 {
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px;
}
.creative-writing-sec .creative-writing-content .next-Service-wrap a {
  color: white;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: underline;
}

.your-journey-sec {
  position: relative;
}
.your-journey-sec .your-journey-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 781px;
  width: 100%;
}
.your-journey-sec .your-journey-content h6 {
  /* Headings/01 */
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin-bottom: 0;
}

.work-experts-sec {
  padding: 80px 0;
  background: #fff;
}
.work-experts-sec .work-experts-content {
  max-width: 400px;
  margin: auto;
}
.work-experts-sec .work-experts-content h5 {
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin: 16px 0 8px 0;
  color: #091D36;
}
.work-experts-sec .work-experts-content p {
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  color: #136576;
  margin-bottom: 0;
}
.work-experts-sec .dark-btn {
  max-width: 185px;
  margin: 32px auto 0px auto;
}

.stickyheader {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #091D36;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #091D36;
  padding: 33.5px 0px;
}
header .desktopheader {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
}
header .desktopheader .navmenu ul {
  display: flex;
  gap: 32px;
}
header .desktopheader .navmenu ul li {
  position: relative;
}
header .desktopheader .navmenu ul li a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #F4F4F4;
}
header .desktopheader .navmenu ul .shopppingcartmenu {
  display: flex;
  align-items: center;
  gap: 3px;
}
header .desktopheader .navmenu ul .currencyNav {
  background: url(../images/dropdown-arrowmenu.svg) no-repeat right center;
  padding-right: 15px;
}
header .desktopheader .navmenu ul #currency {
  position: absolute;
  top: 62px;
  background: #fff;
  width: 100px;
  z-index: 99;
  right: -20px;
  border-radius: 0;
  padding: 16px 14px;
}
header .desktopheader .navmenu ul #currency ul {
  display: block;
}
header .desktopheader .navmenu ul #currency ul li {
  margin-bottom: 21px;
}
header .desktopheader .navmenu ul #currency ul li:last-child {
  margin-bottom: 0px;
}
header .desktopheader .navmenu ul #currency ul li .active {
  color: #171A22;
}
header .desktopheader .navmenu ul #currency ul li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #9B9B9B;
  text-align: center;
}

#MobileMenu .modal-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #091D36;
  padding: 23px 24px;
}
#MobileMenu .modal-body {
  padding: 40px 24px;
}
#MobileMenu .mainNavigation .lastbtncart a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#MobileMenu .mainNavigation .lastbtncart a span {
  margin-left: 3px;
}
#MobileMenu .mainNavigation li {
  margin-bottom: 24px;
}
#MobileMenu .mainNavigation li a {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #041122;
  display: block;
  text-align: center;
}
#MobileMenu .mainNavigation li a:hover {
  color: #136576;
}
#MobileMenu .mainNavigation li .mobiledropdownicon {
  margin-top: -4px;
}
#MobileMenu .mainNavigation li .active {
  color: #136576;
}
#MobileMenu .mainNavigation li a[aria-expanded=false] .menuinactive {
  display: block;
}
#MobileMenu .mainNavigation li a[aria-expanded=false] .menuinactive {
  display: none;
}
#MobileMenu .mainNavigation li a[aria-expanded=true] .menuactive {
  display: none;
}
#MobileMenu .mainNavigation li .mobiledropdown {
  position: relative;
  max-width: 100px;
  margin: auto;
}
#MobileMenu .mainNavigation li #currencymenulist .dropdowns-menu {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  justify-content: center;
}
#MobileMenu .mainNavigation li #currencymenulist .dropdowns-menu li {
  margin: 0px;
}
#MobileMenu .mainNavigation li #currencymenulist .dropdowns-menu li a {
  color: #041122;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
#MobileMenu .mainNavigation li #currencymenulist .dropdowns-menu li .active {
  color: #136576;
}

footer {
  background: url(../images/footerbg-desktop.png) no-repeat top center;
  padding: 99.5px 0px;
  background-size: cover !important;
}
footer .container {
  max-width: 1221px;
}
footer .footemnainlisting {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footemnainlisting .footerleft .footer-logo {
  margin-bottom: 6px;
}
footer .footemnainlisting .footerleft .copyrights {
  color: #FFF;
  /* P/Para Smll */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
}
footer .footemnainlisting .footerleft .footermenu {
  margin: 35px 0px;
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
footer .footemnainlisting .footerleft .footermenu ul li {
  margin-bottom: 32px;
}
footer .footemnainlisting .footerleft .footermenu ul li:last-child {
  margin-bottom: 0px;
}
footer .footemnainlisting .footerleft .footermenu ul li a {
  color: #F4F4F4;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
footer .footemnainlisting .footerright h3 {
  color: #F4F4F4;
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
footer .footemnainlisting .footerright .blwinfo p {
  color: var(--grayscale-white, #FFF);
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  margin-bottom: 8px;
}
footer .footemnainlisting .footerright .blwinfo h6 {
  color: var(--grayscale-400, #F4F4F4);
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 38px;
}
footer .footemnainlisting .footerright .blwinfo address {
  color: var(--grayscale-400, #F4F4F4);
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  margin-bottom: 0px;
  /* 28.926px */
}

.shopping-cart-sec .shopping-cart-inner {
  max-width: 1166px;
  width: 100%;
  margin: auto;
  padding: 64px 0;
}
.shopping-cart-sec .shopping-cart-inner .shoppingcart-title {
  text-align: center;
}
.shopping-cart-sec .shopping-cart-inner .shoppingcart-title h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 24px 0;
}
.shopping-cart-sec .shopping-cart-inner .shoppingcart-title p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont {
  margin-top: 24px;
  background: #FFFFFF;
  padding: 32px;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec .coupon-part {
  max-width: 628px;
  width: 100%;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec .coupon-part .form-control {
  margin-bottom: 0;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec .apply-btn {
  margin-left: 16px;
  max-width: 190px;
  width: 100%;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec .apply-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background: #F4F4F4;
  color: #041122;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec .grand-total {
  max-width: 204px;
  width: 100%;
  margin-left: auto;
  color: #041122;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .coupon-total-sec .grand-total span {
  color: #136576;
  margin-left: 11px;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .checkbox-btn-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 48px;
  align-items: center;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .checkbox-btn-inline .form-check {
  max-width: 368px;
  width: 100%;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .checkbox-btn-inline .form-check .form-check-input {
  margin-top: 16px;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .checkbox-btn-inline .form-check label {
  margin-left: 8px;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .checkbox-btn-inline .checkout-btn {
  max-width: 624px;
  width: 100%;
}
.shopping-cart-sec .shopping-cart-inner .shopcart-cont .checkbox-btn-inline .checkout-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.shop-table table {
  margin-bottom: 0;
}
.shop-table table thead {
  border-bottom: 4px solid #FFFFFF;
}
.shop-table table thead th {
  padding: 15px 0;
  background: #106584;
  border: 0;
}
.shop-table table thead th h5 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.shop-table table thead th:first-child {
  padding-left: 42px;
}
.shop-table table thead th:last-child {
  padding-right: 42px;
}
.shop-table table tbody tr td {
  vertical-align: middle;
  padding: 16px 0;
  border-bottom: none;
  position: relative;
}
.shop-table table tbody tr td:last-child::after {
  display: none;
}
.shop-table table tbody tr td::after {
  content: "";
  background: #fff;
  height: 50px;
  width: 1px;
  position: absolute;
  top: 16px;
  right: 30px;
}
.shop-table table tbody tr td h5 {
  color: #091D36;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.shop-table table tbody tr td p {
  color: #136576;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-table table tbody tr td:first-child {
  padding-left: 40px;
}
.shop-table table tbody tr td:last-child {
  padding-right: 40px;
}
.shop-table table tbody tr:nth-child(odd) {
  background: #F4F4F4;
}
.shop-table table tbody .actions {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.shop-table .shopcart-box {
  background: #F4F4F4;
  padding: 16px 24px;
  margin-bottom: 16px;
}
.shop-table .shopcart-box .product-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 16px;
}
.shop-table .shopcart-box .product-desc .product-detail {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-align: center;
}
.shop-table .shopcart-box .product-desc .product-turnnaround {
  color: #136576;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
  margin: 8px 0;
}
.shop-table .shopcart-box .product-desc .qty-img-billcycle {
  color: #091D36;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
}
.shop-table .shopcart-box .product-action-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shop-table .shopcart-box .product-action-total .actions {
  display: flex;
  gap: 24px;
}
.shop-table .shopcart-box .product-action-total .total-amount {
  color: #136576;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.payment-success-sec .paysucc-inner {
  max-width: 1046px;
  width: 100%;
  margin: auto;
  padding: 64px 0;
}
.payment-success-sec .paysucc-inner .paymentsucc-title {
  text-align: center;
}
.payment-success-sec .paysucc-inner .paymentsucc-title h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 24px 0;
}
.payment-success-sec .paysucc-inner .payment-cont {
  margin-top: 24px;
  background: #FFFFFF;
  padding: 32px;
}
.payment-success-sec .paysucc-inner .payment-cont .shop-table .shopcart-box {
  background: #FFFFFF;
}
.payment-success-sec .paysucc-inner .payment-cont .shop-table .shopcart-box .product-action-total {
  display: block;
}
.payment-success-sec .paysucc-inner .payment-cont .total-back-btn-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.payment-success-sec .paysucc-inner .payment-cont .total-back-btn-inline .total {
  max-width: 188px;
  width: 100%;
  color: #041122;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
}
.payment-success-sec .paysucc-inner .payment-cont .total-back-btn-inline .total span {
  color: #136576;
  margin-left: 11px;
}
.payment-success-sec .paysucc-inner .payment-cont .total-back-btn-inline .back-home-btn {
  max-width: 714px;
  width: 100%;
}
.payment-success-sec .paysucc-inner .payment-cont .total-back-btn-inline .back-home-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  display: block;
}

.paymeny-fail-sec .paysucc-inner {
  max-width: 1060px;
}
.paymeny-fail-sec .paysucc-inner .payfail-title h1 {
  color: #C81414;
}
.paymeny-fail-sec .paysucc-inner .payfail-cont .total-back-btn-inline .total {
  color: #C81414;
}
.paymeny-fail-sec .paysucc-inner .payfail-cont .total-back-btn-inline .total span {
  color: #C81414;
}

.signin-top-sec {
  background: url(../images/login-top-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
}
.signin-top-sec .signin-top-inner {
  text-align: center;
}
.signin-top-sec .signin-top-inner h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 24px 0;
}
.signin-top-sec .signin-top-inner .breadcrumbs {
  max-width: 200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.signin-top-sec .signin-top-inner .breadcrumbs .active {
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 4px solid #FFFFFF !important;
  padding-bottom: 24px;
}
.signin-top-sec .signin-top-inner .breadcrumbs a {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  text-decoration: none;
}

.signin-cont-sec {
  padding: 64px 0;
}
.signin-cont-sec .signin-inner {
  background: #FFFFFF;
  padding: 32px;
  max-width: 444px;
  width: 100%;
  margin: auto;
}
.signin-cont-sec .signin-inner .title {
  margin-bottom: 24px;
}
.signin-cont-sec .signin-inner .title h3 {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #091D36;
  margin-bottom: 0;
}
.signin-cont-sec .signin-inner .signin-form input[type=email] {
  margin-bottom: 24px;
}
.signin-cont-sec .signin-inner .signin-form .checkbox-forgotlink {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.signin-cont-sec .signin-inner .signin-form .checkbox-forgotlink .forgot-link a {
  color: #005BB9;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.signin-cont-sec .signin-inner .signin-form .checkbox-forgotlink .form-check .form-check-input {
  border-color: #9B9B9B;
}
.signin-cont-sec .signin-inner .signin-form .checkbox-forgotlink .form-check label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-left: 8px;
}
.signin-cont-sec .signin-inner .signin-form .signin-btn {
  margin-top: 24px;
}
.signin-cont-sec .signin-inner .signin-form .signin-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

#forgotpass .modal-dialog {
  max-width: 795px;
  width: 100%;
}
#forgotpass .modal-body {
  padding: 56px;
}
#forgotpass .modal-body .img-sec {
  text-align: center;
}
#forgotpass .modal-body h3 {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #091D36;
  text-align: center;
  margin: 24px 0 0 0;
}
#forgotpass .modal-body p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  text-align: center;
  color: #136576;
  margin-bottom: 24px;
}
#forgotpass .modal-body .common-form .form-control {
  margin-bottom: 24px;
}
#forgotpass .modal-body .captcha-submit-inline {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  gap: 24px;
}
#forgotpass .modal-body .captcha-submit-inline img {
  max-height: 68px;
}
#forgotpass .modal-body .captcha-submit-inline .submit-btn {
  max-width: 407px;
  width: 100%;
}
#forgotpass .modal-body .captcha-submit-inline .submit-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  display: block;
}

.signup-cont-sec .signup-form input[type=email] {
  margin-bottom: 0;
}
.signup-cont-sec .signup-form .form-control {
  margin-bottom: 24px;
}
.signup-cont-sec .signup-form .form-check .form-check-input {
  margin-top: 16px;
}
.signup-cont-sec .signup-form .form-check label {
  margin-left: 10px;
}
.signup-cont-sec .captcha-img {
  margin-top: 24px;
  text-align: center;
}

.reset-top-sec .reset-top-inner {
  padding-bottom: 80px;
}
.reset-top-sec .reset-top-inner h1 {
  margin: 24px 0 0 0;
}

.resetpass-cont-sec .reset-inner p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
  margin-top: 24px;
}
.resetpass-cont-sec .reset-inner .common-form .form-control {
  margin-bottom: 24px;
}

.dashboard-top-sec {
  background: url(../images/login-top-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
}
.dashboard-top-sec .dashboard-top-inner {
  text-align: center;
}
.dashboard-top-sec .dashboard-top-inner h1 {
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 24px 0 16px 0;
}
.dashboard-top-sec .dashboard-top-inner p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #FFFFFF;
  max-width: 651px;
  width: 100%;
  margin: auto auto 24px auto;
}
.dashboard-top-sec .dashboard-top-inner .breadcrumbs {
  max-width: 683px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dashboard-top-sec .dashboard-top-inner .breadcrumbs .active {
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 4px solid #FFFFFF !important;
  padding-bottom: 24px;
}
.dashboard-top-sec .dashboard-top-inner .breadcrumbs a {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  text-decoration: none;
}

.dashboard-cont-sec {
  max-width: 1112px;
  width: 100%;
  margin: auto;
  padding: 48px 0;
}
.dashboard-cont-sec .dashboard-cont-inner {
  background: #FFFFFF;
  padding: 32px 32px 0 32px;
}
.dashboard-cont-sec .dashboard-cont-inner .dashbaord-form .form-control {
  margin-bottom: 37px;
}
.dashboard-cont-sec .dashboard-cont-inner .dashbaord-form .container {
  padding: 0;
}
.dashboard-cont-sec .save-btn {
  max-width: 185px;
  width: 100%;
  margin: 24px auto auto auto;
}
.dashboard-cont-sec .save-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.order-his-cont-sec .order-his-table table thead {
  background: #136576;
  border-bottom: 4px solid #FFFFFF;
}
.order-his-cont-sec .order-his-table table thead th {
  padding: 15px 0px;
}
.order-his-cont-sec .order-his-table table thead th h5 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.order-his-cont-sec .order-his-table table tbody tr:nth-child(odd) {
  background: #F4F4F4;
}
.order-his-cont-sec .order-his-table table tbody td {
  padding: 21px 0;
  position: relative;
}
.order-his-cont-sec .order-his-table table tbody td:last-child::after {
  display: none;
}
.order-his-cont-sec .order-his-table table tbody td::after {
  content: "";
  background: #fff;
  height: 32px;
  width: 1px;
  position: absolute;
  top: 20px;
  right: 30px;
}
.order-his-cont-sec .order-his-table table tbody td p {
  color: #106584;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.order-his-cont-sec .order-his-table table tbody td h5 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #091D36;
  margin-bottom: 0;
}
.order-his-cont-sec .order-his-table table tbody td h5 span {
  color: #106584;
}
.order-his-cont-sec .order-his-table table tbody td h4 {
  color: #656565;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.order-his-cont-sec .order-his-table table tbody td:first-child {
  padding-left: 20px;
}

.terms-sec {
  max-width: 1257px;
  width: 100%;
  margin: auto;
}
.terms-sec .terms-cont-sec {
  padding: 64px 0;
}
.terms-sec .terms-cont-sec .title {
  margin-bottom: 40px;
}
.terms-sec .terms-cont-sec .title h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.terms-sec .terms-cont-sec .terms-para p {
  color: #136576;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
}

.error-sec {
  background: url(../images/404-bg.png) no-repeat center center;
  background-size: cover;
}
.error-sec .error-cont-sec {
  padding: 263px 0;
}
.error-sec .error-cont-sec .error-box {
  max-width: 428px;
  width: 100%;
  margin: auto;
}
.error-sec .error-cont-sec .error-box h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.error-sec .error-cont-sec .error-box p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
  text-align: center;
}
.error-sec .error-cont-sec .error-box .back-home-btn {
  max-width: 185px;
  width: 100%;
  margin: 16px auto auto auto;
}
.error-sec .error-cont-sec .error-box .back-home-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.checkout-sec {
  max-width: 1257px;
  width: 100%;
  margin: auto;
  padding: 64px 0;
}
.checkout-sec .checkout-title {
  text-align: center;
}
.checkout-sec .checkout-title h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 24px;
}
.checkout-sec .checkout-cont-sec {
  margin-top: 24px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont {
  max-width: 708px;
  width: 100%;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .personal-detail-form {
  padding: 32px 32px 12px 32px;
  background: #FFFFFF;
  margin-bottom: 25px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .personal-detail-form h3 {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #091D36;
  text-align: left;
  color: #091D36;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .personal-detail-form .container {
  padding: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .personal-detail-form .common-form .form-control {
  margin-bottom: 21px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .billing-details-form {
  padding: 32px 32px 12px 32px;
  background: #FFFFFF;
  margin-bottom: 25px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .billing-details-form h3 {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #091D36;
  text-align: left;
  color: #091D36;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .billing-details-form .container {
  padding: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .billing-details-form .common-form .form-control {
  margin-bottom: 21px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .left-cont .billing-details-form .common-form .selectcountry {
  background-image: url(../images/country-field-icon.svg);
  background-repeat: no-repeat;
  background-position: right 4% center;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont {
  max-width: 525px;
  width: 100%;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box {
  background: #FFFFFF;
  padding: 32px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box h3 {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #091D36;
  margin-bottom: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .desktop-cartsum {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .desktop-cartsum .cart-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;
  background: #F4F4F4;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .desktop-cartsum .cart-box h5 {
  color: #041122;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .desktop-cartsum .cart-box p {
  color: #136576;
  /* P/Para Smll */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .desktop-cartsum .cart-box .service-detail {
  border-right: 1px solid #136576;
  padding-right: 24px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box {
  background: #F4F4F4;
  padding: 16px 24px;
  margin-bottom: 16px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box:last-child {
  margin-bottom: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box:first-child {
  margin-top: 24px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box .product-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 16px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box .product-desc .product-detail {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-align: center;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box .product-desc .product-turnnaround {
  color: #136576;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
  margin: 8px 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box .product-desc .qty-img-billcycle {
  color: #091D36;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 19.768px */
  text-transform: capitalize;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box .product-action-total {
  display: block;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .shopcart-box .product-action-total .total-amount {
  color: #136576;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .grand-total {
  margin: 24px 0;
  padding: 8px 0;
  border-top: 1px solid #136576;
  border-bottom: 1px solid #136576;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .grand-total p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  font-size: 24px;
  line-height: 160.7%;
  margin-bottom: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .grand-total p span {
  color: #136576;
  margin-left: 16px;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .coupon-apply-sec {
  display: flex;
  justify-content: space-between;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .coupon-apply-sec .coupon-part {
  max-width: 225px;
  width: 100%;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .coupon-apply-sec .coupon-part .form-control {
  margin-bottom: 0;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .coupon-apply-sec .apply-btn {
  border: 1px solid #F4F4F4;
  padding: 8px;
  max-width: 225px;
  width: 100%;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .coupon-apply-sec .apply-btn .border-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 13px 23px;
  background: #F4F4F4;
  color: #041122;
}
.checkout-sec .checkout-cont-sec .checkout-inner-cont .right-cont .cart-summry-box .desktop-master-card {
  margin-top: 24px;
  text-align: center;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont {
  display: flex;
  flex-direction: row;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont .checkbox-captcha-inline {
  display: flex;
  gap: 30px;
  align-items: center;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont .checkbox-captcha-inline .form-check .form-check-input {
  margin-top: 19px;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont .checkbox-captcha-inline .form-check label {
  margin-left: 8px;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont .mob-master-card {
  display: none;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont .checkout-btn {
  max-width: 525px;
  width: 100%;
}
.checkout-sec .checkout-cont-sec .checkout-bottom-cont .checkout-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  display: block;
}

.contact-top-sec {
  background: url(../images/login-top-bg.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.contact-top-sec .contact-top-inner {
  text-align: center;
}
.contact-top-sec .contact-top-inner h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 24px 0 0 0;
}

.contact-cont-sec {
  max-width: 734px;
  width: 100%;
  margin: auto;
  padding: 64px 0;
}
.contact-cont-sec .top-additional-info {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 708px;
  width: 100%;
  margin: auto;
}
.contact-cont-sec .top-additional-info .info-box {
  width: 100%;
  padding: 0px 16px;
  border-left: 1px solid #136576;
}
.contact-cont-sec .top-additional-info .info-box h3 {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #091D36;
  text-align: left;
  margin-bottom: 0;
}
.contact-cont-sec .top-additional-info .info-box h3 span {
  display: none;
}
.contact-cont-sec .top-additional-info .info-box p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
  text-align: left;
  margin-bottom: 0;
}
.contact-cont-sec .contactform-sec {
  margin-top: 32px;
  background: #FFFFFF;
  padding: 32px;
  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-cont-sec .contactform-sec .common-form .container {
  padding: 0;
}
.contact-cont-sec .contactform-sec .common-form input[type=text] {
  margin-bottom: 21px;
}
.contact-cont-sec .contactform-sec .common-form textarea {
  margin-top: 14px;
  min-height: 143px;
}
.contact-cont-sec .contactform-sec .common-form .form-check {
  margin-top: 16px;
}
.contact-cont-sec .contactform-sec .common-form .form-check label {
  margin-left: 8px;
}
.contact-cont-sec .contactform-sec .captcha-submit-inline {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 24px;
}
.contact-cont-sec .contactform-sec .captcha-submit-inline .submit-btn {
  width: 100%;
}
.contact-cont-sec .contactform-sec .captcha-submit-inline .submit-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  display: block;
}

.joinus-top-sec {
  background: url(../images/joinus-top-bg-img.png) no-repeat center center;
  background-size: cover;
  padding: 217px 0;
}
.joinus-top-sec .joinus-top-inner {
  max-width: 594px;
  width: 100%;
  margin-right: auto;
}
.joinus-top-sec .joinus-top-inner h1 {
  color: #091D36;
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.2%;
  /* 85.792px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: unset;
}
.joinus-top-sec .joinus-top-inner .joinus-btn {
  max-width: 185px;
  width: 100%;
}
.joinus-top-sec .joinus-top-inner .joinus-btn .dark-btn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background: #F4F4F4;
  color: #041122;
}

.joinus-contact-sec {
  padding: 104px 0;
}
.joinus-contact-sec .joinus-contact-innner h2 {
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
}
.joinus-contact-sec .joinus-contact-innner p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
}
.joinus-contact-sec .joinus-contact-innner .contactform-sec {
  box-shadow: unset;
}
.joinus-contact-sec .joinus-contact-innner .contactform-sec .common-form .container {
  padding: 0;
}
.joinus-contact-sec .joinus-contact-innner .contactform-sec .common-form input[type=text] {
  margin-bottom: 21px;
}
.joinus-contact-sec .joinus-contact-innner .contactform-sec .common-form .form-check {
  margin-top: 0px;
}

video {
  width: 100%;
}

.createaccount {
  position: relative;
}
.createaccount .accountinnercontent {
  width: 100%;
  max-width: 487px;
  position: absolute;
  top: 48px;
  right: 423px;
}
.createaccount .accountinnercontent h3 {
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.createaccount .accountinnercontent p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
  text-align: left;
}
.createaccount .accountinnercontent .darkbtn {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  max-width: 185px;
}

.writingcopywrapper {
  position: relative;
}
.writingcopywrapper .writingcopy {
  display: flex;
}
.writingcopywrapper .writingcopy .writingleft {
  width: 100%;
  max-width: 960px;
}
.writingcopywrapper .writingcopy .writingright {
  background: url(../images/writing-copybg.png) no-repeat top center;
  max-height: 500px;
  background-size: cover;
  width: 100%;
}
.writingcopywrapper .writingcopy .writingright .writinginner {
  /*margin-top: 120px;
  max-width: 400px;
  margin-left: 228px;*/

	margin-top: 120px;
    max-width: 513px;
    margin-left: 133px;
}
.writingcopywrapper .writingcopy .writingright .writinginner h4 {
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.writingcopywrapper .writingcopy .writingright .writinginner p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #fff;
  text-align: left;
}
.writingcopywrapper .jointeamleft {
  position: relative;
  z-index: 9;
}
.writingcopywrapper .jointeamleft .joininner {
  width: 100%;
  max-width: 377px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 520px;
}
.writingcopywrapper .jointeamleft .joininner h3 {
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.writingcopywrapper .jointeamleft .joininner p {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  color: #136576;
  text-align: left;
}
.writingcopywrapper .joinright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bggrey {
  background: #F4F4F4 !important;
}

.servicelisting {
  display: flex;
  align-items: center;
  gap: 92px;
  background: #fff;
  padding: 11px 0px;
}
.servicelisting .serviceimg {
  width: 100%;
  max-width: 854px;
}
.servicelisting .servicetext {
  max-width: 642px;
}
.servicelisting .servicetext h6 {
  color: #136576;
  /* P/Para Lrg */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 38.568px */
}
.servicelisting .servicetext h3 {
  color: #091D36;
  /* Headings/02 */
  font-family: "Bellefair", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 63.54px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.servicelisting .servicetext p {
  color: #136576;
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  margin-bottom: 32px;
}
.servicelisting .servicetext h5 {
  color: #091D36;
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.servicelisting .servicetext .servicesbtn {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.servicelisting .servicetext .servicesbtn .servicesbtns {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 21px 12px;
  width: 100%;
}

.contentselectedpopup .modal-dialog {
  max-width: 1264px;
}
.contentselectedpopup .modal-dialog .modal-body {
  padding: 0px;
  background: #EBEBEB;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain {
  display: flex;
  gap: 8px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalleftbar {
  width: 100%;
  background: #fff;
  max-width: 565px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalleftbar .modalleftcontent {
  padding: 40px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalleftbar .modalleftcontent h3 {
  color: #091D36;
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalleftbar .modalleftcontent h6 {
  color: #136576;
  /* P/Para Lrg */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 38.568px */
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalleftbar .modalleftcontent p {
  color: #136576;
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  margin: 0px;
  /* 28.926px */
  max-width: 440px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar {
  width: 100%;
  background: #fff;
  padding: 40px 32px 32px 32px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar h5 {
  color: #091D36;
  text-align: center;
  /* P/Para Lrg */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 38.568px */
  margin-bottom: 24px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbox {
  display: flex;
  gap: 24px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbox .groupform {
  width: 100%;
  margin-bottom: 40px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbox .groupform .form-control {
  color: #9B9B9B;
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
  border-radius: 0px;
  padding: 16px;
  background: #F4F4F4;
  border: none;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbox .groupform select {
  background: url(../images/arrow_circle_down.svg) no-repeat 94% 50% #F4F4F4 !important;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .qualitybox {
  margin-top: 0px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbtn .btnselet {
  width: 100%;
  background: #FCFCFC;
  padding: 16px 32px;
  text-align: center;
  color: #B4B8BD;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbtn .active {
  background: #F4F4F4;
  color: #041122;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalduration {
  display: flex;
  margin: 40px 0px;
  justify-content: space-around;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalduration .totaldays {
  color: #091D36;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 38.568px */
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalduration .totaldays span {
  color: #136576;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalbtmbtn {
  display: flex;
  gap: 8px;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalbtmbtn a {
  text-align: center;
  width: 100%;
  padding: 16px 32px;
  text-align: center;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalbtmbtn .cancelbtn {
  color: #041122;
  background: #F4F4F4;
}
.contentselectedpopup .modal-dialog .modal-body .modalcontentmain .modalrightbar .totalbtmbtn .nextbtnbtn {
  background: #041122;
  color: #fff;
}

#pricepopup2 .modal-dialog .modal-body .modalcontentmain .modalrightbar .formbox .groupform {
  margin-bottom: 21px;
}

.paysuccessbox .modal-dialog {
  width: 800px;
  max-width: 100%;
}
.paysuccessbox .modal-dialog .modal-body {
  padding: 56px;
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess {
  text-align: center;
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess h2 {
  color: #091D36;
  /* Headings/03 */
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%;
  /* 45.184px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 16px;
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess p {
  color: #136576;
  text-align: center;
  /* P/Para Std */
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.7%;
  /* 28.926px */
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess .closemsg {
  background: #041122;
  padding: 21px 23px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  max-width: 185px;
  margin: auto;
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess .failformbtns {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess .failformbtns .closebtnfailed {
  text-align: center;
  width: 100%;
  padding: 16px 32px;
  text-align: center;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #041122;
  background: #F4F4F4;
  max-width: 185px;
}
.paysuccessbox .modal-dialog .modal-body .paymentsuccess .failformbtns .trybtnfailed {
  background: #041122;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 16px 32px;
  text-align: center;
  /* P/Btns + Fields/Btn Std */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  max-width: 185px;
}

.service-detail {
  position: relative;
}

.payment-success-sec .paysucc-inner .shop-table tr {
  background-color: #F4F4F4;
}
.payment-success-sec .paysucc-inner .shop-table tr td {
  border-bottom: 3px solid #fff;
}

.aboutbggrey {
  background: #f4f4f4;
}/*# sourceMappingURL=style.css.map */