@charset "utf-8";

/* ------ Reusable less mixins ------ */

svg {
    fill: currentColor;
}


/* --- Mostly useful classes --- */

.fluid_container {
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.container.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lhs_wrap {
    width: calc(100% - 325px);
}

.rhs_wrap {
    width: 300px;
    margin-left: 25px;
}


/*== common ==*/

html {
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    border: none;
}

body,
ul,
ol,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.clear {
    clear: both;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font: 400 14px/20px 'Open Sans', sans-serif;
    color: #2E2E2E;
    overflow-x: hidden;
    background-color: #fff;
}

.sec_title {
    display: inline-block;
    color: #2A78B5;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
}

.sec_title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -9px;
    width: 50px;
    height: 6px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/sec_title_btm_colors.png) no-repeat;
    background-size: contain;
}


/*=== slick slider ===*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.slick-dots button {
    border-radius: 100%;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #a0a4a4;
    font-size: 0;
    outline: 0;
}

.slick-dots li.slick-active button {
    background-color: #2b7493;
}

.slick-next,
.slick-prev {
    outline: 0;
}


/* header */

header {
    /* box-shadow: 0px 0px 5px -2px #9a9a9a; */
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    background-color: #fff;
    height: auto;
    padding-top: 10px;
}

header .container {
    position: relative;
}

header .container .light_header_btm {
    position: absolute;
    bottom: -177px;
    right: 455px;
    width: 255px;
    height: 277px;
    z-index: 9;
    pointer-events: none;
}

header.stickyNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

header .left_head {
    float: left;
}

header .left_head .first_logo {
    display: inline-block;
    vertical-align: bottom;
}

header .left_head .first_logo .mc_crypto_logo_alink {
    display: block;
    width: 184px;
    height: auto;
}

header .left_head .first_logo .mc_crypto_logo_alink img {
    width: 100%;
    height: auto;
    display: block;
}

header .left_head .second_logo {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 25px;
    padding-bottom: 10px;
}

header .left_head .second_logo .txt {
    font-size: 12px;
    color: #696969;
    margin-bottom: 2px;
    line-height: 12px;
}

header .left_head .second_logo .asso_logo_alink {
    display: block;
    width: 100px;
    height: auto;
}

header .left_head .second_logo .asso_logo_alink img {
    width: 100%;
    height: auto;
    display: block;
}

header .right_head {
    float: right;
}

header .right_head .menu_rt_sec {
    position: fixed;
    top: 15px;
    right: 68px;
    z-index: 999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 1px 5px -2px #000000;
}

header .right_head .mn_txt {
    font-size: 12px;
    line-height: 14px;
    color: #2A78B5;
    margin-bottom: 3px;
    position: relative;
    left: -6px;
}

header .right_head .mob_menu {
    cursor: pointer;
    position: relative;
    right: -17px;
    top: 12px;
    z-index: 9999;
}

header .right_head nav {
    z-index: 99999;
    margin: 0px;
    display: block;
    width: 450px;
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    background: #fff;
    padding: 55px 40px 25px 40px;
    transition: 0.8s all;
}

header .right_head nav.slideright {
    right: 0px;
}

header .right_head .closenav {
    position: absolute;
    top: 28px;
    right: 55px;
    cursor: pointer;
}

header .right_head .closenav svg {
    width: 18px;
    height: 18px;
}

header .right_head .mainmenus li {
    display: block;
    margin: 0px;
    border-bottom: 1px dotted #FF9933;
}

header .right_head .mainmenus li a {
    color: #2A78B5;
    font-size: 22px;
    line-height: 28px;
    display: block;
    padding: 15px 0;
}

header .right_head .mainmenus .collapsable_menu {
    position: relative;
    /* .parentlink:after { content: ""; border: solid #652900;  padding: 5px;  border-width: 0 2px 2px 0; transform: rotate(45deg);  display: inline-block;  top: 20px;  right: 14px;  position: absolute; pointer-events: none;} */
}

header .right_head .mainmenus .collapsable_menu .submenus li {
    position: relative;
    border: 0;
    padding-left: 30px;
}

header .right_head .mainmenus .collapsable_menu .submenus li a {
    font-size: 20px;
    line-height: 26px;
    border: 0;
    padding: 7px 0;
}

header .right_head .mainmenus .collapsable_menu .submenus li:last-of-type {
    border: 0;
    padding-bottom: 5px;
}

.overlaybg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 9999;
    background: #000;
    opacity: 0.8;
}


/* lead section */

.lead_section {
    /* background-color: #2A78B5; */
    position: relative;
    /*  background: url(../images/lead_bg_img.svg) no-repeat; background-position: left top; background-size: auto; min-height: 550px; */
}

.lead_section .container {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/lead_bg_img.svg) no-repeat;
    position: relative;
    background-position: left top;
    background-size: auto;
    min-height: 550px;
}

.lead_section .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -99%;
    width: 100%;
    height: 100%;
    background-color: #2a78b5;
}

.lead_section .topic_title.desk {
    font-size: 44px;
    line-height: 60px;
    font-weight: 800;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.lead_section .topic_title.desk .line1 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 105%;
    animation: keyframes_deskline1 1s steps(40, end);
}

.lead_section .topic_title.desk .line2 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: keyframes_deskline2 4s steps(40, end);
}

.lead_section .topic_title.desk .blinker {
    font-weight: 400;
    animation: keyframes_deskblinker 1s infinite;
}

@keyframes keyframes_deskline1 {
    from {
        width: 0;
    }
}

@keyframes keyframes_deskline2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100;
    }
}

@keyframes keyframes_deskblinker {
    to {
        opacity: 0;
    }
}

.lead_section .topic_desc {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.lead_section .text_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 555px;
    margin: 0 -2px;
    position: relative;
    padding-top: 70px;
}

.lead_section .text_wrapper .rain1 {
    position: absolute;
    top: -100px;
    right: -300px;
    width: 255px;
    height: 310px;
    z-index: 0;
    pointer-events: none;
}

.lead_section .text_wrapper .rain2 {
    position: absolute;
    left: -125px;
    bottom: -255px;
    width: 436px;
    height: 272px;
    z-index: 0;
    pointer-events: none;
}

.lead_section .wall_wrapper {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 555px);
    margin: 0 -2px;
    position: relative;
    height: 550px;
    /* .coin1_dollar_small{position: absolute; top: 441px;  right: 397px; width: 45px; height: 32px; z-index: 9;pointer-events: none;}
		.coin2_litecoin{position: absolute; top: 287px; right: 254px; width: 69px; height: 40px; z-index: 9;pointer-events: none;}
		.coin3_bitcoin{position: absolute; top: 181px; right: 403px; width: 77px; height: 53px; z-index: 9;pointer-events: none;}
		.coin4_dollar_small{position: absolute; top: 241px; right: 98px; width: 49px; height: 35px; z-index: 9;pointer-events: none;}
		.coin5_etherium_coins{position: absolute; top: 117px; right: 169px; width: 91px; height: 46px; z-index: 9;pointer-events: none;}
		.coin6_dollar_coins_stack{position: absolute; top: -43px; right: 208px; width: 64px; height: 61px; z-index: 9;pointer-events: none;} */
}

.lead_section .wall_wrapper .wallbg_img.desk1 {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 817px;
    height: 646px;
    z-index: 9;
}

.wall_bg_box {
    position: relative;
    width: 817px;
    height: 646px;
    z-index: 9;
    right: -70px;
    top: -30px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/wall_bg.png) no-repeat;
    background-position: left top;
    background-size: contain;
}

.wall_bg_box .coin1_dollar_small {
    position: absolute;
    top: 476px;
    left: 320px;
    width: 45px;
    height: 32px;
    z-index: 9;
    pointer-events: none;
}

.wall_bg_box .coin2_litecoin {
    position: absolute;
    top: 323px;
    left: 437px;
    width: 69px;
    height: 40px;
    z-index: 9;
    pointer-events: none;
}

.wall_bg_box .coin3_bitcoin {
    position: absolute;
    top: 216px;
    left: 274px;
    width: 77px;
    height: 53px;
    z-index: 9;
    pointer-events: none;
}

.wall_bg_box .coin4_dollar_small {
    position: absolute;
    top: 274px;
    left: 612px;
    width: 49px;
    height: 35px;
    z-index: 9;
    pointer-events: none;
}

.wall_bg_box .coin5_etherium_coins {
    position: absolute;
    top: 152px;
    left: 503px;
    width: 91px;
    height: 46px;
    z-index: 9;
    pointer-events: none;
}

.wall_bg_box .coin6_dollar_coins_stack {
    position: absolute;
    top: -5px;
    left: 489px;
    width: 64px;
    height: 61px;
    z-index: 9;
    pointer-events: none;
}

.rain2_mob {
    display: none;
}


/* ===== exchange_strip =====*/

.exchange_strip_section {
    margin-bottom: 30px;
}

.exchange_strip_section .container {
    position: relative;
}

.exchange_strip {
    background-color: #fff;
    height: 50px;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    border: 1px solid #2A78B5;
    border-radius: 7px;
    box-shadow: 0 8px 6px -6px #a5a5a5;
    position: absolute;
    bottom: -25px;
}

.exchange_strip .ex_title {
    color: #fff;
    background-color: #2E2E2E;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    height: 30px;
    width: 124px;
    position: relative;
    left: -10px;
    border-radius: 0 6px 6px 0;
    padding: 0 10px;
    z-index: 9;
}

.exchange_strip .ex_title img {
    position: absolute;
    top: 6px;
    right: 7px;
    z-index: 99;
}

.exchange_strip .ex_title:before {
    display: none;
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #B2B2B2;
    border-radius: 6px 0 0 6px;
    z-index: -999;
}

.exchange_strip .exchange_slider {
    display: flex;
    align-items: center;
}

.exchange_strip marquee {
    height: 30px;
}

.exchange_strip .cur {
    color: #8e8e8e;
}

.exchange_strip .sub-exchange {
    padding: 0px 26px 0px;
    letter-spacing: 1px;
    color: #000;
    position: relative;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex-wrap: nowrap;
    height: 30px;
}

.exchange_strip .curr-stat-wrap {
    position: relative;
}

.exchange_strip .curr-stat {
    display: block;
    vertical-align: top;
    margin-left: 14px;
}

.exchange_strip .curr-percent {
    position: relative;
    left: 14px;
    bottom: 0px;
    color: #ed3f3f;
}

.exchange_strip .money {
    margin-left: 20px;
    position: relative;
    top: 5px;
}

.exchange_strip .ticker_img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 9px;
    top: 2px;
}

.exchange_strip .sub-exchange,
.exchange_strip .money,
.exchange_strip .curr-percent {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.about_section {
    padding-top: 200px;
    padding-bottom: 50px;
}

.about_section .liner_wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50%);
    margin: 0 -2px;
    position: relative;
}

.about_section .liner_wrapper .abt_coin1 {
    position: absolute;
    top: -150px;
    right: 350px;
    width: 53px;
    height: 55px;
    z-index: 999;
    pointer-events: none;
}

.about_section .liner_wrapper .abt_coin2 {
    position: absolute;
    top: -10px;
    right: 385px;
    width: 37px;
    height: 60px;
    z-index: 999;
    pointer-events: none;
}

.about_section .liner_wrapper .abt_coin3 {
    position: absolute;
    top: 111px;
    right: 265px;
    width: 53px;
    height: 29px;
    z-index: 999;
    pointer-events: none;
}

.about_section .about_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px;
    position: relative;
}

.about_section .about_wrapper .blue_liner {
    position: absolute;
    top: -324px;
    left: -87px;
    width: 624px;
    height: 440px;
    z-index: 999;
    pointer-events: none;
}

.about_section .about_wrapper .blue_liner_mob {
    display: none;
}

.about_section .about_wrapper .yellow_liner {
    position: absolute;
    top: -205px;
    left: -670px;
    width: 660px;
    height: 565px;
    z-index: 999;
    pointer-events: none;
}

.about_section .about_wrapper .liner_circle_yellow {
    position: absolute;
    top: -81px;
    left: -23px;
    width: 14px;
    height: 14px;
    z-index: 9999;
    pointer-events: none;
}

.about_section .about_wrapper .grey_liner {
    position: absolute;
    top: -102px;
    left: -534px;
    width: 5px;
    height: 451px;
    z-index: 999;
    pointer-events: none;
}

.about_section .about_wrapper .liner_circle_grey {
    position: absolute;
    top: -111px;
    left: -539px;
    width: 14px;
    height: 14px;
    z-index: 9999;
    pointer-events: none;
}

.about_section .about_wrapper .p_wrap {
    position: relative;
}

.about_section .about_wrapper .p_wrap .cc_logo {
    position: absolute;
    top: 35px;
    left: -145px;
    width: 100px;
    height: 120px;
    z-index: 9;
}

.about_section .about_wrapper .p_wrap p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.articles_section {
    margin-bottom: 70px;
    padding-top: 50px;
    position: relative;
}

.articles_section:before {
    content: "";
    border-top: 380px solid #EDEDED;
    border-left: 3100px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.articles_section .container {
    position: relative;
}

.articles_section .container .art_coin1 {
    position: absolute;
    top: 215px;
    top: 194px;
    left: 54px;
    height: 43px;
    z-index: 999;
    pointer-events: none;
}

.articles_section .container .art_coin2 {
    position: absolute;
    top: 330px;
    left: 114px;
    width: 51px;
    height: 28px;
    z-index: 999;
    pointer-events: none;
}

.articles_section .sec_title {
    margin-left: 50px;
    position: absolute;
    top: 0;
}

.articles_section .story_item_box.art_slide {
    display: block;
    outline: 0;
    position: relative;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    box-shadow: 0 0 7px -2px #535353;
    border-radius: 6px 6px 6px 6px;
}

.articles_section .story_item_box.art_slide .story_img_box {
    position: relative;
    width: 100%;
}

.articles_section .story_item_box.art_slide .story_img_box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px 6px 0 0;
}

.articles_section .story_item_box.art_slide .story_img_box:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    z-index: 9;
}

.articles_section .story_item_box.art_slide .story_img_box .readmore_btn {
    display: none;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    background-color: #FF9933;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 0 0 4px -1px #000000;
}

.articles_section .story_item_box.art_slide .story_txt_box {
    position: relative;
    background-color: #fff;
    padding: 15px 20px 20px 30px;
    text-align: left;
    border-radius: 0 0 6px 6px;
}

.articles_section .story_item_box.art_slide .story_txt_box .story_ttl {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2E2E2E;
}

.articles_section .story_item_box.art_slide .story_txt_box .story_subtxt {
    font-size: 14px;
    line-height: 20px;
    color: #696969;
}

.articles_section .story_item_box.art_slide:hover .story_img_box:before {
    display: block;
}

.articles_section .story_item_box.art_slide:hover .readmore_btn {
    display: block;
}

.articles_section .story_item_box.art_slide:hover .story_txt_box {
    background-color: #2A78B5;
}

.articles_section .story_item_box.art_slide:hover .story_ttl,
.articles_section .story_item_box.art_slide:hover .story_subtxt {
    color: #fff;
}

.articles_slider {
    z-index: 99;
    float: right;
    width: calc(100% - 230px);
}

.articles_slider .slick-next,
.articles_slider .slick-prev {
    position: absolute;
    left: 0px;
    bottom: -60px;
    width: 35px;
    height: 35px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/active-arrow.svg) no-repeat;
    z-index: 99;
    text-indent: -999em;
    cursor: pointer;
    outline: 0;
}

.articles_slider .slick-next {
    left: 50px;
}

.articles_slider .slick-prev {
    transform: rotate(180deg);
}

.articles_slider .slick-prev.slick-disabled,
.articles_slider .slick-next.slick-disabled {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/inactive-arrow.svg) no-repeat;
    cursor: none;
}

.articles_slider .slick-next.slick-disabled {
    transform: rotate(180deg);
}

.articles_slider .slick-prev.slick-disabled {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/inactive-arrow.svg) no-repeat;
    transform: rotate(360deg);
}


/* .start_trad_section{padding-top: 20px; padding-bottom: 20px;}
.start_trad_box{ position: relative; max-width: 728px; height: auto; display: block; margin: 0 0 0 auto; 
	.start_trad_desk{.db;}
	.start_trad_mob{.dn;}
	.adv_txt{ .posa; top:-15px; left:5px; font-size:12px; line-height: 14px; font-weight: 400; color:#696969;}
	.wlogo_desk{.dib; .vat; width: 130px; height: auto; margin-right:15px;margin-top: -10px;}
	.wlogo_mob{.dn; .vat; width: 130px; height: auto; margin-right:15px;margin-top: -10px;}
	.start_trad_info{.dib; .vat; width:calc(~"100% - 410px");}
	.start_trad_txt{ display: block; font-size:20px; line-height: 26px; font-weight: 600; color:#fff; font-style: italic;}
	.start_trad_link{.dib; font-size:14px; line-height: 30px; font-weight: 600; padding: 0 10px; color:#000; background-color: #F9DE38; height: 30px; border-radius: 3px; margin-top: 10px;margin-left: 20px; z-index: 9; position: relative;} 

	&:before{ content: ""; position: absolute; top:0; right:0; bottom:0; width: 100%;height: 100%; background: url(../images/rain1.svg) no-repeat; background-position: right; background-size: contain;}
}   */

.start_trad_section {
    padding-top: 2px;
    padding-bottom: 10px;
}

.start_trad_box {
    position: relative;
    max-width: 745px;
    height: auto;
    display: block;
    margin: 0 0 0 auto;
}

.start_trad_box .adv_txt {
    position: absolute;
    top: -15px;
    left: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #696969;
}

.start_trad_box img {
    width: 100%;
    height: auto;
    display: block;
}

.start_trad_box .start_trad_desk {
    display: block;
}

.start_trad_box .start_trad_mob {
    display: none;
}

.start_trad_box:hover {
    box-shadow: 1px 1px 9px -4px #000000;
}

.podcast_section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    /* 	.podcast_hdpn{ position: absolute; top: -143px; left: 377px; width: 151px; height: 222px; background: url(../images/podcast_hdpn.svg); background-repeat: no-repeat; background-position: top; background-size: contain; z-index:0;} */
}

.podcast_section .container {
    position: relative;
}

.podcast_section .podcast_liner_node {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    width: 1494px;
    height: 101px;
    margin: 0 auto;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/podcast_liner_node.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: 0;
}

.podcast_section .podcast_liner_node:before {
    content: "";
    position: absolute;
    top: -231px;
    left: 441px;
    width: 151px;
    height: 222px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/podcast_hdpn.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: 0;
    transform: rotate(339deg);
}

.podcast_section .sec_title {
    margin-left: 50px;
    margin-bottom: 125px;
}

.podcast_section .story_item_box.podcast_slide {
    display: block;
    outline: 0;
    position: relative;
    padding-left: 30px;
}

.podcast_section .story_item_box.podcast_slide .story_img_box {
    position: relative;
    width: 100%;
}

.podcast_section .story_item_box.podcast_slide .story_img_box img {
    width: 100%;
    height: auto;
    display: block;
   /* height: 300px;*/
}

.podcast_section .story_item_box.podcast_slide .story_img_box:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    z-index: 9;
}

.podcast_section .story_item_box.podcast_slide .story_img_box:after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: 0px;
    right: 0;
    width: 37px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: 9999;
    margin: 0 auto;
}

.podcast_section .story_item_box.podcast_slide .story_txt_box {
    position: relative;
    background-color: #EAEFFE;
    padding: 30px 30px 20px 30px;
    text-align: left;
    width: 100%;
    height: 300px;
}

.podcast_section .story_item_box.podcast_slide .story_txt_box .story_ttl {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2E2E2E;
}

.podcast_section .story_item_box.podcast_slide .story_txt_box .story_subtxt {
    font-size: 14px;
    line-height: 20px;
    color: #696969;
}

.podcast_section .story_item_box.podcast_slide .story_txt_box:nth-child(odd) {
    background-color: #FFFCEA;
}

.podcast_section .story_item_box.podcast_slide:hover .story_img_box:before {
    display: block;
}

.podcast_section .story_item_box.podcast_slide:hover .story_txt_box .story_ttl {
    text-decoration: underline;
}

.podcast_section .story_item_box.podcast_slide.yallow .story_img_box:after {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/podcast_btn_yallow.svg);
}

.podcast_section .story_item_box.podcast_slide.yallow .story_txt_box {
    background-color: #FFFCEA;
}


/* .podcast_section .story_item_box.podcast_slide.blue .story_img_box:after {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/podcast_btn_blue.svg);
} */

.podcast_section .story_item_box.podcast_slide.blue .story_txt_box {
    background-color: #EAEFFE;
}

.Podcast_slider .slick-next,
.Podcast_slider .slick-prev {
    position: absolute;
    right: 65px;
    bottom: -60px;
    width: 35px;
    height: 35px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/active-arrow.svg) no-repeat;
    z-index: 99;
    text-indent: -999em;
    cursor: pointer;
    outline: 0;
}

.Podcast_slider .slick-next {
    right: 15px;
}

.Podcast_slider .slick-prev {
    transform: rotate(180deg);
}

.Podcast_slider .slick-prev.slick-disabled,
.Podcast_slider .slick-next.slick-disabled {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/inactive-arrow.svg) no-repeat;
    cursor: none;
}

.Podcast_slider .slick-next.slick-disabled {
    transform: rotate(180deg);
}

.Podcast_slider .slick-prev.slick-disabled {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/inactive-arrow.svg) no-repeat;
    transform: rotate(360deg);
}

.Podcast_slider{padding: 0 30px;}
    .podcast_section .story_item_box.podcast_slide{padding:0 20px;}

    .Podcast_slider .slick-prev{left:0;top:45%}
    .Podcast_slider .slick-next{right:0;top:45%}
    

.videos_section {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 60px;
    position: relative;
}

.videos_section .video_left_bg {
    content: "";
    position: absolute;
    left: 0px;
    top: 100px;
    width: 880px;
    height: 300px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/video_left_bg.png) no-repeat;
    background-position: 0 100%;
    background-size: contain;
    z-index: 0;
}

.videos_section .video_right_bg {
    content: "";
    position: absolute;
    right: 0px;
    top: 100px;
    width: 880px;
    height: 300px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/video_right_bg.png) no-repeat;
    background-position: 100% 0;
    background-size: contain;
    z-index: 0;
}

.videos_section .video_wrapper {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.videos_section .video_wrapper .vid_coin1 {
    position: absolute;
    top: -130px;
    right: -100px;
    width: 50px;
    height: 56px;
    z-index: 999;
    pointer-events: none;
}

.videos_section .video_wrapper .vid_coin2 {
    position: absolute;
    top: -27px;
    right: -130px;
    width: 34px;
    height: 60px;
    z-index: 999;
    pointer-events: none;
}

.videos_section .video_wrapper .vid_coin3 {
    position: absolute;
    top: 80px;
    right: -77px;
    width: 50px;
    height: 30px;
    z-index: 999;
    pointer-events: none;
}

.videos_section .container {
    position: relative;
}

.videos_section .sec_title {
    margin-left: 50px;
    position: absolute;
    top: 0;
}

.story_item_box.video_thumb {
    display: block;
    outline: 0;
    padding-bottom: 20px;
}

.story_item_box.video_thumb .story_img_box {
    position: relative;
}

.story_item_box.video_thumb .story_img_box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #eee;
}

.story_item_box.video_thumb .story_img_box:before {
    content: "";
    position: absolute;
    /* background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/play-icon.svg) no-repeat; */
    width: 130px;
    height: 130px;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: calc(50% - 65px);
    background-size: contain;
    border-radius: 50%;
    /* box-shadow: 0 0 6px 0px #000; */
}

.story_item_box.video_thumb .story_txt_box {
    position: relative;
    margin-bottom: 60px;
}

.story_item_box.video_thumb .story_txt_box .story_ttl {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    background-color: #0E1C4F;
    padding: 15px 30px 20px 30px;
    position: absolute;
    bottom: -60px;
    left: 7%;
    right: 7%;
    text-align: center;
}

.videos_slider {
    z-index: 99;
}

.videos_slider .slick-next,
.videos_slider .slick-prev {
    position: absolute;
    top: calc(50% - 58px);
    width: 35px;
    height: 35px;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/active-arrow.svg) no-repeat;
    background-size: contain;
    z-index: 99;
    text-indent: -999em;
    cursor: pointer;
}

.videos_slider .slick-next {
    right: -60px;
}

.videos_slider .slick-prev {
    left: -60px;
    transform: rotate(180deg);
}

.videos_slider .slick-prev.slick-disabled,
.videos_slider .slick-next.slick-disabled {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/inactive-arrow.svg) no-repeat;
    cursor: none;
}

.videos_slider .slick-next.slick-disabled {
    transform: rotate(180deg);
}

.videos_slider .slick-prev.slick-disabled {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/inactive-arrow.svg) no-repeat;
    transform: rotate(360deg);
}

.banner_section {
    padding-top: 40px;
    padding-bottom: 80px;
}

.banner_section .flex_cointainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.banner_section .flex_cointainer .banner_alink {
    display: block;
}

.banner_section .flex_cointainer .banner_alink img {
    width: 100%;
    height: auto;
    display: block;
}

.stories_tab_section {
    background-color: #0a2244;
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/stories_tab_bg_img.png) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.stories_tab_section .container {
    position: relative;
}

.stories_tab_section .container .tab_coin1 {
    position: absolute;
    top: -230px;
    left: 30px;
    width: 50px;
    height: 56px;
    z-index: 999;
    pointer-events: none;
}

.stories_tab_section .container .tab_coin2 {
    position: absolute;
    top: -135px;
    left: 5px;
    width: 34px;
    height: 60px;
    z-index: 999;
    pointer-events: none;
}

.stories_tab_section .container .tab_coin3 {
    position: absolute;
    top: -40px;
    left: 75px;
    width: 50px;
    height: 30px;
    z-index: 999;
    pointer-events: none;
}

.stories_tab_section .tab_widget {
    background-color: #fff;
    border-radius: 7px;
    padding: 0px 0px 0 2px;
    box-shadow: 4px 4px 8px -4px #000000;
}

.stories_tab_section .tab_widget .nav-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 3px solid #F9DE38;
    margin-bottom: 30px;
}

.stories_tab_section .tab_widget .nav-tabs li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px -2px -2px;
    text-align: center;
}

.stories_tab_section .tab_widget .nav-tabs li a {
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: #696969;
    height: 60px;
    display: block;
    padding: 0 10px;
}

.stories_tab_section .tab_widget .nav-tabs li.active a {
    color: #2E2E2E;
    background-color: #F9DE38;
    margin: 0;
}

.stories_tab_section .tab_widget .nav-tabs li:first-of-type a {
    border-radius: 7px 0 0 0;
}

.stories_tab_section .tab_widget .nav-tabs li:last-of-type a {
    border-radius: 0 7px 0 0;
}

.stories_tab_section .tab_widget .tab-content>.tab-pane {
    display: none;
}

.stories_tab_section .tab_widget .tab-content>.active {
    display: block;
}

.stories_tab_section .tab-content {
    padding: 0 30px;
}

.stories_tab_section .tab-content .lhs_aside {
    float: left;
    width: 700px;
    padding-right: 20px;
    border-right: 1px dashed #707070;
    margin-right: 20px;
    margin-bottom: 30px;
}

.stories_tab_section .tab-content .rhs_aside {
    float: left;
    width: calc(100% - 720px);
}

.stories_tab_section .story_item_box.lead_story {
    display: block;
    outline: 0;
    position: relative;
    margin-bottom: -60px;
}

.stories_tab_section .story_item_box.lead_story .story_img_box {
    position: relative;
    width: 100%;
}

.stories_tab_section .story_item_box.lead_story .story_img_box img {
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 7px;
}

.stories_tab_section .story_item_box.lead_story .story_txt_box {
    position: relative;
    top: -60px;
    left: 7%;
    right: 0;
    background-color: #fff;
    padding: 15px 30px 20px 30px;
    text-align: left;
    width: calc(100% - 7%);
    border: 1px solid #eee;
}

.stories_tab_section .story_item_box.lead_story .story_txt_box .story_ttl {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2E2E2E;
}

.stories_tab_section .story_item_box.lead_story .story_txt_box .story_subtxt {
    font-size: 16px;
    line-height: 22px;
    color: #696969;
}

.stories_tab_section .story_item_box.sub_story {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    outline: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #707070;
}

.stories_tab_section .story_item_box.sub_story .story_img_box {
    max-width: 160px;
    width: 100%;
    max-height: 90px;
    min-height: 90px;
    overflow: hidden;
    display: block;
    margin-right: 15px;
}

.stories_tab_section .story_item_box.sub_story .story_img_box img {
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 7px;
}

.stories_tab_section .story_item_box.sub_story .story_txt_box {
    flex: 1;
}

.stories_tab_section .story_item_box.sub_story .story_txt_box .story_ttl {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2E2E2E;
}

.stories_tab_section .story_item_box.sub_story:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.signup_banner_section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.signup_banner_box {
    background: #2a75ec;
    padding: 15px 30px 15px 55px;
    position: relative;
    max-width: 750px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.signup_banner_box:hover {
    box-shadow: 1px 1px 9px -4px #000000;
}

.signup_banner_box:before {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/moneycrto.png);
    content: "";
    position: absolute;
    left: -43px;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -4px;
}

.signup_banner_box .wlogo {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: auto;
    margin-right: 15px;
    margin-top: -10px;
}

.signup_banner_box .signup_info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
}

.signup_banner_box .signup_txt {
    display: inline;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.signup_banner_box .signup_link {
    display: inline;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 10px;
    color: #F9DE38;
}

.article_head {
    position: relative;
    z-index: 99;
}

.article_sec .mc_breadcrumb {
    padding: 35px 0 5px;
    width: 100%;
}

.article_sec .mc_breadcrumb .upc {
    color: #202020;
    font: 400 12px 'Roboto', Arial, Helvetica, sans-serif;
}

.article_sec .mc_breadcrumb .bred_list {
    margin: 0px 0 0 5px;
    padding: 0px;
    display: inline;
}

.article_sec .mc_breadcrumb .bred_list li {
    display: inline-block;
    font: 400 12px 'Roboto', Arial, Helvetica, sans-serif;
    color: #808080;
}

.article_sec .mc_breadcrumb .bred_list li a {
    color: #808080;
}

.article_sec .mc_breadcrumb .bred_list li h1,
.article_sec .mc_breadcrumb .bred_list li h2 {
    font: 400 12px 'Roboto', Arial, Helvetica, sans-serif;
    color: #808080;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.article_sec .mc_breadcrumb .col_graysp {
    color: #999999;
}

.article_sec .art_title {
    width: calc(100% - 100px);
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #2A78B5;
    margin-bottom: 20px;
}

.article_sec .article_body {
    width: calc(100% - 80px);
}

.article_sec .article_body p {
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    margin-bottom: 15px;
}

.article_sec .art_img_box .story_img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.article_sec .art_img_txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 20px;
    font-style: italic;
    text-align: left;
    margin: 0 0 30px 0;
    padding-left: 50px;
}

.article_sec .start_trad_box {
    margin: 40px 0 50px 0;
}

.article_sec .social_icons_wrap {
    border-bottom: 1px solid #696969;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.article_sec .social_icons_wrap .social_lbl {
    font-size: 14px;
    line-height: 20px;
}

.article_sec .social_icons_wrap .icon_alink {
    width: 20px;
    height: 20px;
}

.mc300_adv_box {
    margin-bottom: 10px;
}

.mc300_adv_box .adv_txt {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #696969;
    padding-left: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.related_article_blk {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.related_article_blk .ttl_umaylike {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #2A78B5;
    margin-bottom: 10px;
}

.related_article_blk .article_list li {
    margin-bottom: 20px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #ddd;
}

.related_article_blk .article_list li a {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #696969;
}

.related_article_blk .article_list li a:hover {
    color: #2A78B5;
}

.related_article_blk .article_list li:last-of-type {
    border-bottom: 1px solid #696969;
}

footer {
    border-top: 2px dotted #FF9933;
    overflow: hidden;
}

footer .top {
    padding-top: 30px;
    padding-bottom: 20px;
}

footer .top p {
    color: #696969;
    line-height: 24px;
    margin-bottom: 20px;
}

footer .f_ques_link .ques_link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #3067F0;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-right: 1px dotted #696969;
}

footer .f_ques_link .ques_link:hover {
    color: #696969;
}

footer .f_ques_link .ques_link:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

footer .bottom {
    color: #fff;
    background-color: #2A78B5;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .cc_txt {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

footer .legal_links a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0 8px;
}

.download_txt {
    margin-bottom: 10px;
}

.app-icons {
    display: flex;
    margin-bottom: 40px;
}

.google-play {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/google-play-icon.svg) 0px 0px no-repeat;
    background-size: contain;
    width: 147px;
    height: 39px;
    margin-right: 10px;
}

.app-store {
    background: url(http://images.moneycontrol.com/assets/images/ms/wazirx/app-store-icon.svg) 0px 0px no-repeat;
    background-size: contain;
    width: 147px;
    height: 39px;
}

.connect_txt {
    margin-bottom: 10px;
}

.social_icons_wrap .icon_alink {
    width: 26px;
    height: 26px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
    outline: 0;
}

.social_icons_wrap .icon_alink.fb {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/fb.png?v=1);
}

.social_icons_wrap .icon_alink.fb:hover {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/fb_active.png?v=1);
}

.social_icons_wrap .icon_alink.tw {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/Twitter.png?v=1);
    position: relative;
    top: 3px;
}

.social_icons_wrap .icon_alink.tw:hover {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/Twitter_active.png?v=1);
}

.social_icons_wrap .icon_alink.ins {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/Instagram.png?v=1);
}

.social_icons_wrap .icon_alink.ins:hover {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/Instagram_active.png?v=1);
}

.social_icons_wrap .icon_alink.li {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/Linkedin.png?v=1);
    position: relative;
    top: -2px;
}

.social_icons_wrap .icon_alink.li:hover {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/Linkedin_active.png?v=1);
}

.social_icons_wrap .icon_alink.whp {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/whatsapp.png?v=1);
}

.social_icons_wrap .icon_alink.whp:hover {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/whatsapp_active.png?v=1);
}

.social_icons_wrap .icon_alink.ytb {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/youtube.png?v=1);
    position: relative;
    top: 5px;
}

.social_icons_wrap .icon_alink.ytb:hover {
    background-image: url(http://images.moneycontrol.com/assets/images/ms/wazirx/social_icons/youtube-active.png?v=1);
}

.coin1_dollar_small {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-timing-function: ease-in;
    animation-name: bounceInDown;
}

.coin2_litecoin {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-timing-function: ease-in;
    animation-delay: 1s;
}

.coin3_bitcoin {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-timing-function: ease-in;
    animation-delay: 2s;
}

.coin4_dollar_small {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-timing-function: ease-in;
    animation-delay: 3s;
}

.coin5_etherium_coins {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-timing-function: ease-in;
    animation-delay: 4s;
}

.coin6_dollar_coins_stack {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-timing-function: ease-in;
    animation-delay: 5s;
}

@-webkit-keyframes coinbounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-500px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    80% {
        -webkit-transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-500px);
    }
    60% {
        opacity: 1;
        transform: translateY(0px);
    }
    80% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.crypto_calc_section .sec_title {
    margin-left: 50px;
}

.crypto_calc_section {
    padding-top: 70px;
    padding-bottom: 120px;
}

.crypto_calc_section .container {
    position: relative;
}

.crypto_calc_section .tab_widget {
    background-color: #fff;
    border-radius: 7px;
    padding: 0px 0px 0 2px;
    box-shadow: 0px 0px 8px -4px #000000;
}

.crypto_calc_section .tab_widget .nav-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 3px solid #F9DE38;
    text-align: center;
}

.crypto_calc_section .tab_widget .nav-tabs li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px -2px -2px;
    text-align: center;
}

.crypto_calc_section .tab_widget .nav-tabs li a {
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: #696969;
    height: 60px;
    display: block;
    padding: 0 10px;
}

.crypto_calc_section .tab_widget .nav-tabs li.active a {
    color: #2E2E2E;
    background-color: #F9DE38;
    margin: 0;
}

.crypto_calc_section .tab_widget .nav-tabs li:first-of-type a {
    border-radius: 0;
}

.crypto_calc_section .tab_widget .nav-tabs li:last-of-type a {
    border-radius: 0;
}

.crypto_calc_section .tab_widget .tab-content>.tab-pane {
    display: none;
}

.crypto_calc_section .tab_widget .tab-content>.active {
    display: block;
}

.crypto_calc_section .tab-content {
    padding: 50px 30px 20px 30px;
    background-color: #0a2244;
    background: url(https://www.cnbctv18.com/ms/crypto/images/calci-bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 0 0 7px 7px;
}

.crypto_calc_section .calc-frame {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 540px;
    margin: 0 auto 30px auto;
    display: block;
    height: 500px;
}

@media all and (max-width: 1316px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .article_sec .article_body {
        width: calc(100% - 40px);
    }
}

@media all and (min-width: 980px) {
    .lead_section .topic_title.desk,
    .wallbg_img.desk {
        display: block;
    }
    .lead_section .topic_title.mob,
    .wallbg_img.mob {
        display: none;
    }
}

@media all and (max-width: 980px) {
    .crypto_calc_section .sec_title {
        margin-left: 0;
    }
    .crypto_calc_section .tab_widget .nav-tabs {
        margin-bottom: 0 !important;
    }
    .crypto_calc_section .tab_widget .nav-tabs li a {
        font-size: 14px;
        line-height: 33px;
        height: 35px;
    }
    .crypto_calc_section .tab_widget .nav-tabs {
        border-bottom: 2px solid #F9DE38;
        margin-bottom: 10px;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        border-radius: 7px 7px 0 0;
    }
    .crypto_calc_section .tab_widget .nav-tabs li {
        width: auto;
        min-width: 100px;
    }
    .crypto_calc_section .tab-content {
        padding: 12px 10px 15px 10px;
    }
    .crypto_calc_section .calc-frame {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 10px;
    }
    .crypto_calc_section .calc-frame iframe {
        overflow-y: hidden;
    }
    header {
        box-shadow: 0px 0px 5px -2px #9a9a9a;
    }
    header .container .light_header_btm {
        bottom: -78px;
        right: 3px;
        width: 73px;
        height: 88px;
    }
    header .right_head nav {
        width: calc(100% - 70px);
        padding: 30px 25px 15px 25px;
    }
    header .right_head .mainmenus li a {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0;
    }
    header .right_head .mainmenus .collapsable_menu .submenus li a {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
    }
    header .right_head .closenav {
        top: 15px;
        right: 15px;
    }
    header .right_head .menu_rt_sec {
        top: 10px;
        right: 10px;
        z-index: 999999;
        width: 40px;
        height: 40px;
    }
    header .right_head .mn_txt {
        font-size: 10px;
        line-height: 10px;
        left: 6px;
    }
    .mob_menu svg {
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        left: 11px;
    }
    header .right_head .mob_menu {
        right: 0px;
        top: 3px;
        padding-top: 4px;
    }
    header .left_head .first_logo .mc_crypto_logo_alink {
        width: 150px;
    }
    header {
        padding-left: 10px;
        padding-bottom: 2px;
    }
    header .left_head .second_logo .asso_logo_alink {
        width: 85px;
    }
    .lead_section .topic_title.desk,
    .wallbg_img.desk {
        display: none;
    }
    .lead_section .topic_title.mob,
    .wallbg_img.mob {
        display: block;
    }
    .lead_section .topic_title.mob {
        width: calc(100% - -95px);
    }
    .lead_section .container {
        min-height: 388px;
        overflow: hidden;
    }
    .lead_section .text_wrapper {
        float: left;
        padding-top: 20px;
        padding-left: 10px;
        width: 60%;
        margin: 0;
    }
    .lead_section .wall_wrapper {
        float: left;
        width: calc(100% - 60%);
        height: auto;
        margin: 0;
    }
    .lead_section .topic_desc {
        font-size: 12px;
        line-height: 16px;
    }
    .lead_section .wall_wrapper .wall_bg_box {
        top: 100px;
        left: -131px;
        width: 370px;
        height: 290px;
        z-index: 9;
        bottom: 0;
        right: unset;
    }
    .lead_section .wall_wrapper .wallbg_img.mob {
        position: absolute;
        top: 35px;
        right: 0px;
        width: 242px;
        height: 262px;
        z-index: 9;
    }
    .lead_section .wall_wrapper .coin1_dollar_small {
        top: unset;
        right: unset;
        width: 26px;
        height: 20px;
        left: 140px;
        bottom: 59px;
    }
    .lead_section .wall_wrapper .coin2_litecoin {
        top: unset;
        right: unset;
        width: 32px;
        height: 22px;
        left: 195px;
        bottom: 124px;
    }
    .lead_section .wall_wrapper .coin3_bitcoin {
        top: unset;
        right: unset;
        width: 31px;
        height: 21px;
        left: 127px;
        bottom: 170px;
    }
    .lead_section .wall_wrapper .coin4_dollar_small {
        top: unset;
        right: unset;
        width: 37px;
        height: 19px;
        left: 268px;
        bottom: 149px;
    }
    .lead_section .wall_wrapper .coin5_etherium_coins {
        top: unset;
        right: unset;
        width: 42px;
        height: 24px;
        left: 227px;
        bottom: 200px;
    }
    .lead_section .wall_wrapper .coin6_dollar_coins_stack {
        top: unset;
        right: unset;
        width: 30px;
        height: 40px;
        left: 219px;
        bottom: 259px;
    }
    .rain2_mob {
        display: block;
        position: absolute;
        bottom: 35px;
        left: 0px;
        width: 113px;
        height: 70px;
        z-index: 9;
    }
    .lead_section .text_wrapper .rain2 {
        display: none;
    }
    .exchange_strip .ex_title {
        left: -5px;
        font-size: 12px;
        line-height: 29px;
        padding: 0px 5px;
        width: 115px;
    }
    .exchange_strip .ex_title img {
        width: 14px;
        height: 14px;
        top: 8px;
    }
    .mScroll_holder {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }

    .mScroll_holder iframe {width: 100%;}
    .mScroll_holder .mScroll_wrap {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .mScroll_holder .mScroll_wrap .mScroll_item {
        display: inline-block;
        flex-shrink: 0;
        vertical-align: top;
        white-space: normal;
        overflow: hidden;
    }
    .topic_title.mob {
        font-size: 25px;
        line-height: 34px;
        font-weight: 800;
        color: #fff;
        display: block;
        margin-bottom: 10px;
        position: relative;
        z-index: 9;
        text-shadow: 1px 1px 1px #000, 0 0 1px #000, 0 0 1px #000;
    }
    .topic_title.mob .line1 {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        animation: keyframes_mobline1 2s steps(40, end);
    }
    .topic_title.mob .line2 {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        animation: keyframes_mobline2 3s steps(40, end);
    }
    .topic_title.mob .line3 {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        animation: keyframes_mobline3 4s steps(40, end);
    }
    .topic_title.mob .blinker {
        font-weight: 400;
        animation: keyframes_mobblinker 1s infinite;
    }
    @keyframes keyframes_mobline1 {
        from {
            width: 0;
        }
    }
    @keyframes keyframes_mobline2 {
        0% {
            width: 0;
        }
        50% {
            width: 0;
        }
        100% {
            width: 100;
        }
    }
    @keyframes keyframes_mobline3 {
        0% {
            width: 0;
        }
        50% {
            width: 0;
        }
        100% {
            width: 100;
        }
    }
    @keyframes keyframes_mobblinker {
        to {
            opacity: 0;
        }
    }
    .sec_title {
        font-size: 25px;
        line-height: 32px;
    }
    .lhs_wrap {
        width: 100%;
        float: none;
    }
    .rhs_wrap {
        width: 100%;
        float: none;
        margin-left: 0px;
        text-align: center;
    }
    .article_sec .mc_breadcrumb,
    .article_sec .art_title {
        width: 100%;
    }
    .article_sec .article_body {
        width: 100%;
    }
    .articles_section {
        margin-bottom: 20px;
        padding-top: 25px;
    }
    .articles_section:before {
        border-top: 230px solid #EDEDED;
        border-left: 1100px solid transparent;
    }
    .articles_section .articles_slider {
        display: flex;
        padding-bottom: 10px;
    }
    .articles_section .articles_slider .story_item_box {
        width: 225px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 20px;
        margin-left: 2px;
        background-color: #fff;
        box-shadow: 0 0 4px -2px #535353;
    }
    .articles_section .articles_slider .story_item_box:hover {
        background-color: #2A78B5;
    }
    .article_sec .mc_breadcrumb {
        padding: 10px 0 5px;
    }
    .article_sec .mc_breadcrumb,
    .article_sec .art_title {
        width: 100%;
    }
    .article_sec .art_title {
        width: 100%;
        font-size: 25px;
        line-height: 34px;
    }
    .article_sec .art_img_txt {
        margin: 0 0 20px 0;
        padding-left: 30px;
    }
    .articles_slider {
        float: none;
        width: 100%;
    }
    .articles_section .sec_title {
        margin-left: 0;
        position: absolute;
        top: -80px;
    }
    .articles_section .story_item_box.art_slide .story_txt_box {
        padding: 10px 10px 10px 15px;
    }
    .articles_section .story_item_box.art_slide .story_txt_box .story_ttl {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .articles_section .story_item_box.art_slide .story_txt_box .story_subtxt {
        font-size: 12px;
        line-height: 18px;
    }
    .art_coin1 {
        display: none;
    }
    .art_coin2 {
        display: none;
    }
    .start_trad_section {
        padding-top: 10px;
        padding-bottom: 10px;
        /* .start_trad_box .start_trad_link{ font-size: 9px; line-height: 20px;margin-top: 0; margin-left: 5px;padding: 0 5px;    height: 21px;}
	.start_trad_box .start_trad_info{ width: calc(~"100% - 126px");}
	.start_trad_box .start_trad_txt { font-size: 13px;line-height: 18px;}	
	.start_trad_box{ padding: 5px 5px 5px 5px; width: 100%;
		.start_trad_desk{.dn;}
		.start_trad_mob{.db;}
		.adv_txt{ font-size: 10px; line-height: 12px;}
		.wlogo_desk{.dn;} 
		.wlogo_mob{.dib; .vab;width: 35px; margin-right: 10px; margin-top: 0;}
	} */
    }
    .start_trad_section .start_trad_box {
        width: 100%;
    }
    .start_trad_section .start_trad_box .adv_txt {
        font-size: 10px;
        line-height: 12px;
    }
    .start_trad_section .start_trad_box .start_trad_desk {
        display: none;
    }
    .start_trad_section .start_trad_box .start_trad_mob {
        display: block;
    }
    .podcast_section {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .podcast_section .podcast_liner_node {
        display: none;
    }
    .podcast_section .sec_title {
        margin-left: 0;
        margin-bottom: 23px;
    }
    .podcast_section .story_item_box.podcast_slide {
        width: 240px;
    }
    .podcast_section .story_item_box.podcast_slide .story_img_box img {
        max-height: 100%;
       /* height: 226px;*/
    }
    .podcast_section .story_item_box.podcast_slide .story_txt_box {
        height: 226px;
    }
    .podcast_section .story_item_box.podcast_slide .story_txt_box {
        padding: 20px 5px 10px 20px;
    }
    .podcast_section .story_item_box.podcast_slide .story_txt_box .story_ttl {
        font-size: 15px;
        line-height: 22px;
    }
    .podcast_section .story_item_box.podcast_slide .story_txt_box .story_subtxt {
        font-size: 12px;
        line-height: 18px;
    }
    .podcast_section .podcast_liner_node,
    .podcast_section .podcast_hdpn {
        display: none;
    }
    .about_section {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .about_section .about_wrapper,
    .about_section .liner_wrapper {
        display: block;
        width: 100%;
    }
    .about_section .liner_wrapper {
        height: 20px;
    }
    .about_section .liner_wrapper .abt_coin1 {
        top: 2px;
        left: unset;
        right: 15px;
        width: 30px;
        height: 36px;
    }
    .about_section .liner_wrapper .abt_coin2 {
        top: 46px;
        left: unset;
        right: -8px;
        width: 21px;
        height: 30px;
    }
    .about_section .liner_wrapper .abt_coin3 {
        display: none;
    }
    .about_section .about_wrapper .blue_liner,
    .about_section .about_wrapper .yellow_liner,
    .about_section .about_wrapper .liner_circle_yellow,
    .about_section .about_wrapper .grey_liner,
    .about_section .about_wrapper .liner_circle_grey {
        display: none;
    }
    .about_section .about_wrapper .blue_liner_mob {
        display: none;
        top: -57px;
        position: absolute;
        left: 31px;
        width: 90%;
        height: 76px;
        z-index: 999;
        pointer-events: none;
    }
    .about_section .about_wrapper .p_wrap .cc_logo {
        position: static;
        top: 0;
        left: -200px;
        width: 60px;
        height: 72px;
        z-index: 9;
        float: left;
        margin-right: 15px;
        margin-top: -40px;
    }
    .about_section .about_wrapper .p_wrap p {
        font-size: 15px;
        line-height: 22px;
    }
    .about_section .sec_title {
        margin-left: 75px;
    }
    .videos_section {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .videos_section .video_left_bg,
    .videos_section .video_right_bg {
        display: none;
    }
    .videos_section .sec_title {
        margin-left: 0;
        position: static;
    }
    .videos_section .video_wrapper {
        width: 100%;
        padding: 0 5px;
    }
    .videos_section .video_wrapper .vid_coin1 {
        top: -104px;
        right: 35px;
        width: 21px;
        height: 24px;
    }
    .videos_section .video_wrapper .vid_coin2 {
        top: -64px;
        right: 15px;
        width: 15px;
        height: 27px;
    }
    .videos_section .video_wrapper .vid_coin3 {
        top: -16px;
        right: 35px;
        width: 21px;
        height: 13px;
    }
    .story_item_box.video_thumb .story_txt_box .story_ttl {
        font-size: 14px;
        line-height: 20px;
    }
    .story_item_box.video_thumb .story_txt_box .story_ttl {
        padding: 10px 10px 10px 10px;
        bottom: -27px;
    }
    .videos_slider .slick-next,
    .videos_slider .slick-prev {
        width: 28px;
        height: 28px;
        top: calc(50% - 28px);
    }
    .videos_slider .slick-next {
        right: -15px;
    }
    .videos_slider .slick-prev {
        left: -15px;
    }
    .videos_slider .slick-prev.slick-disabled,
    .videos_slider .slick-next.slick-disabled {
        background-size: contain;
    }
    .story_item_box.video_thumb .story_img_box:before {
        width: 65px;
        height: 65px;
        top: calc(50% - 32.5px);
    }
    .story_item_box.video_thumb .story_txt_box {
        margin-bottom: 30px;
    }
    .story_item_box.video_thumb {
        padding-bottom: 0px;
    }
    .banner_section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner_section .flex_cointainer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .banner_section .flex_cointainer .banner_alink {
        width: 100%;
        margin-bottom: 20px;
    }
    .stories_tab_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stories_tab_section .container .tab_coin1 {
        top: -85px;
        left: 20px;
        width: 25px;
        height: 28px;
    }
    .stories_tab_section .container .tab_coin2 {
        top: -48px;
        left: 5px;
        width: 17px;
        height: 30px;
    }
    .stories_tab_section .container .tab_coin3 {
        top: -16px;
        left: 36px;
        width: 25px;
        height: 15px;
    }
    .stories_tab_section .tab_widget {
        box-shadow: 4px 4px 5px -5px #000000;
    }
    .stories_tab_section .tab_widget {
        padding: 0px 0px 0 0px;
    }
    .stories_tab_section .tab_widget .nav-tabs li a {
        font-size: 14px;
        line-height: 33px;
        height: 35px;
    }
    .stories_tab_section .tab_widget .nav-tabs {
        border-bottom: 2px solid #F9DE38;
        margin-bottom: 10px;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        border-radius: 7px 7px 0 0;
    }
    .stories_tab_section .tab_widget .nav-tabs li {
        width: auto;
        min-width: 100px;
    }
    .stories_tab_section .tab-content {
        padding: 0 10px;
    }
    .stories_tab_section .tab-content .lhs_aside {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .stories_tab_section .tab-content .rhs_aside {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .stories_tab_section .story_item_box.lead_story .story_txt_box .story_ttl {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .stories_tab_section .story_item_box.lead_story .story_txt_box .story_subtxt {
        font-size: 12px;
        line-height: 18px;
    }
    .stories_tab_section .story_item_box.lead_story .story_txt_box {
        top: -30px;
        left: 4%;
        right: 4%;
        padding: 10px;
        width: calc(100% - 8%);
        margin-bottom: 45px;
    }
    .stories_tab_section .story_item_box.sub_story {
        border-bottom: 0;
        padding: 0;
        margin: 0px 7px 5px 7px;
        width: calc(50% - 14px);
        display: inline-block;
        vertical-align: top;
        display: unset;
        -webkit-flex-wrap: unset;
        -o-flex-wrap: unset;
        -moz-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
    }
    .stories_tab_section .story_item_box.sub_story .story_img_box {
        margin-bottom: 5px;
        max-height: unset;
        min-height: unset;
    }
    .stories_tab_section .story_item_box.sub_story .story_txt_box .story_ttl {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        max-height: 82px;
        overflow: hidden;
    }
    .signup_banner_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .signup_banner_section .container {
        padding-left: 55px;
    }
    .signup_banner_box {
        width: 100%;
        padding: 10px 10px 10px 35px;
    }
    .signup_banner_box:before {
        width: 69px;
        height: 71px;
    }
    .signup_banner_box .wlogo {
        display: none;
    }
    .signup_banner_box .signup_info,
    .signup_banner_box .signup_link {
        width: 100%;
    }
    .signup_banner_box .signup_txt {
        display: block;
        font-size: 14px;
        line-height: 20px;
    }
    .signup_banner_box .signup_link {
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
    footer {
        margin-top: 30px;
    }
    footer .lhs_wrap,
    footer .rhs_wrap {
        text-align: center;
    }
    footer .top {
        padding-top: 20px;
    }
    footer .top p {
        font-size: 12px;
        line-height: 18px;
    }
    .wazir_logo_blue {
        width: 120px;
    }
    footer .f_ques_link .ques_link {
        display: block;
        font-size: 12px;
        line-height: 18px;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 4px;
        border-right: 0;
    }
    footer .f_ques_link {
        margin-bottom: 10px;
    }
    footer .download_txt,
    footer .connect_txt {
        font-size: 12px;
        line-height: 18px;
    }
    footer .app-icons {
        justify-content: center;
        margin-bottom: 15px;
    }

    .podcast_section .story_item_box.podcast_slide{padding-left: 12px;padding-right: 0;}
    .Podcast_slider{padding: 0;}
}

@media all and (max-width: 767px) {
    .exchange_strip_section .container {
        padding-left: 4px;
        padding-right: 0;
    }
    .exchange_strip_section .exchange_strip {
        border-radius: 7px 0 0 7px;
    }
    .crypto_calc_section .tab-content {
        padding: 12px 1px 15px 1px;
    }
}

@media all and (max-width: 380px) {
    header {
        padding-left: 5px;
    }
    header .right_head nav {
        padding: 30px 15px 15px 10px;
    }
    header .left_head .first_logo .mc_crypto_logo_alink {
        width: 120px;
    }
    header .left_head .second_logo {
        margin-left: 10px;
        padding-bottom: 6px;
    }
    header .left_head .second_logo .txt {
        font-size: 10px;
        line-height: 10px;
    }
    .start_trad_box .wlogo_mob {
        width: 25px;
        margin-right: 5px;
    }
    .start_trad_box .start_trad_info {
        width: calc(100% - 110px);
    }
    .start_trad_box .start_trad_txt {
        font-size: 10px;
        line-height: 14px;
    }
    .about_section .sec_title {
        font-size: 19px;
        line-height: 30px;
    }
    footer .google-play {
        width: 120px;
        height: 34px;
    }
    footer .app-store {
        width: 120px;
        height: 34px;
    }
    .about_section .liner_wrapper .abt_coin1 {
        top: -6px;
        transform: rotate(45deg);
    }
}

@media all and (max-width:507px) {
    .crypto_calc_section .calc-frame iframe {
        height: 890px;
    }
}

@media all and (max-width:360px) {
    .crypto_calc_section .tab-content {
        padding: 12px 0px 15px 0px;
    }
    .crypto_calc_section .calc-frame {
        margin: 0 5px;
    }
}

@media all and (max-width: 295px) {
    header .left_head .second_logo .txt {
        font-size: 9px;
    }
    .about_section .sec_title {
        font-size: 17px;
        line-height: 28px;
    }
}