/* ---------------content-------------- */

/* ---------------content-left-------------- */
.content_left{
    padding: 1rem 0rem;
    font-family: "inter";
}
@media screen and (max-width:1200px){
    .features_section{
        opacity: 0;
        display: none;
        height: 0;
        display: none;
}
.features_section.active{
    opacity: 1;
    display: block;
    transition: opacity .2s ease;
    min-height: 300px;
    overflow-y: scroll;
}
}
.content_left-img{
    text-align: center;
    margin: 1rem 0;
}
@media screen and (max-width:1200px){
    .content_left-img{
display: none;
    }
}
.content_left-img img{
    width: 50%;
}
.reset{
    background-color: var(--white-color);
    padding: .8rem;
}
.reset_filter{
    background-color: var(--white-color);
    padding: 1rem;
    margin-bottom: 1rem;

}
.reset_filter h4{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
}
.filter_link{
    display: none;
    text-decoration: none;
    color: red;
    font-size: 1rem;
}
@media screen and (max-width:1200px){
    .filter_link{
        display: flex;
    }}
.reset h4{
    font-size: 1rem;
}
.reset_btn{
    width: 100%;
    padding: .8rem;
    text-align: center;
    text-transform: capitalize;
    color: black;
    margin-top: 1rem;
    background-color: transparent;
    border: 1px solid #5D6166;
    transition: all .2s;
}
.reset_btn:hover{
    color: white;
    background-color:rgba(31, 23, 80, 0.75);
}
.reset_input{
    margin: 1rem 0;
}
.reset_input label{
    color: var(--gray-color);
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-weight: 700;
}
.reset_input input{
    margin-top: .5rem;
    width: 100%;
    padding: 1rem;
    background-color: transparent;
    border: .2px solid #95999f7d;
    color: var(--gray-color);
    outline: none;
}
.features{
    padding: 1rem;
}
.features h4{
    font-size: 1rem;;
    color: black;
}
.features span a{
    text-decoration: none;
    color: red;
    font-weight: 700;
}
.features_check{
    background-color: var(--white-color);
    padding: 1rem;
}
.features_check > div{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.features_check > div:hover{
    background-color: rgb(178 172 172 / 12%)
}
.features_item{
    font-weight: 500;
    font-size: .9rem;
}
.features_switch label {
    position: relative;
}
.features_switch .checkbox_input{
    display: none;
}
.features_switch label .checkbox_btn{
    height: 25px;
    width: 2.5rem;
    border: none;
    background-color: #5d616680;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1rem;
    transition: all .2s;
}
.features_switch label .checkbox_btn::after
{
    content: "";
    display: block;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: opacity .2s;
    transition: all .2s;
}
.features_switch .checkbox_input:checked ~ label .checkbox_btn::after
{
    left: 65%;
}
.features_switch .checkbox_input:checked ~ label .checkbox_btn{
    background-color:rgba(31, 23, 80, 0.75);
}

.features_switch .checkbox_radio{
    display: none;
}
.features_switch label .checkbox_radio-btn{
    height: 1.5rem;
    width: 1.5rem;
    border: 3px solid #5d616680;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1rem;
    transition: all .2s;
}
.features_switch label .checkbox_radio-btn::after
{
    content: "";
    display: block;
    height:0;
    width: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:rgba(31, 23, 80, 0.75);
    transition: all .2s;
}
.features_switch .checkbox_radio:checked ~ label .checkbox_radio-btn::after
{   
    height: 80%;
    width: 80%;
}
/* ---------------content-right-------------- */
.content_right{
    padding: 1rem 0rem;
    font-family: "inter";
}
.bank_credit-card{
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
}
.bank_credit-card h4{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 900;
}
.bank_credit-card h4 .fa-thumbtack{
    transform: rotate(30deg);
    margin-left: 10px;
}
.bank_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
@media screen and (max-width:720px){
 .bank_info{
flex-wrap: wrap;
}
}
.bank_info img{
    width: 17%;
}
.bank_fees{
display: flex;
flex-direction: column;
text-align: center;
}
.bank_fees-top{
    color: black;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.bank_fees-bottom{
    color: #5D6166;
    text-transform: capitalize;
    font-size: .8rem;
}
.apply_now{
    text-align: end;
}
.apply_now-link{
    text-decoration: none;
    background-color: crimson;
    color: white;
    text-transform: capitalize;
    padding: 1rem 2rem;
    display: inline-block;
}
.apply_now-link:hover{
    background-color: rgb(255, 0, 51);
    color: var(--white-color);
}
@media screen and (max-width:720px){
    .apply_now{
        flex: 0 0 100%;
        margin-top: 1rem;
        text-align: center;
    }
    .apply_now-link{
        width: 100%;
    }   
}
.accordion-header{
    display: flex;
    justify-content: space-between;
    background-color: #5d61662b;
    padding: .5rem 1rem;
}
.accordion-header h5{
    margin-bottom: 0;
    font-size: 1rem;
}
.accordion-header p{
margin-bottom: 0;
font-size: 13px;
font-weight: 500;}
.accordion-button{
    width: 25%;
    background-color: transparent;
}
.accordion-button:not(.collapsed){
    
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: none;
    background-color: transparent;
}
.accordion-button span{
display: inline-block;
 position: absolute;
  right: 45px;
  color: black;
  text-transform: capitalize;
}
@media screen and (max-width:576px){
.accordion-button{
        padding: 0;
    }
    .accordion-button span{
        right:20px
    }
}
.accordion{
border: 1px solid #5d61662b;
}
.according_header{

    background-color: #5d61662b;
    padding: 1rem;
}
.according_header-left{
    flex-basis: 80%;
}
.according_header-right button{
    border: none;
    text-transform: capitalize;
    font-size: 1rem;
    background-color: transparent;
}
.according_header-right button:hover{
    color: red;
}
.according_text{
    background-color: #fff;
    padding: .6rem 1rem;
}
.according_text h3{
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}
.according_item {
    color: #5D6166;
}
.according_item > h4{
    margin-bottom: -1px;
    font-size: .9rem;
    font-weight: 700;
    margin-top: 1rem
}
.according_item p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .8rem;
}
.according_item-ul h4{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: .1rem;
}
.according_item-ul li{
    margin-top: 0;
    font-size: .8rem;
}