html {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    position: relative;
    width: 100%;
    background: #fff;
    font-size: 14px;  
    min-height: 100%;
    padding-bottom: 268px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 262px;
  }
  section {
    padding: 50px 0px;
  }
  
  .t-green {
    color: #40BF6A !important;
  }
  .t-red {
    color: #FF6262 !important;
  }
  .t-white {
    color: #fff;
  }
  .t-yellow {
    color: #04c4cc;
  }
  .yellow {
    text-decoration: none;
    color: #04c4cc;
    font-size: 17px;
    line-height: 32px;
  }
  .t-gray {
    color: #5d5d5d;
  }
  .orgtxt:hover {
    color: #04c4cc;
  }
  b, strong
  {
    
    font-weight: inherit;
  }
  .content,
  p {
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    text-transform: inherit;
    font-weight: 400;
  }
  .heading-title {
    font-size: 33px;
    line-height: 41px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .sub-heading {
    color: #101012;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 7px;
    margin: 0;
  }
  
  .flex-box {
    display: flex;
  }
  .table-content {
    display: table;
    margin: 0px;
    width: 100%;
  }
  .table-content > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .sitebtn,
  .bluebtn {
    padding: 10px 25px;
    border: 0px solid #3A5FAF;
    background: linear-gradient(to left, #3A5FAF, #1E3A8A);
    color: #fff !important;
    font-size: 16px;  
    line-height: normal;
    border-radius: 8px;
    transition: all 0.4s;
    font-weight: 500;
  }
  .sitebtn:hover,
  .sitebtn:focus,
  .sitebtn:active {
    transition: all 0.8s;
    background: linear-gradient(to left, #3A5FAF, #1E3A8A);
    color: #fff;
  }
  .borderbtn {
    background: transparent;
    border: 1px solid #3A5FAF;
    color: #3A5FAF !important;
  }
  .borderbtn:hover {
    background-color: #3A5FAF;
    color: #fff !important;
    border-color: #3A5FAF;
  }
  .bluebtn {
    background: linear-gradient(to left, #3A5FAF, #1E3A8A);
    border-color: #3A5FAF;
    border-radius: 5px;
  }
  .btn-sm {
    padding: 5px 15px;
    font-size: 14px;
  }
  .headbg {
    padding: 5px 16px;
    background: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  
  .headbg .navbar-brand {
    width: 190px;
  }
  .logo-img {
    width: 100%;
    max-width: 190px;
  }
  .headermenu .headbg .navbar-nav li a {
    color: #101012;
    padding: 12px 13px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
  }
  .headermenu .headbg .navbar-nav li a:hover {
    color: #3A5FAF !important;
  }
  .headermenu .headbg .navbar-nav li .sitebtn {
    padding: 8px 20px;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
  }
  
  .headermenu .headbg .navbar-nav li .sitebtn:hover {
    color: #000 !important;
  }
  .headermenu .headbg .dropdown-item:hover {
    color: #000;
  }
  .headermenu .dropdown-menu {
    background: #ffffff;
    padding: 12px 4px;
    border-radius: 7px;
    border: 0px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 1px 7px 16px 7px #2121211a;
    min-width: 300px;
  }
  .usermenu .dropdown-menu {
    right: 0px;
    left: inherit;
  }
  .downdrp .dropdown-menu .content {
    color: #fff;
  }
  .headermenu .headbg .dropdown-item {
      color: #101012 !important;
      font-size: 14px !important;
      padding: 6px 17px !important;
      position: relative;
      margin: 0px !important;
  }
  .headermenu .headbg .dropdown-item:hover,
  .headermenu .headbg .dropdown-item:focus,
  .headermenu .headbg .dropdown-item:active {
    background-color: transparent !important;
  }
  .usermenu a.dropdown-bs-toggle {
    padding-right: 2px !important;
    padding-left: 13px !important;
    margin-top: -6px !important;
  }
  .photopic {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-top: -17px;
    margin-right: 3px;
    display: inline-block;
    overflow: hidden;
    background-color: #e5e5e5;
    position: relative;
    top: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
  }
  .headermenu .headbg ul li a.dropdown-bs-toggle i {
    padding-left: 7px;
  }
  .profilesubdropbox > span {
    display: inline-block;
    top: 4px;
  }
  .profilesubdropbox h5 {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .headermenu .dropdown-menu .iconboxbg {
    width: 45px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    margin-right: 11px;
    display: inline-block;
    line-height: 35px;
    background: #ffffff1c;
  }
  .headermenu .dropdown-menu .iconboxbg img {
    width: 100%;
    max-width: 22px;
  }
  .usermenu hr {
    border: 1px dashed #cbcbcb;
    background: none;
    margin: 11px 10px;
    opacity: 1;
  }
  .t-gray {
    color: #979797 !important;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    transition: 0.5s ease-in-out;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
  }
  .navbar-toggler span {
    margin: 0px;
    padding: 0px;
  }
  .toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #101012;
    border-radius: 1px;
    opacity: 1;
    left: -5px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .middle-bar {
    margin-top: 0px;
  }
  
  .darkHeader {
    box-shadow: 0px 0px 14px 6px #141f271a;
  }
  
  .navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
  }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
  }
  .navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
  }
  .navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
  }
  .navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
  }
  .toggler-icon {
    background: #101012;
  }
  .homebannerbg .sitebtn {
    margin-top: 0;
  }
  .homebannerbg p 
  {  
      color: #4c4c4d;
      font-size: 17px;
      line-height: 27px;
      padding-bottom: 9px;
  }
  
  .banner-img {
    width: 100%;
    max-width: 580px;
    /* visibility: hidden; */
  }
  .homebannerbg {
    background-image: url(../images/banner.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  /* .homebannerbg::before
  {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/crypto-exchange.png);
    background-position: bottom right 250px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 524px;
  } */
  .homebannerbg .sitebannercontent {
    padding-top: 8vh;
  }
  .sitebannercontent h2 {
    color: #101012;
    font-size: 42px;
    line-height: 53px;
    padding-bottom: 12px;
    font-weight: 700;
  }
  .bannerbtn > a.btn {
    margin-right: 4px;
  }
  .bannerbtn .bluebtn {
    padding: 11px 17px;
  }
  .table > :not(:first-child) {
    border-top: 0px;
  }
  
  .herobtn {
    padding: 14px 32px !important;
    
  }
  
  .sitetable thead tr th {
    border-color: #e4e5e7;
    color: #101012;
    font-size: 14px;
    padding: 13px 15px;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
    white-space: nowrap;
    background-color: #fff;
    font-weight: 600;
  }
  .sitetable tbody tr td {
    border-bottom: 1px solid #f2f2f2;
    color: #101012;
    font-size: 15px;
    padding: 15px 15px;
    vertical-align: middle;
    white-space: nowrap;
  }
  [data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
  }
  [data-simplebar="init"] {
    display: flex;
  }
  .simplebar-scroll-content {
    overflow-x: hidden !important;
    overflow-y: scroll;
    min-width: 100% !important;
    max-height: inherit !important;
    box-sizing: content-box !important;
  }
  .simplebar-content {
    overflow-y: hidden !important;
    overflow-x: scroll;
    box-sizing: border-box !important;
    min-height: 100% !important;
  }
  .simplebar-track {
    z-index: 9999;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
  }
  .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px;
  }
  .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: rgb(152 152 152);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .simplebar-track:hover .simplebar-scrollbar:before,
  .simplebar-track .simplebar-scrollbar.visible:before {
    opacity: 0.5;
    transition: opacity 0 linear;
  }
  .simplebar-track.vertical {
    top: 0;
  }
  .simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
  }
  .simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 8px;
  }
  .simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }
  .horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
  }
  .sitescroll {
    max-height: 500px;
  }
  .chooseusdiv {
    padding-top: 45px;
  }
  .chooseusdiv,
  .needhelpdiv {
    display: flex;
  }
  
  .chooseusdiv {
    text-align: center;
    margin-top: 64px;
    border: 1px solid #d6e0f2;
    border-radius: 12px;
  }
  .chooseusdiv > div {
    width: 100%;
    padding: 25px 16px;
    border-radius: 10px;
    margin: 10px;
  }
  
  .chooseusbox img {
    width: 100%;
    max-width: 40px;
  }
  .chooseicon {
    background: #F5F5F5;
    border: 1px solid #d6e0f2;
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 14px;
    margin-top: -117px;
    /* margin-left: 0; */
    border-radius: 150px;
    justify-content: center;
  }
  
  .needhelpdiv {
    background: #f6f6f6;
    border: 1px solid #e4e5e7;
    border-radius: 10px;
    padding: 20px;
  }
  
  .needhelpdiv .sub-heading {
    padding-bottom: 4px;
    font-size: 19px;
  }
  
  .needhelpdiv img {
    width: 100%;
    max-width: 48px;
  }
  .communitybox {
    background: #e7f9fa;
    border-radius: 5px;
    padding: 25px 25px;
  }
  .needhelpbg .d-flex > div {
    width: 100%;
    margin: 0px;
  }
  .helpicon {
    background: #fbfbfb;
    border: 1px solid #e4e5e7;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 5px;
  }
  /* howitwrksec */
  
  .howitworkstitle {
    display: none;
  }
  
  .flexbox {
    display: flex;
    width: 100%;
    gap: 15px;
  }
  .flexbox > div {
    width: 100%;
  }
  /* footersec */
  .socialbg .flexbox {
    flex-wrap: wrap;
  }
  .socialbg .flexbox > div {
    height: 35px;
    width: 35px;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 10px;display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerbottombg section {
    background-image: linear-gradient(to left, #3A5FAF, #1E3A8A, #1E3A8A);
    padding-bottom: 20px;
  }
  
  .footerbottombg ul li {
    list-style: none;
    margin-bottom: 14px;
  }
  .footerbottombg ul {
    padding-left: 0px;
  }
  .footerbottombg ul li a {
    text-decoration: none;
    color: #c0cbe7;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    display: inline-block;
  }
  .ftext {
    color: #c0cbe7;
    font-size: 15px;
    line-height: 22px;
  }
  .footerbottombg ul li a:hover {
    color: #ffffff;
  }
  .footerbottombg h3 {
    padding-bottom: 5px;
    font-size: 17px;
    line-height: normal;
    color: #ffffff;
  }
  .footerbottombg .dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    border: 0 !important;
    vertical-align: 0px;
    right: 12px;
    position: absolute;
  }
  
  .footerbox {
  }
  .footerbottombg .ftxt {
    text-align: center;
  }
  .partnerlist .owl-stage {
    display: flex !important;
    align-items: center;
  }
  .modebg {
    border: 1px solid #464646;
    border-radius: 5px;
    padding: 0px 6px;
    height: 37px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
  }
  .modebg img {
    max-width: 20px !important;
  }
  .modeicon {
    border-radius: 50px;
    cursor: pointer !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 26px;
    display: none;
    margin-top: 2px;
  }
  .modebg .activemode {
    display: inline-block;
  }
  .headbg ul li.modebg a {
    padding: 1px !important;
  }
  .modeicon img {
    width: 16px;
  }
  /*tab css start*/
  .tabbanner {
    border-bottom: 1px solid #ededed;
    margin-top: 9px;
    flex-wrap: inherit;
  }
  .tabbanner > li {
    padding: 0px 6px;
    width: auto;
  }
  .tabbanner > li:first-child {
    padding-left: 0px;
  }
  .tabbanner > li:last-child {
    padding-right: 0px;
  }
  .tabbanner li a {
    background: none;
    color: #939393;
    border: 0px !important;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 17px;
    margin: 0;
    text-align: center;
    border-radius: 0px !important;
    line-height: 23px;
  }
  .tabbanner li a:hover {
    color: #3A5FAF;
  }
  .tabbanner li a.active {
    color: #18181a !important;
    background: none !important;
    border-bottom: 3px solid #3A5FAF !important;
    font-weight: 600;
  }
  /*tab css end*/
  .howitworkbg .row > div {
    position: relative;
  }
  .intl-tel-input .country-list {
    color: #333;
  }
  
  .loader {
    position: fixed;
    background-color: #f4f4f4;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .loader img {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 65px;
    transform: translate(-50%, -50%);
  }
  
  .supportsearch .siteformbg .form-control,
  .supportsearch .siteformbg .input-group-text {
    height: 38px;
  }
  .cht-img {
    width: 100%;
    max-width: 80px;
  }
  
  .panelcontentbox {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    padding: 25px;
    background: #fff;
  }
  .innerpagecontent {
    padding-bottom: 61px;
    padding-top: 120px;
  }
  .innerpagebg {
    background: #F5F5F5;
  }
  
  .coinlisticon {
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }
  .topbannerbg {
    padding-top: 130px;
    padding-bottom: 4px;
  }
  .innerpagebg .headbg {
    background: #ffffff;
  }
  
  .innerpagecontent .h2 {
    font-size: 30px;
    line-height: 33px;
    margin: 0;
  }
  .mt-box .h4 {
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 8px;
    margin: 0;
  }
  .mrktab .tabbanner {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 6px 6px;
    border-radius: 50px;
    border: 1px solid #ddddde;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: inherit;
    z-index: 9;
  }
  .mrktab .tabbanner > li {
    width: auto;
  }
  .mrktab .tabbanner > li .nav-link {
    font-size: 16px;
    line-height: normal;
    color: #5d5d5d;
    padding: 11px 29px;
    width: 100%;
  }
  .mrktab .tabbanner > li .nav-link.active,
  .mrktab .tabbanner > li .show > .nav-link {
    background-color: #04c4cc !important;
    border-radius: 50px !important;
    color: #000 !important;
    border: 0 !important;
  }
  
  .mrt-table .sitetable thead tr th:last-child,
  .mrt-table .sitetable tbody tr td:last-child {
    width: 200px;
  }
  .mrktab .twotablesec {
    padding-top: 90px;
    background-color: transparent;
  }
  .mrktab .owl-dots {
    display: none;
  }
  .mrt-table {
    position: relative;
  }
  textarea.form-control {
    height: auto !important;
  }
  .contactboxfrm .loginformbox {
    margin: 0px auto;
    max-width: 640px;
  }
  .contactboxfrm label {
    font-size: 15px;
  }
  .innerpagebg p {
    font-size: 15px;
    line-height: 29px;
  }
  .siteformbg .form-control {
    font-size: 15px;
    height: 46px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    color: #18181a;
    box-shadow: none;
    outline: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 7px;
    
  }
  .siteformbg .input-group-text {
    height: 46px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    color: #18181a;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    
  }
  .siteformbg .input-group .input-group-append .input-group-text {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .siteformbg .form-group {
    margin-bottom: 20px;
    position: relative;
  }
  .siteformbg select.form-control {
    padding: 6px 15px;
  }
  .modal .modal-content {
    background-color: #fff;
    border: 0px;
    border-radius: 7px;
  }
  
  .modal .modal-header {
    padding: 15px 25px;
    border-bottom: 0px;
    padding-bottom: 5px;
  }
  
  .modal .modal-header h4 {
    font-size: 20px;
    margin: 0px;
    line-height: normal;
    width: 100%;
    color: #000000;
  }
  
  .modal .modal-header .close {
    opacity: 1;
    color: #fff;
    top: -13px;
    right: -11px;
    position: absolute;
    background: #3A5FAF;
    border: 0px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  
  .modal .modal-header .close > span {
    position: relative;
    top: -4px;
  }
  
  .modal .modal-header .close:hover {
    opacity: 1;
    color: #181818;
  }
  
  .modal-body {
    padding: 23px 25px;
  }
  
  .buymodal .modal-dialog {
    max-width: 750px;
  }
  
  .tradepricebanner {
    width: 100%;
    margin: 0px 0px;
    display: inline-block;
    padding-bottom: 20px;
  }
  
  .tradepricebanner > div {
    padding: 0px 0px;
  }
  
  .tradepicesubbg > div {
    display: flex;
    padding: 9px 0px;
  }
  
  .tradepicesubbg .h1 {
    font-size: 15px;
  
    margin: 0px;
    width: 100%;
  }
  
  .tradepicesubbg .h3 {
    font-size: 15px;
    margin: 0px;
  
    padding-left: 13px;
    text-align: right;
    width: 100%;
  }
  
  .tradepicesubbg .t-blue {
    color: #18181a;
  }
  
  .modal-backdrop {
    background-color: #000000db;
  }
  .modal-backdrop.show {
    opacity: 1;
  }
  .viewbtn {
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 50px;
    background: linear-gradient(to right, #ffd362, #ff7622);
    color: #000;
  
    border: 0px;
  }
  .notesgray {
    background: #f1f1f1;
    border: 0px !important;
    padding: 15px;
    border-radius: 8px;
  }
  .termsnotes {
    width: 100%;
    display: block;
    margin: 10px 0px;
  }
  .termsnotes h5 {
    font-size: 16px;
  }
  .modalbgt .notesgray p {
    padding-bottom: 8px;
  }
  .notestitle p {
    font-size: 14px;
    margin: 0px;
    padding-bottom: 13px;
  
    line-height: 24px;
  }
  .modal p {
    font-size: 14px;
    line-height: 25px;
  }
  
  .usrstatusbox .t-green {
    color: #37bf8f;
  }
  .dropcoinscroll {
    max-height: 331px;
  }
  .dropcoinscroll .simplebar-scrollbar:before {
    opacity: 0.5;
  }
  .form-group.has-error {
    margin-bottom: 0px !important;
    position: absolute;
    font-size: 12px;
  }
  .alert p {
    color: #223f32 !important;
    font-size: 14px;
  }
  .alert p .fa {
    margin-right: 4px;
  }
  .infocontentb p {
    font-size: 15px;
    line-height: 29px;
  }
  .paymentlist {
    padding: 0px;
    margin: 0px;
    padding-right: 4px;
  }
  .paymentlist li {
    position: relative;
    list-style: none;
    border-left: 3px solid #ccc;
    margin-bottom: 10px;
    line-height: normal;
  }
  .paymentlist li > span {
    padding-left: 4px;
  }
  .paymenttoggleicon {
    border: 0px;
    outline: none;
    box-shadow: none;
    background-color: #e2e2e2;
    padding: 0px 6px;
    border-radius: 5px;
    color: #333;
    line-height: 19px;
    font-size: 16px;
    width: 24px;
    height: 23px;
    position: relative;
    top: -9px;
  }
  .paymenttoggleicon.lesslist .fa {
    position: relative;
    top: -1px;
  }
  .paymentdetails {
    display: flex;
    align-items: end;
  }
  .cryptobg .sitescroll {
    max-height: 873px;
  }
  .tooltip {
    font-size: 13px;
  }
  
  .tooltip-inner {
    max-width: 300px;
    padding: 6px 8px;
    background-color: #18181a;
    line-height: 15px;
    color: #fff;
    text-align: start;
  }
  
  .tooltip-inner b {
    font-size: 13px;
    display: inline-block;
    margin: 7px 0px 4px;
  }
  
  .tooltip-inner b:first-child {
    margin-top: 0px;
  }
  
  .tooltip-inner p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
  }
  
  .tooltip.show {
    opacity: 1;
  }
  
  .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
  .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #18181a;
  }
  
  .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
  .bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #18181a;
  }
  
  .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
  .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #18181a;
  }
  
  .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
  .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #18181a;
  }
  
  .paymentslct select.form-control {
    height: 39px;
    padding-left: 5px;
    max-width: 252px;
    margin-left: auto;
  }
  .paymentslct {
    width: 100%;
  }
  
  .login-form .loginsitelnk {
    width: 100%;
    height: 43px;
    border: 1px solid #6c6c6c;
    border-radius: 5px;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .login-form .loginsitelnk img {
    padding-right: 8px;
    width: 25px;
  }
  .login-form .loginsitelnk a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
  }
  
  .login-form .form-check a {
    color: #3A5FAF;
    text-decoration: none;
  }
  
  .homebannerbg .bannersubmin,
  .p2pbanner .bannersubmin {
    font-size: 45px;
    line-height: 56px;
    color: #fff;
  }
  
  .adsbannerbg {
    padding-top: 25px;
  }
  .adsbannerbg .adsimg {
    display: flex;
  }
  .adsbannerbg .adsimg img {
    width: 100%;
    max-width: 364px;
    transition: all 0.4s;
  }
  .adsbannerbg .adsimg img:hover {
    transform: translate(0, -5px);
    webkit-transform: translate(0, -5px);
    filter: drop-shadow(2px 4px 6px #000000a3);
  }
  
  .twotablesec .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 23px;
    background-color: #F5F5F5 !important;
    color: #101012;
    border: 0 !important;
    border-radius: 6px;
    padding: 9px 19px;
    font-weight: 500;
  }
  .twotablesec .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3A5FAF !important;
    border-radius: 6px !important;
  }
  .twotablesec .nav-tabs {
    margin-bottom: 14px;
  }
  .twotablesec .nav-tabs .nav-item {
    padding-right: 10px;
  }
  .headbg .dropdown-toggle::after
  {
    display: none;
  }
  .tableicon {
    display: table;
    width: 100%;
  }
  .tableicon > span {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .tableicon > span:last-child {
    width: 39px;
    text-align: right;
  }
  .headermenu ul li a img {
    width: 100%;
    max-width: 25px;
  }
  
  .notifyicon img {
    width: 100%;
    max-width: 20px;
  }
  .alink {
    text-decoration: none;
    color: inherit;
  }
  .downdrp a img {
    width: 26px !important;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
  }
  
  .borderbg {
    border: 1px solid #e4e5e7;
    border-radius: 10px;
    padding: 0px;
    position: relative;
    overflow: hidden;
  }
  .howitworkbg .borderbg {
    padding: 25px 35px;
  }
  h4.tbhead {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
  }
  
  .topertable .sitetable tbody tr td {
    padding: 6px 15px;
    font-size: 14px;
  }
  .topertable .sitescroll {
    max-height: 185px;
  }
  .chooseusbox p {
    margin-bottom: 0px;
  }
  .topertable .tabrightbox {
    right: 0px !important;
    top: 5px !important;
  }
  
  .statisticsbg {
    background: #e7f9fa;
    text-align: center;
    padding: 27px 0px;
  }
  .partnerlist > div {
    padding: 0px 5px;
    width: 100%;
  }
  .partnerlist img {
    width: 100%;
    max-width: 90px;
    opacity: 0.3;
  }
  .partnerlist {
    align-items: center;
  }
  .aboutbg {
    /* background:#E7F9FA; */
  }
  .qrbg > div {
    width: 100%;
  }
  .qrbg > div:first-child {
    width: 173px;
  }
  .qrborderbox {
    border: 1px solid #e4e5e7;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    width: 110px;
    height: 110px;
    justify-content: center;
  }
  .contenthowbox {
    padding-right: 190px;
  }
  .aboutbg h5 {
    padding-bottom: 15px;
  }
  .himg {
    width: 100%;
    max-width: 446px;
  }
  .hwbox > div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .hwbox > div:nth-child(even) > div:last-child {
    text-align: right;
  }
  .hwbox > div:nth-child(even) > div:first-child {
    text-align: right;
  }
  .hwbox > div:nth-child(even) > div:last-child {
    padding-right: 0px;
    padding-left: 150px;
  }
  .ourflx > div {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .ourbox {
    padding: 28px 23px;
    margin: 24px 54px;
    border: 1px solid #e2e8fa;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .ourimg {
    width: 100%;
    max-width:40px;
  }
  .ourbox .table-content > div:first-child, .copytwotabsec .ourbox .table-content > div:first-child {
    width: 106px !important;
  }
  .tabrightbox.arwicon {
    top: inherit;
    bottom: 15px;
    right: 25px;
  }
  .arwimg {
    width: 19px;
  }
  .appimg {
    padding-bottom: 19px;
    padding-top: 10px;
  }
  /* .qrimg {
    width: 100%;
    max-width: 180px;
  } */
  .appimg a {
    margin-right: 15px;
  }
  .startradebg {
    background-image: url(../images/tradebg.png);
    background-position: center;
    background-size: cover;
    background-position: top center;
    padding: 30px 0px;
  }
  .startradebg .heading-title {
    font-size: 36px;
  }
  .fqr {
    width: 100%;
    max-width: 200px;
  }
  
  .dwnimg {
    width: 100%;
    max-width: 747px;
  }
  .appimg img {
    width: 100%;
    max-width: 152px;
  }
  .f-logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .owl-carousel .owl-stage-outer {
    padding: 10px 0px;
  }
  .borderbg.topertable {
  }
  .arwimg:hover {
    width: 26px;
    filter: drop-shadow(2px 1px 7px #0000008e);
    transition: all 0.4s;
  }
  .drpqrimg {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }
  .downdrp .dropdown-menu {
    left: inherit;
    right: 0;
    text-align: center;
    min-width: 245px;
  }
  
  /*login css start*/
  .loginbanner {
    background-image: url(../images/lightbg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 0px;
    height: 100vh;
    background-size: cover;
    display: table;
    background-color: #f5f5f5;
  }
  .form-bg {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-top: 125px;
  }
  .loginbanner footer {
    display: none;
  }
  .formboxbg .h2 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 3px;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .formboxbg {
    width: 100%;
    margin: 0px;
    display: table;
    border-radius: 25px;
    overflow: hidden;
    min-height: 663px;
    height: 100%;
    position: relative;
  }
  
  .formboxbg > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 50%;
  }
  
  .rightsideformbox {
    position: relative;
    padding: 20px !important;
    background: #ffffff;
  }
  .leftsideformbox {
    position: relative;
    padding: 25px 30px;
    background:#14275d;
    text-align: center;
  }
  .leftsideformbox img {
    width: 100%;
    max-width: 483px;
    margin-top: 10px;
  }
  .loginfootbg p {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 400;
    font-weight: 500;
  }
  .formbg .container {
    padding: 0px;
  }
  .loginformbox {
    width: 100%;
    max-width: 410px;
    margin: 0px auto;
  }
  label {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .formcontentbox .form-group {
    margin-bottom: 20px !important;
    position: relative;
  }
  .formboxbg p {
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    padding-top: 3px;
    text-transform: inherit;
    text-align: center;
  }
  .login-form .heading-title {
    font-size: 28px !important;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
    
  }
  .login-form .form-control {
      background-color: #f5f5f5;
      border: 1px solid #dddddd;
      height: 47px;
      color: #000000;
      border-radius: 5px;
      box-shadow: none;
      outline: none;
      font-size: 14px;
  }
  .btngray a {
    color: #3A5FAF;
    text-decoration: none;
    font-weight: 600;
  }
  .login-form .input-group-text {
    height: 47px;
    font-size: 16px;
    color: #000;
    background-color: #f5f5f5;
    border-color: #dddddd;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .loginlftimg img {
    width: 100%;
    max-width: 850px;
    margin-top: 10px;
  }
  .login-form .btn {
    padding: 11px 10px;
    width: 100%;
  }
  .form-control:focus {
    box-shadow: none;
  }
  .otpverifybg .form-control {
    width: 100%;
    margin: 5px 5px;
    text-align: center;
    padding: 5px 4px;
    border-radius: 5px;
  }
  .logbottomcellbox {
    margin-top: 21px;
  }
  .login-form .phonetab .form-control {
    border: 1px solid #dfdfdf !important;
    border-radius: 8px !important;
  }
  
  .login-form .phonetab .input-group-text .form-control {
    width: 118px;
    padding-top: 6px;
    font-size: 15px !important;
    padding-right: 10px;
  }
  
  .login-form .phonetab .input-group-text {
    padding: 0px;
    padding-right: 7px;
    border: 0px !important;
    background: none !important;
  }
  
  .login-form .phonetab .input-group {
    display: flex;
    flex-wrap: inherit;
    margin: 0px !important;
    width: 100%;
  }
  
  .login-form .phonetab .input-group > div {
    width: 100%;
  }
  
  .intl-tel-input .country-list {
    z-index: 99;
  }
  .loginformbox .tabbanner {
    justify-content: left;
    border-color: #d0d0d1;
  }
  .eicon {
    width: 100%;
    max-width: 17px;
  }
  .btngray {
    text-align: center;
  }
  
  .strength-bar-class {
    border: 1px solid #cccaca;
    padding: 1px 17px;
    border-radius: 6px;
    line-height: 0px;
    height: 0px;
    margin-right: 2px;
    font-size: 5px;
  }
  
  .infonotes i {
    position: absolute;
    right: 0px;
    top: 2px;
    color: #8b8e90;
  }
  
  .infonotes .noteshow {
    display: none;
  }
  
  .infonotes:hover .noteshow {
    display: block;
    background: #efefef;
    font-size: 13px;
    border-radius: 7px;
    padding: 16px 15px;
    position: absolute;
    top: 28px;
    right: 0px;
    z-index: 9;
    color: #333;
  }
  .formcontentbox .row .col-md-6 .infonotes i {
    right: 14px;
  }
  .loginbanner .headermenu .dropdown-menu {
    background: #fff;
  }
  .loginbanner .headermenu .dropdown-menu .iconboxbg img {
    filter: grayscale(1) invert(1);
  }
  .loginbanner .headermenu .dropdown-menu .iconboxbg {
    background: #e5e5e5;
  }
  .loginbanner .downdrp .dropdown-menu .content,
  .loginbanner .headermenu .headbg .dropdown-item {
    color: #000 !important;
  }
  /*login css end*/
  .coinicon {
    width: 30px;
    margin-right: 7px;
  }
  .cryptosupprtlist {
    padding: 0px;
    margin: 0px;
  }
  .cryptosupprtlist li {
    list-style: none;
    float: left;
    padding: 0px 5px;
  }
  .cryptosupprtlist img {
    width: 32px;
  }
  .ourbox p {
    margin-bottom: 0px;
  }
  .toolicon {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 14px;
    border-radius: 150px;
    justify-content: center;
  }
  .ourbox .sub-heading {
  }
  .lightthemeicon {
    display: none;
  }
  .loginbanner .darkthemeicon {
    display: inline-block;
  }
  .loginbanner .lightthemeicon {
    display: none;
  }
  .loginbanner .headermenu .headbg li a.sitebtn.borderbtn {
    color: #000;
  }
  .loginbanner .headermenu .headbg li a.sitebtn.borderbtn:hover
  {
    color: #fff !important;
  }
  .contenthowbox .sub-heading {
    font-size: 24px;
    padding-bottom: 11px;
  }
  .contenthowbox p {
    font-size: 17px;
    line-height: 30px;
  }
  .howitworkbg {
    padding-bottom: 65px;
  }
  .qrbg .h5 {
    line-height: 29px;
    font-size: 18px;
  }
  .socialist {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .socialist li {
    list-style: none;
    float: left;
    padding: 3px 3px;
  }
  .socialist li a {
    width: 40px;
    height: 40px;
    background: #04c4cc;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .needhelpdiv > div {
    padding: 0px 20px;
  }
  .needhelpdiv > div:first-child {
    padding-left: 0px;
  }
  .needhelpdiv > div:last-child {
    padding-right: 0px;
  }
  .needhelpbox p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .communitybox p {
    font-size: 16px;
  }
  .subscibefrmbg .form-control,
  .subscibefrmbg .input-group-text {
    background: none;
    border: 0px;
    color: #fff;
  }
  .subscibefrmbg .form-group {
    background-color: #040d16;
    border: 1px solid #02172d;
    border-radius: 5px;
  }
  .subscibefrmbg {
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
    margin-top: 20px;
  }
  .footerbox .row {
    display: flex;
    flex-wrap: inherit;
  }
  /* .footerbox .row>div
  {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  } */
  .footerbox .qrbg .h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .footerbox .qrborderbox {
    width: 60px;
    height: 60px;
  }
  .footerbox .qrbg > div:first-child {
    width: 95px;
  }
  .aboutpaymenticon {
    width: 100%;
    max-width: 698px;
  }
  .partnerlist .owl-dots {
    display: none;
  }
  
  .faqpage .accordion-item {
    background: #fff;
    color: #000000;
    overflow: hidden;
    border: 0;
    margin: 10px 0px;
    border-radius: 10px !important;
  }
  .faqpage .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #fff;
  }
  .faqpage .accordion-body {
    padding: 20px 25px;
    padding-top: 0;
  }
  .faqpage .accordion-body p {
    margin: 0;
  }
  .faqpage .accordion-button {
    padding: 14px 25px;
    color: #000000;
    transition: none 0s ease 0s;
    background: transparent;
    font-size: 16px;
    line-height: 28px;
  }
  .faqpage .accordion-button:focus {
    box-shadow: none;
  }
  .faqpage .accordion-button > div {
    width: 94%;
  }
  
  .order-price .btn {
    width: 100%;
  }
  .nodata:hover,
  .nodata {
    background: none !important;
  }
  .g-recaptcha > div {
    margin: 0px auto;
  }
  .formbg {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-top: 108px;
    padding-bottom: 0;
  }
  .loginfootbg {
    text-align: center;
    margin-top: 40px;
  }
  
  /* Banner section */
  
  .heroimg {
    text-align: right;
    position: relative;
  }
  
  .custombadge {
    color: #101012 !important;
    padding: 8px 24px !important;
    border: 1px solid #cfcfd0 !important;
    border-radius: 50px !important;
  }
  
  .heroimg::before {
    content: "";
    position: absolute;
    bottom: -89px;
    right: 0px;
    background-image: url(../images/heroellipse.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 427px;
    z-index: -1;
    display: none;
  }
  .heroimg::after
  {
    content: "";
    position: absolute;
    top: -47px;
    right: -45px;
    background-image: url(../images/tradeicon.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 610px;
    max-width: 1000px;
    z-index: 9;
  }
  .heroimg img
  {
    visibility: hidden;
  }
  /* market trends */
  
  .twotablesec .table-content > div:first-child {
    width: 36px !important;
  }
  .topertable .table-content > div:first-child {
  }
  
  .borderbg.twotable {
    min-height: 484px;
  }
  
  .borderbg.topertable {
    min-height: 233px;
  }
  
  .topertable .tbhead {
    color: #101012;
    
    padding: 12px 16px;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .twotablesec .flexbox > div:first-child {
    width: 70%;
  }
  
  .twotablesec .flexbox > div:last-child {
    width: 30%;
  }
  
  .twotablesec .table-content img {
    width: 29px;
  }
  
  .tabrightbox {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  .twotablesec .tabrightbox a {
    color: #101012;
    font-size: 15px;
    padding: 6px 10px;
    font-weight: 500;
  }
  
  .twotablesec .tabrightbox {
    right: 0px;
    top: 10px;
  }
  
  .twotablesec .sitetable tbody tr > td:first-child {
  }
  
  .topertable .sitetable tbody tr td:last-child {
    text-align: end;
  }
  
  .markettabflex {
    position: relative;
  }
  
  .markettabflex .nav-tabs {
    border: none !important;
  }
  
  .titlelink a {
    color: #101012 !important;
    /* text-decoration: none !important; */
    font-size: 16px !important;
    
    line-height: normal !important;
  }
  
  .twotablesec .coinname {
    margin: 0px;
    font-size: 14px;
  }
  
  .tablebtn {
    background-color: #40bf6a;
    padding: 4px 15px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  }
  
  .tablebtn:hover {
    color: #ffffff;
  }
  
  .chooseus p,
  .ourprocontent {
    color: #101012bf;
    font-size: 16px;
  }
  
  .chooseus .content {
  }
  
  .chooseusbox {
    text-align: center;
  }
  
  .landingtable .table-content,
  .topertable .table-content {
    max-width: 150px;
  }
  
  /* how it works */
  
  .howworksectitle {
    position: relative;
    top: 80px;
  }
  
  .howworksectitle p {
    font-size: 16px;
  }
  
  .howworkstiles > div:nth-child(1),
  .howworkstiles > div:nth-child(3) {
    margin-top: -80px;
  }
  
  .howworkstiles > div:nth-child(2) {
    position: relative;
    top: 80px;
  }
  
  .ourbg {
    padding: 0px 0px 120px 0px;
  }
  
  .ourbg {
    background-color: #F5F5F5;
  }
  
  .ourbox:hover {
    border: 1px solid #3A5FAF;
  }
  
  div.ourboxline1 {
    position: absolute;
    width: 217px;
    height: 2px;
    bottom: 150px;
    background-color: #3A5FAF;
    left: 300px;
    transform: rotate(20deg);
    z-index: -1;
  }
  
  div.ourboxline2 {
    position: absolute;
    width: 217px;
    height: 2px;
    bottom: 150px;
    background-color: #3A5FAF;
    right: 300px;
    transform: rotate(-20deg);
    z-index: -1;
  }
  
  /* our products */
  
  .prodicon {
    vertical-align: top !important;
  }
  
  .prodsbtn {
    padding-left: 100px;
  }
  
  .ourprodsflex .landingicon {
    margin: unset;
  }
  /* 
  .aboutpaymenticon {
    display: none;
  } */
  .ourprodsflex
  {
    margin-top:20px;
  }
  .prodbg .ourbox {
    border: none !important;
    padding: 0px !important;
    margin: 27px 0px !important;
  }
  
  .prodbg .ourbox .table-content > div:first-child {
    width: 100px;
  }
  
  .prodbanner {
    padding: 60px 0px !important;
  }
  
  .prodbanner {
    position: relative;
  }
  
  .prodimgellipse::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../images/ellipseprod.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 629px;
    height: 100%;
    z-index: -1;
  }
  
  /* crypto carousal */
  
  .cryptocarousal {
    background-color: #F5F5F5;
  }
  
  .cryptobadges ul li {
    list-style: none !important;
    position: relative;
  }
  
  .cryptobadges .custombadge {
    color: #101012 !important;
    padding: 16px 31px !important;
    border: 1px solid #d6e0f2 !important;
    border-radius: 50px !important;
    width: 100%;
    font-size: 23px;
    margin: 0px !important;
  }
  
  .cryptobadges .custombadge img {
    width: 100%;
    max-width: 148px;
    height: 40px;
  }
  
  .react-multi-carousel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, transition;
  }
  
  /* download qr section */
  .downloadbg .row{
    position: relative;
  }
  
  .downloadbg .row::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    background-image: url(../images/heroellipse.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 857px;
  }
  .downloadbg .row>div
  {
    position: relative;
  }
  
  .downloadbg {
    background: #F5F5F5;
    padding: 18px 0px;
  }
  
  .downloadbg .content {
    color: #101012bf;
    font-size: 17px;
  }
  
  .qrbox .table-content > div:first-child {
    width: 189px;
  }
  
  /* need help */
  
  .needhelpbg .ourbox .needhelpcontent {
    text-align: start;
  }
  
  .needhelpbg .chooseusdiv {
    border: none !important;
  }
  
  .needhelpbg .table-content > div {
    vertical-align: top;
  }
  
  .needhelpbg .chooseusbox {
    width: 100%;
    margin: 8px 15px;
    position: relative;
    padding: 25px 25px;
    border-radius: 7px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
  }
  
  .needhelpbg .chooseusdiv {
    padding-top: 0px !important;
  }
  
  .needhelpbg .ourbox .ourimg {
    width: 100%;
    max-width:42px;
  }
  
  /* footer box */
  
  .footerbottombg .flexbox > div {
    width: 100%;
    max-width: 24px;
    cursor: pointer;
  }
  .scicon
  {
    width: 100%;
    max-width: 24px;
  }
  .cpyrights {
    text-decoration: none;
    color: #c0cbe7;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
  }
  
  .subscribebtn {
    background-color: #0b215f !important;
    padding: 5px !important;
    border-radius: 30px !important;
  }
  
  .subscribebtn .form-control {
    background-color: transparent;
    color: #fff;
  }
  
  .subscribebtn input {
    border: 0px;
  }
  
  .subscribebtn .sitebtn {
    padding: 8px 14px;
    border-radius: 50px !important;
    font-size: 13px;
  }
  
  .landingicon {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 150px;
    justify-content: center;
  }
  
  .form-check-input:checked {
    background-color: #3A5FAF !important;
    border-color: #3A5FAF !important;
  }
  .qrimg 
  {
    width:100%;
    max-width: 173px;
  }
  .subscribebtn .form-control::placeholder {
    color: #B6B6B6 !important;
    font-size:14px;
  }
  .subscribebtn .form-control::-webkit-input-placeholder {
    color: #B6B6B6 !important;
     font-size:14px;
  }
  .subscribebtn .form-control:-moz-placeholder {
    color: #B6B6B6 !important;
     font-size:14px;
  }
  .subscribebtn .form-control:-ms-input-placeholder {
    color: #B6B6B6 !important;
     font-size:14px;
  }
  
  /* API Page */
  
  .apihtml table {
    background: #fff;
  }
  
  .apipage .headbg {
    background: #ffffff;
    position: fixed;
    padding: 7px 0px;
  }
  
  .apipage .headbg .container {
    max-width: 100%;
  }
  
  .apipage footer {
    display: none;
  }
  
  .apipage {
    padding-bottom: 0;
  }
  
  .apihtml {
    padding-left: 305px;
    padding-right: 30px;
    position: relative;
    /* z-index: 99; */
    width: 100%;
    /* height: 724px; */
    /* overflow-y: scroll; */
  }
  
  .apicontainer {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  
  .apipage .panelcontentbox {
    background: #f5f5f5;
  }
  
  .htmlpostbg {
    border-radius: 0px;
    padding: 25px 10px;
  }
  
  .api-flex {
    display: flex;
    width: 100%;
  }
  
  .api-flex>div:first-child {
    background: #102155;
    padding: 15px 10px;
    margin-left: 0;
  }
  
  .api-flex>div {
    margin: 0px 10px;
  }
  
  .apiciontenttext {
    position: fixed;
    width: 300px;
    left: 0;
    height: 100%;
    z-index: 9;
    top: 0px;
    padding-top: 91px !important;
  }
  
  .apimenuscroll {
    height: 95%;
  }
  
  ul.api-select {
    padding: 0;
    margin: 0;
  }
  
  .api-select li {
    list-style: none;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.4s;
  }
  
  .api-select li a {
    text-decoration: none;
    padding: 12px 22px;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  
  .api-select li.active a {
    color: #437aef;
  }
  
  .apihtml .sc-sp-data-dis {
    padding-top: 87px;
  }
  
  .api-textbox {
    display: flex;
  }
  
  .api-textbox>div {
    width: 100%;
    margin: 10px 14px;
  }
  
  .api-textbox>div:first-child {
    margin-left: 0px;
    width: 65%;
  }
  
  .api-head {
    font-size: 16px;
    line-height: 28px;
    color: #000;
  }
  
  .apibg p {
    font-size: 15px;
    line-height: 26px;  
    color: #535353;
    margin-bottom: 0px;
  }
  
  .apibg code {
    padding: 1px 8px;
    color: #105841;
    background-color: #dcdde1;
    border-radius: 4px;
    word-break: break-word;
    font-size: 14px;
    margin: 2px;
    display: initial;
  }
  
  .apihtml table thead tr th {
    color: #101012;
    font-size: 14px;  
    line-height: 20px;
    border: 1px solid #e5e5e5;
    padding: 9px 13px;
  }
  
  .apipage .table> :not(:first-child) {
    border-top: 0px;
  }
  
  .apihtml table tbody tr td {
    color: #101012;  
    font-size: 14px;
    padding: 7px 13px;
    line-height: 29px;
    border: 1px solid #e5e5e5;
    text-align: left;
  }
  
  .apipage table tr:nth-child(even)>td {
    background-color: #ffffff;
  }
  
  .api-textbox>div:last-child {
    margin-right: 0px;
    width: 35%;
  }
  
  .sidecodebox {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
  }
  
  pre, blockquote {
    /* background-color: #1e2224; */
    color: #000;
    margin: 0;
  }
  
  .sidecodebox blockquote p {
    margin-bottom: 0px;
    color: #000;
    
  }
  
  .copy-clipboard {
    float: right;
    fill: #ffffff;
    cursor: pointer;
    opacity: 0.8;
    height: 18px;
    width: 18px;
    font-size: 16px;
    margin-top: -23px;
  }
  
  .sidecodebox code {
    background: transparent;
    color: #000;
  }
  
  .sidecodebox ::-webkit-scrollbar-thumb {
    background: #b8c1c9;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .sidecodebox ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  
  .sidecodebox ::-webkit-scrollbar {
    width: 8px;
    height: 7px;
  }
  
  /*subaccount css start*/
  .subaccountinfo hr
  {
     border-top: 1px dashed #ccc;
  }
  /*subaccount css end*/
  
  
  /* deposit module */
  .depcontentbox {
    width: 100%;
    max-width: 558px;
    margin-left: auto;
  }
  .select2 img,
  .select2-results__option img {
      width: 100% !important;
      max-width: 30px;
      height: 30px !important;
      float: left;
  }
  
  .select2-results__option img {
      position: relative;
  }
  
  .select2 p,
  .select2-results__option p {
      font-size: 14px !important;
      margin: 0px;
      text-align: left !important;
      color: #18181a;
      line-height: 31px !important;
  }
  
  .select2-container--default .select2-selection--single,
  .select2-dropdown {
      background-color: #fff !important;
      border: 1px solid #dddddd !important;
      border-radius: 7px !important;
      height: auto !important;
      padding: 0;
  }
  
  .select2-container--default .select2-results__option[aria-selected="true"] {
      background-color: #ffffff;
  }
  
  .select2-results__option {
      padding: 6px 12px !important;
  }
  
  .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
      background-color: #dddddd !important;
      color: #18181a;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 6px 0px !important;
      padding-left: 11px !important;
      padding-right: 22px !important;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
      border-color: #fffefe transparent transparent transparent;
      margin-left: -13px;
      margin-top: 5px;
  }
  
  .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
      border-color: transparent transparent #fffefe transparent;
  }
  
  .select2-container--default .select2-results > .select2-results__options {
      max-height: 261px !important;
  }
  
  .select2-results__options .d-flex span {
      position: relative;
      top: -4px;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
      top: 11px;
      right: 7px;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
      border: 0px !important;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
      background-image: url(../images/downarrow.png);
      background-size: 18px;
      background-position: right 9px center;
      background-repeat: no-repeat;
      padding-right: 24px;
      width: 24px !important;
      height: 24px !important;
      top: 10px !important;
  }
  
  .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
      transform: rotate(180deg);
      right: 14px;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
      border: 1px solid #dadada !important;
      border-radius: 5px !important;
      padding: 8px 13px !important;
      outline-offset: 0px !important;
      box-shadow: none;
      outline: 0px;
      font-size: 15px;
      background: #ffffff;
      color: #18181a;
  }
  
  .select2-search--dropdown {
      padding: 10px !important;
  }
  
  .select2-results {
      background: #ffffff !important;
      box-shadow: 0px 14px 11px #0000001f;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }
  
  .select2-container--default .select2-results__option[aria-selected="true"] {
      background-color: #f1f1f1 !important;
  }
  
  
  /* convert page */
  .fiatdep .innerpagecontent {
  }
  
  .navsdepdiv  {
    background: #fff;
  }
  
  .navsdep li a {
    color: #6C757D;
    font-size: 14px;
    padding: 15px 0px;
    font-weight: 500;
  }
  
  .navsdep li
  {
    padding: 0px 16px;
  }
  
  .navsdep>li:first-child, .navsdep>li:first-child a
  {
    padding-left: 0px;
  }
  
  .navsdep li a:hover {
    color: #3A5FAF;
  }
  
  .navsdep li .active {
    color: #3A5FAF;
    border-bottom: 2px solid #3A5FAF;
  } 
  
  .convertflex {
      width: 100%;
      position: relative;
  }
  
  .convertflex>div {
      width: 100%;
      margin: 0px;
  }
  
  .convertflex>div:first-child {
      margin-left: 0px;
  }
  
  .convertflex .exchangearrowicon {
      width: 50px;
      text-align: center;
      padding: 0px !important;
      display: flex;
      align-items: center;
  }
  
  .convertflex>div:last-child {
      margin-right: 0px;
  }
  
  .convertflex .input-group-text {
      width: 100%;
      max-width: 160px;
  }
  
  .convertflex input::placeholder, .convertflex .form-control {
      font-size: 20px !important;
      font-weight: 500;   
  }
  
  .convertflex .form-control {
      padding: 0;
      border: 0px;
      background: none !important;
  }
  
  .paymthd .d-flex>div
  {
    width:100%;
  }
  .paymthd
  {
    
  }
  .paymthd .d-flex>div:first-child {width: 52px;}
  
  .paymthd .d-flex {
    align-items: center;
  }
  
  .convertflex .input-group-text {
      border: none !important;
  }
  
  .convertflex .select2-container--default .select2-selection--single, .select2-dropdown {
      border-radius: 7px !important;
  }
  
  .conversiontable .coinicon {
      width: 31px;
  }
  
  .convertflex .deptitle {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 12px;
  }
  
  .convertflex label {
    font-size: 18px;
    color: #5d5d5d;
  }
  .flexbox .fiatdeposit  {
    padding-right: 10px;
  }
  
  .fiatdeposit h2 {
    font-size: 48px;
  }
  .depositimg {
    width: 100%;
    max-width: 40px;
  }
  
  .paymtinstruc.sitescroll {
    max-height: 232px;
  }
  
  .paymthdiv .heading-box {
    font-size: 16px;
    color: #5d5d5d;
  }
  
  .paymthdiv .paymtinstruc a {
    padding: 8px 0px;
  }
  
  .table-content.paymthd {
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    padding: 10px !important;
  }
  .paymtinstruc .paymthd p
  {
    font-weight:600;
    padding: 0px !important;
    margin: 0px !important;
  }
  
  .bankcardlink a {
    text-decoration: none;
  }
  
  .bankcardlink p {
    color: #3A5FAF;
  }
  
  .paymtinstruc a {
    width: 100%;
    padding: 8px 0px;
  }
  
  .confirmdep label {
    color: #7d7d7d;
    font-size: 15px;
  }
  .paymtinstruc .nav-link.active .table-content {
    border: 1px solid #3A5FAF;
    background: #70d4fb26;
  }
  
  .dinstruct {
    width: 100%;
    max-width: 33px;
  }
  
  .fiatsection .chooseusbox {
    background: #f5f5f5;
  }
  
  .fiatsection .chooseusbox .landingicon {
    background: #fff;
  }
  
  .fiatsection .chooseusbox .sub-heading {
    font-size: 17px;
    line-height: 25px;
    padding-top: 16px;
  } 
  
  .needhelpbg.fiatsection {
    background: #fff;
  }
  .needhelpbg.fiatsection .heading-title
  {
    padding: 0px;
  }
  .deposithist {
    background: #fff;
  }
  
  .deposithist .table-content img {
    width: 33px;
  }
  
  .leadingplatform .panelcontentbox.fiatbg {
    background-image: url('../images/fiatbg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .userstatsflex {
    display: flex;
    width: 100%;
  }
  
  .userstats .table-content > div:first-child {
    width: 81px;
  }
  
  .panelcontentbox.userstats .landingicon {
    width: 64px;
    height: 64px;
    margin-left: 0px;
  }
  
  .panelcontentbox.userstats .landingicon .ourimg {
    max-width: 32px;
  }
  
  /* selected fiat confirm page */
  
  .conffiat table tr td:last-child {
    text-align: end;
  }
  .conffiat table {
    margin-bottom: 0px;
  }
  .conffiat table tr td {
    padding: 6px 0px !important;
    border: 0px;
  }
  /* payment details */
  .paymtdtailsdiv .flexbox > div:first-child{
    width: 70%;
  }
  .paymtdtailsdiv .flexbox > div:last-child{
    width: 30%;
  }
  .depprice {
    display: flex;
    width: 100%;
    padding: 0px;
    align-items: center;
    gap: 16px;
  }
  
  .depprice p {
    margin-bottom: 0px;
  }
  
  .deptotal {
    color: #000;
  }
  
  .depdtailsinfo {
    border-bottom: 1px solid #5d5d5d29;
    padding-bottom: 10px;
  }
  
  .deptut a {
    font-size: 15px;
    color: #7d7d7d;
    text-decoration: none;
    font-weight: 600;
  }
  
  .infoicon{
    width: 100%;
      max-width: 20px;
  }
  
  
  
  .depdtails table tr td:first-child {
    color: #5d5d5d;
  }
  .depdtails table tr td {
    padding: 4px 16px;
  }
  .depdtails table tr td:last-child {
   text-align: end;
  }
  
  .qrimgdep {
    width: 100%;
    max-width: 180px;
  }
  
  .depflex.flexbox >div:first-child {
    width: 35%;
    border-right: 1px solid #5d5d5d29;
    padding-right: 22px;
  }
  .depflex.flexbox >div:last-child {
    width: 65%;
  }
  .dpsitinstruc ul
  {
  padding-left: 18px;
  }
  
  .depflex.flexbox h4 {
    font-size: 16px;
  }
  
  .depflex .divd {
    width: 32px;
    text-align: center;
    padding: 0px !important;
    display: flex;
    align-items: center;
  }
  
  .dtailsdiv .panelcontentbox p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  
  .dtailsdiv .panelcontentbox {
    padding: 14px;
  }
  .dtails.content {
    color: #000;
  }
  .divd p {
    position: relative;
    left: -36px;
    background: #fff;
    padding: 8px 11px;
    border-radius: 27px;
  }
  
  .cpybtn {
    width: 100%;
    max-width: 12px;
    cursor: pointer;
  }
  .depform .dpsitinstruc {
    border: none;
  }
  .dpsitinstruc h4 {
    font-size: 16px;
  }
  
  .paymtdtls .dpsitinstruc ul li p {
    margin-bottom: 2px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
  }
  
  .dpsitinstruc .btn {
    border: 1px solid #3A5FAF;
    color: #3A5FAF !important;
    margin-top: 4px;
  }
  
  .paymtdtls .dpsitinstruc ul li .instrucfaq {
    color: #7d7d7d;
    
  }
  
  .paymtdtls .dpsitinstruc ul li .instrucfaq a{
    color: #000;
    text-decoration: none;
  }
  
  .paymtdtls .dpsitinstruc ul li {
    list-style: decimal;
    margin-bottom: 16px;
  }
  
  .dpsitinstruc {
    border-bottom: 1px solid #5d5d5d29;
    margin-top: 9px;
  }
  .dtinfo {
      padding: 3px 0px;
      text-align: left;
      line-height: 25px;
      font-weight: 400;
  }
  
  .addinfo {
    border-top: 1px solid #5d5d5d29;
  }
  .dtinfo span {
    float: right;
    font-size: 15px;
    color: #000;
  }
  
  .verif {
    width: 100%;
    max-width: 16px;
  }
  
  .subapeal p{
    margin-bottom: 0px;
  }
  
  
  .profiletablebox {
    padding: 16px 12px;
    display: table;
    width: 100%;
  }
  
  .securityiconbox {
    width: 100%;
    max-width: 36px;
  }
  
  .profiletablebox > div:first-child {
    width: 63px !important;
  }
  
  .profiletablebox > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-right: 15px;
  }
  .profiletablebox p {
    margin-bottom: 0px;
  }
  
  .infoicons {
    width: 100%;
    max-width: 22px;
    margin-bottom: 6px;
  }
  
  /* modal notes*/
  
  .modal-body .dpsitinstruc {
    border: none;
  }
  .modal-body .dpsitinstruc ul {
    padding-left: 1rem !important;
  }
  .notesdep .modal-footer {
    border: none;
  }
  
  .modal-body .dpsitinstruc p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
  } 
  
  
  
  
  /*swap css start*/
  .centerfrmbox
  {
    width: 100%;
    max-width: 650px;
  }
  .formbggroup
  {
    background: #f6f7f8;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 18px 19px;
  }
  .formbggroup .form-control, .formbggroup .input-group-text
  {
    background: none !important;
    border: 0px !important;
  }
  .formbggroup .input-group-text
  {
    width:250px;
    padding-left: 0px;
  }
  .formbggroup .form-control
  {
    font-size: 18px;
  }
  .formbggroup .nav-item>a
  {
    display: table;
    width: 100%;
    padding: 0px;
    color: #000;
    text-decoration: none;
  }
  .coinselectlist .d-flex>div
  {
    width: 100%;
  }
  .formbggroup .nav-item>a>div
  {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  .formbggroup .nav-item>a>div:first-child, .coinselectlist .d-flex>div:first-child
  {
    width:40px;
  }
  .formbggroup .nav-item>a>div h5, .coinselectlist h5
  {
    font-size: 14px;
  }
  .exchangearrow>div
  {
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #ccc;
    z-index: 9;
    line-height: 38px;
  }
  .exchangearrow i
  {
    
  transform: rotate(90deg);
  }
  .bg-none
  {
    background: none !important;
  }
  .formbggroup label
  {
    margin-bottom: 14px;
    font-size: 13px;
    color: #a6a6a6;
  }
  .bagebox
  {
    background-color: #b5e1f2;
    border-radius: 5px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    margin-left: 4px;
  }
  .exchangeform p, .coinselectlist p
  {
    font-weight:400;
    font-size:14px;
  }
  .coinselectlist
  {
    padding: 0px;
    margin: 0px;
  }
  .coinselectlist li
  {
    list-style: none;
    float: none;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 19px;
  }
  .coinselectlist li:hover
  {
    background-color: #70d4fb21;
  }
  .coinselectlist>li:last-child
  {
    border: 0px;
  }
  .hideicon 
  {
    display: none;
    font-size: 20px;
  }
  .coinselectlist .selected .hideicon
  {
    display: block;
  }
  .modal .modal-header h4
  {
    
  }
  .stepsflowlist
  {
    padding: 0px;
    margin: 0px;
  }
  .stepsflowlist li
  {
    list-style: none;
    float: none;
    padding-bottom: 7px;
  }
  .stepsflowlist h5, .swapfinalprogress h5
  {
    font-size: 14px;
    margin: 0px;
    padding-bottom: 4px;
  }
  .stepsflowlist p
  {
    font-size: 13px;
    line-height: 19px;
    
  }
  .stpscount
  {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
  }
  .subhead
  {
    
  font-size: 16px;
    
  line-height: 23px;
  }
  .completestatus .stpscount
  {
    color:#40BF6A;
  }
  .ongoingstatus .stpscount
  {
    background-color: #3A5FAF !important;
    color: #fff;
  }
  .swapexchangepage>div:first-child, .swapexchangepage>div:last-child
  {
    width: 30%;
  }
  .swapexchangepage>div:nth-child(2)
  {
    width: 60%;
  }
  .t-black
  {
    color: #000;
  }
  .translist p
  {
    line-height: 24px;
    word-wrap: break-word;
    font-size: 13px;
  }
  .floatingtab ul li
  {
    width:100%;
    padding-bottom: 10px;
  }
  .floatingtab ul li a
  {
    width: 100%;
    background-color: #fff !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 5px !important;
    padding: 18px 20px;
    color: #000;
    font-size: 15px;
  }
  .floatingtab ul li a>div, .convrtflexbtn>div
  {
    width: 100%;
  }
  .floatingtab ul li a.active
  {
   border-color: #3A5FAF !important;
  }
  .flattabcntbox .formbggroup .form-control, .flattabcntbox .formbggroup .input-group-text, .convertflex .input-group-text,
  .convertflex .form-control
  {
    font-size: 14px;
    padding: 0px;
    height: 30px;
  }
  .flattabcntbox .formbggroup .input-group-text
  {
    width: auto;
  }
  .alinkt
  {
    color: #3A5FAF;
    text-decoration: none;
    
  }
  .alinkt:hover, .alinkt:focus, .alinkt:active
  {
    color: #3A5FAF;
  }
  .form-check-label
  {
    font-size: 14px;
    
  }
  .qrcodeicon img
  {
    width: 100%;
    max-width: 25px;
  }
  .swapfinalprogress h5
  {
    
  }
  .flattabcntbox p, .swapfinalprogress p
  {
    line-height:22px;
    font-size: 14px;
  }
  .swapexchangepage hr, .cmpltestepage hr
  {
    background-color: #a7a7a7;
  }
  .swapexchangepage .checkoutdetails
  {
    width: 70% !important;
  }
  .checktranstable>div
  {
    width: 100%;
    padding-right: 20px;
  } 
  .checktranstable .t-black
  {
    font-size: 17px;
    padding: 5px 0px;
  }
  .checktranstable small
  {  
      
  }
  .graybtn
  {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #000;
  }
  .sendadrssbox tr td
  {
    border: 0px;
    white-space: inherit !important;
  }
  .sendadrssbox tr>td:first-child
  {
    color: #a6a6a6;
    
  }
  .translist>p:first-child, .swapfinalprogress p
  {
    
  }
  .swapfinalprogress .d-flex>div
  {
    width: 100%;
  }
  .swapfinalprogress .d-flex>div:first-child
  {
    width: 50px;
  }
  .swapfinalprogress img
  {
    width: 100%;
    max-width: 30px;
  }
  .smloader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3A5FAF;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .bg-info
  {
    background-color: #3A5FAF !important;
  }
  .cmpltestepage .panelcontentbox
  {
    width: 100%;
    max-width: 780px;
  }
  .innerpagecontent .heading-title, .swapfaqpage .heading-title, .swaphowitworks .heading-title
  {
    font-size: 29px;
  }
  .swapheaderbg .heading-title
  {
    font-size: 37px;
    line-height: 50px;
    padding: 0px;
  }
  .swapheaderbg
  {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .swaphowitworks, .buysellfeat, .buysellfaq
  {
    background-color: #fff;
  }
  .swaphowitworks .chooseusbox, .buysellfeat .chooseusbox
  {
    text-align: left;
    padding: 28px;
    background: #f5f5f5;
  }
  .swaphowitworks h4, .buysellfeat h4
  {
    font-size: 16px;
    line-height: normal;
  }
  .swaphowitworks .chooseusdiv, .buysellfeat .chooseusdiv
  {
    padding: 0px;
    border: 0px !important;
    margin: 0px;
    background: none !important;
  }
  .swaphowitworks .chooseicon, .buysellfeat .chooseicon
  {
    background: none !important;
    width: auto;
    height: auto;
    border: 0px !important;
    margin: 0px;
    display: inline-block;
    padding-bottom: 13px;
    font-size: 30px;
    
  }
  .swaphowitworks .chooseicon
  {
    color:#3A5FAF;
  }
  .swaphowitworks p, .buysellfeat p
  {
    line-height: 24px;
    color: #7d7d7d;
    font-size: 15px;
  }
  .exchangeform .btn
  {
    font-size: 15px;
    padding: 14px 25px;
  }
  .sendadrssbox .alert
  {
    padding: 10px 10px;
    
  }
  .prodctdropbox .dropdown-menu>a p
  {
    line-height: normal;
    color: #101012;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .headbg .prodctdropbox .dropdown-menu>a
  {
      padding: 12px 16px !important;
  }
  .headbg .prodctdropbox .dropdown-menu
  {
      padding: 5px;
  }
  .headbg .prodctdropbox .dropdown-menu>a.active, .headbg .prodctdropbox .dropdown-menu>a:hover
  {
    background-color: #f5f5f5 !important;
    border-radius: 5px;
  }
  .nightmode .prodctdropbox .dropdown-menu>a p.t-gray
  {
  color: #99aadf !important;
  }
  .dpsitinstruc li
  {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .faqpage .accordion-body p, .successmdlcontent h5, .copytradefaq p
  {
  font-size: 16px;
  }
  .transhistorypage .table tr td, .deposithist .table tr td
  {
    color: #464646;
  }
  .transhistorypage .table tr th, .deposithist .table tr th
  {
  
  font-weight: inherit;
  }
  .transhistorypage .sitescroll
  {
    max-height: 780px;
  }
  .convertpanel .formbggroup label
  {
    width: 100%;
    margin-bottom: 4px;
  }
  .convertpanel .formbggroup .input-group-text {
    width: 150px;
  }
  .fee-formbox .d-flex>span
  {
    width: 100%;
  }
  .feeamt
  {
    text-align: right;
  }
  .lightbgbox {
    background: #d4d4d42e;
    border-radius: 10px;
    padding: 15px 20px;
  }
  .convertmdl table tr td {
    padding: 5px 2px;
    border: 0px;
    font-size: 15px;
    
  }
  .convertmdl table tr>td:last-child {
    text-align: right;
  }
  .tm-flx
  {
    justify-content: end;
    align-items: center;
  }
  .tm-flx>div
  {
    padding-left: 10px;
  }
  .base-timer {
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
  }
  
  .base-timer__svg {
    transform: scaleX(-1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width: 6px;
    stroke: #efefef;
  }
  
  .base-timer__path-remaining.red {
    color: red;
  }
  
  .base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: #3A5FAF;
  }
  
  .base-timer__label {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
  }
  .buysellpanelbox .tabbanner
  {
    padding: 12px 25px !important;
    justify-content: end;
    position: absolute;
    right: 0px;
    top: 3px;
    border: 0px;
  }
  .buysellpanelbox .tabbanner li
  {
    width: auto;
    text-align: center;
    padding: 0px 3px;
  }
  .buysellpanelbox .tabbanner li a
  {
    padding: 6px 22px;
    border: 0px !important;
    background: #f5f5f5;
    font-size: 14px;
    border-radius: 6px !important;
    border: 1px solid #f5f5f5 !important;
  }
  .buysellpanelbox .tabbanner li a.active
  {
    
  background: #70d4fb33 !important;
    
  border: 1px solid #3A5FAF !important;
    
  color: #006389 !important;
  }
  .confirmconvertmdl h5, .successmdlcontent h4
  {
    font-size: 18px;
  }
  .confirmconvertmdl h5
  {
    margin-bottom: 5px;
  }
  .convertmdl .modal-dialog
  {
    max-width: 600px;
  }
  .select2 p, .select2-results__option p
  {
    font-weight: inherit !important;
  }
  .buyselltabform 
  {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
  }
  .buysellfaq .accordion-button, .buysellpanelbox .subhead, .convertflex .heading-box
  {
    border-bottom: 1px solid #e8e8e8;
  }
  .buysellpanelbox .subhead
  {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .buysellfaq .accordion-body {
    padding: 20px 25px;
  }
  .buysellfaq .accordion-item
  {
    /* margin: 0px; */
  }
  .buysellfeat img {
    max-width: 45px;
    margin-bottom: 5px;
  }
  .swapheaderbg .row>div:first-child p {
    font-size: 16px;
    line-height: 26px;
  }
  .convertpanel .select2-container, .convertflex .select2-container
  {
    width: 100% !important;
  }
  .topsubheaderbg
  {
    padding-top: 81px;
    padding-bottom: 0px;
    background: #ffffff;
  }
  .bredcrubbox
  {
    border-top: 1px solid #f4f4f4;
  }
  .swaprightfrm
  { 
      width: 100%;
      max-width: 500px;
      margin-left: auto;
  }
  .navsdep img
  {
    width: 14px;
    margin-left: 5px;
    filter: grayscale(1);
  }
  .navsdep li a:hover img
  {
    filter: inherit;
  }
  .blueborder-btn, .blueborder-btn:hover, .blueborder-btn:focus
  {
    border: 1px solid #3A5FAF;
    background: none;
    color: #3A5FAF;
  }
  .fiatsection .chooseusdiv>div:first-child
  {
    margin-left: 0px;
  }
  .fiatsection .chooseusdiv>div:last-child
  {
    margin-right: 0px;
  }
  /*swap css end*/
  /* withdraw page */
  
  .maxbtn {
    border: none;
    background-color: transparent;
    color: #3A5FAF;
  }
  
  .maxbtn:hover {
    background-color: transparent;
  }
  
  .transferbtn {
    padding: 0px 6px;
    font-size: 14px;
  }
  
  .accbtn {
    background-color: transparent;
    border: 1px dashed #7d7d7d;
  }
  
  .accbtn:hover {
    background-color: transparent;
  }
  
  .withdsec, .lightgraybg{
    background-color: #f5f5f5;
    border-radius: 8px;
  }
  
  .cardbtn {
    width: 100%;
    max-width: 20px;
  }
  
  .nummodal .d-flex .btn, .emailpopup .d-flex .btn, .authmodal .d-flex .btn {
    width: 100%;
  }
  
  .proimg img {
    width: 100%;
      max-width: 68px;
  }
  
  .notestable tr td
  {
   border: 0px;
   padding: 10px 5px;
  }
  .lightgraybg
  {
    padding: 17px 22px;
  }
  .centerbox
  {
    width: 100%;
    max-width: 750px;
  }
  
  .convertflex .tabrightbox {
    top: -5px;
  }
  
  .checkoutdetails .subhead
  {
    font-size: 20px;
  }
  
  .processpending
  {
    opacity: 0.2;
  }
  
  .qrcodemdl .modal-dialog
  {
    max-width: 350px;
  }
  
  .qrcodeiconbox img
  {
    border: 1px solid #e6e6e6;
    padding: 2px;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
  }
  
  .copytradehome{
    background-color: #f5f5f5;
  }
  
  .copytradefaq .accordion-button{
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    padding-left: 38px;
    background-color: transparent;
  }
  .copytradefaq .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
    border-radius: 12px;
  }
  .copytradefaq .accordion-body{
    padding-top: 0px;
  }
  .copytradefaq .accordion-item{
    margin: 16px 0px;
    border-color: #70D4FB;
    border-radius: 12px;
    padding-left: 31px;
    border-top: 1px solid #70D4FB;
  }
  .copytradefaq .accordion-button:not(.collapsed)::after{
    background-image: none;
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    position: absolute;
    top: 22px;
    left: 0;
  }
  .copytradefaq .accordion-button::after{
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: absolute;
    top: 17px;
    left: 0;
  }
  .copytradefaq p{
    padding-left: 20px;
  }
  .copytwotabsec .flexbox > div:last-child{
    width: 100%;
  }
  .copytwotabsec .chooseusdiv{
    margin-top: 0px;
    border: 0px;
    text-align: start;
    padding-top: 0px;
  }
  .copytwotypetabsec .parentabsec .nav-tabs .nav-link{
    color: #4C4C4D;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 5px 8px;
  }
  .copytwotypetabsec .parentabsec .nav-tabs .nav-link.active{
    border-bottom: 1px solid #000 !important;
  }
  .cardbox {
    display: inline-block;
    width: 100%;
  }
  .cardbox > div {
    padding: 8px;
    width: 33.3%;
    float: left;
  }
  .cardbox .sitetable tbody tr td{
    border: 0px;
    padding: 6px 17px;
    font-size: 14px;
    white-space: inherit;
  }
  .cardlistbox .panelcontentbox {
    border: 1px solid #CFCFD0;
    padding: 12px;
    transition: all 0.25s ease;
    min-height: 232px;
    background: none !important;
  }
  .cardlistbox .table{
    margin-bottom: 0px !important;
  }
  .cardlistbox .maintablebox{
    padding: 0px;
  }
  .profileimg{
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    width: 44px !important;
    height: 44px;
    margin: 0 auto;
    max-width: 100% !important;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 50px;
    justify-content: center;
    padding: 4px;
    overflow: hidden;
  }
  .cardlistbox .starticon i{
    color: #DBDBDB;
  }
  .cardlistbox .starticon.active i{
    color: #70D4FB;
  }
  .lineptn hr{
    background-color: #4e4c4c;
  }
  .cardlistbox .maintablebox tr>td:first-child{
    color: #4C4C4D;
  }
  .chartrghtcon>div{
    font-size: 12px;
    line-height: 23px;
    color: #4C4C4D;
  }
  .chartrghtcon .txtbig{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  .cardlistbox .btn{
    width: 100%;
  }
  .fntstar{
    font-size: 40px;
    line-height: 45px;
  }
  .accordion-button:focus{
    box-shadow: none;
  }
  .usercount{
    padding: 4px 7px;
    background-color: #f5f5f5;
    width: fit-content;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 4px;
  }
  .countparentdiv{
    display: flex;
    align-items: center;
  }
  .copytwotypetabsec .tabrightbox{
    top: 55px;
    right: 19px;
  }
  
  /*copy trade css start*/
  .cpytradelist
  {
    padding: 0px;
    margin: 0px;
    display: flex;
  }
  .cpytradelist li
  {
    list-style: none;
    float: none;
    width: 100%;
    max-width: 200px;
  }
  .borderline-box
  {
    border: 1px solid #e4e5e7;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    padding: 5px 8px;
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
  }
  
  .perfrmborder>div
  {
    width: 100%;
    margin: 10px 10px;
    border: 1px solid #e4e5e7;
  }
  .perfrmborder>div:first-child
  {
    margin-left: 0px;
  }
  .perfrmborder>div:last-child
  {
    margin-right: 0px;
  }
  .perfrmborder table tr td
  {
    border: 0px;
    padding: 8px 0px;
    
    color: #4C4C4D;
  }
  .copydatatable tbody tr td {
    color: #4C4C4D;
    font-size: 14px;
    padding: 9px 15px;
    
    border: 0px;
  }
  .copydatatable .coinlisticon
  {
    width: 25px;
  }
  .copydatatable thead tr th {
    color: #4C4C4D;
    font-size: 15px;
    padding: 9px 15px;
    font-weight: inherit;
  }
  .linetabbanner li a
  {
    font-size: 16px;
    padding: 4px 4px;
  }
  .smselectbox.form-control
  {
    padding: 4px 8px !important;
    font-size: 13px;
    background-color: #fff;
    height: auto;
  }
  .perfrmborder .tabrightbox
  {
    top: 20px;
    right: 21px;
  }
  .perfrmborder .subhead
  {
    padding-bottom: 10px;
  }
  .smallboxtab li a
  {
    padding: 2px 15px !important;
    font-size: 13px !important;
  }
  .portfolioborder
  {
    border-left: 1px solid #e4e5e7;
    width: 100%;
    max-width: 391px;
    margin-left: auto;
  }
  .copytradetopsection {
    padding-bottom: 21px;
    padding-top: 105px;
    background-color: #F5F5F5;
  }
  .cpytradelist h5
  {
    
    font-size: 15px;
  }
  .copytradetopsection .heading-title
  {
    font-size: 27px;
  }
  .cpytradehistory .seemoretab
  {
    top: -53px;
  }
  .cpytradehistory .borderbg
  {
    overflow: visible;
  }
  .seemoretab .dropdown-toggle::after
  {
    display: none;
  }
  .cnpairlist
  {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
  }
  .cnpairlist img
  {
    width: 17px;
    margin-right: 4px;
    position: relative;
    top: -1px;
  }
  .cnpairlist li
  {
    list-style: none;
    float: left;
    padding-right: 10px;
    width: 25%;
    
    padding-bottom: 16px;
  }
  .ratioformbox .nav-tabs
  {
    justify-content: center;
  }
  .badge
  {
    padding: 4px 10px;
  }
  .badge-info
  {
    background-color: #C7EFFF;
    color: #000;
    font-weight: inherit;
  }
  .ratioformbox .form-check .form-check-input, .leadprofilepage .form-check .form-check-input{
    float: none;
  }
  .pairlistb>li>div
  {
    border: 1px solid #e4e5e7;
    border-radius: 5px;
    padding: 4px 10px;
  }
  .pairlistb>li
  {
    width: 33.3%;
    font-size: 14px;
  }
  .slectpirbtn>div
  {
    width: 100%;
  }
  .slectpirbtn .form-check-input:checked {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
  }
  .sussicon
  {
    width: 100%;
    max-width: 100px;
  }
  .successdtabox h5, .prflex h5, .chartflx h3
  {
    
  }
  .successdtabox
  {
    max-width: 550px;
  }
  .profiletopdtabox 
  {
    border: 1px solid #e4e5e7;
    border-radius: 7px;
    padding: 4px 10px;
  }
  .profileicon
  {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;  
    overflow: hidden;
    align-items: center;
    justify-content: center;
    float: left;
  }
  .profileicon img
  {
    width: 100%;
    height: 100%;
  }
  .chartflx>div
  {
    width: 100%;
  }
  .profiletopdtabox .table-content>div:first-child
  {
    border-right: 1px solid #e4e5e7;
  }
  .profiletopdtabox .table-content>div
  {
    padding: 0px 20px;
  }
  
  .chartflx p
  {
    font-size: 13px;
  }
  .chartflx>div:last-child
  {
    width: 170px;
  }
  .chartflx img
  {
    width: 100%;
    max-width: 119px;
  }
  .chartflx h3
  {
    font-size: 20px;
  }
  .leadicn 
  {
    width: 100%;
    max-width: 130px;
  }
  .tblerecorddata>div
  {
    width: 100%;
  }
  .tblerecorddata h6
  {
    
  }
  .histortrans .flexbox>div:first-child
  {
    width:350px;
    border-right: 1px solid #CFCFD0;
    padding-right: 30px;
  }
  .prfbutton .graybtn
  {
    background:#dfdfdf;
  }
  .histortrans hr
  {
     background-color: #CFCFD0;
     opacity: 1;
  }
  .brderleft
  {
    border-left: 3px solid #ccc;
  }
  .greenbrd
  {
    border-color: #40BF6A;
  }
  .redbrd
  {
    border-color: #FF6262;
  }
  .clsetxt
  {
    display: none;
  }
  .collapselink[aria-expanded="true"] .clsetxt
  {
    display: inline-block;
  }
  .collapselink[aria-expanded="true"] .expantxt
  {
    display: none;
  }
  .profileimgs{
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    width: 250px;
    height: 250px;
    border-radius: 5px;
    display: flex;  
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }
  .profileimgs img
  {
    width: 100%;
    height: 100%;
  }
  .leadprofilepage .flexbox>div:first-child
  {
    width: 300px;
  }
  .custom-file-upload {
      padding: 8px 18px;
      border: 0px;
      background: none;
      font-size: 14px !important;
      border-radius: 5px;
      cursor: pointer;
      color: #000 !important;
      margin-top: 0;
      text-transform: capitalize;
      border: 1px solid #F5F5F5;
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
  }
  .copytradecntsection .form-control, .copytradecntsection .input-group-text
  {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  height: 50px;
  }
  .copytradecntsection .siteformbg .form-group {
    margin-bottom: 30px;
  }
  .pnlchartdesign .highcharts-exporting-group
  {
    display: none;
  }
  .pnlchartdesign>div
  {
    height:235px;
  }
  .pnlchartdesign .highcharts-legend
  {
    display: none;
  }
  .pnlchartdesign .highcharts-plot-band 
  {
    fill:none !important;
  }
  .pnlchartdesign .highcharts-xaxis-labels>text
  {
    font-size: 11px !important;
  }
  .seemoretab .dropdown-menu
  {
    right: 0px !important;
    left: inherit !important;
    border: 0px;
    box-shadow: 0px 0px 9px #00000029;
  }
  .seemoretab .dropdown-toggle:focus
  {
    box-shadow: none;
    outline: none;
  }
  .pnlchartdesign .highcharts-series>path:first-child
  {
    fill: #40bf6a4d;
  }
  .pnlchartdesign .highcharts-markers>path
  {
    fill: #40BF6A;
    display: none;
  }
  .pnlchartdesign .highcharts-series>path:nth-child(2)
  {
    stroke: #40BF6A;
  }
  .roichartdesign .highcharts-series>path:first-child
  {
    fill: #ff62624d;
  }
  .roichartdesign .highcharts-markers>path
  {
    fill: #FF6262;
  }
  .roichartdesign .highcharts-series>path:nth-child(2)
  {
    stroke: #FF6262;
  }
  .chartbalanceb .highcharts-credits, .chartbalanceb .highcharts-exporting-group
  {
    display: none;
  }
  .chartbalanceb>div
  {
   height: 255px;
  }
  .chartbalanceb .highcharts-legend-item>text
  {
    font-size: 12px !important;
  }
  .settingb .alinkt
  {
    font-size: 20px;
    color: #000;
    
  }
  .leadertradeb table tr td
  {
    padding: 15px 0px;
    font-size: 15px !important;
  }
  .balancesec .chooseusdiv>div
  {
    padding: 10px;
    background: none;
  }
  .balancesec .chooseusdiv>div:last-child
  {
    width: 50px;
  }
  .balancesec .landingicon
  {
    margin: 0px;
  }
  .copytradehome p
  {
    font-size: 19px;
  }
  .maintablebox .sitetable tbody tr td {
    border: 0px;
    padding: 6px 0px;
    font-size: 14px;
  }
  .searchdrop .form-control
  {
    height: 42px;
  }
  .cardlistbox>a
  {
    text-decoration: none;
  }
  .cardlistbox td img
  {
    width: 100%;
    max-width: 119px;
  }
  /*copy trade css end*/
  .errorhintbox {
    position: absolute;
    bottom: -28px;
    right: 0px;
    color: #fff;
    background: #fa3e3e;
    padding: 5px 9px;
    border-radius: 5px !important;
    font-size: 12px;
    font-weight: 500;
    z-index: 99;
    /* display: none; */
  }
  .errorhintbox::before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fa3e3e;
    font-size: 18px;
    position: absolute;
    top: -16px;
    right: 9px;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button 
  {
     -webkit-appearance: none;
  }
  .btnhalfbox
  {
    max-width: 250px;
    width: 100%;
  }
  .pagination-tt svg
  {
    width: 17px;
    display: inline-block;
    position: relative;
    top: 0px;
  }
  .pagination-tt>nav>div:first-child
  {
    display: none;
  }
  .pagination-tt .bg-white
  {
    background-color: #ffffff !important;
    border: 1px solid #e6e6e6 !important;
    color: #000;
    padding: 7px 12px !important;
    font-size: 13px;
    margin-right: -4px !important;
    text-decoration: none;
  }
  .pagination-tt .cursor-default
  {
    background-color: #3A5FAF !important;
    color: #fff;
    border-color: #e6e6e6 !important;
  }
  .pagination
  {
    width: 100%;
    border-top: 1px dashed #e6e6e6;
  }
  .pagination-tt
  {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
  }
  .pagination-tt .rounded-l-md.cursor-default
  {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff!important;
    border: 1px solid #e6e6e6 !important;
    color: #000;
  }
  .pagination-tt [aria-label="Next &raquo;"]>span
  {
    background-color: #fff!important;
    border: 1px solid #e6e6e6 !important;
    color: #000;
    margin-left:-1px;
  }
  .pagination-tt [aria-label="Next &raquo;"]
  {
    border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
  }
  
  .nodata {
      text-align: center;
  }
  
  .nodata img {
      width: 100%;
      max-width: 75px;
      display: block;
      margin: 0px auto;
      margin-top: 33px;
      margin-bottom: 10px;
  }
  
  .nodata:hover {
      background: none !important;
  }
  
  .nodata td {
      font-size: 14px !important;
  }
  
  .cardnodatabox
  {
    width: 100% !important;
  }
  
  .cardnodatabox tr td
  {
    border: 0px !important;
  }
  
  .cardnodatabox .nodata img 
  {
    margin-top: 18px;
  }
  
  .cardnodatabox
  {
    padding: 35px 20px !important;
    border: 1px solid #CFCFD0;
    border-radius: 9px;
  }
  .marketpage .tabrightbox {
    position: absolute;
    right: 23px !important;
    top: 25px !important;
  }
  .ratioformbox .tab-content
  {
    position: relative;
  }
  .ratioformbox .tabrightbox.infopopupratio
  {
    top: 2px;
    font-size: 16px;
  }
  .tipsmodl p {
    line-height: 23px;
  }
  .infopopupratio a, .infopopupratio a:hover, .infopopupratio a:focus, .infopopupratio a:active
  {
    color: #333;
  }
  .portfoliotabbg {
    position: relative;
  }
  
  .rulesnotes {
    background: #ffffff;
    box-shadow: 1px 2px 15px 6px #0605051a;
    padding: 4px 6px;
    margin: -8px auto;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 0;
    font-size: 14px;
    line-height: 23px;
    display: none;
    margin-top: 23px;
    cursor: auto;
    min-width: 400px;
  }
  
  .rulesnotes tr td {
      border-top: 0px !important;
      padding: 4px 9px !important;
      ;
  }
  
  .ruleslist li a:hover .rulesnotes {
      display: block;
  }
  
  .ruleslist {
      padding: 0px;
      margin-bottom: 0px;
      position: absolute;
      right: 5px;
      top: 9px;
  }
  
  .ruleslist li {
      list-style: none;
      float: left;
      padding: 3px 2px;
      position: relative;
  }
  
  .ruleslist li a {
      text-decoration: none;
      font-size: 14px;
      padding: 3px 4px;
      cursor: pointer;
      padding-bottom: 0;
      text-transform: capitalize;
  }
  .portfoliotabbg .tabbanner li a {
    font-size: 16px;
  }
  .termspage h2 {
       font-size: 18px;
      font-weight: 600;
      line-height: 37px;
    padding-bottom: 10px;
  }
  .termspage strong {
    color: #000;
    
  }
  .termspage a {
    text-decoration: none;
    color: #3A5FAF;
  }
  .termspage li {
    font-size: 15px;
    line-height: 27px;
    color: #1d1d1d;
    text-transform: inherit;
  }
  .sitebtn img
  {
    width: 20px;
  }
  .headermenu .headbg .navbar-nav li .sitebtn.borderbtn:hover
  {
    color: #fff !important;
  }
  .loginbanner .headbg
  {
    background: none;
  }
  .intl-tel-input .country-list .country
  {
    font-size: 13px;
    font-weight: 400;
  }
  .needhelpcontent h4, .needhelpcontent p
  {
    margin:0px;
    padding: 0px;
  }
  
  .termspage h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .panelcontentbox.contactpage {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .custsupport {
    width: 100%;
    max-width: 340px;
  }
  .chatsupportpage {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }