.banner {
  position: relative;
}
.banner .icon1 {
  position: absolute;
  top: 25%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 38px;
}
.banner .banner_text {
  padding-right: 16rem;
}
.banner .banner_text h1 {
  margin-bottom: 2.4rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2.25rem;
  line-height: 3rem;
}
.banner .banner_text h1 span.highlighted {
  color: #6F2AF5;
  position: relative;
}
.banner .banner_text h1 span.highlighted::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #6F2AF5;
}
.banner .banner_form {
  display: flex;
  position: relative;
  max-width: 35rem;
  margin-top: 2.5rem;
}
.banner .banner_form .form-control {
  height: 4rem;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  padding: 0.5rem 11rem 0.5rem 2rem;
  line-height: 1;
  padding: 12px;
}
.banner .banner_form .btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner_form .btn svg {
  width: var(--font_small);
  height: var(--font_small);
}
.banner .banner_bottom {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.banner .banner_bottom .banner_b_left {
  display: flex;
  max-width: 68%;
  padding-right: 1rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img {
  margin-right: 1rem;
  display: flex;
}
.banner .banner_bottom .banner_b_left .banner_b_img img {
  margin-left: -1.2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img img:first-child {
  margin-left: 0;
}
.banner .banner_bottom .banner_b_left p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  max-width: calc(100% - 10rem + 1rem);
}
.banner .banner_bottom .banner_b_left p span {
  color: #6F2AF5;
}
.banner .banner_bottom .banner_b_right {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  color: #2f2f2f;
  font-weight: 600;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner .banner_bottom .banner_b_right:hover {
  color: #002280;
}
.banner .banner_bottom .banner_b_right .banner_b_play {
  border: 2px solid;
  border-color: #FE492E #fff #FE492E #FE492E;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play svg {
  color: #2f2f2f;
  fill: #2f2f2f;
  transform: rotate(180deg);
  width: 1.2rem;
  height: 1.2rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right p,
.banner .banner_bottom .banner_b_right a {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right .icon2 {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: -1;
  height: 5rem;
}
.banner .banner_images .banner_right_images img:first-child {
  margin-bottom: 2rem;
}

.banner.home-bnanner .icon1 {
  left: 48%;
}
.banner.home-bnanner .icon2 {
  display: none;
}
.banner.home-bnanner .banner_text {
  padding-right: 5rem;
}
.banner.home-bnanner .btn + .btn {
  margin-left: 8px;
}
.banner.home-bnanner .home_banner_heading {
  border: 2px solid #cdcdcd;
  padding: 32px;
  border-radius: 8px;
  margin: 0 20px 0 40px;
}
.banner.home-bnanner .home_banner_heading h2 {
  color: #2f2f2f;
  font-size: 2rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.banner.home-bnanner .home_banner_heading p {
  margin-bottom: 1rem;
}
.banner.home-bnanner .home_banner_heading .home_banner_form {
  border-radius: 8px;
  margin-bottom: 0;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .iti {
  display: block;
  width: 100%;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .form-label {
  font-weight: 500;
  color: #2f2f2f;
  font-size: 1rem;
  display: block;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .form-label span {
  color: #E40621;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .form-control,
.banner.home-bnanner .home_banner_heading .home_banner_form .form-select,
.banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  background: transparent;
  border-radius: 0;
  min-height: 45px;
  font-weight: 500;
  border: 0;
  color: #505050;
  border-bottom: 1px solid #0a5f59;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  margin: 0 !important;
  padding: 0 !important;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #0a5f59;
  border-radius: 0;
  min-height: 45px;
  font-weight: 500;
  color: #505050;
  padding: 0 2.25rem 0 0.75rem !important;
}
.banner.home-bnanner .home_banner_heading .home_banner_form li.select2-results__option {
  position: relative;
}
.banner.home-bnanner .home_banner_heading .home_banner_form li.select2-results__option:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #FE492E;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .user_check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .user_check .form-check {
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .user_check .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .user_check .form-check .form-check-input:checked {
  background-color: #0a5f59;
  border-color: #0a5f59;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .user_check .form-check .form-check-label {
  display: inline-block;
  text-wrap: nowrap;
  color: #2f2f2f;
  font-size: 1rem;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .user_check .form-check:last-child {
  margin-right: 0;
}
.banner.home-bnanner .home_banner_heading .home_banner_form .next_btn.btn.btn-primary {
  padding: 0.8rem 1.5rem;
  width: 30%;
  margin-top: 10px;
}
.banner.home-bnanner .banner_images {
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .banner.section_pad_top {
    padding-top: 3rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .banner.section_pad_top {
    padding-top: 2rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 2rem;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 72%;
  }
}
@media (max-width: 1199px) {
  .banner .banner_text {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .banner .banner_text {
    padding-right: 30px;
  }
  .banner .banner_bottom {
    display: flex;
    flex-flow: column;
    justify-content: start;
  }
  .banner .banner_bottom .banner_b_left {
    max-width: 100%;
  }
  .banner .banner_bottom .banner_b_right {
    display: inline-flex;
    justify-content: start;
    margin-top: 16px;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 10%;
    left: 100%;
    z-index: -1;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.2rem;
  }
  .banner .banner_bottom .banner_b_right p,
  .banner .banner_bottom .banner_b_right a {
    font-size: 1.4rem;
  }
  .banner .banner_form .form-control {
    height: 4rem;
    padding: 10px 150px 10px 20px;
  }
  .banner .banner_form .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
  .banner .banner_form .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .banner .icon1 {
    top: 7%;
    left: 92%;
  }
  .banner .banner_images {
    display: none;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    width: 80px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .banner .banner_text {
    padding-right: 0;
  }
  .banner .banner_form {
    width: 100%;
  }
  .banner .banner_form .form-control {
    padding: 10px 65px 10px 20px;
  }
  .banner .banner_form .btn span {
    display: none;
  }
}
.brand-ban {
  padding: 18px 0;
  background: #0a5f59;
}

.brand_list_slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.brand_list_slider .brand_item {
  padding: 0 20px;
}
.brand_list_slider .brand_item img {
  height: 20px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 576px) {
  .brand_list_slider {
    margin: 0;
  }
}
.work .work-text h2 {
  margin-bottom: 1rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2rem;
  line-height: 2.8rem;
}
.work .work-text p {
  margin-bottom: 2.5rem;
}
.work .work-box {
  padding: 0;
  height: 100%;
  min-height: 75px;
}
.work .work-box .work-img {
  border: 1px solid #c0c0c0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 1rem;
  border-radius: 8px;
  width: 3.2rem;
  height: 3.2rem;
}
.work .work-box .work-img img {
  width: 1.5rem;
  height: 1.5rem;
}
.work .work-box h3 {
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #2f2f2f;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .work .work-text {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .work .work-text h2 {
    margin-bottom: 10px;
  }
  .work .work-text p {
    margin-bottom: 30px;
  }
  .work .work-box h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .work .work-text {
    margin-right: 50px;
  }
  .work .work-text h2 {
    font-size: 1.8rem;
  }
  .work .work-box p {
    display: none;
  }
}
.counter-full .counter {
  padding: 1.9rem;
  background: #0a5f59;
  border-radius: 1rem;
}
.counter-full .counter .counter_box {
  text-align: center;
  color: #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  height: 100%;
}
.counter-full .counter .counter_box p {
  margin-bottom: 0.4rem;
  opacity: 0.8;
}
.counter-full .counter .counter_box h3 {
  font-weight: 700;
}
.counter-full .counter .row [class*=col-]:last-child .counter_box {
  border-right: 0;
}

@media (max-width: 767px) {
  .counter .counter_box {
    border-right: 0;
  }
  .counter .row [class*=col-] .counter_box {
    border: 0;
  }
  .counter .row [class*=col-]:nth-child(odd) .counter_box {
    border-right: 0.2rem solid rgba(255, 255, 255, 0.4);
  }
  .counter .row [class*=col-]:last-child .counter_box {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .counter .row [class*=col-] .counter_box, .counter .row [class*=col-]:nth-child(odd) .counter_box {
    border: 0;
    border-right: 0;
  }
}
.shopify .shopify_text {
  margin-bottom: 60px;
}
.shopify .shopify_text h2 {
  color: #0a5f59;
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
}
.shopify .shopify_text p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  color: #18216D;
}
.shopify .shopify_box img {
  width: auto;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.shopify .shopify_box h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #002280;
  text-align: left;
  margin-bottom: 20px;
}
.shopify .shopify_box p {
  text-align: left;
  color: #8a90c6;
  font-size: 0.9rem;
}

.revenue {
  background: #F2F7FF;
}
.revenue .revenue_text {
  margin-right: 5.5rem;
}
.revenue .revenue_text .btn {
  padding: 0.9rem 1.2rem;
  text-transform: unset;
}
.revenue .revenue_images {
  position: relative;
}
.revenue .revenue_images .revenue_right_images img {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.revenue .revenue_images .revenue_right_images picture:first-child,
.revenue .revenue_images .revenue_right_images img:first-child {
  margin-bottom: 2rem;
}
.revenue h2 {
  color: #0a5f59;
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.revenue h2 span,
.revenue h2 a {
  color: #FE492E;
  position: relative;
}
.revenue p {
  margin-bottom: 2.5rem;
}
.revenue .icon3 {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.revenue .icon4 {
  position: absolute;
  top: 50%;
  right: -6rem;
  transform: translateY(-50%);
}
.revenue .icon5 {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (min-width: 1400px) {
  .revenue .icon4 {
    right: -8rem;
  }
}
@media (min-width: 1500px) {
  .revenue .icon4 {
    right: -10rem;
  }
}
@media (min-width: 1600px) {
  .revenue .icon4 {
    right: -12rem;
  }
}
@media (max-width: 1399px) {
  .revenue .icon4 {
    right: -3rem;
  }
}
@media (max-width: 1199px) {
  .revenue .icon4 {
    right: -2rem;
  }
}
@media (max-width: 991px) {
  .revenue .revenue_text {
    margin-right: 0;
  }
  .revenue .icon4 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .revenue .icon4 {
    right: 0;
  }
  .revenue .revenue_images {
    margin-top: 5rem;
  }
}
@media (max-width: 575px) {
  .revenue h2 {
    font-size: 2rem;
  }
}
.process h2 {
  color: #FE492E;
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.process p {
  margin-bottom: 20px;
}
.process .process_box {
  display: flex;
  align-items: center;
  height: 100%;
}
.process .process_box .process_box_left {
  padding: 8px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  margin-right: 25px;
  width: 40px;
}
.process .process_box .process_box_right {
  padding: 24px 25px;
  border-left: 4px solid #afa5a5;
  width: calc(100% - 40px);
  height: 100%;
}
.process .process_box .process_box_right h3 {
  color: #505050;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.process .process_box .process_box_right p {
  margin-bottom: 0;
}
.process .process_box:hover .process_box_right, .process .process_box.active .process_box_right {
  border-left: 4px solid #4B4EFC;
}
.process .process_box:hover .process_box_right h3, .process .process_box.active .process_box_right h3 {
  color: #002280;
}

.customer .customer-image {
  position: relative;
}
.customer .customer-image .customer-image img {
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
}
.customer .customer-text {
  margin-left: 8rem;
}
.customer .customer-text h2 {
  color: #002280;
  font-weight: 800;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.customer .customer-text h2 span {
  font-size: 2rem;
  color: #FE492E;
  font-weight: 800;
  margin-bottom: 1rem;
}
.customer .customer-text p {
  margin-bottom: 2.5rem;
}
.customer .customer-text .btn {
  padding: 0.9rem 1.2rem;
  text-transform: unset;
}

@media (max-width: 991px) {
  .customer .customer-text {
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .customer .customer-text h2 {
    font-size: 1.8rem;
  }
}
.editor {
  background: #F2F7FF;
}
.editor .editor_text h2 {
  color: #002280;
  font-weight: 800;
  margin-bottom: 0.6rem;
  font-size: 2rem;
}
.editor .editor_text h3 {
  font-size: 1.4rem;
  color: #002280;
  font-weight: 800;
  margin-bottom: 0;
}
.editor .editor_text h3 a {
  color: #002280;
}
.editor .editor_text h3 a:hover {
  color: #2f2f2f;
}
.editor .editor_text p {
  margin-bottom: 2.5rem;
}
.editor .slick-slider {
  margin: 0 -1.5rem;
}
.editor .slick-slide {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.editor .editor_slider {
  margin: 0 -1rem 0;
}
.editor .editor_slider .editor_box {
  display: flex !important;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  background: #fff;
}
.editor .editor_slider .editor_box .editor_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
}
.editor .editor_slider .editor_box .editor_top .editor_t_label {
  border: 2px solid #6F2AF5;
  border-radius: 24px;
  padding: 0.4rem 0.6rem;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 1;
}
.editor .editor_slider .editor_box .editor_top .editor_t_label:hover {
  background: #6F2AF5;
  color: #fff;
}
.editor .editor_slider .editor_box .editor_top .editor_t_icon {
  cursor: pointer;
}
.editor .editor_slider .editor_box .editor_top .editor_t_icon svg {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor .editor_slider .editor_box .editor_top .editor_t_icon.active svg {
  fill: #FE492E;
  color: #FE492E;
}
.editor .editor_slider .editor_box .editor_image {
  margin-bottom: 1.5rem;
}
.editor .editor_slider .editor_box .editor_image img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor .editor_slider .editor_box .editor_text {
  margin-bottom: 0.6rem;
}
.editor .editor_slider .editor_box .editor_star {
  margin-bottom: 1rem;
}
.editor .editor_slider .editor_box .editor_star .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.1rem;
  font-size: 1.2rem;
  color: #FFBD13;
  margin-bottom: 0;
}
.editor .editor_slider .editor_box .editor_star .rating svg {
  fill: #FFBD13 !important;
  width: 1.2rem;
}
.editor .editor_slider .editor_box .editor_star .rating .star {
  cursor: pointer;
}
.editor .editor_slider .editor_box .editor_star .rating .star.active {
  opacity: 0;
  animation: animate 0.5s calc(var(--i) * 0.1s) ease-in-out forwards;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.editor .editor_slider .editor_box .editor_star .rating .star:hover {
  transform: scale(1.1);
}
.editor .editor_slider .editor_box .editor_last {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  font-size: 0.9rem;
}
.editor .editor_slider .editor_box .editor_last .profile {
  font-weight: 500;
  color: #2f2f2f;
}
.editor .editor_slider .editor_box .editor_last .profile:hover {
  color: #FE492E;
}
.editor .editor_slider .editor_box .editor_last .apply {
  font-weight: 600;
  color: #FE492E;
}
.editor .editor_slider .editor_box .editor_last .apply:hover {
  color: #2f2f2f;
}

@media (max-width: 575px) {
  .editor .editor_text h2 {
    font-size: 1.8rem;
  }
}
.data_tab h2 {
  color: #002280;
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
}
.data_tab h2 span {
  color: #FE492E;
}
.data_tab .nav.nav-pills {
  justify-content: center;
  margin: 35px 0 15px;
}
.data_tab .nav.nav-pills .nav-item {
  width: 25%;
}
.data_tab .nav.nav-pills .nav-item .nav-link {
  background: #FE492E;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  width: 100%;
  height: 100%;
}
.data_tab .nav.nav-pills .nav-item .nav-link.active {
  background: #002280;
}
.data_tab .tab-content .tab-pane {
  padding: 30px 20px;
  border-radius: 8px;
  background: #F2F7FF;
}
.data_tab .tab-content .tab-pane .tab_in_list {
  display: flex;
  flex-wrap: wrap;
}
.data_tab .tab-content .tab-pane .tab_in_list li {
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 8px;
  width: 33.33%;
}
.data_tab .tab-content .tab-pane .tab_in_list li:last-child {
  margin-bottom: 0;
}
.data_tab .tab-content .tab-pane .tab_in_list li a {
  color: #2f2f2f;
}
.data_tab .tab-content .tab-pane .tab_in_list li a:hover {
  color: #6F2AF5;
}

@media (max-width: 767px) {
  .data_tab .tab-content .tab-pane .tab_in_list li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .data_tab .nav.nav-pills .nav-item {
    width: 31%;
  }
  .data_tab .nav.nav-pills .nav-item .nav-link {
    padding: 0.4rem 1.2rem;
  }
}
.faq {
  background-color: #F2F7FF;
}
.faq .btn + .btn {
  margin-left: 8px;
}
.faq .faq_section {
  border: 2px solid #cdcdcd;
  border-radius: 8px;
  padding: 32px;
  margin: 0 20px 0 40px;
}
.faq .faq_section h2 {
  color: #2f2f2f;
  font-size: 2rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.faq .faq_section p {
  margin-bottom: 1rem;
  padding-left: 2px;
}
.faq .faq_section .faq_form {
  border-radius: 8px;
  margin-bottom: 0;
}
.faq .faq_section .faq_form .form-label {
  font-weight: 500;
  color: #2f2f2f;
  font-size: 1rem;
  display: block;
}
.faq .faq_section .faq_form .form-label span {
  color: #E40621;
}
.faq .faq_section .faq_form .iti {
  display: block;
  width: 100%;
}
.faq .faq_section .faq_form .form-control,
.faq .faq_section .faq_form .form-select,
.faq .faq_section .faq_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  background: transparent;
  border-radius: 0;
  min-height: 45px;
  font-weight: 500;
  border: 0;
  color: #505050;
  border-bottom: 1px solid #0a5f59;
}
.faq .faq_section .faq_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  margin: 0 !important;
  padding: 0 !important;
}
.faq .faq_section .faq_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.faq .faq_section .faq_form .option_select .select2-container--bootstrap4 .select2-selection {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #0a5f59;
  border-radius: 0;
  min-height: 45px;
  font-weight: 500;
  color: #505050;
  padding: 0 2.25rem 0 0.75rem !important;
}
.faq .faq_section .faq_form .user_check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.faq .faq_section .faq_form .user_check .form-check {
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.faq .faq_section .faq_form .user_check .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.faq .faq_section .faq_form .user_check .form-check .form-check-input:checked {
  background-color: #0a5f59;
  border-color: #0a5f59;
}
.faq .faq_section .faq_form .user_check .form-check .form-check-label {
  display: inline-block;
  text-wrap: nowrap;
  color: #2f2f2f;
  font-size: 1rem;
}
.faq .faq_section .faq_form .user_check .form-check:last-child {
  margin-right: 0;
}
.faq .faq_section .faq_form .next_btn.btn.btn-primary {
  padding: 0.8rem 1.5rem;
  width: 30%;
  margin-top: 10px;
}
.faq .services_faq h2 {
  color: #fff;
  font-size: 1.2rem;
  background: #0a5f59;
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.faq .services_faq .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #2f2f2f;
}
.faq .services_faq .accordion-item .accordion-button {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 1.2rem;
  padding: 1.8rem 1.4rem 1.8rem 0;
  background: transparent;
  border-bottom: 0;
}
.faq .services_faq .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #cdcdcd !important;
}
.faq .services_faq .accordion-item .accordion-button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.faq .services_faq .accordion-item .accordion-button::after {
  background-image: url("../images/down-svg.png");
}
.faq .services_faq .accordion-item:last-child {
  border-bottom: 0;
}

.review {
  background: #FFF7F5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.review .review_text h2 {
  font-size: 2rem;
  color: #2f2f2f;
  font-weight: 800;
  margin-bottom: 0.6rem;
  text-align: center;
}
.review .review_text h2 span {
  color: #6F2AF5;
}
.review .review_text p {
  margin-bottom: 2.5rem;
  text-align: center;
}
.review .review_slider {
  margin: 0 -1rem 0;
}
.review .review_slider .slick-slide {
  margin: 0.5rem 1rem;
}
.review .review_slider .slick-slide .review_box {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  padding: 2rem;
}
.review .review_slider .slick-slide .review_box .review_icon {
  margin-bottom: 1rem;
}
.review .review_slider .slick-slide .review_box .review_icon .rating {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  font-size: 1.4rem;
  color: #FFBD13;
  margin-bottom: 0;
}
.review .review_slider .slick-slide .review_box .review_icon .rating svg {
  fill: #FFBD13 !important;
  width: 1.4rem;
}
.review .review_slider .slick-slide .review_box .review_icon .rating .star {
  cursor: pointer;
}
.review .review_slider .slick-slide .review_box .review_icon .rating .star.active {
  opacity: 0;
  animation: animate 0.5s calc(var(--i) * 0.1s) ease-in-out forwards;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.review .review_slider .slick-slide .review_box .review_icon .rating .star:hover {
  transform: scale(1.1);
}
.review .review_slider .slick-slide .review_box p {
  font-size: 1rem;
}
.review .review_slider .slick-slide .review_box .review_bottom {
  display: flex;
  margin-top: 20px;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-image {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-image img {
  border-radius: 50%;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-details h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2f2f2f;
}
.review .review_slider .slick-slide .review_box .review_bottom .user-details p {
  font-weight: 400;
}
.review .review_slider .slick-slide .review_box .review_bottom p {
  font-size: 0.9rem;
}
.review .review_slider .slick-slide:nth-child(odd) {
  margin-top: 70px;
}
.review .review_slider .slick-slide:nth-child(even) {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .review .review_slider .slick-slide .review_box p {
    font-size: 1.4rem;
  }
  .review .review_slider .slick-slide .review_box .review_bottom .user-details h4 {
    font-size: 1.4rem;
  }
  .review .review_slider .slick-slide .review_box .review_bottom .user-details p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .banner.home-bnanner .banner_text h1 {
    margin-bottom: 1.4rem;
    line-height: 2.5rem;
  }
  .banner.home-bnanner .banner_text p {
    margin-bottom: 2rem;
  }
  .banner.home-bnanner .home_banner_heading {
    margin: 0;
  }
  .banner.home-bnanner .icon1 {
    left: 94%;
  }
}
@media (max-width: 576px) {
  .review .review_slider .slick-slide:nth-child(odd) {
    margin-top: 10px;
  }
  .review .review_slider .slick-slide:nth-child(even) {
    margin-bottom: 10px;
  }
  .review .review_text h3 {
    font-size: 1.8rem;
  }
}
.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}

li.select2-results__option {
  position: relative;
  padding-left: 35px !important;
}

li.select2-results__option:before {
  content: "";
  font-weight: 900;
  border: 1px solid #cdcdcd;
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 5px;
  /* Adjust for proper alignment */
  top: 50%;
  transform: translateY(-50%);
}

li.select2-results__option:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  border: 1px solid #FE492E;
  color: #fff;
  background-color: #FE492E;
}

li.select2-results__option[aria-selected=true]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  border: 1px solid #FE492E;
  color: #fff;
  background-color: #FE492E;
}

@media (max-width: 575px) {
  .banner .banner_bottom .banner_b_left p {
    font-size: 1.4rem;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .banner_text p {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .home_banner_heading p {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .home_banner_heading .home_banner_form .form-control,
  .banner.home-bnanner .home_banner_heading .home_banner_form .form-select,
  .banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    font-size: 1.4rem;
  }
  .work .work-text p {
    font-size: 1.4rem;
  }
  .counter-full .counter .counter_box p {
    font-size: 1.4rem;
  }
  .revenue p {
    font-size: 1.4rem;
  }
  .customer .customer-text p {
    font-size: 1.4rem;
  }
  .editor .editor_text p {
    font-size: 1.4rem;
  }
  .data_tab .nav.nav-pills .nav-item {
    width: 50%;
  }
  .data_tab .nav.nav-pills .nav-item .nav-link {
    font-size: 1.2rem;
  }
  .data_tab .tab-content .tab-pane {
    padding: 0 5px;
  }
  .data_tab .tab-content .tab-pane .tab_in_list li a {
    font-size: 1.4rem;
  }
  .review .review_text p {
    font-size: 1.4rem;
  }
  .review .review_slider .slick-slide .review_box .review_bottom .user-details h3 {
    font-size: 1.4rem;
  }
  .review .review_slider .slick-slide .review_box .review_bottom .user-details p {
    font-size: 1.4rem;
  }
  .shopify .shopify_text p {
    font-size: 1.2rem;
  }
  .shopify .shopify_box h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .shopify .shopify_box p {
    font-size: 1.2rem;
  }
  .process .process_box .process_box_left {
    margin-right: 18px;
  }
  .process .process_box .process_box_right {
    padding: 18px 18px;
  }
  .process .process_box .process_box_right h3 {
    font-size: 1.6rem;
  }
  .process .process_box .process_box_right p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=home.css.map */