:root {
  --yellow: #fff422;
  --dark-blue: #012181;
  --section-corner: 6vw;
  --blue-sample: #61b3f5;
  --color-sample-2: #2d6f8a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 40px;
}

.navbar-container {
  max-width: 1200px;
}

.navbar-section {
  z-index: 100;
  background-image: linear-gradient(#03032a, #19144c00);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
  left: 0;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  color: #fff422;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #fff422;
}

.page-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -82px;
  display: flex;
  position: relative;
}

.section-intro {
  color: #fff;
  padding: 60px 40px 40px;
  display: flex;
}

.standard-container {
  max-width: 1200px;
}

.section-2-1-grid {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  position: relative;
}

.main-body {
  background-image: radial-gradient(circle, #012181, #040020);
  font-family: Prompt, sans-serif;
}

.section-banner {
  filter: drop-shadow(0 7px 4px #00013c54);
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.section-detail-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.section-detail-heading {
  color: var(--yellow);
  border-left: 3px solid #ffcf22;
  width: 100%;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}

.section-detail-heading.blue-color {
  color: var(--dark-blue);
  border-left-color: #012181;
}

.section-detail-heading.white-color {
  color: #fff;
}

.section-detail-heading.service-section {
  color: var(--dark-blue);
  border-left-color: #012181;
}

.inline-break-span {
  display: inline-flex;
}

.section-detail-paragraph {
  border-left: 3px solid #e0e0e0;
  max-width: 550px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
}

.company-service {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(#fff 19%, #ffffffb3), url('../images/warehouse-bg-sample_1.avif');
  background-position: 0 0, 50%;
  padding: 80px 20px 60px;
}

.section-details-divide {
  color: #fff;
  padding: 40px;
}

.page-heading {
  z-index: 1;
  filter: drop-shadow(0 2px 10px #000000b3);
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 67px;
  position: relative;
}

.method-difference {
  background-color: #fff;
  padding: 60px 40px;
}

.section-select-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-select-grid.hidden {
  display: none;
}

.section-select-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 29px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.section-select-gradient {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 5px 4px #00000021);
  color: #704000;
  background-image: linear-gradient(135deg, #ffcf98, #ffe9cf 25%, #ffcf98 50%, #ffe9cf 75%, #ffcf98);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.section-select-gradient.blue-border {
  color: #fff;
  background-image: linear-gradient(135deg, #03042c, #011b6f 25%, #090b58 50%, #011b6f 75%, #03042c);
}

.section-select-heading {
  border-left: 3px solid #7c86d6;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 53px;
}

.section-select-heading.blue-color {
  color: #012181;
  border-left-color: #012181;
}

.select-banner {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.select-banner.up-position {
  object-position: 50% 0%;
}

.select-card-heading {
  font-weight: 500;
}

.why-us-section {
  z-index: 2;
  border-bottom-left-radius: var(--section-corner);
  border-bottom-right-radius: var(--section-corner);
  background-color: #fff;
  background-image: none;
  padding: 20px 40px 40px;
  position: relative;
}

.why-us-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 3px solid #d6d6d6;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
}

.section-list-link {
  color: #333;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.end-form {
  z-index: 1;
  background-image: url('../images/chaiyadet-bg-sample_1.avif');
  background-position: 25%;
  background-size: cover;
  margin-top: -110px;
  padding-top: 160px;
}

.section-bg-flex {
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
}

.section-bg-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  padding: 20px;
}

.footer {
  color: #fff;
  background-color: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
}

.header-bg-video {
  z-index: 0;
  border-bottom-left-radius: var(--section-corner);
  border-bottom-right-radius: var(--section-corner);
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-image: radial-gradient(circle at 50% 100%, #012181, #040020);
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-brand-heading {
  font-weight: 500;
}

.copyright-notice {
  font-size: 16px;
  line-height: 24px;
}

.section-contact-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 3px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.section-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.section-contact-icon {
  width: 40px;
}

.countdown {
  z-index: 100;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  background-color: #e40000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.countdown-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.countdown-cell {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.countdown-number {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.countdown-badge {
  letter-spacing: -.18px;
  background-color: #ad0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 1px 1px #95a0b21f;
}

.countdown-finish {
  color: #5f6674;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}

.countdown-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.countdown-time-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.bg-div-blue {
  background-color: #001566;
}

.bg-div-white {
  background-image: linear-gradient(135deg, #00276f, #0b142f 69%);
}

.bg-div-grey {
  background-color: #f3f3f3;
}

.sample-container {
  max-width: 1300px;
}

.paragraph {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 52px;
}

.countdown-2 {
  grid-row-gap: 0px;
  text-align: center;
  background-color: #f5f7f800;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sample-only {
  background-color: #ff2c2c;
}

.countdown-cell-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-sample-only {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 700;
  line-height: 72px;
}

.paragraph-sample-only {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 68px;
}

.countdown-badge-2 {
  color: #ff2c2c;
  letter-spacing: -.18px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 4px 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  box-shadow: 1px 1px 1px #95a0b21f;
}

.countdown-number-2 {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
  line-height: 72px;
}

.page-sub-head {
  z-index: 1;
  filter: drop-shadow(0 2px 10px #000000b3);
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  position: relative;
}

.service-detail-grid {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.service-detail-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-provide-detail {
  max-width: 386px;
  font-size: 20px;
  line-height: 27px;
}

.service-center-flex {
  justify-content: center;
  align-items: stretch;
}

.service-detail-icon {
  width: 80px;
}

.red-color-span {
  color: #f34c4e;
}

.section-bg-video {
  opacity: .4;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-name-bg {
  text-align: right;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 57px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-bg-text {
  z-index: 1;
  opacity: .26;
  color: #8dcfff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  line-height: 5.5vw;
  position: absolute;
  bottom: 14%;
  left: 17%;
}

.section-bg-text.service {
  color: #5db5fd;
  text-align: center;
  top: 40px;
  left: 0%;
  right: 0%;
}

.section-bg-text.benefit {
  text-align: right;
  top: 35px;
  left: auto;
  right: 50px;
}

.section-bg-text.growth {
  color: #f34c4e;
  text-align: right;
  font-size: 7vw;
  top: 40px;
  left: auto;
  right: 40px;
}

.section-bg-text.contact-us {
  opacity: 100;
  color: #fff;
  top: 25px;
  left: 40px;
}

.section-bg-text.faq {
  color: #5db5fd;
  text-align: right;
  top: 40px;
  left: auto;
  right: 40px;
}

.section-bg-text.hidden {
  display: none;
}

.header-bg-text {
  z-index: -1;
  opacity: .15;
  display: none;
  position: absolute;
}

.compare-heading {
  color: var(--dark-blue);
  font-size: 45px;
  font-weight: 600;
  line-height: 53px;
}

.compare-heading.blue-color {
  color: #012181;
  border-left-color: #012181;
}

.compare-sub-heading {
  color: var(--dark-blue);
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.compare-sub-heading.blue-color {
  color: #012181;
  border-left-color: #012181;
}

.compare-grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.compare-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  max-width: 350px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.compare-heading-flex {
  border-left: 3px solid #012181;
  padding-left: 20px;
}

.reviews {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.review-slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.review-slide-card {
  width: 25%;
}

.review-slide-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px 5px;
}

.review-card-heading {
  color: #012181;
  font-weight: 600;
}

.review-slide-cover {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  filter: drop-shadow(0 4px 2px #00000021);
  text-align: center;
  background-color: #fff;
  border: 2px solid #99c7ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.review-slide-arrow {
  color: #012181;
  width: 40px;
}

.review-slide-mask {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.experience-slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.company-experience {
  background-color: #fff;
  padding: 40px;
}

.experience-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-image: linear-gradient(135deg, #011b6f, #03042c);
  border: 3px solid #d6e0ff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 20px;
  display: flex;
}

.experience-logo {
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.experience-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.experience-detail-heading {
  color: #012181;
  font-weight: 600;
}

.experience-slide-mask {
  padding-bottom: 40px;
}

.experience-slide-arrow {
  color: #012181;
  width: 40px;
}

.hidden {
  display: none;
}

.experience-card-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.comapany-thai-name {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.company-english-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.compare-english-heading {
  font-weight: 400;
}

.compare-sub-heading-flex {
  justify-content: flex-start;
  align-items: center;
}

.compare-detail-slot {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  filter: drop-shadow(0 6px 4px #0000003b);
  text-align: center;
  background-color: #fff2e3;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 30px 20px 20px;
  display: flex;
  position: relative;
}

.compare-detail-slot.light-blue {
  background-color: #2d3fdf40;
}

.compare-detail-heading {
  color: #fff;
  background-color: #704000;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 500;
  position: absolute;
  top: -20px;
}

.compare-detail-heading.blue-color {
  background-color: #002ec2;
}

.compare-detail-paragraph {
  font-size: 18px;
  line-height: 24px;
}

.compare-detail-slot-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
}

.compare-example {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.compare-example-heading {
  color: var(--dark-blue);
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.compare-example-heading.brown-color {
  color: #704000;
}

.compare-example-detail {
  font-size: 16px;
  line-height: 22px;
}

.work-details {
  color: #fff;
  padding: 60px 20px 40px;
}

.work-details-heading {
  color: var(--yellow);
  border-left: 3px solid #fff422;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}

.work-details-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 8px 10px #0006);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.work-details-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #babdff2b;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  min-height: 235px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.work-details-card-heading {
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}

.work-details-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
}

.work-details-english-heading {
  font-weight: 500;
}

.work-detail-heading-flex {
  border-bottom: 2px solid #6c82ff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

.why-us-listing {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.why-us-list-heading {
  font-weight: 500;
}

.why-us-details {
  font-size: 16px;
  line-height: 22px;
}

.footer-heading-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.company-list-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.widget {
  filter: drop-shadow(0 4px 6px #00000075);
  background-image: linear-gradient(135deg, #1741bd, #312297);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.logo-temp {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.widget-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.widget-list.w--open {
  background-color: #0000;
  background-image: linear-gradient(135deg, #1c47c7, #180886);
  border-radius: 10px;
  flex-flow: column;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  bottom: 65px;
}

.widget-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.widget-link:hover {
  transform: scale(1.1);
}

.widget-link.hidden {
  display: none;
}

.widget-link-icon {
  width: 40px;
}

.divide-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.divide-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 5px 6px #00028852);
  color: #fff;
  background-image: linear-gradient(135deg, #2447c9, #0a31a8);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  padding: 10px 40px;
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.divide-contact-link:where(.w-variant-939cbb3b-45d4-d148-292f-77efc27febaa) {
  filter: drop-shadow(0 5px 6px #00000024);
  color: #0029a3;
  background-color: #fff;
  background-image: none;
  border: 3px solid #e7f2ff;
}

.divide-contact-link:hover {
  transform: scale(1.05);
}

.divide-contact-link.hidden {
  display: none;
}

.divide-contact-icon {
  width: 40px;
}

.work-detail-icon {
  z-index: -1;
  opacity: .08;
  mix-blend-mode: soft-light;
  width: 150px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.work-detail-icon.icon-2 {
  width: 110px;
}

.work-detail-icon.icon-3 {
  width: 115px;
  bottom: -10px;
  right: -18px;
}

.work-detail-icon.icon-5 {
  width: 130px;
  bottom: -27px;
  right: -16px;
}

.work-detail-icon.icon-1 {
  width: 150px;
  bottom: -30px;
  right: -27px;
}

.divide-contact-dropdown {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.divide-contact-list.w--open {
  background-color: #0d34ad;
  border-radius: 10px;
  top: 71px;
}

.divide-contact-list.w--open:where(.w-variant-939cbb3b-45d4-d148-292f-77efc27febaa) {
  filter: drop-shadow(0 5px 6px #00000024);
  background-color: #fff;
}

.divide-contact-phone-link {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

.divide-contact-phone-link:where(.w-variant-939cbb3b-45d4-d148-292f-77efc27febaa) {
  color: #0029a3;
}

.divide-contact-phone-link:hover {
  color: var(--yellow);
}

.divide-contact-phone-link:hover:where(.w-variant-939cbb3b-45d4-d148-292f-77efc27febaa) {
  color: #000;
}

.widget-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.widget-phone-list.w--open {
  background-color: #0a007c;
  border-radius: 10px;
  bottom: 72px;
  right: 0;
}

.widget-phone-link {
  color: #fff;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.widget-phone-link:hover {
  color: var(--yellow);
}

.divide-contact-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.divide-contact-heading:where(.w-variant-939cbb3b-45d4-d148-292f-77efc27febaa) {
  color: #0029a3;
}

.section-contact-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.section-contact-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 25px;
  line-height: 32px;
  display: flex;
}

.section-contact-phone-list.w--open {
  background-color: #011e78;
  border-radius: 10px;
}

.section-contact-phone-link {
  color: #fff;
}

.compare-sample-grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.section-center-flex {
  justify-content: center;
  align-items: stretch;
}

.example-head {
  font-weight: 500;
}

.widget-icon {
  width: 40px;
}

.contact-address {
  margin-left: 10px;
  font-size: 20px;
  line-height: 27px;
}

@media screen and (max-width: 991px) {
  .page-header {
    margin-top: -100px;
  }

  .section-intro {
    padding-top: 40px;
  }

  .section-2-1-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-banner {
    max-width: 500px;
  }

  .section-detail-flex {
    max-width: 550px;
  }

  .section-detail-heading.blue-color, .section-detail-heading.service-section {
    max-width: 500px;
  }

  .company-service {
    padding-top: 60px;
  }

  .page-heading {
    font-size: 50px;
    line-height: 57px;
  }

  .section-select-gradient {
    max-width: 550px;
  }

  .end-form {
    background-image: url('../images/ftg-mobile-contact-bg.png');
  }

  .section-bg-flex {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .section-bg-card {
    width: 70%;
  }

  .nav-menu {
    background-color: #001657;
    border-radius: 10px;
    margin-top: 10px;
  }

  .paragraph {
    font-size: 32px;
    line-height: 42px;
  }

  .countdown-2 {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-sample-only {
    font-size: 82px;
    line-height: 92px;
  }

  .paragraph-sample-only {
    font-size: 32px;
    line-height: 42px;
  }

  .service-detail-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .service-provide-detail {
    max-width: none;
    font-size: 18px;
    line-height: 24px;
  }

  .service-center-flex {
    justify-content: center;
    align-items: center;
  }

  .compare-grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .compare-heading-flex {
    width: 100%;
    max-width: 550px;
  }

  .compare-detail-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .work-details-heading {
    width: 100%;
  }

  .work-details-card {
    justify-content: flex-start;
    align-items: flex-start;
    width: 49%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .company-list-flex {
    max-width: 550px;
  }

  .nav-menu-button {
    color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #001657;
    border-radius: 10px;
  }

  .compare-sample-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-center-flex {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section-detail-heading {
    font-size: 30px;
    line-height: 37px;
  }

  .page-heading {
    font-size: 40px;
    line-height: 47px;
  }

  .method-difference {
    padding-bottom: 40px;
  }

  .footer-flex {
    text-align: center;
  }

  .paragraph {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-sample-only {
    font-size: 62px;
    line-height: 72px;
  }

  .paragraph-sample-only {
    font-size: 22px;
    line-height: 32px;
  }

  .countdown-badge-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .countdown-number-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .page-sub-head {
    font-size: 30px;
    line-height: 37px;
  }

  .company-experience {
    padding-top: 20px;
  }

  .work-details-heading {
    width: auto;
    font-size: 30px;
    line-height: 37px;
  }

  .work-details-card {
    width: 100%;
    max-width: 350px;
  }

  .example-head {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    text-align: center;
  }

  .page-header {
    height: 70vh;
  }

  .section-detail-heading.service-section {
    text-align: center;
    border-left-style: none;
    padding-left: 0;
  }

  .section-detail-paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .company-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-details-divide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-heading {
    font-size: 30px;
    line-height: 37px;
  }

  .method-difference {
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-card-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .why-us-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bg-flex {
    height: 80vh;
  }

  .section-bg-card {
    width: 90%;
  }

  .footer-brand-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .footer-brand-heading.english, .page-sub-head {
    font-size: 20px;
    line-height: 27px;
  }

  .service-detail-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .service-provide-detail {
    text-align: center;
    max-width: 250px;
  }

  .compare-heading {
    font-size: 30px;
    line-height: 37px;
  }

  .compare-sub-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .company-experience {
    padding-left: 20px;
    padding-right: 20px;
  }

  .compare-english-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .compare-detail-slot {
    width: 100%;
  }

  .compare-detail-slot-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .why-us-list-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .divide-contact-heading {
    font-size: 25px;
    line-height: 32px;
  }
}

#w-node-_16b55260-28d1-9884-0cf5-9a186d55f439-738078a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8563241e-5da0-be83-1fc9-de396f0bcb17-738078a3, #w-node-c7f1fa72-e7d0-4c0c-3e19-5995e8aa4f8f-738078a3, #w-node-c7f1fa72-e7d0-4c0c-3e19-5995e8aa4f88-738078a3, #w-node-_16b55260-28d1-9884-0cf5-9a186d55f439-738078a3 {
    justify-self: center;
  }

  #w-node-_7cbbcb47-c3fa-2c86-6e5d-4740cac73107-738078a3 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_74debd17-1351-277e-7232-40fb8a632aa0-738078a3, #w-node-_74debd17-1351-277e-7232-40fb8a632a99-738078a3 {
    justify-self: center;
  }
}


