@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
.topBg {
    background-color: #FBFAFF;
}

.site-text {
    font-size: 1.30vw;
}

.top-heading {
    font-size: 2.8vw;
}

.images {
    position: relative;
}

.card {
  margin-bottom: 30px;
}

.grid {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1376px){

  .grid {
      max-width: 1565px;
  }
}
.water_glass_bg.fixed_top_nav {
  width: 100%
}


.image-mobile {
    position: absolute;
    top: 29%;
    left: 3%;
    content: '';
    width: 20%;
}

.loginButton {
    border: 1px solid #fff;
    color: #fff;
}

.loginButton:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.bgLink {
    color: goldenrod;
}

.site-heading {
    font-size: 2.8vw;
}

.counter-text {
    font-size: 16px;
}

.feturedcoinGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.Coindive {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.count-al {
    font-size: 2vw;
}

i.icon {
    color: #284389;
}

.subtitle {
    font-size: 30px;
}

.launchBtn {
    border: 1px solid white;
    font-size: 23px;
    padding: 5px 15px !important;
}

.highlight {
    color: #6980EA;
}

.borderClass {
    border-right: 1px solid #000 !important;
}

.borderClass:last-child {
    border-right: 0 !important;
}

/* laptop */
@media (max-width: 1200px) {
    .coindrive_algo_num_item {
        padding: 40px 25px;
    }

    .coindrive_algo_num_item h4 {
        font-size: 35px;
    }
}

/* Tablet large */
@media (max-width: 1199px) {


    a.btn.hero_btn.whats_going {
        width: 225px;
        height: 55px;
        line-height: 44px;
        font-size: 16px;
        margin-right: 15px;
    }

    a.btn.hero_btn.resister {
        height: 55px;
        line-height: 44px;
        font-size: 16px;
    }

    p.hero_p {
        font-size: 16px;
    }

    .why_need h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .why_need_items .item h4 {
        font-size: 20px;
    }

    .why_need_items .item p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .coindrive_algo_number h3 {
        font-size: 40px;
        margin-bottom: 45px;
    }

    .Coindive {
        padding: 50px 0px;
    }

    .process_feature {
        padding-top: 50px;
        border-radius: 100px;
        padding-bottom: 40px;
        margin-bottom: 70px;
    }

    .text-center.pt-3.process_feature-heading h3 {
        font-size: 40px;
    }

    .text-center.pt-3.process_feature-heading {
        margin-bottom: 0px;
    }



 

    





  



}


:root {
  --body-font: 'Roboto';
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 16px;
}





* {
  font-family: 'Roboto';
}



body,
html {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto';
}



.water_glass_bg {
  background: rgba(255, 255, 255, 0.4);
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.water_glass_bg .tgl_nav_style {
  color: #1732A4 !important;
}

a.login_reg_btn {
  line-height: 34px;
  width: 100px;
  height: 50px;
  border-radius: 10px;
}

div#navbarSupportedContent a.login_reg_btn.login {
  border-radius: 10px;
  border: .2px solid #797B87;
  transition: .4s;
  background-color: white;
  color: #1732A4 !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 3px 4px 25px 1px rgb(23 50 163 / 10%);
}



div#navbarSupportedContent a.login_reg_btn.register {
  background-color: #1732A4 !important;
  color: white !important;
  transition: .4s;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 3px 4px 25px 1px rgb(23 50 163 / 10%);
}



button#search-desktop {
  border: 0.2px solid #797B87;
  height: 50px;
  width: 56px;
  border-radius: 10px;
  background-color: white;
}



.hero_area_new {
  height: 100vh;
  position: relative;
}

.hero_area_new .hero_area_image {
  height: 100%;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.hero_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}



.clear {
  clear: both;
}



.fixed_top_nav {
  position: fixed;
  z-index: 9;
  top: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}



.search-box {
  width: 400px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: 999
}


/* hero area css  */
p.hero_p {
  font-size: 20px;
  color: #858688;
  font-family: 'Roboto';
}

p.hero_p.details {
  font-size: 18px;
  font-family: 'Roboto';
}

h2.hero_heading {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  margin-top: 20px;
}

h2.hero_heading span {
  color: #33C79A;
  font-weight: bold;
}

p.hero_p.details {
font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;
}

a.btn.hero_btn {
  border-radius: 10px;
}

a.btn.hero_btn.whats_going {
  width: auto;
  height: 60px;
  border: 1px solid #33c79a9e;
  line-height: 50px;
  font-size: 16px;
  color: #33C79A;
  font-weight: 600;
  box-shadow: 1px 1px 8px 1px #33c79a40;
  margin-right: 10px;
  background: white;
  padding-left: 15px;
  padding-right: 15px;
}

a.btn.hero_btn.resister {
  background: #33C79A;
  color: white;
  width: 168px;
  height: 60px;
  border: 1px solid #33C79A;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 1px 1px 8px 1px #33c79a40;
}

.hero_buttons {
  margin-top: 30px;
}



.process_featur-right h4 {
  font-size: 36px;
  font-weight: bold;
}

.process_featur-right p {
  font-size: 20px;
  color: #858688;
  line-height: 36px;
  margin-top: 20px;

}

/* footer style  */
.footer_details p {
  font-size: 18px;
  line-height: 32px;
}



.app_contact {
  color: white;
}

.app_contact h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.app_contact p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}



.footer_nav a {
  color: white;
  margin-right: 10px;
}



.footer_bottom_content {
  padding-top: 7px;
}

.footer_social a i {
  background: transparent;
  margin-right: 10px;
  padding: 8px 8px;
  font-size: 18px;
  border-radius: 10px;
  border: 1.6px solid white;
  color: white;
  transition: .4s;
}

.footer_socialI_bottom hr {
  background: #6c89e1;
  margin-top: 40px;
}


/* advance menu */
.advanceMenu {
  position: relative;
}

.advanceMenu::after {
  content: '';
  position: absolute;
  width: 0;
  background-color: #6980DF;
  height: 3px;
  top: 100%;
  left: 0;
  transition: .5s;
}


/* mobile login reg style  */
.login_reg_for_mobile {
  position: absolute;
  top: 22px;
  right: 10px;
  display: none;
}


div#navbarSupportedContent .nav-item .nav-link {
  color: #797B87 !important;
  font-size: 18px;
}


.sutd_head h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  /* identical to box height, or 66px */

  text-align: center;

  color: #212529;
}

.sutd_head h3 span {
  color: #33C79A;
  font-weight: bold;
}

.sutd_head p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;
}


.catk_single {
  display: flex;
  gap: 15px;
}

.catk_content h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #212529;
}

.catk_content p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #858688;
}

.catk_buttons {
  margin-top: 40px;
}

.catk_buttons span {
  border-radius: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  box-sizing: border-box;
  padding: 18px 24px;
  color: #1732A4;
  border: 1px solid rgba(121, 123, 135, 0.15);
  background: #FFFFFF;
  transition: .4s;
  box-shadow: 0px 20px 50px rgba(23, 50, 164, 0.1);
}





.ywwsr_head h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}

.ywwsr_head h3 span {
  color: #33C79A;
  font-weight: bold;
}

.ywwsr_head p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #858688;
}

.ywwsr_head p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;
}

.ywwsr_list li {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  color: #858688;
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}

ul.ywwsr_list {
  list-style: none;
  padding-left: 0;
}

ul.ywwsr_list li img {
  margin-top: 8px;
}

.ywwsr_area {
  margin-top: 100px;
}

.ywwsr_button .btn {
  width: 246px;
  height: 58px;
  background: #1732A4;
  box-shadow: 0px 20px 50px rgba(23, 50, 164, 0.1);
  border-radius: 10px;
  margin-top: 40px;
  display: block;
  line-height: 45px;
  transition: .4s;
  border-color: #1732a4;
}


.wcco_area h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 137.5%;
  color: #212529;
}

.wcco_area h4.btc {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 137.5%;
  color: #33C79A;
}

.wcco_area p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #858688;
}




.process_featur-right h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}

.process_featur-right h4 span {
  color: #33C79A;
  font-weight: 700;
}

.process_featur-right p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;
}

.process_featur-right .ywwsr_list li {
  margin-bottom: 15px;
}

.process_featur-left h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}

.process_featur-left h4 span {
  color: #33C79A;
  font-weight: 700;
}

.process_featur-left p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;

}

.dcts_button a.btn {
  padding: 18px 24px;
  background: #1732A4;
  box-shadow: 0px 20px 50px rgba(23, 50, 164, 0.1);
  border-radius: 10px;
}

.catk_area {
  margin-top: 100px;
}

.dtcs_area {
  margin-top: 100px;
}

.uvci_area {
  margin-top: 100px;
}

.etmbk_area {
  margin-top: 100px;
}

.dcts_button {
  margin-top: 40px;
  transition: .4s;
}



.dtcs_area ul.ywwsr_list {
  margin-top: 40px;
}


.mining_lottie {
  position: relative;
  overflow: hidden;
}

.etmbk_area lottie-player {
  width: 150%;
  position: absolute;
  left: -90px;
}

footer.footer_area {
  background-color: #212529;
}


.upcc_header h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
  margin-bottom: 80px;
}

.upcc_header h3 span {
  color: #33C79A;
  font-weight: 700;
}


.faq_landing_content .card-header {
  background: white;
  border-bottom: 0;
  border-radius: 10px;
}

.faq_landing_content .card-header a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #2B363C;
}

.faq_landing_content .card-body {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  color: #858688;
  border-radius: 10px;
}



.faq_header_landing h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}

.faq_header_landing h3 span {
  color: #33C79A;
  font-weight: 700;
}

.faq_landig_area {
  margin-top: 100px;
}

.faq_header_landing {
  margin-bottom: 32px;
}

.jtcc_area {
  margin-top: 100px;
  margin-bottom: 100px;
}

.utpocc_area {
  margin-top: 100px;
}

.jtcc_header h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
}

.jtcc_header {
  margin-bottom: 40px;
}

.jtcc_header h3 span {
  color: #33C79A;
  font-weight: 700;
}

.jtcc_header p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;
  text-align: center;
}

.jtcc_single h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-top: 10px;
}.jtcc_single p {
  width: 281.33px;
  height: 46px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #E9E8E8;
  margin-top: 16px;
}




.mobile-curve {
  background: #FFFFFF;
  box-shadow: 0px -4px 28px rgba(0, 0, 0, 0.1);
  /* height: 99px; */
  z-index: 9;
}


img.img-fluid.wcco_img {
  height: 400px;

}

.process_feature-left img {
  height: 520px;
}

.process_feature-left.new_imgae_pfl img {
  box-shadow: 0px 0px 14px 2px #a0a7c136;
  border-radius: 15px;
  padding: 20px;
  background: white;
}

.uvci_img img {
  height: 500px;

}


.search-box {
  background: #fafbff;
  border-radius: 10px;
  border: 1px solid #D1DAFF !important;
  background: #FAFBFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
}


.faq_item p {
  color: #8D8D8D;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 166.667% */
}


.water_glass_bg .tgl_nav_style {
  color: #1732A4 !important;
  border-radius: 3px;
  background: rgba(23, 50, 164, 0.10);
  padding: 7px 7px !important;
}


/* landign page new Section Style  */
.cpaha_header h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 110%;
color: #212529;
}
.cpaha_header h3 span {
  position: relative;
  color: #33c79a;
  font-family: 'Roboto';
}
.cpaha_header p{
font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717A;
}

.cpaha_offer_area_store{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 403px;
  height: 60px;
  margin-top: 20px;
  }
  .bottom_mobile_app_screens{
      display: flex;
      align-items: center;
      margin-top: 50px;
      gap: 20px;
  }.coindive_price_alert_home_area {
      margin-top: 100px;
  }
  .app_screen_notification {
      /* width: 100%; */
      position: absolute;
      height: 950px;
      left: -60px;
  }
  .row.cpaha_bg {
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: 0 100%;
  }

  /* heading style change  */
  h2.hero_heading{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 50px;
      line-height: 110%;
  }
  .sutd_head h3 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 50px;
      line-height: 137.5%;
  }.sutd_head h3 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 50px;
  }.ywwsr_head h3 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
  }.upcc_header h3 {
      font-family: 'Roboto';
      font-style: normal;
      font-size: 50px;
      line-height: 137.5%;
      font-weight: 700;
  }.process_featur-right h4 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 50px;
      line-height: 137.5%;
      color: #212529;
  }.process_featur-left h4 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 50px;
      line-height: 137.5%;
      color: #212529;
  }.process_featur-left h4 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 137.5%;
      color: #212529;
  }.process_featur-right h4 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 137.5%;
      color: #212529;
  }.faq_header_landing h3 {
      font-family: 'Roboto';
      font-style: normal;
      font-size: 50px;
      line-height: 137.5%;
      color: #212529;
      font-weight: 700;
  }.jtcc_header h3 {
      font-family: 'Roboto';
      font-style: normal;
      font-size: 50px;
      line-height: 137.5%;
      text-align: center;
      color: #212529;
      font-weight: 700;
  }

  .cc_main_container {
      padding: 32px;
      box-shadow: 3px 4px 25px 1px rgb(23 50 163 / 10%);
      margin-top: 100px;
      border-radius: 10px;
      background: white;
  }
  .cc_main_container .col-md-7{
      display: flex;
      align-items: center;
  }
  .cc_left_content h3{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 37px;
      color: #000000;
  }
  .cc_left_content p{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #7B7B7B;
  }
  .cc_coingego_tweet {
      height: 300px;
      overflow-y: scroll;
  }

  /* For webkit based browsers */
  .cc_coingego_tweet::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}

/* Track */
  .cc_coingego_tweet::-webkit-scrollbar-track {
  background: rgba(23, 50, 164, 0.1); /* Color of the track */
}

/* Handle */
  .cc_coingego_tweet::-webkit-scrollbar-thumb {
  background: #1732A4; /* Color of the handle */
}





::-webkit-scrollbar {


  height: 10px; /* Adjust the height for horizontal scrollbars */
}
.process_featur-lottie lottie-player {
  width: 115%;
}
.jtcc_single {
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 16px;
  gap: 10px;

  width: 313.33px;
  height: 187px;

  background: #212529;
  box-shadow: 10px 14px 0px rgba(0, 0, 0, 0.05), -10px -16px 14px rgba(51, 199, 154, 0.3);


  }
  .footer_mobile {
    display: none
}
.nffa_footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    position: absolute;
    width: 100%;
    padding-top: 12px
}

.nffa_footer img {
    float: left
}

.nffa_footer2 {
    text-align: left;
    padding: 10px 0;
    padding-left: 10px;
    border-top: 1px solid #c0c0c07d
}.apps_store.mt-4.m-auto {
  display: flex;
}
/*
    Default Style
*/




.mobile-menu{
  padding-left: 0px;
  margin-bottom: 0px;
}
.mobile-menu .nav-link{
  padding: 0.5rem 0.5rem;
}

.mobile-menu li{
  list-style: none;
}
.mobile-menu li a{
  font-size: 11px;
}

.single-coutnerup .count-num {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fc4444;
  margin-bottom: 15px;
  display: block;
}

#controversialCard, #largestGrowthCard, #biggestLosersCard {
  box-sizing: border-box;
}

.single-coutnerup {
  text-align: center;
}

.single-coutnerup .title {
  font-size: 20px;
  font-weight: 600;
}
.card {
  margin-bottom: 30px;
}

.card .card-header .title {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}

.card .card-body code {
  background-color: #efecec;
  padding: 10px;
  border-radius: 3px;
}

.header .title {
  font-size: 50px;
  font-weight: 600;
}

.header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.header .title::first-letter {
  color: #fc4444;
}

.margin-top-60 {
  margin-top: 60px;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

ul.menu li {
  display: inline-block;
}

ul.menu li a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  transition: all 500ms;
  text-decoration: none;
}

ul.menu li a:hover {
  color: #fc4444;
}

ul.menu li+li {
  margin-left: 25px;
}
.grid {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1376px){

  .grid {
      max-width: 1565px;
  }
}

.chartWidth{
  width: 80px !important;
}

.buyBtn{
  background-color: #f0f6ff;
  color: #3861fb;
  border-radius: 8px;
  font-size: 11px;
  padding: 2px 8px;
  font-weight: 700;
}

.table-instagram{
  background-color:transparent;
  padding: 12px 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}

.thead-bg{
  background-color: hsl(49deg 2% 96%);
}
.thead1{
  border-radius: 10px 0px 0px 10px;
}
.name-link{
  text-decoration: none;
  color: #000;
  /* transition: 0.5s; */
}
.name-link:hover{
  color: hsl(272deg 59% 61%);
  text-decoration: none;
  /* transition: 0.5s; */
}


.social-table tr:hover{
  background-color: unset !important;
}

.social_panel_scroll{

   height: 532px;
   overflow-y:scroll;
}



.menu_image_div {
  display: flex;
  justify-content: center;
}.mobile-menu li .menu_deactive {
  display: block;
}.mobile-menu li svg {
  margin-bottom: 5px;
}.mobile-menu li a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #C5C5C5;
}.mobile-menu li .menu_active {
  display: none;
}


.pop_up_login {
  padding: 30px 57px 24px;
  margin-top: 20px;
}

.form-group.password-icon i {
  position: absolute;
  right: 15px;
  line-height: 70px;
  cursor: pointer;
}


/* login page style  */
.card-body.login_model_form {
  padding-top: 40px;
}

.card-body.login_model_form h4 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 600;
}

div#exampleModalCenter .modal-dialog.modal-dialog-centered {
  max-width: 600px;
}

div#exampleModalCenter2 .modal-dialog.modal-dialog-centered {
  max-width: 600px;
}

.pop_up_login {
  padding: 30px 25px;
  margin-top: 20px;
}

.pop_up_login .form-control {
  height: 55px;
  font-size: 18px;
  border: 0;
  border-bottom: 0;
  border-radius: 10px;
  color: #8391A1;
  border-radius: 5px;
  border: 1px solid #ECEDEE;
  background: #F6F6F6 !important;
}

/* Change the placeholder text color for all input elements */
.pop_up_login input::placeholder {
  color: #888;
  /* Change to your desired color */
  color: #B8B8B8;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.pop_up_login .icon {
  top: 18px;

}

.pop_up_login a {
  font-weight: 600;
  font-size: 18px;
}

.logo_login.text-center {
  margin-bottom: 15px;
}

.pop_up_login a {
  font-weight: 400;
  font-size: 16px;
  color: #1732A4;
  text-align: right;

  font-size: 14px;
  font-style: normal;


}

.pop_up_login .social_login a {
  font-weight: 400;
  font-size: 16px;
  color: #1732A4;
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #ECEDEE !important;

}

div#exampleModalCenter2 .form-group.password-icon i {
  position: absolute;
  right: 15px;
  line-height: 79px;
  cursor: pointer;
}
.modal-content {
  border-radius: 20px;
}
.reg_accept_lable {
  font-size: 13px;
}

.reg_accept_lable a {
  font-size: 13px;
}

.reg_accept_lable2 {
  font-size: 13px;
}

.reg_accept_lable2 a {
  font-size: 13px;
}

.pop_up_login button {
  /* font-size: 14px; */
  width: 200px;
  height: 43px;
  line-height: 0px;
  /* font-weight: lighter; */
  margin: 0 auto;
  padding: 12px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: .2s;
  margin-top: 2px;
  display: inline-flex;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1732A4;
  width: 100%;
}

.pop_up_login button:hover {
  /* font-size: 14px; */
  box-shadow: -7px -7px 5px 0px rgba(91, 206, 194, 0.20), 7px 7px 5px 0px rgba(23, 50, 164, 0.20);
}

/* Change the border style of the checkbox */
#remember:checked~#remember::before {
  border: 2px solid #D9D9D9;
  /* Replace 'your-colorred border color */
}

.pop_up_login .login_sign_up_link label {
  font-size: 20px;
  margin-top: 40px;
  text-align: left;
  color: #A3A3A3;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.pop_up_login label a {
  font-weight: 600;
  color: #1732A4;
}

.pop_up_login h4 {
  color: #222;
  text-align: center;

  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

p.details_login {
  color: #222;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.pop_up_login label {
  color: #222;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-group.password-icon {
  position: relative;
}

.form-group.password-icon i {
  position: absolute;
  right: 15px;
  line-height: 70px;
  cursor: pointer;
}

.text-center.or_login p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  z-index: 99999;
  margin-bottom: 30px;
  color: #6A707C;
}

.text-center.or_login p::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #ECEDEE;
  left: 0;
  top: 15px;
  z-index: -1;
}

.text-center.or_login {
  position: relative;
  z-index: 999999;
}

.text-center.or_login p span {
  background: white;
  padding: 0px 10px;
  color: #5E5E5E;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.social_login a {
  padding-left: 25px;
}

.social_login {
  justify-content: center;
  display: flex;
  gap: 20px;
}

.card-body.login_model_form label {
  font-size: 20px;
}

.card-body.login_model_form button {
  margin-top: 25px;
}

button.close_modal {
  position: absolute;
  right: 5px;
  border: 0;
  top: 8px;
  background-color: transparent;
}

button.close_modal svg {
  height: 18px;
  width: 18px;
}

button.close_modal i {
  font-size: 20px;
  border: 2px solid white;
  border-radius: 50px;
  color: red;
}

a.btn.hero_btn.whats_going:hover {
  background: #33c79a;
  color: white;
}

a.btn.hero_btn.whats_going {
  transition: .4s;
}

a.btn.hero_btn.resister {
  transition: .4s;
}

a.btn.hero_btn.resister:hover {
  background: white;
  color: #33c79a;
}
.search-box .form-control {
  padding-right: 2.375rem;
  border: 1px solid #ECEDEE;
  height: 38px;
}
.search-box .form-control {
  padding-right: 2.375rem;
  width: 82%;
  margin-left: 10px;
  border-radius: 5px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 4px;
  background: transparent;
  border-radius: 10px;
  color: #5E5E5E;
  font-size: 14px;
  right: 18px;
}
.has-search .form-control-feedback {
  height: 2.4rem;
}
.has-search .form-control {
  padding-left: 1rem;
}.search-box input:focus {
  border-color: transparent !important;
  box-shadow: none;
}#search-box-close {
  position: absolute;
  z-index: 2 !important;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 10px;
  top: 7px;
  font-size: 20px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #ECEDEE;
}

.search-box-mobile {
  min-height: 250px;
  background-color: #fff;
  border-radius: 10px;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 15px;
  z-index: 999;
  margin: 0px auto;
  box-sizing: border-box;
}#search-box-close-mobile {
  position: absolute;
  z-index: 2 !important;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 10px;
  top: 7px;
  font-size: 20px;
  cursor: pointer;
}.search-box-mobile input:focus {
  border-color: transparent !important;
  box-shadow: none;
}

/* twitter embadded style  */

.header_text svg{
fill: #1f9aed;
color: #1f9aed;
margin-left: .125rem;
max-width: 20px;
max-height: 20px;
height: 1.25em;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
vertical-align: text-bottom;
}
.header_text {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header_text {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 1px;
  align-items: center;
}
a.user_name_style {
  color: #536471;
  text-decoration: none;
  text-overflow: ellipsis;
}
a.follow_style {
  color: #006fd6;
  text-decoration: none;
  font-weight: 700;
}
.user_info_right svg {
  width: 23.75px;
  height: 23.75px;
  color: #0f1419;
  fill: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.user_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.twitter_header {
  display: flex;
  gap: 10px;
  align-items: center;
}
article.twitter_area {
  width: 100%;
  background: white;
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid #cfd9de
}
img.profile_image_twitter {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}.twitter_description p {
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  overflow-wrap: break-word;
  /* white-space: pre-wrap; */
  text-align: left;
  margin-top: .75rem;
  font-size: 18px;
}
.twitter_description p a {
  text-decoration: none;
  color: rgb(0, 111, 214);
}
.twitter_time_date {
  margin-top: 10px;
}svg.tweet-actions_likeIcon__fhDng {
  fill: #f91880;
  color: #f91880;
  height: 26px;
}.twitter_copy_link svg {
  color: #536471;
  width: 26px;
}.twitter_copy_link a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #536471;
  font-weight: bold;
  text-decoration: none;
}.twitter_react_comment_area {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0px;
  border-top: 1px solid #cfd9de;
  margin-top: 15px;
}
.twitter_gallary img {
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 8px;
}.twitter_react {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
/* twitter embadded style end here  */
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  width: 20px;
  height: 20.5px;
  border: 1px solid #121212;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
}

.faq_item {
  margin-bottom: 10px;
  border: 1.5px solid rgba(121, 123, 135, 0.25) !important;
  border-radius: 10px;
}

.accordion .card-header.collapsed:after {
  content: "\f067";
  width: 20px;
  height: 20.5px;
  border: 1px solid #121212;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
}

div.accordion .card {
  background-color: transparent;
}

.faq_item .card-body {
  background-color: white
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #243ea9 !important;
}

.hero_mobile_section.d-block.d-md-none {
  height: 423px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}




.scl_single .coin_img {
  width: 50px !important;
  margin: 0 auto;
}

.scl_single h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.scl_single p {
  font-size: 14px;
  font-weight: lighter;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.scl_single a.btn {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #D2D7ED;
  background: #FFF;
}

.scl_single_btn {
  height: 40px;
}

.watchlist_create_btn .btn {
  /* background: #1732A4; */
  box-shadow: 0px 20px 50px rgba(23, 50, 164, 0.1);
  border-radius: 10px;
  margin-top: 40px;
  display: block;
  line-height: 45px;
  transition: .4s;
  font-size: 16px;
  display: flex;
  /* width: 180px; */
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
}
.tooltip_style {
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: transparent;
}.site-bg1 {
  background-color: #1732A4 !important;
}button.btn.btn_skip:hover {
  background: #1732a4;
  color: white;
}
.watchlist_create_btn button.btn {
  margin-top: 0px;
}.watchlist_create_btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.watchlist_popup label {

  font-style: normal;
  font-weight: 400;
  color: gray;
}

.btn_wc_create:hover {
  background: transparent !important;
  color: #1732a4 !important;
  border-color: #1732a4;
}

button.btn.btn_skip:hover {
  background: #1732a4;
  color: white;
}

input#searchvalue_watch:focus {
  border-color: transparent !important;
  box-shadow: none;
}

a.btn.btn_search_wc {
  background: #1732a414;
  border-radius: 50px;
  padding: 0px 7px;
  color: #1732a4;
}

div.coin_array_max {
  text-align: center;
  background: #ff00001c;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cal_badge {
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 12px;
  color: #1732a4;
  padding-right: 1px;
  position: relative;
  margin-right: 10px;
}

.cal_badge i {
  background: #718096;
  padding: 2px 5px;
  border-radius: 50px;
  color: white;
  padding-top: 3px;
  cursor: pointer;
  margin-top: 0px;
  position: absolute;
  top: -3px;
  right: -8px;
}

div.coin_array_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.search-box .form-control {
  padding-right: 2.375rem;
  width: 82%;
  margin-left: 10px;
  border-radius: 5px;
}

.spacific_coin_list {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  background: #1732a40a;
  padding: 20px 15px;
  border-radius: 15px;
}

.owl_single_watchlist_c {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  background: #1732a40a;
  padding: 20px 15px;
  border-radius: 15px;
}

.scl_single .coin_img {
  width: 50px !important;
  margin: 0 auto;
}

.scl_single h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.scl_single p {
  font-size: 14px;
  font-weight: lighter;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.scl_single a.btn {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #D2D7ED;
  background: #FFF;
}

.scl_single_btn {
  height: 40px;
}

.watchlist_create_btn .btn {
  /* background: #1732A4; */
  box-shadow: 0px 20px 50px rgba(23, 50, 164, 0.1);
  border-radius: 10px;
  margin-top: 40px;
  display: block;
  line-height: 45px;
  transition: .4s;
  font-size: 16px;
  display: flex;
  /* width: 180px; */
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
}
button.add-watchlist {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: white;
}
.watchlist_popup label {
  font-style: normal;
  font-weight: 400;
  color: gray;
}
.watchlist_popup h4 {
  margin-bottom: 30px;
}
.watchlist_popup {
  padding: 30px 25px;
}
.watchlist_popup input {
  background: #F6F6F6;
  border: 1px solid #ECEDEE;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.watchlist_popup select {
  background: #F6F6F6;
  border: 1px solid #ECEDEE;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
button.close.watchlist_close {
  right: 15px;
  position: absolute;
  top: 12px;
}
.watchlist_popup label {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


.chart_single ul {
  justify-content: center;
  margin-bottom: 15px;
}



















/* Tablet */
@media (max-width: 991px) {
  .site-text {
      font-size: 2.30vw !important;
  }

  .subtitle {
      font-size: 27px;
  }

  .top-heading {
      font-size: 3.8vw !important;
  }

  .site-heading {
      font-size: 4.6vw !important;
  }

  .count-al {
      font-size: 3vw !important;
  }

  .counter-text {
      font-size: 18px !important;
  }

  /* .img-fluid {
      max-width: 60% !important;
  } */

  .image-mobile {
      top: 21% !important;
      left: 20% !important;
      width: 14% !important;
  }

  .borderClass {
      border-right: 1px solid #000 !important;
  }

  .coindrive_algo_num_item {
      margin-bottom: 25px;
  }

  .mining_lottie lottie-player {
      width: auto;
      margin-left: 0px;
  }

  .process_feature {
      text-align: center;
  }

  .process_featur-left {
      margin-top: 20px;
  }







  a.btn.hero_btn.whats_going {
      width: 200px;
      height: 50px;
      line-height: 36px;
      font-size: 14px;
      margin-right: 15px;
  }
  a.btn.hero_btn.resister {
      height: 50px;
      line-height: 36px;
      font-size: 14px;
  }

}

@media (max-width: 767px) {
  .site-text {
      font-size: 2.25vw !important;
  }

  .subtitle {
      font-size: 23px !important;
  }

  .top-heading {
      font-size: 4.8vw !important;
  }

  .site-heading {
      font-size: 3.8vw !important;
  }

  .count-al {
      font-size: 3vw !important;
  }

  .counter-text {
      font-size: 18px !important;
  }

  .image-laptop {
      width: 85% !important;
      margin: 0 auto !important;
  }

  .image-mobile {
      top: 20% !important;
      left: 18% !important;
      width: 16% !important;
  }

  .site-heading {
      font-size: 4.8vw !important;
  }

  .count-al {
      font-size: 4vw !important;
  }

  .borderClass {
      border-right: 0 !important;
      border-top: 1px solid #000;
  }

  .borderClass:last-child {
      border-bottom: 1px solid #000 !important;
  }

  .borderClass:first-child {
      border-top: 0 !important;
  }



}

@media (max-width: 480px) {
.top-heading {
    font-size: 6.8vw !important;
}

.site-text {
    font-size: 3.5vw !important;
}

.image-laptop {
    /* width: 100% !important;
    margin: 0 auto !important; */
}

.image-mobile {
    top: 30% !important;
    left: 3% !important;
    width: 21% !important;
}

.site-heading {
    font-size: 8vw !important;
}

.borderClass {
    border-top: 1px solid #000 !important;
}

p.hero_p {
    font-size: 15px;
    margin-bottom: 8px;
}





a.btn.hero_btn.whats_going {
    width: auto;
    height: 45px;
    line-height: 32px;
    font-size: 12px;
    margin-right: 5px;
}

a.btn.hero_btn.resister {
    height: 45px;
    line-height: 32px;
    font-size: 12px;
    width: auto;
}

.home_sponsord_carousel img {
    max-width: 30px;
    margin: 0 auto;
}

.home_sponsord_carousel a {
    font-size: 15px;
}

.home_sponsord_carousel {
    height: 80px;
}

.spacific_coin_list {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  background: #1732a40a;
  padding: 20px 15px;
  border-radius: 15px;
}

.owl_single_watchlist_c {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  background: #1732a40a;
  padding: 20px 15px;
  border-radius: 15px;
}

.scl_single .coin_img {
  width: 50px !important;
  margin: 0 auto;
}

.scl_single h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.scl_single p {
  font-size: 14px;
  font-weight: lighter;
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.scl_single a.btn {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #D2D7ED;
  background: #FFF;
}

.scl_single_btn {
  height: 40px;
}


button#profile-tab {
    border-radius: 10px;
}

button#home-tab {
    border-radius: 10px;
}

.why_need_p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.why_need_tab button {
    padding: 10px 20px;
    font-size: 15px;
}

.why_need_items .item {
    margin-bottom: 20px;
}



.why_need_items .item h4 {
    font-size: 16px;
}

.why_need_items .item p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.coindrive_algo_number h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.coindrive_algo_num_item h4 {
    font-size: 24px;
}

.coindrive_algo_num_item span {
    font-size: 15px;
}

.coindrive_algo_num_item {
    padding: 20px 30px;
    text-align: center;
    height: 125px;
}

.Coindive {
    padding: 10px 0px;
}

.process_feature {
    padding-top: 30px;
    border-radius: 50px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.text-center.pt-3.process_feature-heading p {
    font-size: 16px;
    color: #858688;
}

.text-center.pt-3.process_feature-heading h3 {
    font-size: 25px;
}

.process_featur-right h4 {
    font-size: 18px;
    text-align: center;
}

.process_featur-right p {
    font-size: 15px;
    line-height: 25px;
}

.process_featur-left {
    margin-top: 0px;
}



.process_feature-left {
    text-align: center;
}

.process_featur-right h4 {
    font-size: 18px;
}

.process_featur-right p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}



.footer_details p {
    font-size: 15px;
    line-height: 24px;
}

.app_contact h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;
}

.app_contact p {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}



.col-md-12.text-center.my-3.footer_details a img {
    width: 120px;
    margin-left: 2px;
    margin-right: 2px;
}


.footer_nav a {
    color: white;
    margin-right: 6px;
    font-size: 15px;
}

/* .process_feature-left img {
    height: 200px;
} */

.col-lg-6.py-3.d-flex.align-items-center.hero_lottie {
    padding-top: 0px !important;
    margin-top: 0px;
}

.container-fluid.p-0.topBg.d-flex.justify-content-center.py-5 {
    padding-top: 15px !important;
}

.text-center.home_sponsord_carousel.first_single {
    display: inline-block;
    align-content: space-between;
    justify-content: center;
    padding-top: 0px;
}

.text-center.home_sponsord_carousel.first_single img {
    margin: 0 auto;
    /* display: inline-flex; */
    height: 50px;
    /* width: 108px!important; */
    max-width: 50px;
}

.text-center.home_sponsord_carousel.first_single span {
    text-align: center;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 500;
}

.hero_buttons {
    margin-top: 20px;
}

button#home-tab.active::after {
    position: absolute;
    height: 104%;
    content: '';
    width: 10px;
    background-color: #1732A4;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    top: -1px;
    right: -7px;
}

button#profile-tab.active::after {
    position: absolute;
    height: 104%;
    content: '';
    width: 14px;
    background-color: #1732A4;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: -1px;
    left: -7px;
}

button#home-tab.active {
    padding-right: 10px;
}

button#profile-tab.active {

    padding-left: 10px;
}



.col-12.col-md-4.col-lg-4.text-center.my-3.footer_details {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

button#profile-tab {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

button#home-tab {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

p.why_need_p br {
    display: none;
}

.process_feature {
    overflow: hidden;
}
.search-box {
  width: 100%;
}



}

@media only screen and (min-width: 320px) and (max-width: 575px) {
.site-heading {
    font-size: 8vw !important;
}

.image-mobile {
    top: 17% !important;
    left: 18% !important;
    width: 16% !important;
}

.count-al {
    font-size: 8vw !important;
}

.feturedcoinGrid {
    grid-template-columns: repeat(1, 1fr);
}

.borderClass {
    border-top: 1px solid #000;
}

.borderClass:last-child {
    border-bottom: 1px solid #000 !important;
}

.borderClass:first-child {
    border-top: 0 !important;
}
}

div#phone_number_style {
    display: none;
}