/* Medium devices (landscape medium, 992px and up) */
@media only screen and (max-width: 992px) {
  .nav_bar {
    display: flex;
    justify-content: flex-end;
  }

  .main_content {
    width: 80%;
  }
  .about_card {
    padding: 30px 17px;
  }
  .sec_para {
    width: 100%;
  }
  .pad_y40 {
    padding: 15% 0px;
  }
  .main_content > p {
    width: 70%;
  }
  
  .main_banner br {
    display: none;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .card_main {
    gap: 15px;
    flex-direction: column;
    width: 100%;
  }
  .about_card {
    width: 85%;
    padding: 15px;
  }
  .about_banner {
    height: auto;
    padding: 10% 0px;
  }
  .up_downAnimation {
    bottom: 0px;
    left: 45%;
  }
  .main_content > h1 {
    font-size: 40px;
  }
  .main_content > p {
    width: 65%;
  }
  .up_downAnimation {
    display: none;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .logo_box img {
    width: 150px;
    height: auto;
  }
  .last_bn {
    flex-direction: column-reverse;
  }
  
  .alignText>p{
    font-size:12px;
    line-height: 22px;
}

.alignText>i{
    margin:0!important;
}
  .last_bn > img {
    display: none;
  }
  .last_bn > h3 {
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
  }
  .subTitle {
    font-size: 30px;
  }
  .main_content > h1 {
    font-size: 40px;
  }
  .main_content > p {
    font-size: 16px;
  }
  .main_banner br {
    display: none;
  }
  .abut_w .about_card {
    display: flex;
    align-items: center;
    padding: 25px 20px;
  }
  .para {
    width: 100%;
  }
  .up_downAnimation {
    display: none;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 500px) {
  .main_container{
      width:65%;
  }
  
  .about_card {
   min-height:250px;
  }
  .fixAlign{
      width:55%!important;
  }
  .main_content > h1 {
    font-size: 32px;
  }
  .main_content > p {
    font-size: 12px;
    line-height: 22px;
  }

.alignText>p{
    font-size:12px;
    line-height: 22px;
}

.alignText>i{
    margin:0!important;
}

  .up_downAnimation {
    left: 41%;
  }
  .custBtn {
    padding: 8px;
    font-size: 12px;
  }
  .main_banner {
    padding: 8% 2% 5% 5%;
  }
  .up_downAnimation {
    display: none;
  }
  .main_content > p {
    width: 78%;
  }
  .user-svg-box img {
  width: 150px;
  height: 150px;
}
.custom-card ul li {
    font-size: 15px;
    padding: 6px 0;
}
.pad_topremove{
  padding-top: 0px !important;
}
.faq_box .accordion-button {
  font-size:16px;
  
}
.faq_box .accordion-button::after {
    left:10px;
    bottom:10px;
}
.dir_box .accordion-button::after{
    right:5px!important;
    bottom:15px!important;
}

}
/* Extra small devices (phones, 300px and down) */
@media only screen and (max-width: 400px) {
.up_downAnimation {
    display: none;
  }    
}
