/* @font-face {
    font-family: 'koz-heavy';
    src: url(../fonts/KozGoPr6N-Heavy.otf);
  }
  @font-face {
    font-family: 'koz-bold';
    src: url(../fonts/KozGoPr6N-Bold.otf);
  }
  @font-face {
    font-family: 'koz-regular';
    src: url(../fonts/KozGoPr6N-Regular.otf);
  } */
  .sp{
    display: none;
}
.pc{
  display: block;
}
.sp-500{
  display: block;
}   
.menu li:nth-child(2):hover{
  background-color: #0558ab93;
  transition: 500ms;
}
.tbl-of-ct .item:hover{
    opacity:.7
   }
.menu li:nth-child(3):hover{
  background-color: #f2514286;
  transition: 500ms;
}
  .bl-contact .items .ques:hover{
         background:rgba(244, 112, 100, 0.822);
  }
  .bl-contact .items .mail:hover{
         background: rgba(18, 81, 144, 0.753);
  }
.bl-contact .items .phone:hover{
         background: rgba(65, 160, 255, 0.699);
}
.menu li:nth-child(1) span,.menu li:nth-child(1) a{
  margin:0px auto;
}
.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 3px; */
}
.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo a img{
  width: 180px;
}
.menu li:nth-child(2) p{
  font-size: 12pt;
  font-family: 'koz-heavy';
  display: contents;
}
body{
    margin:0px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.container{
    width:1000px;
    max-width:100%;
}
.tbl-of-ct .item a {
    display: contents;
      text-decoration: none;
  }
img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.banner{
  padding-top: 78px;
}
.menu li .phone img:nth-child(1){
  padding-top: 1px;
  padding-bottom: 6px;
} 
.bl-contact .items a{
text-decoration: none;
width: 100%;
height: 100%;
color:#fff;
display: block;
}
.bl-contact .items .ques a {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%
}
header{
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.26);
  width: 100%;
  z-index: 99999;

}
nav ul li{
  list-style: none;
  padding-right: 20px;
}
nav ul {
  display: flex;
}
nav ul li img{
  /* height: 84px; */
}
.container{
  /* max-width: 1000px;
  margin:0px auto; */
}
.bg-blue{
  background-color: #e1f0ff;
  padding-top: 20px;
}
.tbl-of-ct{
  
max-width: 100%;
}
.tbl-of-ct .item{
  max-width: 89%;
  display: flex;
  text-align: center;
  box-shadow: 3px 4px 3px #3333;
  border-radius: 10px;
  background-color: #fff;
  margin: 0px auto;
  margin-top: 25px;
}
.tbl-of-ct .item span{
  color: #3399ff;
  font-size: 26pt;
  font-family: 'koz-heavy';
}
.tbl-of-ct .item .text{
  width: 80%;
  font-family: 'koz-bold';
  color: #333333;
}
.tbl-of-ct .item .text hr{
  color: #87a7c7;
  border: 1px solid;
}
.tbl-of-ct .item .img{
  margin-right: 10px;
}
.tbl-of-ct-1 {
  margin-top: 30px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 3px 4px 3px #3333;  
  position: relative;
  padding-bottom: 50px;
  z-index: 9999;
}

.tbl-of-ct-1::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  bottom: -49px;
  left: calc(50% - 100px);
  z-index: -1;
  -webkit-filter: drop-shadow(3px 4px 3px #3333);
  filter: drop-shadow(3px 4px 3px #3333);

}

.tbl-of-ct-1 h2{
  text-align: center;
  font-size: 30pt;
  font-family: 'koz-heavy';
  color: #095db1;
  line-height: 1.4em;
}
.tbl-of-ct-1 h2 span{
  color: #2787e8;

}
.tbl-of-ct-1 .items{
  display: flex;
}
.tbl-of-ct-1 .item:nth-child(2n+1){
  border:2px solid #2787e8;
}
.tbl-of-ct-1 .item{
  text-align: center;
  border:2px solid #095db1;
  border-radius: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'koz-heavy';
  color: #095db1;
  flex-basis: 33%;
  line-height: 1.4em;
}
.tbl-of-ct-1 .item:last-child{
  margin-right: 0px !important;
}
.tbl-of-ct-1 .item img{
  width: 73px;
  height: 58px;
}
.bl-about{
  background-image: repeating-linear-gradient(-40deg, transparent, transparent 1px, #e1f0ff 0px, #e1f0ff 20px);
  background-color: #cfddeb;
  padding-bottom: 50px;
}
.avg-title{
  padding-top: 55px;
}
.avg-title{
  text-align: center;
}
.avg-title h2{
  text-align: center;
  font-size: 30pt;
  font-family: 'koz-heavy';
  color: #095db1;
  line-height: 1.4em;
  margin-top: 50px;
}
.avg-title img{
  display: block;
  margin: 0px auto;
  width: 100px;
}
.avg-title span{
  color: #3399ff;
  font-size: 26pt;
  font-family: 'koz-heavy';
  text-align: center;
}
.avg-title .text{
  background-color: #004488;
  color: #fff;
  padding: 0px 50px;
  padding-bottom: 5px;
  font-size: 18pt;
  border-radius: 20px;
  font-family: 'koz-bold';
}
.bl-about .box-content{
  display: flex;
  margin-top: 30px;
  background-color: #fff;
  text-align: center;
  padding: 20px 0px;
}
.bl-about .box-content .item{
  flex-basis: 35%;
  font-family: 'koz-bold';
}
.bl-about .box-content .item img{
  width: 149px;
}
.bl-about .box-content .item.battery  img{
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  width: 155px;
}
.bl-about .box-content .arrow{
  flex-basis: 30%;
  position: relative;
}
.bl-about .box-content .arrow img{
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 200px;
  transform: translate(-50%, -50%);
}
.bl-about h3{
  text-align: center;
  font-size: 20pt;
  font-family: 'koz-heavy';
  color: #095db1;
  line-height: 1.4em;
  margin-top: 50px;
}
.bl-about p{
  font-family: 'koz-heavy';
  text-align: center;
  font-size: 11pt;
  color: #333;
}
.features h2{
  text-align: center;
  font-size: 30pt;
  font-family: 'koz-heavy';
  color: #095db1;
  line-height: 1.4em;
}
.features .items{
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.features .items .item{
  flex-basis: 22%;
  text-align: center;
  border:2px solid #004488;
  margin-right: 1%;
  position: relative;
  margin-top: 20px;
}
.features .items .item span{
  background-color: #004488;
  color: #fff;
  font-family: 'koz-heavy';
  position: absolute;
  font-size: 13pt;
  line-height: 1.4em;
  display: block;
  left: 0px;
  height: 61px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .items .item img{
  margin-top: 70px;
  margin-bottom: 30px;
  width: 80%;
}
.features p{
  font-family: 'koz-regular';
}
.features-1{
  background-image: repeating-linear-gradient(-40deg, transparent, transparent 1px, #004488 0px, #004488 20px);
  background-color: #003c77;
  padding-bottom: 50px;
}
.features-1 h2{
  text-align: center;
  font-size: 30pt;
  font-family: 'koz-heavy';
  color: #fff;
  line-height: 1.4em;
  padding: 20px 0px;
}
.features-1 .notifi .text-blue{
  color: #3399ff;
}
.features-1 .notifi .text-black{
  color: #333;
}
.features-1 .notifi .number{
  color: red;
  font-size: 30pt;
}
.features-1 .notifi{
  background-color: #fff;
 font-size: 20pt;
 font-family: 'koz-bold';
 text-align: center;
 line-height: 1.5em;
 padding: 10px;
 position: relative;
}
.features-1 .notifi::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 41px solid #fff;
  position: absolute;
  bottom: -41px;
  left: calc(50% - 60px);
}
.features-1 .items{
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.features-1 .items img{
  flex-basis: 20%;
  width: 130px;
}
.features-1 .items span{
  color: #fff;
  font-size: 50pt;
  font-family: 'koz-bold';
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-1{
  color: #fff;
}
.features-1 .title{
  font-size: 15pt;
  font-family: 'koz-bold';
  text-align: center;
  display: block;
  margin-top: 30px;
}
.features-1 span{
  font-family: 'koz-regular';
  text-align: center;
  display: block  ;
}
.bl-contact h2{
  text-align: center;
  font-size: 30pt;
  font-family: 'koz-heavy';
  line-height: 1.4em;
  padding: 20px 0px;
  background: -webkit-linear-gradient(#3195fa, #044b92);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.bl-contact .items{
  display: flex;
  font-family: 'koz-bold';
}
.bl-contact .items .item{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  flex-basis: 33.3%;
  line-height: 2      .2em;
  position: relative;
  padding-bottom: 40px;
}
.bl-contact .items .phone{
  background: rgb(65,160,255);
  background: -moz-linear-gradient(130deg, rgba(65,160,255,1) 51%, rgba(51,153,255,1) 51%);
  background: -webkit-linear-gradient(130deg, rgba(65,160,255,1) 51%, rgba(51,153,255,1) 51%);
  background: linear-gradient(130deg, rgba(65,160,255,1) 51%, rgba(51,153,255,1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41a0ff",endColorstr="#3399ff",GradientType=1);  
}
.bl-contact .items .mail{
  background: rgb(18,81,144);
background: -moz-linear-gradient(130deg, rgba(18,81,144,1) 51%, rgba(0,68,136,1) 51%);
background: -webkit-linear-gradient(130deg, rgba(18,81,144,1) 51%, rgba(0,68,136,1) 51%);
background: linear-gradient(130deg, rgba(18,81,144,1) 51%, rgba(0,68,136,1) 51%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125190",endColorstr="#004488",GradientType=1);
}
.bl-contact .items .item .text{
  font-family: 'koz-regular';
  border:1px solid #fff;
  border-radius: 30px;
  padding: 3px 70px;
}
.bl-contact .items .item img{
  width: 70px;
}
.bl-contact .items .item:nth-child(2) .arrow{
  width: 40px;
}
.bl-contact .items .item:nth-child(2) .arrow{
  left: calc(50% - 20px);
}
.bl-contact .items .item .arrow{
  width: 20px;
  padding-top: 10px;
  position: absolute;
  bottom: 12px;
  left: calc(50% - 10px);
}
.bl-contact .items .mail .text{
  padding: 3px 70px;
  border:3px double rgb(18,81,144);
  color: #3399ff;
  background-color: #fff;
}
.bl-contact .items .item .number{
  font-size: 23pt;
}
.bl-contact .items .ques{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20pt;
  background: rgb(244,112,100);
background: -moz-linear-gradient(130deg, rgba(244,112,100,1) 51%, rgba(242,81,66,1) 51%);
background: -webkit-linear-gradient(130deg, rgba(244,112,100,1) 51%, rgba(242,81,66,1) 51%);
background: linear-gradient(130deg, rgba(244,112,100,1) 51%, rgba(242,81,66,1) 51%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47064",endColorstr="#f25142",GradientType=1);
}

.necessary .items .title{
  color: #fff;
  font-family: 'koz-bold';
  background-color: #004488;
  padding-left: 10px;
  margin-bottom: 10px;
}
.necessary .items .item img{
padding-left: 10px;
}
.necessary .items .item{
  background-color: #fff;
}
.necessary .items {
  margin-top: 20px;
  font-family: 'koz-regular';
}
.necessary{
  background-color: #cfddeb;
  padding-bottom: 50px;
}
.necessary .items .item span{
  margin-left: 20px;
}
.flow .step >.title{
  text-align: center;
  font-family: 'koz-bold';
  display: block;
  margin:0px auto;
  font-size: 16pt;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.flow .step  .item{
  display: flex;
  border-radius: 23px;
  position: relative;
  margin-top: 50px;

}
.flow .step .item .i-2 .title{
  font-size: 16pt;
  font-family: 'koz-heavy';
}
.flow .step .item .i-2 .text{
 
}
.flow .step .item .i-2 .title{
  text-align: left !important;
  color: #004488;
}
.flow .step .item .i-2 .text{
  font-family: 'koz-regular';
}
.flow .step .items .item-1 {
  border:3px solid #004488

}
.flow .step .item .i-2{
  /* padding-left: 20px; */
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
.flow .step .item .i-1{
  width: 100px;
  color: #fff;
  background-color: #004488;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  line-height: 2.5em;
}
.flow .step .item .i-1 .small{
  font-size: 23pt;
  font-family: 'koz-heavy';
}
.flow .step .item .i-1 .large{
  font-size: 38pt;
  font-family: 'koz-heavy';
}
.flow .step  .item::after{
  content: "";
  position: absolute;
  background-image: url(../images/shape-1.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 200px;
  bottom: -84px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow .step  .items .item-2{
  border:3px solid #1a70c6
}
.flow .step .items .item-2 .i-1{
  background-color: #1a70c6;
}
.flow .step .items .item-2 .i-2 .title{
  color: #1a70c6;
}
.flow .step .items .item-2 .i-2 .red{
  color: red;
  font-family: 'koz-regular';
}
.flow .step .items .item-2 .i-2 .items-c{
  display: flex;
  background-color: #c6e3ff;
  margin-right: 20px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  /* max-width: 997px; */
}
.flow .step .items .item-2 .i-2 .items-c img{
  width: 100px;
}
.flow .step .items .item-2 .i-2 .items-c .itemc{
  font-family: 'koz-regular';
  font-size: 15px;
  flex-basis: 33.3%;
  text-align: center;
}
.flow .step .items .item-3 {
  border:3px solid #4698eb
}
.flow .step .items .item-3 .i-1{
  background-color: #4698eb;
}
.flow .step .items .item-3 .i-2 .title{
  color: #4698eb;
}
.flow .step .items .item-4 {
  border:3px solid #4698eb
}
.flow .step .items .item-4 .i-1{
  background-color: #65abf1;
}
.flow .step .items .item-4 .i-2 .title{
  color: #65abf1;
}
.flow .step  .item:last-child::after{
  content: "";
  position: absolute;
  background-image: none
}
.faq{
  margin-top: 50px;
  background-color: #004488;
  padding-bottom: 50px;
}
.faq .avg-title span{
  color: #fff;
}
.faq .avg-title .text{
  color:#1a70c6;
  background-color: #fff;
  border-radius: 30px;
}

.faq .items .item{
  position: relative;
  color: #fff;
  font-size: 16pt;
  font-family: 'koz-regular';
}
.faq .items .item .item-1{
  margin-top: 50px;
  padding-left: 100px;
  padding-top: 20px;
  position: relative;
}
.faq .items .item .item-1::before{
  content: "";
  position: absolute;
  background-image: url(../images/img33.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  top: -34px;
  left: 0px;
}
.faq .items .item .item-2{
  padding-left: 15%;
  margin-top: 61px;
  position: relative;
}
.faq .items .item .item-2::before{
  content: "";
  position: absolute;
  background-image: url(../images/img34.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  top: -54px;
  left: 53px;
}
.footer {
  margin-top: 50px;
  text-align: center;
  background-color: #4b4a4a;
  color:#fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'koz-regular';
} 
.footer p{
  font-family: 'koz-regular   ';
}
.footer a{
  text-decoration: none;
  color: #fff;
}
.footer img{
  width: 250px;
}
.menu li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  width: 30%;
  font-family: 'koz-regular';
  text-align: center;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-right: 1px;
  /* color: #fff; */
}
.menu{
  /* max-width: 1000px; */
  padding: 0px;
  margin-bottom: 0px;
}
.menu .hours{
  font-weight: bold;
}
.menu li .phone{
  display: flex;
  
}
.menu li  .phone img{
width: 42px;
height: 30px;
/* margin-top: 18px; */
padding-right: 10px;
}
.menu{
  margin-top: 0px;
  height: 78px;
  /* margin-right: 10%; */
  display: flex;
  justify-content: flex-end;
  /* align-items: end; */
}

.menu li .phone{
  font-size: 20pt;
  text-decoration: none;
  color: #333;
  font-family: 'koz-heavy';
  line-height: 24px;
}
.menu li:nth-child(2){
  background-color: #0558ab;
  color: #fff;
}
.menu li:nth-child(2) .phone{
  color: #fff;
  font-size: 15pt;
  font-family: 'koz-bold';
}
.menu li:nth-child(2){
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menu li:nth-child(2) span{
  width: 100%;
}
.menu li:nth-child(2) img{
  width: 35px;
  height: 16px;
  /* top: 7px; */
  /* margin-top: -3px; */
  padding-right: 10px;
}
.menu li:nth-child(3){
  background-color: #f25142;
  color: #fff;
  font-family: 'koz-bold';
  /* font-size: 14pt; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.menu li:nth-child(2){
  position: relative;
}
.menu li:nth-child(2):after{
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/arrow-1.png);
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  width: 30px;
  top: 0px;
  /* top: calc(50% - 18px); */
  background-color: #362828;
  right: 0;
  opacity: .5;
}
.menu li:nth-child(3) a{
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu li:nth-child(3){
  position: relative;
  
}
.menu li:nth-child(3):after{
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/arrow-1.png);
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  width: 30px;
  top: 0px;
  /* top: calc(50% - 18px); */
  background-color: #362828;
  right: 0;
  opacity: .5;
}
#button {
  display: inline-block;
  background-color: #3195fa;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
#button::after {
  content: "\21E7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.show {
  opacity: 1;
  visibility: visible;
}

.menu li:nth-child(1){
  font-size: 9pt;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px){
  .menu li:nth-child(2) img{
      margin-top: -3px;
  }
  .bl-contact .items .item .text{
      padding:3px 20px;
  }
  .banner{
      padding-top: 66px;
  }
  main{
    
  }

  .logo a img{
      /* height: 60px; */
      width: 148px;
  }
  .menu{
      height: 66px;
      /* max-width: 800px; */
      /* padding-top: 10px; */
      /* padding-bottom: 10px; */
      margin:0px;
  }
  .menu li .phone{
      font-size: 14pt;
  }
  .menu li:nth-child(2) .phone{
      font-size: 11pt;
  }
  .menu li{
      font-size: 14px;
  }
  .menu li .phone img{
      width: 32px;
      height: 22px;
      padding-bottom: 9px;
      /* margin-bottom: 0px; */
  }
  .menu li:nth-child(3) a{
      font-size: 10pt;
      line-height: 1.5em;
  }
  
  header{
      padding-left: 1%;
      padding-right: 5%;
  }
  .menu li{
      font-size: 13px;
      padding-right: 0px;
      margin-right: 1px;
  }
  .tbl-of-ct .item span{
      font-size: 18pt;
  }
  .tbl-of-ct .item .text p{
      font-size: 10pt;
  }
  .tbl-of-ct .item .img{
      width: 100px;
      margin-right: 0px;
  }
}
.menu li .mail{
  /* position: absolute; */
  left: 0;
  /* top: -2px; */
  /* width: 100%; */
  /* height: 100%; */
  display: block;
  }
.menu li:nth-child(2) a{
  display: contents;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* line-height: 0em; */
  align-items: center;
  width: 100%;
  font-family: 'koz-bold';
}
@media only screen and (max-width: 992px) {
  .menu li .phone{
    line-height: unset;
  }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
  .menu li .phone img{
      padding-bottom: 0px;
      width: 28px;
      height: 23px;
      display: inline-block;
      margin-top: -3px;
  }
  .menu li:nth-child(2) img{
      padding-right: 7px;
  }
  header nav{
      width: 60%;
      position: relative;
  }
  .menu li:nth-child(2){
      position: fixed;
      bottom: 0;
      width: 50%;
      padding-left: 10px;
      left: 0px;
      height: 66px;
      overflow-y: hidden;
  }
  .menu li:nth-child(3){
      position: fixed;
      bottom: 0;
      width: 50%;
      padding-left: 10px;
      right: 0px;
      height: 66px;
      overflow-y: hidden;
  }
  .tbl-of-ct .item{
      /* max-width: 96%; */
      margin: 0px auto;
      margin-top: 25px;
  }
  #button{
      bottom: 97px;
  }
  .logo{
      margin:0px auto;
      width: 43%;
  }
  header nav{
      width: 60%;
  }
  .menu li:nth-child(1)>span{
      width: 100%;
  }
  .menu li:nth-child(1) .phone{
      margin:0px auto
  }
  .menu li:nth-child(3){
  }
  .menu li{
      line-height: 1.7em;
  }
  .menu li .phone{
      font-size: 19pt;
  }
  body{

  }
  .menu li{
      width: 76%;
  }
  footer{
      padding-bottom: 60px;
      
  }
  .banner{
      padding-top: 0;
  }
  header{
      position: relative;
      padding-left: 0;
      padding-right: 0;

  }
  header nav{
      bottom: 0;
      width: 100%;
      padding-left: 10px;
  }
  .menu{
      margin:0px auto
  }
  .tbl-of-ct-1 .items .item:nth-child(1),.tbl-of-ct-1 .items .item:nth-child(3){
      margin-right: 10px; 
  }
  .tbl-of-ct-1 .items .item:nth-child(2),.tbl-of-ct-1 .items .item:nth-child(4){
      margin-right: 0px;
  }
  .bl-contact h2,.features-1 h2,.features h2,.avg-title h2,.tbl-of-ct-1 h2{
      font-size: 20pt;
  }
  .features .items .item span{
      font-size: 12pt;
  }
  .features-1 .notifi{
      font-size: 15pt;
  }
  .features-1 .notifi .number{
      font-size: 20pt;
  }
  .features-1{
      padding-left: 5px;
      padding-right: 5px;
  }
  .tbl-of-ct-1 .items{
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
  .tbl-of-ct-1 .items .item{
      flex-basis: 36%;
      padding-right: 0px;
      padding-left: 0px;
      margin-top: 10px;
      height: 150px;
  }
  .tbl-of-ct-1 .item:nth-child(2) img{
      width: 50px;
      height: 50px;
  }
  .tbl-of-ct-1 .item img{
      width: 50px;
      height: 40px;
  }
  .avg-title span{
      font-size: 18pt;
  }
  .avg-title .text{
      font-size: 12pt;
  }
  .bl-about .box-content .item img{
      width: 120px;
  }
  .bl-about .box-content .item.battery img{
      width: 120px;
  }
  .bl-about .box-content .arrow img{
      max-width: 100px;
  }
  .bl-contact .items .item img{
      width: 50px;
  }
  .bl-contact .items .item .number{
      font-size: 16pt;
  }
  .bl-contact .items .item .text{
      padding: 0px 21px;
      font-size: 10pt;
      display: block;
      /* width: 80%; */
  }
  .bl-contact .items .ques{
      font-size: 12pt;
  }
  .bl-contact .items .item{
      padding-bottom: 20px;
  }
  .flow .step >.title{
      font-size: 12pt;
  }
  .flow .step .item .i-2 .title{
      font-size: 15pt;
      text-align: center;
  }
  .flow .step .item .i-2 .text{
      font-size: 11pt;
  }
  .flow .step .item .i-1 .small{
      font-size: 20pt;
  }
  .flow .step .item .i-1 .large{
      font-size: 30pt;
  }
  .faq .items .item{
      font-size: 13pt;
  }
  .faq .items .item .item-1::before{
      background-size: 88px;
  }
  .faq .items .item .item-2::before{
      background-size: 88px;
      font-size: 13pt;
  }
  .faq .items .item .item-2::before{
      content: "";
      position: absolute;
      background-image: url(../images/img34.png);
      background-repeat: no-repeat;
      height: 100px;
      width: 100px;
      top: -54px;
      left: 23px
  }
  .faq .items .item .item-2{
      padding-left: 17%;
  }
  .menu li:nth-child(3):after{
      background-size: 10px;
  }
  .menu li:nth-child(2):after{
      background-size: 10px;
  }
} 
@media only screen and (max-width: 992px) and (min-width:500px) {
  .sp-500{
      display: none   !important;
  }
}
@media only screen and (max-width: 768px) {
  .bl-contact .items .item:nth-child(2) .arrow{
    width: 30px;
  }
  .bl-contact .items .item:nth-child(2) .arrow{
    left: calc(50% - 15px);
  }
    .menu li:nth-child(2):hover{
        background-color: #0558abc9;
        transition: 500ms;
      }
      .menu li:nth-child(3):hover{
        background-color: #f25142c5;
        transition: 500ms;
      }
    .bl-contact .items .ques:hover{
        background:rgba(244, 112, 100, 0.918);
 }
 .bl-contact .items .mail:hover{
        background: rgba(18, 81, 144, 0.904);
 }
.bl-contact .items .phone:hover{
        background: rgba(65, 160, 255, 0.884);
}

    .menu li:nth-child(2) a{
        line-height: 1.5em;
    }
  a[x-apple-data-detectors].class-name {
      color: inherit !important;
      text-decoration: none !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
    }
  .logo a img{
      /* height: 57px; */
      width: 192px;
  }
  .logo{
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 4px;
  }
  .menu li{
      margin-right: 0px;
  }
  .necessary .items .item img{
      padding-left: 0px;
     }
  .flow .step .items .item-2 .i-2 .items-c{
      flex-wrap: wrap;
  }
  .flow .step .items .item-2 .i-2 .items-c .itemc span{
      padding-left: 10px;
      font-size: 12pt;
  }
  .flow .step .items .item-2 .i-2 .items-c img{
      width: 50px;
  }
  .flow .step .items .item-2 .i-2 .items-c .itemc{

      flex-basis: 100%;
      display: flex;
      align-items: center;
  }
  .sp{
      display: block;
  }
  .pc{
    display: none;
}
  .tbl-of-ct .item{
      max-width: 100%;
      margin-left: 0px;
  }
  .menu li:nth-child(1)>span{
      width: 100%;
  }
  .menu li:nth-child(1) .phone{
      margin:0px auto
  }
  .menu li:nth-child(3){
  }
  .container{
      padding-left: 15px;
      padding-right: 15px;
  }
.tbl-of-ct-1 .container{
  width: 99%;
}
 
  .faq .items .item{
      font-size: 12pt;
  }
  .features-1 .items span{
      font-size: 30pt;
  }
  .faq .items .item .item-2{
      padding-left: 100px;
  }
  .bl-contact .items{
      flex-wrap: wrap;
  }
  .bl-contact .items .item{
      flex-basis: 100%;
      width: 100%;
      height: 177px;
      margin-top: 5px;
  }
  .bl-contact .items .item .text{
      width: 80%;
      margin: 0px auto;
  }

  .avg-title .text{
      font-size: 10pt;
  }
  .bl-about .box-content .item.battery img,.bl-about .box-content .item img{
      width: 80px;
  }
  .bl-about .box-content .arrow img{
      max-width: 50px;
  }
  .bl-about .box-content .arrow{
      flex-basis: 20%;
  }
  .bl-about .box-content .item{
      flex-basis: 40%;
  }
  .bl-about p{
      font-size: 10pt;
  }
  .features .items .item{
      flex-basis: 47%;
  }
 
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1400px) {
    .sp-500{
        display: block;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .menu li:nth-child(1) {
      font-size: 7.5pt;
  }
    .sp-500{
        display: block;
    }
    .logo a img{
      width: 148px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .menu li:nth-child(2) span{
        font-size: 9pt;
    }
    .menu li:nth-child(2) p{
        font-size: 10pt;
    }
    .menu li:nth-child(3) a{
        font-size: 8pt;
        padding-left: 0px;
        margin-left: 0px;
    }
    .menu li:nth-child(3) {
        padding-top: 0px;
        padding-left: 0px;
    }
    .menu li:nth-child(3) a{
        margin-right: 11px;
    }
    .menu li:nth-child(2) img{
        width: 27px;
        height: 13px;
    }
    .menu li:nth-child(2){
        padding-top: 0px;
        padding-left: 0px;
    }
    .menu li:nth-child(2) a{
        margin-right: 25px;
    }
  .sp-500{
      display: block;
  }   
  .flow .step .items .item-2 .i-2 .items-c .itemc span{
      padding-left: 10px;
      font-size: 9pt;
  }
  .avg-title .text{
      padding: 10px 10px;
  }
  .tbl-of-ct .item{
      max-width: 99%;
  }
  .menu li .phone{
      font-size: 13pt;
  }
  .flow .step .item .i-2{
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 5px;
      margin-right: 5px;
  }
  .tbl-of-ct-1 .items .item{
      flex-basis: 100%;
      width: 100%;
      margin-right: 0px !important;
      margin-left: 10px;
      margin-right: 10px !important;
      height: 150px;
  }
  .tbl-of-ct-1 .items .item{
      height: 150px;
  }
  .features .items .item img{
      width: 60%;
  }
  .necessary .items .item .col-sm-6{
      width: 100%;
  }   

  .tbl-of-ct .item span{
      font-size: 13pt;
  }
  .features .items .item{
      flex-basis: 100%;
  }
  .features-1 .items img{
      width: 80px;
      height: 77px;
  }
  .faq .items .item{
      font-size: 10pt;
  }
  .faq .items .item .item-1::before,.faq .items .item .item-2::before{
      background-size: 50px;
  }
  .faq .items .item .item-1{
      padding-top: 0px;
      position: relative;
      padding-left: 50px;
  }
  .faq .items .item .item-2::before{
      top: -31px;
  }
  .faq .items .item .item-2{
      padding-left: 74px;
      margin-top: 30px;
  }
}   

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}       