
@media only screen and (max-width: 1280px){
  header nav .menu ul li {
    padding: 32px 8px;
  }
}

@media only screen and (max-width: 991px){
  header{
    padding: 20px;
  }
  header nav .menu-button{
    display: block;
  }
  header nav .menu-button i{
    font-size: 30px;
    vertical-align: middle;
  }
  header nav .menu{
    position: absolute;
    top: -50%;
    border-top: 1px solid #E9EAEE;
    right: 30px;
    visibility: hidden;
    width: calc(100% - 60px);
    z-index: 99;
    background: #f6fbff;
    opacity: 0;
    transform: scaleY(0.1);
    transition: all 0.3s ease-in-out;
  }
  header nav .menu.active{
    visibility: visible;
    opacity: 1;
    top: 100%;
    transform: scaleY(1);
    transition: all 0.3s ease-in-out;
  }
  header nav .menu ul li{
    display: block;
    padding: 10px 10px;
  }
  .about .about_area{
    padding-left: 0;
  }
  .feature .left_title{
    padding-right: 0;
    padding-bottom: 20px;
  }
  .feature .left_title .benifit_img {
    height: 500px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px){

  .banner{
    padding: 100px 0px 60px;
  }
  .banner .banner_content h2{
    font-size: 58px;
  }
  .card_section .card_item img{
    height: 220px;
  }
  .card_section .card_item{
    margin-bottom: 20px;
    height: auto;
  }
  .how_works .sec_right .icon_works, .how_works .sec_right .work_area span {
    margin-left: 0;
  
  }
  .how_works .pl_border{
    padding-left: 15px;
    border: 0;
  }
  .how_works .sec_right{
    padding-right: 15px;
    padding-bottom: 0;
  }
  .how_works .sec_right .work_area h3, .how_works .sec_right .work_area p{
    text-align: left;
  }
  .how_works .work_mian::before, .how_works .work_mian::after{
    display: none;
  }
}
@media only screen and (max-width: 575px){
  .banner .banner_content h2 {
    font-size: 48px;
  }
  .banner, .banner .banner_area{
    height: auto;
    padding: 80px 0px 50px;
  }
  header {
    padding: 20px 0px 0;
}
header nav .logo a{
  width: 150px;
}
.banner .banner_area h2{
  font-size: 38px;
    line-height: 50px;
}
header nav .reg_btn{
  gap: 10px;
  margin-left: 0;
}
header nav .reg_btn{
  gap: 5px;
}
header nav .reg_btn a{
  padding: 6px 12px;
  font-size: 16px;
}
.banner .banner_area p {
  font-size: 16px;
  line-height: 26px;
}
.feature .feature_area{
  grid-template-columns: repeat(1, 1fr);
}

.faq_section .accordion-item .accordion-header button{
  font-size: 18px;
}
.faq_section .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 26px;
}
.contact .contact_area form .form_area{
  gap: 0;
  flex-direction: column;
}
header nav .navarea {
  display: grid;
  grid-template: auto / auto auto;
}
header nav .menu-button{
  margin-top: 20px;
  text-align: left;
}
footer .footer_bottom .payment_img {
  text-align: left;
  margin-top: 10px;
}

}