* {
  margin: 0;
  padding: 0;
  font-style: none;
}






body,
html {
  font-family: sans-serif;
}


::selection {
  background: #2eb6a4;
  color: white;
}

.redtext p{
  color: red!important;
  font-weight: bold;
}


.img-box-1 {
  width: 160px;
  line-height: 70px;
}

.img-box-1 img {
  width: 100%;
  padding: 5px;
}

/* <!-- ＝＝＝＝＝＝＝＝＝＝＝＝＝手機版菜單 --> */

.header-ph {
  display: none;
}


#cloud {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: -1;
  opacity: 0;
  height: 100%;
}


.small {
  display: none;
}

.side-menu {
  display: block;
  z-index: 100;
  width: 100%;

}




.header-ph {
  position: fixed;

  width: 100%;
  z-index: 110;
  box-shadow: 0px 0px 13px #aaaaaaba;
  height: 70px;
  top: 0;

  background-color: white;




}


.header-ph li a:hover {
  text-decoration: none;
  color: #139884;
}



.menu-control {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 2px #2eb6a4;
  top: 10px;
  border-radius: 9px;
  right: 10px;

}


.menu-control span {
  display: block;
  height: 3px;
  background-color: #2eb6a4;
  margin: 9px;
  transform-origin: 3px;

  transition: .3s;


}

.menu-control2 {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}



.side-menu {
  box-sizing: border-box;
  background: #d1e9e7;
  transition: all .3s;
  overflow: auto;
  position: fixed;
  width: 60%;
  top: 70px;
  height: 100vh;
  z-index: 95;
  transform: translateX(-100%);

}



#cloud:checked~.side-menu {
  transform: translateX(0%);
}

#cloud:checked~.menu-control2 {
  display: block;
}





.side-menu li {
  list-style: none;
  padding: 11px 0;

  border-bottom: 1px dashed #c5c4c4ba;
  color: #515457;

}




.side-menu li a {
  text-decoration: none;
  color: #5c5c5cb8;
  font-size: 19px;
  padding: 11px 5px 10px 20px;
  font-weight: 500
}

.side-menu-active {
  color: #2eb3a2 !important;
}

.side-menu li a:hover {
  color: #2eb6a4
}

/* ------ */

.line1_rotate {
  width: 40px;

  transform: translate(0px, 0) rotate(45deg);
}

.line2_hide {
  opacity: 0;
}

.line3_rotate {
  width: 40px;

  transform: translate(0px, 0) rotate(-45deg);
}

.menu li {
  display: block;

}

/* ========= */

#ICON {
  position: absolute;
  right: 40px;
  top: 200px;
  width: 80px;
  height: 80px;
  z-index: 100;

}

#ICON:hover {
  transform: scale(1.1);
}





#ICON img {
  width: 100%;
  box-shadow: 2px 2px 4px #aaa;
  border-radius: 50%;
  background-color: white;
}


#ICON-1 {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 25px;
  right: 20px;
  z-index: 99;
  text-align: center;
  display: none;

}

#ICON-1 img {
  width: 100%;
  box-shadow: 2px 2px 4px #aaa;
  border-radius: 50%;
  background-color: white;
}




.header-bar {
  height: 112px;
  border-top: solid 10px #ed4b80;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  position: fixed;
  z-index: 100;
  top: 0;
  align-content: center;
  align-items: center;
  box-shadow: 0px 0px 13px #aaaaaaba;
}

.header-bigimg {
  width:35%;
}

.header-img img {
  width: 100%;
}

.header-word {
  width: 75%;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  padding: 0 20px;

}

.header-bar-active {
  color: white !important;
  border: solid 1px #ed4b80 !important;
  background-color: #ed4b80 !important;
}

.header-word a {
  width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 19px;
  text-decoration: none;
  color: #ed4b80;
  position: relative;
  padding: 10px;
  border: solid 1px #ed4b80;
  margin: 0 8px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: .3s;
}

/* .header-word a::after{
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 0%;
  bottom: 0;
  height: 2px;
  background: #f7f7f7;
   } */




.header-word a:hover {
  color: white;
  border: solid 1px #ed4b80;
  background-color: #ed4b80;

  text-decoration: none;

}

.header-word a:hover::after {
  color: white;
  text-decoration: none;
  width: 100%;
  left: 0%;
}

.header-bar-ph {
  display: none;
}

.elementor-image{
  cursor: pointer;
}


.elementor-imagebox{
      position: fixed;
      text-align: right;
      width: auto;
      max-width: auto;
      bottom: 30%;
      z-index: 999;
      right: 0;
}


.elementor-image{
     width: 60px;
  
}


.elementor-image img {
  width: 100%;
}


.modal-header-message{
  background-color: #2eb3a2;
}

.close:focus{
  outline: none!important;
}

.close span{
  color: white!important;
}

.message-footer p{
  margin: 0;
  letter-spacing: 2;
  font-size: 15px;
  color: #515457;
  text-align: center;
 
}

.message-footer{
 display: inline !important;  
}


.newstitle{
  display: flex;
  justify-content: center;
  align-items: center;
}

.newstitle p{
     padding: 2px 25px;
     margin: 0;
     color: #2eb3a2;
     font-size: 26px;
     letter-spacing: 3px;
     text-align: center;
     margin-top: 30px;
     background-color: white;
     border-radius: 30px 30px;
     display: inline-block;

}

/* ---------add-------- */



.installmenth1 {
  text-align: center;
}

.installmenth1 h1 {
  font-size: 25px;
  color: #2eb3a4;
  margin: 30px 0 20px 0;
  border-radius: 43px;
  padding: 10px 20px;
  border: solid 2px #2eb3a4;
  background-color: white;
  display: inline-block;
  box-shadow: 7px 7px 0px #2eb3a496;
}

.installmentbox {
  display: flex;
  margin: 20px 0 0px 0;
}

.installmentboxword h1 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #515457;
  text-align: center;
  font-weight: 700;
  transition: .5s;

}

.installmentboxword p {
  font-size: 18px;
  margin: 0;
  color: #515457;
  transition: .5s;
  text-align: justify;
  margin-bottom: 5px;
}

.smallp{
  font-size: 17px!important;
  display: inline;
  border-bottom: dotted 1px red;
  padding-bottom: 2px;
  transition: .5s;

 
}

.taj{
  text-align: justify;
}

.st0 {
  fill: #2EB3A2;
  stroke: #2EB3A2;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  transition: .5s;
}

.st1 {
  fill: #2EB3A2;
  stroke: #2EB3A2;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  transition: .5s;
}

.st2 {
  fill: #2EB3A2;
  stroke: #2EB3A2;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  transition: .5s;
}

.installmentboximg svg {
  width: 100px;
  height: 100px;
}

.installmentboximg img {
  width: 100%;
}

.smile {
  margin-top: 12px;
  cursor: pointer;
  width: 35px;
  fill: grey;
}

.installmentboxone-1 {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: dashed 2px #2eb3a4;
  height: 320px;
  border-radius: 14px;


}

.installmentboxone {
  width: 33%;
  margin: 13px;
}



/* ------ */




.installmentboximg-1{
  width: 120px;
  margin-bottom: 10px;
  
}


.installmentboximg-1 img{
  width: 100%;
  opacity: .8;
}


[class^=btn-] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;

}

.btn-0 {
  color: #b397a9;
}

.btn-0:before {
  content: "";
  position: absolute;
  border-radius: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2eb3a4;
  transform: translateX(-100%);
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.btn-0:hover .redtext p {
  color: white!important;
}

.btn-0:hover .installmentboxword p {
  color: white;
}

.btn-0:hover .installmentboxword h1 {
  color: white;
}

.btn-0:hover .st0 {
  fill: white;
}

.btn-0:hover .st1 {
  fill: white;
}

.btn-0:hover .st2 {
  fill: white;
}

.btn-0:hover:before {
  transform: translateX(0);

}
.btn-0:hover .smallp{
border-bottom: solid 1px white;
}

.forph{
  display: none;
}



/* --------------firstpart */

.firstpartlogo img {
  width: 100%;
}

.firstpartlogo {
  width: 100%;
}


.firstpartbiglogo {
  margin-top: 112px;
}


.color h4 {
  font-size: 21px;
}

.firstpartbg {

  width: 100%;


}

.firstimg {
  margin-bottom: 5px;
}

.firstword h3 {
  font-size: 24px;
  position: relative;
  color: #515457;
  display: inline-block;
  letter-spacing: 1px;
}

.firstword h4 {
  font-size: 21px;
}


.firstword h4 {
  font-size: 26px;
  position: relative;
  color: #2eb3a4;
  display: inline-block;
  letter-spacing: 2px;
  padding-bottom: 5px;
  position: relative;
  letter-spacing: 5px;
  border-radius: 43px;
  padding: 10px 20px;
  border: solid 2px #2eb3a4;
  background-color: white;
  box-shadow: 7px 7px 0px #2eb3a496;
  margin: 23px 0 18px 0;

}

.firstword h4::before {
  /* content: ''; */
  position: absolute;
  top: 11px;
  right: -30px;
  width: 10px;
  height: 10px;
  background-color: #2eb3a4;
  border-radius: 50px;

}


.firstword h4::after {
  /* content: ''; */
  position: absolute;
  top: 11px;
  left: -30px;
  width: 10px;
  height: 10px;
  background-color: #2eb3a4;
  border-radius: 50px;

}




.firstword h2 {
  font-size: 26px;
  position: relative;
  color: #2eb3a4;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 43px;
  padding: 10px 20px;
  border: solid 2px #2eb3a4;
  background-color: white;
  box-shadow: 7px 7px 0px #2eb3a496;
}


.firstword h3::before {
  content: '';
  position: absolute;
  top: 15px;
  right: -60px;
  width: 40px;
  height: 2px;
  background-color: #515457;

}

.firstword h3::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -60px;
  width: 40px;
  height: 2px;
  background-color: #515457;

}


.firstpartbgimg {
  width: 54px;
  margin: 0% auto;
}



.firstimg img {
  width: 100%;
}

.firstword {
  text-align: center;
  color: #626262;
}


.bgc-1 {
  background: linear-gradient(to bottom, #d1e9e7 65%, #fff 80%);
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}


.bgc-pill {
  background-color:#d1e9e7;
  position: relative;
  z-index: 1;
}


.color-img {
  width: 40%;
}

.color-img img {
  width: 100%;
}


.bottom {
  padding-bottom: 100px;
}

.header-bar-pc {
  display: none;
}


.color h4 {
  color: #626262;
  line-height: 37px;
  text-align: justify;
}

.colorbox {
  display: flex;
}

.color {
  display: flex;
}

.colorbox {
  display: flex;
}

.colorboxfour {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
}

.colorsmallbox {
  width: 320px;

  background-color: white;
  box-shadow: 0 0 13px #2eb3a357;
  margin: 20px;
  padding: 20px;
}

.colorsmallboxh1 h1 {
  margin: 0;
  font-size: 19px;
  color: #2eb3a4;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  /* letter-spacing: 1px; */
}

.colorsmallboxp p {
  margin: 0;
  font-size: 17px;
  color: #626262;
  text-align: justify;
  margin-top: 20px;
  /* letter-spacing: 1px; */

}


.colorsmallboxp .mtnone {
  margin-top: 0;
}

.icon-swiperp p {
  margin-bottom: 0;
  font-size: 19px;
  /* margin-top: 5px; */
  letter-spacing: 2px;
  color: #515457;
}

.icon-swiper {
  width: 60%;
  margin: 0 auto;

}

.icon-swiper img {
  width: 100%;
}

.dot-col {
  display: flex;
}

.pillx{

margin-left: -10px;
}

.pillboxword h1{
      font-size: 19px;
      margin-bottom: 2px;
      color: #515457;
      text-align: center;
      font-weight: 700;
      
      display: block;
 
}

.pillboxword p {
    font-size: 18px;
    margin: 0;
    color: #515457;
    transition: .5s;
    text-align: justify;
    margin-bottom: 5px;

}

.pillboxword span{
  font-size: 18px;
  margin-bottom: 10px;
  color: #515457;
  text-align: center;
  font-weight: 700;
  display: inherit;
  
}

.pillsboxone-1{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 14px;
    background-color: rgb(255 255 255 / 54%);
    height: 300px;
    box-shadow: 7px 7px 0px #2eb3a496;
  
}

.pillflex{
      display: flex;
      width: 100%;
      margin: 0 auto;
}


.newpillbox{

      display: flex;
      margin: 20px 0 0px 0;
   
}

/* ----------second */

.bg2 {
  width: 100%;
  /* background-image: url(../img/bg2.png); */
  background: linear-gradient(to bottom, #ffffff 27%, #fff0 100%);
  height: 100px;
  background-size: cover;
  margin-top: -26px;
  position: absolute;
}

.margin {
  margin-top: 70px;
}

.csae-listimg {
  width: 45%;
  padding: 10px;
}

.csae-listword {
  width: 55%;
  padding: 0 20px;
}

.csae-listimg img {
  width: 100%;
}

.csae-listimgbox {
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;

}

.csae-list {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
  position: relative;
  padding: 20px 20px 39px 20px;

}

.secondpartbg {

  padding-bottom: 100px;
  background-image: url(../img/background-color.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

.line-1 {
  border-top: dashed 1px #2fb5a4;
}

.csae-listword h1 {
  margin-bottom: 0;
  text-align: justify;
  font-size: 19px;
  color: #515457;
  letter-spacing: 1px;
  line-height: 29px;

}

.csae-listword p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 5px;
  color: #2eb3a4;
  font-weight: 500;

}

#B00{
  cursor: pointer;
}


.dot {
  display: flex;
}

.smallword {
  font-size: 15px;
  line-height: 0;
}

.wordmt {
  margin-bottom: 20px;
}

.wordmt span {
  color: #ed4b80;
  font-size: 24px;
  font-weight: bold;
}

.csae-listwordimg {
  margin: 10px auto 10px auto;
  width: 100%;
  /* background-color: white; */
  padding: 0 30px 0px 30px;
  border-radius: 30px;
  /* box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%); */
}

.csae-listwordimg img {
  width: 100%;
  border-radius: 12px;
  border: solid 2px #2eb3a4;

}

/* .listbox{
  border-top: dotted 2px #2eb3a4;
} */




/* ----------three*/


.grid {
  position: absolute;
  top: 30px;
  left: 38px;
  width: 1px;
  height: calc(100% - 80px);
  background-size: 1px 5px;
  background-image: linear-gradient(180deg, #2eb3a4, #2eb3a4 2px, transparent 0, transparent 5px);
  background-repeat: repeat-y
}

.girdbox {
  position: relative;
  margin-top: 40px;
}

.threepartbg {
  overflow: hidden;

}

.firststep {
  display: flex;
  padding: 85px 0;
  position: relative;

}

.firststep::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #2eb3a4;
  border-radius: 50%;
  box-sizing: border-box;
  top: -5px;
  left: calc(50% - 4px);
  background-color: #2eb3a4;
}

.firstwordbox {
  width: 50%;
  position: relative;
}

.firstwordlogo {
  width: 60px;
  height: 50px;
  margin-bottom: 20px;
}

.firstwordlogo img {
  width: 100%;
}

.padd {
  padding-left: 26px;
}

.firstwordh1 h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #515457;
  letter-spacing: 1px;
}

.firstwordh1 h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #515457;
  letter-spacing: 1px;

}

.mr {
  margin-right: 7px;
  margin-left: 5px;
}



.firstwordh1 h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #2eb3a4;
  letter-spacing: 1px;
}

.firstwordh1 p {
  font-size: 17px;
  margin-bottom: 5px;
  color: #515457;
  /* letter-spacing: 1px; */
}

.firstwordh1 span {
  color: #2eb3a4;
}


.dot {
  display: flex;
}

.firstwordimg {
  width: 50%;
}

.firstwordimg img {
  width: 100%;
}

/* ------------- */



.secondstep {
  display: flex;
  padding: 85px 0;
  position: relative;
}

.secondstep::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #2eb3a4;
  border-radius: 50%;
  box-sizing: border-box;
  top: -5px;
  left: calc(50% - 4px);
  background-color: #2eb3a4;
}

.secondwordbox {
  width: 50%;
  position: relative;
  padding-left: 50px;
}

.secondwordlogo {
  width: 60px;
  height: 50px;
  margin-bottom: 20px;
}

.secondwordlogo img {
  width: 100%;
}

.secondwordh1 h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #515457;
  letter-spacing: 1px;
}

.secondwordh1 h3 {
  margin-bottom: 5px !important;
  font-size: 16px;
  margin-bottom: 20px;
  color: #2eb3a4;
  letter-spacing: 1px;
}

.secondwordh1 p {
  font-size: 17px;
  margin-bottom: 5px;
  color: #515457;
  letter-spacing: 1px;
}

.secondwordh1 span {
  color: #2eb3a4;
}



.secondwordimg {
  width: 50%;
}

.secondwordimg img {
  width: 100%;
}



/* ----------four------- */

.fourpartbg {
  padding-bottom: 50px;
  background-image: url(../img/background-color.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


.box-open {
  display: block;

}

svg.rotate1 {
  transform: rotate(180deg);
}




svg.rotate0 {
  transform: rotate(0);
}


/* .disappear {
  display: none;
} */


.bgcp svg {
  fill: #2eb3a4;
  height: 24px;
  width: 24px;
}



.faqsbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bgcp p {
  margin: 0;
  color: #515457;
  text-align: justify;
}

.toggleBtn {
  background-color: white;
  padding: 15px 20px;
  margin: 35px 15px 0 15px;
  border-radius: 20px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 78px;
  display: flex;
  align-items: center;
}





.dott {
  display: flex;
  align-items: center;
}

.dotp p{
  padding-left: 7px;
}

.dot-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

.dott p:first-child {
  margin-right: 8px;
}


.toggleBox {
  background-color: #2eb3a480;
  border-radius: 0 0 14px 14px;
  padding: 20px 20px;
  margin: -9px auto 0 auto;
  color: white;
  width: 90%;
  display: none;
}

.toggleBox p {
  margin: 0;
  color: white;
}

.onebox {
  width: 50%;
}

.uploadtable-1 {
  width: 100%;
}



.faqsbox-ph {
  display: none;
}

.faqsbox-pc {
  display: flex;

}



.margin-1 {
  margin-top: 30px;
}


/* --------aboutus*/

.background-1 {
  background-color: #d1e9e7;
  padding:0 0  40px 0;
  
}

.aboutuabigbox{
display: flex;
justify-content: center;
}

.aboutaboximg{
  width: 100%;
}
.aboutaboximg img{
  width: 100%;
}

.aboutabox{
  width: 40%;
  background-color: white;
  margin: 25px;
  border-radius: 53px 19px 19px 53px;
  overflow: hidden;
  box-shadow: 0 0 13px #2eb3a357;
}

.aboutaboxp{
  padding: 20px;
}

.aboutaboxp h1{
  font-size: 21px;
  margin-top: 10px;
  color: #2eb3a2;
  font-weight: bold;
  letter-spacing: 1px;
}

.aboutaboxp p{
  text-align: justify;
  font-size: 18px;
  color: #515457;
}

/* ----- */

.aboutuabigbox{
  display: flex;
  justify-content: center;
  margin: 30px 0 40px 0;
  }
  
  .aboutaboximg{
    width: 100%;
  }
  .aboutaboximg img{
    width: 100%;
  }

  
  .aboutabox-1{
    width: 40%;
    background-color: white;
    margin: 25px;
    border-radius: 19px 53px 53px 19px;
    overflow: hidden;
    box-shadow: 0 0 13px #2eb3a357;
  }
  
.teamintroductionbox{
  background-color: white;
  width: 83%;
  margin:  20px auto;
  padding: 30px;
  border-radius: 35px;
  box-shadow: 0 0 13px #2eb3a357;

}

.teamintroductionboximg{
  width: 100%;
  margin:  0px auto;
  background-color: #ecf6f5;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.teamintroductionboximg img{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teamintroductionboxp p {
  text-align: justify;
  font-size: 19px;
  color: #515457;
}

.teamintroductionboxp h1 {
  text-align: justify;
  font-size: 22px;
}

.teamintroductionboxp-1 p {
  text-align: justify;
  font-size: 18px;
  color: #515457;
}

.teamintroductionboxp-1 h1 {
  color: #2eb3a2;
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}

.teamintroductionboxp-1{
  padding-top: 20px;

}

.teamline{
  width: 100%;
}

.teamline img{
  width: 100%;
}

.teamintroductionboxp span {
  color: #2eb3a2;
  font-weight: bold;
  display: block;
  text-align: left;}

  

/* -------swiper */

.mySwiper-1 {
  cursor: grab;
}

.mySwiper-1 .swiper-button-next {
  right: 20px;
}

.mySwiper-1 .swiper-button-prev {
  left: 20px;

}


.mySwiper-1 {
  border: solid 2px #2eb3a2;
  border-radius: 12px;
  padding: 15px 10px;
  width: 80%;
  margin: 40px auto;
  box-shadow: 7px 7px 0px #2eb3a496;

}

.mySwiper-1 .swiper-button-next:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
  text-align: center;
}


.mySwiper-1 .swiper-button-prev:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.icon-swiperp span {
  margin: 0;
  font-size: 16px;
  color: #2eb3a2;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;


  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.sbox {
  display: flex;
  width: 90%;
  cursor: grab;
}


.simg {
  width: 35%;
  padding: 20px;
}


.simg img {
  width: 100%;
}

.sword {
  width: 60%;
  padding: 20px;
  display: flex;
  justify-content: center;

  flex-direction: column;
}


.sword p {
  text-align: justify;
}

.sword h2 {
  color: #57a5ec;
  margin-bottom: 10px;
}

.swiper-slide::after {
  content: "";
  background-image: url(../img/ribbon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;

}


.bg3 {
  width: 100%;
  background-image: url(../img/bg3.png);
  height: 130px;
  background-repeat: no-repeat;
  padding-top: 15px;
  background-size: cover;
  margin-top: -6px;
}

.footerpartbg {
  width: 100%;
  background-color: white;
  margin-top: -1px;
  box-shadow: 0px 0px 11px #aaaaaa24;
}

.footerword {
  width: 28%;
  padding: 0 50px;
  border-left: 1px dashed #51545761;
  letter-spacing: 1px;
  line-height: 2;


}

.footericon a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ptbtn{
    width: 30%;
    padding: 15px;
}

.ptbtn-img{
    width: 70%;
    margin: 0 auto;
     padding-top: 5px;

}

.ptbtn-img img {
  width: 100%;
}


.ptbtn p{
  letter-spacing: 1px;
  font-size: 16px;
  color: #515457;
  margin-bottom: 3px;
  text-align: center;
    padding-top: 25px;
        font-weight: bold;
}

.footericon {
  width: 30%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  border-left: 1px dashed #51545761;
}

.footericon img {
  width: 100%;
}

.footerbox {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}


.footerword h2 {
  color: white;
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
}



.footerbtn a:hover {
  text-decoration: none;
}

.footerbtn a {
  padding: 8px;
  display: flex;
justify-content: flex-start;
  align-items: center;
  color: white;
  font-size: 17px;

  border-radius: 50px;
  transition: .3s;
  margin: 0 10px;

}
.footerbtn{
padding: 20px 0px;
border-bottom: 1px #51545761 dashed;
display: flex;
justify-content: center;
align-items: center;
}

.fbbtn{
  background-color: #3a559f;
transition: .3s;
  color: white;


  border-radius: 50px;
  transition: .3s;
  margin: 0 10px;
}

.fbbtn a{
  /* width: 157px; */
  letter-spacing: 1px;
  
}

.linebtn{
  background-color: #38cd01;
  transition: .3s;
    color: white;

  
    border-radius: 50px;
    transition: .3s;
    margin: 0 10px;
}
.linebtn a{
  width: 193px;
  letter-spacing: 2px;
}
.companybtn{
  background-color: #f6c864;
  transition: .3s;
    color: white;
 
  
    border-radius: 50px;
    transition: .3s;
    margin: 0 10px;
}

.companybtn a{
  width: 186px;
  letter-spacing: 2px;
}

.footerbtn-1{
  display: flex;

}



.footerbtn img{
  width: 35px;
  height: 35px;
 margin-right: 6px;
}

.footerbtn a:hover {

color: white;
}

.fbbtn:hover{
  background-color: #294288;
}

.linebtn:hover{
  background-color: #30b102;
}
.companybtn:hover{
  background-color: #e6b243;
}


.footerword h2::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  width: 55px;
  height: 2px;
}

.footerword p {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #515457;
  display: flex;
  white-space: nowrap;

}

.conpyright {
  text-align: center;
  color: #fff;
  background-color: #ed4b80;
  font-size: 13px;
  padding: 5px;
  letter-spacing: 1px;

}

.conpyright a{
  color: white;
  border-bottom: solid 1px white;
  padding-bottom: 3px;
  font-size: 13px;
  margin-left: 10px;
}

.conpyright a:hover{
  color: white;
  text-decoration: none;

}





.ic {
  background-color: #fff;
  width: 33px !important;
  height: 33px !important;
  padding: 5px;
  border-radius: 50%;
  color: #085e9c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-1 {
  color: #00d000
}

.one,
.two,
.three h5 {
  color: #626262;



}

.blue-1 {
  font-size: 21px;
}

.firstpartimg-ph {
  display: none;
}


/* =====hcpswiper===== */

.swiprthcpimg {
  width: 85%;
  margin: 10px auto;
  cursor: grab;
  position: relative;
  padding: 12px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.718);
  box-shadow: 0px 0px 13px #2eb3a357;

}


.shape-layer {
  background-image: url(../img/shape-17.png);
  position: absolute;
  left: -100px;
  top: -120px;
  width: 380px;
  opacity: .4;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.shape-layer-1 {
  background-image: url(../img/shape-17.png);
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 380px;
  opacity: .4;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}



.swiprthcpimg img {
  width: 100%;
  border-radius: 13px;

}

.swiprthcp {
  margin-top: 30px;
}

.mySwiper3 .swiper-button-next:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
  text-align: center;
}

.mySwiper3 .swiper-button-prev:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
}



.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #2eb3a2;
}



.swiper-pagination3 {
  bottom: -40px !important; 
}

.swiper-pagination-2{
  bottom: -10px !important;
}






/* ========== */

.mySwiper-4 .swiper-button-next:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
  text-align: center;
}

.mySwiper-4 .swiper-button-next4:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
  text-align: center;
}


.mySwiper-4 .swiper-button-prev:after {
  color: white;
  background-color: #2eb3a2;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
}

.mySwiper-4  .swiper-button-next{
  right: 0px!important;
}

.mySwiper-4  .swiper-button-prev{
  left: 0px!important;
}

.pill {
  width: 80%;
  margin: 0 auto;
}

.pillss {
  width: 60%;
  margin: 0 auto;
}

.pill img {
  width: 100%;
}

.pillbox{
  border: dashed 2px #2eb3a4;
  background-color: rgb(255 255 255 / 54%);
  border-radius: 20px;
  width: 100%;
  margin: 0px auto 40px auto;
  padding: 0 20px;
  text-align: center;
  box-shadow: 0px 7px 0px #2eb3a496;


}

.pillbox-arrow{
  display: flex;
  justify-content: center;

}

.ropebox{
  width: 50px;
  margin: 6px 30px -4px 30px;
}

.ropebox img{
  width: 100%;
}

.pillbox p{
  text-align: center;
  margin: 12px 0 15px 0;
  color: #2eb3a4;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 43px;
  padding: 2px 20px;
  display: inline-block;
  border: solid 2px #2eb3a4;
  background-color: white;
  box-shadow: 4px 4px 0px #2eb3a496;
}



.mySwiper4{
  padding: 0 0 10px 0!important;
  width: 45%!important;
}

.swiper-pagination4{
  bottom: 10px !important; 
}

.pill-container{
  margin: -20px 0 50px 0;
}

.pillword{
  background-color: #2eb3a4;
  border-radius: 12px;
  padding: 5px;
}

.pillword p{
  margin: 0;
  color: white;
  letter-spacing: 1px;
  line-height: 1.2;

}


/* ============ */


/* ===================for partner */

.background {
  background-color: #d1e9e7;

}

.contactbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}


.contactimg {
  width: 100%;

  margin: 0 auto;
}

.contactimg img {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactimgbox {
  width: 50%;
}

.contactwordbox {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.midinput label {
  font-size: 17px;
  white-space: nowrap;
  text-align: left;
  padding: 0px 10px;
  margin-bottom: 15px;
  pointer-events: none;
  background-color: #e97094;
  color: white;
  border-radius: 15px;
}



.contactword {
  background-color: white;
  padding: 10px 30px;
  border-top: solid 31px #2eb3a2;
  border-radius: 0 0 20px 20px;
  width: 85%;
  box-shadow: 0 0 13px #2eb3a357;
}

.midinput {
  width: 100%;
  margin: 15px auto 5px auto;
}

.midinput input:focus {
  outline: none;
  box-shadow: 0 0 9px 1px #f994b3cc !important;

}

.midinput textarea:focus {
  outline: none;
  box-shadow: 0 0 9px 1px #f994b3cc !important;

}


.midinput input {
  color: #797979;
  width: 100%;
  height: 40px;
  font-size: 19px;
  padding: 0 10px;
  outline: none;
  border-radius: 10px;
  background-color: #fbe9f1;
  border: none;
}

.midinput textarea {
  color: #797979;
  width: 100%;
  height: 100px;
  font-size: 19px;
  padding: 0 10px;
  outline: none;
  border-radius: 10px;
  background-color: #fbe9f1;
  border: none;
}

.divBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}


.divBtn button {
  width: 80%;
  color: white;
  padding: 10px 8px;
  font-size: 19px;
  background: linear-gradient(to top, #2eb6a4 50%, #2eb6a4a1 100%);
  border: none;
  border-radius: 10px;
  letter-spacing: 2px;
  box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}


.divBtn button:hover {
  background: linear-gradient(to top, #2eb6a4d2 50%, #2eb6a4d2 100%);
}

.divBtn button:focus {
  outline: none;
}

.midinput ::placeholder {
  color: rgba(102, 102, 102, 0.512);
  font-size: 16px;
}

.newa{
  width: 100%;
}



@media screen and (min-width: 768px) and (max-width: 859px) {

  .colorsmallbox {
    width: 620px;
    height: 220px;
    margin: 13px auto;
  }


}

@media screen and (max-width: 460px){

  
  .lineimg{
    display: flex;
    flex-direction: column;
  }
  
  .linebtn span {
    display: block;
  }

  .fbbtn a {
    width: 140px;}

    .linebtn a {
width: 140px;
    }

    .companybtn {
      margin: 10px;
      height: 67px;
      display: flex;
  }
  
  }

@media screen and (max-width: 767px){


.elementor-image {
  width: 50px;
}

    .pillsboxone-1{
    width: 90%;
    margin: 0 auto;
          padding: 10px;
          
    }

    .pillboxword h1 {
      font-size: 17px;}

  .pillboxword span {
    font-size: 17px;
  }
    .pillboxword p {
      font-size: 16px;}


    .dot-col {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
    }

.pillflex {
  flex-direction: column;
}

  .forpc{
    display: none;
  }

  .forph {
    display: block;
  }


.footerword p{
  flex-direction: column;
}


  .contactimg img {
  margin: 0 auto;}

.footerbtn {
    flex-direction: column;
}

.pill {
  width: 70%;
  margin: 0 auto;
}

.mySwiper4 {
  padding: 0 0 10px 0!important;
  width: 100%!important;
}









}

@media screen and (max-width: 878px) {
  .faqsbox-pc {
    display: flex;
    padding-bottom: 60px;
  }

}

@media screen and (max-width: 600px) {
  .bg3 {

    background-size: contain;

  }

}

@media screen and (max-width: 870px) {
  .bg3 {

    margin-top: -100px;
  }

}

@media screen and (max-width: 859px) {

  

  .pillbox {
 
    border-radius: 14px;}

 
  .pillbox-arrow{
    display: none;
  }

  .pill-container{
    margin-top: 30px;
  }

  .footerbtn-1{
    display: flex;
  }

  .linebtn a {
    letter-spacing: 2px;
    width: 145px;

}


  .conpyright a{
    display: inline-block;
  }



  .linebtn{
    margin: 10px;
  }

  .fbbtn{
    margin: 10px;
  }

  .companybtn{
    margin: 10px;
  }

  .footericon img {
    width: 90%;
     padding: 16px 0px;
}
  .footericon{
border-left: none;
  }

.ptbtn{
     width: 100%;
     padding: 0;
   border-bottom: 1px #51545761 dashed;
}

.ptbtn p{

  letter-spacing: 2px;
  font-size: 17px;
}

.ptbtn-img {
     padding-top: 0;
     padding-bottom: 7px;
     }


   

  .firstword h3::before {
    width: 30px;
    top: 11px;
    right: -37px;}
    .firstword h3::after {

      top: 11px;
      left: -37px;
      width: 30px;}

  .firstword h3 {
    font-size: 21px;}

    /* .installmentboxword h1 {
      font-size: 17px;}

      .installmentboxword p {
        font-size: 16px;} */

  [class^=btn-]{
  width: 90%;
  margin: 0 auto;
  }


  .teamintroductionboximg {
    margin-bottom: 20px;
    padding: 30px;}

  .teamintroductionbox {
    width: 100%;
    padding: 20px;
    margin-bottom: 120px;}

    .teamintroductionboximg img {
      width: 100%;}

  .aboutabox-1 {
    width: 100%;
  margin: 20px auto;
}

  .aboutabox {
    width: 100%;
    margin: 20px auto;
  }

  .aboutuabigbox {
    flex-direction: column;
    margin: 10px 0 110px 0;
}

  .installmentboxone-1 {
  min-height: 250px;

}

  .firstword h2 {
    font-size: 23px;}

    .installmenth1 h1 {
      font-size: 23px;}

  .installmentbox {

    flex-direction: column;}

    .installmentboxone {
      width: 100%;
      margin: 13px 0;
    }  


  .contactimg {
    width: 100%;
  }


  .contactword {
    width: 95%;
    margin-bottom: 0px;
  }

  .contactimgbox {
    width: 100%;
  }

  .contactwordbox {
    width: 100%;
    margin: 30px 0 0px 0;
  }

  .mr {
    margin-right: 2px;
    margin-left: 2px;
  }



  .firstwordh1 h2 {
    font-size: 20px;
  }

  .contactbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 20px 0;
  }

  .margin-1 {
    margin-top: 0px;
  }

  .toggleBox {

    padding: 45px 20px 20px 20px;
    margin: -30px auto 0 auto;

  }

  .bgc-1 {

    padding-bottom: 30px;
  }


  .swiprthcpimg {
    width: 95%;
    padding: 6px;

  }

  .fourpartbg {
    background-attachment: scroll;
  }



  .toggleBtn {

    margin: 15px 15px 0 15px;
  }


  .faqsbox-pc {
    display: none;
  }

  .faqsbox-ph {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 50px;
    margin-top: 20px;
  }

  .firstpart {
    margin-top: 70px;
  }

  .firstword h4 {
    font-size: 22px;
  }

  /* .firstwordh1 p{
    text-align: justify;
  }

  .firstwordh1{
    margin-top: 16px;
  }

  .firstwordlogo {
    width: 100px;
    height: 50px;
    margin-bottom: 20px;
}

  .firstwordbox{
    display: flex;
    width: 100%;
  }

  .firstwordh1 h1 {
    font-size: 20px;}

  .firststep::before{
    display: none;
  }

  .firstwordimg {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
    z-index: 1;
}
  .firststep {
    padding: 0px 0;
    flex-direction: column-reverse;
} */



  .csae-list {
    width: 95%;
    padding: 20px 20px 20px 20px;
    margin: 35px auto 15px auto;
  }

  .secondpartbg {
    background-attachment: scroll;
  }



  .csae-listwordimg {
    padding: 0px;
  }

  .header-bar {
    display: none;
  }

  .img-box-1 {
    width: 66%;
    line-height: 0px;
  }

  .firstpartbiglogo {
    margin-top: 70px;
  }

  .firstpartimg-ph {
    display: block;
  }

  .firstpartimg {
    display: none;
  }



  .color h4 {

    line-height: 33px;

    font-size: 18px;
  }

  .oneword {
    height: 525px;
  }

  .twoword {
    height: 466px;
  }

  .threeword {
    height: 510px;
  }

  .footerword p {
    letter-spacing: 2px;
    font-size: 17px;
    white-space: nowrap;
  }

  .footerword h2 {

    font-size: 25px;
  }

  .footerword h2::after {

    width: 45px;
  }

  .one h4 {

    font-size: 23px;
  }

  .two h4 {

    font-size: 23px;
  }

  .three h4 {

    font-size: 23px;
  }

  .one h5 {

    font-size: 18px;
  }

  .two h5 {

    font-size: 18px;
  }

  .three h5 {

    font-size: 18px;
  }



  .blue {
    font-size: 21px !important;
  }










  .member {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 87%;
    margin: 0 auto;
  }

  .one {
    width: 100%;

  }

  .two {
    width: 100%;
  }

  .three {
    width: 100%;
  }

  .one,
  .two,
  .three {
    margin-top: 40px;


  }

  .color {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  .colorboxfour {
    flex-direction: column;
    width: 100%;
  }

  .colorbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .color-img {
    width: 100%;
  }


  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0px;
  }



  .swiper-slide::after {


    height: 110px;
  }


  .sbox {
    flex-direction: column;
  }

  .sword {
    width: 100%;
  }

  .simg {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }

  .sword h2 {

    font-size: 23px;
  }

  .swiper-container {
    width: 87%;
  }



  .header-ph {
    display: flex;
    align-items: center;
  }

  .footericon {
    width: 95%;
    margin: 0px auto 10px auto;
    padding: 0px;
  }

  .footerword {
    width: 90%;
    border-left: none;
    padding: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
  }

  .footericon a {
    text-align: center;
  }

  .footerbox {
    padding-bottom: 15px;
    flex-direction: column;
    width: 100%;
  
  }

  #ICON-1 {
    display: block;
  }



}

@media screen and (min-width: 768px) {
  .swiper-container {

    height: 400px;
  }
}



@media screen and (min-width: 768px) and (max-width: 859px) {
  .footericon {
    width: 100%;}


.footericon img {
  width: 50%;
padding: 20px 0;
}

  .ptbtn-img {
    width: 42%;}


      .footerword {
        width: 60%;}


}




@media screen and (min-width: 768px) and (max-width: 1024px) {


    .pillsboxone-1 {
      margin: 15px;
      height: 400px;
    }

 .dot-col {
   display: flex;
   flex-direction: row;
   line-height: inherit;
 }

  .contactimg img{
    margin: 0 auto;
  }

  .pill {
    width: 80%;
    margin: 0 auto;
}

.swiper-slide-2{
  display: none;
}

  .padd {
    padding-left: 27px !important;
  }


  .header-word {
    width: 100%;
    padding: 0 0px;

  }


  #ICON {
    display: none;
  }

  .footerbox {

    width: 100%;

  }

  .linebtn a {
    white-space: nowrap;}


  

  .ptbtn {
    padding: 0px;
  }

}

@media screen and (max-width: 340px) {
  .threeword h5 {
    word-break: break-all;
  }
}


@media screen and (min-width: 2000px) {}


@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .firstpart {
    margin-top: -60px;
  }

  .color {
    display: flex;
    margin-bottom: 110px;
}

}

@media screen and (min-width: 1000px) {

  .span-1 {
    display: block;
  }

  .span-0 {
    display: block;
    color: #515457!important;
  }

 
}

@media screen and (min-width: 1200px) {

  .ropebox{
    width: 50px;
    margin: 6px 70px -4px 70px;
    position: relative;
    z-index: 3;
  }

  .footericon img {
    width: 100%;
  }

.aboutaboxp span{
  display: block;
}

  .firstpart {
    margin-top: -150px;
  }

  .csae-listwordimg img {
    box-shadow: 10px 10px 0px #2eb3a482;
  }

  .installmenth1 h1 {

    letter-spacing: 1px;
  }
}


@media screen and (min-width:768px) and (max-width:1023px) {


  .footerword p{
    font-size: 12px;
  }

  .footericon {
  
    padding: 0 15px;
  }

  .dot-col {
    display: flex;
    flex-direction: column;

    line-height: 1.2;
  }


  .member {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  .one,
  .two,
  .three {
    width: 100%;
    margin-top: 40px;
  }

  .threeword {
    height: 500px;
  }


  .twoword {
    height: 420px;
  }

  .oneword {
    height: 405px;
  }

  .mySwiper-1 {
    border: solid 2px #2eb3a2;
    border-radius: 12px;
    padding: 10px;
    width: 80%;

  }

  .bgc-1 {
    padding-bottom: 10px;
  }


  .mySwiper-1 .swiper-button-next {
    right: 35px;
  }

  .mySwiper-1 .swiper-button-prev {
    left: 35px;
  }

  .firstpart {
    margin-top: 70px;
  }



}

@media screen and (min-width:860px) and (max-width:1024px) {
  .header-bigimg {
    width: 55%!important;
}

.header-word a {
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  color: #ed4b80;
  position: relative;
  padding: 15px 11px;
  border: solid 1px #ed4b80;
  margin: 0 4px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: .3s;
}


}

@media screen and (min-width:859px) and (max-width:1023px) {
  .colorboxfour {

    width: 60%;
  }
}


@media screen and (min-width: 767px) and (max-width: 859px) {
  .colorboxfour {
    width: 100%;
  }
}

@media screen and (min-width: 859px) and (max-width: 1199px) {
  .colorsmallbox {
 
    min-height: 315px;}
}


@media screen and (min-width:1200px) {
  .colorsmallbox {
    width: 320px;
    height: 250px;
    background-color: white;
    box-shadow: 0 0 13px #2eb3a357;
    margin: 20px;
    padding: 16px;
  }

}

@media screen and (max-width: 767px) {


  .swiper-slide-1{
    display: none;
  }

  .pill {
    width: 70%;}


  .icon-swiper {
    width: 80%;
  }

  .colorsmallbox {
    width: 90%;
    min-height: 200px;
    margin: 13px auto;

  }

  .mySwiper-1 {
    border: solid 2px #2eb3a2;
    border-radius: 12px;
    padding: 10px 10px 15px 10px;
    width: 70%;
    margin-top: 40px;
  }

  .mySwiper-1 .swiper-button-next {
    right: 35px;
  }

  .mySwiper-1 .swiper-button-prev {
    left: 35px;
  }



}

@media screen and (max-width: 360px) {
.toggleBtn {
  height: 130px;
}

.fbbtn a {
  width: 130px;
}

.linebtn a {
  width: 130px;
}

.footerword p {
  font-size: 15px;}
}

@media screen and (max-width: 320px) {
  .colorsmallbox {
    width: 80%;
    height: initial;

  }
}

/* --------- 人物碰到圖片放大特效 */

.oneimg {
  position: relative;
  overflow: hidden;

}

.twoimg {
  position: relative;
  overflow: hidden;

}


.threeimg {
  position: relative;
  overflow: hidden;

}




@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}




@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}



/* ===== */

/* ------- */
@keyframes g-up {
  0% {
    will-change: transform;
    opacity: 0;
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.g-up {
  animation-name: g-up;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .1s;
}

/* ------- */

@keyframes h-up {
  0% {
    will-change: transform;
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.h-up {
  animation-name: h-up;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .2s;
}

/* ------- */
@keyframes i-up {
  0% {
    will-change: transform;
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.i-up {
  animation-name: i-up;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .3s;
}



/* ====== */
.oneimg:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.oneimg:hover:before {

  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.oneimg img {
  transition: 0.5s;
}

.oneimg:hover.oneimg img {
  transform: scale(1.2, 1.2);
  transition: all 1s ease-out;
}

/* ====== */

.twoimg:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.twoimg:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.twoimg img {
  transition: 0.5s;
}

.twoimg:hover.twoimg img {
  transform: scale(1.2, 1.2);
  transition: all 1s ease-out;
}

/* ====== */


.threeimg:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.threeimg:hover:before {

  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.threeimg img {
  transition: 0.5s;
}

.threeimg:hover.threeimg img {
  transform: scale(1.2, 1.2);
  transition: all 1s ease-out;
}

/* ======== */


@keyframes f-up {
  0% {
    will-change: transform;
    /*優化動畫卡頓1*/
    /*position:relative;優化動畫卡頓2*/
    /*z-index: 1;優化動畫卡頓2*/
    opacity: 0;
    /*初始狀態 透明度為0*/
    transform: translateY(100px);
    /*初始狀態 文件流下100px*/
  }

  100% {
    opacity: 1;
    /*結尾狀態 透明度為1*/
    transform: translateY(0px);
    /*初始狀態 恢復正常位置*/
  }
}

.f-up {
  animation-name: f-up;
  /*動畫名稱*/
  animation-duration: .8s;
  /*動畫持續時間*/
  animation-iteration-count: 1;
  /*動畫次數*/
  animation-delay: 0s;
  /*延遲時間*/
}

@media (min-width: 1400px) {
  .containerlist {
    max-width: 1200px !important;
  }
}

@media (min-width: 860px) and (max-width: 991px) {

  .installmentboxone-1{
    height: 420px;
  }
}


@media (max-width: 991px) {
  .csae-listimgbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px;
  }

  .csae-listword {
    width: 100%;
    padding: 0 0px;
    margin-top: 20px;


  }

  .firstword {
    text-align: center;
    color: #626262;
    position: relative;
    z-index: 2;
  }


  .shape-layer {

    position: absolute;
    left: -79px;
    top: -94px;
    width: 230px;
    opacity: .4;
    height: 230px;
  }

  .shape-layer-1 {
    background-image: url(../img/shape-17.png);
    position: absolute;
    right: -79px;
    bottom: -161px;
    width: 230px;
    opacity: .4;
    height: 230px;
  }


  .csae-listimg {
    width: 100%;
    margin-top: 0px;
    padding: 0;
  }
}


@media only screen and (min-width:879px) {




  .grid {
    top: 0;
    left: 50%;
    height: 100%
  }

  .grid:after {
    content: "\30FB";
    line-height: 1;
    text-indent: -1px;
    display: inline-block;
    color: #2eb3a4;
    box-sizing: border-box;
    border: 1px solid #2eb3a4;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -9px;
    bottom: -10px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
  }

  .grid {
    top: 0;
    height: 100%
  }

}

@media only screen and (min-width:1700px) {
  .colorboxfour {
    margin-top: 90px;
  }


.firstpart {
    margin-top: -280px;
}

}

@media screen and (max-width:500px) {
  .footerword a {

    font-size: 16px;
  }
}

@media screen and (max-width:500px) {
  .firstwordlogo {
    width: 90px;
    height: 50px;

  }

  .padd {
    padding-left: 23px;
  }

  .secondwordlogo {
    width: 65px;
    height: 50px;

  }

  .firstwordh1 h1 {
    font-size: 23px !important;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }

  .secondwordh1 h1 {
    font-size: 23px !important;
    margin-bottom: 15px;
  }

}

@media screen and (min-width:500px) and (max-width:1024px) {
  .padd {
    padding-left: 26px;
  }

}

@media screen and (min-width:501px) and (max-width:878px) {
  .firstwordlogo {
    width: 66px;
    height: 50px;

  }

  .secondwordlogo {
    width: 66px;
    height: 50px;

  }

  .firstwordh1 h1 {
    font-size: 29px;
  }

  .secondwordh1 h1 {
    font-size: 29px;
  }



}

@media only screen and (min-width:879px) and (max-width:991px) {
  .firstwordh1 h1 {
    font-size: 26px;
  }

  .firststep {
    align-items: center;
  }

  .firstwordbox {

    padding-right: 30px;
  }
}


@media only screen and (max-width:878px) {
  #mainService.current .grid {
    top: 90px;
    height: calc(100% - 90px)
  }

  #mainService.current .grid {
    top: 0;
    height: 100%
  }

  .firstwordh1 p {
    text-align: justify;
    letter-spacing: 0px;
    font-size: 16px;
  }

  .dotp p{
    padding: 0;
  }

  .firstwordh1 {
    margin-top: 16px;
    width: 71%;
  }



  .firstwordbox {
    display: flex;
    width: 100%;
  }



  .firststep::before {
    display: none;
  }

  .firstwordimg {
    width: 93%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
    z-index: 1;
  }

  .firststep {
    padding: 0px 0;
    flex-direction: column-reverse;
  }


  /* ------ */

  .secondwordh1 p {
    text-align: justify;
  }

  .secondwordh1 {
    margin-top: 16px;
    width: 80%;
  }



  .secondwordbox {
    display: flex;
    width: 100%;
    padding: 0;
  }



  .secondstep::before {
    display: none;
  }

  .secondwordimg {
    width: 93%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
    z-index: 1;
  }

  .secondstep {
    padding: 0px 0;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .girdbox {

    padding-bottom: 120px;
  }

  .footerpartbg {
    margin-top: -100px;
  }


}


/* for JS */
.js-fadein-up,
.js-fadein-down,
.js-fadein-left,
.js-fadein-right {
  opacity: 0;
  transition: all .7s ease;
}

.js-fadein-up {
  transform: translateY(-50px);
}

.js-fadein-bottom {
  transform: translateY(50px);
}

.js-fadein-left {
  transform: translateX(-50px);
}

.js-fadein-right {
  transform: translateX(50px);
}

.js-fadein-up--active,
.js-fadein-down--active,
.js-fadein-left--active,
.js-fadein-right--active {
  transform: translate(0);
  opacity: 1;
}



@media screen and (min-width:1020px) and (max-width: 1024px) {
  .footerword {
    width: 40% !important;
        padding: 0 30px;
        border-left: 1px dashed #51545761;
        letter-spacing: 1px;
        line-height: 1.4;

  }

  .dot-col {
    display: flex;
    flex-direction: row;
    line-height: inherit;
  }

  .ptbtn-img {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 5px;
  }

}

@media screen and (min-width:1100px){


.footerbox {
  padding-right: 100px;
}

.footericon{
  height: 105px;
}

.footericon {
  width: 45%;}

  .ptbtn {
    width: 40%;}


}