.container-main {
  width: 100%;
  max-width: 1610px;
  padding-left: 90px;
  padding-right: 90px;
  margin: 0 auto;
}
.migration-setup-section {
  padding-top: 2px;
}
.migration-setup-section .migration-setup-banner {
    display: grid;
    grid-template-columns: 1fr 818px;
    align-items: center;
    justify-content: center;
}
.migration-setup-section .stress-free-migration .yellow-bg {
  display: inline-block;
  border-radius: 6px;
  background-color: rgba(250, 204, 21, 1);
  padding:6px 10px;
  margin-bottom: 21px;
  white-space: nowrap;
  display: none;
}
.migration-setup-section .stress-free-migration .yellow-bg i {
  font-size: 24px;
  color: #fff;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.migration-setup-section .stress-free-migration .yellow-bg span {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(22, 45, 90, 1);

}
.migration-setup-section .stress-free-migration h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(22, 45, 90, 1);
  margin: 0;
}
.migration-setup-section .stress-free-migration h1 span {
  color: rgba(0, 201, 49, 1);
  display: inline;
}
.migration-setup-section .stress-free-migration p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(80, 87, 102, 1);
  margin:10px 0;
}
/* Estimate your Migration Cost Section */
.estimate-your-migration-box {
  position: relative;
}
.lp_bx .migration-cost-btn-section {
  pointer-events: none;
}
.estimate-your-migration-section {
  /* background-color: rgba(54, 125, 249, 0.1); */
  background-color: #ebf2ff;
  background-image:
    linear-gradient(
      to bottom, 
      #ebf2ff,
      #ebf2ff 15%,
      #ebf2ff 50%,
      #ffffff 50%,
      #ebf2ff 50%
    );
  padding-top: 58px;
  padding-bottom: 131px;
}
.estimate-your-migration-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section {
  width: 100%;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section .migration-cost-dropdown-main {
  position: absolute;
  top: 112px;
  width: 349px;
  z-index: 1;
}
.estimate-your-migration-content .migration-cost-btn {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: flex-start;
  justify-content: center;
  grid-column-gap: 30px;
  padding-top: 46px;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-group {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-group > img {
  position: absolute;
  right: 20px;
  top: 50%;
}
.estimate-your-migration-content .migration-cost-btn a {
  display: flex;
  align-items: center;
  align-self: flex-start;
  height: 70px;
  pointer-events: none;
}
.estimate-your-migration-content .migration-cost-btn a img {
  width: 42px;
  height: 42px;
}
.estimate-your-migration-content .migration-cost-btn button {
    padding: 17px 15px;
    color: rgba(54, 125, 249, 1);
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
    width: 100%;
    position: relative;
}
.estimate-your-migration-content .migration-cost-btn button .shopify-box {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}

.estimate-your-migration-content .migration-cost-btn button img {
  width: 32px;
}
.migration-cost-btn-group .shopify-arrow {
  position: absolute;
  right: 15px;
}
.migration-cost-btn-group .shopify-arrow img {
  width: auto;
}
.estimate-your-migration-content .migration-cost-btn button.active {
  border-radius: 10px 10px 0 0;
}
.estimate-your-migration-content .migration-cost-btn button:hover,
.estimate-your-migration-content .migration-cost-btn button:focus,
.estimate-your-migration-content .migration-cost-btn button:focus-visible {
  background-color: #fff !important;
  outline: 0;
  box-shadow: none;
}
.estimate-your-migration-content .migration-cost-btn .btn-light:not(:disabled):not(.disabled).active {
  background-color: #fff !important;
  border-color: inherit;
  box-shadow: none !important;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section ul.migration-cost-dropdown {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 0;
  background-color: #fff;
  position: relative;
  top: -4px;
  border: solid 1px #e5e5e5;
  border-top: 0;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section ul.migration-cost-dropdown li {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  padding: 10px 15px;
  border-top: solid 1px #e5e5e5;
  height: 50px;
  cursor: pointer;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section ul.migration-cost-dropdown li span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section ul.migration-cost-dropdown li:last-child {
  border-bottom: 0;
}
.estimate-your-migration-content .migration-cost-btn .migration-cost-btn-section ul.migration-cost-dropdown li img {
  width: 32px;
}
/* Get A Free Estimate Section */
.get-free-estimate-section {
  max-width: 800px;
  margin: -80px auto 0;
  position: relative;
  top: 0;
  text-align: center;
  border: solid 1px #367df9;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(54, 125, 249, 0.12);
  border-radius: 24px;
  padding: 50px;
}
.get-free-estimate-form-box {
    max-width: 220px;
    width: 100%;
    
}
.get-free-estimate-section .get-free-estimate-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  text-align: left;
}
.get-free-estimate-section .get-free-estimate-form .form-group label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: rgba(22, 45, 90, 1);

}
.get-free-estimate-section .get-free-estimate-form .form-group input {
  height: 50px;
  background-color: rgba(80, 87, 102, 0.08);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(22, 45, 90, 1);
}
.btn-estimate {
  max-width: 210px;
  width: 100%;
  background: linear-gradient(180deg, #367DF9 0%, #0C51CA 100%);
  padding: 19px 30px;
  font-size: 16px;
  color: #fff !important;
  line-height: 18px;
  font-weight: 600;
  margin: 22px 0 0 0;
  border: 0;
  border-radius: 12px;
}
.btn-estimate:hover {
    background: linear-gradient(0deg, #367df9 100%, #0c51ca 0%);
}
.get-free-estimate-section p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.oops_msg {
  margin-top: 15px;
}
.oops_msg * {
  color: #f01;
}
.oops_msg.success * {
  color: #09ae60;
  margin: 0;
}
.estimate-for-migrating {
  /* max-width: 800px; */
  /* margin: 40px auto 0; */
  /* text-align: center; */
  /* border: solid 1px #367df9; */
  /* background-color: #ffffff; */
  /* border-radius: 24px; */
  /* padding: 50px; */
}
.estimate-for-migrating ul.estimate-count {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.estimate-for-migrating ul.estimate-count li {
  margin: 0;
  padding: 0 47px;
  display: flex;
  flex-direction: column;
  border-right: solid 1px rgba(80, 87, 102, 0.2);
  grid-row-gap: 11px;
}
.estimate-for-migrating ul.estimate-count li:last-child {
  border-right: 0;
}
.estimate-for-migrating ul.estimate-count li strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.estimate-for-migrating ul.estimate-count li span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  color: rgba(80, 87, 102, 0.7);
  margin: 0;
}
.estimate-for-migrating .blue_text {
  margin-bottom: 20px;
}
/* .estimate-for-migrating  .estimate-for-migrating-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: rgba(54, 125, 249, 1);
  margin: 54px 0 0 0;
  text-align: center;
} */
.estimate-for-migrating  .estimate-for-migrating-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(80, 87, 102, 1);
  margin: 0;
  text-align: center;
}
/* seamless-transition-section*/
.seamless-transition-section {
  margin: 130px auto 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 29px;
}
.seamless-transition-section .seamless-transition-box {
  border-radius: 24px;
  border: solid 1.5px rgba(238, 241, 244, 1);
  padding: 49px 27px 50px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.seamless-transition-section .icon-box {
  width: 100px;
  height: 100px;
  background-color: rgba(54, 125, 249, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.seamless-transition-section .seamless-transition-box h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: rgba(22, 45, 90, 1);
  margin:30px 0 11px;
}
.seamless-transition-section .seamless-transition-box p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  color: rgba(80, 87, 102, 1);
  margin: 0;
}
.seamless-transition-section .seamless-transition-box:hover {
  background-color: rgba(54, 125, 249, 0.05);
  /* cursor: pointer; */
}
.seamless-transition-section .seamless-transition-box:hover .icon-box {
  background-color: rgba(54, 125, 249, 1);
}
.seamless-transition-section .seamless-transition-box:hover .icon-box img {
  filter: invert(67%) sepia(50%) saturate(1244%) hue-rotate(190deg) brightness(500%) contrast(100%);
}
/* Easy Migration Process */
.easy-migration-process {
  background-color: rgb(227 238 255);
  padding: 79px 0 80px;
  text-align: center;
  position: relative;
  background: #367DF90D;
}
.easy-migration-process .easy-migration-process-line {
  border-top: 1px dashed rgba(80, 87, 102, 1);
  position: relative;
  top: 50px;
  width: 96%;
  margin: 0 auto;
}
.easy-migration-process .easy-migration-process-line-bottom {
 display: none;
}
.easy-migration-process .easy-migration-process-box {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 29px;
  padding-bottom: 0;
  position: relative;
}
.easy-migration-process .paadindTop {
  /* padding-top: 87px; */
  padding-bottom: 10px;
}
.easy-migration-process .easy-migration-process-box  .easy-migration-process-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  padding: 15px;
}
.easy-migration-process .easy-migration-process-box .easy-migration-process-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-row-gap: 26px;
}
.easy-migration-process .easy-migration-process-box .easy-migration-process-content h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: rgba(22, 45, 90, 1);
  margin: 0;
}
.easy-migration-process .easy-migration-process-box .easy-migration-process-content:hover .easy-migration-process-icon {
  background-color: rgba(54, 125, 249, 1);
  cursor: pointer;
} 
.easy-migration-process .easy-migration-process-box .easy-migration-process-content:hover .easy-migration-process-icon img {
  filter: invert(67%) sepia(50%) saturate(1244%) hue-rotate(190deg) brightness(500%) contrast(100%);
}
/* What gets Migrated Start*/
.what-gets-migrated {
  /* padding: 149px 0 150px 0; */
  text-align: center;
}
.migrated-tabs-section {
  padding-top: 9px;
}
.migrated-tabs-section .tab-content {
  padding-bottom: 20px;
  padding-top: 40px;
}
.migrated-tabs-section .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.migrated-tabs-section .nav-tabs button.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
  background-color: #fff;
  position: relative;
  top: -1px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #162d5a;
  border-radius: 14px 14px 0 0;
  height: 56px;
  border: 0;
}
.migrated-tabs-section .nav-tabs button.nav-link:hover {
  background-color: rgba(54, 125, 249, 1);
  color: #fff;
}
.migrated-tabs-section .nav-tabs button.nav-link img {
  opacity: 0.6;
}
.migrated-tabs-section .nav-tabs button.nav-link:hover img {
  filter: invert(67%) sepia(50%) saturate(1244%) hue-rotate(190deg) brightness(500%) contrast(100%);
  opacity: 1;
}
.migrated-tabs-section .nav-tabs button.nav-link.active {
  background-color: rgba(54, 125, 249, 1);
  color: #fff;
  opacity: 1;
}
.migrated-tabs-section .nav-tabs button.nav-link.active img {
  filter: invert(67%) sepia(50%) saturate(1244%) hue-rotate(190deg) brightness(500%) contrast(100%);
  opacity: 1;
}


.migrated-tabs-section .products-content-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  text-align: left;
  /* padding-top: 40px; */
}
.migrated-tabs-section .products-content-box2{
  max-width: 80%;
  /* margin: 0 auto; */
  padding-left: 20px;
}
ul.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.products-list li {
  margin: 0;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  grid-column-gap: 13px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(80, 87, 102, 1);
  text-align: left;
}
ul.products-list li:first-child {
  padding-top: 0;
}
ul.products-list li strong {
  white-space: nowrap;
}
/* Numbers we have been Start */
.numbers-we-have-been-section {
  background-color: rgba(54, 125, 249, 0.05);
  padding: 78px 0 80px;
  text-align: center;
  background: rgb(227 238 255);
}
.numbers-we-have-been-box {
  max-width: 1460px;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0 20px;
}
.numbers-we-have-been-box .numbers-box {
  border-radius: 16px;
  background-color: #fff;
  padding: 52px 15px 49px;
  width: 100%;
  margin: 0 10px;
}
.numbers-we-have-been-box .numbers-box img {
  display: inline-block;
}
.numbers-we-have-been-box .numbers-box h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin: 21px 0 7px;
  color: rgba(22, 45, 90, 1);
}
.numbers-we-have-been-box .numbers-box p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  color: rgba(80, 87, 102, 1);
  /* white-space: nowrap; */
}
.numbers-we-have-been-section .btn-estimate {
  margin-top: 40px;
}
/* One Expert Team Start */
.one-expert-team-section {
  padding: 150px 0;
}
.one-expert-team-icon-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding-top: 66px;
}
.one-expert-team-icon-box .expert-team-icon {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  height: 80px;
}
.supported-carts-btn {
  margin-top: 0;
  width: 100%;
  background: linear-gradient(180deg, #367DF9 0%, #0C51CA 100%);
  padding: 19px 30px;
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  height: 80px;
}
.supported-carts-btn span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
/* FAQs Start*/
.faqs-section {
  padding: 50px 0 0;
}

/* Migrate Your Ecommerce Platform Start */
.migrate-your-ecommerce-platform-section {
  position: relative;
  background-color: rgba(54, 125, 249, 1);
  border-radius: 24px;
  padding: 62px 15px 60px;
  overflow: hidden;
  text-align: center;
}
.migrate-your-ecommerce-platform-section h3 {
  max-width: 632px;
  margin: 0 auto;
  font-size: 1.666666rem;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.migrate-your-ecommerce-platform-section .circle-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.migrate-your-ecommerce-platform-section .free-Estimate-btn {
  max-width: 210px;
  width: 100%;
  background-color: rgba(22, 45, 90, 1);
  padding: 19px 30px;
  font-size: 16px;
  color: #fff !important;
  line-height: 18px;
  font-weight: 600;
  margin: 40px 0 0 0;
  border: 0;
  border-radius: 12px;
}

.migrated-tabs-section .three_pack_tabs .nav-tabs {
  border: 0;
  width: 100%;
  column-gap: 20px;
  margin-bottom: 20px;
}
.migrated-tabs-section .three_pack_tabs .nav-tabs button.nav-link {height: auto;border-radius: 0;color: #9d9d9d;transition: all ease 0.5s;top: 0;border-bottom: 3px solid #50576680;padding: 5px 0;}
.migrated-tabs-section .three_pack_tabs .nav-tabs button.nav-link:hover,
.migrated-tabs-section .three_pack_tabs .nav-tabs button.nav-link.active {color: #162d5a;/* background: #162d5a; */background: transparent;border-color: #162d5a;}

.table_custom.checkbox_ps_wrap tr:hover {
  background: initial;
}
.table_custom.checkbox_ps_wrap tr td {
  padding: 15px 15px;
}

.inner_table {
  margin-bottom: 0;
}
.table_custom.checkbox_ps_wrap .inner_table tr td {
  padding: 10px 10px;
}
.inner_table td.col_view {
  width: 100px;
  text-align: center;
}

.checkbox_item {
  align-items: center;
  /* border: 1px solid #eee; */
  padding: 10px;
  width: 100%;
  /* margin-bottom: 20px; */
  /* box-shadow: 0px 0px 10px 0px #ebf2ff; */
  /* border-radius: 5px; */
}
.checkbox_item .checkbox_ps {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #162d5a;
  color: #367DF9;
  /* color: #00c931; */
  font-weight: 600;
}
.checkbox_item .checkbox_ps .checkbx {
  line-height: inherit;
}
.checkbox_item .checkbox_ps .checkbx .checkmark {
    top: 2px;
}

.pack_view {
  display: inline-block;
}
.pack_view a {
  color: #fff;
  background: #162d5a;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
}
.pack_info {
    /* flex-direction: column; */
    display: flex;
    align-items: center;
    /* padding-left: 10px; */
    /* padding-right: 20px; */
    gap: 10px;
    font-size: 16px;
    color: #367DF9;
    color: #00c931;
    color: #162d5a;
    font-weight: 500;
}
.pack_info .fa {
    color: #00c931;
}
.pack_info p {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    max-width: max-content;
    font-size: inherit;
    color: inherit;
}


/* lp page */
body.not_sticky_header:not(.home) {
  padding: 0;
}
body.not_sticky_header:not(.home) .header {
  background: transparent;
  position: initial;
}
.migration_features .table_custom thead tr:hover {
  background: inherit;
}
.migration_features .table_custom tr th {
  background: transparent;
}
.migration_features .table_custom tr > th:first-child, .migration_features .table_custom tr > td:first-child {
  /* width: 30%; */
  /* min-width: 300px; */
  width: 20%;
}
.migration_features .table_custom tr > th, .migration_features .table_custom tr > td {
  width: 40%;
  text-align: left;
  padding: 20px 20px;
}
.bg_light_grey {
  background: #f5f8ff;
}

/* media css */
/* 04-09-2024 Start */

@media screen and (max-width: 1600px) {
  .migration_features .table_custom tr > th, .migration_features .table_custom tr > td {
    font-size: 16px;
  }
   .migrated-tabs-section .products-content-box2 {
     max-width: 70%;
  }
  .migrated-tabs-section .nav-tabs button.nav-link {
    font-size: 16px;
  }
  .numbers-we-have-been-box .numbers-box h3 {
    font-size: 32px;
  }
  .easy-migration-process .easy-migration-process-line {
    top: 35px;
  }
  .easy-migration-process .easy-migration-process-box .easy-migration-process-content h2 {
    font-size: 16px;
  }
  .easy-migration-process .easy-migration-process-box .easy-migration-process-icon {
    width: 70px;
    height: 70px;
  }
  .seamless-transition-section {
    margin: 80px auto;
  }
  .seamless-transition-section .seamless-transition-box h2 {
    font-size: 20px;
  }
  .one-expert-team-section {
    padding: 80px 0;
  }
  .migration_features {
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  ul.products-list li {padding: 10px 0;font-size: 16px;}
}

@media (max-width: 1500px) {
  .migrated-tabs-section .nav-tabs button.nav-link {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .migrated-tabs-section .nav-tabs button.nav-link img {
    max-width: 20px;
  }
  .migration-setup-section .migration-setup-banner {
    grid-template-columns: 1fr 1fr;
    /* margin: 0 30px; */
  }
}
@media (max-width: 1366px) {
  .migration-setup-section .stress-free-migration h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .seamless-transition-section .seamless-transition-box p {
    font-size: 16px;
  }
  .easy-migration-process .paadindTop {
    padding: 20px 0px 20px;
  }
  .what-gets-migrated {
    /* padding: 80px 0; */
  }
  .one-expert-team-icon-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .migrate-your-ecommerce-platform-section {
    margin: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .migration-setup-section .stress-free-migration h1 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .migrated-tabs-section .products-content-box2 {
        max-width: 100%;
    }
  .migration_features {
    padding-left: 40px;
    padding-right: 40px;
  }
  .migration-setup-section .migration-setup-banner {
    /* margin: 0 20px; */
  }
  .migration-setup-section .stress-free-migration p {
    font-size: 16px;
    line-height: 24px;
  }
  .migration-setup-section .stress-free-migration .yellow-bg span {
    font-size: 15px;
  }
  .migration-setup-section .stress-free-migration .yellow-bg i {
    font-size: 20px;
  }
  .seamless-transition-section {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 29px;
    margin: 100px 20px;
  }
  .seamless-transition-section .seamless-transition-box h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .numbers-we-have-been-box {
    padding: 0 20px;
  }
  .easy-migration-process
    .easy-migration-process-box
    .easy-migration-process-icon {
    width: 80px;
    height: 80px;
  }
  .easy-migration-process
    .easy-migration-process-box
    .easy-migration-process-icon
    img {
    width: 40px;
  }
  .easy-migration-process
    .easy-migration-process-box
    .easy-migration-process-content
    h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .one-expert-team-icon-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .easy-migration-process .easy-migration-process-line {
    top: 42px;
  }
}

@media (max-width: 991px) {
  .numbers-we-have-been-section,
  .easy-migration-process {
    padding: 60px 0;
  }
  .estimate-your-migration-content {
    margin: 0 auto;
    max-width: 737px;
  }
  .get-free-estimate-section {
    margin: -80px auto 0;
    max-width: 738px;
  }
  .estimate-for-migrating {
    margin: 40px auto 0;
    max-width: 738px;
  }
  .migration-setup-section .migration-setup-banner {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .migration-setup-section .migration-setup-banner .stress-free-migration {
    max-width: 600px;
    margin: 30px auto 0;
    text-align: center;
  }
  .seamless-transition-section {
    margin: 50px 0;
  }
  .migrated-tabs-section .nav-tabs {
    grid-column-gap: 8px;
  }
  .migrated-tabs-section .nav-tabs button.nav-link {
    grid-column-gap: 6px;
    font-size: 16px;
    line-height: 22px;
  }
  .migrated-tabs-section .nav-tabs button.nav-link img {
    height: 19px;
  }
  ul.products-list li {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
  }
  /* .what-gets-migrated, */
  .one-expert-team-section {
    padding: 60px 0;
  }
  .numbers-we-have-been-box {
    padding: 0;
  }
  .numbers-we-have-been-box .numbers-box {
    padding: 42px 25px 39px;
  }
  .numbers-we-have-been-box .numbers-box img {
    width: 60px;
  }
  .numbers-we-have-been-box .numbers-box p {
    font-size: 17px;
    line-height: 20px;
  }
  .numbers-we-have-been-box .numbers-box h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .easy-migration-process .easy-migration-process-box {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
  }
  .one-expert-team-icon-box .expert-team-icon img {
    height: 28px;
  }
  .one-expert-team-icon-box {
    padding-left: 0;
    padding-right: 0;
  }
  .easy-migration-process .paadindTop {
    display: inline-block;
  }
  .easy-migration-process .easy-migration-process-line {
    width: 84%;
  }
  .easy-migration-process .easy-migration-process-line-bottom {
    border-top: 1px dashed rgba(80, 87, 102, 1);
    position: relative;
    top: -89px;
    z-index: -1;
    width: 84%;
    margin: 0 auto;
    display: block;
  }
  .easy-migration-process
    .easy-migration-process-box
    .easy-migration-process-content
    h2 {
    white-space: nowrap;
  }
  .featured-shopping-list li img {
    height: 28px;
  }
  .estimate-your-migration-content
    .migration-cost-btn
    .migration-cost-btn-section
    .migration-cost-dropdown-main {
    width: 318px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-nav-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .migration_features .table_custom tr > th, .migration_features .table_custom tr > td {
    padding: 15px 20px;
  }
  .migration_features {
    padding-left: 0px;
    padding-right: 0px;
  }
  .estimate-your-migration-section {
    padding-top: 60px;
    padding-bottom: 191px;
  }
  .seamless-transition-section .icon-box {
    width: 80px;
    height: 80px;
  }
  .seamless-transition-section .icon-box img {
    width: 38px;
  }
  .seamless-transition-section .seamless-transition-box h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .seamless-transition-section .seamless-transition-box p {
    font-size: 16px;
  }
  .seamless-transition-section .seamless-transition-box {
    padding: 30px 20px 30px;
    border-radius: 16px;
  }
  .estimate-your-migration-content {
    margin: 0 15px;
    max-width: inherit !important;
  }
  .estimate-your-migration-content p {
    font-size: 14px;
    max-width: 360px;
    line-height: 24px;
  }
  .estimate-your-migration-content .migration-cost-btn button {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .estimate-your-migration-content .migration-cost-btn {
    display: flex;
    flex-direction: column;
    grid-row-gap: 6px;
    padding-top: 20px;
  }
  .estimate-your-migration-content .migration-cost-btn a {
    transform: rotate(90deg);
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
  }
  .get-free-estimate-section {
    max-width: inherit;
    width: 96%;
    margin: -140px auto 0;
    padding: 40px;
    border-radius: 16px;
  }
  .get-free-estimate-section .get-free-estimate-form {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
  .get-free-estimate-section .get-free-estimate-form .form-group input {
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .btn-estimate {
    max-width: 189px;
    padding: 14px 15px;
    font-size: 15px;
  }
  .numbers-we-have-been-section .btn-estimate {
    display: none;
  }
  .estimate-for-migrating {
    border-radius: 16px;
    max-width: inherit;
    width: 95%;
    padding: 20px;
    margin: 30px auto 0;
  }
  .migration-setup-section .migration-setup-banner {
    margin: 0;
  }
  .migration-setup-img img {
    width: 92%;
    margin: 0 auto;
  }
  .numbers-we-have-been-section {
    /* padding: 62px 0 89px; */
  }
  .numbers-we-have-been-box .numbers-box {
    border-radius: 16px;
    padding: 42px 20px 39px;
  }
  .numbers-we-have-been-box {
    /* grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px; */
    margin: 30px auto 0;
  }
  .numbers-we-have-been-box .numbers-box h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .numbers-we-have-been-box .numbers-box img {
    width: 60px;
  }

  /* tabs Start*/
  .migrated-tabs-section .nav-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 92%;
    margin: 0 auto;
  }
  .migrated-tabs-section .nav-tabs button.nav-link {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    height: 44px;
  }
  /*Mobile Start*/
  .migrated-tabs-section .mobile-nav-box {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 92%;
    margin: 0 auto;
    grid-column-gap: 10px;
  }
  .migrated-tabs-section .mobile-nav-box .filter-text {
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(22, 45, 90, 1);
  }
  .migrated-tabs-section .mobile-nav-box .filter-dropdown {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px 8px 0 0;
    border: solid 1px #ccc;
    border-bottom: 0;
    position: relative;
  }
  .migrated-tabs-section .mobile-nav-box .filter-dropdown a {
    display: flex;
    grid-column-gap: 10px;
    width: 100%;
    background-color: rgba(54, 125, 249, 1);
    padding: 10px 0 10px 15px;
    border-radius: 8px 8px 0 0;
    position: relative;
  }
  .migrated-tabs-section .mobile-nav-box .filter-dropdown a .img-text-box img {
    margin-right: 6px;
  }
  .migrated-tabs-section
    .mobile-nav-box
    .filter-dropdown
    a
    .filter-dropdown-arrow {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 15px;
    cursor: pointer;
  }
  .migrated-tabs-section .mobile-nav-box .filter-dropdown img {
    width: 25px;
    filter: invert(67%) sepia(50%) saturate(1244%) hue-rotate(190deg)
      brightness(500%) contrast(100%);
  }
  .migrated-tabs-section .mobile-nav-box .filter-dropdown span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
  }

  .migrated-tabs-section .mobile-nav-box .filter-from-box {
    margin: 0;
  }
  .migrated-tabs-section .mobile-nav-box .filter-from-box ul {
    border-radius: 0;
    border: solid 1px #ccc;
    border-top: 0;
  }
  .migrated-tabs-section .mobile-nav-box .filter-from-box ul li {
    width: 100%;
  }
  .migrated-tabs-section .mobile-nav-box .filter-from-box ul li a {
    border-radius: 0;
    padding: 10px 15px;
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    grid-column-gap: 10px;
  }
  .migrated-tabs-section .mobile-nav-box .filter-from-box ul li a img {
    width: 26px;
  }
  .migrated-tabs-section .mobile-nav-box .filter-from-box ul li a:hover {
    background-color: rgba(54, 125, 249, 1);
    color: #fff;
    border-radius: 0;
  }

  .migrated-tabs-section .mobile-nav-box .filter-from-box ul li a:hover img {
    filter: invert(67%) sepia(50%) saturate(1244%) hue-rotate(190deg)
      brightness(500%) contrast(100%);
  }
  .migrated-tabs-section .mobile-nav-box .filter-from-box ul li:last-child a {
    margin-bottom: 0;
    border-radius: 0;
  }
  /* tabs End*/
  .migrated-tabs-section .products-content-box {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .migrated-tabs-section .products-content-box .products-left {
    width: 92%;
    order: 2;
    margin: 0 auto;
  }
  .migrated-tabs-section .products-content-box .products-right {
    order: 1;
  }
  ul.products-list li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    align-items: flex-start;
  }
  ul.products-list li img {
    width: 22px;
  }
  .one-expert-team-icon-box {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    padding-right: 0;
    gap: 14px;
    padding-top: 28px;
  }
  .one-expert-team-icon-box .expert-team-icon {
    height: 60px;
  }
  .one-expert-team-icon-box .expert-team-icon img {
    height: 20px;
  }
  .one-expert-team-section h2 {
    display: grid;
  }
  .migration-setup-section .stress-free-migration h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .easy-migration-process .easy-migration-process-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .migrate-your-ecommerce-platform-section {
    border-radius: 16px;
    padding: 50px 15px 49px;
    margin: 0 5px;
  }
  .migrate-your-ecommerce-platform-section h3 {
    max-width: 550px;
    font-size: 24px;
    line-height: 36px;
  }
  .migrate-your-ecommerce-platform-section .free-Estimate-btn {
    max-width: 189px;
    width: 100%;
    padding: 14px 15px;
    font-size: 14px;
    margin-top: 21px;
  }
  .estimate-for-migrating ul.estimate-count li {
    padding: 0 15px;
  }
  .estimate-for-migrating ul.estimate-count li span {
    line-height: 18px;
  }
  .easy-migration-process .paadindTop {
    display: block;
    padding: 100px 0 0 0;
  }
  .one-expert-team-section {
    /* padding: 55px 0; */
    margin: 0 5px;
  }
  .what-gets-migrated {
    /* padding: 60px 0; */
  }
  .easy-migration-process a {
    text-decoration: none;
    margin-top: 0;
  }
  .migrated-tabs-section {
    padding-top: 27px;
  }
  .seamless-transition-section {
    margin: 60px auto;
    grid-row-gap: 18px;
    grid-column-gap: 18px;
  }
  .numbers-we-have-been-box .slick-dots {
    bottom: -50px;
  }
  .numbers-we-have-been-box .slick-dots li button {
    border-radius: 50px;
    /* border: 1px solid rgba(54, 125, 249, 1); */
    padding: 11px;
  }
  .numbers-we-have-been-box .slick-dots li button:before {
    content: "";
    list-style: circle;
    
    padding: 4px;
    display: block;
    background-color: #000;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    position: relative;
    left: -5px;
    right: 0;
    top: -5px;
  }
  .numbers-we-have-been-box .slick-dots li.slick-active button:before {
    background-color: rgba(54, 125, 249, 1) !important;
  }

  .numbers-we-have-been-box .slick-dots li.slick-active button {
    border: 1px solid rgba(54, 125, 249, 1) !important;
  }

  .easy-migration-process .easy-migration-process-line,
  .easy-migration-process .easy-migration-process-line-bottom {
    width: 58%;
  }

  .mobile-main {
    width: 100%;
    margin: 0 auto;
  }
  .mobile-content-box {
    margin-bottom: 36px;
  }
  .mobile-easy-migration-process-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
  }
  .mobile-easy-migration-process-box .easy-migration-process-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 15px;
  }
  .mobile-easy-migration-process-box .easy-migration-process-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  }
  .mobile-easy-migration-process-box h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: rgba(22, 45, 90, 1);
    margin: 0;
    white-space: nowrap;
  }
  .mobile-easy-migration {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr 28px;
    width: 54%;
    margin: 0 auto 15px;
  }
  .mobile-paadindTop {
    padding-top: 40px !important;
  }
  .mobile-easy-migration .first-number,
  .mobile-easy-migration .third-number {
    background: linear-gradient(180deg, #367df9 0%, #0c51ca 100%);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-easy-migration .third-number {
    position: absolute;
    right: 0;
  }
  .mobile-easy-migration .first-line {
    border-top: 1px dashed rgba(54, 125, 249, 1);
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
  }
  .faq_section .card {
    margin-bottom: 15px;
  }
  .faq_section .card-body {
    margin-top: 10px;
  }
  .faq_section h5 .btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .faq_section p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  .estimate-your-migration-content
    .migration-cost-btn
    .migration-cost-btn-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 350px;
    margin: 0 auto;
  }
  .estimate-your-migration-content
    .migration-cost-btn
    .migration-cost-btn-section
    .migration-cost-dropdown-main {
    position: relative;
    width: 350px;
    top: 0;
  }
}

@media (max-width: 575px) {
  .seamless-transition-section {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: inherit;
  }
  .numbers-we-have-been-box {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.featured-shopping-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-shopping-list li img {
    height: 24px;
  }
  .seamless-transition-section {
    margin: 60px 0;
  }
  .estimate-your-migration-content
    .migration-cost-btn
    .migration-cost-btn-section
    .migration-cost-dropdown-main {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .migration-setup-section .stress-free-migration .yellow-bg span {
    font-size: 12px;
  }
  .migration-setup-section .stress-free-migration .yellow-bg i {
    font-size: 16px;
  }
  .migrate-your-ecommerce-platform-section h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .mobile-easy-migration {
    width: 60%;
  }
  .mobile-easy-migration-process-box h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .estimate-your-migration-content
    .migration-cost-btn
    .migration-cost-btn-section {
    width: 100%;
  }
}
