




.help-center{
    background-color: #F1F1F1;
    padding: 105px 0 110px 0;
}
.help-center .heading h1{ 
  text-align: center;
  margin-bottom: 120px;
  line-height: 61px;
}
.help-center .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #6D6D6D;
    border-radius: 6px;
}
.help-center .box-wrap{
    background-color: #fff;
    padding: 37px 20px 38px 20px;
    border-radius: 24px;
    border-top: 10px solid rgb(30, 45, 95);
}
.help-center .box-wrap .text h5{
    font-size: 17px;
    margin-top: 70px;
    color: rgba(0, 0, 0, 0.822);
    line-height: 24px;
}
.help-center .box-wrap svg{
    width: 13.1861px;
    height: 20.3147px;
}
.help-center .col-lg-3:nth-child(3) .box-wrap{
    border-top: 10px solid rgb(249, 3, 66);
}
.help-center .col-lg-3:nth-child(4) .box-wrap{
    border-top: 10px solid rgb(6, 171, 94);
}
.help-center .col-lg-3:nth-child(5) .box-wrap{
    border-top: 10px solid rgb(250, 83, 0);
}
.help-center .col-lg-3:nth-child(6) .box-wrap{
    border-top: 10px solid rgb(140, 82, 255);
}
.help-center .col-lg-3:nth-child(7) .box-wrap{
    border-top: 10px solid rgb(87, 85, 85);
}
.help-center .col-lg-3:nth-child(8) .box-wrap{
    border-top: 10px solid rgb(255, 182, 96);
}
.help-center .col-lg-3:nth-child(9) .box-wrap{
    border-top: 10px solid rgb(55, 175, 255);
}




/* ======================================live-chat============================== */
.live-chat{
    padding: 38px 0 80px 0;
    background-color: #00000018;
}
.live-chat .heading{
    text-align: center;
}
.live-chat .heading p{
    font-weight: 400 !important;
    color: rgb(109, 109, 109);
    font-size: 22px;
    margin-bottom: 48px;
}
.live-chat .heading h2{
    padding-bottom: 23px;
    font-size: 43px;
}
.live-chat .chat-box{
    background-color: #fff;
    text-align: center;
    padding: 60px 0 62px 0;
    border-radius: 24px;
}
.live-chat .chat-box span a{
    margin: 0 auto;
}
.live-chat .chat-box .chat-icon{
    padding-bottom: 30px;
}
.live-chat .chat-box .chat-icon svg{
    width: 35px;
    height: 35px;
}
.live-chat .chat-box h4{
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 14px;
}
.live-chat .chat-box p{
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding-bottom: 37px;

}





/* ============================form-wrapper==================================== */
.form-wrapper form input{
    width: 100%;
    outline: none;
    border: 2px solid #D9D9D8;
    background-color: transparent;
    height: 42px;
    border-radius: 10px;
    padding: 0 13px;
    margin-bottom: 25px;
        color: #797575;
}
.form-wrapper form textarea{
    width: 100%;
    outline: none;
    border: 2px solid #D9D9D8;
    background-color: transparent;
    border-radius: 10px;
    padding: 0 25px;
    margin-bottom: 25px;
    height: 150px !important;
    color: rgb(109, 109, 109);
    padding: 25px 0 10px 25px;
}
.form-wrapper .btn.btn-dark{
    margin: 0 auto;
}
.form-wrapper form{
    background-color: #fff;
    padding: 60px 82px;
    border-radius: 24px;
}










/* ====================================model section=============================== */
#loginModal .modal-dialog{
    max-width: 1113px !important;
    width: 100% !important;
}
#loginModal .btn-close{
    width: 10px;
    height: 10px;
}
#loginModal .modal-content{
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-header{
    border-bottom: 0;
}
.modal-header .btn-close{
    margin: 0;
}
#loginModal .sign-in .sign-in-heading img{
   width: 123px;
   padding-bottom: 16px;
}
#loginModal .sign-in .sign-in-heading h4 {
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: 400;
    color: #000;
    /* padding-bottom: 6px; */
    line-height: 1.5;
    margin-bottom: 10px;
}
#loginModal .sign-in .sign-in-heading p{
    font-size: 14px;
    color: rgb(194, 194, 194);
    font-weight: 400;
}
#loginModal #pills-tab .nav-item{
  flex: 0 0 50%;
}
#loginModal #pills-tab .nav-link{
    width: 100%;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    font-size: 11px;
    color: rgb(194, 194, 194);
}
#loginModal #pills-tab .nav-link.active{
   background-color: #000;
   color: #fff;
}
#loginModal #pills-tab{
    border: 1px solid  rgb(194, 194, 194);
    width: 100%;
    border-radius: 50px;
    padding: 2px;
}


/* ============password=-================ */
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -41px;
  position: relative;
  z-index: 2;
  padding-right: 31px;
}
#loginModal form input{
    outline: none;
    background-color: transparent;
    border: 1px solid  rgb(194, 194, 194);
    border-radius: 50px;
    height: 36px;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
#loginModal .radio{
    display: flex;
    gap: 6px;
}
#loginModal .radio input{
    width: 15px;
    margin-bottom: 0;
}
#loginModal .radio span{
    margin-top: 10px;
    color: rgb(194, 194, 194);
    font-size: 14px;
}
#loginModal .sign-in-heading{
    padding-bottom: 25px;
}
#loginModal .sign-in .wrapper{
    padding: 50px 46px 50px 110px;
    height: 100%;
}
#loginModal .btn{
    max-width: 100%;
    height: 34px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 20px;
}
#loginModal .image-wrap .imagr{
    border-radius: 20px;
    background-image: url(../images/form-image-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 570px;
}
#loginModal .image-wrap{
    padding-left: 45px;
    width: 100%;
    height: 100%;
    padding-right: 20px;
}
#loginModal #pills-tab{
    margin-bottom: 32px;
}
#loginModal .sign-up-text{
    text-align: center;
    padding-top: 18px;
}
#loginModal .text-end{
    font-size: 12px;
    float: right;
}
#loginModal .sign-up-text{
    font-size: 12px;
    color: rgb(194, 194, 194);
}

#loginModal .modal-header{
    z-index: 99;
    position: absolute;
    top: 10px;
    left: 10px;
}











/* ==========================logo-gallery============================ */

.gallery aside h6{
    font-size: 17px;
    color: #010101;
    font-weight: 400;
    padding-bottom: 12px;
    font-family: var(--bodyFont);
}
.gallery{
    border-top: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
}
.gallery aside a{
   font-size: 14px;
   color: #010101;
   /* text-decoration: underline !important; */
   font-family: var(--bodyFont);
}
.gallery .account{
    margin-top: 25px;
}
.gallery .account ul{
    gap: 12px;
    padding-left: 20px;
}
.gallery .account ul li a:hover{
   color: #000;
   font-weight: 600;
}
.gallery .benefit{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 25px;
}
.gallery .benefit span{
    padding-left: 20px;
}
.gallery .left-content .recents .image-wrapper img{
    height: 145px;
    border-radius: 12px;
    width: 100% !important;
}
.gallery .left-content{
    padding-right: 45px;
}
.gallery .left-content .top-header{
    padding-bottom: 47px;
}
.gallery .left-content .top-header h4{
    font-size: 25px !important;
    font-weight: 400;
    color: #000;
    margin-bottom: 22px;
    font-family: var(--bodyFont);
}
.font-size-16{
     font-size: 16px;
     font-family: var(--bodyFont);
}
.gallery .left-content h5{
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: var(--bodyFont);
}
.gallery .left-content .recents{
    margin-bottom: 54px;
}
.gallery .left-content .file{
   margin-bottom: 54px;
}
/* .gallery .left-content .top-header p{
    font-size: 16px;
} */
.gallery .account .font-size-16{
    font-weight: 400;
    letter-spacing: -1px;
}







/* ==========================welcome======================= */
.welcome .heading h3{
    font-family: var(--bodyFont);
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}
.help-center.welcome .box-wrap{
    border-top: 8px solid rgb(30, 45, 95);
    border-radius: 15px;
}
.help-center.welcome .col-lg-4:nth-child(3) .box-wrap{
    border-top: 8px solid #F90342;
}
.help-center.welcome .col-lg-4:nth-child(4) .box-wrap{
    border-top: 8px solid #06AB5E;
}
.help-center.welcome .col-lg-4:nth-child(5) .box-wrap{
    border-top: 8px solid #FA5300;
}
.help-center.welcome .col-lg-4:nth-child(6) .box-wrap{
    border-top: 8px solid #8C52FF;
}
.help-center.welcome .col-lg-4:nth-child(7) .box-wrap{
    border-top: 8px solid #575555;
}
.help-center.welcome .col-lg-4:nth-child(8) .box-wrap{
    border-top: 8px solid #FFB660;
}
.help-center.welcome .col-lg-4:nth-child(9) .box-wrap{
    border-top: 8px solid #37AFFF;
}
.welcome .heading{
    margin-bottom: 56px;
}
.welcome .heading h3 samp{
    text-decoration: underline !important;
}
.help-center.welcome .box-wrap span a{
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-decoration: underline !important;
    text-decoration-color: rgba(0, 0, 0, 0.288);
    margin-bottom: 5px;
}
.help-center.welcome .box-wrap{
    padding: 20px 20px 24px 20px;
    height: 100%;
}
.welcome.help-center{
    padding-top: 72px;
    padding-bottom: 70px;
}
.gallery .recents.recents-two {
    margin-bottom: 34px;
} 
.Ddtails-one .left-content table{
    width: 70%;
}
.Ddtails-one .left-content table tbody tr th{
    font-size: 15px;
    font-weight: 600;
    padding: 4px 0;
}
.Ddtails-one .left-content table tbody tr td{
    font-size: 16px;
    font-weight: 400;
    padding: 4px 0;
}
.Ddtails-one .left-content{
    padding-top: 30px;
 }

.Ddtails-one .heading h3{
    padding-bottom: 20px;
        font-family: var(--bodyFont);
        font-size: 24px;
        font-weight: 400;
}
.border-button{
    width: 100px;
    height: 36px;
    outline: none;
    border-radius: 8px;
    border: 1px solid #383838;
    background-color: transparent;

}
.gallery.Ddtails-one .border-button{
        margin-top: 18px;
}
.gallery.Ddtails-one .left-content{
    padding-top: 0;
}
.Ddtails-one-modal .modal-body .form-fild{
    padding-bottom: 15px;
}
.Ddtails-one-modal .modal-body .form-fild label{
    font-weight: 600;
    padding-bottom: 7px;
}
.Ddtails-one-modal .modal-body .form-fild input{
    width: 100%;
    outline: none;
    border: 1px solid #00000000;
    box-shadow: 0px 3px 4px 1px #00000011;
    height: 45px;
    border-radius: 4px;
    padding: 0 20px;
}
/* .Ddtails-one-modal .modal-body{
    padding: 0 50px;
} */
.Ddtails-one-modal .modal-content {
    background-color: #D6E4F7;
}
.modal.fade.form-wrapper form select{
    width: 100%;
    outline: none;
    border: 2px solid #D9D9D8;
    background-color: transparent;
    height: 42px;
    border-radius: 10px;
    padding: 0 25px;
    margin-bottom: 25px;
        color: #797575;
   box-shadow: 0px 3px 4px 1px #00000011;
}
.modal.fade.form-wrapper .modal-header {
       padding: 0px 0 32px 0;
}
.Ddtails-one-modal .modal-header .modal-title{
    font-size: 22px;
}
.modal.fade.form-wrapper label{
    padding-bottom: 7px;
}

.modal.fade.form-wrapper form{
   padding: 10px 40px 30px 40px;
}
.modal.fade.form-wrapper .btn-close{
    border: 1px solid #0000005b;
    background-color: rgba(96, 199, 109, 0.514);
    font-size: 14px;
}
.modal.fade.form-wrapper .btn.btn-dark{
    height: 45px;
    line-height: 1px;
    max-width: 100%;
    margin-top: 10px;
}
.gallery.Ddtails-one .inner-cta .border-button{
    width: 216px;
    margin-top: 26px;
}
.gallery.Ddtails-one .inner-cta{
    padding-top: 47px;
}
.gallery.Ddtails-one .inner-cta h5{
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}
.gallery.Ddtails-one .inner-cta:nth-child(2){
  margin-top: 5px;
}



/* =====================address-book===================== */

.address-book .address-wrap{
    border: 1px solid #DCDCDc;
    border-radius: 8px;
    padding: 18px 20px;
}
.address-book .heading p{
    font-size: 16px;
    padding: 4px 0 32px 0;
    font-weight: 400;
    color: #000;
}
.address-book .address-wrap span{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.address-book .address-wrap ul li{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-bottom: 1px;
}
.address-book .address-wrap ul li:nth-child(3){
    width: 140px;
    line-height: 20px;
}
.address-book .address-wrap ul li:nth-child(4){
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
}
.address-wrap .edit span a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-left: 40px;
}
.address-book .border-button{
    width: 236px;
    font-size: 16px;
    height: 48px;
    margin-top: 22px !important;
}
.live-chat input{
    color: #000;
}
/* .address-bookp{
    padding-bottom: 100px !important;
} */



/* communication-preferences */
.communication-preferences .heading{
    padding-bottom: 17px;
}
.communication-preferences .form-check{
    display: flex;
    align-items: center;
    gap: 11px;
}
.communication-preferences .form-check input{
    width: 24px;
    height: 24px;
    border: 1px solid #000;
}
.communication-preferences .form-check label{
    font-size: 18px;
    margin-top: 3px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.communication-preferences .check-button p{
    font-weight: 400;
    max-width: 400px;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 11px;
    line-height: 27px;
}
.communication-preferences .check-button{
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 32px;
}
.communication-preferences .language-wrap select{
    font-size: 16px;
    text-transform: capitalize !important;
    max-width: 379px;
    height: 46px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 8px;
    outline: none;
    color: #000;
    margin-top: 27px;
}
/* .communication-preferences .language-wrap select option{
    font-size: 16px;
    text-transform: capitalize;
} */
.communication-preferences .language-wrap .border-button{
    width: 214px;
    height: 42px;
    margin-top: 56px;
}
.communication-preferences .language-wrap{
    padding-bottom: 135px;
    padding-top: 55px;
}






/* refer-a-friend */
.refer-a-friend .box{
    border: 2px solid #E0E0E0;
    border-radius: 10px;
}
.refer-a-friend .box h4{
    font-size: 24px;
    font-weight: 400;
}
.refer-a-friend .box p{
    font-weight: 400;

}
/* .refer-a-friend .how-it-works{
    max-width: 500px;
    width: 100%;
} */
.refer-a-friend .how-it-works{
    padding: 30px 20px 27px 20px;
}
.refer-a-friend .how-it-works h4{
    padding-bottom: 10px;
}
.refer-a-friend .how-it-works p:nth-child(2){
    margin-bottom: 23px;
}
.refer-a-friend .how-it-works p{
    font-size: 16px;
    line-height: 27px;
}
.refer-a-friend .box ul{
    padding-top: 25px;

}
.refer-a-friend .box{
    height: 100%;
}
.refer-a-friend .referrals{
    padding: 35px 40px 32px 40px;
}
.refer-a-friend .referrals ul li{
    padding: 20px 0;
}
.refer-a-friend .referrals ul li:nth-child(1){
    border-bottom: 1px solid #E0E0E0;
}
.refer-a-friend .referrals ul li:nth-child(1){
    padding-top: 16px;
}
.refer-a-friend .accordion-box {
    font-weight: 400;
    padding: 35px 40px 18px 40px;
}
.refer-a-friend .accordion-box .accordion-button{
     font-weight: 400;
     padding: 16px 15px;
}
.refer-a-friend .accordion-box .accordion-item{
        border-bottom: #E0E0E0 2px solid;
}
.refer-a-friend .accordion-box .accordion-item .accordion-body{
    font-size: 16px;
    font-weight: 400;
    color: #000000af;
}
.refer-a-friend .accordion-box .accordion-item .accordion-body .icon-wrapper{
    gap: 10px;
}
.refer-a-friend .accordion-box .accordion-item .accordion-body .icon-wrapper .icon-box{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 2px solid #535353;
    background-color: #4b4b4b2c;
}
.refer-a-friend .accordion-box .accordion-item .accordion-body .icon-wrapper .icon-box i{
    font-size: 15px;
    font-weight: 400;
    color: #f903409f;
}
.refer-a-friend .accordion-box .accordion-item .accordion-body .icon-wrapper .icon-box:hover{
    border: 2px solid #f903409f;
    box-shadow: 0px 4px 4px 3px #00000015;
}

.refer-a-friend .track-your-rewards .border-button{
    width: 149px ;
    margin-top: 28px;
}
.refer-a-friend .track-your-rewards{
    padding: 30px 40px 90px 40px;
}
.refer-a-friend .track-your-rewards ul{
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 15px;
}
.refer-a-friend .track-your-rewards h5{
    padding-bottom: 0px;
}
.refer-a-friend .track-your-rewards ul{
    padding-top: 25px;
}
.refer-a-friend .heading h3{
    padding-bottom: 44px;
}





/* order-history */
.order-history .accordion-button{
    width: auto;
}
.order-history .order-label{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
}
.order-history .order-value{
    font-size: 16px;
    font-weight: 400;
    color: #000000be;
}
.order-history .order-card{
    padding: 11px 30px 13px 30px;
     border: 2px solid #ddd;
}
.order-history .plus-icon {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.order-history .accordion-body{
    padding-left: 0;
}
.order-history .accordion-body strong{
    color: #000;
}



.cart-all-plans h6{
    font-size: 16px;
}
.cart-all-plans .btn2{
    flex: 0 0 90px;
    background-color: #1e2d5fec;
    border-radius: 40px;
    height: 38px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: none;
    text-transform: capitalize;
}





















.order-history .sidebar {
      max-width: 260px;
    }

  .order-history .sidebar h6 {
      font-size: 14px;
      text-transform: uppercase;
      color: #999;
      margin-bottom: 10px;
    }

   .order-history .sidebar a {
      display: block;
      padding: 6px 0;
      color: #000;
      text-decoration: none;
      font-size: 14px;
    }

   .order-history .sidebar a.active {
      font-weight: 600;
      text-decoration: underline;
    }

   .order-history .order-card {
      border-radius: 10px;
      margin-bottom: 16px;
    }

    /* .order-label {
      font-size: 13px;
      color: #777;
      margin-bottom: 4px;
    } */

   .order-history .order-value {
      font-size: 15px;
      font-weight: 500;
    }

   .order-history .accordion-button {
      padding: 0;
      background: none;
      box-shadow: none;
    }

   .order-history .accordion-button::after {
      display: none;
    }

   .order-history .plus-icon {
      font-size: 22px;
      font-weight: 300;
    }

   .order-history .accordion-body {
      padding-top: 15px;
      font-size: 14px;
      color: #555;
    }

.gallery .inner-hesding-wrapper button{
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 22px;
    border: 1px solid #000;
    outline: none;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #000000;
    color: #fff;
    margin-bottom: 10px;
}
/* .gallery.Ddtails-one.py-5.refer-a-friend .accordion-button:not(.collapsed)::after{
    display: none;
}
.gallery.Ddtails-one.py-5.refer-a-friend .accordion-button::after{
    display: none;
} */
.gallery .input-box .f-16{
    font-size: 15px;
    font-weight: 400;
    color: #212529 !important;
    padding-left: 15px;
}
.gallery .input-box .form-fild{
    padding: 5px 15px;
}
.gallery .input-box .form-fild input{
    font-size: 12px;
    outline: none;
    border: 2px solid #E0E0E0;
    width: 250px;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
}
.gallery .input-box .form-fild .btn{
    height: 30px;
    width: 100px;
    line-height: 28px;
    font-size: 12px;
}
.gallery .input-box label{
    margin-bottom: 5px;
}
.gallery .input-box form{
    padding-top: 12px;
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 13px;
}
.gallery .input-box .link .form-fild{
    align-items: center;
}
.gallery .input-box .link .form-fild span{
    color: #818181;
}
.gallery .input-box .link{
    padding-top: 13px;
    padding-bottom: 10px;
}







/* =====================================Order details=========================================== */

.order-history .order-status {
  background: #fff;
  width: 360px;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}

.order-history .step {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}

.order-history .step:last-child {
  margin-bottom: 0;
}

.order-history .step::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 22px;
  width: 2px;
  height: 100%;
  background: #ddd;
}

.order-history .step:last-child::before {
  display: none;
}

.order-history .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ddd;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.order-history .completed .icon,
.active .icon {
  background: #28a745;
}

.order-history .completed::before {
  background: #28a745;
}

.order-history .step p {
  margin: 0;
  color: #333;
}

.order-history .step small {
  color: #777;
}

.order-history .active {
  /* background: #eaf5ea; */
  padding: 10px 10px 10px 35px;
  border-radius: 4px;
}
.order-history .top-header{
    padding-bottom: 34px !important;
}
.order-history .accordion-button.ms-3 .icon-of{
    display: block !important;
    font-size: 20px;
    color: #000;
}
.order-history .accordion-button.ms-3.collapsed .icon-of{
    display: none !important;
}
.order-history .accordion-button.ms-3 .plus-icon{
    display: none !important;
}
.order-history .accordion-button.ms-3.collapsed .plus-icon{
    display: block !important;
}


















/* modal-dialog  */
.form-wrapper.live-chat .modal-dialog{
    max-width: 860px;
    width: 100%;
    margin: 10px auto 0 auto;
}
.form-wrapper .modal-body .image{
    width: 100%;
    height: 100%;
    background-image: url(../images/form-image-2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
}
.modal-content{
    padding-top: 28px;
}

.cart-page .table tbody .quantity input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.sign-out-everywhere .modal-header{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.sign-out-everywhere .modal-title{

}
.sign-out-everywhere .text-wrapper{
    padding: 0 40px;
}
.sign-out-everywhere .text-wrapper h6{
    margin-bottom: 20px;
}
.sign-out-everywhere .text-wrapper .button-wrapper button.yes{
   font-size: 14px;
   width: 90px;
   height: 32px;
   line-height: 30px;
   border: 1px solid #000;
   text-transform: capitalize;
   border-radius: 4px;
}
.sign-out-everywhere .text-wrapper .button-wrapper button.no{
   font-size: 14px;
   width: 90px;
   height: 32px;
   line-height: 29px;
   border: 1px solid #F90342;
   text-transform: capitalize;
   border-radius: 4px;
   background-color: #F90342;
   color: #ffffff;
}
.sign-out-everywhere .text-wrapper .button-wrapper{
    margin-top: 23px;
    gap: 15px;
    padding-bottom: 30px;
}






/* .core-access */
.core-access .accordion-button::after{
    background-image: url(../images/angle-right.png);
    background-size: 10px;
    background-position: 42% 26%
}
.core-access .core-rewards h5{
    padding-bottom: 12px;
    margin-top: 30px;
}
.core-access .core-rewards {
    padding-right: 220px;
}
.core-access .core-rewards .accordion-item .accordion-header button{
    font-size: 17px;
    font-weight: 400 !important;
    padding: 10px 0 0 0;
    font-weight: 500;
}
.core-access .core-rewards .accordion-item .accordion-header span{
    color: #CDCDCD;
    display: block;
    font-weight: 400;
    padding-bottom: 21px;
}
.core-access .core-rewards .accordion-item .accordion-body{
    padding-left: 0;
}
.core-access .core-rewards .accordion-item:nth-child(2) button{
    padding: 25px 0;
}
.core-access .core-rewards .accordion-item:nth-child(3) button{
    padding: 25px 0;
}
.core-access .core-rewards .accordion-item:nth-child(4) button{
    padding-top: 25px;
}
.core-access .accordion.accordion-flush{
    padding-top: 55px;
}
.core-access .accordion-item{
    border-color: #CECECE;
}
.core-access .core-rewards{
    padding-top: 55px;
}
.core-access .premium-access .accordion-item button span{
    line-height: 1;
    font-weight: 500;
    font-size: 20px;
    margin-top: 23px;
    margin-left: 10px;
}
.core-access .core-rewards.premium-access .accordion-item:nth-child(2) button{
    padding-top: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 0px;
}
.core-access .core-rewards.premium-access .accordion-item:nth-child(1) button{
    padding-bottom: 7px;
}
.core-access .core-rewards.premium-access .accordion.accordion-flush{
    padding-top: 10px;
}
.core-access .core-rewards.premium-access .bottom-content{
    text-align: center;
}
.core-access .core-rewards.premium-access .bottom-content .border-button{
    width: 214px;
    height: 37px;
    text-align: center;
}
.core-access .core-rewards.premium-access .bottom-content p{
    padding-bottom: 18px;
}
.compare-rewards h5 span img{
    width: 72px !important;
    height: 24px;
}
.compare-rewards .color-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 13px 0 10px;
}
.compare-rewards .color-box .color{
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
.compare-rewards .color-box .color.one{
    background-color: #F90342;
}
.compare-rewards .color-box .color.two{
    background-color: #1E2D5F;
}
.compare-rewards .color-box .color.three{
    background-color: #06AB5E;
}
.compare-rewards .color-box{
    position: relative;
}
.compare-rewards .color-box::after{
position: absolute;
content: "";
width: 94%;
height: 1px;
background-color: #C6C6C6;
top: 7px;
left: 11px;
right: 0;
bottom: 0;
z-index: -1;
}
.compare-rewards .color-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 7px;
}
.compare-rewards .top-text{
    display: flex;
    justify-content: center;
    padding-bottom: 7px;
}
.core-rewards.compare-rewards .border-button{
    width: 214px;
    height: 37px;
    text-align: center;
    margin-top: 37px;
}
.core-rewards.compare-rewards {
    text-align: center;
}
.core-rewards.core-support .accordion-item:nth-child(1) button{
    padding-bottom: 25px;
}
.core-rewards.core-support h5.text-center{
    padding-bottom: 0;
}
.core-rewards.core-support .accordion.accordion-flush{
    padding-top: 35px;
}
.link-text-wrap{
    text-align: center;
        padding-right: 240px;
        padding-top: 60px;
        padding-bottom: 60px;
}
.link-text-wrap p{
    font-size: 14px;
}
.link-text-wrap a{
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    line-height: 1px;
}
.core-access .core-rewards.premium-access .bottom-content p{
    margin-top: 24px;
}

.core-rewards.compare-rewards.one .text-center{
    padding-bottom: 28px;
}
.core-rewards.premium-access.two{
   padding-top: 45px;
}