/* .frequently{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    margin-bottom:20px;
    margin-top:30px;
}
.gotQuestion{
    font-size: 16px;
    font-weight: normal;
    color: #848b95;
    margin-bottom:30px;
}
.faqRow{
    padding-left:40px;
    padding-right:40px;
}
.faqTabs ul li{
    margin-right: 15px;
    border-radius: 10px;
    background-color: #1f1f1f;
}
.websiteTab{
    font-size: 20px;
    font-weight: bold;
    color: #c1c1c1;
    margin-top:10px;
} */


.faqContainer{
    background:#141414;
    padding:15px!important;
    /* min-height:100vh; */
    max-height:100%;
}
.recentlyAsked{
    font-size: 30px;
    font-weight: 500;
    text-align: left;
  color: #fff;
}
.gotQuestion{
    font-size: 16px;
    font-weight: normal;
    color: #848b95;
    margin-bottom:30px;
    margin-top:20px;
}

.nav-pills.watchWebsite {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom:50px;
}

.nav-pills.watchWebsite .nav-item {
    flex: 1 0 auto;
    text-align: center;
}

.nav-pills.watchWebsite .nav-link {
    padding: 10px;
    width: 100%; 
}
.nav-pills.watchWebsite .nav-link{
    border-radius: 10px;
    background-color: #1f1f1f;
}
.accrNum{
    width:75px;
    border-radius: 2px;
    border: solid 1px #262626;
    background-color: #1a1a1a;
    padding:14px;
    font-size: 16px;
    font-weight: normal;
    color: #848b95;
    white-space: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accrContent{
    font-size: 20px;
  font-weight: 500;
  color:#fff!important;
}
.accordion-item{
    background-color: #141414!important;
    /* background-image: url("../img/home/blueShadow.png");
   background-position: bottom;
    bottom: 0; */
}
.accordion-button:focus{
    border:none!important;
    box-shadow: none!important;
}.accordion-button:not(.collapsed){
    background-color: transparent!important;
    border-radius:3px!important;
}
.accordion-button{
    background-color: transparent!important;
    margin-left: 10px;
    font-size:20px!important;
    font-weight: 500!important;
}
.accordion-item{
    border:none!important;
    margin-top:25px;
}
.accordion-body{
    color: #848b95;
    font-size:16px;
    font-weight:normal;
}
@media (max-width:768.98px){
    .faqContainer{
        padding:15px 0;
    }
    .websiteTab{
        font-size:16px!important;
        font-weight:500!important;
    }
    .accordion-item svg{
        width:20px;
        height:auto;
    }
    .gotQuestion{
        margin-top:20px!important;
    }
    .recentlyAsked{
        font-size:25px;
    }
    .accrContent{
        font-size:16px!important;
    }
    .mobileAccBtn{
        margin-left:0;
    }
}
@media (max-width:425.98px){
    .nav-item{
        width:50%;
 
    }
    .faqCont{
        padding-left:0!important;
        padding-right:0!important;
    }
    
}
.watchWebsite::-webkit-scrollbar {
    width: 10px; 
    background-color:   #c1c1c1;
    height:7px;
}

.watchWebsite::-webkit-scrollbar-thumb {
    background-color: #007bff; 
    border-radius: 5px; 
}
.accrContent::after{
    background-image: url("../img/faq/plus.png")!important;
}
.accrContent:not(.collapsed)::after{
    background-image: url("../img/faq/minus.png")!important; 
}

.mobileAccBtn::after{
    background-image: url("../img/arrow_down.png")!important;
    position:relative;
    top:4px;
    background-size: 1rem !important;
}
.accordion-button:not(.collapsed)::after{
    position:relative;
    top:-4px;
}
.mobileAccBtn:not(.collapsed){
    background-color: #3989f9!important;
    border-radius: 10px;
}
.mobileAccBtn:not(.collapsed)
 .websiteTab{
    color:#fff;
 }
 .mobileAccBtn:not(.collapsed)
 svg path{
    fill:#fff 
 }
.watchWebsite li .active svg path{
    fill:#fff
}
.watchWebsite li a.active .websiteTab {
    color: #fff;
}
.websiteTab{
    font-size: 20px;
  font-weight: 500;
  color:
  #c1c1c1;
  /* margin-top:10px; */
}
@media (max-width: 575.98px){
    .faqContainer{
        padding:15px 5px!important;
    }
    .gotQuestion{
        margin-bottom:20px;
    }
 .accordion-button{
    margin-left:0!important;
 }

   
}


@media (min-width: 101.98px) and (max-width: 991.98px){
    #scroll {
        width: 45px;
        height: 45px;
    }
    }
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 3vw;
    height: 3vw;
    /* background-color: #131313; */
    /* text-indent: -9999px; */
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    /* border-radius: 60px; */
    color: #fff;
    z-index: 7;
    /* border: solid 1px #3989f9; */
    padding: 5px;
    /* box-shadow: 0 0 3px 0 rgba(57, 137, 249, 0.62); */
}

#scroll svg{
    background-color: #131313;
    border-radius: 60px;
    display: flex;
    align-items: center;
    border: solid 1px #3989f9;
    box-shadow: 0 0 3px 0 rgba(57, 137, 249, 0.62);
}
#scroll svg:hover{
    fill:#fff;
    background-color:  #3989f9;
    border-color:  #3989f9;
}
.accrContent{
    padding-top:0!important;
}
.accrNum{
height:50%;
}
@media (max-width:656px){
    #scroll{
        right:9%!important;
        bottom:7%!important;
    }
}
@media (max-width:820px) and (min-width:656px){
#scroll{
    right:3%!important;
    bottom:5%!important;
}
}
@media (max-width:425.98px){
    .accordion-body{
        padding-left:0!important;
        padding-right:0!important;
    }
}
/* .mobileAccBtn::before{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background: grey;
} */

.mobileAccBtn{
    background:#1f1f1f!important;
}
