@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
 
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-color: rgb(30, 41, 59) !important;
}

* {
  outline: none;
}

a {
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

p {
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0px;
}

.container {
  padding: 0px 20px !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.header_mainsec {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0e172a;
  border-bottom: 1px solid #242f49;
  position: relative;
}

.header_mainsec .navbar {
  padding: 0px;
}

.header_mainsec .navbar .navbar-brand img {
  width: 250px;
  height: auto;
  filter: brightness(100);
}

.header_mainsec .navbar-brand h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 0px;
}

.header_mainsec .navbar .navbar-collapse {
  justify-content: center;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  padding: 0px 15px;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #16a34a;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link.active {
  color: #16a34a;
}

.header_mainsec .rightbox {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.header_mainsec .rightbox button {
  background-color: transparent;
  border: none;
  color: #fff;
}

.header_mainsec .rightbox button svg {
  width: 22px;
}

.header_mainsec .loginbox {
  margin-left: 10px;
}

.header_mainsec .loginbox .loginbtn {
  background-color: #16a34a;
  border: 1px solid #16a34a;
  border-radius: 8px;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  outline: none;
  box-shadow: none;
}

.header_mainsec .loginbox .loginbtn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #16a34a;
}

.header_mainsec .loginbox .loginbtn svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.footer_mainsec {
  background-color: #0f172a;
  border-top: 1px solid #242f49;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer_mainsec .about_contnt .logobox {
  width: 90%;
  margin-bottom: 30px;
}

.footer_mainsec .about_contnt .logobox img {
  width: 250px;
  height: auto;
  filter: brightness(100);
}

.footer_mainsec .about_contnt .contntbox {
  margin-bottom: 30px;
}

.footer_mainsec .about_contnt .contntbox p {
  font-weight: 500;
}

.social_media ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.social_media ul li a {
  width: 40px;
  height: 40px;
  color: rgb(151, 166, 186);
  font-size: 20px;
  background-color: #1e293b;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.social_media ul li a:hover {
  color: #16a34a;
  background-color: #1e293b;
}

.footer_mainsec .menu_mainsec {
  padding-left: 50px;
}

.footer_mainsec .title_box {
  margin-bottom: 15px;
}

.footer_mainsec .title_box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
}

.footer_mainsec .menu_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.footer_mainsec .menu_box ul li {
  margin-bottom: 5px;
}

.footer_mainsec .menu_box ul li a {
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
}

.footer_mainsec .menu_box ul li a:hover {
  color: #16a34a;
}

.copyright_mainsec {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #0f172a;
}

.copyright_mainsec .copyright_sec {
  text-align: center;
  border-top: 1px solid #242f49;
  padding-top: 15px;
}

.copyright_mainsec .copyright_sec p {
  font-weight: 500;
}

.home_bannersec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-image: linear-gradient(to bottom right, #0f172a, #1e293b, #14532d);
}

.home_bannersec > .container > .row {
  align-items: center;
}

.livetradingsignal {
  background-color: #16a34a33;
  border: 1px solid #22c55e4d;
  border-radius: 50px;
  color: rgb(74 222 128);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 6px 20px;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.livetradingsignal .pulsedot {
  background-color: rgb(74 222 128);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

.home_bannersec .contntbox {
  padding-right: 40px;
}

.home_bannersec .contntbox .titlecontntbox {
  margin-top: 30px;
}

.home_bannersec .contntbox .titlecontntbox h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 67px;
  margin-bottom: 30px;
}

.gradienttxt {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #4ade80, #60a5fa);
}

.home_bannersec .contntbox .titlecontntbox p {
  color: rgb(203 213 225);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.home_bannersec .contntbox .titlecontntbox .btn_mainsec {
  margin-top: 40px;
}

.home_bannersec .contntbox .titlecontntbox .btn_mainsec .btn_style {
  padding: 14px 40px;
}

.btn_mainsec .btn_style {
  background-color: #16a34a;
  border: 1px solid #16a34a;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  outline: none;
  box-shadow: none;
}

.btn_mainsec .btn_style:hover {
  background-color: #0c652d;
  border: 1px solid #0c652d;
  color: #fff;
}

.btn_mainsec .btn_style.borderbtn {
  background-color: transparent;
  border: 1px solid rgb(71 85 105);
  color: rgb(203 213 225);
}

.btn_mainsec .btn_style.borderbtn:hover {
  background-color: transparent;
  border: 1px solid rgb(74 222 128);
  color: rgb(74 222 128);
}

.btn_mainsec .btn_style svg {
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

.traders_infobox {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
  justify-content: center;
}

.traders_infobox .boxsec {
  text-align: center;
}

.traders_infobox .boxsec .icontxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 5px;
}

.traders_infobox .boxsec .icontxt svg {
  color: rgb(74 222 128);
  width: 1.5rem;
  height: 1.5rem;
}

.traders_infobox .boxsec .icontxt .numbertxt {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.traders_infobox .boxsec .nametxt {
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 500;
}

.livesignaldash_box {
  background-color: #1e293b80;
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.livesignaldash_box .title_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

.livesignaldash_box .title_box h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 0px;
}

.pulsebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.pulsebox .pulsedot {
  background-color: rgb(74 222 128);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

.pulsebox span {
  color: #16a34a;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}

.signaldashboard_mainbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.signaldashboard_mainbox .boxsec {
  background-color: #16a34a33;
  border: 1px solid #22c55e4d;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}

.signaldashboard_mainbox .boxsec .namebuy_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.signaldashboard_mainbox .boxsec .namebuy_box h4 {
  color: rgb(74 222 128);
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 0px;
}

.buybudge {
  background-color: #16a34a;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
  padding: 2px 8px;
}

.buybudge.blue {
  background-color: rgb(37 99 235);
}

.buybudge.red {
  background-color: rgb(220 38 38);
}

.signaldashboard_mainbox .boxsec p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 3px;
}

.signaldashboard_mainbox .boxsec span {
  color: rgb(74 222 128);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.signaldashboard_mainbox .boxsec.bluebox {
  background-color: #2563eb33;
  border: 1px solid #3b82f64d;
}

.signaldashboard_mainbox .boxsec.bluebox .namebuy_box h4 {
  color: rgb(96 165 250);
}

.signaldashboard_mainbox .boxsec.bluebox span {
  color: rgb(96 165 250);
}

.signaldashboard_mainbox .boxsec.redbox {
  background-color: #dc262633;
  border: 1px solid #ef44444d;
}

.signaldashboard_mainbox .boxsec.redbox .namebuy_box h4 {
  color: rgb(248 113 113);
}

.signaldashboard_mainbox .boxsec.redbox span {
  color: rgb(248 113 113);
}

.livecryptoprices_mainsec {
  background-color: rgb(30, 41, 59);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.livecryptoprices_mainsec .toptitlebox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.livecryptoprices_mainsec .toptitlebox .titlesec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.livecryptoprices_mainsec .toptitlebox .titlesec p {
  font-size: 16px;
}

.liveupdatebox {
  background-color: #16a34a33;
  border: 1px solid #22c55e4d;
  border-radius: 6px;
  color: rgb(74 222 128);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 6px 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.table_mainsec {
  background-color: #000;
  border: 1px solid rgb(51 65 85);
  border-radius: .75rem;
  overflow: hidden;
  margin-bottom: 30px;
}

.table_mainsec .table {
  margin-bottom: 0px;
}

.table_mainsec .table thead {
  border-bottom: 1px solid rgb(51 65 85);
}

.table_mainsec .table thead tr th {
  background-color: rgb(30, 41, 59);
  color: rgb(203 213 225);
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  padding: 15px 25px;
  text-align: right;
}

.table_mainsec .table thead tr th:first-child {
  text-align: left;
}

.table_mainsec .table tbody tr td {
  background-color: #0e1628;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 15px 25px;
  border-bottom: 1px solid rgb(30 41 59);
  text-align: right;
  vertical-align: middle;
}

.table_mainsec .table tbody tr td:first-child {
  text-align: left;
}

.table_mainsec .table tbody tr td .coinnamebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.table_mainsec .table tbody tr td .coinnamebox .logobox img {
  width: 32px;
  height: auto;
}

.table_mainsec .table tbody tr td .coinnamebox .coinname .shortname {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.table_mainsec .table tbody tr td .coinnamebox .coinname .fullname {
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.table_mainsec .table tbody tr td .changeinfo svg {
  color: rgb(74 222 128);
  width: 22px;
  margin-right: 4px;
}

.table_mainsec .table tbody tr td .changeinfo svg.green {
  color: rgb(74 222 128);
}

.table_mainsec .table tbody tr td .changeinfo svg.red {
  color: rgb(248 113 113);
}

.table_mainsec .table tbody tr td .changeinfo .persentage.green {
  color: rgb(74 222 128);
  font-size: 15px;
  font-weight: 400;
}

.table_mainsec .table tbody tr td .changeinfo .persentage.red {
  color: rgb(248 113 113);
  font-size: 15px;
  font-weight: 400;
}

.table_mainsec .table tbody tr td .price {
  color: rgb(151, 166, 186);
  font-size: 15px;
  font-weight: 400;
}

.livecryptoprices_mainsec .btn_mainsec {
  text-align: center;
}

.news_mainsec {
  background-color: rgb(30, 41, 59);
}

.news_mainsec .articals_mainbox {
  background-color: rgb(14, 22, 40);
  border: 1px solid rgb(51 65 85);
  border-radius: .75rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
  min-height: 530px;
}

.news_mainsec .articals_mainbox .articals_imgbox {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.news_mainsec .articals_mainbox .articals_imgbox img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.8s ease;
  object-fit: cover;
}

.news_mainsec .articals_mainbox:hover .articals_imgbox img {
  transform: scale(1.1);
}

.news_mainsec .articals_mainbox .articals_contntbox {
  padding: 20px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_contnt {
  margin-bottom: 20px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 27px;
  margin-bottom: 15px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  display: inline-block;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 a:hover {
  color: rgb(74 222 128);
}

.articals_mainbox .artical_contnt .article_description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info .datetimebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info .datetimebox .datetime svg {
  color: rgb(100 116 139);
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info .datetimebox .datetime span {
  color: rgb(100 116 139);
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info .trendingtxt svg {
  color: rgb(74 222 128);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info .trendingtxt span {
  color: rgb(74 222 128);
  font-size: 14px;
  font-weight: 500;
}

.livetradingsignal_mainsec {
  background-color: #0f172a;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.livetradingsignal_mainsec .toptitlebox {
  text-align: center;
  margin-bottom: 20px;
}

.livetradingsignal_mainsec .toptitlebox h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.livetradingsignal_mainsec .toptitlebox p {
  font-size: 16px;
}

.signals_trading .signal_card {
  background-color: rgb(30 41 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.signals_trading .signal_card .symbol_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.signals_trading .signal_card .symbol_info .symbol_contnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.signals_trading .signal_card .symbol_info .symbol_contnt .symbol_icon img {
  width: 45px;
  height: auto;
}

.signals_trading .signal_card .symbol_info .symbol_contnt .contntbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 2px;
}

.signals_trading .signal_card .symbol_info .symbol_contnt .contntbox .timeframe {
  color: rgb(148 163 184);
}

.status.active-status {
  background-color: #16a34a33;
  border: 1px solid #22c55e4d;
  border-radius: 50px;
  padding: 3px 10px;
  color: rgb(74 222 128);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.status.completed-status {
  background-color: #2563eb33;
  border: 1px solid #3b82f64d;
  border-radius: 50px;
  padding: 3px 10px;
  color: rgb(96 165 250);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.status.pending-status {
  background-color: #ca8a0433;
  border: 1px solid #eab3084d;
  border-radius: 50px;
  padding: 3px 10px;
  color: rgb(250 204 21);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.status svg {
  width: 18px;
  height: 18px;
}

.signals_trading .signal_card .signal_body {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 15px;
}

.signals_trading .signal_card .signal_body .entry {
  flex: 1;
  background-color: #16a34a33;
  border: 1px solid #22c55e4d;
  border-radius: 8px;
  padding: 16px;
}

.signals_trading .signal_card .signal_body .entry .label {
  color: rgb(74 222 128);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.signals_trading .signal_card .signal_body .entry .label svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.signals_trading .signal_card .signal_body .entry .price {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 4px;
}

.signals_trading .signal_card .signal_body .entry .small_text {
  color: rgb(148 163 184);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
}

.livetradingsignal_mainsec .signals_trading {
  margin-bottom: 24px;
}

.signals_trading .signal_card .signal_body .target {
  flex: 1;
  background-color: rgb(51 65 85);
  border: 1px solid rgb(71 85 105);
  border-radius: 8px;
  padding: 16px;
}

.signals_trading .signal_card .signal_body .target .label {
  color: rgb(96 165 250);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.signals_trading .signal_card .signal_body .target .label svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.signals_trading .signal_card .signal_body .target .price {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 4px;
}

.signals_trading .signal_card .signal_body .target .profit {
  color: rgb(74 222 128);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
}

.signals_trading .signal_card .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.signals_trading .signal_card .footer .stop_loss {
  color: rgb(148 163 184);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
}

.signals_trading .signal_card .footer .stop_loss span {
  color: rgb(248 113 113);
}

.signals_trading .signal_card .footer .confidence {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.signals_trading .signal_card .footer .confidence p {
  color: rgb(148 163 184);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
}

.signals_trading .signal_card .footer .confidence .progressbar {
  background-color: rgb(51 65 85);
  width: 64px;
  height: 8px;
  overflow: hidden;
  border-radius: 50px;
  margin-left: 5px;
}

.signals_trading .signal_card .footer .confidence .progressbar .progress {
  height: 8px;
  background-color: rgb(74 222 128);
}

.signals_trading .signal_card .footer .confidence .percentage {
  color: rgb(74 222 128);
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  margin-left: 5px;
}

.getpremium_signals {
  background-color: rgb(30 41 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
}

.getpremium_signals {
  background-color: rgb(30 41 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  width: 50%;
  margin: 0px auto;
  margin-top: 25px;
}

.getpremium_signals .contntbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 15px;
}

.getpremium_signals .contntbox .btn_mainsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.whychoose_mainsec {
  background-color: rgb(15 23 42);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.whychoose_mainsec .toptitlebox {
  text-align: center;
  margin-bottom: 50px;
}

.whychoose_mainsec .toptitlebox h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.whychoose_mainsec .toptitlebox p {
  font-size: 16px;
}

.whychoose_contntbox {
  background-color: rgb(30 41 59);
  border: 1px solid rgb(71 85 105);
  border-radius: 16px;
  padding: 20px;
  min-height: 245px;
  margin-bottom: 24px;
}

.whychoose_contntbox .iconbox {
  width: 50px;
  height: 50px;
  background-color: #354664;
  border-radius: 6px;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.whychoose_contntbox .iconbox svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.whychoose_contntbox .contntbox h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.whychoose_contntbox .contntbox p {
  color: rgb(148 163 184);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.yellow_bg {
  background-image: linear-gradient(to right, #eab308, #f97316);
}

.green_bg {
  background-image: linear-gradient(to right, #22c55e, #14b8a6);
}

.bluepurple_bg {
  background-image: linear-gradient(to right, #3b82f6, #a855f7);
}

.red_bg {
  background-image: linear-gradient(to right, #ef4444, #ec4899);
}

.blue_bg {
  background-image: linear-gradient(to right, #6366f1, #3b82f6);
}

.purple_bg {
  background-image: linear-gradient(to right, #a855f7, #6366f1);
}

.greenblue_bg {
  background-image: linear-gradient(to right, #22c55e, #3b82f6);
}

.bluegreen_bg {
  background-image: linear-gradient(to right, #06b6d4, #14b8a6);
}

.ourperformance_sec {
  background-image: linear-gradient(to right,rgba(22, 163, 74, 0.2), rgba(37, 99, 235, 0.2));
  border: 1px solid #22c55e4d;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
}

.ourperformance_sec .titlebox h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 10px;
}

.ourperformance_sec .titlebox p {
  font-size: 16px;
  color: rgb(203 213 225);
}

.greentxt {
  color: rgb(74 222 128) !important;
}

.bluetxt {
  color: rgb(96 165 250) !important;
}

.purpletxt {
  color: rgb(192 132 252) !important;
}

.yellowtxt {
  color: rgb(250 204 21) !important;
}

.ourperformance_sec .traders_infobox {
  gap: 215px;
}

.ourperformance_sec .traders_infobox .boxsec .icontxt .numbertxt {
  font-size: 34px;
}

.feargreedindex_mainsec {
  background-color: rgb(15, 23, 42);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.feargreedindex_mainsec .title_mainsec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin-bottom: 50px;
}

.metergraph {
  display: flex;
  align-items: center;
  position: relative;
  width: 320px;
  margin: 0px auto;
  margin-bottom: 22px;
}

.feargreedindex_mainsec .contntbox {
  padding-top: 50px;
  padding-right: 30px;
}

.feargreedindex_mainsec .contntbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}

.feargreedindex_mainsec .feargreedbox {
  background-color: rgb(30 41 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 30px;
  position: relative;
}

.liquidation_mainsec {
  background-color: rgb(30, 41, 59);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.liquidation_mainsec .title_mainsec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin-bottom: 50px;
}

.liquidation_mainsec .liquidationheatmapbox {
  background-color: rgb(14, 22, 40);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 30px;
  position: relative;
}

.liquidationheatmapbox .tophead_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.liquidationheatmapbox .title_box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
}

.liquidation_mainsec {
  background-color: rgb(30, 41, 59);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.liquidation_mainsec .title_mainsec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin-bottom: 50px;
}

.liquidationheatmapbox {
  background-color: rgb(30, 41, 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 25px;
  position: relative;
}

.liquidationheatmapbox .tophead_sec .controls_btnsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.liquidationheatmapbox .tophead_sec .controls_btnsec select {
  background-color: #0f172a;
  border: 1px solid rgb(51 65 85);
  border-radius: 6px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.liquidationheatmapbox .tophead_sec .controls_btnsec button {
  background-color: #0f172a;
  border: 1px solid rgb(51 65 85);
  border-radius: 6px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.dominance_mainsec {
  background-color: rgb(30, 41, 59);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.dominance_innerbox .dominance_mainbox {
  background-color: rgb(15, 23, 42);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 25px;
  position: relative;
}

.dominance_mainsec .title_mainsec {
  text-align: center;
  margin-bottom: 40px;
}

.dominance_mainsec .title_mainsec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin-bottom: 10px;
}

.dominance_mainbox .dominancechart_box {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 15px;
  margin-bottom: 15px;
}

.dominancechart_box .dominancebox {
  background-color: rgb(30, 41, 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 25px;
  position: relative;
  width: 100%;
}

.dominancechart_box .dominancebox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}

.dominancechart_box .dominancebox .dominanceinfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 6px;
}

.dominancechart_box .dominancebox .dominanceinfo span {
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.dominancechart_box .dominancechart {
  background-color: rgb(30, 41, 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 25px;
  position: relative;
  width: 100%;
  min-height: 440px;
}

.dominancechart_box .dominancechart h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}

.dominance_valuebox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.dominance_valuebox .values_box {
  background-color: rgb(30, 41, 59);
  border: 1px solid rgb(51 65 85);
  border-radius: 16px;
  padding: 25px;
  position: relative;
  width: 48.6%;
  min-height: 205px;
}

.dominance_valuebox .values_box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}

.dominance_valuebox .values_box p {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 7px;
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.marketprice_mainsec {
  position: relative;
}

.marketprice_mainsec .coinbox {
  background-color: #0f172a;
  border: 1px solid rgb(51 65 85);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 275px;
}

.marketprice_mainsec .marketprice_volume {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.marketprice_mainsec .marketprice_volume > .row {
  width: 100%;
  margin: 0px;
}

.marketprice_mainsec .marketprice_volume > .row .col-sm-12.col-md-6.col-lg-12.col-xl-12 {
  padding-left: 0px;
}

.marketprice_mainsec .marketcap.coinbox {
  min-height: 152px;
  width: 100%;
}

.marketprice_mainsec .coinbox .titlebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.marketprice_mainsec .coinbox .titlebox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 0px;
}

.marketprice_mainsec .coinbox .titlebox a {
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.marketprice_mainsec .coinbox .titlebox a:hover {
  color: #16a34a;
}

.marketprice_mainsec .coinbox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.marketprice_mainsec .coinbox ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.marketprice_mainsec .coinbox ul li:last-child {
  margin-bottom: 0px;
}

.marketprice_mainsec .coinbox .coinname {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}

.marketprice_mainsec .coinbox .coinname img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.marketprice_mainsec .coinbox .coinname span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.coinbox .pricebox h2 {
  color: rgb(151, 166, 186);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.downcoin {
  color: red !important;
}

.upcoin {
  color: green !important;
}

.coinbox .pricebox h2 .updown_txt i {
  margin-right: 6px;
}

.marketprice_mainsec .marketcap.coinbox .pricebox h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.marketprice_mainsec .marketcap.coinbox .price_graphbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}

.marketprice_mainsec .marketcap.coinbox .price_graphbox .graphimg img {
  width: 95px;
  height: auto;
}

.analysis_mainsec {
  background-color: rgb(15, 23, 42);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.analysis_mainsec .contntsec {
  background-image: linear-gradient(to right,rgba(22, 163, 74, 0.2), rgba(37, 99, 235, 0.2));
  border: 1px solid #22c55e4d;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  width: 90%;
  margin: 0px auto;
}

.analysis_mainsec .contntsec h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 20px;
}

.analysis_mainsec .contntsec p {
  color: rgb(194, 205, 220);
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
}

.coinlist_mainsec {
  background-color: rgb(30, 41, 59);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.coinlist_mainsec .toptitlebox {
  margin-bottom: 50px;
  text-align: center;
}

.coinlist_mainsec .toptitlebox h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 15px;
}

.coinlist_mainsec .toptitlebox p {
  font-size: 16px;
}

.coinlist_mainsec .btn_mainsec {
  text-align: center;
}

.coininfo_boxsec .category_listbox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
  list-style: none;
}

.coininfo_boxsec .category_listbox ul li {
  position: relative;
  border-right: 2px solid #2e3c53;
}

.coininfo_boxsec .category_listbox ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 20px;
  background-color: #0e1628;
  display: inline-block;
}

.coininfo_boxsec .category_listbox ul li a:hover {
  background-color: #16a34a;
}

.coininfo_boxsec .category_listbox ul li.active a {
  background-color: #16a34a;
}

.otherpage_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.otherpage_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .90;
  background: linear-gradient(90deg, #06391a 30.54%, rgba(44, 49, 56, 0) 81.77%);
  width: 100%;
  height: 100%;
}

.otherpage_banner .toptitlebox {
  position: relative;
  z-index: 9;
}

.otherpage_banner .breadcrumb_mainsec ul li {
  color: rgb(151, 166, 186);
}

.otherpage_banner .breadcrumb_mainsec ul li a {
  color: #fff;
}

.otherpage_banner .breadcrumb_mainsec ul li a:hover {
  color: #16a34a;
}

.otherpage_banner .toptitlebox .titlesec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 0px;
}

.blog_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.blog_mainsec .toptitlebox {
  text-align: center;
  margin-bottom: 40px;
}

.blog_mainsec .toptitlebox .titlesec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.blog_mainsec .toptitlebox .titlesec p {
  font-size: 16px;
}

.blog_mainsec .articals_mainbox {
  min-height: 500px;
}

.articaldetails_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.breadcrumb_mainsec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  gap: 35px;
  row-gap: 3px;
  position: relative;
}

.breadcrumb_mainsec ul li {
  position: relative;
}

.breadcrumb_mainsec ul li {
  position: relative;
  color: rgb(151, 166, 186);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.breadcrumb_mainsec ul li::after {
  content: "››";
  color: rgb(151, 166, 186);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -2px;
  position: absolute;
  top: 0px;
  right: -21px;
}

.breadcrumb_mainsec ul li:last-child::after {
  content: "";
}

.breadcrumb_mainsec ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.breadcrumb_mainsec ul li a:hover {
  color: #f97316;
}

.detailspage_contnt .categorybox {
  margin-bottom: 10px;
}

.categorybox .categorytxt span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: #16a34a;
  border-radius: 5px;
  padding: 1px 10px;
}

.articaldetails_mainsec .detailspage_contnt .imgbox {
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.author_info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 99;
  margin-bottom: 35px;
}

.author_info .iconbox i {
  color: #16a34a;
  font-size: 20px;
  margin-right: 10px;
}

.author_info .iconbox span {
  color: #7c859f;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box > div {
  color: #7c859f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 strong {
  font-weight: 600;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p {
  margin-bottom: 25px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p a {
  color: #6d799b;
  text-decoration: underline !important;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li {
  color: #6d799b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li a {
  color: #6d799b;
  text-decoration: underline !important;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li > strong {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  display: block;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.share_social_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
}

.share_social_sec .titletxt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.share_social_sec ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.share_social_sec ul li a {
  width: 40px;
  height: 40px;
  background-color: #0f172a;
  border-radius: 8px;
  color: rgb(151, 166, 186);
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.share_social_sec ul li a:hover {
  background-color: #0f172a;
  color: #16a34a;
}

.artical_sidebar {
  padding-left: 30px;
  margin-top: 38px;
}

.artical_sidebar .searchbox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar .category_box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.artical_sidebar .category_box ul {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}

.artical_sidebar .category_box ul li {
  color: #6d799b;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.artical_sidebar .category_box ul li::before {
  content: "";
  background-image: url("../img//right-double-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.artical_sidebar .latest_newsbox {
  background-color: #0f172a;
  border: 1px solid rgb(51 65 85);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 20px;
}

.artical_sidebar .latest_newsbox .articals_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(30 41 59);
  padding-bottom: 20px;
}

.artical_sidebar .latest_newsbox .articals_mainbox:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox {
  width: 85px;
  height: 85px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox {
  padding-top: 0px;
  padding-left: 15px;
  width: 70%;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 23px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
  display: inline-block;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a:hover {
  color: #16a34a;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_info {
  position: static;
  padding: 0px;
  margin-bottom: 0px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_info .time_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: #16a34a;
  border-radius: 5px;
  padding: 1px 10px;
}

.pagination_box button {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.pagination_box button:hover {
  background-color: #f97316;
  color: #fff;
  border: 1px solid #f97316 !important;
}

.pagination_box button.text-white {
  background-color: #f97316;
  border: 1px solid #f97316 !important;
  color: #fff !important;
}

.topnews_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.topnews_mainsec > .container-fluid {
  padding: 0px;
}










/* ================= Responsive Css Start ================= */

@media only screen and (max-width: 767px) {
.header_mainsec .navbar .navbar-brand img {
  width: 210px;
}

.header_mainsec .navbar-toggler {
  padding: 0px;
  outline: none;
  box-shadow: none;
}

.header_mainsec .navbar-toggler .navbar-toggler-icon {
  filter: brightness(100);
}

.header_mainsec .navbar .navbar-collapse .navbar-nav {
  background-color: #303e55;
  border-radius: 6px;
  padding: 10px;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link {
  padding: 5px 15px;
}

.header_mainsec .navbar .navbar-collapse {
  position: absolute;
  top: 44px;
  left: 0px;
  z-index: 999;
  width: 100%;
}

.header_mainsec .rightbox {
  width: 100%;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.home_bannersec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home_bannersec .contntbox {
  padding-right: 0px;
}

.home_bannersec .contntbox .titlecontntbox h1 {
  font-size: 40px;
  line-height: 50px;
}

.traders_infobox {
  margin-top: 40px;
  gap: 30px;
  margin-bottom: 30px;
}

.traders_infobox .boxsec {
  width: 40%;
}

.livecryptoprices_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.livecryptoprices_mainsec .toptitlebox .titlesec {
  margin-bottom: 20px;
}

.table_mainsec .table tbody tr td .coinnamebox {
  width: 200px;
}

.livetradingsignal_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.livetradingsignal_mainsec .toptitlebox {
  margin-bottom: 30px;
}

.signals_trading .signal_card .symbol_info {
  margin-bottom: 25px;
  gap: 15px;
}

.signals_trading .signal_card .footer {
  gap: 8px;
}

.livetradingsignal_mainsec .getpremium_signals {
  width: 100%;
  margin-top: 15px;
}

.news_mainsec .articals_mainbox .articals_imgbox {
  width: 100%;
  height: auto;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info {
  gap: 10px;
}

.news_mainsec .col-sm-12.col-md-4.col-lg-4.col-xl-4:last-child .articals_mainbox {
  margin-bottom: 0px;
}

.whychoose_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.whychoose_mainsec .toptitlebox {
  margin-bottom: 30px;
}

.whychoose_mainsec .toptitlebox h2 {
  font-size: 30px;
  line-height: 37px;
}

.ourperformance_sec {
  margin-top: 15px;
}

.ourperformance_sec .traders_infobox {
  gap: 50px;
}

.footer_mainsec {
  padding-bottom: 15px;
}

.footer_mainsec .about_contnt {
  margin-bottom: 30px;
}

.footer_mainsec .menu_mainsec {
  padding-left: 0px;
  margin-bottom: 30px;
}

.footer_mainsec .row :last-child.col-sm-12.col-md-3.col-lg-3.col-xl-3 .menu_mainsec {
  margin-bottom: 0px;
}

.copyright_mainsec .copyright_sec {
  padding-top: 20px;
  padding-bottom: 10px;
}
}

@media only screen and (min-width: 410px) and (max-width: 450px)  {
.traders_infobox .boxsec {
  width: 27%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
.header_mainsec .navbar .navbar-brand img {
  width: 210px;
}

.header_mainsec .navbar-toggler {
  padding: 0px;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 63px;
}

.header_mainsec .navbar-toggler .navbar-toggler-icon {
  filter: brightness(100);
}

.header_mainsec .navbar .navbar-collapse .navbar-nav {
  background-color: #303e55;
  border-radius: 6px;
  padding: 10px;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link {
  padding: 5px 15px;
}

.header_mainsec .navbar .navbar-collapse {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
  width: 100%;
}

.header_mainsec .rightbox {
  width: 50%;
  padding-right: 40px;
}

.home_bannersec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home_bannersec > .container > .row {
  align-items: start;
}

.home_bannersec .contntbox {
  padding-right: 0px;
}

.home_bannersec .contntbox .titlecontntbox h1 {
  font-size: 36px;
  line-height: 46px;
}

.traders_infobox {
  margin-top: 30px;
  gap: 30px;
}

.livecryptoprices_mainsec .toptitlebox .titlesec h2 {
  font-size: 36px;
  line-height: 46px;
}

.table_mainsec .table tbody tr td .coinnamebox {
  width: 200px;
}

.livetradingsignal_mainsec .toptitlebox h2 {
  font-size: 36px;
  line-height: 46px;
}

.signals_trading .signal_card .footer {
  gap: 10px;
}

.news_mainsec .articals_mainbox {
  min-height: 460px;
}

.news_mainsec .articals_mainbox .articals_imgbox {
  width: 100%;
  height: 200px;
}

.news_mainsec .articals_mainbox .articals_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whychoose_mainsec .toptitlebox h2 {
  font-size: 36px;
  line-height: 46px;
}

.whychoose_contntbox {
  min-height: 270px;
}

.ourperformance_sec .traders_infobox {
  gap: 70px;
}

.livetradingsignal_mainsec .getpremium_signals {
  width: 70%;
}

.footer_mainsec .about_contnt .logobox img {
  width: 180px;
  height: auto;
}

.artical_contnt .article_description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
}

@media only screen and (min-width: 1600px) and (max-width: 2500px)  {
.news_mainsec .articals_mainbox {
  min-height: 530px;
}

.whychoose_contntbox {
  min-height: 220px;
}

.marketprice_mainsec .coinbox {
  min-height: 290px;
}

.blog_mainsec .articals_mainbox {
  min-height: 500px;
}
}

/* ================= Responsive Css End ================= */
























