/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,800;0,900;1,700&family=Work+Sans:wght@400;500;600;700;800;900&display=swap');
/*fonts*/
body {
  line-height: 1.8 !important;
  color: #333333 !important;
  font-size: 16px !important;
  background:#fff;
  font-weight: 400 !important;
  font-family: 'Poppins', sans-serif !important;
}
 button:focus{
  outline: none !important;
 }
 a:hover{
  text-decoration: none !important;
 }
/*dashboard start*/
header.dashboard-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0px 0px 0px;
}
.logo a {
    font-size: 29px;
    font-weight: 700;
    color: #2e3092 !important;
    text-decoration:none; 
}
ul.buy-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.buy-list li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
ul.buy-list li:last-child {
    margin-right: 0;
}
ul.buy-list li a {
    color: #2c1b75;
    font-weight: 600;
    text-decoration: none;
}
ul.buy-list li span {
    margin-right: 10px;
}
.clr-green, .clr-gray, .clr-yellow{
  width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.clr-green {
    background: #684d94;
}
.clr-gray {
    background: #838383;
}
.clr-yellow {
    background: #f79926;
}
nav.navbar.navbar-expand-md {
    background: #2e3192;
}
.navbar-dark .navbar-brand {
    color: #2e3092;
}
nav.navbar.navbar-expand-md .navbar-nav .nav-link{
  color: #fff;
}
nav.navbar.navbar-expand-md button.navbar-toggler {
    float: right;
    margin-top: 7px;
    border-color: #fff;
}
nav.navbar.navbar-expand-md button.navbar-toggler i {
    color: #fff;
}
nav.navbar.navbar-expand-md ul.navbar-nav img {
    width: 25px;
    margin-right: 10px;
}
.collapse {
    display: none;
}
.navbar-expand-md .navbar-toggler {
    display: block !important;
}
.logo {
    display: inline-block;
    margin-right: 30px;
}
.btns-login {
    display: inline-block;
}
nav.navbar.navbar-dark {
    background: none;
    box-shadow: none;
    margin-top: 30px;
    padding: 10px 0px;
    z-index: 999999;
    border-top: 1px solid #2e3092;
}
#navbarNav {
    background: #2e3092;
    padding: 0px 15px;
}
.btn.btn-signup {
    color: #fff;
    padding: 16px 18px;
    background: #2e3092;
    font-weight: 700;
    border-radius: 20px;
    width: 128px;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}
.btn.btn-signup:last-child {
    margin-right: 0;
}
button.navbar-toggler.dash-menu {
    margin: 0px 20px 0px 20px;
}
section.bitcoin-first {
    padding-top: 170px;
}
.buy-bitcoin {
    padding: 10px 12px;
    position: relative;
    border-radius: 10px;
    background: rgb(39,55,129,10%);
}
section.bitcoin-first .col-md-4 {
    padding: 0 5px;
}
section.bitcoin-first .col-md-4:first-child{
    padding: 0px 5px 0px 15px;
}
section.bitcoin-first .col-md-4:last-child{
    padding: 0px 15px 0px 5px;
}
.bitcoin-content {
    padding: 20px 0px;
}
.heading-bitcoin a {
    color: #2e3092;
    font-weight: 500;
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
}
.bitcoin-content small {
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
}
.bitcoin-content p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.buy-bitcoin:after {
    content: "";
    position: absolute;
    top: 42%;
    height: 1px;
    width: 100%;
    background: #2e3092;
    left: 0;
    right: 0;
}
.bitcoin-content {
    padding: 20px 0px 12px 0px;
}
.profile-incomplete {
    padding: 20px 12px;
    border-radius: 10px;
    text-align: center;
    background: rgb(39,55,129,10%);
}
section.bitcoin-second .col-md-4{
    padding: 0 5px 0px 15px;
    margin-top: 30px;
}
section.bitcoin-second .col-md-8{
  padding: 0 15px 0px 5px;
    margin-top: 30px;
}
.profile-incomplete h1 {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
.mob-profile span {
    margin-left: 80px;
}
.mob-profile.shap-tb:before {
    content: "";
    position: absolute;
    bottom: 15px;
    background: url(./images/shape-pro.png);
    width: 4px;
    height: 89px;
    left: 85px;
    right: 0;
}
.mob-profile.shap-tb:after {
    content: "";
    position: absolute;
    top: 15px;
    background: url(./images/shape-pro.png);
    width: 4px;
    height: 89px;
    left: 85px;
    right: 0;
}
.mob-profile.shap-tb {
    padding: 120px 0px;
    position: relative;
}
.mob-profile.shap-tb span {
    margin-left: 55px;
}
.tab-graph img {
    width: 100%;
}
.dropdown-toggle::after {
    display: none !important;
}
.day-menu i{
    margin-left: 8px;
}
ul#myTab {
    border: 2px solid #2e3092;
    border-radius: 10px;
}
ul#myTab li:last-child {
    border: none;
}
ul#myTab li {
    border-right: 2px solid #2e3092;
}
.tab-right .nav-tabs .nav-link:focus, .tab-right .nav-tabs .nav-link:hover, .tab-right .nav-tabs .nav-link{
    border: none;
    border-radius: 0;
}
.tab-right .nav-tabs .nav-link.active{
  background:none;
  border:none;
}
.tab-right .card-header-tabs{
  margin: 0;
}
li.nav-item.active.br-rd-1 a {
    color: #fff !important;
    background: #2e3092 !important;
    border-radius: 5px 0px 0px 5px !important;
}
li.nav-item.active.br-rd-2 a {
    color: #fff !important;
    background: #2e3092 !important;
}
li.nav-item.active.br-rd-3 a {
    color: #fff !important;
    background: #2e3092 !important;
    border-radius: 0px 5px 5px 0px !important;
}
ul#myTab li a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
ul.day-menu {
    margin: 15px 0px 20px 0px;
    padding: 0;
    list-style: none;
}
ul.day-menu a {
    font-size: 15px;
    color: #2e3092;
    font-weight: 600;
    text-transform: capitalize;
}
.graph-main {
    padding: 20px 12px;
    border-radius: 10px;
    background: rgb(39,55,129,10%);
}
.tab-graph {
    padding: 42px 0px;
}
.mob-profile.shap-tb-2 span {
    margin-left: 120px;
}
.mob-profile.pt-4 span {
    font-size: 18px;
    font-weight: 600;
}
.high-low span {
    font-weight: 600;
    font-size: 15px;
    margin-right: 50px;
}
p.Update-min {
    margin: 10px 0px;
    color: #2e3092;
    font-size: 15px;
    font-weight: 500;
}
footer.dashboard-footer {
    background: none;
    padding: 0;
    margin-top: 40px;
}
.top-footer {
    padding: 30px 0px;
    border-top: 1px solid #2e3092;
    border-bottom: 1px solid #2e3092;
}
.top-footer h2 {
    font-size: 22px;
    color: #2e3092;
    font-weight: 500;
    margin: 15px 0px 20px 0px;
}
ul.footer-link {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-link img {
    width: 170px;
}
ul.footer-link li {
    margin: 10px 0px;
}
ul.footer-link li a {
    color: #222222;
    font-size: 15px;
}
.top-footer .col-sm-3.col-md-3.col-lg-3 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.top-footer .col-sm-2.col-md-3.col-lg-2 {
    -ms-flex: 0 0 11.6%;
    flex: 0 0 11.6%;
    max-width: 11.6%;
}
/*dashboard end*/
/*update-profile start*/
ul.nav-right.ml-auto {
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 0;
    list-style: none;
}
ul.nav-right li {
    margin-right: 40px;
    display: inline-block;
    text-transform: uppercase;
}
ul.nav-right li a{
  color: #2c1d76; 
}
ul.nav-right li:last-child {
    margin-right: 0;
}
ul.nav-right li img {
    margin-right: 10px;
}
section.profile-section {
    padding: 110px 0px;
}
.box-profile-section {
    padding: 50px 80px;
    background: #fff;
}
.box-profile-section h1 {
    font-size: 30px;
    font-weight: 700;
    color: #2e3092;
    text-align: center;
    line-height: 42px;
    margin-bottom: 70px;
}
.wrapper.update-profile {
    background: #eff1ff;
}
.stepwizard-step p {
    margin-top: -60px;
    color: #666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 95%;
    position: relative;
    margin: 0 auto 50px -10px;
}
form.step-form-profile .custom-file-label {
    width: 92%;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}
form.step-form-profile .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
    color: #2e3092;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #2e3092; 
}
form.step-form-profile label {
    color: rgb(51,51,51,29%);
}
form.step-form-profile .custom-file-label::after {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0px;
    height: 22px;
    top: 5px;
}
form.step-form-profile .form-control, form.step-form-profile select.form-control{
    border-bottom: 1px solid #e2e2e2;
}
form.step-form-profile option:first {
    text-transform: uppercase !important;
}
form.step-form-profile select:required:invalid {
  text-transform: uppercase;
}
form.step-form-profile option[value=""][disabled] {
  display: none;
}

form.step-form-profile .form-control:focus{
  border-color:#e2e2e2;
  box-shadow: none;
}
form.step-form-profile input, form.step-form-profile select{
    border: none;
    border-radius: 0;
    margin-bottom: 50px;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    border: 5px solid #2e3092;
    border-radius: 100%;
    background: #fff;
}
.stepwizard-step .btn-success, .stepwizard-step .btn-success:not(:disabled):not(.disabled).active, 
.stepwizard-step .btn-success:not(:disabled):not(.disabled):active, 
.stepwizard-step .show>.btn-success.dropdown-toggle,
.stepwizard-step .btn-success:hover{
    color: #fff;
    background-color: #2e3092;
    border-color: #2e3092;
    border-radius: 100%;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 80%;
    height: 3px;
    background-color: #e5e5e5;
    z-index: 0;
    margin: 0 auto;
    left: 35px;
    right: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
a.btn.btn-circle.btn-default{
  border: 5px solid #2e3092;
  border-radius: 100%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    border: 5px solid #2e3092;
    border-radius: 100%;
    background: #fff;
}
form.step-form-profile {
    margin-top: 90px;
}
button.nextBtn {
    width: 350px;
    height: 45px;
    display: block;
    z-index: 999;
    position: relative;
    border-radius: 10px;
    background: #2e3092;
    border-color: #2e3092;
    margin: -30px auto 0px auto;
}
form.step-form-profile input::-webkit-input-placeholder{ /* Edge */
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}

form.step-form-profile input:-ms-input-placeholder{ /* Internet Explorer */
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}

form.step-form-profile input::placeholder{
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}
/*image upload*/
.imagePreview {
    width: 100%;
    height: 150px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae….jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    border: 3px solid #ddd;
    background-size: cover;
}
label.select-image-front {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 150px;
    top: 40px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    color: #2e3092 !important;
    text-decoration: underline;
}
.imgUp
{
  margin-bottom:15px;
}

.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}
.sample-proof h6 {
    font-size: 13px;
    font-weight: 700;
}
.sample-proof p {
    font-size: 13px;
    margin-bottom: 5px;
}
div#step-3 button.btn.btn-primary.nextBtn {
    margin: -30px auto 0px 268px;
}
div#step-4 .imagePreview {
    width: 65%;
}
div#step-4 label.select-image-front {
    margin: 0 auto;
    width: 70%;
    left: 0;
    right: unset;
    display: block;
}
/*update-profile end*/
/*signup page start*/
.box-signup-section {
    background: #fff;
}
.signup-form {
    background: #fff;
    padding: 70px 50px 50px 20px;
}
.signup-bg {
    width: 100%;
    height: 100%;
    padding: 190px 0px;
    background: url(./images/login-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.signup-bg h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    margin-bottom: 20px;     
}
.signup-bg p {
    font-weight: 500;
    color: #fff;
}
.g-recaptcha {
    margin: 0 auto 30px auto;
    width: 300px;
}
a.btn.btn-sign-in {
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 10px 55px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
label.check-custom a {
    color: #333;
    text-decoration: underline;
}
.check-custom {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.signup-form .form-control, .signup-form select.form-control {
    border-bottom: 1px solid #e2e2e2;
}
.signup-form .form-control:focus{
  border-color:#e2e2e2;
  box-shadow: none;
}
.signup-form input, .signup-form select {
    border: none;
    border-radius: 0;
    
}
.signup-form .form-group{
  margin-bottom: 50px;
}
.signup-form h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2e3092;
    text-align: center;
    margin-bottom: 40px;
    line-height: 42px; 
}
.signup-form .btn-login {
    width: 75%;
    height: 45px;
    display: block;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background: #2e3092;
    border-color: #2e3092;
    margin: 0px auto 0px auto;
}
.signup-form label{
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}
label.check-custom p {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}
.signup-form input::-webkit-input-placeholder{ /* Edge */
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}

.signup-form input:-ms-input-placeholder{ /* Internet Explorer */
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}

.signup-form input::placeholder{
  color: rgb(51,51,51,29%);
  font-size: 15px;
  text-transform: uppercase;
}
/* Hide the browser's default checkbox */
.check-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10%;
    left: 15%;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    background: none;
    border: 2px solid #2e3092;
}

/* On mouse-over, add a grey background color */
.check-custom:hover input ~ .checkmark {
  background-color: #2e3092;
}

/* When the checkbox is checked, add a blue background */
.check-custom input:checked ~ .checkmark {
    background-color: #2e3092;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-custom .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login-form {
    padding:70px 120px 50px 120px;
}
.login-form button.btn.btn-login {
    width: 100%;
}
.login-form .form-group a {
    color: #333;
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    text-align: right;
}
.login-form input {
    font-weight: 600;
    color: #333 !important;
}
.otp-form {
    padding: 70px 120px 70px 120px;
}
input#codeBox1, input#codeBox2, input#codeBox3, input#codeBox4 {
    background: none;
}
.otp-form input[type=number]:last-child {
    margin-right: 0;
}
.otp-form input[type=number] {
    height: 30px;
    width: 60px;
    margin-right: 42px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}
.otp-form input[type=number]::-webkit-inner-spin-button,
.otp-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;              
}
.otp-form button.btn.btn-login {
    width: 100%;
    margin-top: 100px;
}
.otp-form .form-group {
    margin-top: 80px;
}
/*signup page end*/
/*menu*/
.navbar {
    background: #444;
    transition: all .6s;
    backface-visibility: hidden;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}
 
.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
 
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    border: 0;
}
 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}
 
.navbar-dark .navbar-toggler {
    border-color: #444;
}
 
.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #2e3092;
} 
.navbar-dark .navbar-toggler span {
    display: block;
    width: 50px;
    height: 5px;
    margin: 6px auto;
    background: #2e3092;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(7px, 8px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(8px, -8px);
}
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
}
/*menu*/

/*update-profile*/
.wrapper.update-profile .container {
    max-width: 1140px !important;
}
/*update-profile end*/


input:focus {
    outline: none !important;
    border: none;
    background: none;
    box-shadow: none;
}
/*user login end*/

/*home page start*/
.desktop-none{
  display: none;
}
header.home-page .btns-login {
    margin-left: 40px;
}
header.home-page nav.navbar.navbar-dark {
    border: none;
    margin: 0;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #2e3092;
}
header.home-page {
    padding: 20px 0px;
    background: #fff;
}
header.home-page #navbarNav {
    position: absolute;
    top: 102px;
    width: 100%;
}
.bottom-header .bg-light {
    padding: 0;
    background: none !important;
}
.banner {
    width: 100%;
    height: 796px;
    padding: 200px 0px 100px 0px;
    background: url(./images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}
.heading-banner h1 {
    color: #fff;
    font-size: 54px;
    line-height: 65px;
    margin-bottom: 35px;
    font-weight: 600;
}
.heading-banner p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
}
.heading-banner {
    width: 630px;
    padding-top: 50px;
}
.btn-banner .btn-get-started, .btn-banner .btn-browse-now{
    background: #fff;
    border-radius: 10px;
    padding: 12px 54px;
    font-size: 20px;
    font-weight: 600;
    color: #1e275a;
    margin-right: 50px;
    text-transform: capitalize;
}
.btn-banner .btn-browse-now {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
.container {
    max-width: 1500px !important;
}
/*btc section start*/
.btc-three-boxes {
    margin: 0 auto;
    width: 80%;
}
.btc-box {
    width: 30%;
    float: left;
    padding: 20px 30px;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    margin: -6% 5% 0% 0%;
    border: 1px solid #ebebeb;
}
.btc-box:last-child {
    margin-right: 0;
}
.btc-heading a {
    font-size: 22px;
    color: #5c5b67;
    margin-left: 15px;
    display: inline-block;
}
.btc-heading img {
    margin-top: -5px;
}
.btc-content a:last-child {
    margin-right: 0;
}
.btc-content a {
    color: #2c1b75;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 30px 0px 0px;
    display: inline-block;
}
.btc-box:hover a {
    color: #fff;
}
.btc-box:hover {
    background: rgb(46 48 146 / 98%);
    border-color: #5fc2c0;
}
.heading-title h2 {
    font-size: 48px;
    color: #2c1d76;
    font-weight: 600;
    line-height: 64px;
}
section.benefits {
    padding: 70px 0px;
}

.benefits-img img {
    width: 100%;
}
.benefits-content h3 {
    color: #2c1d76;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin: 70px 0px 25px 0px;
}
.benefits-img{
    padding: 50px 0px 0px 170px;
}
.benefits-content{
  padding: 50px 90px 50px 130px;
  position: relative;
}
.benefits-img.second-benefits.pd-r {
    padding: 50px 130px 0px 0px;
}
.benefits-content.second-benefits {
    padding-left: 110px;
}
.benefits-content:before {
    content: "";
    position: absolute;
    top: 0;
    background: #11cdc5;
    height: 88px;
    width: 88px;
    border-radius: 15px;
}
a.btn.btn-learn-more {
    font-size: 18px;
    color: #2c1d76;
    padding: 15px 55px;
    border-radius: 15px;
    margin: 30px 0px;
    background: rgba(46,48,146,10%);
}
a.btn.btn-learn-more img {
    margin-left: 15px;
}
section.ryptox-calculator, section.get-in-touch{
  padding: 50px 0px;
  background: #2d1171; /* Old browsers */
  background: -moz-linear-gradient(left, #2d1171 0%, #11d3c5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2d1171 0%,#11d3c5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2d1171 0%,#11d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1171', endColorstr='#11d3c5',GradientType=1 ); /* IE6-9 */

}
section.ryptox-calculator h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}
span.number-icon {
    margin-top: 42px;
}
.tab-calculator ul li {
    width: 50%;
}
.tab-calculator ul {
    margin: 0 auto;
    width: 41%;
    border: none;
}
.tab-calculator a.nav-link.active {
    background: #fff;
    border-radius: 6px 0px 0px 6px;
    color: #2e3092;
    font-weight: 700;
    text-align: center;
    border-color: #fff;
}
.tab-calculator ul li.tab2 a.nav-link.active:last-child, .tab-calculator ul li.tab2 a.nav-link:last-child{
    border-radius: 0px 6px 6px 0px;
}
.tab-calculator a.nav-link {
    background: none;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px 0px 0px 6px;
}
.radio-btc {
    text-align: center;
    padding: 50px 0px;
}
.radio-btc label {
    margin: 0px 40px 0px 5px;
    vertical-align: text-bottom;
    color: #fff;
    font-size: 21px;
}
.radio-btc input {
    width: 26px;
    height: 26px;
}
.tab-content label, .tab-content span{
    color: #fff;
    font-size: 14px;
}
.tab-content p {
    position: absolute;
    right: 25px;
    top: 40px;
    color: #fff;
}
.tab-content .form-control {
    background: none;
    color: #fff;
    position: relative;
    border-width: 2px;
    border-color: #fff;
    border-radius: 6px;
}
section.blog {
    padding: 70px 0px;
}
.blog-slider {
    width: 80%;
    margin: 60px auto 0 auto;
}
.blog-heading h3 {
    font-size: 32px;
    color: #2b2479;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-content {
    padding: 20px 50px 0px 15px;
}
.blog-content a.btn.btn-learn-more{
    margin: 0;
}
.blog-content h3 {
    color: #2b2479;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}
.blog-slider .carousel-control-next, .blog-slider .carousel-control-prev{
  opacity: 1;
}
.blog-slider .carousel-control-next{
  right: -7.6%;
}
.blog-slider .carousel-control-prev{
  left: -7.6%;
}
.get-heading h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.get-heading p{
  color: #fff;
}
ul.add-links {
    margin: 0;
    padding: 0;
}
ul.add-links li a {
    color: #fff;
    display: flex;
}
ul.add-links li {
  list-style: none;
  margin: 30px 0 50px 0px;
}
ul.add-links li img {
    margin-right: 15px;
}
img.marker {
    width: 27px;
    height: 39px;
}
img.mail-icon {
    height: 24px;
}
.get-form input.form-control {
    height: 60px;
    margin-bottom: 40px;
}
.get-form .form-group {
    margin: 0px 20px;
}
.form-section {
    padding: 30px 0px;
}
button.btn.btn-get-submit {
    padding: 14px 56px;
    background: #fff;
    font-weight: 600;
    color: #2b2479;
    margin: 40px 0px 0px 20px;
    border-radius: 10px;
}
.get-form .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.get-form .form-control{
    padding-left: 30px;
}
.home-footer .top-footer {
    border-top: none;
}
/*btc section end*/
section.about-section, section.whitpaper, .get-in-touch{
    padding: 70px 0px;
}
.heading-title {
    margin-bottom: 50px;
}

.solutions-section .section-description h3 {
    color: #333;
}
.whitpaper .section-description {
    padding-left: 100px;
}
.whitpaper .section-description .btn-banner {
    margin-top: 50px;
}
.section-description h3 {
    color: #2e3192;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}
section.rocket-fuel, section.pre-sale, .partners-section, section.team-section{
    color: #fff;
    padding: 90px 0px;
    background: #2d3191;
}
section.rocket-fuel .section-description {
    width: 80%;
    margin: 0 auto;
}
section.solutions-section, section.rodmap-section{
    padding: 90px 0px;
}
section.solutions-section .row:last-child {
    margin-bottom: 0;
}
section.solutions-section .row {
    margin-bottom: 80px;
}
section.rodmap-section .section-description {
    padding-bottom: 80px;
}
ul.partners-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 90%;
}
ul.partners-list li {
    display: inline-block;
    margin-right: 80px;
}
ul.partners-list li:last-child {
    margin-right: 0;
}
.contact-number {
    margin: 70px 0px 30px 0px;
}
.contact-number img {
    margin-bottom: 20px;
}
.contact-number a {
    color: #333;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}
footer {
    padding: 50px 0px;
    background: #2d3191;
}
.bottom-footer {
    padding: 40px 0px;
}
.left-list p {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}
.left-list p a{
  color: #fff;
}
ul.social-icons {
    margin: 0;
    padding: 0;
}
ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 15px;
}
ul.social-icons li a {
    font-size: 22px;
    color: #2e3092;
}
.bottom-footer p, .bottom-footer a {
    color: #2e3092;
    font-size: 15px;
    margin: 0;
}
/*home page end*/
@media only screen and (max-width: 413px){
.mob-profile.pt-4 img {
    width: 30px;
}
.mob-profile.shap-tb img {
    width: 60px;
}
.mob-profile.shap-tb-2 img {
    width: 55px;
}
.mob-profile.shap-tb-2 span {
    margin-left: 70px;
}
.mob-profile.shap-tb span {
    margin-left: 5px;
}
.mob-profile span {
    margin-left: 30px;
}
.mob-profile.shap-tb:after, .mob-profile.shap-tb:before {
    left: 37px !important;
}
.profile-incomplete h1 {
    font-size: 18px;
}
.btc-content a {
    font-size: 15px !important;
    margin: 30px 8px 0px 0px !important;
}
}
@media only screen and (max-width: 767px) {
.navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }
.mobile-none{
  display: none;
}
section.bitcoin-first {
    padding-top: 400px;
}
.desktop-none{
  display: block;
}
section.bitcoin-first .col-md-4, section.bitcoin-first .col-md-4:first-child, 
section.bitcoin-first .col-md-4:last-child, section.bitcoin-second .col-md-4, section.bitcoin-second .col-md-8{
    padding-right: 15px;
    padding-left: 15px;
}
section.bitcoin-second .col-md-4, section.bitcoin-second .col-md-8{
    margin-top: 0px;
    margin-bottom: 15px;
}
ul.footer-link img {
    width: 120px;
}
.mob-profile.shap-tb:after, .mob-profile.shap-tb:before{
    left: 60px;
}
ul.buy-list li {
    margin-bottom: 15px;
    font-size: 15px;
}
.top-footer .col-sm-3.col-md-3.col-lg-3, .top-footer .col-sm-2.col-md-2.col-lg-2, .top-footer .col-sm-2.col-md-3.col-lg-2{
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
}
.buy-bitcoin{
    margin-bottom: 15px;
}
button.navbar-toggler.dash-menu {
    margin: 0;
}
.benefits-content.second-benefits {
    padding-left: 0;
}
.benefits-content{
    padding: 30px 0px;
}
.heading-banner {
    width: 100%;
    padding-top: 30px;
}
header.home-page .btns-login {
    margin-left: 0;
    text-align: right;
}
header.home-page{
    padding: 20px 0px 0px 0px;
}
.heading-banner h1 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner {
    padding-top: 160px;
    padding-bottom: 40px;
    height: auto;
}
.heading-banner p {
    font-size: 16px;
}
.btn-banner .btn-get-started, .btn-banner .btn-browse-now {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 16px;
}
.btc-three-boxes {
    margin: 0 auto;
    width: 100%;
}
.btc-box {
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.btc-heading a {
    font-size: 26px;
}

.btc-content a {
    font-size: 18px;
    margin: 30px 0px 0px 25px;
}
section.benefits {
    padding: 30px 0px;
}
.heading-title h2 {
    font-size: 32px;
    line-height: 42px;
}
.benefits-img, .benefits-img.second-benefits.pd-r{
    padding: 0px 0px 30px 0px;
}
.benefits-content:before {
    height: 58px;
    width: 58px;
}
.benefits-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 50px 0px 15px 0px;
}
a.btn.btn-learn-more{
    width: 100%;
    margin: 15px 0px;
}
section.ryptox-calculator h3 {
    margin-bottom: 30px;
    font-size: 28px;
}
.tab-calculator ul {
    width: 100%;
}
.radio-btc label {
    margin: 0px 15px 0px 5px;
}
.radio-btc {
    padding: 30px 0px;
}
span.number-icon {
    text-align: center;
    display: block;
    margin: 0 auto;
}
section.blog {
    padding: 30px 0px 60px 0px;
}
.blog-slider {
    width: 100%;
    margin: 30px auto 0 auto;
}
.blog-content {
    padding: 30px 0px 0px 0px;
}
.blog-slider .carousel-control-next {
    right: 0;
}
.blog-slider .carousel-control-prev {
    left: 0;
}
.blog-slider .carousel-control-next, .blog-slider .carousel-control-prev {
    bottom: -40px;
    position: absolute;
    top: unset;
    width: 80%;
}
.blog-slider .carousel-control-next img, .blog-slider .carousel-control-prev img{
    width: 40px;
}
.blog-content a.btn.btn-learn-more{
    margin-bottom: 15px;
}
.form-section {
    padding: 0px 0px;
}
ul.add-links li {
    margin: 30px 0 30px 0px;
}
.get-form .form-group {
    margin: 0px;
}
button.btn.btn-get-submit{
    width: 100%;
    margin-left: 0px;
}
header.home-page #navbarNav {
    position: absolute;
    top: 82px;
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.mobile-none{
  display: none;
}
.desktop-none{
  display: block;
}
header.home-page .btns-login.desktop-none{
    display: none;
}
 .top-footer .col-sm-3.col-md-3.col-lg-3, .top-footer .col-sm-2.col-md-3.col-lg-2{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
ul.footer-link img {
    width: 150px;
}
section.bitcoin-first {
    padding-top: 240px;
}
header.dashboard-header{
    padding-top: 15px;
}
nav.navbar.navbar-dark{
    margin-top: 15px;
}
ul.buy-list li {
    font-size: 12px;
}
button.navbar-toggler.dash-menu{
    margin: 0;
}
.btns-login {
    text-align: right;
    margin-left: auto;
    display: block;
    margin-top: 20px;
}
section.bitcoin-first .col-md-4, section.bitcoin-first .col-md-4:first-child, 
section.bitcoin-first .col-md-4:last-child, section.bitcoin-second .col-md-4, section.bitcoin-second .col-md-8{
    padding-right: 15px;
    padding-left: 15px;
}
section.bitcoin-second .col-md-4, section.bitcoin-second .col-md-8{
    margin-top: 0px;
    margin-bottom: 15px;
}
.buy-bitcoin{
    margin-bottom: 15px;
}
.profile-incomplete h1 {
    font-size: 14px;
}
.mob-profile.pt-4 span {
    font-size: 12px;
}
.mob-profile.pt-4 img {
    width: 20px;
}
.mob-profile.shap-tb img {
    width: 40px;
}
.mob-profile.shap-tb-2 img {
    width: 35px;
}
.mob-profile.shap-tb-2 span {
    margin-left: 70px;
}
.mob-profile.shap-tb span {
    margin-left: 5px;
}
.mob-profile span {
    font-size: 12px;
    margin-left: 30px;
}
.mob-profile.shap-tb:after, .mob-profile.shap-tb:before {
    left: 30px;
}
.banner{
    height: auto;
}
.btc-three-boxes {
    width: 100%;
}
.btc-heading a {
    margin-left: 0;
}
.btc-box{
    padding: 20px;
}
.btc-content a {
    font-size: 12px;
    margin: 15px 10px 0px 0px;
}
.heading-banner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
}
section.benefits {
    padding: 30px 0px;
}
.heading-title h2 {
    font-size: 42px;
    line-height: 52px;
}
.benefits-img {
    padding: 50px 0px 0px 0px;
}
.benefits-content {
    padding: 50px 0px 50px 0px;
    position: relative;
}
.benefits-content:before {
    height: 68px;
    width: 68px;
}
.benefits-content h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 40px 0px 15px 0px;
}
.benefits-content.second-benefits {
    padding-left: 0;
}
.benefits-img.second-benefits.pd-r {
    padding: 50px 0px 0px 0px;
}
.blog-slider {
    width: 90%;
    margin: 30px auto 0 auto;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.mobile-none{
  display: none;
}
.desktop-none{
  display: block;
}
.btns-login {
    text-align: right;
    margin-left: auto;
    display: block;
}
section.bitcoin-first {
    padding-top: 250px;
}
ul.buy-list li{
    font-size: 16px;
}
section.bitcoin-first .col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
section.bitcoin-first .col-md-4, section.bitcoin-first .col-md-4:first-child, 
section.bitcoin-first .col-md-4:last-child, section.bitcoin-second .col-md-4, section.bitcoin-second .col-md-8{
    padding-right: 15px;
    padding-left: 15px;
}
section.bitcoin-second .col-md-4, section.bitcoin-second .col-md-8{
    margin-top: 0px;
    margin-bottom: 15px;
}
.buy-bitcoin{
    margin-bottom: 15px;
}
.profile-incomplete h1 {
    font-size: 16px;
}
.mob-profile.pt-4 span {
    font-size: 14px;
}
.mob-profile.pt-4 img {
    width: 30px;
}
.mob-profile.shap-tb img {
    width: 55px;
}
.mob-profile.shap-tb-2 img {
    width: 45px;
}
.mob-profile.shap-tb-2 span {
    margin-left: 70px;
}
.mob-profile.shap-tb span {
    margin-left: 5px;
}
.mob-profile span {
    font-size: 14px;
    margin-left: 30px;
}
.mob-profile.shap-tb:after, .mob-profile.shap-tb:before {
    left: 62px;
}
.top-footer .col-lg-3, .top-footer .col-lg-2, .top-footer .col-sm-3.col-md-3.col-lg-3, .top-footer .col-sm-2.col-md-3.col-lg-2{
-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
header.home-page .btns-login.desktop-none{
    display: none;
}
.btc-three-boxes {
    margin: 0 auto;
    width: 100%;
}
.btc-content a{
    margin-right: 10px;
}
.heading-title h2 {
    font-size: 42px;
    line-height: 54px;
}
.benefits-img {
    padding: 50px 0px 0px 0px;
}
.benefits-content {
    padding: 50px 0px 50px 0px;
    position: relative;
}
.benefits-content.second-benefits {
    padding-left: 0;
}
.benefits-img.second-benefits.pd-r {
    padding: 50px 0px 0px 0px;
}
.blog-slider {
    width: 90%;
    margin: 50px auto 0 auto;
}
}
@media (min-width: 1200px) and (max-width: 1279px){
    ul.buy-list li {
    display: inline-block;
    margin-right:0px;
    font-size: 10px;
}
.heading-bitcoin a {
    line-height: 30px;
    font-size: 12px;
}
.clr-green, .clr-gray, .clr-yellow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.buy-bitcoin img {
    width: 30px;
}
.buy-bitcoin:after {
    top: 32%;
}
.top-footer .col-lg-3, .top-footer .col-lg-2, .top-footer .col-sm-3.col-md-3.col-lg-3, .top-footer .col-sm-2.col-md-3.col-lg-2{
-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mob-profile.shap-tb:after, .mob-profile.shap-tb:before {
    left: 57px;
}
.btc-content a {
    font-size: 14px;
    margin: 30px 20px 0px 0px;
}
.btc-heading a {
    font-size: 20px;
}
}
@media (min-width: 1280px) and (max-width: 1350px){
    ul.buy-list li {
    display: inline-block;
    margin-right:10px;
    font-size: 11px;
}
.heading-bitcoin a {
    line-height: 30px;
    font-size: 12px;
}
.clr-green, .clr-gray, .clr-yellow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.buy-bitcoin img {
    width: 30px;
}
.buy-bitcoin:after {
    top: 32%;
}
.mob-profile.shap-tb:after, .mob-profile.shap-tb:before {
    left: 67px;
}
.top-footer .col-lg-3, .top-footer .col-lg-2, .top-footer .col-sm-3.col-md-3.col-lg-3, .top-footer .col-sm-2.col-md-3.col-lg-2{
-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.btc-content a {
    font-size: 14px;
    margin: 30px 20px 0px 0px;
}
.btc-heading a {
    font-size: 20px;
}
}
@media only (max-width: 1200px) {
    
  .container {
    max-width: 1450px !important;
}
}
