html,
body {
    font-family: 'Roboto', sans-serif;
}

header.masthead {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    background-image: url(../images/background.jpeg);
    background-size: cover;
    /*background-position: 0% 100%;*/
}

.future {
    /*margin-top: 1.2rem;*/
}
@media (max-width:767px){
    .mypodcastmain {
        margin-left: auto;
        margin-right: auto;
    }
    .main-logo {width: 81px !important;}
}

@media (max-width:767px){
    .mypodcastmain {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1366px){
    .mycard {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 84px !important;
    }
}
@media (max-width:1365px){
    .mycard{
        height: auto !important;
    }
}

.cryp-cal img{
    border-radius: 5px;
}

.border-right {
    border-right: 4px solid #eee;
}

.navbar-toggler {
    padding: 0;
}

.side-content h3 {
    font-size: 1rem;
}

.startcrypto {
    border-radius: 0px;
    border: 2px solid #3067F0;
    /*text-align: center;*/
}

.article-main {
    padding-top: 40%;
    padding-left: 20px;
    padding-bottom: 20px;
}

.article-main p {
    margin-bottom: 4px;
    color: #fff;
}

.side-img img{
    border-radius:5px;
}

.card-text{
    color:#000;
}

.article-main h2 {
    margin-right: 15%;
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}

.card-text {
    font-size: 18px !important;
    margin-bottom: 0;
}


.card-time {
    position: absolute;
    left: 5%;
    margin-top: -32px;
    color: #fff;
    background: #000;
    padding: 2px 10px;
    border-radius: 40px;
}

.takea {
    margin-top: 3.5rem;
}

#pills-tab {
    /*padding-left:10rem;*/
    background: #eee;

}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.nav-pills .nav-link {
    width: 95%;
}


.crypto-iframe {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

#crypt-cal{
    color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff;
    margin: 4px;
    padding: 7%;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #9A9A9A;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin: 4px;
}

.wzupdates {
    border: 4px solid #3067F0;
    border-radius: 0px;
    padding: 3rem;
}

.wzblock {
    padding: 3rem;
}

a {
    text-decoration: none;
}

.downwz h2 {
    color: #fff;
}

.side-content p{
    color:#000;
}

.side-content h3{
    color:#000;
    text-transform: capitalize;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: transparent;
}

#articles i {
    color: #3067F0;
}

#videos i {
    color: #3067F0;
}

#podcast i {
    color: #3067F0;
}

.crypt-cal {
    background: #000;
    color: #fff !important;
    border-radius: 4px;
    padding: 5px;
    width: 120px;
    font-size: 14px;
}

.pills-tabContent {
    height: 900px;
}

.line-start {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-left: 6%;
    margin-right: auto;
}

.line-start a {
    margin-left: 2%;
}

.owl-prev {
    width: 0px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
    left: -3%;
}

.owl-next {
    width: 0px;
    position: absolute;
    top: 40%;
    right: -20px;
    display: block !important;
    border: 0px solid black;
    right: 0.4%;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 2);
    color: #ccc;
}

.owl-nav i {
    color: #fff !important;
    background: #3067F0;
    padding: 0px;
    border-radius: 50%;
    height: 22px;
    width: 40px;
    font-size: 23px;
}

[class*=owl-nav]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.nav-pills>li {
    float: none;
    display: inline-block;
    zoom: 1;
    width: 33.33%;
}

.card-body a {
    text-decoration: none;
    color: #000;
}

.card-body {
    min-height: 118px;
}

.card-arrow {
    position: absolute;
}

.nav-pills {
    text-align: center;
}

footer {
    background: #000;
}

footer .question {
    text-decoration: none;

}

.question a{
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000 !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #9a9a9a !important;
    font-size: 18px !important;
}

.nav-link span {
    color: #fff;
    background-color: #26a17b;
    padding: 0 5px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
}

footer p {
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 300
}

#articles h2,
#videos h2,
#podcasts h2 {
    font-size: 38px;
    font-weight: bold;
}

#podcasts i {
    color: #3067F0;
}

.copyright {
    color: #C4C4C4;
    font-size: 12px;
}

.social li a {
    color: #cacaca;
}

@media screen and (max-width: 600px) {
    header.masthead {
        background: #f7f7f7;
    }

    .border-right {
        border-right: 0px;
    }

    .cypts{
        font-size:12px;
    }

    iframe.table-width2{
        height:400px;
     }

    .table-width1 {
        height: 900px;
    }

    .table-width3 {
        height: 600px;
    }

    #wzsection {
        margin: 10px;
    }

    #signup {
        margin: 10px;
    }

    .mw-100 {
        width: 100%;
    }

    .line-start {
        font-size: 12px;
        font-weight: 600;
        margin-left: 0;
    }

    .line-start a {
        font-size: 14px;
        float: right;
    }

    .question,
    .abt {
        text-align: left !important;
    }

    .mobilega {
        margin-top: 17rem;
    }

    .article-main h2 {
        margin-right: 0;
        color: #fff;
        font-size: 20px;
    }

    #articles h2,
    #videos h2,
    #podcast h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .take-dive {
        letter-spacing: 1px;
        font-weight: bold;
        text-align: center;
    }

    .takea {
        margin-top: 1rem;
    }

    #main-head {
        margin-top: 0 !important;
    }

    .take-dive {
        letter-spacing: 1px;
    }

    .side-content p {
        margin-bottom: 0;
    }

    .mspace {
        margin-top: 1rem;
    }

    .wzupdates {
        text-align: center;
    }

    .wzupdates:nth-child(1) {
        margin-top: 20px;
    }

    .wzupdates img {
        width: 100px;
    }

    .side-content h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .card-title {
        font-size: 14px;
        font-weight: 400;
    }

    .navbar-nav {
        text-align: center;
    }

    .card-text {
        font-size: 14px !important;
    }

    .future {
        padding-top: 0rem;
    }

    .wzblock {
        text-align: center;
        border: 2px solid #eee;
        border-radius: 20px;
        padding: 0.5rem;
        margin-top: 5px;
    }

    .wzblock img {
        width: 100px;
    }

    .wzupdates {
        padding: 0.5rem;
    }

    .bq-wazirx-logo-f {
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .col-md-2 {
        text-align: center;
    }

    .offset-md-2 {
        text-align: center;
    }
}


 

 #regForm {
     background-color: transparent;
     margin: 0px auto;
     font-family: Raleway;
     padding: 40px;
     border-radius: 10px
 }

 h1 {
     text-align: center
 }

 input {
     padding: 10px;
     width: 100%;
     font-size: 17px;
     font-family: Raleway;
     border: 1px solid #aaaaaa
 }

 input.invalid {
     background-color: #ffdddd
 }

 .tab {
     display: none
 }

 button {
     background-color: #4CAF50;
     color: #ffffff;
     border: none;
     padding: 10px 20px;
     font-size: 17px;
     font-family: Raleway;
     cursor: pointer
 }

 button:hover {
     opacity: 0.8
 }

 #prevBtn {
     background-color: #bbbbbb
 }

 .step {
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbbbbb;
     border: none;
     border-radius: 50%;
     display: inline-block;
     opacity: 0.5
 }

 .step.active {
     opacity: 1
 }

 .step.finish {
     background-color: #4CAF50
 }

 .all-steps {
     text-align: center;
     margin-top: 30px;
     margin-bottom: 30px
 }

 .thanks-message {
     display: none
 }

 /*.container {
     display: block;
     position: relative;
     padding-left: 35px;
     margin-bottom: 12px;
     cursor: pointer;
     font-size: 22px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }*/



 .container input[type="radio"] {
     position: absolute;
     opacity: 0;
     cursor: pointer
 }

 .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 25px;
     width: 25px;
     background-color: #eee;
     border-radius: 50%
 }

 .container:hover input~.checkmark {
     background-color: #ccc
 }

 .container input:checked~.checkmark {
     background-color: #2196F3
 }

 .checkmark:after {
     content: "";
     position: absolute;
     display: none
 }

 .container input:checked~.checkmark:after {
     display: block
 }

 .container .checkmark:after {
     top: 9px;
     left: 9px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: white
 }

 /*******Ticker*****/
 .exchange {
    background-color: #fff;
    /*padding: 10px 0;*/
}

.ex {
    display: flex;
    align-items: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 8px 6px -6px #a5a5a5;
}

#pointer {
    position: relative;
    background: #f3f3f3;
}

.ex-title {
    font: 700 12px/20px 'Lato';
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    padding: 11px 26px;
    margin-right: 20px;
}

#pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #f3f3f3;
    border-top: 23px solid transparent;
    border-bottom: 20px solid transparent;
}

:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
}

.exchange-slider {
    display: flex;
    align-items: center;
}

.sub-exchange {
    padding: 3px 26px 12px;
    font: 700 12px/14px 'Lato';
    letter-spacing: 1px;
    color: #000;
    position: relative;
    border-right: 1px solid #e2e2e2;
}

.curr-stat-wrap {
    position: relative;
}

.curr-stat {
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
}

 .money {
    margin-left: 20px;
    font: 700 12px/20px 'Lato';
}

.curr-percent {
    position: absolute;
    left: 14px;
    bottom: -15px;
    color: #ed3f3f;
    font: 700 12px/20px 'Lato';
}

.text_green {
    color: #57A452!important;
}

/* ======== Banner Addition below Calculator  ========= */

#bannerrow {
    --bs-gutter-x : 0 !important;
}
@media (min-width:768px){#bannersection .container {padding: 0 !important;} .main-logo {width: 110px;} }

#wx-widget-nl { width: 100%; height: 400px; background-color: #3067f0; } 
@media (max-width: 782px) { #wx-widget-nl { height: 550px; } } 
@media (max-width: 678px) { #wx-widget-nl { height: 600px; } } 
@media (max-width: 458px) { #wx-widget-nl { height: 650px; } } 
@media (max-width: 418px) { #wx-widget-nl { height: 700px; } } 
@media (max-width: 330px) { #wx-widget-nl { height: 750px; } }

@media (min-width:1410px) {
    .article-main {
        min-height: 410px !important;
    }
}
@media (min-width:768px) and (max-width:963px) {
    .article-main {
        min-height: 317px !important;

    }
}
@media (min-width:964px) and (max-width:1170px) {
    .article-main {
        min-height: 295px !important;

    }
}
@media (min-width:1171px) and (max-width:1200px) {
    .article-main {
        min-height: 265px !important;

    }
}
@media (min-width:1201px) and (max-width:1409px) {
    .article-main {
        min-height: 355px !important;

    }
}

/* ======== Banner Addition below Calculator  ========= */