.desktop-header .social-media {
    padding-bottom: 40px;
    width: 152px;
    margin: auto auto auto 0px;
    display: flex;
    justify-content: space-between;

}
.store-dwnld-btn .landing-apps2 .qr_btn3 {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #F1F1F1;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #82E578;
    background: transparent;
}
button:focus:not(:focus-visible) {
    outline: 0;
    background: transparent;
}
.store-dwnld-btn .landing-apps2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 268px;
    /* margin: auto; */
    margin-right: 0px;
    margin-bottom: 0px;
    float: right;
    max-width: 100%;
}
.social-media-get-guestion{
    width: 297px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:100%;
}
.helpdesk-tobanner{
    background:url(../images/help-bg-min.png) #141414 no-repeat;
    height:450px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    padding-top: 9rem;
}
.help-content-box{
    width: 485px;
    text-align: center;
    margin: auto;
    max-width: 100%;
 }
.help-content-box h2{
    font-family: FS Meridian;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #82E578;
 }
 .help-content-box p{
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    color: #FAFAFA;
 }
 .tab-nav-menu{
    border-radius: 4px 4px 0px 0px;
    background: #141414;
    padding: 8px 8px 8px;
    width: 604px;
    margin: auto;
    max-width: 100%;
}
.video-bg-color{
    background:#141414;
    padding:48px 0 24px;
}
.video-card iframe{
    width: 100%;
    height: 348px;
}
.tab-nav-menu ul{
    display: flex;
    justify-content: space-between;
}
.tab-nav-menu{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.tab-nav-menu ul .nav-link{
    border-radius: 4px 4px 4px 4px;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #82E578;
    padding: 10px 33px;
    width: 192px;
    max-width: 100%;
}
.tab-nav-menu ul .nav-link.active{
    border-radius: 4px 4px 4px 4px;
    background: #1D1D1D;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #FAFAFA;
}
#pills-video .card{
    width: 615px;
    max-width: 100%;
    margin: auto;
    margin-bottom:32px;
    background:transparent;
    border:0px;
    border-radius:0px;
}
.card .video-card button{
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #82E578;
    border-radius: 4px;
    background: var(--neutral-800, #1D1D1D);
    padding: 16px 16px;
    width: 100%;
    max-width:100%;
    margin-bottom: 8px;
    cursor: auto;
    border:0px;
}
.accordion-button{
    color: #FAFAFA;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background:transparent;
    border-radius: 8px;
    background: #1D1D1D;
    padding:24px 24px;

}
.accordion-button:not(.collapsed) {
    color: #FAFAFA;
    background-color: #141414;
    box-shadow:none;
    border: 1px solid  #434343;
    background: #141414;
}
.accordion-body p{
    color:  #82E578;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom:0px;
}
.accordian-tab .accordion-body{
    border-radius: 0px 0px 8px 8px;
    padding:32px 32px;
    background: #1D1D1D;
}
.card-two-box{
    display: flex;
    width: fit-content;
    margin: auto;
}
.accordion-item {
    background:transparent;
    border:0px;
    border-radius:0px;
    margin-bottom:24px;
    position: relative;
    background: rgb(29, 29, 29);
    border-radius: 8px;
    transition: all 5s;
}
.collapse:not(.show) {
    display: none;
    transition: all 5s;
    transition: height 4s;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordian-tab .accordion-button::after {
    background-image:url(../images/faq-plus.svg);
    width: 24px;
    height: 24px;
    top: 30px;
    position: absolute;
    right: 19px;
}
.accordian-tab .accordion-button:not(.collapsed)::after {
    background-image:url(../images/faq-minus.svg);
    top: 29px;
    right: 19px;
    transform: none !important;
}
.active {
    cursor: auto !important;
}
.tab-card{
    width: 1034px;
    margin: auto;
    max-width: 100%;
}

.tab-card .card {
    padding: 32px 32px;
    border-radius: 4px;
    background-color: #1D1D1D;
    width: 307px;
    max-width: 100%;
    /* margin: auto; */
    margin-bottom: 28px;
    margin-top: 0px;
    height: fit-content;
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.tab-card .card:hover{
    background-color: transparent;
}
.card .card-read{
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.card-read .link__graphic--slide {
    top: 0px;
}
.card-read h3{
    font-family: FS Meridian;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    color: #82E578;
    margin-bottom:0px;
}
.card-read p{
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    color:#C7C7C7;
    margin-bottom:0px;
}
.card-read h6{
    color: #C7C7C7;
    font-family: FS Meridian;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.55px;
    margin-bottom:0px;
}
.card-read h5{
    color: #FAFAFA;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:0px;
    position:relative;
    width: auto;
}
.card-read h5::after {
    content: "";
    background: #82E578;
    height: 1px;
    width: 82px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.view-article h2{
    font-family: FS Meridian;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 0%;
    text-transform: capitalize;
    color: #82E578;
    margin-bottom:24px;
}
.card-read .justify-content-between {
    align-items: center;
}
.view-article h6{
    color:#C7C7C7;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    text-transform: capitalize;
}
.view-article p{
    color: #FFF;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:  25.2px;
    margin: 0px 0px 40px;
}
.view-article h3{
    color:#82E578;
    font-family: FS Meridian;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 129%; /* 30.96px */
    text-transform: capitalize;
	margin-bottom:24px;
}
.view-article .a-line{
    color: #FAFAFA;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 5px;
    text-decoration-color: #82E578;
    
}
.view-article ul{
    margin-top:40px;
}
.view-article li{
    color:#FAFAFA;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
.view-article th{
    color: #82E578;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}
.view-article td{
    color:#FAFAFA;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.p-green{
  color:#82E578 !important;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    padding: 10px 12px 10px;
    border:1px solid #636363;
}
.view-article table{
    margin-bottom:40px;
    margin-top:30px;
}
thead th{
    background-color: rgba(255, 255, 255, 0.05) !important;
}
.p-email{
    color: #82E578;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 1px;
    text-decoration-color: #82E578;
}
.view-article .btn-goto-back{
    border-radius: 4px !important;
    border: 1px solid #82E578;
    background: #141414;
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    display: flex;
    height: 48px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    margin:0px;
    width: 148px;
    max-width:100%;
}
.btn-goto-back span{
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
}
 .shrer-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    float: right;
}
.shrer-box-top  p{
	display:none;
}

.shrer-box .social-media {
    margin-bottom: 0px;
    width: 40px;
}
.shrer-box-top .social-media-top{
    margin-bottom: 0px;
    width: 96px !important;
}
.shrer-box-top{
    margin: 16px 0px;
}
.card-two-box .card {
    margin: 0px 16px;
    margin-bottom: 24px;
	transition: all .6s;
}
.card-two-box{
    flex-wrap: wrap;
    justify-content: center;
}
hr {
    margin: 40px 0 0;
    color: inherit;
    border: 0;
    border-top: 2px solid #434343;
    opacity: 1;
    margin-bottom: 40px;
}
.view-article{
    padding: 56px 0px;
}
.tab-card .btn-reset{
    border-radius: 4px !important;
    border: 1px solid #82E578;
    opacity: 0.4;
    background: #141414;
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    height: 48px;
    padding: 13px 40px;
    width: 125px;
    max-width: 100%;
    margin:0px;
}
.btn-reset span{
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}
.tab-card .btn-search{
    border-radius: 4px !important;
    border: 1px solid #82E578;
    background: #141414;
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    height: 48px;
    padding: 13px 40px;
    width: 138px;
    max-width: 100%;
    margin:0px;
}
.btn-search span{
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #82E578;
}
.btn-search:hover{
    background:#82E578 !important;
    color: #144A38 !important;
}
.tab-card input:hover{
    background:transparent;
}
.tab-card input::placeholder {
  color: #82E578;
}
.btn-reset:hover{
    background:#82E578 !important;
    color: #144A38 !important;
    opacity:1;
}
.tab-card input{
    border-radius: 4px;
    border: 1px solid #82E578;
    background: #141414;
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    height: 48px;
    padding: 13px 14px;
    width: 99%;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #434343;
    background: #1D1D1D;
    text-align: left;
}
.md-40{
    margin-bottom:40px;
}
.prev, .next{
    display:none;
}
#pagination-container{
    margin:16px 0px 40px;
}
#pagination-container .active .current{
    color: #FAFAFA !important;
    text-align: center;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
#pagination-container li a{
    color: #82E578 !important;
    text-align: center;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
#pagination-container li {
    list-style: none;
    margin: 0px 8px;
}
#pagination-container ul{
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
    padding-left: 0px;
}
.view-article{
    display:none;
}
.view-article.current{
    display:block;
}
.shrer-box p{
    color:#82E578 !important;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    text-transform: capitalize;
}
.view-article .row{
    align-items: center!important;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 531px;
        margin-right: auto;
        margin-left: auto;
    }
}
.footer-right-col{
    float: inline-end;    
}
.footer-content-row .social-media {
    padding-bottom: 40px;
    width: 148px;
    margin: auto 0px auto auto;
    display: flex;
    justify-content: space-between;
}
.footer-wrapper{
    /*background: linear-gradient(180deg, #000 -104.71%, #141414 40.07%);*/
    background:#141414;
    padding:80px 0px;
}
.footer-wrapper .landing-apps2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 473px;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 40px;
}
.copy-rights-p p{
    color:#82E578;
    font-family: FS Meridian;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.55px;
    margin:24px 0px;
}
.copy-rights-p2 p{
    color: #FAFAFA;
    font-family: FS Meridian;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.55px;
}
.footer-wrapper .landing-apps2 .qr_btn3 {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #F1F1F1;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #82E578;
    background: transparent;
}
.my_modal_body {
    background: url(../images2/my_modal_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 64px 42px;
    border: 1px solid #144A38;
    border-radius: 8px;
}
.my_modal_dialog .modal-content{
    border: 0px;
    background: transparent;
}
.cross_air_close {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
.my_modal_title {
    color: #82E578;
    text-align: center;
    font-family: FS Meridian;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.my_modal_subtitle {
    color: #FFF;
    text-align: center;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.5%;
    margin-bottom: 16px;
}
.core_div {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 4px;
    background: #000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.apple_btn.active {
    background: #FFF;
    color: #141414;
    text-align: center;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
}
.android_btn.active {
    background: #FFF;
    color:#141414;
    text-align: center;
    font-family: FS Meridian;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
}
.qr_div {
    margin-bottom: 0px;
}
.apple_btn {
    display: flex;
    padding: 14px 16px 11px;
    align-items: center;
    justif-content: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: 'FS Meridian';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    background: transparent;
    border: 0px;
    border-radius: 4px;
}
.android_btn {
    display: flex;
    padding: 13px 14px 13px 13px;
    align-items: center;
    justif-content: center;
    gap: 8px;
    color:  #FFF;
    text-align: center;
    font-family: 'FS Meridian';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    background: transparent;
    border: 0px;
    border-radius: 4px;
}
.apple_btn.active svg path {
    fill: #141414;
}
.android_btn.active svg path {
    fill: #141414;
}
.qr_code {
    display: none;
}
.qr_code.show {
    display: block;
}
.qr_code.show {
    animation-name: fadeOut;
    animation-duration: 1s;
}
.qr_div img {
    margin-left: auto;
    margin-right: auto;
}
.footer-menu{
    display: flex;
    justify-content: end;
    width: 700px;
    gap: 32px;
    max-width: 100%;
}

.footer-menu a{
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all .3s;
}

.faq-footer:hover{
    opacity: 0.5;
    color: #fff;
}
.countp{
    color:#FAFAFA;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 24px;
    display:none;
}
.card-read .link--iocaste{
    padding: 7px 0 2px;
}
.view-article .padt-24{
    margin:0px 0px 40px;
}
.view-article .p-font-wight-sie{
    font-size: 18px;
    font-weight: 500;
}
.video-bg-color .active {
    cursor: auto !important;
}

.video-card .ytp-cued-thumbnail-overlay{
    width: 101% !important;
    height: 101% !important;
}
.html5-video-player {
    position: relative ;
    width: 101% !important;
    height: 101% !important;
}

#pills-guides .row{
    width: 1004px;
    margin: auto;
    max-width: 100%;
}
button[disabled] {
  opacity: 1;
}
.btn-search[disabled]{
  opacity: 1 !important;
}
.mb-16{
  margin-bottom:16px !important;
}
.shrer-box a:last-child {
  display:none;
}
.view-article  img{
    height: 700px;
    object-fit: contain;
}
.shrer-box .social-media img{
    width:40px;
	height:40px;
}

shrer-box .social-media {
    margin-bottom: 0px;
    width: 40px;
}
 