@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
body {
  font-size: 1.125rem;
  color: #666;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

a {
  -webkit-transform: all 0.3s;
  transition: all 0.3s;
}

a:focus, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

h2, h3, h4, h5 {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
}

.blue {
  color: #0086ee !important;
}

.yellow {
  color: #ffc140 !important;
}
.yellow.wireframe {
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 20px;
  color: white !important;
  background-color: #ffc140;
}

.white {
  color: white !important;
}

.gold {
  color: #e3aa33 !important;
}

.green {
  color: #42e173 !important;
}

.light-blue {
  color: #00d2ff !important;
}

.light-blue2 {
  color: #eaf2fb !important;
}

.dark-blue {
  color: #005286 !important;
}

.translucent-white {
  color: rgba(255, 255, 255, 0.5);
}

.text-light, .text-white {
  color: white;
}
.text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light .title, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white .title {
  color: white;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

.btn {
  border-radius: 100px;
  padding: 10px 25px;
}

.btn-primary {
  background-color: #0086ee;
  border-color: #0086ee;
  border-radius: 100px;
  border-bottom: 4px solid #005286;
  padding: 10px 25px;
  --bs-btn-active-bg: #376274;
}
.btn-primary:hover {
  background-color: #005286;
  border-color: #005286;
}

.btn-gold {
  color: white;
  background-color: #e3aa33;
  border-color: #e3aa33;
  border-radius: 100px;
  border-bottom: 4px solid #a17823;
  padding: 10px 25px;
  --bs-btn-active-bg: #376274;
}
.btn-gold:hover {
  color: white;
  background-color: #0074ce;
  border-color: #005286;
}

.btn-outline-primary {
  color: #0074ce;
  border-color: #0074ce;
}
.btn-outline-primary:hover {
  color: white;
  border-color: #0074ce;
  background-color: #0074ce;
}

.banner {
  position: relative;
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  text-align: center;
  height: 1000px;
}
.banner .logo {
  position: absolute;
  max-width: 200px;
  z-index: 2;
  top: 40px;
  left: 50%;
  margin-left: -100px;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-pic.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.banner .container {
  z-index: 1;
}
.banner h1, .banner h2, .banner h3 {
  color: white;
  font-weight: 600;
}
.banner h1 {
  font-size: 3.125rem;
}
.banner h2 {
  color: #00d2ff;
  font-size: 1.75rem;
}
.banner h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.title {
  text-align: center;
  margin-bottom: 40px;
}
.title::after {
  content: "";
  display: block;
  width: 80px;
  border-bottom: 4px solid #e3aa33;
  margin: 0.5em auto;
}
.title.text-left {
  text-align: left;
}
.title.text-left::after {
  margin: 0.5em 0;
}

.title2 {
  color: white;
  background-color: #0074ce;
  border-radius: 50px;
  padding: 5px 40px;
  display: inline-block;
  font-weight: 500;
}

.title3 {
  color: #333;
  border-bottom: #e7e7e7 solid 4px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

.big {
  font-size: 1.5rem;
}
.big span {
  font-size: 4.375rem;
  font-weight: bold;
}

.step .step-box {
  background-image: url(../images/step1.webp);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0px 40px 0px 70px;
  color: white;
  text-align: left;
  position: relative;
  margin-right: -60px;
  line-height: 120px;
  height: 120px;
  display: flex;
  align-items: center !important;
}
.step .step-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.step .step-box p {
  margin-bottom: 0;
}
.step .col-md-4 {
  text-align: left;
}
.step .col-md-4:nth-child(1) {
  width: 15%;
}
.step .col-md-4:nth-child(1) .step-box {
  z-index: 5;
  border-radius: 5px 0 0 5px;
  padding-left: 20px;
  border-left: 3px solid white;
}
.step .col-md-4:nth-child(2) {
  width: 20%;
}
.step .col-md-4:nth-child(2) .step-box {
  background-image: url(../images/step2.webp);
  z-index: 4;
}
.step .col-md-4:nth-child(3) {
  width: 20%;
}
.step .col-md-4:nth-child(3) .step-box {
  background-image: url(../images/step3.webp);
  z-index: 3;
}
.step .col-md-4:nth-child(4) {
  width: 20%;
}
.step .col-md-4:nth-child(4) .step-box {
  z-index: 2;
}
.step .col-md-4:nth-child(5) {
  width: 25%;
}
.step .col-md-4:nth-child(5) .step-box {
  background-image: url(../images/step2.webp);
  z-index: 1;
  margin-right: 0px;
}

.nav-pills .nav-link {
  color: #8d8d8d;
  font-size: 1.25rem;
  background-color: #f5f5f5;
  margin: 0 0.25em;
  padding: 0.5em 2em;
}
.nav-pills .nav-link.active {
  color: white;
  background-color: #0074ce;
}

.card-style1 {
  border: 0px;
  background-color: transparent;
}
.card-style1 img {
  border-radius: 50%;
  width: 50%;
  margin: 0 auto;
  box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.05);
}
.card-style1 .card-body {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 0em;
  position: relative;
}
.card-style1 .card-body h3 {
  color: white;
  background: linear-gradient(to bottom, #0086ee 0%, #0074ce 100%);
  border-radius: 50px;
  padding: 5px 40px;
  display: inline-block;
  font-weight: 500;
}
.card-style1 .card-body h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 50px;
  background-color: #0086ee;
}

.card-style2 {
  border: 0px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.05);
}
.card-style2 img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.card-style2 .card-body {
  padding: 0 15px 25px 15px;
  text-align: left;
  color: #666;
}
.card-style2 .card-body h3 {
  font-size: 1.4375rem;
  color: white;
  border-left: #0074ce 8px solid;
  padding: 15px 10px;
  margin-left: -22px;
  margin-right: -15px;
  margin-top: -58px;
  background-color: rgba(50, 50, 50, 0.7);
  margin-bottom: 20px;
}

.icon-box1 {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0;
  line-height: 1.3em;
  background-color: white;
  border-radius: 5px;
  padding: 20px 20px 20px 50px;
  margin-left: 25px;
}
.icon-box1 h4 {
  margin-bottom: 0;
}
.icon-box1 p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.icon-box1 .icon {
  position: absolute;
  left: -25px;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  background-color: #0074ce;
}
.icon-box1 .icon i {
  color: white;
  font-size: 1.5625rem;
}

.icon-box2 {
  position: relative;
  margin: 1.5em 0;
  padding: 0;
  line-height: 1.3em;
  padding: 0 0 0 120px;
  margin-left: 25px;
  text-align: left;
}
.icon-box2 p {
  margin-bottom: 0;
}
.icon-box2 .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  text-align: center;
  line-height: 98px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #00d2ff 0%, #0086ee 100%);
}
.icon-box2 .icon i {
  color: white;
  font-size: 2.1875rem;
}
.icon-box2 .icon img {
  width: 50px;
}

.table-border {
  border: solid 3px #005286;
  border-radius: 10px;
  overflow: hidden;
}

.table-transparent {
  margin-bottom: 0px !important;
}
.table-transparent tr td, .table-transparent tr th {
  color: white;
  background-color: transparent;
  padding: 1rem;
  border-color: rgba(225, 225, 225, 0.3);
  font-size: 1.125rem;
  text-align: left;
}
.table-transparent tr:last-child td, .table-transparent tr:last-child th {
  border: none;
}
.table-transparent thead tr th {
  background-color: #005286;
}
.table-transparent.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(225, 225, 225, 0.1);
}

.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 50px !important;
  background-color: #f5f5f5;
  margin-bottom: 0.5em;
  padding: 1em;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/down-arrow.svg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #0074ce;
}
.accordion .accordion-item .accordion-body {
  font-size: 1.125rem;
  padding: 1em 2em 2em 2em !important;
  text-align: left;
}

.ul-step {
  border-left: #e3aa33 solid 1px;
  margin: 0 0 0 30px;
  padding: 0;
}
.ul-step li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 50px;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.ul-step li::before {
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ffc140 0%, #e3aa33 100%);
  content: "1";
}
.ul-step li:nth-child(2)::before {
  content: "2";
}
.ul-step li:nth-child(3)::before {
  content: "3";
}
.ul-step li:nth-child(4)::before {
  content: "4";
}
.ul-step li:nth-child(5)::before {
  content: "5";
}
.ul-step li:nth-child(6)::before {
  content: "6";
}
.ul-step li:nth-child(7)::before {
  content: "7";
}
.ul-step li:nth-child(8)::before {
  content: "8";
}
.ul-step li:nth-child(9)::before {
  content: "9";
}
.ul-step li:nth-child(10)::before {
  content: "10";
}

.compare {
  padding-top: 20px;
}
.compare ul {
  margin: 0;
  padding: 0;
  border: #e7e7e7 4px solid;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}
.compare ul li {
  list-style: none;
  padding: 1em 2em;
  font-size: 1.125rem;
  color: #333;
  text-align: left;
}
.compare ul li strong {
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin-right: 10px;
}
.compare ul li:first-child {
  padding-top: 2em;
}
.compare ul li:nth-child(odd) {
  background-color: #f5f5f5;
}
.compare .col-md-4 {
  position: relative;
}
.compare .col-md-4 .title2 {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 200px;
  margin-left: -100px;
  background-color: #e3aa33;
  color: white;
  border: #a17823 4px solid;
  text-align: center;
  font-size: 1.5em;
}
.compare .col-md-4:nth-child(1) .title2, .compare .col-md-4:nth-child(2) .title2 {
  font-size: 1em;
  color: #8d8d8d;
  background-color: white;
  border-color: #e7e7e7 !important;
}
.compare .col-md-4:nth-child(3) ul {
  border-color: #a17823;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.compare .col-md-4:nth-child(3) ul li {
  font-weight: 600;
}
.compare .col-md-4:nth-child(3) ul li strong {
  color: white;
  background-color: #a17823;
}
.compare .col-md-4:nth-child(3) ul li:nth-child(odd) {
  background-color: #fff0cf;
}

.application {
  padding-top: 4em;
  padding-bottom: 4em;
  min-height: 820px;
}
.application::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0074ce 0%, rgba(0, 82, 134, 0.8) 100%);
}
.application:nth-child(1) {
  background-image: url(../images/application-1.webp);
}
.application:nth-child(2) {
  background-image: url(../images/application-2.webp);
}
.application:nth-child(3) {
  background-image: url(../images/application-3.webp);
}
.application:nth-child(4) {
  background-image: url(../images/application-4.webp);
}
.application:nth-child(5) {
  background-image: url(../images/application-5.webp);
}
.application .row {
  text-align: left !important;
  padding: 0.5em 0;
}
.application .row img {
  border-radius: 10px;
}
.application .row h3 {
  color: #ffc140;
}
.application .row .box {
  background-color: rgba(225, 225, 225, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 1em;
}
.application .row .box:last-child {
  margin-bottom: 0;
}
.application .row .box h4 {
  border-left: #ffc140 5px solid;
  padding-left: 10px;
  margin-left: -15px;
}
.application .row .box ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.block {
  padding-top: 4em;
  padding-bottom: 4em;
}
.block.no-spacing {
  padding-top: 0em;
  padding-bottom: 0em;
}
.block.lightgrey {
  background-color: #f5f5f5;
}
.block .spacing {
  padding: 5em 3em;
}
.block .photo-1, .block .photo-2 {
  position: relative;
  background-image: url(../images/photo-1.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  min-height: 450px;
  z-index: 1;
  min-height: 650px;
}
.block .photo-2 {
  background-image: url(../images/photo-2.webp);
  background-position: left top;
}
.block.block1, .block.block12 {
  background-image: url(../images/photo-tax.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.block.block1::before, .block.block12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0074ce 0%, rgba(0, 82, 134, 0.8) 100%);
}
.block.block1 .container, .block.block12 .container {
  position: relative;
  z-index: 1;
}
.block.block2, .block.block3, .block.block5, .block.block8, .block.block9, .block.block10 {
  background-image: url(../images/technology-background.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.block.block2::before, .block.block3::before, .block.block5::before, .block.block8::before, .block.block9::before, .block.block10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 116, 206, 0.8);
}
.block.block2 .row, .block.block2 .container, .block.block3 .row, .block.block3 .container, .block.block5 .row, .block.block5 .container, .block.block8 .row, .block.block8 .container, .block.block9 .row, .block.block9 .container, .block.block10 .row, .block.block10 .container {
  position: relative;
  z-index: 1;
}
.block.block2 .icon-box1, .block.block3 .icon-box1, .block.block5 .icon-box1, .block.block8 .icon-box1, .block.block9 .icon-box1, .block.block10 .icon-box1 {
  background-color: rgba(225, 225, 225, 0.2);
}
.block.block2 .icon-box1 .icon, .block.block3 .icon-box1 .icon, .block.block5 .icon-box1 .icon, .block.block8 .icon-box1 .icon, .block.block9 .icon-box1 .icon, .block.block10 .icon-box1 .icon {
  background: linear-gradient(to bottom, #ffc140 0%, #e3aa33 100%);
}
.block.block2 .icon-box1 .icon i, .block.block3 .icon-box1 .icon i, .block.block5 .icon-box1 .icon i, .block.block8 .icon-box1 .icon i, .block.block9 .icon-box1 .icon i, .block.block10 .icon-box1 .icon i {
  color: white;
}
.block.block3 .row, .block.block9 .row {
  flex-direction: row-reverse !important;
}
.block.block3 .row .row, .block.block9 .row .row {
  flex-direction: row !important;
}
.block.block6 {
  background-color: #0074ce;
  position: relative;
}
.block.block6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 116, 206, 0.8);
}
.block.block6 .container {
  position: relative;
  z-index: 1;
}
.block.block6 .swiper-pagination-bullet {
  background-color: white;
}
.block.block12 {
  background-image: url(../images/photo-activate.webp);
}
.block.block12::before {
  background: linear-gradient(to bottom, rgba(0, 82, 134, 0.8) 0%, rgba(0, 82, 134, 0.6) 100%);
}

.swiper {
  width: 100%;
  padding-bottom: 0;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper.Swiper-1 .swiper-slide .list {
  text-align: center;
  padding-bottom: 20px;
}
.swiper.Swiper-1 .swiper-slide .list a {
  webkit-transform: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.swiper.Swiper-1 .swiper-slide .list a:hover {
  color: #00A3FE;
}
.swiper.Swiper-1 .swiper-slide .list img {
  width: 150px;
  border-radius: 50%;
  box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 1em;
  webkit-transform: all 0.3s;
  transition: all 0.3s;
}
.swiper.Swiper-1 .swiper-slide .list img:hover {
  opacity: 0.8;
}
.swiper.Swiper-1 .swiper-slide .list p {
  margin-bottom: 0px;
}
.swiper.Swiper-1 .swiper-button-prev {
  opacity: 0;
  webkit-transform: all 0.3s;
  transition: all 0.3s;
}
.swiper .swiper-horizontal .swiper-scrollbar {
  width: 50%;
  left: 0;
  bottom: 0;
  height: 2px;
}
.swiper .swiper-horizontal .swiper-pagination-bullets {
  bottom: 0px;
  text-align: left;
}
.swiper .swiper-horizontal .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
  text-align: left;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  top: 35%;
  right: 0px;
  left: auto;
  background-color: rgba(225, 225, 225, 0.5);
  border-radius: 10px 0px 0px 10px;
  padding: 25px 10px;
  width: 40px;
  display: none;
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-size: cover;
}
.swiper .swiper-button-next.swiper-button-disabled, .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper .swiper-button-next.swiper-button-prev, .swiper .swiper-button-prev.swiper-button-prev {
  left: 0px;
  right: auto;
  transform: scaleX(-1);
}
.swiper .swiper-button-next.swiper-button-prev:after, .swiper .swiper-button-prev.swiper-button-prev:after {
  transform: scaleY(-1);
}
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
  opacity: 1;
}
.swiper .swiper-pagination-bullet {
  width: 2.5%;
  height: 5px;
  border-radius: 10px;
  background-color: #B7B7B7;
}
.swiper .swiper-pagination-bullet-active {
  position: relative;
  background-color: #0074ce;
  height: 5px;
  top: 0.5px;
  border-radius: 10px;
}

footer {
  padding-top: 5em;
  padding-bottom: 5em;
}
footer h4 {
  color: #0074ce !important;
}
footer p {
  margin-bottom: 0;
}

#goToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
#goToTop a {
  display: block;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  width: 55px;
  height: 55px;
  line-height: 16px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  webkit-transform: all 0.2s;
  transition: all 0.2s;
}
#goToTop a:hover {
  background-color: #0074ce;
}
#goToTop a span {
  display: block;
}

.float {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 9;
  background: linear-gradient(to bottom, #ffc140 0%, #e3aa33 100%);
  color: white;
  width: 50px;
  padding: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2em;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  margin-top: -77px;
  border: none;
}
.float:hover {
  background: linear-gradient(to bottom, #e3aa33 0%, #a17823 100%);
}

@media screen and (max-width: 1366px) {
  .block {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .block .photo-1, .block .photo-2 {
    min-height: 550px;
  }
  .block .spacing {
    padding: 3em 2em;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 850px;
  }
  .banner h1 {
    font-size: 2.5rem;
  }
  .banner h2 {
    font-size: 1.875rem;
  }
  .swiper.Swiper-1 .swiper-button-next, .swiper.Swiper-1 .swiper-button-prev {
    padding: 10px 5px;
    width: 25px;
  }
  .swiper.Swiper-1 .swiper-button-next:after, .swiper.Swiper-1 .swiper-button-prev:after {
    width: 15px;
    height: 15px;
  }
  .step .step-box {
    padding: 0px 40px 0px 80px;
    height: 140px;
    margin-right: -72px;
  }
  .step .step-box h3 {
    font-size: 1rem;
  }
  .step .col-md-4:nth-child(1) {
    width: 10%;
  }
  .step .col-md-4:nth-child(2), .step .col-md-4:nth-child(3), .step .col-md-4:nth-child(4) {
    width: 20%;
  }
  .step .col-md-4:nth-child(5) {
    width: 30%;
  }
}
@media screen and (max-width: 922px) {
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  .banner {
    height: 600px;
  }
  .banner .logo {
    max-width: 150px;
    margin-left: -75px;
    top: 20px;
  }
  .banner h1 {
    font-size: 2.25rem;
  }
  .banner h2 {
    font-size: 1.5rem;
  }
  .title2 {
    padding: 5px 20px;
  }
  .card-style1 .card-body h3 {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-style1 {
    margin-bottom: 2em;
  }
  .step .step-box {
    background-image: url(../images/step1.webp);
    padding: 15px 15px 15px 15px;
    margin-right: 0px;
  }
  .step .step-box p {
    margin-bottom: 0;
  }
  .step .col-md-4:nth-child(1) .step-box {
    z-index: 3;
    border-radius: 0;
    border-left: none;
  }
  .step .col-md-4:nth-child(2) .step-box {
    background-image: url(../images/step2.webp);
  }
  .step .col-md-4:nth-child(3) .step-box {
    background-image: url(../images/step3.webp);
  }
  .step .step-box {
    padding: 0px 40px 0px 40px;
    height: 50px;
    margin-right: 0;
  }
  .step .step-box h3 {
    font-size: 1rem;
  }
  .step .col-md-4:nth-child(1) {
    width: 100%;
  }
  .step .col-md-4:nth-child(1) .step-box {
    border-radius: 0;
    padding-left: 40px;
  }
  .step .col-md-4:nth-child(2), .step .col-md-4:nth-child(3), .step .col-md-4:nth-child(4), .step .col-md-4:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  html {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .banner {
    height: 500px;
    background-attachment: scroll;
  }
  .banner::before {
    background-image: url(../images/banner-pic-m.webp);
    background-size: 100% auto;
  }
  .banner h1 {
    font-size: 1.875rem;
  }
  .banner h2 {
    font-size: 1.25rem;
  }
  .banner .container {
    margin-top: -45%;
  }
  .block .photo-1, .block .photo-2 {
    min-height: 350px;
  }
  .block .spacing {
    padding: 3em 1.5em;
  }
  .block .container {
    padding: 0 1.5em;
  }
  .block.block4 .row {
    flex-direction: row !important;
  }
  footer p {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    height: 450px;
  }
}/*# sourceMappingURL=main.css.map */