/********** Template CSS **********/
:root {
	--primary: #18566d;
	--secondary: #F57E57;
	--light: #EEF9FF;
	--dark: #091E3E;
}

::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:#18566d}

@font-face {
    font-family: 'd-dinregular';
    src: url('../css/fonts/d-din-webfont.eot'),    
         url('../css/fonts/d-din-webfont.woff2') format('woff2'),
         url('../css/fonts/d-din-webfont.woff') format('woff'),
         url('../css/fonts/d-din-webfont.ttf') format('truetype'),
         url('../css/fonts/d-din-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* common Start */
body {
  font-size: 18px;
  font-weight: 500;
}
.prime_color {
  color: #18566d;
}
.gradient-text{
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#185166));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:none;
}
.close-button{
  top:5px;
  right: 5px;
}

.page-padding{
  padding: 100px 0;
}
input:focus{
  box-shadow: none !important;
}
/* 11-01-2023 */
.input-border{
  border: 2px solid rgba(241,84,41,.4196078431);
    border-radius: 11px;
}

.nav-top.sticky-top{
  position: fixed;
  top: 0;
  width: 100%;
}


.fs-12{
  font-size: 12px;
  line-height: 20px;
}
.fs-15{
  font-size: 15px;
  line-height: 23px;
}
.theme-text-1{
  color: #18566d;
}
.cursor-pointer{
  cursor: pointer;
}
.form-select:focus{
  box-shadow: none;
}
::ng-deep .ngx-pagination .current{
  background: #f45727;
}
.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
  }
  
  .chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
  }
  
  .chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
  }
  
  .chat-area .modal-dialog-scrollable {
    height: 100% !important;
  }
  
  .chatbox {
    width: auto;
    overflow: hidden;
    
  }
  .support-ticket-grp{
    height: 574px;
    overflow: scroll;
  }
  .support-ticket-grp::-webkit-scrollbar{
    display: none;
  }
  .chatbox .modal-dialog,
  .chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  
  .msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
  }
  
  a.add img {
    height: 36px;
  }
  
  .chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
  }
  
  .chat-area .nav-tabs .nav-item {
    width: 100%;
  }
  
  .chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .chat-area .nav-tabs .nav-item.show .nav-link,
  .chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
  }
  
  .chat-area .nav-tabs .nav-link:focus,
  .chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
  }
  

  .chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  
  .chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  
  .chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
  }
  
  .chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  
  .msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  .msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  
  .msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  
  .moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .moreoption .navbar {
    padding: 0;
  }
  
  .moreoption li .nav-link {
    color: #222;
    font-size: 16px;
  }
  
  .moreoption .dropdown-toggle::after {
    display: none;
  }
  
  .moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
  }
  
  .msg-body ul {
    overflow: hidden;
  }
  
  .msg-body ul li {
    list-style: none;
    margin: 15px 0;
  }
  
  .msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
  }
  
  
  .msg-body ul li.sender div{
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    padding: 10px 10px 30px 10px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    min-width: 10%;
    max-width: 75%;
   
    float: left;
    
  }
  
  .msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }
  
  .msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
  }
  
  
  
  .msg-body ul li.repaly > div{
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    padding: 10px 10px 30px 10px;
    background: #e3eaed;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    min-width: 25%;
    max-width: 75%;
    position: relative;
    
    float: right;
  }
  
  .msg-body ul li.sender p,
  .msg-body ul li.repaly p{
    color: #000 !important;
  }
  .msg-body ul li.sender img,
  .msg-body ul li.repaly img{
    border-radius: 5px;;
  }
  .msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }
  
  .msg-body ul li.sender:after,
  .msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
  }
   
  
  .time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
  
  .sender .time{
    position: absolute;
    bottom: 0px;
    left: 5px;
  }

  li.repaly .time {
    margin-right: 5px;
  }
  
  .divider {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  
  .msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
  }
  
  .divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
  }
  
  .send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .send-box button {
    border: none;
    background-color: #18566d;
    box-shadow: inset -1px -1px 0px rgb(255 255 255 / 25%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 1px 1px rgb(255 255 255 / 60%), inset 0px -8px 11px rgb(0 0 0 / 30%), inset 0px 1px 5px rgb(255 255 255 / 60%), 2px 19px 31px rgb(0 0 0 / 20%);
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
  }
  
  .send-box button i {
    margin-right: 5px;
  }
  
  .send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #18566c;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  
  .send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
  }
  
  #upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
  }
  
  .send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
  }

  .see-icon svg{
    position: absolute;
    left: 5px;
    bottom: 0;
  }
  
  .send-btns .button-wrapper span.label img {
    margin-right: 5px;
  }
  
  .button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
  }
  
  button:focus {
    outline: 0;
  }
  
  .add-apoint {
    display: inline-block;
    margin-left: 5px;
  }
  
  .add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
  }
  
  .add-apoint a svg {
    margin-right: 5px;
  }
  
  .chat-icon {
    display: none;
  }
  
  .closess i {
    display: none;
  }
  .color-black{
    color: #000;
  }
  
  @media (max-width: 767px) {
    .chat-icon {
      display: block;
      margin-right: 5px;
    }
    .chatlist {
      width: 100%;
    }
    .chatbox {
      width: 100%;
      position: relative;
      /* left: 1000px; */
      right: 0;
      background: #fff;
      transition: all 0.5s ease;
      border-left: none;
    }
    .showbox {
      left: 0 !important;
      transition: all 0.5s ease;
    }
    .msg-head h3 {
      font-size: 14px;
    }
    .msg-head p {
      font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
      height: 30px;
    }
    .send-box button {
      width: 28%;
    }
    .send-box .form-control {
      width: 70%;
    }
    .chat-list h3 {
      font-size: 14px;
    }
    .chat-list p {
      font-size: 12px;
    }
    .msg-body ul li.sender p {
      font-size: 13px;
      padding: 8px;
      border-bottom-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
      font-size: 13px;
      padding: 8px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom-left-radius: 6px;
    }
  }
  

  /* .bg-dark {
	background-color: #111111 !important;
  } */
  .AllBuyCrypto-menu.navbar-dark .navbar-nav .nav-link.active{
	  color: #FFBE41 !important;
  }

/* nav button */

body {
  background: #fff;
  font-family: 'Rajdhani', sans-serif;
  color:#000000;
}
.prime_color{
	color: #18566d;
}

#toggle {
	width: 28px;
	height: 30px;
	margin: 10px auto 0px auto;
}

#toggle div {
  width: 100%;
  height: 5px;
  background: #18566d;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}
nav.AllBuyCrypto-menu.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 19px #18566d3b;
}
#menu {
  color: white;
  border: 1px solid white;
  width: 150px;
  height: auto;
  padding: 10px;
  border-radius: 3px;
  font-family: 'Rajdhani', sans-serif;
  /* font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; */
  background-color: #1b1b1b;
  text-align: center;
  margin: auto;
  display: none;
}
#menu ul{
	list-style: none;
	padding-left:0;
	margin-bottom: 0;
}
#menu ul li{
	width: 100%;
height: 18px;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 9px;
display: table;
	
}
#menu ul li:hover a{
	color: #FFBE41;
}
#menu ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#menu ul li a{
	color: #ffffff;
	
}
.toggle-menu-full{
	position: relative;
}
.toggle-menu-full #menu{
	position: absolute;
	top: 40px;
	z-index: 9999;
}
.nav-logo{
	margin-right: 30px;
}
/* nav button */

h1,
h2,
.font-weight-bold {
	font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
	font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
	font-weight: 500 !important;
}

.btn {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	transition: .5s;
}

.btn-primary,
.btn-secondary {
	color: #FFFFFF;
}

.btn-primary:hover {
	background: var(--secondary);
	border-color: var(--secondary);
}

.btn-secondary:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.btn-square {
	width: 36px;
	height: 36px;
}

.btn-sm-square {
	width: 28px;
	height: 28px;
}

.btn-lg-square {
    width: 34px;
    height: 41px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 7px;
    bottom: 7px;

	z-index: 99;
}

.top-shape::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 100%;
	top: 0;
	left: -17px;
	background: var(--primary);
	transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Rajdhani', sans-serif;
	padding: 35px 15px;
	font-size: 24px;
	color: var(--dark);
	outline: none;
	transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 10px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: #b18114;
	font-weight: 600;
}
/* .navbar{
	background-color: #333;
} */
/* font */

h1,
h2,
h3,h4,h5,h6,
p{
	font-family: 'Rajdhani', sans-serif;

}
h1{
	font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    color: #7d7d7d;
    text-shadow: 0px 1px #000;
}
.header_h1_span{
	color: #18566d;
}
/* font */
/* header */
.spinner-grow.text-secondary,
.spinner-gro.text-dark,
.spinner-grow.text-primary{
	color: #FFBE41 !important;
}
.banner {
	height:100vh;
	position:relative;
	width:100%;
	overflow: hidden;
}
.banner video {
    width: 100%;
    position: absolute;
    	overflow: hidden;
}
.banner-innner {
    padding: 200px 0;
}

header{
	position:absolute;
	width:100%;
	top:0;
	z-index:11;
}
.banner-left {
    text-align: center;
    width: 65%;
    margin: 0 auto;
	position: relative;
	padding: 100px 0
}

.overlay {
    background: #3f51b569;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    text-shadow: 1px 2px #000;
	margin-bottom:15px;
}

.banner-left p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
	margin-bottom:30px;
}

.custom-btn {
    width: 100%;
    background: #FFBE41;
    color: #fff;
    letter-spacing: 2.5px;
	transition:0.8 ease;
}

.banner-left a {
    background: #FFBE41;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 8px 35px;
    border-radius: 4px;
	transition:0.8 ease;
}

.banner-left a:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.custom-btn:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    /* font-size: 26px; */
    text-transform: uppercase;
    text-shadow: 1px 2px #000;
	padding-top: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 15px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: #18566d;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #18566d;
}
.AllBuyCrypto-menu a.nav-link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#185166));
  -webkit-background-clip: text;
  text-shadow: none;
}

.dropdown-menu {
    padding: 0px;
}
span.navbar-toggler-icon {
    background-image: url(https://i.ibb.co/1v9M0dZ/menu.png) !important;
    width: 25px;
    height: 25px;
	cursor:pointer;
}
button.navbar-toggler:focus {
    outline: none;
}

a.dropdown-item {
    padding: 10px;
    background: #515156;
    color: #fff;
}

.right-side-menu{
	margin-bottom:0;
	padding-left: 0;
	list-style: none;;
}
.right-side-menu li{
	display: inline-block;
}

.right-side-menu li a{
	font-family: 'Rajdhani', sans-serif;
	color: #ffffff !important; 
	font-weight: 500;
    font-size: 18px;
}
.right-side-menu li a:hover{
	color: #FFBE41;
}
.menu-btn-login{
	color: #fff !important;
  padding: 15px 25px;
  background-color: #18566d;
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-size: 16px;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 24px;
  display: table;
  font-weight: 600 !important;
}
.menu-btn-register{
    color: #fff !important;
    padding: 15px 25px;
    background-color: #18566d;
    box-shadow: inset -1px -1px 0px rgb(255 255 255 / 25%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 1px 1px rgb(255 255 255 / 60%), inset 0px -8px 11px rgb(0 0 0 / 30%), inset 0px 1px 5px rgb(255 255 255 / 60%), 2px 19px 31px rgb(0 0 0 / 20%);
    border-radius: 5px;
    font-size: 16px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 24px;
    display: table;
    font-weight: 600 !important;
    margin-left: 12px;
   
}
.menu-btn-register:hover{
  background-color: #fff;
  border: 1px solid #18566d;
  color: #18566d !important;
}

@media only screen and (max-width: 800px ){
	.banner-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    text-shadow: 1px 2px #000;
}
.banner{
	padding:120px 0;
	height: auto;
}

.nav-color{
	background:#000;
}
.navbar-light .navbar-nav .nav-link{
	padding-left:0;
}
.banner-innner {
    padding: 120px 0;
}
}
/* BUTTON */
.boxed-btn-2,
.boxed-btn-1{
	display: inline-block;
	font-family: 'Rajdhani', sans-serif;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	text-align: center;
	letter-spacing: 1px;
	font-size: 25px;
	font-weight: 400;
	padding: 5px 30px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	position: relative;
}
.boxed-btn-1{
	background-color: #FFBE41;
	border: 1px solid #FFBE41;
	color: #fff;
}
.boxed-btn-2{
	background-color: transparent;
	border: 1px solid #FFBE41;
	color: #FFBE41;
}
.margin-right30{
	margin-right: 30px;
}
.margin-top30{
	margin-top: 30px;
}
.margin-top50{
	margin-top: 50px;
}
/* header */
.header-padding{
	padding: 100px 0 35px 0;
}
.header-padding p{
	padding-top: 20px;
}
.header-slider{
	margin-top: 60px;
}
.header-slider .owl-theme .owl-nav{
	display: none;
}

.header-slider .owl-theme .owl-dots .owl-dot.active span,
 .header-slider .owl-theme .owl-dots .owl-dot:hover span{
	 background: #FFBE41;
 }
/* purchase-quantity */
.purchase-quantity-bg{
	background-color: #1B1B1B;
	padding: 20px;
}
.purchase-quantity-bg .dropdown{
	display: table;
}
.purchase-quantity-bg .dropdown button{
	 display: flex;
	 align-items: center;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	box-shadow: none;
}
.purchase-quantity-bg .dropdown button:hover{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	box-shadow: none;
}
.purchase-quantity-bg .dropdown div{
	color: #999999;
}
.purchase-quantity-bg .dropdown div img{
	margin-right: 10px;
}
.purchase-quantity-bg  .dropdown-toggle::after{
	color: #333;
}
.purchase-quantity-bg .show > .btn-secondary.dropdown-toggle{
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.purchase-quantity-bg .purchase-form-outline input{
	width: 660px;
	height: 62px;
}
.purchase-quantity-bg .dd-name-changes p{
	background-color: #ffffff;
	padding: 20px;
	height: 62px;
	margin-bottom: 0px;
}
.purchase-quantity-bg  .submit-btn .btn{
	background-color: #FFBE41;
	padding: 20px 40px;
	height: 62px;
	border: 1px solid #FFBE41;
	width: auto;
}
.margin-center{
	margin: 0 auto;
}
/* purchase-quantity */
/* table */
.landing-table .pagination{
	display: none;
}
div.table-responsive > div.dataTables_wrapper > div.row:nth-child(3),
.landing-table table #example_wrapper .row:nth-child(3){
	display: none;

}


.table-sec-bg-1{
	background-color:#fff;
}
.table-sec-bg{
	padding: 50px 0;
	background-color: #f9f9f9;
}

.horn-icon{
	margin-right: 20px;
}
.horn-icon i{
	color: #FFBE41;
	font-size: 24px;
}
.table-top-news{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.table-top-news li{
	display: inline-block;
}
.table-top-news li p{
	margin: 0px 10px;
}
.table-sec-bg table td,
.table-sec-bg table th,
.table-sec-bg table tr{
	background-color:#ffffff;

}
.margin-top50{
	margin-top: 50px;
}
table.dataTable.table-striped > tbody > tr.odd{
	background-color: #ffffff;
}
.three-col-div{
	text-align: center;
}
.three-col-div  .three-col-icon img{
	width: 120px;
	height: 120px;
	border: 2px dashed #999999;
	border-radius: 100px;
	padding: 20px;
}
.three-col-div h4{
	padding: 15px 0 10px 0
}
.margin-bottom50{
	margin-bottom: 50px;
}
.three-col-sec-bg{
	background-color: #ffffff;
	padding: 50px 0;
}
.three-col-div:hover three-col-icon img{
	border: 2px dashed #FFBE41;
	
}
.two-col-sec-bg{
	background-color: #f5f5f5;
	padding: 50px 0;
}
.mob-app img{
	width: 30%;
}
.two-col-list ul{
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}
.two-col-list ul li{
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.two-col-right{
	padding-left: 20px;
}
.align-middle{
	display: flex;
	align-items: middle;
}
/* table */
/* Footer */
.footer-bg{
	background-color: #ffffff;
	/* padding: 50px 0; */
	padding-top: 50px;
	padding-bottom: 12px;
	/* -webkit-box-shadow: 0px -4px 3px rgb(238 77 28 / 20%);
    -moz-box-shadow: 0px -4px 3px rgb(238 77 28 / 20%); */
	/* box-shadow: 0px 5px 50px rgb(238 77 28 / 20%); */
}
.single-footer ul li a,
.single-footer p,
.single-footer h3{
    color: #000000;
}

.single-footer ul{
	
	padding-left: 0 !important;
margin-bottom: 0;
list-style: none;
margin-top: 30px;
}
.single-footer .logo{
	padding-bottom: 15px;
}
.single-footer ul li{
	padding-bottom: 10px;
	
}
.footer-social ul li{
	display: inline-block;
	margin-right: 15px;
}
.footer-bg .border-top{
	border-top: 1px solid #18566d !important;
}


.single-footer h3 {
	color: #18566d;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded.back-to-top{
	background-color: #FFBE41;
border: #FFBE41;
}
/*============================= MEDIA QUERIES START =============================*/

@media only screen and (max-width: 1399px) {

	.purchase-quantity-bg .submit-btn .btn{
		padding: 5px;
	}
	.header-app-img img{
		width: 150px;
	}
}
@media only screen and (max-width: 1199px) {
	.purchase-quantity-bg .purchase-form-outline input {
		width: 450px;
		height: 62px;
	}
	.table-top-news li p{
		font-size: 14px;
	}
  .latest-deal-grp{
    height: 435px !important;
  }
  .copy_write_p{
    text-align: left !important;
  }
}

@media only screen and (max-width: 991px) {

	.add_dropdown-menu{
    display: table;
    width: 22%;
  }
	.boxed-btn-2, .boxed-btn-1 {
		font-size: 20px;
		padding: 5px 15px;
	}
  .coin-state-grp{
    width: 100% !important;
  }
	.sec-mob{
		text-align: left !important;
	}
	.sec-mob img{
		width: 30% !important;
		margin-bottom: 30px;
	}

	.purchase-quantity-bg .purchase-form-outline input {
		width: 350px;
		height: 62px;
	  }
	  .menu-btn-register{
		  margin-left: 0;
		  margin-top: 15px;
	  }
}


@media only screen and  (max-width: 767px) {
  .img-res-size-75{
    width: 75%;
  }
  .img-res-size-50,
  .header-element{
    width: 50%;
  }
  .trade-bitcoin-free-grp h3{
    font-size: 26px !important;
    line-height: 34px !important;
  }
	.navbar-toggler{
		margin-right: 0 !important;
	}
	
	.header-mob{
		margin-top:50px;
	}
	.purchase-quantity-bg .d-flex{
		display: table !important;
		margin:0 auto;
	}
	.purchase-quantity-bg .show > .btn-secondary.dropdown-toggle{
		width: 500px;
	}
	.purchase-quantity-bg .purchase-form-outline input{
		width: 100%;
	}
	.purchase-quantity-bg .dropdown div:nth-child(2),
	.purchase-quantity-bg .submit-btn button{
		width: 100% !important;
	}
	#example_wrapper .col-sm-12:nth-child(2){
		padding: 10px 10px 10px 0;
	}
	.sec-mob{
		margin: 30px auto 30px auto;
		text-align: center;
		display: table;
	  }
	  .mob-res-cen,
	  .sec-mob{
		text-align: center !important;
	  }
	  .landing-table .pagination{
		float: none !important;
		margin-top: 10px;
	}
	/* .header-padding {
		padding: 80px 0 80px 0;
	  } */
}
@media only screen and  (max-width: 575px) {
	.purchase-quantity-bg .show > .btn-secondary.dropdown-toggle{
		width: 300px;
	}
	.single-footer h3{
		margin-bottom: 0;
	}
	.f-about {
		margin-bottom: 0px;
	  }
	.header-logo{
		width: 100px;
	}
  
}


@media only screen and (max-width: 375px) {
	.purchase-quantity-bg .show > .btn-secondary.dropdown-toggle {
		width: 240px;
	  }
	  .purchase-quantity-bg .dropdown button{
		width: 224px;
	  }
}


/*==================================== MEDIA QUERIES END ===================================*/

/* 04-01-2023 */

.gift-content{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.gift-content h4{
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 10px;
}
.gift-content p{
	color: #1374bb;
    font-size: 25px;
    font-weight: 900;
    margin-left: 15px;
	margin-bottom: 0;
    padding-top: 0;
	margin-top: 10px;

}
.btn-gradient:hover{
	color: #fff !important;
}
.ngx-pagination .current{
  background: #18566d !important;
  background-color: #18566d;
  box-shadow: inset -1px -1px 0px rgb(255 255 255 / 25%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 1px 1px rgb(255 255 255 / 60%), inset 0px -4px 5px rgb(0 0 0 / 30%), inset 0px 1px 5px rgb(255 255 255 / 60%), 2px 9px 15px rgb(0 0 0 / 20%);
}
.btn-gradient-sm{
  border: none;
  padding: 4px 19px!important;
  font-size: 14px;
  border-radius: 5px;
}
.btn-gradient-sm,
.btn-gradient,
.sign-email-phone{
	color: #fff;
  padding: 15px 25px;
  background-color: #18566d;
  box-shadow: inset -1px -1px 0px rgb(255 255 255 / 25%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 1px 1px rgb(255 255 255 / 60%), inset 0px -8px 11px rgb(0 0 0 / 30%), inset 0px 1px 5px rgb(255 255 255 / 60%), 2px 19px 31px rgb(0 0 0 / 20%);
  border-radius:5px;
  font-size: 16px;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 24px;
  display: table;
  font-weight: 600 !important;
}
.btn-gradient-sm{
	color: #fff;
  padding: 8px 15px !important;
  background-color: #18566d;
  box-shadow: inset -1px -1px 0px rgb(255 255 255 / 25%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 1px 1px rgb(255 255 255 / 60%), inset 0px -8px 11px rgb(0 0 0 / 30%), inset 0px 1px 5px rgb(255 255 255 / 60%), 2px 19px 31px rgb(0 0 0 / 20%);
  border-radius: 5px;
  font-size: 16px;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500 !important;
  display: block;
}
.btn-gradient-sm:hover{
  color: #fff !important;
}
.sign-email-phone i{
	margin-right: 15px;
}
.sign-email-phone a{
	color: #fff;
}
.sign-email-phone:hover{
  color: #fff;
}
.loading-icon{
  display: none;
}
.loading-icon.fa-spin{
  display: inline !important; 
}
.continue-width {
	display: flex;
	align-items: center;
  }
.continue-width img:nth-child(1){
	margin-right: 15px;
}
.continue-width img:nth-child(2){
	margin-left: 15px;
}

.header-social-btn-grp{
	display: flex;
}
.header-social-btn-grp div:nth-child(1){
	margin-right: 15px;
}
.header-bottom-counter-grp h5{
	color: #f5c526;
	margin-bottom: 10px;
	font-weight: bold !important;
	font-size: 30px !important;
}
.header-bottom-counter-grp p{
	color: #333;
	font-weight: 600 !important;
	font-size: 16px !important;
	padding-top: 0;
	margin-bottom: 0;
}
  
.btn-1{
	background-color: #ffc7b6;
	padding: 10px 20px;
	border-radius: 10px;
	width: auto;
	display: table;
	color: rgb(0, 0, 0);
	font-weight: 700;
	box-shadow: 2px 2px #dfad9e;
}
.btn-white{
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	width: auto;
	display: table;
	color: #000080;
	font-weight: 700;
}
.btn-1 img{
	width: 32px;
	margin-right: 15px;
}
.header-bottom-counter-grp h5 {
    color: #18566d;
    margin-bottom: 10px;
    font-weight: bold !important;
    font-size: 30px !important;
}
.header-bottom-counter-grp p {
    color: #333;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-top: 0;
    margin-bottom: 0;
}
.table-bottom-grp {
    margin-top: 50px;
}
.table-bottom-grp h4 {
    font-size: 25px;
}
.section_padding{
	padding: 35px 0px;
}
.trade-bitcoin-free-grp{
  background: #c0c0c02b;
}
.trade-bitcoin-free-grp h3{
	font-size: 36px;
	font-weight: bold !important;
  line-height: 44px;
}
.trade-bitcoin-free-grp p{
	color: #333;
}
.trade-bitcoin-free-grp p span{
	color: #000080;
	margin-left: 10px;
}
.margin-force-center {
    margin: 0 auto;
    display: table;
}
.earn-rewards-grp{
	background-color: #f356251c;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.earn-rewards-grp span{
	font-size: 23px;
	color: #1fb07e;
	font-weight: 700 !important;
}
.earn-rewards-grp span:nth-child(1){
	margin-right: 10px;
}
.earn-rewards-grp .earn-coin{
 	align-items: center;
	display: flex;
}
.earn-rewards-grp .earn-coin h6{
	margin-left: 10px;
	margin-bottom: 0;;
}

.earn-rewards-grp .more{
	background-color: #f25525;
    color: #fff;
    padding: 3px 10px;
    border-radius: 300px;
    width: auto;
    display: table;
    margin: 0 0 0 auto;
    font-weight: 900;
}
.earn-rewards-grp .more p{
	margin-bottom: 0;
}
.explore-endless-grp{
  background: linear-gradient(91.2deg, #18566d 0.28%, #1f5469d1 100%);
  padding: 20px;
  border-radius: 5px;
  min-height: 100%;
}
.explore-endless-grp p,
.explore-endless-grp h4{
	color: #fff;
}
.trust-exchange-grp{
	display: flex;
	align-items: top;
}
.trust-exchange-content{
	margin-left: 20px;
}
.trust-exchange-grp img{
	height: fit-content;
}
.align-middle{
	display: flex;
	align-items: middle;
}
.apps-list ul{
	display: block;
	text-align: center;
}
.apps-list ul li{
	display: inline-block;
	width: 30%;
}
.need-help-grp h4{
	padding: 15px 0 10px 0;
}
.more-link{
	color: #000000;
	font-weight: 700 !important;
	margin-top: 20px;
}
.cta-bg {
  background: #eef1f4;
  padding: 50px 0;
}

.star_12{
	font-size: 36px;
	font-weight: 800 !important;
}
.footer_bottom_ul {
    display: flex;
    list-style: none;
    margin: 0px;   
    padding-top: 12px;
}
.cdk-overlay-container .close-button,
.cdk-overlay-container{
  z-index: 99999 !important;
}

/* otc start */
.bg-light {
  background-color: #c0c0c069 !important;
}
.addtional_otc_input{
  background-color: #c0c0c000 !important;
  color: #000 !important;
}

.text-warning_2{
  color: #18566d !important;
}
/* OTC End */