@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* font-family: "Inter", sans-serif; */

@media only screen and (max-width:600px){
    .main_frame{
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }
    .breadcrumbs{
       position: relative;
    }
    .breadcrumb_bg{
        position: relative;
        /* min-height:330px ; */
    }
    .breadcrumb_bg img{
        /* height: 100%; */
    }
    .breadcrumb_bg .first_image{
        /* position: absolute; */
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .logo{
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        /* height: 220px; */
        transform: translateY(-50%);
    }
    .logo img{
        width: 65px;

    }

    /* Help_box */
    .account_elem_wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 6%;
    }
    .help_box{
        position: relative;
        display: block;
        height: 100%;
    }
    .help_box h3{
        position: absolute;
        bottom: .8rem;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        font-size: 1rem;
        color: white;
        font-family: "Inter", sans-serif;
    }
  .help_box img{
    width: 100%;
  }
  .faq_header h3{
    margin-bottom: 0;
    font-size: 1rem;
    color: #5F646C;
    margin-bottom: 1%;
    font-family: "Inter", sans-serif;
  }
  .faq_header h2{
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #252729;
    font-family: "Inter", sans-serif;
  }
  .faq_header{
    margin-bottom: 9%;
  }

  /* FAQ Box */
  .faq_box{
    background: #EBF6FA;
    padding-top: 6%;
    margin-bottom: 6%;
    /* margin-top: 4%; */
  }
  .faq_box .faq_header{
    margin-bottom: 6%;
  }
 .faq_header a{
    text-decoration: none;
  }
  .faq_box .faq_header h3{
    font-weight: 600;
    font-size: 1.25rem;
    color: #252729;
    font-family: "Inter", sans-serif;
  }
  .accordion-item{
    background-color: transparent!important;
    border-color: transparent!important;
    border-bottom: 1px solid #E1E3E3!important;
  }
  .accordion-item:last-child{
    border-bottom: none!important;
  }
  .accordion-button{
    background-color: transparent!important;
    padding-left: 0!important;
    padding-right: 0!important;
    font-size: 17px;
    font-weight: 500;
    color: #252729!important;
  }
  .accordion-button:not(.collapsed){
    background-color: transparent!important;
    color: #315D84!important;
  }
  .accordion{
    border: 1px solid transparent!important;
  }
  .accordion-body{
    border: 1px solid transparent!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 10px;
    color: #252729;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding-top: 10px!important;
  }
  .accordion-button:focus{
    box-shadow: none!important;
  }
  .accordion-button:not(.collapsed)::after{
    background-image: url(/img/chevron-top.svg)!important;
    transform: rotate(-0deg)!important;
    height: 30px;
    width: 30px;
  }
  .accordion-button::after{
    background-image: url(/img/chevron-bottom.svg)!important;
    height: 30px!important;
    width: 30px!important;
  }
  .search_console input{
    background-color: #7676801F;
    padding-left: 28px;
    color:#3C3C4399 ;
  }
  .search_console input:focus{
    box-shadow: none;
    border-color: #9ad1e5!important;

  }
  .search_console input::placeholder{
    color: #3C3C4399!important;
    font-weight: 600;
  }
  .search_console .search_icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .5rem;
  }
  .search_console .form-outline{
    position: relative;
  }

  .faq_box2{
    background-color: white;
    padding-top: 0;
    margin-top: 0;
  }
  .faq_header2{
    margin-bottom: 0;

  }
  .faq_box2 .accordion-item:nth-child(1) .accordion-button{
    padding-top: 0;
  }
  .faq_header2 h3{
    position: relative;

  }
  .faq_header2 h3::after{
    content: url(/img/chevron-right.svg);
        position: absolute;
        left: 3rem;

  }
  .account_elem_wrapper{
    list-style: none;
    padding: 0;
  }
  .account_elem_wrapper li{
    position: relative;
  }
  /* .account_elem_wrapper li h3{
    position: absolute;
    bottom: .8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    color: white;
    font-family: "Inter", sans-serif;
    cursor: pointer;
  } */
}

@media only screen and (max-width: 312px) and (min-width: 275px){
    .faq_box .faq_header h3{
        font-size: 18px;
    }
    .help_box h3{
        font-size: 13px;
    }
    .faq_header h2{
        font-size: 1.25rem;
    }
    .accordion-body{
        font-size: 15px;
    }
}
