@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.common-top-heading h1 {
  /* All Headings/Desktop/H1 */
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  color: #1C1813;
}
.common-top-heading p {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
}
.common-top-heading h6 {
  color: #005BB9;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
}

.common-top-heading.m-24 {
  max-width: 510px;
  text-align: center;
  margin-left: auto;
}
.common-top-heading.m-24 h1 {
  margin-bottom: 24px;
}
.common-top-heading.m-24 p {
  margin-bottom: 0;
}
.common-top-heading.m-24 h6 {
  margin-bottom: 8px;
}

.common-second-sec h5 {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  color: #005BB9;
}
.common-second-sec h4 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 24px;
}
.common-second-sec p {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  margin-bottom: 32px;
}

.primary-btn {
  background: #4A5F8C;
  padding: 22px 40px;
  display: inline-block;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #FFF;
  text-align: center;
  border: 0;
}

.secondary-btn {
  display: inline-block;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #1C1813;
  padding: 22px 40px;
  background: #B8D8E5;
  text-align: center;
}

.border-btn {
  border: 1px solid #1C1813;
  background: #FFF;
  padding: 22px 40px;
  display: inline-block;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #1C1813;
  text-align: center;
}

.common-form .form-control, .common-form .form-select {
  padding: 24px 40px;
  border: 1px solid #D0D0D0;
  background: #F6F6F6;
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  border-radius: 0;
  height: 75px;
}
.common-form .form-control::-moz-placeholder, .common-form .form-select::-moz-placeholder {
  color: #1C1813;
}
.common-form .form-control::placeholder, .common-form .form-select::placeholder {
  color: #1C1813;
}
.common-form .form-control[type=file], .common-form [type=file].form-select {
  background-image: url(../images/file-icon.svg);
  background-position: center right 32px;
  background-repeat: no-repeat;
  position: relative;
}
.common-form .form-control[type=file]::before, .common-form [type=file].form-select::before {
  content: "Attach Resume (max 50mb)";
  background-color: #F6F6F6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: inherit;
  width: 70%;
}
.common-form textarea.form-control, .common-form textarea.form-select {
  height: 300px;
}
.common-form .form-check {
  display: flex;
  gap: 24px;
}
.common-form .form-check .form-check-input {
  flex: 0 0 24px;
  height: 24px;
  background-color: #F4FCFF;
  border: 1px solid #656565;
  border-radius: 0;
}
.common-form .form-check .form-check-input:checked {
  background-color: #B8D8E5;
  background-image: url(../images/check-icon.svg);
  border: 0;
  background-size: 16.8px;
}
.common-form .form-check .form-check-label {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
}
.common-form .form-control[type=date], .common-form [type=date].form-select {
  position: relative;
}
 /*.common-form .form-control[type=date]::after, .common-form [type=date].form-select::after {
  content: "Date of Birth";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 100%;
  background-color: #F6F6F6;
  padding: inherit;
}*/
.common-form .form-select {
  background-image: url(../images/select-icon.svg);
  background-position: center right 40px;
  background-repeat: no-repeat;
}

.modal-form .form-label {
  /* All Headings/Desktop/H5 */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 8px;
}
.modal-form .form-control,
.modal-form .form-select {
  padding: 20px 16px;
  border: 0;
  border-bottom: 1.5px solid #D0D0D0;
  background: #F6F6F6;
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  border-radius: 0;
  height: 64px;
}
.modal-form .form-control::-moz-placeholder, .modal-form .form-select::-moz-placeholder {
  color: #1C1813;
}
.modal-form .form-control::placeholder,
.modal-form .form-select::placeholder {
  color: #1C1813;
}
.modal-form .input-wrap {
  position: relative;
}
.modal-form .input-wrap span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal-form .input-wrap .minus-icon {
  right: 16px;
}
.modal-form .input-wrap .add-icon {
  right: 48px;
}
.modal-form .form-select {
  background-image: url(../images/modal-form-selection-img.svg);
  background-size: auto;
  background-position: center right 16px;
  background-repeat: no-repeat;
}

Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
Header .desktop-header {
  max-width: 1257px;
  margin: auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
Header .desktop-header > nav {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
Header .desktop-header > nav .nav-items {
  display: flex;
  gap: 56px;
  align-items: center;
}
Header .desktop-header > nav .nav-items a {
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #1C1813;
}
Header .desktop-header > nav .nav-icon-sec {
  display: flex;
  align-items: center;
  gap: 24px;
}
Header .desktop-header > nav .nav-icon-sec .cart-icon-sec {
  position: relative;
}
Header .desktop-header > nav .nav-icon-sec .cart-icon-sec span {
  width: 16px;
  height: 16px;
  position: absolute;
  background: #4A5F8C;
  color: #F4FCFF;
  font-family: "Arimo", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  right: -5px;
  top: -2px;
}
Header .desktop-header > nav .nav-icon-sec .currency-wrap {
  position: relative;
}
Header .desktop-header > nav .nav-icon-sec .currency-wrap .currency-btn[aria-expanded=false] .currency-Icon-active {
  display: none;
}
Header .desktop-header > nav .nav-icon-sec .currency-wrap .currency-btn[aria-expanded=true] .currency-Icon-active {
  display: inline;
}
Header .desktop-header > nav .nav-icon-sec .currency-wrap .currency-btn[aria-expanded=true] .currency-Icon {
  display: none;
}
Header .desktop-header > nav #currency-icon {
  position: absolute;
  box-shadow: 0px 0.741px 3.148px 0px rgba(51, 62, 125, 0.03), 0px 3.259px 6.519px 0px rgba(51, 62, 125, 0.04), 0px 8px 13px 0px rgba(51, 62, 125, 0.05), 0px 15.407px 25.481px 0px rgba(51, 62, 125, 0.07), 0px 25.926px 46.852px 0px rgba(51, 62, 125, 0.08), 0px 40px 80px 0px rgba(51, 62, 125, 0.11);
  margin-top: 16.5px;
  left: 50%;
  transform: translateX(-50%);
}
Header .desktop-header > nav #currency-icon .card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  min-width: 120px;
  border: 0;
}
Header .desktop-header > nav #currency-icon .card a {
  display: block;
  text-align: center;
  padding: 20px 40px;
}
Header .desktop-header > nav #currency-icon .card a:first-child {
  border-top: 1px solid #4A5F8C;
  border-right: 1px solid #4A5F8C;
  border-left: 1px solid #4A5F8C;
  background: #FFF;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #4A5F8C;
}
Header .desktop-header > nav #currency-icon .card a:nth-child(2) {
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  background: #4A5F8C;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #FFF;
}
Header .desktop-header > nav #currency-icon .card a:nth-child(3) {
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #4A5F8C;
  border-right: 1px solid #4A5F8C;
  border-bottom: 1px solid #4A5F8C;
  border-left: 1px solid #4A5F8C;
  background: #FFF;
}

.normal-header {
  position: relative;
  background-color: white;
}

header.active {
  background-color: white;
  position: fixed;
}

footer {
  background: url(../images/footer-wrap-bg.png) no-repeat center right;
  background-size: cover;
  min-height: 444px;
  padding: 80px 0 100px 0;
}
footer .footer-wrap {
  max-width: 1257px;
  margin: auto;
}
footer .footer-wrap .footer-top-sec {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .footer-top-sec .footer-logo-sec {
  max-width: 315px;
  width: 100%;
}
footer .footer-wrap .footer-top-sec .footer-logo-sec .footer-details-sec {
  margin-top: 24px;
}
footer .footer-wrap .footer-top-sec .footer-logo-sec .footer-details-sec address,
footer .footer-wrap .footer-top-sec .footer-logo-sec .footer-details-sec a {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  margin-bottom: 8px;
  display: inline-block;
}
footer .footer-wrap .footer-top-sec .footer-right-sec {
  max-width: 734px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
footer .footer-wrap .footer-top-sec .footer-right-sec .footer-Services-sec {
  max-width: 184px;
  width: 100%;
}
footer .footer-wrap .footer-top-sec .footer-right-sec .footer-Services-sec h4 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 16px;
}
footer .footer-wrap .footer-top-sec .footer-right-sec .footer-Services-sec nav a {
  /* All Paragraphs/Extra Large */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  color: #1C1813;
  margin-bottom: 8px;
  display: block;
}
footer .footer-wrap .footer-top-sec .footer-right-sec .footer-Services-sec nav a:last-child {
  margin-bottom: 0;
}
footer .footer-wrap .footer-bottom-sec {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 16px;
}
footer .footer-wrap .footer-bottom-sec p {
  margin-bottom: 0;
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
}

.welcome-top-sec {
  position: relative;
}
.welcome-top-sec .welcome-container {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-top-sec .welcome-container .welcome-wrap {
  max-width: 1330px;
  margin: auto;
}
.welcome-top-sec .welcome-container .welcome-wrap .welcome-content {
  margin-left: auto;
  max-width: 405px;
}
.welcome-top-sec .welcome-container .welcome-wrap .welcome-content h1,
.welcome-top-sec .welcome-container .welcome-wrap .welcome-content p {
  margin-bottom: 32px;
}
.welcome-top-sec .welcome-left-img {
  position: absolute;
  top: 52%;
  left: 8%;
  transform: translateY(-50%);
}

.explore-Services-sec {
  background-color: #F4FCFF;
  position: relative;
}
.explore-Services-sec .explore-service-sec {
  max-width: 749px;
  padding: 143.5px 0 163.5px;
  margin-left: auto;
}
.explore-Services-sec .explore-service-sec h4 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 56px;
}
.explore-Services-sec .explore-service-sec .explore-our-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.explore-Services-sec .explore-service-sec .explore-our-items .explore-item-content {
  max-width: 640px;
  width: 100%;
  padding: 48px 0;
  border-top: 2px solid #9B9B9B;
}
.explore-Services-sec .explore-service-sec .explore-our-items .text-wrap {
  max-width: 537px;
}
.explore-Services-sec .explore-service-sec .explore-our-items .text-wrap h5 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 16px;
}
.explore-Services-sec .explore-service-sec .explore-our-items .text-wrap p {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
  margin-bottom: 0;
}
.explore-Services-sec .explore-our-service-left-img {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 49%;
}

.easy-Steps-sec {
  padding: 100px 0 120px 0;
  background: url(../images/step-sec-img.png) no-repeat center center;
  min-height: 699px;
}
.easy-Steps-sec .easy-step-content h4 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 64px;
  text-align: center;
}
.easy-Steps-sec .easy-step-content .easy-step-items-wrap {
  display: flex;
  justify-content: space-between;
}
.easy-Steps-sec .easy-step-content .easy-step-items-wrap .easy-step-items {
  max-width: 340px;
  text-align: center;
}
.easy-Steps-sec .easy-step-content .easy-step-items-wrap .easy-step-items h5 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 8px;
  margin-top: 16px;
}
.easy-Steps-sec .easy-step-content .easy-step-items-wrap .easy-step-items p {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  margin-bottom: 24px;
}
.easy-Steps-sec .easy-step-content .easy-step-items-wrap .easy-step-items a {
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #1C1813;
  display: inline-block;
  padding: 4px 0;
  border-bottom: 1px solid #1C1813;
}

.learn-More-About-sec {
  background: #F4FCFF;
  position: relative;
}
.learn-More-About-sec .learn-more-about-wrap {
  max-width: 1257px;
  margin: auto;
  padding: 138px 0;
}
.learn-More-About-sec .learn-more-about-wrap .common-second-sec {
  max-width: 524px;
  padding-top: 32px;
}
.learn-More-About-sec .learn-more-about-wrap .common-second-sec h5 {
  margin-bottom: 8px;
}
.learn-More-About-sec .learn-more-about-wrap .common-second-sec h4 {
  margin-bottom: 24px;
}
.learn-More-About-sec .learn-more-about-wrap .common-second-sec p {
  margin-bottom: 24px;
}
.learn-More-About-sec .learn-More-about-right-img {
  position: absolute;
  top: 53%;
  right: 9%;
  transform: translateY(-50%);
}

.your-Business-sec {
  padding: 100px 0 120px 0;
  background: #FFF;
  position: relative;
}
.your-Business-sec::before {
  content: "";
  background: url(../images/whatwecanimg.png) no-repeat bottom left;
  width: 1206px;
  height: 699px;
  position: absolute;
  bottom: 0;
}
.your-Business-sec .your-Business-left-img-sec {
  position: absolute;
  left: 8%;
  top: 53%;
  transform: translateY(-50%);
}
.your-Business-sec .your-Business-wrap {
  max-width: 1257px;
  z-index: 9;
  position: relative;
}
.your-Business-sec .your-Business-wrap .your-sec {
  margin-left: auto;
}

.your-sec {
  max-width: 515px;
}
.your-sec h4 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 40px;
}
.your-sec .your-sec-items-wrap .your-items-sec {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 40px;
}
.your-sec .your-sec-items-wrap .your-items-sec:last-child {
  margin-bottom: 0;
}
.your-sec .your-sec-items-wrap .your-items-sec .text-wrap h5 {
  /* All Headings/Desktop/H4 */
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.your-sec .your-sec-items-wrap .your-items-sec .text-wrap p {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
  margin-bottom: 0;
}

.most-Popular-Services-sec {
  padding: 100px 0 120px 0;
  background-color: #F4FCFF;
}
.most-Popular-Services-sec .most-popular-service-warp {
  max-width: 1257px;
  margin: auto;
}
.most-Popular-Services-sec .most-popular-service-warp h5 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 56px;
  text-align: center;
}
.most-Popular-Services-sec .most-popular-service-warp .most-popular-items-wrap {
  display: flex;
  gap: 19px;
  justify-content: center;
}
.most-Popular-Services-sec .most-popular-item {
  background: #FFF;
  box-shadow: 0px 0.741px 3.148px 0px rgba(51, 62, 125, 0.03), 0px 3.259px 6.519px 0px rgba(51, 62, 125, 0.04), 0px 8px 13px 0px rgba(51, 62, 125, 0.05), 0px 15.407px 25.481px 0px rgba(51, 62, 125, 0.07), 0px 25.926px 46.852px 0px rgba(51, 62, 125, 0.08), 0px 40px 80px 0px rgba(51, 62, 125, 0.11);
  max-width: 300px;
  width: 100%;
  padding: 32px 20px;
  text-align: center;
}
.most-Popular-Services-sec .most-popular-item h6 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin: 24px 0;
}
.most-Popular-Services-sec .most-popular-item p {
  margin-bottom: 24px;
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
}
.most-Popular-Services-sec .most-popular-item .secondary-btn {
  padding: 22px 0;
  width: 100%;
}

.happy-Questions-sec {
  padding: 152px 0 172px 0;
  background: url(../images/happy-Q-img.png) no-repeat top right;
  position: relative;
}
.happy-Questions-sec .happy-question-left {
  position: absolute;
  left: 8%;
  top: 53%;
  transform: translateY(-50%);
}
.happy-Questions-sec .happy-question-content {
  max-width: 1257px;
  margin: auto;
}
.happy-Questions-sec .happy-question-content .common-second-sec {
  text-align: center;
  max-width: 525px;
  margin-left: auto;
}
.happy-Questions-sec .happy-question-content .common-second-sec h5 {
  margin-bottom: 8px;
}
.happy-Questions-sec .happy-question-content .common-second-sec h4 {
  margin-bottom: 24px;
}
.happy-Questions-sec .happy-question-content .common-second-sec p {
  margin-bottom: 32px;
}

.our-service-top-section {
  position: relative;
}
.our-service-top-section .our-service-top-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-service-top-section .our-service-top-container .our-service-top-wrap {
  max-width: 1257px;
  margin: auto;
}
.our-service-top-section .our-service-landing-left {
  position: absolute;
  left: 8%;
  top: 52%;
  transform: translateY(-50%);
}

.clicks-Guaranteed-sec {
  padding-bottom: 120px;
}
.clicks-Guaranteed-sec .our-service-list-wrap {
  max-width: 1257px;
  margin: auto;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-items-wrap {
  margin-bottom: 24px;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-list {
  padding: 100px 0 0 0;
  position: relative;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1.5px solid #9B9B9B;
  gap: 8px;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-items:last-child {
  border-bottom: 1.5px solid #9B9B9B;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-items .text-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  gap: 0 30px;
  align-items: center;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-items .text-wrap h6 {
  /* All Headings/Desktop/H4 */
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-items span {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
  margin-left: auto;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-list-right {
  position: absolute;
  top: 61%;
  right: -6%;
  transform: translateY(-50%);
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-list-right-beyond {
  top: 66%;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-list-left .our-service-list-content {
  margin-left: auto;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-list-left .our-service-list-img {
  position: absolute;
  top: 64%;
  transform: translateY(-50%);
  left: -6%;
}
.clicks-Guaranteed-sec .our-service-list-wrap .our-service-list-left .our-service-list-img-grow {
  top: 69%;
}
.clicks-Guaranteed-sec .our-service-list-content {
  max-width: 557px;
}
.clicks-Guaranteed-sec .our-service-list-content h5 {
  margin-bottom: 8px;
}
.clicks-Guaranteed-sec .our-service-list-content h4 {
  margin-bottom: 16px;
}
.clicks-Guaranteed-sec .our-service-list-content p {
  margin-bottom: 24px;
}

.cant-Find-sec {
  background: url(../images/cant-Find-bg.png) no-repeat center right;
  padding: 125px 0 145px 0;
  position: relative;
  min-height: 670px;
}
.cant-Find-sec .cant-Find-content {
  max-width: 1257px;
  margin: auto;
}
.cant-Find-sec .cant-Find-content .common-second-sec {
  max-width: 525px;
}
.cant-Find-sec .cant-find-right-img {
  position: absolute;
  right: 0;
  top: 55%;
  right: 7%;
  transform: translateY(-50%);
}

.our-service-individual-top-section {
  min-height: 690px;
  background: url(../images/our-service-individual-top-social.png) no-repeat center left;
  background-size: cover;
  position: relative;
}
.our-service-individual-top-section .our-service-individual-top-img {
  position: absolute;
  top: 56%;
  left: 8%;
  transform: translateY(-50%);
}
.our-service-individual-top-section .our-service-top-container {
  padding: 223px 0;
}
.our-service-individual-top-section .our-service-top-container .our-service-top-wrap {
  max-width: 1257px;
  margin: auto;
}

.our-service-social-content {
  padding: 100px 0 120px 0;
  background: #FFF;
}
.our-service-social-content .our-service-social-content-wrap {
  max-width: 1257px;
  margin: auto;
}
.our-service-social-content .our-service-social-content-wrap .our-service-social-content-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 23px;
}
.our-service-social-content .our-service-social-content-wrap .our-service-social-content-item {
  border: 1px solid #B8D8E5;
  background: #F4FCFF;
  max-width: 617px;
  padding: 32px;
  text-align: center;
  box-shadow: 0px 0.741px 3.148px 0px rgba(51, 62, 125, 0.03), 0px 3.259px 6.519px 0px rgba(51, 62, 125, 0.04), 0px 8px 13px 0px rgba(51, 62, 125, 0.05), 0px 15.407px 25.481px 0px rgba(51, 62, 125, 0.07), 0px 25.926px 46.852px 0px rgba(51, 62, 125, 0.08), 0px 40px 80px 0px rgba(51, 62, 125, 0.11);
}
.our-service-social-content .our-service-social-content-wrap .our-service-social-content-item h4 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 8px;
}
.our-service-social-content .our-service-social-content-wrap .our-service-social-content-item h5 {
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #005BB9;
  margin-bottom: 16px;
}
.our-service-social-content .our-service-social-content-wrap .our-service-social-content-item p {
  margin-bottom: 24px;
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
}
.our-service-social-content .our-service-social-content-wrap .marketing-items {
  margin-top: -320px;
}
.our-service-social-content .our-service-social-content-wrap .our-service-box {
  display: grid;
  gap: 23px;
}
.our-service-social-content .our-service-social-content-wrap .cv-content-box {
  margin-top: -317px;
}
.our-service-social-content .our-service-social-content-wrap .blog-box {
  margin-top: -9px;
}
.our-service-social-content .our-service-social-content-wrap .tech-box {
  margin-top: -328px;
}

.our-service-individual-top-Creative-section {
  background: url(../images/our-service-individual-top-Creative-social.png) no-repeat center left;
  background-size: cover;
}

.about-top-sec {
  min-height: 760px;
  background: url(../images/about-top-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.about-top-sec .about-top-content-sec {
  max-width: 1257px;
  margin: auto;
  padding: 211px 0 231px 0;
}
.about-top-sec .about-top-left-img {
  position: absolute;
  top: 51%;
  left: 8%;
  transform: translateY(-50%);
}

.our-Promise-sec {
  background-color: #F4FCFF;
  padding: 149.5px 0;
  position: relative;
}
.our-Promise-sec .our-promise-container {
  max-width: 1257px;
  margin: auto;
}
.our-Promise-sec .our-promise-container .our-promise-wrap h6 {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #005BB9;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.our-Promise-sec .our-promise-container .our-promise-wrap h5 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 24px;
}
.our-Promise-sec .our-promise-container .our-promise-wrap ul {
  margin-bottom: 32px;
}
.our-Promise-sec .our-promise-container .our-promise-wrap ul li {
  padding-left: 32px;
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  margin-bottom: 16px;
  background: url(../images/bullet-point-icon.png) no-repeat center left;
}
.our-Promise-sec .our-promise-container .our-promise-wrap ul li:last-child {
  margin-bottom: 0;
}
.our-Promise-sec .our-promise-right-img {
  position: absolute;
  top: 53%;
  right: 8%;
  transform: translateY(-50%);
}

.our-Expertise-sec {
  background: #FFF;
  position: relative;
}
.our-Expertise-sec .our-Expertise-left-img {
  position: absolute;
  left: 8%;
  top: 51%;
  transform: translateY(-50%);
}
.our-Expertise-sec .our-Expertise-wrap {
  max-width: 1257px;
  margin: auto;
  padding: 100px 0 120px 0;
}
.our-Expertise-sec .our-Expertise-wrap .your-sec {
  margin-left: auto;
}

.career-Opportunities-sec {
  background-color: #F4FCFF;
  padding: 135px 0;
  position: relative;
}
.career-Opportunities-sec .career-Opportunities-wrap {
  max-width: 1257px;
  margin: auto;
}
.career-Opportunities-sec .career-Opportunities-wrap .common-second-sec {
  padding-top: 32px;
  max-width: 524px;
}
.career-Opportunities-sec .career-Opportunities-img {
  position: absolute;
  top: 55%;
  right: 8%;
  transform: translateY(-50%);
}

.contact-top-section {
  padding: 222px 0 242px 0;
  background: url(../images/contact-top-sec-bg.png) no-repeat center left;
  background-size: cover;
  position: relative;
}
.contact-top-section .contact-top-wrap {
  max-width: 1257px;
  margin: auto;
}
.contact-top-section .contact-top-wrap .common-top-heading {
  max-width: 550px;
}
.contact-top-section .contact-top-wrap .text-wrap {
  max-width: 328px;
  margin: auto;
}
.contact-top-section .contact-top-wrap .text-wrap address,
.contact-top-section .contact-top-wrap .text-wrap a {
  /* All Paragraphs/Extra Large */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  color: #1C1813;
  margin-bottom: 16px;
  display: inline-block;
}
.contact-top-section .contact-top-sec-right {
  position: absolute;
  top: 51%;
  left: 8%;
  transform: translateY(-50%);
}

.contact-content-sec {
  padding: 100px 0 124px 0;
  background: #FFF;
  position: relative;
}
.contact-content-sec .contact-content-right-img {
  position: absolute;
  top: 52.4%;
  right: 0;
  transform: translateY(-50%);
}
.contact-content-sec .contact-content-wrap {
  max-width: 1257px;
  margin: auto;
}
.contact-content-sec .contact-content-wrap .form-wrap {
  max-width: 523px;
}
.contact-content-sec .contact-content-wrap .form-wrap .form-group {
  margin-bottom: 24px;
}
.contact-content-sec .contact-content-wrap .btn-wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.join-top-sec {
  position: relative;
  padding: 248px 0 268px 0;
  background: url(../images/join-top-sec-bg.png) no-repeat bottom left;
  background-size: cover;
}
.join-top-sec .join-top-wrap {
  max-width: 1257px;
  margin: auto;
}
.join-top-sec .join-top-wrap .common-top-heading {
  margin-right: 20px;
}
.join-top-sec .join-top-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
}

.shopping-Cart-wrap {
  padding: 175px 0 120px 0;
  background: url(../images/newshoppingbg.png) no-repeat 0px -200px;
  background-size: contain;
  background-color: white;
}
.shopping-Cart-wrap .shopping-cart-container {
  max-width: 1257px;
  margin: auto;
}
.shopping-Cart-wrap .shopping-cart-container h1 {
  /* All Headings/Desktop/H1 */
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 56px;
  text-align: center;
}
.shopping-Cart-wrap .shopping-cart-container .shopping-tab-btn {
  width: 100%;
  display: flex;
}
.shopping-Cart-wrap .shopping-cart-container .shopping-tab-btn a {
  border-bottom: 1.5px solid #3C3C3C;
  background: #B8D8E5;
  display: inline-block;
  padding: 16px;
  flex: 1 1 314.5px;
  text-align: center;
  color: #1C1813;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.shopping-Cart-wrap .shopping-cart-container .shopping-tab-btn a.active {
  color: #F4FCFF;
  background: #4A5F8C;
}
.shopping-Cart-wrap .discount-sec {
  display: flex;
  justify-content: space-between;
}
.shopping-Cart-wrap .discount-sec .discount-wrap {
  max-width: 709px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  height: 112px;
  border-bottom: 1.5px solid #656565;
  background: #F4FCFF;
}
.shopping-Cart-wrap .discount-sec .discount-wrap input {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #1C1813;
}
.shopping-Cart-wrap .discount-sec .discount-wrap input::-moz-placeholder {
  color: #1C1813;
}
.shopping-Cart-wrap .discount-sec .discount-wrap input::placeholder {
  color: #1C1813;
}
.shopping-Cart-wrap .discount-sec .discount-wrap .btn {
  border: 1px solid #1C1813;
  background: #FFF;
  border-radius: 0;
  padding: 16px 40px;
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #1C1813;
}
.shopping-Cart-wrap .discount-sec .secure-Checkout-sec {
  max-width: 433px;
  width: 100%;
  margin-top: 40px;
}
.shopping-Cart-wrap .discount-sec .secure-Checkout-sec .secure-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
  margin-bottom: 16px;
}
.shopping-Cart-wrap .discount-sec .secure-Checkout-sec .secure-details h5 {
  flex: 1 1 200px;
  /* All Paragraphs/Extra Large */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  color: #1C1813;
  margin-bottom: 0;
  line-height: 1;
  text-align: right;
}
.shopping-Cart-wrap .discount-sec .secure-Checkout-sec .secure-details h6 {
  flex: 1 1 200px;
  text-align: right;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.shopping-Cart-wrap .discount-sec .secure-Checkout-sec .primary-btn {
  margin-top: 16px;
  width: 100%;
}

.shopping-table {
  background: transparent;
  border: 0;
  margin-bottom: 0;
}
.shopping-table th {
  height: 69px;
  vertical-align: top;
  background: #FFF;
  /* All Headings/Desktop/H4 */
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  border-bottom: 1.5px solid #9B9B9B;
  padding: 0;
}
.shopping-table th:first-child {
  width: 470px;
  padding-left: 40px;
}
.shopping-table th:last-child {
  padding-right: 40px;
}
.shopping-table td {
  height: 140px;
  vertical-align: middle;
  border-bottom: 1.5px solid #9B9B9B;
  padding: 0;
}
.shopping-table td:first-child {
  width: 470px;
  padding-left: 40px;
}
.shopping-table td:last-child {
  text-align: end;
  padding-right: 40px;
}
.shopping-table h6 {
  font-family: "League Spartan", sans-serif;
  color: #1C1813;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.shopping-table p {
  margin-bottom: 0;
  /* All Paragraphs/Extra Large */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  color: #1C1813;
}
.shopping-table .num {
  width: 30px;
  height: 30px;
  color: #1C1813;
  leading-trim: both;
  text-edge: cap;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  vertical-align: middle;
  /* 27px */
  border: 1px solid #656565;
  display: inline-block;
  background: #F4FCFF;
  text-align: center;
}
.shopping-table .total-text {
  font-weight: 700;
}
.shopping-table tr:nth-child(odd) td {
  background-color: #F4FCFF;
}
.shopping-table tr:nth-child(odd) td .num {
  background: #fff;
}

.shipping-Information-sec {
  border-radius: 0px 0px 13px 13px;
  background: #FFF;
  box-shadow: 0px 0.741px 3.148px 0px rgba(51, 62, 125, 0.03), 0px 3.259px 6.519px 0px rgba(51, 62, 125, 0.04), 0px 8px 13px 0px rgba(51, 62, 125, 0.05), 0px 15.407px 25.481px 0px rgba(51, 62, 125, 0.07), 0px 25.926px 46.852px 0px rgba(51, 62, 125, 0.08), 0px 40px 80px 0px rgba(51, 62, 125, 0.11);
  padding: 64px 66px;
}
.shipping-Information-sec .form-bottom-sec {
  display: flex;
  gap: 24px;
  margin-top: 96px;
  align-items: center;
}
.shipping-Information-sec .form-bottom-sec .form-check {
  flex: 1 1 auto;
  align-items: center;
}
.shipping-Information-sec .form-bottom-sec .form-check .form-check-input {
  margin-top: 0px;
}
.shipping-Information-sec .form-bottom-sec .form-check .form-check-label {
  line-height: normal;
}
.shipping-Information-sec .form-bottom-sec button,
.shipping-Information-sec .form-bottom-sec .marster-wrap {
  margin-left: auto;
}
.shipping-Information-sec .shopping-confirmation-top-title {
  max-width: 754px;
  margin: auto;
  text-align: center;
}
.shipping-Information-sec .shopping-confirmation-top-title .btn-wrap .primary-btn {
  max-width: 224px;
  width: 100%;
}
.shipping-Information-sec .shopping-confirmation-top-title h5 {
  /* All Headings/Desktop/H2 */
  font-family: "League Spartan", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 24px;
}
.shipping-Information-sec .shopping-confirmation-top-title h5 .successful-text {
  color: #007800;
}
.shipping-Information-sec .shopping-confirmation-top-title p {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  max-width: 579px;
  margin: auto;
  margin-bottom: 32px;
}
.shipping-Information-sec .shopping-confirmation-top-title .btn-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.personal-Informations-sec h6 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 40px;
  text-align: center;
}
.personal-Informations-sec h6:last-of-type {
  margin-top: 64px;
}
.personal-Informations-sec .form-wrap .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.personal-Informations-sec .form-wrap .form-flex .form-group {
  flex: 1 1 491px;
}

.order-Summary-section {
  margin-top: 64px;
}
.order-Summary-section > h6 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.order-Summary-section .shopping-table td:nth-child(2), .order-Summary-section .shopping-table td:nth-child(3) {
  width: 110px;
}
.order-Summary-section .shopping-table tbody tr:last-child td {
  border: 0;
}

.shopping-cart-confirmation-sec {
  background-image: url(../images/successbg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.shopping-cart-confirmation-sec .order-Summary-section {
  margin-top: 40px;
}
.shopping-cart-confirmation-sec .order-Summary-section .shopping-table tbody tr:last-child td {
  border-bottom: 1.5px solid #656565;
}
.shopping-cart-confirmation-sec .order-Summary-section .shopping-table tfoot td {
  height: 92px;
  background: white;
  border: 0;
  color: #005BB9;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.shopping-cart-confirmation-sec .order-Summary-section .shopping-table tfoot .totlaprice-success {
  font-weight: 700;
}
.shopping-cart-confirmation-sec .order-Summary-section .shopping-table .num {
  border: 0;
  background: none;
}

.Unsuccessful-text {
  color: #C81414 !important;
}

.shopping-cart-confirmation-fail-sec .shipping-Information-sec .shopping-confirmation-top-title .btn-wrap .primary-btn {
  width: 224px;
}

.sign-section {
  padding: 175px 0 120px;
  background: url(../images/sign-section-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.sign-section .sign-sec-wrap {
  max-width: 1257px;
  margin: auto;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec {
  max-width: 455px;
  margin-left: auto;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .top-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .top-heading h1 {
  /* All Headings/Desktop/H1 */
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 0;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .top-heading p {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
  margin-bottom: 0;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .top-heading p a {
  color: #005BB9;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .btn-wrap .form-check {
  flex: 1 1 auto;
  gap: 16px;
  align-items: center;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .btn-wrap .form-check .form-check-label {
  margin-top: 5px;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .forgot-text {
  color: #1C1813;
  text-align: right;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-top: 8px;
  margin-bottom: 0;
}
.sign-section .sign-sec-wrap .sign-sec-content-sec .forgot-text a {
  color: inherit;
  text-decoration: underline;
}
.sign-section .sign-sec-left-img {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 13%;
}

.sign-up-sec {
  background: url(../images/registerbg.png) no-repeat top center;
}

#forgotModal .modal-dialog {
  max-width: 603px;
}
#forgotModal .modal-content {
  border: 1.5px solid #9B9B9B;
  background: #FFF;
  border-radius: 0;
}
#forgotModal .modal-content .modal-body {
  padding: 40px 64px 60px 64px;
}
#forgotModal h4 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 16px;
  text-align: center;
}
#forgotModal p {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
  text-align: center;
  margin-bottom: 24px;
}
#forgotModal .form-control, #forgotModal .common-form .form-select, .common-form #forgotModal .form-select {
  margin-bottom: 24px;
}
#forgotModal .btn-wrap {
  display: flex;
  justify-content: space-between;
}
#forgotModal .cross-icon-modal {
  position: absolute;
  top: 0;
  right: 0;
}

.sign-up-sec .form-check-wrap {
  margin: 24px 0;
}
.sign-up-sec .sign-up-sec-left-img {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  left: 13%;
}

.term-condition-sec {
  background: url(../images/termbg.png) no-repeat top center;
  background-size: cover;
  padding: 175px 0 184px 0;
}
.term-condition-sec .term-condition-wrap {
  max-width: 1017px;
  margin: auto;
}
.term-condition-sec .term-condition-wrap h1 {
  /* All Headings/Desktop/H1 */
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 104px;
  text-align: center;
}
.term-condition-sec .term-condition-wrap .para-wrap p .term-condition-wrap .para-wrap li {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  margin-bottom: 28px;
}

.error-sec {
  padding: 220px 0 165px 0;
  background: url(../images/errorbg.png) no-repeat top left;
  background-size: cover;
  position: relative;
}
.error-sec .error-wrap {
  max-width: 550px;
  margin: unset;
}
.error-sec .error-wrap p {
  margin-bottom: 32px;
}
.error-sec .error-wrap .btn-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.error-sec .error-right-img {
  position: absolute;
  top: 56%;
  right: 8%;
  transform: translateY(-50%);
}

.account-dashboard-sec {
  background: url(../images/account-dashboardbg.png) no-repeat top center;
  background-size: cover;
  padding: 175px 0 120px 0;
}
.account-dashboard-sec .account-dashboard-wrap {
  max-width: 1256px;
  margin: auto;
}
.account-dashboard-sec .account-dashboard-wrap .common-top-heading {
  max-width: 579px;
  margin: auto;
  text-align: center;
  margin-bottom: 56px;
}
.account-dashboard-sec .account-dashboard-wrap .common-top-heading h1,
.account-dashboard-sec .account-dashboard-wrap .common-top-heading p {
  margin-bottom: 16px;
}
.account-dashboard-sec .account-dashboard-wrap .common-top-heading a {
  /* Other/Desktop/Button CTA */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  color: #005BB9;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #005BB9;
}
.account-dashboard-sec .account-dashboard-wrap .tab-sec {
  width: 100%;
  display: flex;
}
.account-dashboard-sec .account-dashboard-wrap .tab-sec a {
  border-bottom: 1.5px solid #3C3C3C;
  background: #B8D8E5;
  display: inline-block;
  padding: 16px;
  flex: 1 1 314.5px;
  text-align: center;
  color: #1C1813;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.account-dashboard-sec .account-dashboard-wrap .tab-sec a.active {
  color: #F4FCFF;
  background: #4A5F8C;
}
.account-dashboard-sec .account-dashboard-wrap .account-dashboard-personal-sec {
  border-radius: 0px 0px 13px 13px;
  background: #FFF;
  padding: 64px 63px;
  /* Shadow */
  box-shadow: 0px 0.741px 3.148px 0px rgba(51, 62, 125, 0.03), 0px 3.259px 6.519px 0px rgba(51, 62, 125, 0.04), 0px 8px 13px 0px rgba(51, 62, 125, 0.05), 0px 15.407px 25.481px 0px rgba(51, 62, 125, 0.07), 0px 25.926px 46.852px 0px rgba(51, 62, 125, 0.08), 0px 40px 80px 0px rgba(51, 62, 125, 0.11);
}
.account-dashboard-sec .account-dashboard-wrap .account-dashboard-personal-sec .shopping-table p {
  color: #005BB9;
}
.account-dashboard-sec .account-dashboard-wrap .shopping-table th {
  height: 69px;
  vertical-align: top;
}
.account-dashboard-sec .account-dashboard-wrap .shopping-table td {
  height: 110px;
  color: #1C1813;
  /* All Paragraphs/Extra Large */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.account-dashboard-sec .account-dashboard-wrap .shopping-table td:not(td:first-child, td:last-child) {
  width: 210px;
}
.account-dashboard-sec .account-dashboard-wrap .shopping-table td:nth-last-child(2) {
  width: 129px !important;
}
.account-dashboard-sec .account-dashboard-wrap .shopping-table tr:last-child td {
  border: 0;
}

.securecheckout {
  background-position: top center;
  background-size: cover;
  background-image: url(../images/shippingbg.png);
  background-repeat: no-repeat;
}

.order-history-table-sm .order-history-table-wrap {
  padding: 33px 13.5px;
  border-top: 1px solid #3C3C3C;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 70px;
  justify-content: center;
}
.order-history-table-sm .order-history-table-wrap:nth-child(odd) {
  background: #F4FCFF;
}
.order-history-table-sm .order-history-table-wrap .order-history-table-items {
  width: 80px;
}
.order-history-table-sm .order-history-table-wrap .order-history-table-items:nth-child(even) {
  width: 50px;
}
.order-history-table-sm .order-history-table-wrap .order-history-table-items h6 {
  /* All Headings/Desktop/H4 */
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 8px;
}
.order-history-table-sm .order-history-table-wrap .order-history-table-items p {
  /* All Paragraphs/Large */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  color: #1C1813;
  margin-bottom: 0;
}
.order-history-table-sm .order-history-table-wrap .order-history-table-items .order-num {
  color: #005BB9;
}

.common-modal .modal-content {
  border: 0;
  padding: 0;
  border-radius: 0px;
  padding: 40px 64px 60px 64px;
}
.common-modal .modal-cross-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.common-modal .modal-dialog {
  max-width: 793px;
  width: 100%;
}
.common-modal .top-heading-sec {
  margin-bottom: 32px;
}
.common-modal .top-heading-sec h6 {
  /* All Headings/Desktop/H3 */
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  color: #1C1813;
  text-align: center;
  margin-bottom: 16px;
}
.common-modal .top-heading-sec p {
  /* All Paragraphs/Medium */
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #1C1813;
  text-align: center;
  margin-bottom: 0;
}
.common-modal .form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.common-modal .form-wrap .form-group {
  flex: 1 1 45%;
}
.common-modal .form-wrap .form-group-100 {
  flex: 1 1 100%;
}
.common-modal .select-Quality-Level-sec {
  flex: 1 1 100%;
}
.common-modal .select-Quality-Level-sec h6 {
  /* All Headings/Desktop/H5 */
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  text-transform: capitalize;
  color: #1C1813;
  margin-bottom: 8px;
}
.common-modal .select-Quality-Level-sec ul {
  margin-bottom: 24px;
  border-radius: 13px;
  overflow: hidden;
}
.common-modal .select-Quality-Level-sec ul li {
  display: flex;
}
.common-modal .select-Quality-Level-sec ul li a {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  color: #1C1813;
  border-bottom: 1.5px solid #D0D0D0;
  background: #F6F6F6;
  padding: 20px;
  flex: 1 1 auto;
  text-align: center;
}
.common-modal .select-Quality-Level-sec ul li a.active {
  background: #B8D8E5;
}
.common-modal .select-Quality-Level-sec .total-Costs-sec {
  border: 1px solid #D0D0D0;
  background: #F6F6F6;
  padding: 17px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.common-modal .select-Quality-Level-sec .total-Costs-sec p {
  /* All Paragraphs/Extra Large */
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  color: #1C1813;
  margin-bottom: 0;
}
.common-modal .select-Quality-Level-sec .total-Costs-sec p span {
  font-weight: 600;
}
.common-modal .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.new-Service .modal-dialog {
  max-width: 598px;
}

.new-Service-Fail .modal-dialog {
  max-width: 528px;
}

.shopping-cartwrapper {
  background: url(../images/order-summarybg.png) no-repeat top center;
  background-size: cover;
}
.shopping-cartwrapper .shopping-table th {
  height: 109px;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */