@media only screen and (max-width:1350px){
  .pricing-container{
    gap: 0px !important;
  }
  .price_plan_card{
    width:24%;
    padding: 20px 15px 100px !important;
  }
  .subscription-plans .price_plan_card{
    width:30%;
  }
}
@media (max-width: 1200px) {
  .sa-register-page .content_section {
    padding: 50px 30px;
  }
  .subscription-plans .price_plan_card{
   width:48%;
  }
}
@media only screen and (max-width:1199px){
  .price_plan_card{
    width:32%;
    margin-bottom:20px;
  }
}
@media (max-width: 992px) {
  .sa-login-page .content_section {
    padding: 50px 20px;
  }
  .sa-register-page .login-form > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .sa-register-page .login_img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    width: auto;
    margin: 0 12px;
  }
}
@media only screen and (max-width:900px){
  .price_plan_card{
    width:48%;
  }
  .subscription-plans .price_plan_card{
     width:100%;
   }
}
@media (max-width: 768px) {
  .sa-login-page .login-form > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .sa-login-page .container {
    max-width: 100%;
    padding: 20px;
  }

  .sa-register-page .content_section {
    padding: 60px 30px;
  }
  .sa-login-page .content_section {
    padding: 30px 10px;
  }

  .sa-login-page .login_img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    width: auto;
    margin: 0 12px;
  }

  .feature-comparison-table th,
  .feature-comparison-table td {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .dt-container .dt-search {
    text-align: left !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .customBox .bg-white.p-5 {
    padding: 1.5rem !important;
  }
  .sidebar.open ~ .home-section {
    left: 0;
    width: 100%;
  }
  .sidebar.open ~ .home-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .table_header_btns{
    text-align: end;
    margin-bottom: 20px;
    float: none;
  }
  .app_page .bg_box{
    padding: 10px;
  }

  .price_plan_card{
    width:100%;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 46px;
  }
  .hero-subheading{
    line-height: 28px;
    /* font-weight: 600; */
    font-size: 24px;
  }

  button.btn.btn-outline-primary.toggle-btn {
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px;
}
}
@media (max-width: 575px) {
  .app_page .form-check.form-switch{
    justify-content: flex-start !important;
  }
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}
