.freez-right-icon{
	max-width: 200px; 
	max-height: 100px;
}
.Strategy-tab-header{
	font-size: 16px !important;
}
.disclaimer-pms{
	padding: 18px 100px 18px 100px;
	background-color: #B4B4B4;
	color: #282828;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}
.topallowli{
		overflow: hidden;
		/*width: 220px !important;*/
	}
	.butnav{
		border:none !important;
		outline: none !important;
		cursor: pointer !important;
		/*transition: 0.3s !important;*/
		font-size: 9pt !important;
		width: 100% !important;
		color: #9d9ead !important;
		background-color: white !important;
		border-bottom: 1px #e7e7e7 solid !important;
		border-radius: 0px !important;
		font-size: 14px !important;
	}
	.butnav:hover {
	color:#ed1580 !important;
	border-bottom:2px #ed1580 solid !important;
	font-weight:600 !important;
	font-size: 11pt !important;

	}
	.btn-primary{
		background-color: #ED1164 !important;
		outline-style: none !important;
		border:none !important;
		box-shadow: 0px !important;
		font-size: 14px !important;
	}
	.btn-default{
		background-color: lightgray !important;
		font-size: 14px !important;
	}
	.btn-lg{
	  
	border-radius: 0.6rem;
	}

	/*.header-top{
		z-index: 1032;
	}
	.header-second-web{
		z-index:1031; 
	}*/
/*	.offcanvas{
		z-index: 1050;
	}*/
	.footer{
		position: absolute;
		z-index: 1033;
	}
	.returns-pos-color {
		color: #3D9C96;
	}
	.returns-neg-color {
		color: #EB0000;
	}

	.positive {
		color: #3D9C96;
	}
	.negative {
		color: red !important;
	}
	.butnav-hover {
		color: #ed1580 !important;
		border-bottom: 2px #ed1580 solid !important;
		font-weight: 600 !important;
		font-size: 11pt !important;
	}
	.leftpart_bottom{
		background-color: #F9F9F9;
		padding: 35px;
		padding-right: 90px;
		padding-top: 125px;
		height: 650px;
		position: fixed;
		right: 0;
		top: 96px;
		z-index: 1000;
	}
	.card_return_desktop{
		border: none;
		height: 115px;
		width: 250px;"  
	}
	.card-body_return_desktop{
		padding: 12px;
		padding-top: 0px
	}
	.hidecard_for_desk{
		display: none;
	}
	.topcontainer{
		padding: 0rem 3rem 2rem 3rem;
	}
	 .scheme_detail_card{
		border-radius: 10px;
		height: 80px;
		width: 160px;
		background-color: #F1F4F7;
		border:none;
	}
	.back_airow{
		width: 3.333333%;
	}


	.canvasjs-chart-credit{
		display: none;
	}

	.hideLinesContent
	{
		line-height: 18px;
  		max-height: 54px; /* line-height * 3 */
  		overflow: hidden;
	}
	/*@media screen and (orientation:landscape) {
	   canvas {
	     width: 100%;
	     rotate: 400deg;
	   }
	}*/

	.mt-get-btn{
		margin-top:3rem !important;
	}

	@media only screen and (max-width: 760px),
	(min-device-width: 761px) and (max-device-width: 1024px)  {



		.mt-get-btn{
			margin-top: 0px !important;
		}
		#chartView{
			rotate: 90deg;
			display: none  !important;
		}

		#tableView{
			display: block  !important;
		}


		.disclaimer-pms{
			padding: 12px 0px 10px 10px;;
			text-align: center;
		}
		.freez-right-icon{
			max-width: 170px; 
			max-height: 100px;
		}
		.Strategy-tab-header{
			font-size: 14px !important;
		}
		.leftpart_bottom{
			height: 230px; 
			position: sticky;
			bottom: 10px;
			padding-top: 5px;
			padding-left:10px;
			padding-right: 10px;
			padding-bottom: 20px;
			}
			.row_bottom{
				width: auto !important;
			}
			.mobile_logo{
			 display: none;
			}
			.hidecard_for_mobile{
				display: none;
			}
			.hidecard_for_desk{
				display: block;
			}
			.hidebtn_for_desk{
				display: none;
			}
			.topcontainer{
				padding: 0px;
				padding-top: 10px;
			}
			.row_bottom_fix{
				margin-bottom: 0px;
			}
			.scheme_detail_card{
				width: 150px;
			}
			.row{
				/*padding-right: calc(var(--bs-gutter-x) * .0);*/
				--bs-gutter-x: -2.0rem;
				--bs-gutter-x: 0rem !important;
			}
			.back_airow{
				width: 7.333333%;
			}
	}