body{
	padding: 0;
	margin: 0;
}
.hero-first-slider {
    display:block;
}
.hero-first-slider .click-by-prssb{
    display:flex;
    justify-content:center;
}
.hero-first-slider h3{
    text-align:center;
    font-size:20px;
    font-weight: bold;
    line-height: 30px;
    color:#444;
    margin-bottom:1rem;
}
.one-click {
    display:flex;
    justify-content:center;
}
.one-click span{
        font-size: 21px;
    padding-left: 0.5rem;
    color: #333;
}
.mobile-app-links ul{
    list-style-type:none;
    display:flex;
    justify-content:center;
    margin-bottom:0;
    margin-top:1.5rem;
}
.mr-right{
    margin-right:0.5rem;
}
.blinking{
    animation:blinkingText 0.4s infinite;
}
@keyframes blinkingText{
    0%{     color: #363794;    }
    49%{    color: #ea8319; }
    50%{    color:#363794; }
    99%{    color: #363794; }
    100%{   color: #363794;    }
}
.attention-block{
	display: flex;
	width: 100%;
	padding-left: 0px;
	padding-right: 15px;
	background: #fff;
}
.attention-block-alpha
{
	padding-left: 15px;
	min-width: 175px;
	background-color: #ffb41f;
}
.attention-block-alpha h6{
	font-size: 15px;
	color: #1d2437;
	margin-bottom: 0;
	padding-top: 0rem;
	margin-top: 0.75rem;
	margin-bottom: 0.85rem;
	font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
}
.attention-block-beta marquee{
	font-size: 13px;
	color: #1d2437;
	padding-top: 10px;
}
.boldtext {
    color:#010101 !important;
    font-weight:bold !important;
}
.toppadding82 {
    padding-top:85px !important;
}
.toppadding {
    padding-top:82px !important;
}
.youtybe-video {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.video-inner {
	width: 32%;
    /*width: 48.5%;*/
	float: left;
	/*margin-right: 30px;*/
	margin-top: 33px;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

	.video-inner:nth-child(2n) {
		margin-right: 0;
	}

	.video-inner:hover {
		/*box-shadow: 1px 1px 15px #5a5a5a;*/
	}
/*.hero-banner-slider .slick-list{margin:0 10px !important;}*/
.equity_gain_los_table_wrap {
    /*border: 1px solid #e3e3e3 !important;*/
    border-radius: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
}
.header-block{
	background: #fff;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 0 5px 2px #eee;
    -moz-box-shadow: 0 0 5px 2px #eee;
    box-shadow: 0 0 5px 2px #eee;
    width: 100%;
}
.header-block{
	position: fixed;
	top: 0;
}
.quick-links-top{
	float: right;
	text-align: right;
}
.navbar-links
{
	float: right;
	width: 100%;
	display: block;
}
.navbar-links .navbar-nav{
	
}
.menu-link
{
	display: block;
	width: 100%;
}
.navbar-links
{
	margin-top: 0.6rem;
}
.det
{
    margin-left:15px;
}
.get{
transform: rotate(270deg);
}
.quick-links-top ul
{
	padding: 0;
	margin: 0;
	width: 100%;
	float:left;
}
.quick-links-top ul li{
	list-style-type: none;
	display: inline-block;
	/*padding-top: 5px;*/
	float:left;
}
.quick-links-top ul li a{
	color: #fff;
	font-size: 13px !important;
	text-transform: uppercase;
	padding: 0.25rem 0.5rem;
    display: block;
    /*border-radius: 0.9rem;*/
	border-bottom: 1px solid #000 !important;
}
.quick-links-top ul li:nth-of-type(1) a{
	background-color: #cb0100;
	margin-right:5px;
    border-radius:5px;
}
.quick-links-top ul li:nth-of-type(1) a img{
	margin-right: 1rem;
	margin-top: -5px;
}
.quick-links-top ul li:nth-of-type(2) a img.lock{
	margin-right: 1rem;
}
.quick-links-top ul li:nth-of-type(2) a
{
	background-color: #3e3e3e;
}
.navbar-links a
{
	font-size: 15px;
	color: #010101;
	padding-bottom: 0;
	font-weight: 500;
}
.navbar-links a.active{
	border-bottom: 1px solid #cb0100;
}
header nav.navbar{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.slick-next:before, .slick-prev:before
{
        color: #cb0100 !important;
        background-color:white!important;
}
.hero-banner{
	display: block;
	width: 100%;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	/*padding-top: 3rem;
	padding-bottom: 3rem;*/
} 
.hero-banner h1
{
	font-size: 30px;
	color: #d00604;
}
.hero-banner h1 span{
	background-color: #fff;
	font-weight: bold;
	display: block;
	padding: 1rem 1.5rem;
	margin: 0 auto;
	width: 400px;
}
.hero-banner h1 span small
{
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}
.hero-banner-slider h5
{
	text-align: center;
	color: #444;
	font-size: 17px;
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.hero-banner-slider h5>span{
	position: relative;
}
.hero-banner-slider h5>span:after{
	content: '';
	width: 100px;
	height: 1px;
	position: absolute;
	left: -106px;
    bottom: 9px;
	background-color: #444;
}
.hero-banner-slider h5>span:before{
	content: '';
	width: 100px;
	height: 1px;
	position: absolute;
	right: -106px;
    bottom: 9px;
	background-color: #444;
}
.operation-block
{
	display: block;
	width: 100%;
	float: left;
}
.operation-block img
{
	display: block;
	margin: 0 auto;
}
.operation-block h5
{
	font-size: 28px;
	color: #d00604;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0.75rem;
}

.operation-block p
{
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.opration-client,
.branches-client,
.app-download-client
{
	width: 33%;
	display: block;
	float: left;
}
.autocomplete_completionListElement{visibility:hidden;margin:0px !important;background-color:inherit;color:#FFFFFF;border:buttonshadow;border-width:1px;border-style:solid;cursor:'default';overflow:auto;height:200px;text-align:left;list-style-type:none;}
.autocomplete_listItem{background-color:#F5F5F5;color:#424242;padding-left:1px;}
.autocomplete_highlightedListItem{background-color:#005529;color:#424242;}
.completionListElement{padding-left:1px;background-color:#F5F5F5;visibility:hidden;margin:0px!important;border:buttonshadow;border-width:1px;border-style:solid;cursor:'default';overflow:auto;text-align:left;list-style-type:none;color:#cb0100;font-family:Arial;font-size:11px;z-index:100001;}
.listItem{color:#424242;font-family:Arial;font-size:11px;padding-left:1px;}
.highlightedListItem{color:#424242;font-family:Arial;font-size:11px;background-color:#B8B8B8;padding-left:1px;}
.CompText{font-family:Arial;font-weight:bold;font-size:14px;color:#E02410;}
.div_font{font-size:12px;font-weight:normal;}
.product-block
{
	background-color: #f3f3f3;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
img.product-hr-line{
	display: block;
	margin: 0 auto;
}
.product-block h2
{
	font-size: 35px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.product-inner-block
{
	display: block;
	float: left;
	width: 100%;
}
.product-inner-block h5
{
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
}
.product-inner-each
{
	width: 96% !important ;
	margin-right: 1%;
	float: left;
	padding: 0.5rem 1rem;
	background: #fff;
	border:1px solid #ddd;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
    border-radius:0.5rem;
    -webkit-box-shadow: 0 0 5px 2px #ddd;
    -moz-box-shadow: 0 0 5px 2px #ddd;
    box-shadow: 0 0 5px 2px #ddd;
    transition: 0.3s ease-in-out;
    /*height:152px;*/
}
.product-inner-each:hover{
    -webkit-box-shadow: 0 0 10px 2px #b1b1b1;
    -moz-box-shadow: 0 0 10px 2px #b1b1b1;
    box-shadow: 0 0 10px 2px #b1b1b1;
}
.product-inner-each p{
    min-height:120px;
}
.slick-next, .slick-prev
{
    opacity:1;
}
.product-inner-block .slick-next.slick-disabled:before, 
.product-inner-block .slick-prev.slick-disabled:before {
    opacity:1;    
}
.product-inner-block .slick-next
{
    right:-15px;
}
.product-inner-each img
{
	margin-top: 1rem;
    margin-left:1rem;
    margin:0 auto;
}
.product-inner-each:nth-last-of-type(1).product-inner-each{
	margin-right: 0;
}
.product-inner-each-hover{
	display: none;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease-in-out;
}
.product-inner-each-hover p
{
	line-height: 20px;
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 0;
}
.product-inner-each-hover a i
{
	transform: rotate(270deg);
	color: #fff;
	text-align: center;
}
.product-inner-each:hover .product-inner-each-hover
{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #d00604;
	color: #fff;
}
.justify {
	text-align:justify;
}
/*Gopal Start*/
.product-inner-each1
{
	/*width: 15.8%;*/
	margin-right: 1%;
	float: left;
	/*padding: 0.5rem 1rem;*/
	background: #fff;
	border:1px solid #ddd;
	/*text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1rem;*/
	position: relative;
	padding: 1.5rem;
	border: 1px solid #cb0101;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.6rem;
	transition: all 0.3s ease-in-out;
}
.product-inner-each1 p
{	
	text-align:justify !important;	
}
.product-inner-each1 img
{
	margin-top: 1rem;
}
.product-inner-each1:nth-last-of-type(1).product-inner-each1{
	margin-right: 0;
}
.product-inner-each1-hover{
	display: none;
	border-radius: 0.6rem;
	transition: all 0.3s ease-in-out;
}
.product-inner-each1-hover p
{
	line-height: 20px;
	font-size: 15px;
	font-weight: lighter;
	margin: 20px !important;
	text-align:justify;
}
.product-inner-each1-hover a i
{
	transform: rotate(270deg);
	color: #fff;
	text-align: center;
}
.product-inner-each1:hover .product-inner-each1-hover
{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #d00604;
	color: #fff;
}
/*Gopal end*/
.open-demat
{
	display: flex;
	width: 100%;
	box-shadow: 0 0 5px 3px #ddd;
	-moz-box-shadow: 0 0 5px 3px #ddd;
	-webkit-box-shadow: 0 0 5px 3px #ddd;
	padding: 1rem 1rem 0 1rem;
	border-top:4px solid #d00604;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	margin-top: -4rem;
}
.open-deamt-alpha
{
	width: 65%;
	text-transform: uppercase;
}
.open-deamt-beta{
	width: 35%;
}
.open-deamt-alpha h2{
	font-size: 26px;
	color: #000;
	margin-bottom: 0;
}
.open-deamt-alpha span
{
	/*width: 295px;*/
	/*width: 320px !important;
    text-align: right;*/
    display: inline-block;
}
.open-deamt-alpha a
{
	/*font-size: 11px;*/
	font-size: 15px;
	color: #cb0100;
	display: inherit;
	float:left !important;
}
.open-deamt-alpha a b
{
	/*font-size: 11px;*/
	padding-left: 10px !important;
	font-size: 15px;
	color: #cb0100;
	float:left !important;
	display: inherit;
}
.invest-know-more,
.invest-ipo{
	border: 1px solid #ddd;
}
.invest-ipo{
	/*margin-top: 1rem;
	margin-top: 21px;*/
	margin-top: 18px;
	padding: 1rem 1rem 0 1rem;
}
.invest-know-more .row
{
	align-items: center;
}
.invest-know-more.demat-amc .row{
	margin-bottom: 0;
	align-items: flex-end;
}
.invest-know-more.demat-amc a{
	font-size: 18px;
	color: #fff;
	background: #cb0100;
	padding: 0.35rem 1.5rem;
    display: inline-block;
}
.invest-ipo .row
{
	align-items: flex-end;
}
.invest-ipo h5
{
	font-size: 16px;
	color: #000;
	line-height: 20px;
}
.invest-know-more h5,
.invest-know-more h5 a
{
	font-size: 18px;
	color: #e41717;
	font-weight: normal;
}
.invest-know-more h5 a span{
	border-bottom: 2px solid #555555;
}
.open-demat-steps{
	display: block;
	width: 80%;
	margin-left: 10%;
}
.open-deamt-inner-top{
	display: block;
	width: 100%;
	margin-bottom: 0rem;
}
.mobile-app-img{
	width: 30%;
	display: inline-block;
}
.mobile-app-img img {
	height:100px;
	width:100px;
}
.invest-know-more img {
	height:130px;
}
.invest-know-more a > img {
	height:auto;
}
.mobile-app-block{
	width: 68%;
	position: relative;
	display: inline-block;
}
.open-deamt-inner-top .mobile-app-block:after{
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #cb0100;
    width: 105%;
    left: -10%;
}
.open-deamt-inner-bottom .mobile-app-block:after{
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #cb0100;
    width: 85%;
    right: -10%;	
}
.open-deamt-inner-top .mobile-app-block:before{
	content: '';
	width: 12px;
	height: 10px;
	background-color: #cb0100;
	position: absolute;
    right: 1%;
    bottom: -4px;
}
.open-deamt-inner-bottom .mobile-app-block:before{
	content: '';
	width: 12px;
	height: 10px;
	background-color: #cb0100;
	position: absolute;
    left: 23%;
    bottom: -4px;
}
.open-deamt-inner-bottom
{
	text-align: right;
	/*margin-bottom:1rem;*/ 
	margin-bottom:10px !important; 
}
.open-deamt-beta a
{
	background-image: url(../images/btn-bg.png);
	background-size: cover;
	font-size: 14px;
	color: #fff;
	padding: 0.5rem;
    display: inline-block;
    border-radius: 0.5rem;
    width: 144px;
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.demat-account-block
{
	display: block;
	width: 100%;
	padding-top: 30px;
}
.demat-account-block h3>span{
	font-weight: bold;
	font-size: 22px;
	color: #cb0100;
	text-transform: uppercase;
}
.demat-account-block h4
{
	font-size: 28px;
	color: #cb0100;
	font-weight: bold;
}
.demat-account-block h6
{
	font-size: 1rem;
	color: #333333;
}
.events-who-we
{
	display: block;
	width: 100%;
	padding-top: 5rem;
}
.sub-heading
{
	display: block;
	margin-bottom: 1rem;
}
.sub-heading h3
{
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.sub-heading img
{
	display: block;
	margin: 0 auto;
}
.listmenus ul {
	margin:0 !important;
    padding:0;
}
.aligntop {
    vertical-align:top !important;
}
.pagetop {
    padding-top:116px !important;
}
.listmenus ul li{list-style-type:none;float: left;width: 16.66%;color: white;border-right: 1px solid white;text-align: center;background-color: #cb0100;padding: 7px;}
.listmenus ul li a{color:White !important;text-decoration:none; font-size:14px;}
.listmenus ul li a :hover{color:White !important;text-decoration:none;}
.get-in-touch a, .teliphone-no, .teliphone-no:hover{
    /*font-family: 'Open-Sans-semibold';*/
    font-weight: 400;
	line-height: 1.5;
    font-size: 15px;
    color: #f6f6f6;
}
.get-in-touch-block
{
	display: block;
	width: 100%;
	margin-top: 0rem;
	margin-bottom: 3rem;
    background-color: #f3f3f3 !important;
}
.get-in-touch-form
{
	display: block;
	width: 100%;
	float: left;
	padding: 1rem  1rem  0.0rem  1rem;
}
.get-in-touch-w {
	width:100%;
	margin-bottom:5px;
}
.get-in-touch-w input
{
	width: 100%;
	padding: 0.25rem 0.5rem;
	border-radius: 0.35rem;
    box-shadow: none;
    border: 1px solid #ddd;
}
.get-in-touch-w30
{
	width: 49%;
	float: left;
	margin-right: 1%;
}
/*.get-in-touch-w30.rmv-m-right{
	margin-right: 0;
	width: 32%;
}*/
/*.get-in-touch-w60
{
	width: 67%;
	margin-right: 1%;	
	float: left;
}*/

.get-in-touch-w30.rmv-m-right button{
	background-image: url(../images/btn-bg.png);
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
    background-size: cover;
    border-radius: 0.5rem;
}
.get-in-touch-w30.rmv-m-right a
{
	font-size: 12px;
    color: #0453be;
    text-decoration: none;
    float: right;
    margin-top: 0.5rem;
}
.get-in-touch-w30 input,
.get-in-touch-w60 input{
	width: 100%;
	padding: 0.25rem 0.5rem;
	margin-bottom: 1rem;
	border-radius: 0.35rem;
    box-shadow: none;
    border: 1px solid #ddd;
}
.get-in-touch-w30.rmv-m-right.mr-btm-no input,
.get-in-touch-w60.mr-btm-no input{
	margin-bottom: 0;   
}
.submit{
	background-image: url(../images/btn-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
    background-size: cover;
    border-radius: 0.5rem;
    width: 90px !important;
    border: none !important;
}
.submitinvest{
	background-image: url(../images/btn-bg.png);
	background-repeat: no-repeat;
	color: #fff !important;
	padding: 0.25rem 1rem !important;
	text-transform: uppercase;
    background-size: cover;
    border-radius: 0.5rem !important;
    width: 85% !important;
    border: none !important;
}
.partner{
	display: inline-block;
	background-image: url(../images/btn-bg.png) !important;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background-size: 100% 100%;
	border-radius: 0.5rem;
	font-size: 16px;
	text-transform: uppercase;
	/*background-image: url(../images/btn-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
    background-size: cover;
    border-radius: 0.5rem;
    width: 100% !important;
    border: none !important;*/
}
.Contactsubmit {
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    background-size: cover;
    border-radius: 0.5rem;
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
}
.market-block
{
	display: block;
	width: 100%;
	padding-top: 4rem;
}
.testimonial-awards-block{
	display: block;
	width: 100%;
	padding-top: 3rem;
}
.heading-block
{
	display: block;
	margin-bottom: 1rem;
}
.heading-download{
	/*margin-top: 3rem;*/
	margin-bottom: 1rem;
}
.heading-block.rm-margin-btm{
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.heading-block h3
{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.heading-block h3 a, .tel, .tel:hover
{
    font-size: 18px;
	color: #fff;
	background: #cb0100;
	padding: 0.35rem 1.5rem;
    display: inline-block;
	/*font-size: 20px;
	font-weight: bold;
	color: white !important;
	text-align: center;
	width: 100%;
	background-color: #cb0100;
	border-radius: 6px;
	padding: 4px 6px;*/
}

.heading-block img.hr-border-center
{
	display: block;
	margin: 0 auto;
}
.market-daywise-data
{
	display: block;
	width: 100%;
	float: left;
	margin-top: 1rem;
}
.market-date
{
	width: 27%;
	float: left;
}
.market-high-low
{
	width: 43%;
	float: left;
	padding-left: 1rem;
	padding-right: 1rem;
}
.date-condition
{
	width: 29%;
	float: left;
	margin-left: 1%;
}
.date-condition-alpha
{
	display: block;
	width: 20%;
	float: left;
}
.date-condition-beta
{
	display: block;
	width: 80%;
	float: left;
}
.date-condition-beta h4
{
	font-size: 19px;
	color: #1e1e1e;
	font-weight: bold;
	margin-bottom: 0;
}
.date-condition-beta span
{
	font-size: 14px;
}
.date-condition-beta p
{
	font-size: 14px;
	color: #1e1e1e;
}
.market-date ul,
.market-high-low ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.market-date ul li
{
	display: inline-block;
}
.market-date ul li a{
	border: 1px solid #ddd;
	padding: 0.125rem 0.25rem;
    display: inline-block;
    font-size: 14px;
    color: #444444;
}
.market-date ul li a.active
{
	background-color: #cb0100;
	color: #fff;
}
.market-high-low ul li
{
	display: inline-block;
	width: 49%;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}
.market-high-low ul li span{
	font-weight: normal;
}
.top-gainer-loser ul.nav-tabs .nav-item,
.market-data-block ul.nav-tabs .nav-item{
	margin-bottom: 0;
	font-weight: bold;
}
.top-gainer-loser ul.nav.nav-tabs li a,
.market-data-block ul.nav-tabs li a
{
	font-size: 1rem;
	color: #939090;
}
.top-gainer-loser ul.nav.nav-tabs li a.nav-link.active,
.market-data-block ul.nav-tabs li a.nav-link.active
{
	/*color: #1e1e1e;*/
    color: #fff !important;
    background-color: #cb0100 !important;
    border-color: #cb0100 !important;
}
.top-gainer-loser .table
{
	margin-bottom: 0;
}
ul.top-gainer-market
{
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}
ul.top-gainer-market li a
{
	color: #4a4a4a;
	font-size: 14px;
	padding:0.5rem 0.8rem;
	display: block;
}
ul.top-gainer-market li a.active{
	color: #cb0100;
}
.top-gainer-loser table thead tr th{
	font-size: 14px;
	color: #000;
	padding: 0.5rem;
	font-weight: normal;
	border-bottom: none;
}
.top-gainer-loser table thead tr th:nth-last-of-type(1),
.top-gainer-loser table tbody tr td:nth-last-of-type(1){
	text-align: right;
}
.top-gainer-loser table tbody tr td
{
	font-size: 14px;
	color: #636363;
	padding: 0.5rem;
}
.text-green
{
	color: #159400;
}
.text-red{
	color: #cb0100 !important;
}
.text-blue{
	color: #0000FF !important;
}
.market-news
{
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}
.market-news span.view-more{
	display: flex;
	font-size: 11px;
	text-transform: uppercase;
	justify-content: flex-end;
}
.market-news h5
{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.market-news ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.market-news ul li
{
	width: 49%;
	background-color: #f0f0f0;
	display: inline-block;
	margin-bottom: 0.75rem;
}
.market-news ul li:nth-of-type(even)
{
	margin-left: 1%;
}
.market-news ul li a{
	font-size: 14px;
	/*padding-left: 2rem;*/
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	/*display: block;
	position: relative;*/
}
.market-news ul li a:before
{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #cb0100;
	/*display: inline-block;
	position: absolute;*/
	left: 18px;
	top: 13px;
}
.testimonial-awards-block h4
{
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.testimonial-awards-block .slick-dots li button::before,
.our-events-slider .slick-dots li button::before,
.hero-banner-slider .slick-dots li button:before
{
	content: '';
	width: 25px;
    height: 6px;
    background-color: #e3e1e1;
    border-radius: 0.25rem;
    opacity: 1;
}
.testimonial-awards-block .slick-dots li.slick-active button:before,
.our-events-slider .slick-dots li.slick-active button:before,
.hero-banner-slider .slick-dots li.slick-active button:before
{
	background: #d40100;
}
.testimonial-each
{
	border:1px solid #ddd;
	text-align: center;
	padding: 1rem;
}
.testimonial-each img
{
	display: block;
	margin: 1rem auto;
}
.testimonial-each h4
{
	font-size: 15px;
	color: #2d2d2d;
	font-weight: normal;
	min-height: 108px;
}
.testimonial-each h6
{
	font-size: 14px;
	color: #444;
	line-height: 22px;
	margin-top: 1rem;
	min-height:44px;
}
.awards-slider h4
{
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	color: #000;
	font-weight: normal;
	margin-left: 0rem;
    margin-bottom: 1rem;
}
.awards-slider h4>strong{
	color: #d14343;
}
img.hr-line{
	display: block;
	margin: 0 auto 1rem;
}
.footer-block{
	background-color: #252525;
	padding-top: 1.5rem;
	padding-bottom: 0rem;
}
.footer-block hr
{
	margin-top: 0.5rem;
	border-top: 1px solid rgba(232, 226, 226, 0.5);
}
.footer-block ul{
	padding: 0;
	margin: 0;
}
.footer-block ul li a
{
	color: #e2e2e2;
	font-size: 15px;
}
.footer-block ul li strong,
.footer-block h5{
	font-size: 1rem;
	text-transform: uppercase;
	/*margin-bottom: 1rem;*/
	color: #d02423;
	font-weight: bold;
}
.footer-block select{
	/*width: 153px;*/
	width: 80px;
	background: none;
	color: #fff;
	padding: 0.125rem 0.25rem;
}
.footer-block select option{
	background-color: #252525;
}
.get-in-touch p
{
	font-size:15px; 
	color:#f6f6f6;
}
.get-in-touch ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.get-in-touch ul li {
	display: inline-block;
}
.get-in-touch ul li a
{
	background: #363636;
	border-radius: 0.35rem;
	padding: 0.25rem;
	font-size: 20px;
	    width: 35px;
    display: inline-block;
    text-align: center;
}
.get-in-touch ul li:nth-of-type(1) a{
	color: #1976d2;
}
.get-in-touch ul li:nth-of-type(2) a{
	color: #03a9f4;
}
.get-in-touch ul li:nth-of-type(3) a{
	color: #0077b5;
}
.get-in-touch ul li:nth-of-type(5) a
{
	color: #ff0000;
}
.map-store
{
	margin-top: 2.5rem;
}
ul.store-block 
{
	padding: 0;
	margin: 3rem 0 0;
	display: block;
}
ul.store-block li
{
	list-style-type: none;
	display: inline-block;
}
ul.store-block li a{
	display: block;
}
.copy-right-block p
{
	font-size: 16px;
	color: #fff;
}
.copy-right-block p>a{
	color: #fff;
}
.show-769 {
    display: none;
}
.hide-769 {
    display: block !important;
}
/*responsive*/
.show-991 {
    display: none;
}
.hide-991 {
    display: block !important;
}
.navbar.navbar-expand-md.ie-header-new{
    display:block;
}
@media (max-width:991px){
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
    .DesktopBody {
        background-color: rgba(0,0,0,.4);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .show-991 {
        display: block;
    }
    .hide-991 {
        display: none !important;
    }
    .mobile-menu .menu-hide{
        position: fixed;
        height: 100%;
        width: 320px;
        left: auto;
        top: 0;
        overflow: auto;
        right: -767px;
        background: #cb0100;
        padding: 0;
        margin: 0;
        z-index: 2;
        transition: all 0.6s ease-in-out;
    }
    .mobile-menu .menu-open{
        right: 0;
        transition: all 0.6s ease-in-out;
    }
    .menu-bar {
        float: right;
        padding-top: 4%;
        color: #cb0100;
        font-size: 33px;
    }
    .menu-hide ul li a {
        color: #fff;
        padding: 0px 0px;
        display: block;
        text-align: left;
    }
    .menu-hide ul {
        margin-top: 40px;
    }
    .HemburgerIconCLick-close {
        color: #fff;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 0;
        display: block;
        float: right;
        padding: 8px 20px;
    }
    .menu-hide ul li {
        color: #fff;
        padding: 8px 10px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #cdc3c3;
        margin: 0 19px;
    }
    .mob-sub-menu li:last-child {
        border-bottom: none;
    }
    .mob-sub-menu {
        margin-top: 0 !important;
        background-color: #920605;
        border-radius: 4px;
    }
    .mob-sub-menu li {
        position: relative;
        padding-left: 20px;
    }
    .mob-sub-menu li:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0px;
        top: 18px;
        border-radius: 50px;
    }
    .mob-sub-menu {
        display: none;
    } 
    .sub-menu-click:after {
        content: '\f067';
        font-family: FontAwesome;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .sub-menu-click, .plus {
        position: relative;
    }
    .plus:after {
        content: '\f068';
        font-family: FontAwesome;
        position: absolute;
        top: 5px;
        right: 8px;
    }   
}
@media(min-width:1025px) and (max-width:1199px){
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
	.header-block .navbar-brand{
		width: calc(100% - 30px);
	}
	.menu-bar
	{
		width: 29px;
	}
	.product-block{
		padding-top: 1rem;
	}
	.product-block h2{
		font-size: 27px;
	}
	.product-inner-block h5
	{
		font-size: 16px;
	}
	.operation-block h5
	{
		font-size: 21px;
	}
	.hero-banner-slider h5
	{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.open-deamt-beta a
	{
		width: 138px;
		margin-right: 0.5rem;
	}
	.invest-know-more.demat-amc a{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		font-size: 16px;
	}
}
@media(min-width:992px) and (max-width:1024px){
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
	.header-block .navbar-brand{
		width: calc(100% - 30px);
	}

	.menu-bar
	{
		width: 29px;
	}
	.product-block h2{
		font-size: 27px;
	}
	.product-block
	{
		padding-top: 1rem;
	}
	.product-inner-block h5
	{
		font-size: 16px;
	}
	.open-deamt-beta a
	{
		margin-right: 0.5rem;
	}
	.invest-know-more.demat-amc a
	{
		font-size: 16px;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.hero-banner h1 span
	{
		width: 100%;
	}
}



@media(min-width:768px) and (max-width:991px){
    .hero-first-slider h3 {
        font-size:18px;
    }
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
	.header-block{
		position: relative;
	}
	.header-block .navbar-brand{
		width: calc(100% - 30px);
	}
	.menu-bar
	{
		width: 29px;
	}
	.hero-banner h1
	{
		font-size: 21px;
	}
	.hero-banner-slider h5>span:after
	{
		width: 55px;
		left: -65px;
	}
	.hero-banner-slider h5>span:before
	{
		width: 55px;
		right: -65px;
	}
	.hero-banner h1 span
	{
		width: 100%;
	}
	.operation-block h5
	{
		font-size: 21px;
	}
	.product-block h2
	{
		font-size: 28px;
	}
	.product-inner-each
	{
		width: 31.8%;
	}
	.get-in-touch ul li a
	{
		margin-bottom: 0.5rem;
	}
	.events-who-we{
		padding-top: 3rem;
	}
	.market-block{
		padding-top: 0;
	}
	.testimonial-awards-block
	{
		padding-top: 1rem;
	}
}
@media (max-width:769px){
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
    .DesktopBody {
        background-color: rgba(0,0,0,.4);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .show-769 {
        display: block;
    }
    .hide-769 {
        display: none !important;
    }
    .mobile-menu .menu-hide{
        position: fixed;
        height: 100%;
        width: 320px;
        left: auto;
        top: 0;
        overflow: auto;
        right: -767px;
        background: #cb0100;
        padding: 0;
        margin: 0;
        z-index: 2;
        transition: all 0.8s ease-in-out;
    }
    .mobile-menu .menu-open{
        right: 0;
        transition: all 0.8s ease-in-out;
    }
    .menu-bar {
        float: right;
        padding-top: 4%;
        color: #cb0100;
        font-size: 33px;
    }
    .menu-hide ul li a {
        color: #fff;
        padding: 0px 0px;
        display: block;
        text-align: left;
    }
    .menu-hide ul {
        margin-top: 40px;
    }
    .HemburgerIconCLick-close {
        color: #fff;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 0;
        display: block;
        float: right;
        padding: 8px 20px;
    }
    .menu-hide ul li {
        color: #fff;
        padding: 8px 10px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #cdc3c3;
        margin: 0 19px;
    }
    .mob-sub-menu li:last-child {
        border-bottom: none;
    }
    .mob-sub-menu {
        margin-top: 0 !important;
        background-color: #920605;
        border-radius: 4px;
    }
    .mob-sub-menu li {
        position: relative;
        padding-left: 20px;
    }
    .mob-sub-menu li:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0px;
        top: 18px;
        border-radius: 50px;
    }
    .mob-sub-menu {
        display: none;
    }
    .sub-menu-click:after {
        content: '\f067';
        font-family: FontAwesome;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .sub-menu-click, .plus {
        position: relative;
    }
    .plus:after {
        content: '\f068';
        font-family: FontAwesome;
        position: absolute;
        top: 5px;
        right: 8px;
    }   
}
@media(min-width:576px) and (max-width:767px){
    .hero-first-slider h3 {
        font-size:18px;
    }
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
    .listmenus ul li{
        padding: 7px 2px;
        min-height: 62px;
        width:16.66% !important;
    }
    .listmenus ul li:first-child {
        width: 10% !important;
    }
    .listmenus ul li:last-child {
        width: 23% !important;
    }
    .listmenus ul li a{
        font-size:13px;
    }
    .content{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .video-inner .h-100 {
        height: auto !important;
    }
    .product-inner-each img{
        margin-left: auto;
        margin-right: auto;
    }
    .open-deamt-beta a{
        width:100%;
    }
    .open-deamt-beta a:nth-child(even){
        margin-right:0;
    }
    .listmenus ul li {
        width:33.33%;
        border-bottom:1px solid #fff;
    }
    .product-inner-block .slick-next {
        right:-5px;
    }
    .product-inner-block .slick-prev {
        left:-15px;
        z-index:1;
    }
	.header-block{
		position: relative;
	}
    .get-in-touch-w30 {
    width:50%;
    }

	.header-block .navbar-brand{
		width: calc(100% - 45px);
	}
	.menu-bar
	{
		width: 29px;
	}
	.hero-banner h1 span
	{
		width: 300px;
	}
	.hero-banner h1
	{
		font-size: 22px;
	}
	.hero-banner-slider h5>span:after
	{
		width: 55px;
		left: -65px;
	}
	.hero-banner-slider h5>span:before
	{
		width: 55px;
		right: -65px;
	}
	.hero-banner-slider h5
	{
		margin-top: 0.5rem;
	}
	.operation-block h5
	{
		font-size: 19px;
	}
	.operation-block p
	{
		font-size: 14px;
	}
	.hero-banner
	{
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.product-block h2
	{
		font-size: 26px;
	}
	.product-block
	{
		padding-top: 1rem;
	}
	.product-inner-each
	{
		width: 31.8%;
	}
	.product-inner-block h5
	{
		font-size: 15px;
	}
	.open-deamt-alpha h2
	{
		font-size: 21px;
	}
	.invest-know-more.demat-amc a
	{
		font-size: 16px;
	}
	.invest-know-more
	{
		margin-bottom: 1rem
	}
	.market-block{
		padding-top: 0rem;
	}
	.events-who-we{
		padding-top: 2rem;
	}
}

.hide-below-575{
	display: block;
}
.show-below-575{
	display: none;
}
@media(min-width:320px) and (max-width:575px){
    .hero-first-slider h3 {
        font-size:16px;
    }
    .listmenus ul li{
        padding: 7px 2px !important;
        min-height: 62px;
        width:16.66% !important;
    }
    .listmenus ul li:first-child {
        width: 10% !important;
    }
    .listmenus ul li:last-child {
        width: 23% !important;
    }
    .listmenus ul li a{
        font-size:13px;
    }
    .content{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .our-events-slider .slick-track,
    .awards-slider .slick-track,
    .hero-banner-slider .slick-track,
    .testimonial-slider .slick-track {
        margin-left: 0 !important;
    }
    .open-deamt-beta a{
        width:46%;
    }
    .open-deamt-beta a:nth-child(even){
        margin-right:0;
    }
    .video-inner .h-100 {
        height: auto !important;
    }
    .hide-below-575{
		display: none;
	}
	.show-below-575{
		display: block;
        text-transform:uppercase;
	}
	/*prssb logo code*/
	.nav-logo-beta span {
	    white-space: initial;
	    font-size: 17px;
	    line-height: 19px;
	    display: inline-block;
	    font-weight: bold;
	    color: #cb0100;
	}
	.nav-logo-beta{
	    width: calc(100% - 65px);
	    display: inline-block;
	    vertical-align: middle;
	}
	.nav-logo-alpha{
	    width:65px;
	    display: inline-block;
	}
    .video-inner {
		margin-right: 0;
		margin-top: 20px;
	}

    .video-inner, .video-inner iframe {
    width: 100%;
    }

    .video-inner:nth-child(3n) {
	    margin-right: 0;
    }

    .video-inner:nth-child(2n) {
	    margin-right: 0;
    }
    .get-in-touch-w30 input, .get-in-touch-w60 input {
        /*margin-bottom:0;*/
        width:100%;
        margin-bottom:0;
    }
    .product-inner-block .slick-next {
        right:-5px;
    }
    .product-inner-block .slick-prev {
        left:-8px;
        z-index:1;
    }
    .open-deamt-inner-bottom .mobile-app-block:after {
        right: -4%; 
    }
    .open-deamt-inner-bottom .mobile-app-block:before {
        left: 15%;
    }
    .open-deamt-inner-top .mobile-app-block:after {
        left:-10%;
    }
    .open-deamt-inner-top .mobile-app-block:before {
        right: 0%;
    }

	.header-block .navbar-brand{
		width: calc(100% - 7px);
	}
    .pop_up_headd {
    
     top:111px !important ;
     
}
    .slick-track
    {
        margin-left:6px!important; 
    }
    .popup-inner {
        top:146px !important;
    }
    .product-inner-each img
{
	margin-top: 1rem;
       margin-left: auto;
    margin-right: auto;
}
    .heading-block h3 a, .tel, .tel:hover
    {
        font-size:14px;
    }
	.menu-bar
	{
		width: 29px;
	}
	.header-block{
		position: relative;
	}
	.hero-banner h1 span{
		width: 280px;
	}
	.hero-banner h1
	{
		font-size: 21px;
	}
	.hero-banner-slider h5>span:before,
	.hero-banner-slider h5>span:after
	{
		display: none;
	}
	.operation-block h5
	{
		font-size: 20px;
	}
	.product-block h2
	{
		font-size: 26px;
	}
	.product-block
	{
		padding-top: 1rem;
	}
	.product-inner-each
	{
		width: 250px;
		margin: 0 auto 1rem;
	}
	.product-inner-each{
		float: none;
	}
	.product-inner-block
	{
		float: none;
	}
	.product-inner-each:nth-last-of-type(1).product-inner-each
	{
		margin-right: auto;
	}
	.open-deamt-beta,
	.open-deamt-alpha
	{
		width: 100%;
	}
	.open-demat
	{
		display: block;
	}
	.open-deamt-alpha span
	{
		width: 100%;
		text-align: left;
	}
	.open-deamt-alpha h2
	{
		font-size: 18px;
	}
	.get-in-touch-w30,
	.get-in-touch-w30.rmv-m-right,
	.get-in-touch-w60.mr-btm-no
	{
        /*width: 83%;*/
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
        padding-bottom: 20px;
	}
	.get-in-touch-w60.mr-btm-no
	{
		margin-bottom: 1rem;
	}
	.get-in-touch-w30.rmv-m-right a
	{
		float: left;
	}
	.market-news ul li
	{
		width: 100%;
	}
	.market-date
	{
		width: 100%;
	}
	.market-high-low
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.date-condition
	{
		width: 100%;
		margin: 0;
	}
	.heading-block
	{
		margin-bottom: 1rem;
	}
	.testimonial-each h4
	{
		font-size: 15px;
	}
	.testimonial-each h4>br{
		display: none;
	}
	.sub-heading,
	.events-who-we
	{
		margin-top: 1rem;
	}
	.events-who-we,
	.testimonial-awards-block{
		padding-top: 0;
	}
	.market-block{
		padding-top: 1rem;
	}
	.invest-ipo
	{
		padding-top: 1rem;
	}
	.demat-account-block
	{
		padding-top: 10px;
	}
	.hero-banner
	{
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.mobile-app-block,
	.mobile-app-img
	{
		width: 100%;
	}
}
@media(min-width:320px) and (max-width:360px){
    
    .listmenus ul li a{
        font-size:11px;
    }
    .open-deamt-beta a{
        padding: 0.5rem 0.1rem;
    }
    /*.listmenus ul {
	margin:0px 0px 0px -38px !important;


}*/
.listmenus ul li{list-style-type:none;float: left;width: 100%;color: white;border-bottom: 1px solid white;text-align: center;background-color: #cb0100;padding: 7px;}
.listmenus ul li a{color:White !important;text-decoration:none;}
.listmenus ul li a :hover{color:White !important;text-decoration:none;}
    .copy-right-block p {
    font-size: 13px;
    color: #fff;
    }
	.menu-bar{
		font-size: 25px;
		padding-top: 2%;
	}
	.header-block .navbar{
		padding-left: 0;
		padding-right: 0;
	}
	.header-block .col-11{
		padding-right: 0;
	}
	.header-block .col-1
	{
		padding-left: 0;
		padding-right: 0;
	}
	.header-block .navbar-brand
	{
		padding-top: 0;
		padding-bottom: 0;
	}
	.get-in-touch{
		margin-top: 1rem
	}
	.get-in-touch p{
		margin-bottom: 0.5rem;
	}
	.footer-block h5
	{
		margin-bottom: 0.25rem;
		margin-top: 1.5rem;
	}
	ul.store-block
	{
		margin-top: 1rem;
	}
	.copy-right-block p{
		margin-bottom: 0;
	}
	.copy-right-block
	{
		margin-bottom: 1rem;
	}
	.awards-slider img{
		display: block;
		margin:0 auto;
		width: 100%;
	}
	.top-gainer-loser table
	{
		margin-bottom: 0;
	}
	.market-news
	{
		margin-top: 0;
	}
	.get-in-touch-block
	{
		margin-bottom: 1rem;
	}
	.open-deamt-beta
	{
		display: block;
	    margin: 1rem auto 0;
	    text-align: center;
	}
	.open-deamt-alpha span
	{
		/*text-align: left !important;*/
		float:left !important;
	}
	.open-deamt-alpha a b {
		font-size: 11px;
		font-size: 15px;
		color: #cb0100;
		float: left !important;
		display: inherit;
	}
	.open-deamt-alpha-top img
	{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.product-inner-each
	{
		padding: 0.5rem;
	}
	.product-inner-each img
	{
		width: 122px;
		margin-top: 0;
	}
	img.coin-img{
		width: 60%;
		display: block;
		margin: 0 auto 1rem;
	}
	.hero-banner h1{
		font-size: 20px;
	}
	.operation-block img{
		width: 48px;
	}
	.operation-block p
	{
		font-size: 13px;
	}
	.product-block h2
	{
		font-size: 21px;
	}
	.product-block .product-hr-line{
		margin-bottom: 1rem;
	}
	.invest-know-more h5
	{
		padding-left: 1rem;
	}
}