
.partner_name-and-rating{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.partner_name{
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.partner_rating{
    display: flex;
    align-items: center;
    gap: 7px;
}
.partner_rating .fa-star{
    font-size: 20px;
    color: #fc0;
}
.star_inactive{
    color: #d9d9d9 !important;
}
.partner_lading-header-description{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.partner_description-left{
    width: 100%;
    height: 399px;
    position: relative;
    display: flex;
    align-items: center;
   margin-bottom: 30px;
   margin-top: -45px;
}
.partner_description-left-inner{
    width: 406px;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}
/* .partner_description-left-inner::after{
  content: '';
 
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) -23.84%, rgba(0, 0, 0, 0.0201667) 13.62%, #000000 100%);
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
} */
.des_1{
    height: 226px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 4px;
}
.des_2{
    height: 257px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}
.des_3{
    height: 226px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    border-radius: 4px;
}
.des_4{
    height: 257px;
    position: absolute;
 left: 20px;
    bottom: 20px;
    z-index: 2;
    border-radius: 4px;
}
.des_5{
    height: 242px;
    position: absolute;
 right: 25px;
    bottom: 0px;
    z-index: 1;
    border-radius: 4px;
}

.partner_description-nav-tabs .nav{
    border-bottom: 1px solid #3e3e3e;
}
.partner_description-nav-tabs .nav .nav-item .nav-link{
    color: #3e3e3e;
    background-color: none !important;
    padding-left: 0;
   border-radius: 0 !important;
   padding-right: 0;
   font-size: 17px;
   font-weight: 400;
   position: relative;
}

.dark-design .partner_description-nav-tabs .nav .nav-item .nav-link{
  color: #979797;
  background-color: none !important;
  padding-left: 0;
 border-radius: 0 !important;
 padding-right: 0;
 font-size: 17px;
 font-weight: 400;
 position: relative;
}
.partner_description-nav-tabs .nav .nav-item {
   
    padding-right: 50px;
    
}
.partner_description-nav-tabs .nav .nav-item .active{
  position: relative;
  background-color: transparent !important;
  color: #000000;
  border-bottom: 2px solid #000000;
  font-size: 17px;
  font-weight: 700;
}
.partner_description-nav-tabs .nav .nav-item .nav-link .use-ajax{
  color: #3e3e3e !important; 
}
.dark-design .partner_description-nav-tabs .nav .nav-item .nav-link .use-ajax{
  color: #979797 !important; 
}
.partner_description-nav-tabs .nav .nav-item .active .use-ajax{
  color: #000000 !important;
  font-size: 17px;
  font-weight: 700;
}
.dark-design .partner_description-nav-tabs .nav .nav-item .active .use-ajax{
  color: #fcd01e !important;
  font-size: 17px;
  font-weight: 700;
}
.dark-design .partner_description-nav-tabs .nav .nav-item .active{
    position: relative;
    background-color: transparent !important;
    color: #fcd01e;
    border-bottom: 2px solid #fcd01e;
    font-size: 17px;
    font-weight: 700;
}
.des_text-top{
    font-size: 14px;
    color: rgba(151, 151, 151, 1);
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
}
.des_feature-heading{
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}
.dark-design .des_feature-heading{
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}
.des_feature-list-box ul{
    padding-left: 16px;
}
.des_feature-list-box ul li{
    color: rgba(151, 151, 151, 1);
    font-size: 15px;
    font-weight: 400;
}
.des_readmore-content{
    margin-top: 10px;
}
.des_readmore-content h1, .des_readmore-content h2, .des_readmore-content h3, .des_readmore-content h4, .des_readmore-content h5, .des_readmore-content h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.dark-design .des_readmore-content h1, .dark-design .des_readmore-content h2, .dark-design .des_readmore-content h3, .dark-design .des_readmore-content h4, .dark-design .des_readmore-content h5, .dark-design .des_readmore-content h6{
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.des_readmore-heading{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.dark-design .des_readmore-heading{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.des_readmore-content-text{
    color: rgba(151, 151, 151, 1);
    font-size: 15px;
    font-weight: 400;
}
.des_readmore-link{
    color: #fc0;
}
.des_readmore-link:hover{
    text-decoration: none;
    color: #fc0;
}

.partner_header-wrapper{
    width:100%;
    height: 64px;
    background-color: #2a2a2a;
    display: flex;
    align-items:center;
    justify-content:center;
}
.header_partner-landing{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left {
    display: flex;
    align-items: center;
    gap: 60px;
}
.header_right{
    display:flex;
    align-items:center;
    gap:20px;
}
.header_nav-box .header_nav{
    font-size:14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0 20px;
}
.header_user-account{
    min-width: 125px;
    min-height: 29px;
    background-color:rgba(62, 62, 62, 1);
    position: relative;
    padding: 2px;
    display:flex;
    align-items:center;
    gap:10px;
    border-radius: 40px;
}
.header_user-account .header_user-image{
    width:25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}
.header_user-account .header_user-name{
    font-size:13px;
    color:rgba(213, 213, 213, 1);
    font-weight: 400;
    margin-bottom:0 ;
}
.header_user-account .header_user-name i{
    padding-left: 5px;
}
.partner_faq-container{
  margin-bottom: 30px;
}
.partner_faq-container .accordion{
  background-color: transparent !important;
  padding: 0 !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
  transition: all 0.5s;
  filter: invert(0);
  position: absolute;
  right: 0;
  top: 12px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
  filter: invert(0);
  position: absolute;
  right: 0;
  top: 12px;
}
 .dark-design .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
  transition: all 0.5s;
  filter: invert(1);
  position: absolute;
  right: 0;
  top: 12px;
}
.dark-design .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
  filter: invert(1);
  position: absolute;
  right: 0;
  top: 12px;
} 
.accordion-button::after {
  transition: all 0.5s;
}

/* .partner_faq-container .accordion-button::after {
  content: "+" !important;
  width: 20px;
  height: 20px;
  background-color: rgba(29, 29, 29, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  transform: rotate(0) !important;
  color: rgba(151, 151, 151, 1);
  position: absolute;
  right: 0;
  top:15px;
}
.partner_faq-container .accordion-button:not(.collapsed)::after {
  content: "-" !important;
  background-image: none !important;
  transform: rotate(0) !important;
  color: rgba(151, 151, 151, 1);
} */
.partner_faq-container  .accordion-body{
  padding:0 !important;
}
.partner_faq-container .accordion .accordion-item {
  background-color: transparent !important;
  border: 0 !important;
}
.partner_faq-container .accordion .accordion-item .accordion-header .accordion-button{
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 15px 0 !important;
  color: #f5f5f5 !important;
 
 
}
.partner_faq-container .accordion .accordion-item .accordion-header .accordion-button:focus{
  outline:none;
  border: 0;
}

.partner_faq-container .accordion .accordion-item .accordion-header .accordion-button.collapsed{
  border-bottom: 1px solid #333333;
}
.partner_faq-container .accordion .accordion-item  .accordion-body {
 
  border-bottom: 1px solid #333333;
}


.partner_faq-content-box{
  
    padding: 15px 0;
    padding-top: 0 !important;
}
.partner_faq-ques{
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.dark-design .partner_faq-ques{
  color: #d5d5d5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.partner_faq-content-box .partner_faq-ques{
    color: #d5d5d5;
    font-size: 14px;
    font-weight: 500;
}
.partner_faq-content-box .partner_faq-ans{
    color: #7a7a7a;
    margin-bottom: 0;
    font-size:14px;
    font-weight: 400;
}



  .partner_rating-heading{
    font-size:18px;
    color:#111111;
    font-weight:500;
    margin-bottom: 20px;
    display: none;
  }
  .dark-design .partner_rating-heading{
    font-size:18px;
    color:#ffffff;
    font-weight:500;
    margin-bottom: 20px;
    display: none;
  }
  .partner_rating-count-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -45px;
  }
  
  .partner_overall-rating{
    width:180px;
    min-height: 130px;
    text-align: center;
    border:1px solid #414141;
    border-radius: 8px;
    padding:10px
  }
  .partner_rating-number{
    font-size: 30px;
    color:#111111;
    font-weight: 700;
    margin-bottom: 0;
  }
  .dark-design  .partner_rating-number{
    font-size: 30px;
    color:#ffffff;
    font-weight: 700;
    margin-bottom: 0;
  }
  .partner_rating-title{
    font-size: 16px;
    font-weight: 500;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .dark-design .partner_rating-title{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .partner_rating-count-star{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  .partner_rating-count-star i{
    color: #fdcf1e;
    font-size: 15px !important;
  }
  .review-star-counting i{
    font-size: 15px !important;
  }
 .partner_rating-inactive{
    color: #676767 !important;
  }
  .partner_rating-bottom-title{
    font-size: 14px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 0;
  }
  .dark-design .partner_rating-bottom-title{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
  }
  .partner_rating-percentage-count{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 7px;
  }
  .perc-count-num{
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 0;
  }
  .dark-design .perc-count-num{
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
  }
  .rating_progress-base-bar{
    width: 150px;
    height: 10px;
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .dark-design .rating_progress-base-bar{
    width: 150px;
    height: 10px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .rating_progress-bar{
    width:0%;
    height: inherit;
    background-color: #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
   top:0;
   bottom: 0;
  }
  .dark-design .rating_progress-bar{
    width:0%;
    height: inherit;
    background-color: #fdcf1e;
    border-radius: 20px;
    position: absolute;
    left: 0;
   top:0;
   bottom: 0;
  }
  .partner_rating-left-bottom {
    margin-top: 30px;

  }
  .partner_rating-left-bottom h6{
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 8px;
  }
  .dark-design .partner_rating-left-bottom h6{
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
  }
  .partner_rating-left-bottom p{
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 8px;
  }
  .dark-design .partner_rating-left-bottom p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 8px;
  }
  .partner_rating-left-bottom h5{
    font-size: 17px !important;
    font-weight: 500;
    color: #111111;
   margin: 15px 0;
  }
  .dark-design .partner_rating-left-bottom h5{
    font-size: 17px !important;
    font-weight: 500;
    color: #ffffff;
   margin: 15px 0;
  }
  .partner_rating-left-bottom a{
    font-size: 17px;
    color: #fdcf1e;
    font-weight: 500;
  }
  .partner_reviews-right-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .partner_reviews-right-header h6{
    font-size:16px;
    font-weight:500;
    color:#111111;
    margin-bottom: 0;
  }
  .dark-design  .partner_reviews-right-header h6{
    font-size:16px;
    font-weight:500;
    color:rgba(255, 255, 255, 1);
    margin-bottom: 0;
  }
  .partner_rating-filter-input{
    width: 140px;
    height: 40px;
    position: relative;
  }
  .partner_rating-filter-input select{
    width:100%;
    height:100%;
    border: 1px solid rgba(151,151,151,1);
    border-radius: 20px;
    appearance: none;
    padding:0 20px;
    background-color: #121212;
    font-size:13px;
    color:rgba(255, 255, 255, 1);

  }
  .partner_rating-filter-input select:focus{
    outline: none;
  }
  .filter-arrow{
    position: absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
  }
  .partner_rating-comment-box{
    display: flex;
    gap: 20px;
   
  }
  .partner_rating-comment-left img{
    width:26px;
    height:26px;
    border-radius:50%;
  }
  .partner_rating-comment-right{
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(62, 62, 62, 1);
    margin-bottom: 20px;
  }
  .partner_rating-user-name {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 7px;
  }
  .dark-design  .partner_rating-user-name {
    font-size: 14px;
    font-weight: 500;
    color: rgba(213, 213, 213, 1);
    margin-bottom: 7px;
  }
  .partner_rating-final-review {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .partner_comment-star-box {
    display: flex;
    align-items: center;
    gap: 8px;
   
  }
  .partner_comment-star-box i{
    color:#fdcf1e;
  }
  .partner_rating-give-date p{
    margin-bottom: 0;
    font-size: 13px;
    color:rgba(151, 151, 151, 1)
  }
  .partner_reviews-comment-message{
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 0;
    line-height: 18px;
  }
  .dark-design .partner_reviews-comment-message{
    font-size: 14px;
    font-weight: 500;
    color: rgba(213, 213, 213, 1);
    margin-bottom: 0;
    line-height: 18px;
  }
 .partner_review-like-section{
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
 }
 .partner_like-button{
    width: 100px;
    height: 32px;
    border: 1px solid rgba(62, 62, 62, 1);
    color: rgba(151, 151, 151, 1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: #121212;
 }
 .partner_like-click{
    margin-bottom: 0;
    color: rgba(151, 151, 151, 1);
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
 }
 .review-like-active .partner_like-button{
    color: #fdcf1e;
    border:1px solid #fdcf1e;
 }
 .review-like-active .partner_like-button .icon-rating_feedback{
    color: #fdcf1e !important;
 }

 .partner_rating-pagination-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
 }
 .partner_rating-pagination{
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: rgba(54, 54, 54, 1);
    color: rgba(216, 216, 216, 1);
    font-weight: 800;
    font-size: 13px;
    border: 0;
    outline: none;
    cursor: pointer;
 }
 .partner_rating-pagination-disable{
    color: rgba(103, 103, 103, 1);
 }
 .partner_rating-pagination-active{
    background-color: #fdcf1e;
    color: rgba(0, 0, 0, 1);
 }

 .partner_subscribe-overlay-container{
    width:100%;
    height: 100vh;
    background-color: rgba(22, 22, 22, 0.516);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
 }
 .partner_subscribe-side-bar{
    width:550px;
    height: 100vh;
    background-color: rgba(38, 38, 38, 1);
    padding: 50px 70px;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
 }
 .partner_subscribe-side-bar::-webkit-scrollbar{
    width: 0;
 }
 
 .partner_close-icon{
    position: absolute;
    right: 50px;
    cursor: pointer;
 }
 .partner_sidebar-inner{
    margin-top: 20px;
 }
.parter_subscribed-navs .nav-item .nav-link{
    width:115px;
    height:90px;
    padding: 15px 8px 8px 8px !important;
    background-color: #3e3e3e;
    margin-right: 15px;
    border-radius:8px;
    border: 1px solid transparent;
 }
 .parter_subscribed-navs .nav-item .active{
    border: 1px solid #fdcf1e;
    border-radius:8px;
    background-color: #2e2e2e;
 }
 .tab-switch img{
    margin-bottom: 7px;
 }
 .tab-switch h6{
    font-size: 13px;
    font-weight: 500;
    color: rgba(216, 216, 216, 1);
    margin-bottom: 5px;
 }
 .tab-switch p{
    font-size: 13px;
    font-weight: 500;
    color: rgba(216, 216, 216, 1);
    margin-bottom: 0px;
    opacity: 70%;
 }
 .partner_subscribed-name {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
 }
 .partner_subscribed-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(151, 151, 151, 1);
    margin-bottom: 3px;
 }
 .partner_subscribed-price{
    font-size: 14px;
    font-weight:400;
   color: rgba(213, 213, 213, 1);
    margin-bottom: 0;
 }
 .partner_subscribed-button-box{
    margin-top: 20px;
 }
 .partner_subscribed-button-heading{
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
 }
 .myself-tab{
    padding-top: 15px;
 }
 .myself-continue{
    min-width: 120px;
    height: 36px;
    border-radius: 24px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: rgba(255, 203, 5, 1);
    font-size:15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-weight:600;
 }
 .for-other-tab{
    padding-top: 15px;
 }
 .for-other-nav{
    width:100%;
  
    border-radius: 8px;
    background-color: #353535;
    padding: 5px 15px;
 }
 .for-other-nav .nav-item .nav-link{
    color: rgba(154, 154, 154, 1);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
 }
 .for-other-nav .nav-item .active{
    background-color: rgba(28, 28, 28, 1);
    color: #ffffff;
    border-radius: 24px;
 }
 .number-list-tab{
    width:100%;
    background-color: #353535;
    padding: 20px 20px 0 20px;
    border-radius: 8px;
 }
 .number-list-header{
    font-size:14px;
    color: rgba(216, 216, 216, 1);
    margin-bottom: 10px;
    font-weight: 400;
 }
 .number-lists{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(103, 103, 103, 1);
 }
 .number-lists:nth-last-child(1){
    border: 0;
 }
 .number-list-name-letter{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #29668b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin-bottom: 0;
 }
 .number-list-details h6{
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin-bottom: 3px;
 }
 .number-list-details p{
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin-bottom: 0px;
    opacity: 60%;
 }
 .beneficary-tab-header{
    margin-bottom: 15px;
 }
 .beneficary-tab-header p{
    margin-bottom: 10px;
    color: rgba(216, 216, 216, 1);
    font-size:14px;
    font-weight: 400;
 }
 .beneficary-tab-header a{
  
    color: rgba(255, 210, 0, 1);
    font-size:14px;
    font-weight: 500;
 }
 .new-number-heading {
    margin-bottom: 10px;
    color: rgba(216, 216, 216, 1);
    font-size:14px;
    font-weight: 400;
 }
 .new-number-input-box input{
    width: 280px;
    padding: 10px 0;
    background-color: transparent;
    margin-bottom: 20px;
   
    outline: none;
    border: 0;
    border-bottom: 1px solid #676767;
   color: rgba(216, 216, 216, 1);
    font-size: 14px;
    font-weight: 500;
 }
 .new-number-input-box input::placeholder{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 50%;
 }
 .social_dark{
  display: none;
}
.dark-design .social_dark{
  display: block;
}
.dark-design .social_light{
  display: none;
}
.related_content{
  width: 100%;
  padding: 30px 0;
  background-color: #d8d8d8;
  display: none;
}
.dark-design .related_content{
  width: 100%;
  padding: 30px 0;
  background-color: #111111;
}
.partner_related-content-slide{
  width: 100%;
}
.partner_related-content-slide-image-box{
  width: 100%;
  padding: 63% 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.partner_related-content-slide-image-box:hover .partner_related-content-slide-image{
  transform: scale(1.1);
}
.partner_related-content-slide-image{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  
  transition: 0.6s all ease-in-out;
  cursor: pointer;
}
.partner_related-content-slide-title{
 padding: 15px 0;
}
.partner_related-content-slide-title h6{
  font-size:14px;
  font-weight:500;
  color:#121212;
  text-align: left;
}
.dark-design .partner_related-content-slide-title h6{
  font-size:14px;
  font-weight:500;
  color:#d9d9d9;
  text-align: left;
}
.related_content-heading{
  font-size: 20px !important;
  color: #000000 !important;
  font-weight: 500;
}
.dark-design .related_content-heading{
  font-size: 20px !important;
  color: #ffffff !important;
  font-weight: 500;
}
#rating-overall{
  display: none;
 }
 .collage-hide .partner_rating-count-box{
  margin-top: 0 !important;
 }
 .collage-hide .pl-pg-seo-content-main-block{
  padding: 0 11px !important;
 }
 .tab-active .collage-hide .content-full{
  width: 100% !important;
 }
 .collage-hide .tab-full{
  width: 100% !important;
 }
 .collage-hide .tab-hide{
  display: none;
 }
 .collage-hide .partner_description-left{
  display: none !important;
}
.collage-hide .justify-content-center{
  justify-content: flex-start !important;
}

.collage-hide .partner_rating-left-container{
  margin-top: 0;
}
.media-count-box{
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  bottom: -50px;
}
.media-count-content h5{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
 
}
.dark-design .media-count-content h5{
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
 
}
.media-count-content p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #676767;
  /* text-shadow: 2px 2px 5px #cccccc; */
}
.dark-design .media-count-content p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #d5d5d5;
  /* text-shadow: 2px 2px 5px #cccccc; */
}
.partner_description-right .ajax-progress-throbber{
  display: block !important;
  position: absolute;
  right: -50px;
  top: 4px;
  }
.hide-faq{
  display: none;
}
 @media only screen and (max-width:820px){
  .partner_rating-count-box{
    margin-top: 0 !important;
  }
  
 .des_readmore-content h1, .dark-design .des_readmore-content h2, .dark-design .des_readmore-content h3, .dark-design .des_readmore-content h4, .dark-design .des_readmore-content h5, .dark-design .des_readmore-content h6{
  font-size: 15px !important;
  }
  .dark-design .des_readmore-content h1, .dark-design .des_readmore-content h2, .dark-design .des_readmore-content h3, .dark-design .des_readmore-content h4, .dark-design .des_readmore-content h5, .dark-design .des_readmore-content h6{
    font-size: 15px !important;
  }
  /* .faq-hide .partner_description-nav-tabs .nav{
    justify-content: flex-start !important;
  } */
  .partner_description-nav-tabs .nav{
    justify-content: space-between !important;
  }
   .partner_description-nav-tabs .nav .nav-item .nav-link{
    font-size: 15px !important;
    font-weight: 400 !important; 
  }
 .partner_description-nav-tabs .nav .nav-item .active{
    font-size: 15px !important;
    font-weight: 500 !important; 
  }
  .dark-design .partner_description-nav-tabs .nav .nav-item .nav-link{
    font-size: 15px !important;
    font-weight: 400 !important; 

  }
  .dark-design .partner_description-nav-tabs .nav .nav-item .active{
    font-size: 15px !important;
    font-weight: 500 !important; 
  }
  .related_content-heading{
    font-size: 16px;
    font-weight: 500;
  }
  .partner-landing-thumbnail-image-content{
    position: relative;
  
    margin-top: 25px !important;
  }
  .partner_landing-header-right{
    max-width: 100%;
      height: 210px;
      display: flex;
      /* align-items: center; */
      justify-content: center;
  }
  .partner_landing-header-content{
    max-width: 100%;
    text-align: center;
    
  }
  .partner_name-and-rating{
    justify-content: center;
    margin-bottom: 0;
  }
  .partner_description-left{
    display: none;
  }
  .partner_description-nav-tabs .nav .nav-item{
    padding-right: 17px;
  }
  .partner_landing-header-logo{
    width: 40px;
    height: 40px;
  }
  .partner_landing-header{
    margin-bottom: 0;
  }
  .partner_name{
    font-size: 16px;
    font-weight: 500;
  }
  .des_text-top{
    font-size: 13px;
  }
  .des_feature-list-box ul li{
    font-size: 13px;
    font-weight: 400;
  }
  .des_readmore-heading{
    font-size: 13px;
    font-weight: 500;
  }
  .des_readmore-content-text{
    font-size: 13px;
  }
  .collage-hide .pl-pg-seo-content-main-block{
    padding: 0 1px !important;
   }
 }

