.hero_alide {
 background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
        z-index: 1;
}
.hero_alide:before {
    content: '';
        position: absolute;
    background: linear-gradient(360deg, rgb(16 19 22) 6%, rgb(16 19 22 / 82%) 89%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.cr-live-market-content {
    margin-top: 40px;
}
.cr-live-market-innerbox-item {
    padding: 40px 20px;
    margin-bottom: 30px;
    background-color: #101316;
    border-radius: 10px;
}

.cr-live-market-innerbox-item .thx-inner-icon-ttitle {
    margin-bottom: 16px;
}
.cr-live-market-innerbox-item .thx-inner-title h3 {
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    font-weight: 700;
}
.testimonials_selider,
.live_money,
.accordion {
        margin-top: 40px;
}
.why_chosse {
    padding: 50px 0;
}
.why_chosse .cashpoint_title {
    text-align: left;
}

.list_poiny {
    margin: 0;
    padding: 0;
    margin-top: 40px;
}
.list_poiny li {
        list-style: none;
    font-size: 20px;
    margin-bottom: 15px;
}
/*---------------home_css-----------*/
.hero_alide {
    text-align: center;
    padding: 50px 0;
    
}
.hero_alide p {
    color: rgb(224 224 224);
    font-size: 22px;
    font-weight: 600;
}
.hero_alide h2 {
    font-size: 65px;
    color: #fff;
    font-weight: 700;
}
.hero_alide li {
    list-style: none;
    display: inline-block;
    margin: 15px 20px;
}
.hero_alide li i {
    background: #58fdef;
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 40px;
    color: #000;
}
.typeipg {
    color:#58fdef;
}
.cashpoint_title {
    text-align: center;
}
.cashpoint_title h1 {
        font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
}
.cashpoint_title p {
    font-size: 22px;
}
.cashpoint_title p span {
    color:#58fdef;
}
.box_item_offer {
        padding: 50px;
    background: linear-gradient(308deg, rgb(1 97 113) 0%, rgb(1 97 113 / 31%) 40%);
    border-radius: 50px;
    margin-bottom: 50px;
}
.box_item_offer h1 {
        font-size: 25px;
    font-weight: 700;
}
.box_item_offer p {
        max-width: 60%;
}
.box_item_offer img {
    border-radius: 40px;
    width: 100%;
}
.step_three_pro {
        position: sticky;
    top: 50px;
}
.step_three_pro h4 {
    font-size: 25px;
    font-weight: 700;
    color: #58fdef;
    margin-bottom: 10px;
}
.step_three_pro ul {
     padding: 0;
    list-style: none;
}
.step_three_pro li {
        margin-bottom: 15px;
    font-size: 20px;
}
.step_three_pro li span {
        background: #58fdef;
    width: 25px;
    display: inline-block;
    height: 25px;
    font-size: 17px;
    border-radius: 50px;
    text-align: center;
    color: #000;
    font-style: italic;
}
/* --------slide logo --------*/

.slide_logo {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.slide_logo article {
  display: flex;
  width: 200%;
  animation: bannermove 50s linear infinite;
}
.slide_logo ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.slide_logo li {
  width: 100%;
    border: 1px solid #504e4e;
    border-radius: 40px;
    margin: 0 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.slide_logo1 li {
  width: 100%;
  text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #504e4e;
    border-radius: 40px;
    margin: 0 4px;
}
.slide_logo .box_img {
    width:100%;
}
.slide_logo img,
.slide_logo1 img {
    width: 45px;
    height: 45px;
    object-fit: scale-down;
    border-radius: 50px;
}
@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slide_logo1 {
  width: 100%;
  overflow: hidden;
      margin-top: 30px;
    margin-bottom: 0px;
}

.slide_logo1 article {
  display: flex;
  width: 200%;
  animation: bannermove1 50s linear infinite;
}
.slide_logo1 ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.slide_logo1 li {
  width: 100%;
}
.slide_logo1 .box_img {
    width:100%;
}
@keyframes bannermove1 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.cr-register-content {
    background: #051e1b;
    padding: 50px 0;
    border-radius: 20px;
    margin: 80px 0;
    position: relative;
    
}
.cr-section-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 59.22px;
}
.cr-section-title.text-center p {
    margin: 0 auto;
    max-width: 605px;
}
.star_01 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 130px;
}
.star_02 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 130px;
}
.logo_footer {
        width: 180px;
        margin-bottom: 10px;
}
.footer_area {
    padding-top: 80px;
}
.footer_area ul {
    
}
.footer_area li {
        margin-top: 10px;
}
.widget-title {
        font-size: 18px;
}
.hero_alide ul {
    padding:0;
}
@media (max-width:767px) {

.login_btn {
    font-size: 10px !important;
    padding: 8px 8px !important;
}
.phone_logo_head {
    width: 115px !important;
}
.slider_arrows .slick-arrow.slick-prev {
        left: 37% !important;
}

.footer_area {
    padding-bottom:100px;
}
.slider_arrows .slick-arrow.slick-next {
    right: 35% !important;
}
    .user_box {
        margin:0 8px !important;
    }
    .app-footer {
        position: fixed;
    width: 100%;
    bottom: 0;
    background: #000;
    z-index:11;
    }
    .app-body {
        margin-bottom: 50px !important;
    }
.body_area {
    padding: 0;
}
.app-body {
    padding: 0;
}
.hero_alide p {
    font-size: 18px;
}
.hero_alide h2 {
    font-size: 28px;
}
.hero_alide li {
        margin: 10px 5px;
}
.step_three_pro {
    text-align: center;
    margin-bottom: 20px;
}
.step_three_pro li {
    font-size: 15px;
}
.box_item_offer {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.box_item_offer p {
    max-width: 100%;
}
.box_item_offer img {
    border-radius: 20px;
}
.cashpoint_title p {
    font-size: 18px;
}
.slide_logo article,
.slide_logo1 article {
    width: 470%;
}
.cr-section-title h2 {
    font-size: 30px;
}
.star_02,
.star_01 {
    display: none;
}


}
.slider_testsurvey {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.icon_box_img {
    background: linear-gradient(308deg, rgb(1 97 113) 0%, rgb(1 97 113 / 31%) 40%);
    padding: 20px 10px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin: 50px 10px 10px 10px;
   
}
.icon_box_img img {
    border-radius: 20px;
    position: relative;
    margin-top: -50px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
}
.icon_box_img .price_doller {
    font-size: 21px;
    font-weight: 700;
    padding: 10px 0;
}
.icon_box_img h4 {
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        color: #37c8af;
        font-size: 14px;
}
.icon_box_img p {
    margin: 0;
    font-size: 12px;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonials_selider {
    padding-bottom:10px;
}
.box_slider {
    position: relative;
    background: #1e1e1e;
        padding: 30px;
    border-radius: 10px;
    margin: 10px;
}
.img_flex {
    display: flex;
    gap: 10px;
}
.img_flex img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.img_flex h4 {
        font-size: 16px;
}
.img_flex span i {
    color: #ffd700;
}
.box_slider p {
    margin: 0;
    padding: 10px 0;
}
.testimonials_selider {
        margin-bottom: 50px;
}
.testimonials_selider.slider_arrows .slick-arrow {
    bottom: -40px;
}
.slider_arrows .slick-arrow {
  position: absolute;
    bottom: 0;
    margin: 0;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    top: auto;
}
.slider_arrows .slick-arrow.slick-prev {
  left: 47%;
  background: url("../img/long-arrow-left.png") 0
    0 / 100% no-repeat;
}
.slider_arrows .slick-arrow.slick-next {
  right: 47%;
  background: url("../img/long-arrow-right.png") 0 0 / 100% no-repeat;
}
.slider_arrows .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slider_arrows .slick-prev:before, .slider_arrows .slick-next:before {
    font-size:0 !important;
}
.live_money {
        background: #1e1e1e;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.live_money span {
    display: block;
    text-align: center;
    font-size: 20px;
}
.live_money h1 {
        text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 50px;
    font-weight: 700;
    color: #58fdef;
}
.flex_img_user {
    display: flex;
    gap: 8px;
    align-items: center;
}
.flex_img_user img {
        width: 50px;
    height: 50px;
    object-fit: scale-down;
    border-radius: 5px;
    background: #fff;
}
.flex_img_user p {
        margin: 0;
    font-size: 18px;
}
.Follow_us {
        margin: 0;
    padding: 0;
}
.Follow_us li {
    list-style: none;
    display: inline-block;
}
.Follow_us li a {
    font-weight: 700;
    font-size: 20px;
    margin: 0 10px 0 0;
    background: #58fdef;
    padding: 5px 10px;
    border-radius: 5px;
}
.policy_page {
    
}
.policy_page h1 {
    
}
  .cr-live-market-innerbox-item:before {
    content: '';
    background: linear-gradient(308deg, rgb(9 157 182) 0%, rgb(24 209 239 / 31%) 40%);
    position: absolute;
    width: 102%;
    height: 102%;
    z-index: -1;
    top: -4px;
    left: -4px;
    border-radius: 10px;
}
.accordion-button {
    font-size: 20px;
}
.our_partner {
    padding:50px 0;
}
.slide_partner img {
    border-radius: 5px;
    width: 100%;
    background: #0b2b32;
    padding: 10px;
    height: 100px;
    object-fit: scale-down;
    border: 1px solid #58fdef;

}
.slide_partner .slick-slide {
    margin-right:15px;
    margin-left:15px;
}
.slide_partner .item {
    margin:10px;
}
@media (min-width: 768px) and (max-width: 992px) {
.multiple_chat {
    margin-top:10px;
    max-width: 100%;
}
.container-md, .container-sm, .container {
    max-width: 920px;
}
.step_three_pro {
    display:none;
}
.slider_arrows .slick-arrow.slick-next {
    right: 45%;
}
.slider_arrows .slick-arrow.slick-prev {
    left: 45%;
}
.user_box .name_survey span {
    font-size: 10px;
}
.modal-dialog {
    max-width: 800px;
}
.footer_area {
    padding-bottom:80px;
}
#toggle-sidebar {
    display: block;
}
.app-footer {
    position: fixed;
width: 100%;
bottom: 0;
background: #000;
z-index:11;
}
.app-body {
    margin-bottom: 50px !important;
}

}