/* utilities starts */
.defiPage .h1 {
  font-size: 36px;
  font-weight: 600;
  color: #575757;
}

.defiPage .h2 {
  font-size: 24px;
  font-weight: 500;
  color: #575757;
  margin-bottom: 1.5rem;
  text-align: start;
}

.defiPage .h3 {
  font-size: 18px;
  font-weight: 500;
  color: #575757;
}

.defiPage .h4 {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
}

.defiPage .h5,
.defiPage .buc-label {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
}

.defiPage .p {
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  text-align: start;
}
.defiPage h1+p{
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  color: #575757;
}
.defiPage .note {
  font-size: 12px;
  font-weight: 400;
  text-align: start;
  color: #575757;
}

.defiPage a.hover,
.defiPage a.hover:hover {
  text-decoration: none;
  color: #28abe3;
}

.font-bold {
  font-weight: 600 !important;
}

.font-semibold {
  font-weight: 500 !important;
}
.font-regular {
  font-weight: 400 !important;
}

.pointer {
  cursor: pointer;
}

.br-6 {
  border-radius: 6px;
}

.gap-lg {
  gap: 2rem;
}

.gap-md {
  gap: 1rem;
}

.buc-btn {
  font-size: 14px;
  border-radius: 6px;
  height: 38px;
  padding: 0 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: fit-content;
  white-space: nowrap;
  background: transparent;
}

.btn-med {
  height: 48px;
  padding: 0 2rem;
}

.buc-btn.buc-btn-primary,
.buc-btn.buc-btn-primary:hover {
  color: #fff;
  background-color: #28abe3;
  text-decoration: none;
  border: 1px solid #28abe3;
}

.buc-btn.buc-btn-golden,
.buc-btn.buc-btn-golden:hover {
  color: #fff;
  background-color: #EDA82F;
  text-decoration: none;
  border: 1px solid #fff;
}

.buc-btn.white,
.buc-btn.white:hover {
  color: #28abe3;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
.buc-select{
  background-color: #28abe3;
  color: #fff;
  border: 1px solid #28abe3;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 .5rem;
  height: 38px;
}

.buc-select>option{
  background-color: #F4F7FC;
  color: #575757;
}
.buc-input-rightIcon{
  height: 38px;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background-color: #F4F7FC;
}
.buc-input-rightIcon>input{
  border: none;
  border-right: 1px solid #D9D9D9;
  background-color: inherit;
  color: #575757;
  height: 100%;
  font-size: 14px;
}
.bg-grey {
  background-color: #E3E9F2;
}

.bg-light-grey{
  background-color: #F4F7FC;
}

.bg-Primary{
  background-color: #28abe3;
}
.muted {
  opacity: .5;
}

.sec-9,
.sec-8,
.sec-7,
.sec-6,
.sec-5,
.sec-4,
.sec-3,
.sec-2 {
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width:1280px) {
  .sec-9,
  .sec-8,
  .sec-7,
  .sec-6,
  .sec-5,
  .sec-4,
  .sec-3,
  .sec-2 {
    width: 90%;
  }
}
@media(max-width:1024px){
  .defiPage .h1 {
    font-size: 24px;
  }
  .defiPage .h2 {
    font-size: 20px;
  }
  
  .defiPage .h3 {
    font-size: 18px;
  }

  .defiPage .h4{
    font-size: 16px;
  }
  .defiPage .p {
    font-size: 13px;
  }
  .defiPage .h5,
  .defiPage .buc-label,
  .defiPage h1+p{
    font-size: 14px;
  }
}
@media(max-width:990px){
  .defiPage .h1 {
    font-size: 22px;
  }
  .gap-lg {
    gap: 1.5rem;
  }
  .sec-9,
  .sec-8,
  .sec-7,
  .sec-6,
  .sec-5,
  .sec-4,
  .sec-3,
  .sec-2 {
    margin-bottom: 50px;
  }
}
@media(max-width:768px){
  .buc-select,
  .buc-input-rightIcon > input,
  .defiPage .p {
    font-size: 12px;
  }
  .defiPage .note {
    font-size: 10px;
  }

}
@media(max-width:570px){
  .defiPage .h2 {
    font-size: 18px;
  }
  
  .defiPage .h3 {
    font-size: 16px;
  }

  .defiPage .h4{
    font-size: 14px;
  }
  .defiPage .buc-label{
    font-size: 12px;
  }
  .buc-input-rightIcon,
  .buc-select,
  .buc-btn{
    font-size: 12px;
    height: 35px;
  }
  .btn-med {
    height: 40px;
    padding: 0px 1rem;
  }
  .gap-lg {
    gap: 1rem;
  }
  .sec-9,
  .sec-8,
  .sec-7,
  .sec-6,
  .sec-4,
  .sec-3,
  .sec-2 {
    margin-bottom: 30px;
  }
  .sec-5,
  .sec-6{
    width: 100%;
  }
}
/* utilities ends */

/* slick slidder css starts */
.slick-slide {
  outline: none;
}

.pr__section {
  width: 100%;
  margin: 0rem auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.08));
}
.pr__slide{
  width: 85%;
}
.defiPage .pr__card {
  background: #F4F7FC;
  border-radius: 6px;
  width: calc(100% - 1rem) !important;
  margin: auto;
  height: 170px;
  display: flex;
  padding: 1rem;
}

.pr__slide .slick-next:before,
.pr__slide .slick-prev::before{
  content: "\F054" !important;
  font-family: "Material Design Icons";
  border-radius: 50%;
  border: 2px solid #28abe3;
  font-size: 30px;
  color: #28abe3;
}
.pr__slide .slick-prev::before {
  content: "\F04D" !important;
  font-family: "Material Design Icons" !important;
}
.pr__slide .slick-prev:hover:before,
.pr__slide .slick-prev:focus:before,
.pr__slide .slick-next:hover:before,
.pr__slide .slick-next:focus:before{
  background-color: #28abe3;
  color: #fff;
}
.pr__slide .slick-dots li {
  margin: 0;
}

.pr__slide .slick-dots li button:before {
  font-size: 12px;
  color: #28abe3;
}

.pr__slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #28abe3;
}

.pr__slide .slick-dots {
  bottom: -50px;
}

.pr__slide .slick-next {
  right: -35px;
}

.pr__slide .slick-prev {
  left: -45px;
}
.icon-angle-down{
  border: 1px solid;
  border-radius: 50%;
  padding: 1px 4px 0;
  font-size: 18px;
}
@media(max-width:570px){
  .pr__slide{
    width: 75%;
  }
  .defiPage .pr__card{
    height: 160px;
  }
  .pr__slide .slick-next:before,
  .pr__slide .slick-prev::before{
    font-size: 20px;
  } 
  .pr__section .pr__slide .slick-next {
    right: -25px;
  }
  .pr__section .pr__slide .slick-prev {
    left: -28px;
  }
}
/* slick slider css endss */

/* sip card slider css starts */
.sip__section {
  width: 100%;
  margin: 0rem auto;
  padding-right: 1.5rem;;
}
.sip__slide{
  width: 90%;
}
.defiPage .sip__card {
  background: #F4F7FC;
  border-radius: 6px;
  width: calc(100% - 1rem) !important;
  margin: auto;
  height: 90px;
  display: flex;
  padding: .5rem;
}
.defiPage .sip__wrapper.active .sip__card{
  border: 2px solid #28abe3;
}
.sip__slide .slick-next:before,
.sip__slide .slick-prev::before{
  content: "\F054" !important;
  font-family: "Material Design Icons";
  border-radius: 50%;
  border: 2px solid #28abe3;
  font-size:16px;
  color: #28abe3;
}
.sip__slide .slick-prev::before {
  content: "\F04D" !important;
  font-family: "Material Design Icons" !important;
}
.sip__slide .slick-prev:hover:before,
.sip__slide .slick-prev:focus:before,
.sip__slide .slick-next:hover:before,
.sip__slide .slick-next:focus:before{
  background-color: #28abe3;
  color: #fff;
}

.sip__slide .slick-next {
  right: calc((88% - 100%) / 2);
}

.sip__slide .slick-prev {
  left: calc((90% - 100%) / 2);
}
@media (max-width:990px) {
  .sip__section{
    padding-right: 0;
  }
}
@media(max-width:570px){
  .sip__slide{
    width: 85%;
  }
  .defiPage .sip__card{
    height: 80px;
    width: calc(100% - .5rem) !important;
  }
  .sip__slide .slick-next {
    right: calc((85% - 100%) / 2);
    width: 12px;
    height: 12px;
  }
  .sip__slide .slick-prev {
    left: calc((82% - 100%) / 2);
    width: 12px;
    height: 12px;
  }
  .sip__slide .slick-next:before,
  .sip__slide .slick-prev::before{
    font-size: 12px;
  }
}
/* sip card slider css ends */

/* curr List sm table css starts */
.eth__form__asset {
  background: #fff;
  border-radius: 6px;
  padding: 0 5px 5px;
}

.curr-exchange-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 10px 1.5rem;
}

.curr-list:first-child {
  margin-top: 0;
}

.curr-list:nth-child(even) {
  background-color: #f4f7fc;
}

.curr-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 8px 10px;
}

.curr-name {
  float: left;
  width: 100%;
  max-width: 17ch;
}

.curr-name li.curr-icon {
  float: left;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.currvalues span.cname {
  display: block;
  color: #575757;
  font-size: 12px;
  letter-spacing: 0;
}

li.currvalues span.cvalue {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.curr-price {
  flex-grow: .8;
}

.curr-price .c-price1 {
  font-size: 14px;
  font-weight: 600;
  color: #575757;
}

.curr-list a,
.curr-list a:hover {
  text-decoration: none;
  color: #fff;
}

.curr-CTA {
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: #28abe3;
  color: #fff;
}

.currvalues span.cname small {
  color: #a6a6a6;
  font-size: 12px;
}

.tabView {
  display: none;
}
@media (max-width:990px) {
  .curr-name {
    width: 11ch;
  }
  .curr-price .c-price1 {
    font-size: 12px;
  }
  .deskView{
    display: none;
  }
  .tabView {
    display: block;
  }
}
@media (max-width:767px) {
  .deskView{
    display: block;
  }
  .tabView {
    display: none;
  }
}
@media (max-width:480px) {
  .deskView{
    display: none;
  }
  .tabView {
    display: block;
  }
}


/* curr List sm table css starts */

/* free page banner css starts */
.free-banner:hover {
  text-decoration: none;
}

.banner-text-lg {
  font-size: 50px;
  font-weight: 600;
}

.banner-text-sm {
  font-size: 20px;
}

.buc-container{
  width: 90%;
  margin: 0 auto;
}
@media (max-width:1280px) {
  .banner-text-lg {
      font-size: 40px;
  }
  .banner-text-sm {
      font-size: 16px;
  }
}
@media(max-width:990px){
  .banner-text-lg {
    font-size: 30px;
  }
  .free-banner img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width:767px) {
  .banner-text-lg {
    font-size: 20px;
  }
  .banner-text-sm{
      font-size: 14px;
  }
}
@media (max-width:570px){
  .banner-text-lg {
    font-size: 14px;
  }
  .banner-text-sm{
      font-size: 10px;
  }
  .free-banner img{
      width: 100px;
      height: 100px;
  }
  .free-banner{
      padding:0 1rem;
  }
  .free-banner .buc-container {
    width: 100%;
  }
  .free-banner .btn-med {
    height: 30px;
    padding: 0 1rem;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}
@media(max-width:375px){
  .banner-text-lg {
      font-size: 12px;
  }
  .banner-text-sm{
      font-size: 8px;
  }
}
/* free page banner css ends */

/* scip banner css starts */

.scip-banner {
  background-image: url('https://d33epyjwhmr3r5.cloudfront.net/cms/images/landingpage/DeFi/scip-img-bg.png');
  background-size: cover;
  height: 100%;
  background-position: center;
  border-radius: 6px;
  background-repeat: no-repeat;
  max-height: 410px;
}
@media (max-width:990px) {
  .scip-banner>img{
    width: 70%;
  }
}
@media (max-width: 767px){
  .scip-banner>img {
    width: 36%;
  }
}

@media (max-width:570px) {
  .scip-banner>img{
    width: 60%;
  }
}

/* scip banner css starts */

/* faq css starts */
.corporate__last {
  width: 80%;
  margin: 80px auto;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /* font-size: 15px; */
  transition: 0.4s;
  margin-top: 20px;
}

.accordion:after {
  content: "\002B";
  color: #28abe3;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

.panel {
  /* padding: 0 18px; */
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  overflow-y: auto;
}

.panel p {
  color: #0d1f3c;
  padding: 19px 20px;
  margin: 0;
}

.scratch__faqTypes .active {
  background-color: #ccc;
}

.scratch__faqTypes .show {
  max-height: 250px;
}

.scratch__faqTypes .remove {
  max-height: 0px;
}

.scratch__faqTypes .active:after {
  content: "\2212";
}
@media (max-width:1280px) {
  .corporate__last {
    width: 90%;
    margin: 50px auto;
  }
}
@media (max-width:570px) {
  .accordion {
    padding: 12px 8px;
    margin-top: 16px;
  }
}
/* faq css ends */

/* calc and graph section css starts */
.invTime{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 35px;
  border: 1px solid #D9D9D9;
  background-color: #F4F7FC;
  border-radius: 6px;
  color: #575757;
  font-size: 14px;
}
.invTime.active{
  border: 1px solid #28abe3;
  background-color: #28abe3;
  color: #fff;
}

@media (max-width:570px) {
  .invTime{
    height: 35px;
    padding: 0 .5rem;
    font-size: 12px;
  }
}

/* calc and graph section css ends */

/* sec-1 css starts */
.defiPage{
  margin-top: 70px;
}
.sec-1{
  width: 80%;
  padding: 80px 0;
}
@media(max-width:990px){
  .defiPage{
    margin-top: 60px;
  }
}
@media(max-width:570px){
  .defiPage{
    margin-top: 50px;
  }
  .sec-1 {
    padding: 50px 0;
  }
}
/* sec-1 css ends */

/* sec-3 css starts */

.shadow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 10px 10px rgba(40, 171, 227, 0.08));
}

.contents-section {
  width: calc(60% - 2rem);
}
.scip-banner,
.why-trade-sec{
  position: sticky;
  top: 80px;
}
.table-scip-banner {
  width: 40%;
  min-width: 315px;
}
@media (max-width:990px) {
  .contents-section {
    width: calc(60% - 1.5rem);
  }
  .shadow-wrapper{
    max-width: 60px;
    height: 60px;
  }
  .shadow-wrapper>img{
    width: 40px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .scip-banner{
    top: 60px;
  }
}
@media(max-width:767px){
  .contents-section,
  .table-scip-banner {
    width: 100%;
    min-width: unset;
  }

}
/* sec-3 css ends */


/* sec-4 css starts */

.sec-4 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
}

.partition-line {
  width: 30%;
  border-top: 1px dashed #28abe3;
  position: absolute;
  right: -15%;
  top: 40px;
}
.partition-line::before,
.partition-line::after{
  width: 8px;
  height: 8px;
  border: 1px solid #28abe3;
  position: absolute;
  border-radius: 50%;
  content: '';
  right: -8px;
  top: -5px;
}
.partition-line::before{
    left: -8px;
}
/* sec-4 css ends */
/* sec-7 css starts */

.sec-7 .img-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 50px;
  background-color: #28abe3;
  border-radius: 50%;
}
.sec-7 .cards{
  width: calc(50% - 2rem/2);
}
@media (max-width:990px){
  .sec-7 .cards{
    width: calc(50% - 1.5rem/2);
  }
}
@media (max-width:570px){
  .sec-7 .cards{
    width: 100%;
  }
}
/* sec-7 css ends */
.highcharts-credits{
  display: none !important;
}

/*  tooltip  css starts  */
/* Tooltip container */
.Tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.Tooltip .tooltiptext {
  visibility: hidden;
  background-color: #000000a6;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
/* Top Tooltip */
  width: 170px;
  bottom: 100%;
  left: 50%;
  margin-left: -120px; /* Use half of the width (100/2 = 50), to center the tooltip */
  font-family:"Open Sans", sans-serif;
  font-size: x-small;
}


/* Show the tooltip text when you mouse over the tooltip container */
.Tooltip:hover .tooltiptext {
  visibility: visible;
}