:root {
  --bs-primary: #00a0e9;
  --bs-primary-rgb: 0, 160, 233;
}

.hero {
  background: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height:  750px;
}


 .header_btn{
  background-color: #00A23F;
  width: 275px;
  /* height: 54px; */
  padding: 15px 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
 }
 .header-btn2{
  background-color: #ED1E79;
  width: 280px;
  /* min-height: 54px; */
  padding: 14px 26px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
 }
.overlay-row{
  min-height:   750px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 150%;
}

.hero h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 150%;
}

.hero p.display-5 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.hero-description .lead {
  font-size: 28px;
  line-height: 150%;
  font-weight: bold;
}

.section-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #212529;
}

.containter-sec7{
  max-width:960px;
  margin-right:auto;
  margin-left:auto;
}

.lead-features {
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}
.card-title{
  font-size: 23px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
}

.card-title01{
  font-size: 23px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  padding-bottom:5px;
}
.card-text{
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
}

.service-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
}

.iot-image {
  background-image: url('../images/iot-image1.jpg');
}

.mobile-image {
  background-image: url('../images/iot-image2.jpg');
}
.sectionsec{
  font-size: 16px;
  font-weight: bold;
  line-height: 150%; 
  text-align: justify;
}
.cardsec2{
  border: none !important;
}
.sec6{
  background-color: #F5F5F5;
}
.meni-heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 43px;
  text-align: left;
}

.sec-sub-ttl{
font-size:36px;
font-weight:bold;
margin-top:60px;
margin-bottom: 65px;
}

.sec-sub-ttl2{
  margin-top:0px!important;
  }

.download-btn {
  background-color: #00a23f;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: 480px!important;
  width: 100%;
  min-height: 80px!important;
  font-size: 18px!important;
  text-align: center;
  line-height: 1.4;
  transition: opacity .3s ease;
}


.download-btn:hover {
  background-color: #088c3b;
  color: white;
}
.download-btn i {
  margin-left: 10px;
}



.cardt-2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  text-align: center;
  padding: 5px 0px;
}
.carddp-2{
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
section.sec9 {
  background: #f5f5f5;
  padding-bottom:150px;

}
/* Number Column */
.number-column {
  display: flex;
  flex-direction: column;
  gap: 11rem;
  padding-top: 0rem;
  position: relative;
}

.number1 {
  width: 55px;
  height: 56px;
  background: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
}
.number1::before {
  content: '';
  position: absolute;
  /* bottom: 0px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 2px;
  height: 134px;
  margin-top: 161px;
  background: #000;
  color: #000000;
  /* z-index: 999999; */
  /* border-left: 30px solid transparent; */
  /* border-right: 30px solid transparent; */
  /* border-bottom: 105px solid #D9D9D9; */
}
.number2 {
  width: 55px;
  height: 56px;
  background: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
}
.number2::before {
  content: '';
  position: absolute;
  /* bottom: 0px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 2px;
  height: 159px;
  margin-top: 190px;
  background: #000;
  color: #000000;
  /* z-index: 999999; */
  /* border-left: 30px solid transparent; */
  /* border-right: 30px solid transparent; */
  /* border-bottom: 105px solid #D9D9D9; */
}
.number3 {
  width: 55px;
  height: 56px;
  background: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
}
.nbr3{
  margin-top: 30px;
}
.nbr3::before {
  
  display: none !important;
}
.container.containter-sec9 {
  padding: 120px 80px 50px 80px;
  max-width:980px;
}
/* Content Column */
.content-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-item {
  padding: 0 1rem;
}

.content-item h5 {
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 1rem;
}

.content-item p {
  /* margin-bottom: 0.75rem; */
  font-size: 16px;
  line-height: 150%;
}

.note {
  color: #000;
  font-size: 10px!important;
  margin-top:30px!important;
  margin-bottom:30px!important;
}


/* Arrow Column */
.arrow-column {
  display: flex;
  justify-content: center;
  position: relative;
}

.arrow-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 197px;
  height:100%;
  min-height:560px;
  position:relative;
}

.arrow-text {
  padding: 27px 6px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  width: 100%;
}

.arrow-text h6 {
  font-size: 25px;
  font-weight: bold;
  margin-top:30px;
  margin-bottom: 0.5rem;
  color: #000;
  line-height: 110%;
}

.arrow-text .time {
  font-weight: 700;
  margin: 0;
  padding: 2px 0px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #000;
  line-height: 110%;
}

.arrow-text .time2{
margin-top:16px;
}

.arrow-text .time span {
  font-size: 25px;
}

.arrow-text .asterisk {
  color: #000;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  padding: 2px 0px;
}
.arrow-text .fa-rotate-90{
 font-size: 25px;
 transform:rotate(90deg)!important;
}

.arrow1 {
  width: 41px;
  height: calc(100% - 93px);
  background: #D9D9D9;
  position: relative;
  border-radius: 2px;
}

.arrow1::after {
  content: '';
  position: absolute;
  bottom: -50px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;  
  border-right: 30px solid transparent; 
  border-top: 50px solid #D9D9D9; 
}

.higlight{
  color: #00A23F;
  text-decoration-color:  #00A23F;

}

.content-item a {
  text-decoration: underline;  
  text-decoration-color:  #00A23F!important; 
}
.card-body2 {
  margin:50px auto;
  }
/* Contact Button */

.contact-btn {
  background-color: #e91e63!important;
  color: white;
  font-weight: bold;
  padding: 10px 40px!important;
  border-radius: 4px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: 480px!important;
  width: 100%;
  min-height: 80px!important;
  font-size: 18px!important;
  text-align: center;
  line-height: 1.4;
  transition: opacity .3s ease;
  margin:0 16px!important;
}

.contact-btn:hover {
  background-color: #d81557;
  color: white;
  text-decoration: none;
}

.square {
  margin-left: 5px;
  font-size: 1.4rem;
}
#common_footer {
  padding-bottom: 0px;
}
.features {
  padding: 90px 0px;
}
.sec1 {
  padding-bottom: 80px;
}
.sec2 {
  padding-bottom: 40px;
}
.row.text-center.roe-sec7 {
  padding-bottom: 80px;
}
.features-last{
  padding-top: 90px;
  padding-bottom:80px!important;
  background-color: #f5f5f5;
}
.mt-6{
  margin-top: 60px ;
  margin-left :16px;
  margin-right :16px;
}

@media (max-width: 1199px) {
  .number-column {
    gap: 11rem;
  }
  .number1::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 129px;
    margin-top: 175px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number1{
    width: 55px;
    height: 56px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .number2::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 161px;
    margin-top: 190px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number2{
    width: 55px;
    height: 56px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .nbr3 {
    margin-top: 35px;
  }
  .content-column {
    gap: 1rem;
  }

  .arrow-box {
    max-width: 150px;
    min-height:560px;
  }
  .container.containter-sec9 {
    padding: 36px 27px;
}
.header_btn{
  width: 230px;
  font-size: 15px;
}
.header-btn2{
  width: 230px;
  font-size: 15px;
}

}
/* Responsive Design */
@media (max-width: 1024.98px) {

  .container.containter-sec9 {
    padding: 51px 126px;
}
.number-column {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  /* padding-top: 0rem; */
  /* position: relative; */
}
.number1::before {
  content: '';
  position: absolute;
  /* bottom: 0px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 2px;
  height: 109px;
  margin-top: 154px;
  background: #000;
  /* top: 38px; */
  color: #000000;
  /* z-index: 999999; */
  /* border-left: 30px solid transparent; */
  /* border-right: 30px solid transparent; */
  /* border-bottom: 105px solid #D9D9D9; */
}
.number1{
  width: 55px;
  height: 56px;
  background: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
.number2::before {
  content: '';
  position: absolute;
  /* bottom: 0px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 2px;
  height: 171px;
  margin-top: 210px;
  background: #000;
  /* top: 38px; */
  color: #000000;
  /* z-index: 999999; */
  /* border-left: 30px solid transparent; */
  /* border-right: 30px solid transparent; */
  /* border-bottom: 105px solid #D9D9D9; */
}
.number2{
  width: 55px;
  height: 56px;
  background: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
.nbr3 {
  margin-top: 54px;
}
}
/* Responsive Design */
@media (max-width: 991.98px) {
  .containter-sec7{
    max-width:800px;
    margin-right:auto;
    margin-left:auto;
  }
  .number-column {
    gap: 11rem;
  }
  .number1::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 139px;
    margin-top: 191px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number1{
    width: 55px;
    height: 56px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .number2::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 150px;
    margin-top: 200px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number2{
    width: 55px;
    height: 56px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .nbr3 {
    margin-top: 35px;
  }
  .content-column {
    gap: 1rem;
  }

  .arrow-box {
    max-width: 150px;
  }
  .container.containter-sec9 {
    padding: 36px 27px;
}
.header_btn{
  width: 200px;
  font-size: 15px;
}

.header-btn2{
  width: 200px;
  font-size: 15px;
}
.sec-sub-ttl {
font-size:28px;
}

.card-body2 {
  margin:50px auto 0 auto;
  }

}

@media (max-width: 767.98px) {
  section.sec9 {
    padding-bottom:80px;
  
  }
  .mt-6{
    margin-top: 10px ;
    margin-left :10px;
    margin-right :16px;
  }
.header_btn{
  width: 100%;
  font-size: 15px;
}
.lead-features {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
.header-btn2{
  width: 100%;
  font-size: 15px;
}
  .number-column {
    flex-direction: column;
    gap: 16rem;
    /* justify-content: center; */
    margin-bottom: 2rem;
  }
  .number1::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 153px;
    margin-top: 175px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number1{
    width: 55px;
    height: 56px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .number2::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 201px;
    margin-top: 228px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number2{
    width: 55px;
    height: 56px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .nbr3 {
    margin-top: 54px;
  }
  .content-column {
    gap: 1rem;
    /* padding: 0px 19px; */
    margin-top: 0px;
}

  .arrow-column {
    margin-top: 0rem;
  }

  .arrow-box {
    max-width: 200px;
  }

  .arrow {
    height: 120px;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }
  .arrow-text {
    min-height: 664px;
    /* background: #f8f9fa; */
    padding: 27px 6px;
    text-align: center;
    border-radius: 8px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.ftr-btn{
  display: flex;
  justify-content: space-between;
}
.d-flex.hdr-btn {
  display: none !important;
}

}

/* Bootstrap Breakpoint Customizations */
@media (max-width: 575.98px) {

  .img-fluid{
    padding-top:20px;
  }
  .sec-sub-ttl{
    font-size:18px!important;
     }
  .sp-hide3{
    display:none;
  }
  .hero h1 {
    font-size: 2rem;
  }

  .hero h2{
    font-size: 23px!important;
    line-height: 150%;
  }
.hero .text-white{
    padding-top:40px!important;
  }
  .hero h2,
  .hero p.display-5 {
    font-size: 19px;
    line-height: 150%;
  }
  
  .hero-description .lead {
    font-size: 16px!important;
    line-height: 150%;
  }
  .carddp-2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}
.cardt-2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  text-align: center;
  padding: 5px 3px;
}
.carddp-2 {
  margin-top: 20px !important;
}
.card-row{
  flex-direction: row !important;

}
.section-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.containter-sec7 {
  padding: 10px 10px;
}
.meni-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 0px!important;
  text-align: center;
}
.sec6 {
  padding: 20px 0px !important;
  }
.hero {
  min-height: 570px!important;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.lead-features {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.card-title {
  font-size: 13px!important;
  font-weight: bold;
  line-height: 150%;
  color: #000;
}
.card-title01{
  font-size: 20px!important;

}

.features{
  padding: 20px 0px !important;
}
.arrow-bdy img{
  width: 80%;
    height: 100%;
}

.download-btn {
    min-height: 60px;
    padding: 5px 40px;
    padding-left: 20px;
    font-size: 15px;
    max-width: 480px;
    margin:16px;
}

.cardt-2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
}
.carddp-2{
  font-size: 12px !important;
        font-weight: 500;
        line-height: 150%;
}
.containter-sec9 {
  padding: 51px 18px !important;
}
.containter-sec9 .row{
 flex-direction: row;
}
.content-item p {
  /* margin-bottom: 0.75rem; */
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0px !important;
}
.number {
  width: 37px;
  height: 36px;
}
.content-item h5 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
}
.number::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 184px;
  margin-top: 220px;
  background: #000;
  color: #000000;
}
.number-column {
  flex-direction: column;
  gap: 13rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 0px 0px;
}
.arrow {
  height: 535px !important;
}
.contact-btn {
  
  padding: 1rem 0rem;
  border-radius: 4px;
  width: 451px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .containter-sec7{
    max-width:570px;
    margin-right:auto;
    margin-left:auto;
  }

 .hero h1 {
    font-size: 2.5rem;
  }

  .content-item h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 1rem;
}
.content-column{
  margin-top: 10px;
  padding-left: 20px;
}
  .number1::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 162px;
    margin-top: 216px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number1{
    width: 55px;
    height: 55px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .number2::before {
    content: '';
    position: absolute;
    /* bottom: 0px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2px;
    height: 223px;
    margin-top: 264px;
    background: #000;
    /* top: 38px; */
    color: #000000;
    /* z-index: 999999; */
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 105px solid #D9D9D9; */
  }
  .number2{
    width: 55px;
    height: 55px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
  }
  .nbr3 {
    margin-top: 54px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero .text-white{
    padding-top:60px;
  }
  .service-image {
    height: 180px;
  }

.hero-description .lead {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
}
.hero h2 {
  font-size: 39px!important;
  font-weight: bold;
  line-height: 150%;
}
.overlay-row {
  min-height:  698px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.hero {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 698px;
}
number-column {
  gap: 14rem;
}
.sec1 {
  padding-bottom: 30px;
}
.row.text-center.roe-sec7 {
  padding-bottom: 30px;
}
.meni-heading {
  font-size: 22px;
}

.lead-features {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
.arrow-text h6{
  font-size: 22px!important;
  line-height: 120%!important;
}

.arrow-text .time {
  font-size: 22px;
  line-height: 120%;
}

.arrow-text .fa-rotate-90 {
  font-size: 22px;
}

}

@media (min-width: 992px) {
  .service-image {
    height: 220px;
  }
}
@media (max-width: 767px) {
.meni-heading{
margin-left:0px!important;
font-size:18px;
text-align: center;
 }

.overlay-row {
  min-height: 648px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center !important;
}
.hero {
min-height:648px;
}
.hero h2 {
  font-size: 34px !important;
}
.hero-description .lead {
  font-size: 22px;
  line-height: 150%;
  font-weight: bold;
}
.sec1 {
  padding-bottom: 30px;
}
.row.text-center.roe-sec7 {
  padding-bottom: 30px;
}
.features-last {
  padding-bottom: 30px;
  padding-bottom:50px!important;
}
}
@media (max-width: 575.98px) {
  .features-last{
    padding-top: 30px;
    padding-bottom:30px!important;
  }

.overlay-row {
    min-height: 570px!important;
    justify-content: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center !important;
}

  .col-9.content-column {
    padding-left: 28px;
}
.hdr-btn {
  display: none !important;
  justify-content: space-between;
  align-items: center;
}
.arrow-text h6{
  margin-top:0;
  font-size: 20px!important;
  line-height: 120%!important;
}

.arrow-text .time {
  font-size: 20px;
  line-height: 120%;
}

.arrow-text .fa-rotate-90 {
  font-size: 20px;
}
.header-btn2{
  margin-right: 0px !important;
}
}

@media (max-width: 425.98px) {
  .col-9.content-column {
    padding-left: 28px;
}

.hero h2 {
  font-size: 24px !important;
}

.p-3{
  margin:0!important;
  padding:0!important;
}


.header_btn{
  padding: 15px 10px;
 }

.number-column {
  flex-direction: column;
  gap: 17rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 0px 0px;
}
.number1::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 187px;
  margin-top: 214px;
  background: #000;
  color: #000000;

}
.number2::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 235px;
  margin-top: 267px;
  background: #000;
  color: #000000;
}
}
@media (max-width: 375.98px) {

  .number1::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 211px;
    margin-top: 233px;
    background: #000;
    color: #000000;
}
.number2::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 267px;
  margin-top: 289px;
  background: #000;
  color: #000000;
}
.number-column {
  flex-direction: column;
  gap: 19rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 0px 0px;
}.btn-box a {
  font-size: 10px;
}
}
@media (max-width: 320.98px) {
  .number1::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 265px;
    margin-top: 292px;
    background: #000;
    color: #000000;
}
.number2::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 305px;
  margin-top: 326px;
  background: #000;
  color: #000000;
}
.number-column {
  flex-direction: column;
  gap: 23rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 0px 0px;
}
}

._partner__flow__right._partner__flow__right {
    position: relative;
    writing-mode: vertical-rl;
    padding: 0 20px;
    width: 100px;
}
*, ::before, ::after*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
/*--

other

====================================================== --*/
a.td_none {
  text-decoration: none;
  color: #333;
}

/*-- arrow_base --*/
.arrow::before,
.arrow._right::after,
.link_arrow::before,
.link_arrow._right::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

/*-- arrow_base --*/
.arrow::before,
.arrow._right::after,
.link_arrow::before,
.link_arrow._right::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

/*-- arrow --*/
.arrow {
  position: relative;
}

.arrow::before,
.arrow._right::after {
  display: inline-block;
  vertical-align: middle;
}

.arrow::before {
  margin: -0.2em 0.8em 0 0;
}

/* arrow _right */
.arrow._right::before {
  content: none;
}

.arrow._right::after {
  margin: -0.2em 0 0 0.8em;
}

/* link_arrow _right */
.link_arrow._right {
  padding: 0 1.2em 0 0;
}

.link_arrow._right::before {
  content: none;
}

.link_arrow._right::after {
  right: 0;
}

/* link_arrow _green */
.link_arrow._green::before,
.link_arrow._green::after {
  border-top-color: #00a23f;
  border-right-color: #00a23f;
}

/* link_arrow _ex */
.link_arrow._ex::after,
.link_ex::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.8em;
  background: url(https://mineo.jp/business/cr-assets/img/ico_ex_black.svg) no-repeat center bottom;
  background-size: 95% auto;
}

/* link_ex _green */
.link_ex._green::after {
  background: url(https://mineo.jp/business/cr-assets/img/ico_ex_green.svg) no-repeat center bottom;
  background-size: 95% auto;
  margin-left:3px;
}

/* _ex */
.contact-btn._ex::after{
  position:absolute;
  top:0;
  right:15px;
  bottom:0;
  margin:auto;
  content:"";
  width:1.5rem;
  height:1.5rem;
  background:url(https://mineo.jp/business/cr-assets/img/ico_ex_white.svg) no-repeat center center;
  background-size:contain;
  }

.btn._ex::after{
  position:absolute;
  top:0;
  right:15px;
  bottom:0;
  margin:auto;
  content:"";
  width:1.5rem;
  height:1.5rem;
  background:url(https://mineo.jp/business/cr-assets/img/ico_ex_white.svg) no-repeat center center;
  background-size:contain;
  }

  .btn._ex2 {
    display: inline-flex; 
    align-items: center; 
  }
  
  .btn._ex2::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(https://mineo.jp/business/cr-assets/img/ico_ex_white.svg) no-repeat center center;
    background-size: contain;
    margin-left: 5px;
  }

  @media (max-width: 1399px) { 
    .sp-hide {
      display: none !important;
    }
  }

  @media (max-width: 767px) { 
    .sp-hide2 {
      display: none !important;
    }
  }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .link_arrow._ex::after,
  *::-ms-backdrop, .link_ex::after,
  *::-ms-backdrop, .link_ex._green::after {
    background-size: contain; /*ie11*/
  }
}
/*-- btn01 --*/
.btn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f6ec;
  border-radius: 4px;
  line-height: 1.4;
  width: 100%;
  height: 48px;
  padding: 0.5em 2.5em;
  font-size: 14px;
}

.btn01._arrow::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.btn01._ex::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1em;
  height: 1em;
  background: url(https://mineo.jp/business/cr-assets/img/ico_ex_black.svg) no-repeat center bottom;
  background-size: 95% auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn01._ex::after {
    background-size: contain; /*ie11*/
  }
}
/*-- btn_close --*/
.btn_close::before,
.btn_close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 16px;
  height: 2px;
  background: #333;
  transform: rotate(45deg);
}

.btn_close::after {
  transform: rotate(-45deg);
}
/*--

pagetop

====================================================== --*/
.pagetop {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  margin-top: 0px;
}

.pagetop_link {
  display: block;
  background: #f5f5f5;
  height: 50px;
}

.pagetop_link:link {
  color: #333;
  text-decoration: none;
}

.pagetop_link:visited {
  color: #333;
}

.pagetop__inner {
  position: relative;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.pagetop__inner::after {
  position: absolute;
  top: 5px;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(45deg);
}

.pagetop_txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-right: 1px solid #ccc;
  font-size: 14px;
  height: 50px;
  padding-right: 30px;
  margin-right: 50px;
}

@media screen and (max-width: 1080px) {
  .pagetop__inner {
    border-right: none;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .pagetop {
    margin-top: 0px;
    display: inherit;
  }
  .pagetop_link {
    height: 40px;
  }
  .pagetop__inner {
    border-right: none;
  }
  .pagetop__inner::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .pagetop_txt {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    height: 40px;
    padding-right: 0;
    padding-left: 40px;
    margin-right: 40px;
  }
}
/*--

common_footer

====================================================== --*/
#common_footer {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #common_footer {
    padding-bottom: 0px;
  }
}

.footer__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 0 0;
}



/*-- footer__logo --*/
.footer__logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}

.footer__logo_img {
  vertical-align: text-bottom;
  width: 140px;
  height: 50px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer__logo_img {
    display: block;
  }
}

.footer__logo_txt {
  line-height: 1;
  font-size: 16px;
  margin-left: 20px;
}

.td_none:link {
  color: #333;
  text-decoration: none;
}

/*-- gnf --*/
.gnf {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.gnf__item {
  width: calc(33.3333333333% - 40px);
  height: 100%;
  margin: 0 0 60px 30px;
}

.gnf a {
  color: #333;
}

@media screen and (max-width: 1300px) {
  .gnf__item {
    width: calc(50% - 45px);
  }
}
.gnf__subtitle {
  font-size: 16px!important;
  line-height: 1.5;
  border-bottom: 1px solid #666;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.gnf__subtitle > .arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gnf__subtitle a {
  text-decoration: none;
  font-size: 16px!important;
}

.gnf__mainlist {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  line-height: 1.8;
}

.gnf__mainlist__item {
  font-size: 14px;
  border-right: 1px solid #ccc;
  padding-right: 30px;
  margin-right: 30px;
}

.gnf__mainlist__item:last-child {
  flex: 1 1 1px;
}

@media screen and (max-width: 800px) {
  .gnf__mainlist__item {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.gnf__mainlist__item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

._case .gnf__mainlist,
._inquiry .gnf__mainlist,
._apply .gnf__mainlist {
  flex-direction: column;
}

._case .gnf__mainlist__item,
._inquiry .gnf__mainlist__item,
._apply .gnf__mainlist__item {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
}

._case .gnf__mainlist__item:last-child,
._inquiry .gnf__mainlist__item:last-child,
._apply .gnf__mainlist__item:last-child {
  margin-bottom: 0;
}

.gnf__sublist__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 20px;
}

.gnf__sublist {
  margin-right: 40px;
}

@media screen and (max-width: 800px) {
  .gnf__sublist {
    margin-right: 20px;
  }
}
.gnf__sublist:last-child {
  margin-right: 0;
}

.gnf__sublist__item {
  font-size: 12px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.gnf__sublist__item::before {
  display: inline-block;
  content: "・";
  width: 1.5em;
  text-indent: 0;
}

.gnf__sublist__item:last-child {
  margin-bottom: 0;
}

/*-- optage_common_footer --*/
#optage_common_footer {
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
#optage_common_footer a, #optage_common_footer span, #optage_common_footer p {
  font-family: "メイリオ", Meiryo, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

#optage_common_footer #optage_common_footer_tax {
  font-size: 12px;
  padding: 20px 15px;
  line-height: 2;
}

#optage_common_footer .logo {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 10px solid #738792;
}

#optage_common_footer .logo:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  left: 50px;
  width: 50px;
  height: 10px;
  background: #fabe00;
}

#optage_common_footer .logo img {
  width: auto;
  height: 30px;
}

#optage_common_footer .logo a {
  opacity: 1;
  display: inline-block;
}

#optage_common_footer .links {
  display: inline-block;
  padding: 0 3% 30px;
  font-size: 12px;
}

#optage_common_footer .links li {
  float: left;
  line-height: 1.7;
}

#optage_common_footer .links li:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: #fabe00;
  padding: 0 3px;
  font-weight: bold;
}

#optage_common_footer .links li a {
  color: #526d7b;
  padding: 3px 5px 1px;
  border-radius: 3px;
  text-decoration: none;
}

@media (min-width: 1025px) {
  #optage_common_footer .links li a {
    transition: all 0.1s ease;
  }
  #optage_common_footer .links li a:hover {
    color: #133664;
    background: #fabe00;
  }
}
#optage_common_footer .pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#optage_common_footer .pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: #133664;
}

#optage_common_footer .pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
}

#optage_common_footer .copyright {
  font-size: 11px;
  color: #526d7b;
}

@media (max-width: 1024px) {
  #optage_common_footer #optage_common_footer_tax {
    text-align: left;
  }
  #optage_common_footer .logo {
    margin-bottom: 0;
  }
  #optage_common_footer .links {
    display: block;
    padding: 0 0 30px;
    font-size: 14px;
  }
  #optage_common_footer .links li {
    float: none;
    clear: both;
    line-height: 1;
    text-align: left;
  }
  #optage_common_footer .links li:after {
    display: none !important;
  }
  #optage_common_footer .links li:not(:last-child) {
    margin-right: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px dotted #bfbfbf;
  }
  #optage_common_footer .links li a {
    display: block;
    padding: 17px 15px 15px;
    border-radius: 0;
    background: #eaeaea;
  }
  #optage_common_footer .pageTop {
    right: 10px;
    bottom: 10px;
  }
  #optage_common_footer .pageTop a {
    width: 40px;
    height: 40px;
  }
  #optage_common_footer .pageTop a:after {
    margin-left: -7px;
    width: 12px;
    height: 12px;
  }
  #optage_common_footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #526d7b;
  }
}

/*流れ手順*********************************************************************************/

@media (max-width: 1024px) {
  #optage_common_footer #optage_common_footer_tax {
    text-align: left;
  }
  #optage_common_footer .logo {
    margin-bottom: 0;
  }
  #optage_common_footer .links {
    display: block;
    padding: 0 0 30px;
    font-size: 14px;
  }
  #optage_common_footer .links li {
    float: none;
    clear: both;
    line-height: 1;
    text-align: left;
  }
  #optage_common_footer .links li:after {
    display: none !important;
  }
  #optage_common_footer .links li:not(:last-child) {
    margin-right: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px dotted #bfbfbf;
  }
  #optage_common_footer .links li a {
    display: block;
    padding: 17px 15px 15px;
    border-radius: 0;
    background: #eaeaea;
  }
  #optage_common_footer .pageTop {
    right: 10px;
    bottom: 10px;
  }
  #optage_common_footer .pageTop a {
    width: 40px;
    height: 40px;
  }
  #optage_common_footer .pageTop a:after {
    margin-left: -7px;
    width: 12px;
    height: 12px;
  }
  #optage_common_footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #526d7b;
  }
}


.container00 {
  max-width: 870px;
  margin: auto;
  padding:65px auto;
  position: relative;
  display: flex;
}
.steps {
  position: relative;
  padding-left: 30px;
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}
.step-number {
  width: 64px;
  height: 64px;
  background-color: black;
  color: white;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}
/* 番号の下に線を追加 */
.step-number::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 300px;
  background-color: black;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
/* 最後の番号の線は消す */
.step:last-child .step-number::after {
  background-color: #f5f5f5;
  top: 64px;
}
.step-content {
  flex: 1;
}
.step-content h2 {
  margin: 0;
  font-size: 25px;
  line-height: 200%;
  font-weight:bold;
}
.step-content p {
  margin: 5px 0 0;
      font-size: 16px;
      line-height: 150%;
}
.highlight {
  color: #00A23F;
  text-decoration: underline;
}
.highlight:hover {
  text-decoration: underline;
}
/* 右側の縦矢印 */
.side-note {
  position: absolute;
  right: -40px;
  top: 0;
  writing-mode: vertical-rl;
  background: lightgray;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.arrow {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
.note {
  font-size: 12px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #optage_common_footer {
    padding-bottom: 105px;
  }

  .sec-sub-ttl{
    font-size:24px;
    margin-top:40px;
    margin-bottom:40px;
    }
    
    .sec-sub-ttl2{
      margin-top:20px!important;
      }

      
  .steps {
    position: relative;
    padding-left: 10px;
  }
  .step {
    margin-bottom: 30px;
  }
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
  }
  .step-number::after {
    height: 340px;
    top: 40px;
  }
  .step-content h2 {
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    padding:5px;
  }
  .step-content p {
        font-size: 15px;
}
.step:last-child .step-number::after {
  background-color: #f5f5f5;
  top: 45px;
}
}

.mt-5x5{
  margin-top:5px!important;
  }

@media only screen and (min-width: 1199px) {
  .tab-unhide {
    display: none;
  }
}

@media only screen and (max-width: 370px) {
  .tab-unhide {
    display: none;
  }
}


  @media only screen and (min-width: 767px) {
.sp-unhide{
  display: none;
}
}
@media only screen and (min-width: 390px) {
  .sp-unhide2{
    display: none;
  }
  }

@media only screen and (max-width: 351px) {
   .hero h2{
     font-size:22px!important;
   }
  }

   @media only screen and (max-width: 351px) {
     .hero h2{
       font-size:22px!important;
     }
     }
  @media only screen and (min-width: 397px) {
    .sp-se{
      display:none;
     }
    }
  
  