@charset "utf-8";

main a {
	outline: 0 !important;
	text-decoration: none !important;
}

main a:active,
main a:hover,
main a:focus {
	outline: 0 !important;
	text-decoration: none !important;
}

a:hover {
	cursor: pointer;
}

svg {
	fill: currentColor;
}

/* ====== comman css  ====== */
body {
	overflow-x: hidden;
}

/**** video popup ******/
.videoModal .modal-dialog {
	width: 750px;
}

.videoModal .modal-header {
	border-bottom: 0;
}

.modal-backdrop.in {
	opacity: .5 !important;
}

.videoModal .modal-content {
	position: relative;
	height: auto;
	background: rgba(255, 255, 255, 1);
	margin: 0px auto;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.16);
	border: 0px solid rgba(69, 69, 69, 0.5);
}

.videoModal .cl_pop {
	z-index: 1;
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

.videoModal .vidin {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
	height: 0;
}

.videoModal .vidin iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.videoModal .modal.videopp .modal-dialog {
	width: 900px;
	border-radius: 20px;
	background-color: #fff;
}

.videoModal .modal-body {
	position: relative;
}

.videoModal .closepop {
	position: absolute;
	cursor: pointer;
	display: flex;
	align-items: center;
	background: none;
	right: 10px;
	top: 10px;
	z-index: 1;
	color: #000;
	text-transform: uppercase;
	font: 500 20px 'Barlow Condensed', sans-serif;
}

@media all and (max-width: 980px) {
	.videoModal .modal-dialog {
		width: 90%;
	}

	.videoModal .modal-content {
		margin-top: 50px;
	}
}

/**** video popup ******/

.mc_fluid_container {
	margin-right: auto;
	margin-left: auto;
}

.mc_container {
	width: 1254px;
	margin-right: auto;
	margin-left: auto;
}

.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;
}

/* ====== normalize css  ====== */
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;
}

/* --- Comman breadcrum for Msites --- */
.breadcrum_sec {
	clear: both;
	display: block;
	overflow: hidden;
	background-color: #fff;
}

.breadcrum_sec .heading_txt {
	display: inline-block;
	font-size: 12px;
}

.brad_crum {
	border-bottom: 0 dotted #a9a9a9;
	color: #282828;
	margin: 0 auto;
	padding: 6px 0;
	text-transform: uppercase;
	font: 400 16px 'Fira Sans', sans-serif;
	display: block;
	clear: both;
	overflow: hidden;
}

.bread-title {
	color: #000;
	font: 500 12px 'Fira Sans', sans-serif;
}

.brad_crum a {
	color: #337ab7 !important;
}

.brad_crum a {
	font: 400 12px 'Fira Sans', sans-serif;
	text-transform: capitalize;
	color: #337ab7 !important;
}

.brad_crum a:last-of-type {
	color: #333 !important;
}

.brad_crum .bread-arrow {
	display: inline-block;
	height: 11px;
	padding-left: 5px;
	width: 11px;
	position: relative;
	top: 2px;
	background: unset;
}

.brad_crum .bread-arrow:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 3px;
	width: 11px;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
	color: #ccc;
}

/*=== 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;
}

/*=== comman classes and style ===*/
.mob_view {
	display: none;
}

main {
	font: 400 16px/22px 'Lato', serif;
	color: #000;
	background-color: #fff;
}

h1.heading_txt {
	color: #000;
}

.advbanner_wrap {
	margin: 0 auto 30px auto;
	text-align: center;
}

.mc300_adv_box {
	margin: 0 auto 21px auto;
	text-align: center;
}

.mc300_adv_box .adv_txt {
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: #93A5AA;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}

.secTitle {
	font: 800 22px/26px 'Lato', sans-serif;
	color: #000;
	margin-bottom: 5px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.txtRgt {
	text-align: right;
	margin-top: 20px;
}

.blkBtn {
	background: #fff;
	border-radius: 3px;
	font: 400 12px / 14px "Lato", sans-serif;
	color: #000;
	display: inline-block;
	padding: 8px 9px;
	border: 1px solid #C9C9C9;
	width: 120px;
	text-align: center;
}


.blkBtn svg {
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.lhsCont {
	width: calc(100% - 322px);
}

.rhsCont {
	width: 300px;
	flex-shrink: 0;
	margin-left: 20px;
}

@media all and (max-width: 980px) {
	.lhsCont {
		width: 100%;
	}

	.rhsCont {
		width: auto;
		margin-left: 0;
	}

	.flex {
		flex-direction: column;
	}

	.secTitle {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.blkBtn {
		font-size: 10px;
		padding: 4px 9px;
		width: 95px;
	}

}


/**** topNavBar starts*****/

.topNavBar {
	background: rgb(222, 234, 255);
	background: -moz-linear-gradient(90deg, rgba(222, 234, 255, 1) 0%, rgba(239, 216, 255, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(222, 234, 255, 1) 0%, rgba(239, 216, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(222, 234, 255, 1) 0%, rgba(239, 216, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deeaff", endColorstr="#efd8ff", GradientType=1);
	border-radius: 15px 15px 0px 0px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 1;
}

.topNavBar ul,
.navLeft {
	display: flex;
}

.topNavBar .powermud {
	display: flex;
	flex-direction: column;
	font: 400 9px/10px "Lato", sans-serif;
	color: #666;
	font-style: italic;
	grid-gap: 5px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	padding-left: 10px;
	;
}

.topNavBar .powermud img {
	width: 100px;
}

.topNavBar ul {
	margin-bottom: 0;
}

.topNavBar ul li a {
	color: #603C95;
	font: 400 18px/22px "Lato", sans-serif;
	padding: 10px 14px 30px;
	position: relative;
}

.topNavBar ul li a.active {
	font-weight: 800;
}

.topNavBar ul li a.active:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: #603C95;
}


@media all and (max-width: 980px) {
	.mobBar.mc_container {
		padding: 0;
	}

	.topNavBar {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 10px 0 0;
		border-radius: 0;
	}

	.topNavBar ul li a {
		font-size: 14px;
		;
	}

	.topNavBar ul {
		width: 100%;
		overflow: auto;
		padding-bottom: 10px;
	}

	.topNavBar ul li a.active:after {
		bottom: 18px;
	}

	.topNavBar ul li {
		white-space: nowrap;
	}

	.mcLogoMob {
		width: 93px;
		height: auto;
	}

	.powermud img {
		width: 42px;
		height: auto;
	}

	.navLeft {
		margin-bottom: 10px;
		padding: 0 15px;
	}
}

/**** topNavBar ends*****/



/****** new range slider starts ******/
.ag-format-container {
	width: 100%;
	margin: 0 auto 20px;
}

/* rangeslider */
.ag-calculator_input-wrap .rangeslider--horizontal {
	display: inline-block;
	height: 8px;
	margin-top: 20px;
	background-color: #E8EFF2;
	border: 1px solid #D0DCE2;
}

.ag-calculator_input-wrap .rangeslider__fill {
	background-color: #EB9200;
}

.ag-calculator_input-wrap .rangeslider__handle {
	height: 24px;
	width: 24px;
	border: 1px solid #e6e9eb;
	background: url(https://images.moneycontrol.com/images/ms/mudrex/slider.png) center -5px no-repeat;
	z-index: 5;
	top: -7px;
}

.ag-calculator_input-wrap .rangeslider__handle:after {
	display: none;
}

.ag-calculator_second-level-wrap .rangeslider--horizontal {
	display: block;
	float: right;
	width: 90%;
}

/* /rangeslider */



.ag-calculator-block {
	display: block;
	width: 100%;
	background-color: #FFF;
	border: 0;
}

.ag-calculator_title {
	display: inline-block;
	line-height: 1.33;
	width: 100%;
	padding: 19px 24px;
	border-bottom: 1px solid #e6e9eb;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: #4b545c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ag-calculator_input-wrap {
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
}

.ag-calculator_label {
	color: #666666;
	font: 500 12px / 14px 'Lato', sans-serif;
	margin-bottom: 15px;
}

.ag-calculator_label-2 {
	margin-left: 50px;
}

.ag-calculator_text-input {
	background-color: #FFF;
	outline: 0;
	color: #333333;
	font: 700 18px / 14px 'Lato', sans-serif;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #fff;
	align-items: center;
	border-radius: 2px;
	display: flex;
	height: 40px;
	align-items: center;
	padding: 10px 15px;
	min-width: 214px;
	grid-gap: 3px;
	position: relative;
	margin-top: -60px;
	margin-left: 120px;
}

.ag-calculator_percent {
	display: inline-block;
	line-height: 1.43;
	font-size: 14px;
	color: #9099a3;
	position: absolute;
	left: 24px;
	bottom: 8px;
}

.ag-calculator_second-level-wrap {
	display: none;
}

.ag-calculator_more-levels {
	display: inline-block;
	line-height: 1.5;
	width: 100%;
	padding: 10px 24px;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #149ecc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ag-calculator_more-levels:hover .ag-calculator_levels {
	background-color: #f5f5f5;
}

.ag-calculator_levels {
	display: inline-block;
	line-height: 24px;
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #e6e9eb;

	font-size: 16px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ag-calculator_levels:before {
	display: inline-block;
	line-height: 22px;
	margin-right: 10px;

	vertical-align: top;
	text-align: center;
	font-size: 22px;
}

.ag-calculator_removed-levels:before {
	content: "-";
}

.ag-calculator_added-levels:before {
	content: "+";
}

.ag-calculator_removed-levels {
	display: none;
}

.js-ag-opened .ag-calculator_removed-levels {
	display: inline-block;
}

.js-ag-opened .ag-calculator_added-levels {
	display: none;
}

.ag-calculator_radio-box {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	margin-top: 12px;

	position: relative;
}

.ag-calculator_radio-box input[type=radio] {
	visibility: hidden;

	position: absolute;
}

.ag-calculator_radio-box input[type=radio]:checked+label {
	background-color: #4b545c;
	color: #FFF;
}

.ag-calculator_radio-label {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-basis: 0;
	-webkit-flex-basis: 0;
}

.ag-calculator_radio-label {
	line-height: .92;
	padding: 16px 10px;
	border: 1px solid #d3d8dc;
	background-color: #e6e9eb;

	cursor: pointer;

	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	color: #9099a3;
}

.ag-calculator_radio-label:nth-last-of-type(1) {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.ag-calculator_radio-label:nth-of-type(1) {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.ag-calculator_results-box {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	padding: 25px 24px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ag-calculator_results-info {
	display: inline-block;
	width: 50%;
	padding: 12px 0 0;
	border-right: 1px solid #e6e9eb;
	background-color: #f6f8f9;

	text-align: center;
}

.ag-calculator_results-title {
	line-height: 1.29;

	font-weight: bold;
	font-size: 14px;
	color: #4b545c;
}

.ag-calculator_results-sum {
	font-size: 48px;
	color: #4b545c;
}

.ag-calculator_results-currency {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;

	vertical-align: top;
	font-size: 24px;
}




@media (min-width: 768px) and (max-width: 979px) {
	.ag-format-container {
		width: 100%;
	}

	.ag-calculator_text-input {
		margin-top: -128px;
		margin-bottom: 50px;
	}

}

@media all and (max-width: 980px) {

	.ag-calculator_text-input {
		margin-top: -128px;
		margin-bottom: 50px;
		min-width: 150px;
	}
}

/**** new range slider ends ********/


/**** crypto Top Sec starts ********/
.cryptoTopSec {
	margin-top: 30px;
	;
}

.cryptoTopSec .secTitle {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.fade.in {
	opacity: 1;
}

.tab-content>.tab-pane {
	display: none;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.tab-content>.active {
	display: block;
}

.cryptoTopSec {
	margin-bottom: 40px;
}

.cryptoTopSec .tab-pane {
	background: #f7f8fb;
	padding: 10px;
}

.cryptoTopSec .horTabs {
	display: flex;
	grid-gap: 10px;
	border-bottom: 1px solid #CECECE;
	align-items: flex-end;
	justify-content: space-between;
}

.cryptoTopSec .horTabs li {
	position: relative;
}

.cryptoTopSec .horTabs li a {
	padding: 10px 10px;
	display: block;
}

.cryptoTopSec .horTabs .linkName {
	display: flex;
	align-items: center;
}

.linkName {
	font: 400 16px/19px "Lato", sans-serif;
	color: #666;
	margin-bottom: 5px;
	;
}

.cryptoTopSec .horTabs li.active .linkName {
	font-weight: 700;
	color: #000;
}

.cryptoTopSec .horTabs li.active a:after {
	background: #000;
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	;
}

.svgIcon {
	color: #fff;
	margin-right: 5px;
	display: flex;
}

.bigTxtPrz {
	color: #999;
	font: 700 20px/24px "Lato", sans-serif;
}

.bigTxtPrz span {
	font-size: 16px;
}

.greenColor {
	color: #52B974;
}

.cryptoTopSec .horTabs li.active .bigTxtPrz {
	color: #333;
}

.redColor {
	color: #E3515C;
}

.cryptoTopSec .anch_shomore {
	margin-bottom: 10px;
	margin-left: 20px;
}

.horTabInside {
	display: flex;
	justify-content: space-between;
}

ul.horTabsTwo {
	background: #fff;
	border-radius: 2px;
	display: flex;
}

.horTabsTwo li a {
	color: #333;
	font: 12px / 25px 'Lato', sans-serif;
	padding: 2px 8px;
	border-right: 1px solid #f1f1f1;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.horTabsTwo li.active a {
	font-weight: 900;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: -5px 0;
	line-height: 25px;
}

.cryptoTopSec .accordion_sec .acc_panel ul li::marker {
	content: '' !important;
}

.tabDate {
	color: #666;
	font: 400 12px / 15px 'Lato', sans-serif;
}

.cryptoTopSec .accordion_sec .acc_panel ul li {
	margin: 0;
	height: 30px;
	display: flex;
	align-items: center;
}

@media all and (max-width: 980px) {
	.cryptoTopSec .horTabs {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.cryptoTopSec .tab-content img {
		width: 100%;
	}

	.cryptoTopSec .horTabs li.active a:after {
		display: none;
	}

	.cryptoTopSec .horTabs li a {
		padding: 0;
		;
	}

	.linkName,
	.bigTxtPrz {
		font-size: 18px;
	}

	.linkName {
		display: flex;
	}

	.cryptoTopSec {
		margin-top: 20px;
	}

	.cryptoTopSec .horTabs li .linkName {
		font-weight: 700;
		color: #000;
	}

	.horTabInside {
		flex-direction: column;
	}

	.cryptoTopSec .accordion_sec .acc_panel ul {
		margin-left: 0;
		margin: 0;
	}

	.cryptoTopSec .secTitle {
		font-size: 20px;
		font-weight: 800;
		border-bottom: 3px solid #000;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}

	.cryptoTopSec .acc_card .acc_title:after {
		filter: drop-shadow(0px -2px 0px #000) !important;
		top: 26px !important;
		right: 15px !important;
	}

	.bigTxtPrz {
		color: #000;
	}

	.cryptoTopSec .acc_card.box_active {
		background: #F7F8FB !important;
		padding: 10px 20px 10px 20px;
	}

	.horTabInside {
		margin-bottom: 15px;
	}

	.cryptoTopSec .accordion_sec {
		margin: 0 -15px;
	}

	.cryptoTopSec .acc_card {
		padding: 10px 20px 10px 15px !important;
	}

	.cryptoTopSec .acc_panel {
		padding-right: 0 !important;
	}
}

/**** crypto top sec ends *******/



/*** table starts ******/
.cryptoMovers {
	margin-bottom: 14px;
}

.cryptoMovers .secTitle {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cryDt {
	color: #808080;
	font: 400 12px/12px 'Lato', sans-serif;
}

.mtableIn .tablecnt {
	width: 48.5%;
}

.tablecnt {
	padding-bottom: 30px;
}

.tabl_title_1 {
	font: 700 14px 'Lato', sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.tablecnt .comm_tbl_min_ {
	height: 290px;
}

.common_table th:first-child {
	text-align: left;
}

.container_us th {
	cursor: pointer;
}

.common_table th {
	text-align: right;
	background: #f7f8fb;
	color: #000;
	font: 700 12px 'Lato', sans-serif;
	padding: 13px 11px;
	border-top: 1px solid #e4e4e4;
}

.common_table th em {
	display: inline-block;
	font-style: normal;
	white-space: normal;
	margin-right: 4px;
}

.updown_arw {
	display: inline-block;
	margin-left: 2px;
	vertical-align: top;
	margin-top: 5px;
}

.updown_arw .tl_downarw,
.updown_arw .tl_uparw {
	display: block;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
}

.updown_arw .tl_downarw {
	transform: rotate(-135deg);
	margin-top: -2px;
}

.common_table td:first-child,
.common_table th:first-child {
	text-align: left;
}

.common_table td {
	text-align: right;
	border-bottom: 1px solid #e4e4e4;
	padding: 14px 2px;
	color: #333;
	font: 14px 'Lato', sans-serif;
}

.common_table td:first-child a {
	font-weight: 700 !important;
}

.common_table td a {
	color: #333;
	font: 400 14px 'Lato', sans-serif;
}

.container_us a {
	cursor: pointer;
	text-decoration: none;
}

.common_table tr:nth-child(even) {
	background: #FBFBFB;
}

.greentext {
	color: #52b974 !important;
}

.redtext {
	color: #d95858 !important
}

.shomore {
	text-align: right;
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
	display: block;
}

.tableIcon {
	filter: grayscale(1);
	margin-right: 5px;
}

.anch_shomore {
	display: inline-block;
	height: 24px;
	border-radius: 3px;
	font: 10px / 22px 'Lato', sans-serif;
	padding: 0 10px;
	color: #666;
	border: 1px solid #ccc;
}

.anch_shomore svg {
	vertical-align: middle;
	margin-left: 5px;
}

.cryptoMovers .flex {
	grid-gap: 30px;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

.tableCont {
	width: 50%;
}

.blkBtn2 {
	background: #333;
	font: 500 12px 'Lato', sans-serif;
	display: flex;
	color: #fff;
	min-width: 112px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	border: 1px solid #333;
}

.blkBtn2:hover,
.blkBtn2:active {
	color: #fff;
}

.whtBtn {
	background: #fff;
	font: 500 12px 'Lato', sans-serif;
	display: flex;
	color: #999;
	min-width: 112px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	border: 1px solid #E4E4E4;
}

.whtBtn:hover,
.whtBtn:active {
	color: #999;
}

.cryptoMovers .secTitle .cryDt {
	display: block;
}

.cryptoMovers .tabl_title_1.desk_view {
	display: block;
}

.cryptoMovers .tabl_title_1 .cryDt {
	display: none;
}

.cryptoMovers .tabl_title_1 {
	display: none;
}

.cryptoMovers .shomore {
	border-top: 0;
}

@media all and (max-width: 980px) {
	.tableCont {
		width: 100%;
	}

	.cryptoMovers .flex {
		flex-direction: column;
	}

	.cryptoMovers .common_table .flex {
		flex-direction: row;
		grid-gap: 3px;
		justify-content: flex-start;
		align-items: center;
	}

	.tableIcon {
		width: 15px;
		margin: 0;
	}

	.common_table td:first-child h3 a {
		font-weight: 400 !important;
	}

	.common_table td {
		padding: 10px 8px;
	}

	.cryptoMovers .secTitle .cryDt {
		display: none;
	}

	.cryptoMovers .tabl_title_1 {
		display: flex;
		justify-content: space-between;
	}

	.cryptoMovers thead,
	.common_table td {
		border-bottom: 1px solid #CDD1DB;
	}

	.cryptoMovers .tabl_title_1.desk_view {
		display: flex;
		justify-content: space-between;
	}

	.cryptoMovers .tabl_title_1.desk_view .cryDt {
		display: block;
	}
}

/***** table ends ******/


/****** Crypto profit calculator starts *******/
.profitCalculator {
	margin-bottom: 53px;
	;
}

.profitCalculator p {
	color: #999999;
	font: 400 14px / 20px 'Lato', sans-serif;
	margin-bottom: 3px;
}

.coinSelSec {
	display: flex;
	border-bottom: 1px solid #EAEAEA;
	grid-gap: 20px;
	margin-bottom: 20px;
}

.coinSelSec li {
	position: relative;
	padding: 10px 12px;
}

.coinSelSec li a {
	color: #999999;
	font: 700 14px/20px 'Lato', sans-serif;
}

.coinSelSec li.active a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #000;
}

.coinSelSec li.active a {
	color: #000;
}

.selectBottom {
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0px 0px 14px 0px #0000000F;
}

.selCoinTop {
	margin-bottom: 30px;
}

.selCoinTop h3,
.selCoinTop h2 {
	color: #666666;
	font: 500 12px/14px 'Lato', sans-serif;
	margin-bottom: 15px;
}

.selCoinTop ul {
	display: flex;
	grid-gap: 10px;
}

.selCoinTop ul li a {
	display: flex;
	align-items: center;
	grid-gap: 5px;
	padding: 5px 25px;
	color: #999999;
	font: 500 12px/14px 'Lato', sans-serif;
}

.selCoinTop ul li {
	border: 1px solid #E4E4E4;
	border-radius: 25px;
}

.selCoinTop ul li.active {
	background: #333333;
}

.selCoinTop ul li.active a,
.selCoinTop ul li.active select {
	color: #fff;
}

.selCoinTop ul li select {
	padding: 5px 25px;
	color: #999999;
	font: 500 12px/24px 'Lato', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: none;
}

.selCoinTop2 {
	margin-bottom: 30px;
}

.selCoinTop2 h3,
.selCoinTop2 h2,
.selCoinSec h3,
.selCoinSec h2 {
	color: #666666;
	font: 500 12px/14px 'Lato', sans-serif;
	margin-bottom: 15px;
}

.selCoinTop2 ul {
	display: flex;
	grid-gap: 10px;
}

.selCoinTop2 ul li a {
	display: flex;
	align-items: center;
	grid-gap: 5px;
	padding: 5px 25px;
	color: #999999;
	font: 500 12px/14px 'Lato', sans-serif;
}

.selCoinTop2 ul li {
	border: 1px solid #E4E4E4;
	border-radius: 25px;
}

.selCoinTop2 ul li.active2 {
	background: #333333;
}

.selCoinTop2 ul li.active2 a,
.selCoinTop2 ul li.active2 select {
	color: #fff;
}

.selCoinTop2 ul li select {
	padding: 5px 25px;
	color: #999999;
	font: 500 12px/24px 'Lato', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: none;
}

.rangeSlider {
	margin-bottom: 30px;
	;
}

.rangeslider--horizontal {
	height: 8px;
	border-radius: 0;
	background: #E8EFF2;
	box-shadow: none;
	border: 1px solid #D0DCE2;
}

.rangeslider__fill {
	background: #EB9200;
	box-shadow: none;
	border-radius: 0;
}

.rangeslider--horizontal .rangeslider__handle {
	border: 1px solid #CCCCCC;
	background: url('https://images.moneycontrol.com/images/ms/mudrex/slider.png')center -5px no-repeat;
	box-shadow: none;
	height: 22px;
	width: 22px;
	background-size: 34px 34px;
}

.rangeslider__handle:after {
	display: none;
}

.rangeSlider h3,
.rangeSlider h2 {
	color: #666666;
	font: 500 12px/14px 'Lato', sans-serif;
	margin-bottom: 15px;
}

.moneyTop {
	display: flex;
	grid-gap: 10px;
	justify-content: space-between;
}

.countryName {
	color: #333333;
	font: 400 14px/14px 'Lato', sans-serif;
	margin-bottom: 20px;
	;
}

.countryName .dropdown-toggle {
	width: 105px;
	border: 1px solid #CCCCCC;
	background: #fff;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	grid-gap: 5px;
	border-radius: 2px;
}

.countryName .dropdown-menu>li>a {
	display: flex;
	font: 400 14px/14px 'Lato', sans-serif;
	align-items: center;
	grid-gap: 5px;
	padding: 7px 30px;
}

.countryName .dropdown-menu {
	width: 133px;
	min-width: 133px;
	font: 400 14px/14px 'Lato', sans-serif;
}

.outPut {
	border: 1px solid #CCCCCC;
	background: #fff;
	align-items: center;
	border-radius: 2px;
	display: flex;
	height: 40px;
	align-items: center;
	padding: 10px 15px;
	min-width: 214px;
	grid-gap: 3px;
}

.outPut output {
	color: #333333;
	font: 700 18px/14px 'Lato', sans-serif;
	padding: 0;
}

.estimPrz {
	display: flex;
	align-items: center;
	grid-gap: 3px;
}

.estimaeRs h3,
.estimaeRs h2 {
	color: #000;
	font: 700 12px/14px 'Lato', sans-serif;
	margin-bottom: 10px;
}

.estimaeRs .estimPrz {
	color: #000;
	font: 900 32px/34px 'Lato', sans-serif;
	margin-bottom: 0px;
}

.estimaeRs .estimPrz span {
	font: 700 12px/14px 'Lato', sans-serif;
}

.estimaeRs .estimPrz sup {
	font: 500 14px/14px 'Lato', sans-serif;
	position: relative;
	top: -6px
}

.redTxt {
	color: #E3515C;
	margin-left: 5px;
}

.greenTxt {
	color: #52B974;
	margin-left: 5px;
}

.redArw {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #E3515C;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 4px;
}

.grnArw {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #52B974;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 4px;
}

.flexOne {
	display: flex;
	grid-gap: 20px;
}

.rgtBtn {
	display: flex;
	grid-gap: 10px;
}

.selCoinTopMob {
	display: none;
}



.selector {
	position: relative;
	display: flex;
	grid-gap: 10px;
	/* align-items: center; */
	margin-bottom: 20px;
}

.selector-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.selector-item_radio {
	appearance: none;
	display: none;
}

.selector-item_label {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	grid-gap: 5px;
	padding: 5px 25px;
	color: #999999;
	font: 500 12px / 14px 'Lato', sans-serif;
	border: 1px solid #E4E4E4;
	border-radius: 25px;
	height: 34px;

}

.selector-item_radio:checked+.selector-item_label {
	background: #333333;
	color: #fff;
}

.selector-item_radio1:checked+.selector-item_label1 {
	background: #333333;
	color: #fff;
}

.otherDrop {
	border: 1px solid #E4E4E4;
	border-radius: 25px;
	display: flex;
	align-items: center;
	grid-gap: 5px;
	padding: 5px 25px;
	color: #999999;
	height: 34px;
	font: 500 12px / 14px 'Lato', sans-serif;
	border: 1px solid #E4E4E4;
	border-radius: 25px;
}

.selector-item_label {
	padding: 5px 18px;
	white-space: nowrap;
}

.selector {
	flex-wrap: wrap;
}

@media (max-width:480px) {
	.selector {
		width: 90%;
	}


}

@media all and (max-width: 980px) {
	.ag-calculator_text-input {
		margin-top: -128px;
		margin-bottom: 50px;
	}

	.selector-item {
		justify-content: flex-start;
	}

	.profitCalculator {
		margin-bottom: 30px;
	}

	.selectBottom {
		padding: 20px;
		;
	}

	.countryName .dropdown-toggle {
		width: 99px;
	}

	.moneyTop {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.countryName {
		margin-bottom: 10px;
	}

	.selCoinTop2 ul li a {
		padding: 5px 20px;
		;
	}

	.outPut {
		min-width: calc(100% - 115px);
	}

	.selCoinTop ul.desk_view {
		display: none;
	}

	.selCoinTop ul {
		display: none;
	}

	.selCoinTop2 ul {
		display: flex;
	}

	.selCoinTop {
		margin-bottom: 10px;
	}

	.selCoinTopMob {
		margin-bottom: 20px;
		display: block;
	}

	.selCoinTopMob .btnOne {
		background: #fff;
		border: 1px solid #E4E4E4;
		border-radius: 25px;

	}

	.selCoinTopMob li.active {
		background: #333333;
		border-radius: 25px;
	}

	.selCoinTopMob li.active a {
		color: #fff;
	}

	.selCoinTopMob .dropdown-menu li select,
	.selCoinTopMob .dropdown-menu>li>a,
	.selCoinTopMob .btnOne a {
		display: flex;
		align-items: center;
		grid-gap: 5px;
		padding: 5px 25px;
		color: #999999;
		font: 500 12px / 14px 'Lato', sans-serif;
	}

	.dFlexNew {
		display: flex;
		grid-gap: 5px
	}

	.selCoinTopMob .btnOne {
		min-height: 32px;
	}

	.selCoinTopMob li.active {
		min-height: 32px;
	}

	.selCoinTopMob li,
	.selCoinTopMob li.active a {
		line-height: 20px;
	}

	button {
		background: none;
	}

	.dropdown-menu.maxHeight {
		max-height: 130px;
		overflow: auto;
		min-width: 150px;
	}
}

/****** Crypto profit calculator ends *******/



/****** cryptoNews starts ********/
.cryptoNews {
	margin-bottom: 50px;
}

.cryptoNews .imageBlock img {
	border-radius: 5px;
	width: 100%;
	height: 123px;
	;
}

.cryptoNews ul {
	display: flex;
	grid-gap: 20px;
}

.cryptoNews .bottomList li {
	width: 218px;
	flex-shrink: 0;
}

.cryptoNews .imageBlock {
	margin-bottom: 10px;
	;
}

.cryptoNews .articleHeadling,
.cryptoNews .articleHeadling a {
	font: 700 16px/19px 'Lato', sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.cryptoNews .dateline {
	color: #666666;
	font: 400 12px/14px 'Lato', sans-serif;
}

@media all and (max-width: 980px) {
	.cryptoNews ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.cryptoNews .bottomList li {
		width: calc(50% - 10px);
	}

	.cryptoNews .imageBlock img {
		height: 96px;
	}
}

/****** crypto news ends ******/


/****** cryptoLearn starts ******/
.cryptoLearn {
	margin-bottom: 50px;
	;
}

.cryptoLearn ul.pathShalaSlider {
	display: flex;
	/* justify-content: space-between; */
	gap: 20px;
	/* flex-wrap: wrap; */
}

.cryptoLearn ul li {
	position: relative;
	/* width: 440px; */
	width: 218px;
	margin-bottom: 20px;
}

.pathShalaSlider .slick-prev {background: url('https://images.moneycontrol.com/images/ms/mudrex/slideArrowLft.png')center center no-repeat;
    font-size: 0;
	background-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -21px;
    z-index: 1;
    top: 18%;}
	
.pathShalaSlider .slick-next {background:url('https://images.moneycontrol.com/images/ms/mudrex/slideArrowRgt.png')center center no-repeat;
		font-size: 0;
		background-size: 40px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin: 0;
		padding: 0;
		position: absolute;
		right: -9px;
		z-index: 1;
		top: 18%;}
.pathShalaSlider .slick-slide{margin:0 15px 0 0;}

.cryptoLearn .imageBlock {
	margin-bottom: 15px;
	/* width: 440px;
	height: 254px; */
	width: 218px;
	height: 122px;
	position: relative;
}

.cryptoLearn ul li .videoIcon {
	position: absolute;
	top: unset;
	right: 0;
	bottom: 0;
	left: unset;
	pointer-events: none;
	width: 54px;
	height: 54px;
}

.cryptoLearn ul li .imageBlock img {
	width: 100%;
	height: 122px;
	border-radius: 5px;
}

.cryptoLearn ul li .contentBlock .articleHeadling {
	font: 700 16px/20px "Lato", sans-serif;
	margin-bottom: 10px;
}

.cryptoLearn ul li .contentBlock .articleHeadling a {
	font: 700 16px/20px "Lato", sans-serif;
}

.cryptoLearn ul li .contentBlock a {
	font: 700 16px/20px "Lato", sans-serif;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.cryptoLearn .dateline {
	font: 400 12px/14px "Lato", sans-serif;
	color: #666666;
}

.pathShalaSlider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.cryptoLearn ul.slick-dots li{width: auto;}
.slick-dots button{background:rgba(0, 0, 0, 0.2);width: 7px;
    height: 7px;
    border-radius: 5px;}
.slick-dots li.slick-active button {
    background-color: #000;width: 20px;
    height: 7px;
    border-radius: 5px;
}

@media all and (max-width: 980px) {
	.cryptoLearn .imageBlock {
		width: 100%;
		height: 96px;
	}

	.cryptoLearn ul li .imageBlock img {
		height: 96px;
	}
	.pathShalaSlider .slick-prev{width: 26px;
		height: 26px;left: -11px;background-size: 30px;}
	.pathShalaSlider .slick-next{width: 26px;
		height: 26px;right: -11px;background-size: 30px;}
	.cryptoLearn ul li .videoIcon,.cryptoLearn ul li .videoIcon svg{width: 34px;
		height: 34px;}
	.pathShalaSlider .slick-slide{margin:0 10px;}
	.cryptoLearn ul li {
		margin-bottom: 0;
	}

	.cryptoNews .articleHeadling,
	.cryptoNews .articleHeadling a {
		line-height: 19px;
		font-size: 16px;
	}
}

/***** cryptoLearn ends ********/






/****** faq starts *******/
.faqSec {
	position: relative;
	z-index: 0;
}

.accordion_sec {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.accordion_sec .acc_card {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #DBDBDB;
}

.accordion_sec .acc_card .acc_title {
	color: #333;
	font: 700 20px/24px "Lato", sans-serif;
	cursor: pointer;
	padding-right: 40px;
	transition: 0.5s all ease;
}

.accordion_sec .acc_card .acc_title.active {
	font-weight: 700;
	margin-bottom: 0;
}

.accordion_sec .acc_card .acc_title:after {
	position: absolute;
	border: 10px solid transparent;
	transform: rotate(180deg);
	content: ' ';
	display: block;
	position: absolute;
	z-index: 2;
	border-bottom-color: #fff;
	right: 0px;
	top: 16px;
	z-index: 1;
	filter: drop-shadow(0px -2px 0px #999);
	width: 0;
	height: 0;
	padding: 0;
}

.accordion_sec .acc_card .acc_title.active:after {
	top: 32px;
	right: 25px;
	transform: rotate(0deg);
	border: 10px solid transparent;
	content: ' ';
	display: block;
	position: absolute;
	z-index: 2;
	border-bottom-color: #fff;
	right: 0px;
	top: 20px;
	z-index: 1;
	filter: drop-shadow(0px -2px 0px #999);
	width: 0;
	height: 0;
	padding: 0;
}

.accordion_sec .acc_panel {
	margin-top: 10px;
	display: none;
	font: 500 16px/24px "Lato", sans-serif;
	position: relative;
	color: #666;
	padding-right: 50px;
}

.accordion_sec .acc_panel ul {
	margin-left: 20px;
}

.accordion_sec .acc_panel ul li {
	font: 500 16px "Lato", sans-serif;
	margin-bottom: 10px;
	list-style: disc outside;
	color: #666666;
}

.accordion_sec .acc_panel ul li::marker {
	color: #F26322;
}

.accordion_sec.box_active {
	transition: 0.5s all ease;
}

.accordion_sec.box_active .acc_title {
	transition: 0.5s all ease;
}

.accordion_sec .acc_panel.active {
	display: block;
}


@media all and (max-width: 980px) {
	.accordion_sec .acc_card {
		padding: 10px 20px 10px 0px;
	}

	.accordion_sec .acc_card .acc_title {
		font-size: 16px;
		padding-right: 20px;
		line-height: 24px;
		;
	}

	.accordion_sec .acc_panel {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
		padding-right: 20px;
	}

	.accordion_sec .acc_card .acc_title.active:after {
		background-size: 100%;
	}

	.accordion_sec .acc_panel ul li {
		font-size: 14px;
		font-weight: 400;
	}


}

/****** faq ends *******/

/****** ad slot provision *******/
.addWrapper {
	display: block;
	margin: 30px auto;
	text-align: center;
}

.fixedAddWrapper {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
}

/* ============== Web Css End ============== */
@media all and (max-width: 1316px) {
	.mc_container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media all and (max-width: 980px) {
	main {
		font: 400 14px/20px 'Lora', serif;
	}

	.desk_view {
		display: none;
	}

	.mob_view {
		display: block;
	}

	.sec_title {
		font-size: 14px;
		line-height: 18px;
	}

	.advbanner_wrap {
		margin-bottom: 20px;
	}
}

.nw_breadcrumb {
	border-bottom: none !important;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
	color: #666;
	text-decoration: none !important;
}

.disp_tbl {
	display: table !important;
}

.countryName .dropdown-toggle {
	cursor: default;
}

.dflex2 {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.buyncc {
	background: #F2F2F2;
	border-radius: 3px;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	text-align: center;
	box-sizing: border-box;
	min-width: 95px;
	text-decoration: none;
	display: inline-flex;
	height: 33px;
	justify-content: center;
	align-items: center;
	line-height: 33px;
	padding: 0 5px;
	margin-top: 9px;
}

@media all and (max-width: 980px) {
	.buyncc {
		min-width: 75px;
		height: 30px;
	}

	.addWrapper {
		display: none;
	}

	.addWrapper.mob_view {
		display: block;
	}

	.fixedAddWrapper {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		text-align: center;
		margin: 0 auto;
	}

}

a:hover {
	cursor: pointer;
}

.cryptoTopSec {
	margin-bottom: 40px !important;
}

.cryptoMovers .secTitle {
	display: flex;
	justify-content: space-between;
	align-items: flex-end !important;
}

.advHead {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.advHead .rhs {
    position: relative;
    top: 2px;
}

.removeadtext {
    position: absolute;
    font: 400 10px / 16px 'Lato', sans-serif;
    color: #222222;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
}

