/* faq css  */

.added_faq_header{
    /* border:1px solid red; */
    height:375px;
    position: relative;
}

.added_faq_header::before {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
  
}

.added_faq_id{
    /* border:1px solid green; */
    height:auto !important;
    z-index:2;
    letter-spacing: 0 !important;
    /* letter-spacing: 6px; */
}

.added_card_header{
    /* border:1px solid red; */
}
.added_card_header h5{
    /* border:1px solid blue; */
    width:100%;
}
.added_card_header h5 a{
    /* border:1px solid green; */
    margin-top:0;
    padding-right: 35px;
}

.added_faq_drop_absolute{
    /* border:1px solid red; */
    position:absolute;
    top:0;
    right:12px;
    top:50%;
    transform:translateY(-50%);

    width:20px;
    height:20px;

    pointer-events: none;
}
.lxy_faq{
    position: relative;
    width:100%;
    height:100%;
    /* border:1px solid green; */
}
.added_faq_drop_absolute .lxy_faq .lxy_bar:nth-child(1){
    width:50%;
    height: 2px;
    position: absolute;
    top:50%;
    left:2px;
    transform: rotate(45deg) translateY(-50%);
    background:#111;
}
.added_faq_drop_absolute .lxy_faq .lxy_bar:nth-child(2){
    top:50%;
    width:50%;
    height: 2px;
    position: absolute;
    right:0;
    background:#111;
    transform: rotate(-45deg) translateY(-50%);
}

.added_acc_body{
    /* border:1px solid green; */
    padding: 12px 24px !important;
}

.added_faq_card{
    /* border: 1px solid green; */
    margin-bottom: 0;
}

.added_faq_dra:hover{
    color:#22253A;
}

/* docs css  */

.added_docs_anextlevel{
    /* border: 1px solid red; */
    gap: 16px;
}

.added_docs_anextlevel a{
    /* border:1px solid green; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.added_docs_anextlevel a .card{
    /* border:1px solid blue; */
    margin-bottom:0 !important;
}
.added_docs_anextlevel a .card-title{
    /* border:1px solid yellow; */
    margin-bottom:0;
}
.added_xl4{
    /* border: 1px solid red; */
    width: 100%;
}
/* brands css  */

.added_brands_header_overlay{
    /* border:1px solid red; */
    position: relative;
}

.added_brands_header_overlay::before {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
  
}

#ev_status{
    /* border:1px solid green; */
    z-index: 2;
}

.snkp{
    /* border:1px solid blue; */
    z-index:2;

    width: 425px;
    height: auto;
    /* border-radius: 45px; */
    border-radius: 16px;
    padding: 8px 24px;
    justify-content: center;
}

.snkp .search{
    /* border:1px solid blue; */
    width:100%;
}

.added_brands_btn_success{
    background: #0896FF;
    border: none;
}
.added_brands_btn_success:hover{
    background: #22253A;
}

@media (max-width:997px){
    .added_brands_select1{
        /* border:1px solid red; */

        margin-bottom:0;
    }
    .added_brands_float{
        margin-top:-58px;
    }
}


/* ============================================= */

.desktopNav{
    /* border: 1px solid red; */
}

.desktopNavTwo{
    /* border:1px solid red; */
    margin-bottom:0;
}
.desktopNavTwo li a{
    font-size:24px;
}

@media (max-width:1200px){
    .desktopNavTwo li a{
        font-size:20px;
    }
}