:root {
  --primary-color: #1bd584;
  --secondary-color: mintcream;
  --text-color: #0f203c;
  --background-color: #ffffff;
  --tab-bg:#ecedf3;
  --box-shadow-primary: 0 1px 3px rgba(0,0,0,.03);
  --box-shadow-secondary: 0 3px 6px #1bd58473;
  --border: 1px solid #e2e6f2;
}
body{
    overflow-x: hidden;
    padding: 0%;
    margin: 0%;
}
.nav-mobile{
  display: none;
}
.nav-laptop{
  display: block;
}
/* //navbar */
.navbar{
  padding: 0px;
}
.container-fluid{
  padding-left: 0%;
}
.navbar-brand{
  margin-right: 0%;
  padding-left: 0px;
  text-align: center;
  padding: 0%;
  width: 20%;;
}
.navbar-brand img{
  width: 80%;height: auto;
}

/* Add border around dropdown button */
.custom-dropdown {
  border: 1px solid #ededed;   /* change color as needed */
  border-radius: 6px;       /* rounded corners */
  padding: 0px 12px;        /* spacing */
  display: flex;
  align-items: center;
  gap: 8px;                 /* space between text and arrow */
}
/* hide Bootstrap default caret */
.custom-dropdown::after,.dropdown-toggle::after {
  display: none !important;
}
.dropdown-menu{
  border: none;
}

/* optional: add separator line */
.custom-dropdown .dd-text {
  padding: 5px 20px 5px 15px;
  border-right: 1px solid #ededed; /* vertical line */
  margin-right: 0px;
  color: black;
  font-size: 13px;
}

/* style the font awesome icon */
.dd-icon {
  font-size: 0.85rem;  /* adjust size */
  vertical-align: middle;
  color: #bebebe;
}
.btnLogin{
    background: #1BD584;
    color: white;
    box-shadow: 0 3px 6px #1bd58473;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 20px;
}
.dropdownLanguage::before{
    display: block;
    margin: -15px auto 9px auto;
    width: 0;
    border-top: 6px solid #1bd584;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
}
.two-col-dropdown {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 5px 15px; /* row-gap / col-gap */
  min-width: 250px; /* wider dropdown */
  box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
  width: 430px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 15px;
}

.two-col-dropdown .dropdown-item {
  white-space: normal; /* allow wrapping if text is long */
}
.sellDropdownStyle{
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
  width: 140px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 15px;
}
.crypto-input-group {
  display: flex;
  width: 100%;
}

/* Input field */
.crypto-amount,.currency-amount {
  width: 100%;
  height: 38px;
  border: 1px solid #e2e6f2;
  border-right: none;
  padding: 5px 15px;
  padding-left: 5px;
  color: rgba(15, 32, 60, .65);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
}

/* Dropdown container */
.crypto-dropdown {
  width: 100%;
  background: linear-gradient(#fff, #e4e7ed);
  border: 1px solid #e5e9f0;
  border-radius: 0 3px 3px 0;
  height: 38px;
  display: flex;
  align-items: center;
}

/* Dropdown button */
.crypto-toggle {
  border: none;
  color: var(--text-color);
  background: none;
  font-size: 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  width: 100%;
}

/* Selected text in button */
.crypto-selected {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Caret */
.caret-icon {
  font-size: 14px;
  margin-left: 8px;
  color: #888;
}

/* Dropdown menu */
.crypto-menu {
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  background: #f9fafe;
  border: 1px solid #ebedf5;
  border-top: none;
}
.crypto-menu li{
  font-size: 12px;
}
/* Search box */
.crypto-search {
  border: 1px solid #e5e9f0;
  border-radius: 5px;
  font-size: 12px;
}

/* Items */
.crypto-item {
  font-size: 12px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.crypto-item:hover {
  background: #eef1f7;
}

/* Coin icons */
.crypto-icon {
  width: 16px;
  height: auto;
}
.crypto-symbol {
  font-weight: 700;
}
.search-box{
  padding: 5px 8px;
}
.tab {
   padding: 4px 30px;
  color: #0f203c;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.tab.active{
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
   .carousel-control-prev-icon,
   .carousel-control-next-icon {
     filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
       background-size: 50% 50%; /* shrink the arrow */
      width: 1.5rem;  /* smaller clickable area */
      height: 1.5rem;
    }
  .otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e2e6f2;
    border-radius: 4px;
    background: #f8f9fd;
  }

.bannerContMain{
  background-color: var(--secondary-color);
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  padding: 50px 10px 0px;
}
.bannerContMain2{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:start
}
.bannerContMain2 h1{
  color: var(--text-color);
  font-size: 38px;
  text-shadow:2px 2px 4px #46474773;
}
.bannerContMain2 p{
  color: var(--text-color);
  width: 85%;
  font-size: 18px;
  font-weight: 700;
}
.formContainerMain{
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.formContainerMainDiv{
  background: #fff;
  width: 450px;
  height: auto;
  box-shadow: 0 0 10px #f0f2fc;
  border-radius: 5px;
  padding: 10px;
  margin-right: 15px;
}
#buy,.buy{
  display:block;
  height: 59vh;
  width: 100%;
}
#sell{
   display:none;
  height: 58vh;
  width: 100%;
}
#exchange{
  display:none;height: 55vh;width: 100%;
}
/* <!-- //how it works --> */
.howitworks{
  height: auto;
  width: 100%;
  padding: 5% 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.howitworks-title{
  font-size: 22px;
  font-weight: 600;
  color: #1bd584;
  text-align: center;
  margin-bottom: 4px;
}
.howitworks h2{
  font-size: 55px;
  font-weight: 700;
  width: 70%;
  text-align: center;
  color:#0f203d
}
.howitworks-description{
  color: #616d81;
  width: 65%;
  text-align: center;
}
.howitworks-steps{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px 20px;
}
.howitworks-step1,.howitworks-step2,.howitworks-step3{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.howitworks-step1 img,.howitworks-step2 img,.howitworks-step3 img{
  width: 50%;
  height: auto;
}
.border-top-steps{
  border-top: 1px solid rgba(33, 33, 33, 0.295);
  width: 80%;
  margin-bottom: 5px;
}
.howitworks-step1 h4,.howitworks-step2 h4,.howitworks-step3 h4{
  color: var(--text-color);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.howitworks-step1 h4 span,.howitworks-step2 h4 span,.howitworks-step3 h4 span{
  color: var(--primary-color);
}
.howitworks-step1 p,.howitworks-step2 p,.howitworks-step3 p{
  color: #616d81;
  text-align: center;
  font-size: 15px;
  width: 70%;
}
.whatsetsContainer{
  height: auto;
  width: 100%;
  padding: 8% 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: mintcream;
}
.whatsets-title{
  font-size: 22px;
  font-weight: 600;
  color: #1bd584;
  text-align: center;
  margin-bottom: 4px;
}
.whatsetsContainer h2{
  font-size: 55px;
  font-weight: 700;
  width: 70%;
  text-align: center;
  color:#0f203d
}
.whatsets-content{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  padding: 30px 70px;
}
.whatsets-item1{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}
.whatsets-item1CardA{
  border: 1px solid #D1E7FF;
  padding: 50px 40px;
  box-shadow: 0 6px 25px 0px #007bff13;
  border-radius: 8px;
  width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #1BD584;
  margin-bottom: 40px;
}
.whatsets-item1CardB{
  border: 1px solid #D1E7FF;
  padding: 50px 40px;
  box-shadow: 0 5px 15px #D1E7FF;
  border-radius: 8px;
  width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #8B00F7;
}
.whatsets-item1CardAImg{
  width: 84px;
  height: 84px;
  border-radius: 13px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px #1ad48345;
  background:#1BD584;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 15px
}
.whatsets-item1CardBImg{
  width: 84px;
  height: 84px;
  border-radius: 13px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px #8b00f745;
  background:#8B00F7;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.whatsets-item1CardA h4,.whatsets-item1CardB h4,.whatsets-item2CardA h4,.whatsets-item2CardB h4{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #0f203d;
}
.whatsets-item1CardA p,.whatsets-item1CardB p,.whatsets-item2CardA p,.whatsets-item2CardB p{
  color: #616d81;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0%;
}
.whatsets-item2{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.whatsets-item2CardA{
  border: 1px solid #D1E7FF;
  padding: 50px 40px;
  box-shadow: 0 5px 15px #007bff13;
  border-radius: 8px;
  width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #007AFF;
  margin-bottom: 40px;
  margin-top: 40px;
}
.whatsets-item2CardB{
  border: 1px solid #D1E7FF;
  padding: 50px 40px;
  box-shadow: 0 6px 25px 0px #007bff13;
  border-radius: 8px;
  width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #EF9F00;
}
.whatsets-item2CardAImg{
  width: 84px;
  height: 84px;
  border-radius: 13px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px #007aff45;
  background:#007AFF;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.whatsets-item2CardBImg{
  width: 84px;
  height: 84px;
  border-radius: 13px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px #EF9F0045;
  background:#EF9F00;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.toptobuyContainer{
  width: 100%;
  height: auto;
  padding: 5% 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.toptobuy-title{
  font-size: 22px;
  font-weight: 600;
  color: #1bd584;
  text-align: center;
  margin-bottom: 4px;
}
.toptobuyContainer h2{
  font-size: 55px;
  font-weight: 700;
  width: 70%;
  text-align: center;
  color:#0f203d
}
.table_topbuy{
  padding: 10px;
  width: 100%;
  height: auto;
}
.table_topBuyHead{
  background: white;
  box-shadow: 0 3px 6px #1bd58473;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.table_topBuyHead_row1{
  width: 2%;
  height: auto;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.table_topBuyHead_row2{
  width: 50%;
  height: auto;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.table_topBuyHead_row3{
  width: 20%;
  height: auto;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.table_topBuyHead_row4{
  width: 20%;
  height: auto;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.table_topBuyContentrow1{
  width: 2%;
  height: auto;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.table_topBuyContentrow2{
  width: 50%;
  height: auto;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
.table_topBuyContentrow2 img{
  width: 5%;
  height: auto;
  margin-right: 24px;
}
.table_topBuyContentrow2_span1{
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
  color: #333;
}
.table_topBuyContentrow2_span2{
  font-size: 16px;
  margin-right: 12px;
  color: #333;
}
.table_topBuyContentrow2 div{
  display: flex;
  margin-left: 8px;
}
.table_topBuyContentrow2_span3{
  background: #16ca99;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
}
.table_topBuyContentrow2_span4{
  background: #ee3c32;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  margin-left: 8px;
}
.table_topBuyContentrow3{
  width: 20%;
  height: auto;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_topBuyContentrow3 div{
  margin-right: 8px;
}
.table_topBuyContentrow3 div img{
  width: 28px;
  height: 24px;
}
.table_topBuyContentrow4{
  width: 20%;
  height: auto;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 400
}
.table_topBuyContentrow4 i{
  font-size: 15px;
  color: #1bd584;
  transform: rotate(90deg);
}
.startYourTrade_container{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: mintcream;
}
.startYourTrade_containerDiv{
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding:10px 55px;
}
.startYourTrade_containerDiv h2{
  font-size: 55px;
  font-weight: 700;
  width: 100%;
  color:#0f203d
}
.startYourTrade_containerDiv p{
  color: #616d81;
  font-size: 14px;
  margin-bottom: 14px;
}
.startYourTrade_containerDiv button{
  background: #1BD584;
  font-size: 18px;
  color: white;
  padding: 15px 40px;
  border-radius: 4px;
  box-shadow: 0 3px 6px #1bd58473;
  border: none;
}
.startYourTrade_containerDivImg{
  width: 40%;
  height: auto;
}
.startYourTrade_containerDivImg img{
  width: 90%;
  height: auto;
  float: right;
}
.coinwork_container{
  width: 100%;
  height: auto;
  padding: 5% 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.coinwork_containerImg{
  width: 45%;
  height: auto;
  padding: 10px;
}
.coinwork_containerImg img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.coinwork_container_content{
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 10px;
}
.coinwork_container_content_title{
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1bd584 !important;
  text-align: center;
  margin-bottom: 4px !important;
}
.coinwork_container_content h2{
  font-size: 45px;
  font-weight: 700;
  width: 100%;
  color:#0f203d
}
.coinwork_container_content p{
  color: #616d81;
  font-size: 16px;
  margin-bottom: 14px;
}
/* faq */
.faq_container_Main{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: mintcream;
  padding: 5% 5%;
}
.faq-container{
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0px;
}
.faq-container h2{
  font-size: 45px;
  font-weight: 700;
  width: 100%;
  color:#0f203d
}
h2{
      text-align:start;
      margin-bottom:20px;
    }
    .faq-item{
      border:1px solid #D1E7FF;
      background: #ffffff;
      border-radius: 6px;
      margin-bottom: 25px;
      /* padding:15px 0; */
      box-shadow: 0 6px 25px 0px #007bff13;
      width: 100%;
    }
    .faq-question{
      font-weight:bold;
      cursor:pointer;
      position:relative;
      color: #0F203D;
      font-size: 26px;
      font-weight: 700;
      padding: 30px;
    }
    .faq-question::before{
      position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 6px;
    height: 60px;
    background: #1BD584;
    }
    .faq-question::after{
      content:"+";
      position:absolute;
      right:51px;
      top:32px;
      font-size:23px;
      transition:transform .3s;
      background: rgba(27,213,132,0.15);
      color: #1BD584;
      width: 40px;
      height: 40px;
      text-align: center;
      border-radius: 6px;
    }
    .faq-item.open .faq-question::after{
      content:"-";
    }
    .faq-answer{
      max-height:0;
      overflow:hidden;
      color:#616d81;
      font-size:14px;
      line-height:1.6;
      transition:max-height .4s ease, padding .3s ease;
      padding:0;
    }
    .faq-item.open .faq-answer{
      max-height:500px;
      padding-bottom:20px;
      padding-left: 30px;
      padding-right: 20px;
    }
    .faqImage{
      display: block;
    }
    .footerMain{
      background-color: #1c3868;
      height: auto;
      width: 100%;
      padding-top: 100px;
    }
    .footerMainImg{
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      width: 100%;
      height: auto;
      padding-bottom: 20px;
    }
    .footerMainImg img{
      width: 15%;
      height: auto
    }
    .footerMaindiv1{
      width: 100%;
      height: auto;
      padding: 15px 90px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
    }
    .footerMaindiv1 h3{
      font-size: 18px;
      color: white;
      font-weight: 500;
      text-align: center;
    }
    .footerMaindiv1 h3 a{
      color: white;
      text-decoration: none;
    }
    .footerMaindiv2{
      width: 100%;
      height: auto;
      padding: 15px 60px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .footerMaindiv2 i{
      color:rgb(27, 213, 132);
      font-size: 28px;
      margin-right: 15px;
    }
    .footerMaindiv3{
      border-top: 1px solid #3b60a1;
      padding-bottom: 10px;
    }
    .footerMaindiv3 p{
      font-size: 16px;
      color: white;
      font-weight: 400;
      text-align: center;
      padding: 15px 0px;
    }
    /* <!-- //latest exchange --> */
    .latest_exchange_container{
      height: auto;
      width: 100%;
      padding: 20px 0px
    }
    .latest_exchange_container h2{
      font-size: 45px;
      font-weight: 700;
      color: #04223f;
      text-align: center;
      padding: 10px;
    }
    .latest_exchange_card{
      height: auto;
      margin: 10px 60px;
      box-shadow: 0 3px 6px #1bd58473;
    }
    .latest_exchange_cardA{
      display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 10px 0px;border-radius: 5px;
    }
    .latest_exchange_cardARow1{
      width: 15%;height: auto;border-right: 1px solid rgba(0, 0, 0, 0.134);display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .latest_exchange_cardARow2{
      width: 35%;height: auto;border-right: 1px solid rgba(0, 0, 0, 0.134);display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .latest_exchange_cardARow3{
      width: 15%;height: auto;border-right: 1px solid rgba(0, 0, 0, 0.134);display: flex;flex-direction: column;justify-content: center;align-items: center
    }
    .latest_exchange_cardARow4{
      width: 15%;height: auto;border-right: 1px solid rgba(0, 0, 0, 0.134);display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .latest_exchange_cardARow5{
      width: 15%;height: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .latest_exchange_cardA h5{
      color: #04223f;text-align: center;
    }
    .latest_exchange_cardA p{
      font-size: 15px
    }
    .latest_exchange_cardARow2 p{
      font-size: 14px;
    }
    .latest_exchange_cardA button{
      background: #5cb85c;border: none;padding: 5px 15px;font-size: 17px;border-radius: 6px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);color: white;
    }
    .fixedChatIcon{
      position: fixed;
      bottom: 5%;
      height: auto;
      width: 10%;
      right: 35px;
      text-align: end;
      z-index: 9999;
   }
    .fixedChatIcon img{
      width: 62%;
      height: auto;
    }
    .fixedChatIcon2{
         position: fixed;
         bottom: 5%;
         height: auto;
         width: 10%;
         left: 0px;
         text-align: end;
         z-index: 9999;
        }
       .fixedChatIcon2 img{
         width: 65%;
         height: auto;
        }
        .buyBtnHome,.sellBtn,.exchangeBtn,.buyBtn{
          background: #1bd584;
          width: 100%;
          padding: 6px 15px 8px;
          color: white;
          border-radius: 3px;
          font-size: 14px;
          border: none;
          box-shadow: 0 3px 6px #1bd58473;
          font-weight: bold;
        }
       @media (max-width: 600px) {
          .buyBtnHome,.sellBtn,.exchangeBtn,.buyBtn{
              padding: 2px 0px 2px;
              font-size: 18px;
          }
          .table_topBuyHead_row1{
            font-weight: 700;
          }
         .navbar-brand img{
            width: 100%;height: auto;
          }
  .fixedChatIcon{
    position: fixed;
    bottom: 2%;
    height: auto;
    width: 20%;
    right: 15px;
    text-align: end;
  }
  .fixedChatIcon img{
    width: 100%;
    height: auto;
  }
     .fixedChatIcon2{
    position: fixed;
    bottom: 2%;
    height: auto;
    width: 20%;
    left: 15px;
    text-align: end;
  }
  .fixedChatIcon2 img{
    width: 100%;
    height: auto;
  }
  .nav-laptop{
   display: none;
  }
  .nav-mobile{
   box-shadow: 0 0 10px #ccc;border-bottom: 1px solid #eff0f5;background: #fff;height: auto;padding: 0px 15px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  }
  .bannerContMain{
    grid-template-columns: repeat(1,1fr);
    padding: 18px 7px 10px;
    gap: 2px;
  }
  .bannerContMain2{
    width: 95%;
  }
  .bannerContMain2 h1{
     font-size: 25px;
     margin-bottom: 0%;
  }
  .bannerContMain2 p{
    width: 92%;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
  }
  .formContainerMain{
    justify-content: start;
    width: 98%;
  }
  .formContainerMainDiv{
    width: 355px;
    margin-right: 0px;
  }
  #buy,.buyHome{
    height: auto;
  }
  #sell{
    height: 56vh;
  }
  #exchange{
    height: 45vh;
  }
  .howitworks{
    padding: 3% 1%;
  }
  .howitworks-title{
    font-size: 22px;
    margin-bottom: 0%;
  }
  .howitworks h2{
    font-size: 25px;
    width: 92%;
  }
  .howitworks-description{
    font-size: 12px;
    width: 85%;
    margin-bottom: 0%;
  }
  .howitworks-steps{
    padding: 10px 5px 5px;
  }
  .howitworks-step1 h4,.howitworks-step2 h4,.howitworks-step3 h4 {
    font-size: 8px;
    margin-bottom: 4px;
  }
  .howitworks-step1 p,.howitworks-step2 p,.howitworks-step3 p{
    width: 100%;
    font-size: 7px;
    line-height: 10px;
    margin-bottom: 0%;
  }
  .border-top-steps{
    width: 85%;
  }
  .howitworks-step1 img,.howitworks-step3 img{
    width: 60%;
  }
  .howitworks-step2 img{
    width: 70%;
  }
  .whatsetsContainer{
    padding: 3% 0% 0%;
  }
  .whatsets-title{
    font-size: 22px
  }
  .whatsetsContainer h2{
    font-size: 25px;
    margin-bottom: 10px;
    width: 90%;
  }
  .whatsets-content {
    padding: 0px 6px; 
    gap: 10px;
  }
  .whatsets-item1CardA ,.whatsets-item1CardB,.whatsets-item2CardA,.whatsets-item2CardB{
    width: 170px;
    padding: 12px 10px;
    margin-bottom: 15px;
  }
  .whatsets-item1CardAImg,.whatsets-item1CardBImg,.whatsets-item2CardAImg,.whatsets-item2CardBImg{
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 8px;
  }
  .whatsets-item1CardA h4,.whatsets-item1CardB h4,.whatsets-item2CardA h4,.whatsets-item2CardB h4{
    font-size: 11px;
    margin-bottom: 5px;
  }
  .whatsets-item1CardA p,.whatsets-item1CardB p,.whatsets-item2CardA p,.whatsets-item2CardB p{
    font-size: 9px;
  }
  .whatsets-item2CardA{
    margin-top: 15px;
  }
  .toptobuyContainer{
    padding: 3% 0% 0%;
  }
  .toptobuy-title{
    font-size: 22px;
    margin-bottom: 0%;
  }
  .toptobuyContainer h2{
    font-size: 25px;
   margin-bottom: 10px;
  }
  .table_topbuy {
   padding: 5px;
  }
  .table_topBuyHead{
    padding: 6px 6px;
    margin-bottom: 13px;
  }
  .table_topBuyHead_row3{
    font-size: 9px;
    font-weight: 700;
  }
  .table_topBuyHead_row4{
    font-size: 9px;
    font-weight: 700;
  }
  .table_topBuyHead_row2{
    font-size: 9px;
    font-weight: 700;
  }
  .table_topBuyContentrow1 {
    font-size: 9px;
  }
  .table_topBuyContentrow2 img {
     width: 9%;
     margin-right: 5px;
  }
  .table_topBuyContentrow2_span1 {
    margin-right: 5px;
    font-size: 10px;
  }
  .table_topBuyContentrow2_span2{
    font-size: 10px;
    margin-right: 0%;
  }
  .table_topBuyContentrow2_span3{
    font-size: 8px;
    padding: 3px 6px;
  }
  .table_topBuyContentrow2_span4{
    font-size: 8px;
    padding: 3px 6px;
    margin-left: 5px;
  }
  .table_topBuyContentrow3 div img {
    width: 20px;
    height: 18px;
  }
  .table_topBuyContentrow4 i {
     font-size: 11px;
  }
  .tab {
    font-weight: 700;
  }
  .startYourTrade_containerDiv {
    padding: 6px 5px;
  }
  .startYourTrade_containerDiv h2{
    font-size: 19px;
    margin-bottom: 4px;
  }
  .startYourTrade_containerDiv p{
    font-size: 11px;
    margin-bottom: 5px;
  }
  .startYourTrade_containerDiv button{
    padding: 5px 15px;
    font-size: 10px;
  }
  .coinwork_container {
   padding: 1% 2%;
  }
  .coinwork_container_content{
    width: 55%;
  }
  .coinwork_container_content_title{
    font-size: 14px !important;
  }
  .coinwork_container_content h2{
    font-size: 18px;
    margin-bottom: 4px;
  }
  .coinwork_container_content p{
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 0%;
  }
  .coinwork_containerImg {
    width: 42%;
    padding: 0%;
  }
  .faq-container{
    width: 100%;
  }
  .faq_container_Main {
    padding: 1% 2%;
  }
  .faq-container h2 {
    font-size: 25px;
  }
  h2{
    margin-bottom: 10px;
  }
  .faq-question{
    font-size: 13px;
    padding: 14px 18px 14px 12px;
  }
  .faq-question::before {
   width: 3px;
   height: 29px;
   top: 6px
  }
  .faq-question::after {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    right: 7px;
    top: 11px;
    font-size: 14px;
  }
  .faq-answer{
    line-height: 13px;
    font-size: 11px;
  }
  .faq-item.open .faq-answer {
    max-height: 500px;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 14px;
  }
  .faqImage{
    display: none;
  }
  .faq-item{
    margin-bottom: 8px;
  }
  .footerMain{
     padding-top: 10px;
  }
  .footerMainImg {
    padding-bottom: 10px;
  }
  .footerMainImg img {
    width: 40%;
  }
  .footerMaindiv1 {
    padding: 5px;
  }
  .footerMaindiv1 h3{
    font-size: 12px;
  }
  .footerMaindiv2 i{
    font-size: 20px;
  }
  .footerMaindiv3 p{
    font-size: 14px;
    padding: 15px 0px 0px;
  }
  .latest_exchange_cardARow2 {
   width: 30%;
  }
  .latest_exchange_container {
     padding: 0px;
  }
  .latest_exchange_container h2{
    font-size: 25px;
  }
  .latest_exchange_card {
    margin:10px 5px;
  }
  .latest_exchange_cardA {
    padding: 5px 0px;
  }
  .latest_exchange_cardA h5 {
    font-size: 10px;
  }
  .latest_exchange_cardA p {
    font-size: 8px;
  }
  .latest_exchange_cardA button {
    padding: 4px 5px;
    font-size: 7px;
    border-radius: 4px;
  }
}