@font-face {
  font-family: 'SegoeUI';
  src: url("fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUI.woff") format("woff"), url("fonts/SegoeUI.ttf") format("truetype"), url("fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  /* background: #f9ffff; */
  font-family: "Open Sans", sans-serif;
}
a.sebi {
  color: cornflowerblue;
}
/*************************** onlineaccountoffers ****************************/
.bank-account-details1 tr td {
  border: 3px solid #c74093 !important;
  border-collapse: collapse;
  border: 3px solid #c74093 !important;
  border-collapse: collapse;
  vertical-align: middle !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
h2.dpcharges {
  text-align: center !important;
}
h3.font-weight-bold.head {
  color: #696969;
  margin: 30px 0;
  padding: 0 10px;
  display: inline-block;
  border-left: 7px solid #e59613;
  border-right: 7px solid #e59613;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.consentp {
  color: grey;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.stressfree{
  color: #702e8f;
  font-weight: bold;
  /* border-bottom: 1px solid #702E8F; */
}
.bbb {
  border-radius: .25rem;
}
.bbb a:hover {
  color: #1c1b1b;
  font-size: 16px;
}
.borderBot
{
  border-bottom: 1px solid #702E8F;
  padding: 20px;
  font-weight: 700 !important;
  font-size: 1.25rem;
}
.brokeragecharges
{
  font-size: 1.5rem;    text-align: center;    margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
}
.risk {
  background: #fff !important;
  border-bottom: none !important;
  color: #000 !important;
  border: 3px solid #c74093 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
}
ul.risk {
  border: 3px solid #c74093;
  margin-top: -11px;
}
ul.risk li {
  list-style-type: disc;
  margin-left: 24px;
}
.bbb a {
  color: #fff;
  font-size: 16px;
}
a.sebilink {
  color: #007bff !important;
  text-decoration: none !important;
  background-color: transparent !important;
  line-height: 1.5 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
  border-bottom: 1px solid #702E8F !important;
}
.textp
{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
/* * */






a, a:focus, a:hover, button {
  outline: none;
  text-decoration: none;
}

/*mobile header*/
.mobile_header {
  display: none !important;
}
.mobile_header .dmobile-nav {
  display: none;
}

/*common css start*/
.boder_heading_line, h2, h1, .banner .banner_description h2, .call_us_bg h3, .heading_small, .segments_services .patch h3, .banner_description .patch h3, .derivatives_data h4 {
  border-left: 5px solid #e99b21;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h2, h1 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin-top: 0px;
  padding-left: 10px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1170px) {
  h2 {
    font-size: 22px;
  }
}

p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

section {
  position: relative;
  width: 100%;
}

.nopad {
  padding-left: 0px;
  padding-right: 0px;
}

.purpul_btn {
  background: #5b2a62;
  border: 0px;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.purpul_btn:hover, .purpul_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.purpul_btn:hover, .purpul_btn:focus {
  background: #3e0d45;
  color: #ffffff;
}

.yellow_btn {
  background: #5b2067;
  border: 0px;
  color: #ffffff;
  /* padding: 8px 15px; */
  padding: 10px 5px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.yellow_btn:hover, .yellow_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.yellow_btn:hover, .yellow_btn:focus {
  background: #b97926;
  color: #ffffff;
}

.blue_btn {
  background: #2c62b6;
  border: 0px;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.blue_btn:hover, .blue_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.blue_btn:hover, .blue_btn:focus {
  background: #b97926;
  color: #ffffff;
}

.white_btn {
  background: #ffffff;
  border: 0px;
  color: #4d3977;
  padding: 10px 27px;
  font-size: 20px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.white_btn:hover, .white_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.white_btn:hover, .white_btn:focus {
  background: #bc99ff;
  color: #ffffff;
}

.gray_btn {
  background: #646464;
  border: 0px;
  color: #ffffff;
  padding: 10px 27px;
  font-size: 20px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.gray_btn:hover, .gray_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.gray_btn:hover, .gray_btn:focus {
  background: #333333;
  color: #ffffff;
}

.green_arrow, .arrow_v {
  /*@include arrow(7px solid transparent, 7px solid transparent, 7px solid $greenColor, 7px solid transparent);*/
  background: url("../images/icon/green_arrow.png") no-repeat;
  width: 25px;
  height: 9px;
  background-position: 5px 5px;
}

.red_arrow {
  /*@include arrow(7px solid $dangerColor, 7px solid transparent, 7px solid transparent, 7px solid transparent);*/
  background: url("../images/icon/red_arrow.png") no-repeat;
  width: 25px;
  height: 9px;
  background-position: 5px 5px;
}

.black_arrow {
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #424242;
  border-left: 7px solid transparent;
}

.select-wrapper {
  float: left;
  display: inline-block;
  /*border: 1px solid #d8d8d8;*/
  background: url("../images/icon/dropdown_icons.png") no-repeat right center;
  cursor: pointer;
}

.select-wrapper, .select-wrapper select {
  width: 115px;
}

.select-wrapper:hover {
  background: url("../images/icon/dropdown_icons.png") no-repeat right center;
  border-color: #239fdb;
}

.select-wrapper .holder {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  /*z-index: -1;*/
}

.select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  /* _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  font-size: 13px;
  color: #3f1c3e;
  font-weight: normal; */
}

select::-ms-expand {
  display: none;
}

/* Let's Beautify Our Form */
option[value] {
  border-color: transparent;
  background: #f9ffff;
}

option:hover {
  border-color: transparent;
  background: transparent;
}

option[selected="selected"] {
  font-weight: bold;
}

input[type=checkbox].css-checkbox-c {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox-c + label.css-label-c {
  padding-left: 19px;
  height: 11px;
  display: inline-block;
  line-height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 11px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox-c:checked + label.css-label-c {
  background-position: 0 -11px;
}

label.css-label-c {
  background-image: url(../images/icon/check_box-chck.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
  padding-left: 25px;
  height: auto;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  color: #151515;
  font-weight: 400;
}

input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
  background-image: url(../images/icon/radio_checked.png);
}

label.css-label {
  background-image: url(../images/icon/radio_unchecked.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.date_list {
  margin-top: 0px;
}
.date_list input.datepicker {
  margin-right: 10px;
}

.date_list {
  float: left;
  margin-top: 10px;
}
.date_list li {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  color: #151515;
}
.date_list li label {
  font-size: 14px;
  color: #151515;
  margin-left: 15px;
}
.date_list li img {
  cursor: pointer !important;
}
.date_list .yellow_btn {
  font-size: 12px;
  padding: 5px 15px;
}

/*common css End*/
/*top header*/
.vertical_ticker ul {
  width: 100%;
}
.vertical_ticker ul li {
  list-style-type: none;
  float: left;
}

.dataText .up {
  font-size: 11px;
  color: #009e11;
  font-weight: 700;
  padding-left: 0px;
}
.dataText .up .arrow_v {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #009e11;
  background-position: 5px 0px;
}
.dataText .up .red_arrow {
  border-top: 0px solid #dd3b3b;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  background-position: 5px 0px;
}
.dataText .up a {
  color: inherit;
  text-decoration: none;
}
.dataText .up a.color_red {
  color: #dd3b3b;
}
.dataText .down {
  font-size: 14px;
  color: #dd3b3b;
  font-weight: 700;
  padding-left: 7px;
}
.dataText .down .arrow_v {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  border-bottom: 6px solid #009e11;
}
.dataText .down .red_arrow {
  border-top: 0px solid #dd3b3b;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
}
.dataText .down a {
  color: inherit;
  text-decoration: none;
}
.dataText .result {
  padding: 0px 8px;
  font-size: 11px;
  color: #464646;
}

.top_header {
  /* background: #f2f5f5; */
  height: 54px;
}
.top_header .indices li:first-child {
  width: auto;
  margin-left: 0px;
  text-align: left;
  margin-right: 0px;
  float: left;
}
.top_header .indices .domastic_data {
  width: 100%;
  left: 20px;
}
.top_header .indices .domastic_data li {
  display: block;
  text-align: center;
}
.top_header .indices .domastic_data li:first-child {
  width: auto;
  margin-left: 2px;
  text-align: left;
  float: none;
}
.top_header .indices .domastic_data li ul {
  width: 100%;
}
.top_header .indices .domastic_data li ul li {
  min-width: 19%;
  /*width: 146px;*/
  display: inline-block;
  position: relative;
  padding: 10px 5px;
  float: left;
  text-align: left;
}
.top_header .indices .domastic_data li ul li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 5px;
  height: 30px;
  top: 13px;
  border-right: 1px solid #d0d2d2;
}
.top_header .indices .domastic_data li ul li:first-child {
  padding-left: 0px;
  width: auto;
  float: left;
}
.top_header .indices .domastic_data li ul li:last-child {
  padding-right: 0px;
}
.top_header .indices .domastic_data li ul li:last-child:after {
  border: none;
}
.top_header .indices .domastic_data li ul li .caret {
  display: inline-block;
  margin-left: 0px;
}
.top_header .indices .domastic_data li ul li h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  font-size: 13px;
  color: #3f1c3e;
  font-weight: normal;
}
.top_header .indices .domastic_data li ul li h3 a {
  color: inherit;
  text-decoration: none;
}
.top_header .indices .domastic_data li ul li p {
  font-size: 11px;
  margin: 0px;
  color: #3f1c3e;
  line-height: 16px;
}
.top_header .indices .domastic_data li ul li p strong {
  display: inline-block;
  font-weight: 700;
  text-overflow: none;
}
.top_header .indices .domastic_data li ul li p:nth-child(2) {
  font-size: 11px;
}
.top_header .indices .select-wrapper {
  margin-top: 15px;
  width: 85px;
}
.top_header .indices .select-wrapper select {
  border: 0px;
  background-color: transparent;
  width: 85px;
  font-size: 13px;
  color: #2c042a;
  font-weight: normal;
}
.top_header .indices .select-wrapper .holder {
  font-size: 13px;
}
.top_header .customize_data {
  float: left;
  text-align: right;
  padding-top: 0px;
  padding-right: 10px;
  margin-left: -70px;
}
.top_header .customize_data #ticker_customise {
  cursor: pointer;
}
.top_header .customize_data p {
  font-size: 13px;
  color: #464646;
  margin: 0px;
  padding: 0px;
}
.top_header .customize_data p img {
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.top_header .customize_data .live {
  color: #dd3b3b;
  margin-top: 5px;
}
.top_header .equity_data {
  background: #ebebeb;
  float: right;
  /*padding: 0px 10px 0px 21px;*/
  padding: 0px 10px 0px 10px;
  height: 54px;
  width: 360px;
}
.top_header .equity_data p {
  font-size: 13px;
  color: #3f1c3e;
  float: left;
  padding: 20px 10px 0px 0px;
  margin-bottom: 0px;
}
.top_header .equity_data p span {
  font-size: 13px;
  border-width: 5px;
}
.top_header .equity_data .select-wrapper {
  margin-top: 16px;
  width: 105px;
}
.top_header .equity_data .select-wrapper select {
  width: 100px;
  font-size: 13px;
  color: #2c042a;
  float: left;
  margin: 0px;
  padding: 3px 0px;
  border: 0px;
  background-color: transparent;
}
.top_header .equity_data .select-wrapper select:hover, .top_header .equity_data .select-wrapper select:focus {
  outline: none;
}
.top_header .equity_data .select-wrapper .holder {
  font-size: 13px;
}

.search_data {
  float: right;
  padding-right: 0px;
  padding-top: 12px;
  /*width: 195px;*/
  width: 230px;
}
.search_data .form-control {
  height: 31px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 7px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  border: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #b7b7b7;
  padding-right: 28px;
  background: url(../images/icon/search_icon.jpg) center right no-repeat #fff;
}
.search_data .form-control:hover, .search_data .form-control:focus {
  border: 0px;
}

.top_navigation {
  padding: 18px 0px 16px 0px;
}
.top_navigation .left_menu h1 {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 21px;
}
.top_navigation .left_menu h1 a {
  outline: none;
}
.top_navigation .left_menu ul {
  margin: 11px 17px 0px 0px;
  float: right;
}
.top_navigation .left_menu ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 11px;
  position: relative;
}
.top_navigation .left_menu ul li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 5px;
  height: 9px;
  top: 5px;
  font-weight: 400;
  border-right: 1px solid #c3c3c3;
}
.top_navigation .left_menu ul li:last-child:after {
  border: none;
}
.top_navigation .left_menu ul li a {
  color: #464646;
}
.top_navigation .left_menu ul li a:hover, .top_navigation .left_menu ul li a:focus {
  color: #5b2a62;
  text-decoration: none;
}
.top_navigation .left_menu ul li .active {
  color: #5b2a62;
  font-weight: 700;
}

.button_container {
  float: right;
  margin-top: 3px;
}
.button_container .btn {
  margin-left: 10px;
}

header {
  display: block;
}

.primary_menus {
  background: #6a3f71;
}

.main_navigation {
  height: 58px;
  background: #6a3f71;
}
.main_navigation .navbar-collapse {
  padding: 0px;
}
.main_navigation .navbar-default {
  background-color: #6a3f71;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-background-clip: padding-box;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 0px;
}
.main_navigation .navbar-default .nav {
  /*megamenu*/
  /*megamenu*/
  /*megamenu market*/
  /*megamenu market*/
  /*megamenu dashboard
  .mega-dropdown-dashboard {
  	position: static !important;
              
  	.dropdown-menu.mega-dropdown-menu {
  		padding: 0 !important;
  		width: 100%;
  		height: auto !important;
  		box-shadow: none;
  		-webkit-box-shadow: none;
  		background: #402c43;
  		border: 0px;
              
  		li {
  			width: auto;
  			float: left;
  			border-right: 0;
  			margin-top: 0px;
  			margin-bottom: 0px;
  			min-height: auto;
  			padding: 16px 37px 10px 30px;
  			position: relative;
              
  			&:hover {
  				background: #402c43;
  			}
  			span {
  				font-size: 14px;
  				font-weight: 300;
  				padding: 0px;
  				color: #d5c5d7;
  				font-family: $base-family;
  				display: inline-block;
  				margin-bottom: 10px;
  				padding-left: 10px;
  				border: none;
              
  				span.caret {
  					display: inline-block;
  					border-top: 4px dashed;
  					border-right: 4px solid transparent;
  					border-left: 4px solid transparent;
  					margin: 0px 0 0 8px;
  					padding: 0px;
  				}
  				&:hover, &:focus {
  					font-weight: 300;
  					color: #d5c5d7;
  					border: none;
  				}
  			}
  			a {
  				font-size: 14px;
  				font-weight: 300;
  				padding: 0px;
  				color: #d5c5d7;
  				font-family: $base-family;
  				display: inline-block;
  				margin-bottom: 10px;
  				padding-left: 10px;
  				border: none;
              
  				&:hover, &:focus {
  					font-weight: 300;
  					color: #d5c5d7;
  					border: none;
  				}
  			}
  			&:nth-child(4) {
  				ul.level_three_menu {
  					min-width: 200px;
  				}
  			}
  			&:nth-child(7) {
  				ul.level_three_menu {
  					min-width: 400px;
              
  					li {
  						min-height: 170px;
              
  						ul {
  							li {
  								min-height: inherit;
  							}
  						}
  					}
  				}
  			}
  			ul.level_three_menu {
  				width: auto;
  				position: absolute;
  				background: $markettabBg;
  				display: none;
  				left: 0px;
  				top: 56px;
  				left: 25px;
  				z-index: 8;
              
  				li {
  					display: inline-block;
  					padding: 15px 15px 5px;
  					border-right: 1px solid #e9e9e9;
  					position: relative;
  					width: 220px;
  					min-height: 1px;
  					float: left;
              
  					ul {
  						width: auto;
  						min-width: auto;
  						top: 40px;
  						left: 0;
  						z-index: 8;
              
  						li {
  							width: 100%;
  							border: none;
  							display: block;
  							min-height: auto;
  							padding: 5px 0px;
  							min-width: auto;
              
  							a {
  								margin-bottom: 0px;
  								font-weight: 400;
              
  								&:hover, &:focus {
  									border-left: 2px solid #e99b21;
  									font-weight: 400;
  								}
  							}
  						}
  					}
  					&:hover {
  						background: none;
  					}
  					a {
  						font-size: 12px;
  						padding-left: 10px;
  						border-left: 2px solid transparent;
  						color: $lightGrey;
  						margin-bottom: 0px;
  						font-weight: 600;
              
  						&:hover, &:focus {
  							border-left: 2px solid #e99b21;
  							font-weight: 700;
  						}
  					}
  				}
  				li.is-active-trail.active-trail {
  					border-left: 2px solid transparent;
              
  					a.is-active-trail.active-trail {
  						border-left: 2px solid #e99b21;
  						font-weight: 700 !important;
  					}
  				}
  			}
  		}
  		.dropdown-header {
  			font-size: 18px;
  			color: #ff3546;
  			padding: 5px 60px 5px 5px;
  			line-height: 30px;
  		}
  	}
  }*/
  /*megamenu tools*/
  /*megamenu tools*/
}
.main_navigation .navbar-default .nav li .menu__link.is-active-trail.active-trail {
  background: #5b2a62;
}
.main_navigation .navbar-default .nav li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  padding: 22px 20px 20px 20px;
}
.main_navigation .navbar-default .nav li a .caret {
  margin-left: 8px;
}
.main_navigation .navbar-default .nav li a:hover, .main_navigation .navbar-default .nav li a:focus {
  color: #ffffff;
  background: #5b2a62;
}
.main_navigation .navbar-default .nav li .active a {
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu {
  background: #f4f4f4;
  padding-top: 15px !important;
  height: auto !important;
}
.main_navigation .navbar-default .nav li .dropdown-menu li {
  padding: 0 11px 10px 11px;
}
.main_navigation .navbar-default .nav li .dropdown-menu li .is-active-trail.active-trail {
  border-left: 2px solid #e99b21;
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu li a {
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 3px 28px 3px 8px;
  border-left: 2px solid transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu li a:hover, .main_navigation .navbar-default .nav li .dropdown-menu li a:focus {
  color: inherit;
  font-weight: 600;
  border-left: 2px solid #e99b21;
  background: transparent;
  padding: 3px 20px 3px 8px;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active {
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active a.is-active-trail.active-trail {
  border-left: 2px solid #e99b21;
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active a {
  font-weight: 600;
  color: #646464;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  border-left: 2px solid transparent;
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active a:hover, .main_navigation .navbar-default .nav li .dropdown-menu .active a:focus {
  color: inherit;
  font-weight: 600;
  border-left: 2px solid #e99b21;
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active:hover, .main_navigation .navbar-default .nav li .dropdown-menu .active:focus {
  background: transparent;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active ul li.is-active-trail.active-trail {
  border: 0px;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active ul li.is-active-trail.active-trail a {
  border: 0px;
}
.main_navigation .navbar-default .nav li .dropdown-menu .active ul li.is-active-trail.active-trail a.is-active-trail.active-trail {
  border-left: 2px solid #e99b21 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown {
  position: static !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li {
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  min-height: 120px;
  padding: 0 0 0 15px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) {
  width: 16%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) {
  width: 13%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) {
  width: 15.6%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) {
  width: 14.7%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) {
  width: 13.5%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li a:focus {
  text-decoration: none;
  font-weight: 400;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) {
  width: 15%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(7) {
  width: 12.2%;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li a span.caret {
  display: none;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 15px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a {
  display: inline-block;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail.active-trail {
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market {
  position: static !important;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0px 20px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li {
  width: 20%;
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  min-height: 330px;
  padding: 0 0 0 15px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a span.caret {
  display: none;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a {
  font-size: 12px;
  display: inline-block;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
  border-left: 2px solid transparent;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
  border-left: 2px solid #e99b21;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail.active-trail {
  border-left: 2px solid #e99b21;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main {
  margin-bottom: 8px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main a {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 3px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main ul li {
  padding-bottom: 3px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main ul li a {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools {
  position: static !important;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li {
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  width: 33.33%;
  min-height: 250px;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a span.caret {
  margin: 0px 0 0 4px;
  padding: 0;
  display: none;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: default;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span:hover, .main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span:focus {
  font-weight: 600;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span span.caret {
  margin: 0px 0 0 4px;
  padding: 0;
  display: none;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a {
  display: inline-block;
  color: #222;
  padding: 0px 0 0 10px;
  width: auto;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
  cursor: pointer;
  font-size: 12px;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation .navbar-default .nav .active a {
  background: #5b2a62;
}
.main_navigation .navbar-default .nav .active .dropdown-menu li a {
  background: transparent;
}
.main_navigation .navbar-default .navbar-nav > .open > a, .main_navigation .navbar-default .navbar-nav > .open > a:focus, .main_navigation .navbar-default .navbar-nav > .open > a:hover {
  background: #5b2a62;
}

.main_navigation.post_login_header .navbar-default {
  /*megamenu*/
  /*megamenu*/
  /*megamenu market*/
  /*megamenu market*/
  /*megamenu dashboard
  .mega-dropdown-dashboard {
  	position: static !important;
          
  	.dropdown-menu.mega-dropdown-menu {
  		padding: 0 !important;
  		width: 100%;
  		height: auto !important;
  		box-shadow: none;
  		-webkit-box-shadow: none;
  		background: #402c43;
  		border: 0px;
          
  		li {
  			width: auto;
  			float: left;
  			border-right: 0;
  			margin-top: 0px;
  			margin-bottom: 0px;
  			min-height: auto;
  			padding: 16px 37px 10px 30px;
  			position: relative;
          
  			&:hover {
  				background: #402c43;
  			}
  			span {
  				font-size: 14px;
  				font-weight: 300;
  				padding: 0px;
  				color: #d5c5d7;
  				font-family: $base-family;
  				display: inline-block;
  				margin-bottom: 10px;
  				padding-left: 10px;
  				border: none;
          
  				span.caret {
  					display: inline-block;
  					border-top: 4px dashed;
  					border-right: 4px solid transparent;
  					border-left: 4px solid transparent;
  					margin: 0px 0 0 8px;
  					padding: 0px;
  				}
  				&:hover, &:focus {
  					font-weight: 300;
  					color: #d5c5d7;
  					border: none;
  				}
  			}
  			a {
  				font-size: 14px;
  				font-weight: 300;
  				padding: 0px;
  				color: #d5c5d7;
  				font-family: $base-family;
  				display: inline-block;
  				margin-bottom: 10px;
  				padding-left: 10px;
  				border: none;
          
  				&:hover, &:focus {
  					font-weight: 300;
  					color: #d5c5d7;
  					border: none;
  				}
  			}
  			&:nth-child(4) {
  				ul.level_three_menu {
  					min-width: 200px;
  				}
  			}
  			&:nth-child(7) {
  				ul.level_three_menu {
  					min-width: 400px;
          
  					li {
  						min-height: 170px;
          
  						ul {
  							li {
  								min-height: inherit;
  							}
  						}
  					}
  				}
  			}
  			ul.level_three_menu {
  				width: auto;
  				position: absolute;
  				background: $markettabBg;
  				display: none;
  				left: 0px;
  				top: 56px;
  				left: 25px;
  				z-index: 8;
          
  				li {
  					display: inline-block;
  					padding: 15px 15px 5px;
  					border-right: 1px solid #e9e9e9;
  					position: relative;
  					width: 220px;
  					min-height: 1px;
  					float: left;
          
  					ul {
  						width: auto;
  						min-width: auto;
  						top: 40px;
  						left: 0;
  						z-index: 8;
          
  						li {
  							width: 100%;
  							border: none;
  							display: block;
  							min-height: auto;
  							padding: 5px 0px;
  							min-width: auto;
          
  							a {
  								margin-bottom: 0px;
  								font-weight: 400;
          
  								&:hover, &:focus {
  									border-left: 2px solid #e99b21;
  									font-weight: 400;
  								}
  							}
  						}
  					}
  					&:hover {
  						background: none;
  					}
  					a {
  						font-size: 12px;
  						padding-left: 10px;
  						border-left: 2px solid transparent;
  						color: $lightGrey;
  						margin-bottom: 0px;
  						font-weight: 600;
          
  						&:hover, &:focus {
  							border-left: 2px solid #e99b21;
  							font-weight: 700;
  						}
  					}
  				}
  				li.is-active-trail.active-trail {
  					border-left: 2px solid transparent;
          
  					a.is-active-trail.active-trail {
  						border-left: 2px solid #e99b21;
  						font-weight: 700 !important;
  					}
  				}
  			}
  		}
  		.dropdown-header {
  			font-size: 18px;
  			color: #ff3546;
  			padding: 5px 60px 5px 5px;
  			line-height: 30px;
  		}
  	}
  }*/
  /*megamenu tools*/
  /*megamenu tools*/
}
.main_navigation.post_login_header .navbar-default li:last-child a {
  background: #e99b21;
}
.main_navigation.post_login_header .navbar-default li:last-child a:hover, .main_navigation.post_login_header .navbar-default li:last-child a:focus {
  background: #cb7518;
}
.main_navigation.post_login_header .navbar-default li:last-child a.is-active-trail.active-trail {
  background: #cb7518;
}
.main_navigation.post_login_header .navbar-default li a {
  padding: 22px 13px 20px 13px;
}
.main_navigation.post_login_header .navbar-default li .active a {
  background: transparent;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu {
  background: #f4f4f4;
  padding-top: 15px !important;
  height: auto !important;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu li {
  padding: 0 11px 10px 11px;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu li:last-child a {
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu li:last-child a:hover, .main_navigation.post_login_header .navbar-default li .dropdown-menu li:last-child a:focus {
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu li .is-active-trail.active-trail {
  border-left: 2px solid #e99b21;
  background: transparent;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu li a {
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 3px 28px 3px 8px;
  border-left: 2px solid transparent;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu li a:hover, .main_navigation.post_login_header .navbar-default li .dropdown-menu li a:focus {
  color: inherit;
  font-weight: 600;
  border-left: 2px solid #e99b21;
  background: transparent;
  padding: 3px 20px 3px 8px;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active {
  background: transparent;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active a.is-active-trail.active-trail {
  border-left: 2px solid #e99b21;
  background: transparent;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active a {
  font-weight: 600;
  color: #646464;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  border-left: 2px solid transparent;
  background: transparent;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active a:hover, .main_navigation.post_login_header .navbar-default li .dropdown-menu .active a:focus {
  color: inherit;
  font-weight: 600;
  border-left: 2px solid #e99b21;
  background: transparent;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active:hover, .main_navigation.post_login_header .navbar-default li .dropdown-menu .active:focus {
  background: transparent;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active ul li.is-active-trail.active-trail {
  border: 0px;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active ul li.is-active-trail.active-trail:last-child a {
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active ul li.is-active-trail.active-trail:last-child a:hover, .main_navigation.post_login_header .navbar-default li .dropdown-menu .active ul li.is-active-trail.active-trail:last-child a:focus {
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active ul li.is-active-trail.active-trail a {
  border: 0px;
  background: none;
}
.main_navigation.post_login_header .navbar-default li .dropdown-menu .active ul li.is-active-trail.active-trail a.is-active-trail.active-trail {
  border-left: 2px solid #e99b21 !important;
  background: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown {
  position: static !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li {
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  min-height: 120px;
  padding: 0 0 0 15px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) {
  width: 16%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(1) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) {
  width: 13%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(2) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) {
  width: 15.6%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(3) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) {
  width: 14.7%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(4) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) {
  width: 13.5%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(5) ul li a:focus {
  text-decoration: none;
  font-weight: 400;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) {
  width: 15%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(6) ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li:nth-child(7) {
  width: 12.2%;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li a span.caret {
  display: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 15px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a {
  display: inline-block;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail.active-trail {
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market {
  position: static !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0px 20px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li {
  width: 20%;
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  min-height: 330px;
  padding: 0 0 0 15px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li a span.caret {
  display: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a {
  font-size: 12px;
  display: inline-block;
  color: #222;
  padding: 0px;
  width: auto;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
  border-left: 2px solid transparent;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
  border-left: 2px solid #e99b21;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail.active-trail {
  border-left: 2px solid #e99b21;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main {
  margin-bottom: 8px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main a {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 3px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main ul li {
  padding-bottom: 3px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li.main ul li a {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-market .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard {
  position: static !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li {
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  width: 25%;
  min-height: 119px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li a span.caret {
  margin: 0px 0 0 4px;
  padding: 0;
  display: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li span {
  cursor: default;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 7px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li span:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li span:focus {
  font-weight: 600;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li span span.caret {
  margin: 0px 0 0 4px;
  padding: 0;
  display: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul li a {
  display: inline-block;
  color: #222;
  padding: 0px 0 0 10px;
  width: auto;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
  cursor: pointer;
  font-size: 12px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools {
  position: static !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu {
  padding: 15px 0;
  width: 100%;
  height: auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li {
  float: left;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  width: 33.33%;
  min-height: 250px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a:focus {
  font-weight: 600;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li a span.caret {
  margin: 0px 0 0 4px;
  padding: 0;
  display: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 0px 10px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: default;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span:focus {
  font-weight: 600;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li span span.caret {
  margin: 0px 0 0 4px;
  padding: 0;
  display: none;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li {
  list-style: none;
  padding: 0 0px 3px 0px;
  width: 100% !important;
  min-height: auto;
  width: 100%;
  border: 0;
  margin: 0;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li:last-child {
  padding-bottom: 0px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a {
  display: inline-block;
  color: #222;
  padding: 0px 0 0 10px;
  width: auto;
  color: #646464;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px !important;
  cursor: pointer;
  font-size: 12px;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a:hover, .main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li ul li a.is-active-trail {
  text-decoration: none;
  font-weight: 600 !important;
}
.main_navigation.post_login_header .navbar-default .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.main_navigation.post_login_header .navbar-default .active a {
  background: #5b2a62;
}
.main_navigation.post_login_header .navbar-default .active .dropdown-menu li a {
  background: transparent;
}

.banner {
  margin-bottom: 20px;
}
.banner .owl-theme .owl-controls {
  margin-top: 0px;
}
.banner .owl-theme .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -28px;
}
.banner .owl-theme .owl-controls .owl-nav i {
  font-size: 55px;
  line-height: 55px;
  color: #ffffff;
}
.banner .owl-theme .owl-controls .owl-nav:hover {
  background: none;
}
.banner .owl-theme .owl-controls .owl-nav .owl-prev {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 30px;
  height: 56px;
  background: none;
}
.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover, .banner .owl-theme .owl-controls .owl-nav .owl-prev:focus {
  background: none;
}
.banner .owl-theme .owl-controls .owl-nav .owl-next {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 30px;
  height: 56px;
  background: none;
}
.banner .owl-theme .owl-controls .owl-nav .owl-next:hover, .banner .owl-theme .owl-controls .owl-nav .owl-next:focus {
  background: none;
}
.banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
}
.banner .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 5px;
  background: #ffffff;
}
.banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.banner .banner_description {
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .banner_description h2 {
  font-size: 60px;
  color: #ffffff;
  padding-left: 12px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 320px) {
  .banner .banner_description h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .banner .banner_description h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1170px) {
  .banner .banner_description h2 {
    font-size: 60px;
  }
}
.banner .banner_description h2 strong {
  color: #ffffff;
  background: #e99b21;
  text-transform: uppercase;
  line-height: 65px;
  display: inline-block;
  padding: 0px 5px;
}
.banner .banner_description h2 span {
  font-size: 41px;
  display: block;
  font-weight: 300;
}
@media screen and (min-width: 320px) {
  .banner .banner_description h2 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .banner .banner_description h2 span {
    font-size: 41px;
  }
}
@media screen and (min-width: 1170px) {
  .banner .banner_description h2 span {
    font-size: 41px;
  }
}
.banner .banner_description .yellow_btn {
  font-size: 14px;
  margin-left: 5px;
}
.banner .banner_description.home_page_banner {
  left: 85px;
}
.banner .banner_description.home_page_banner h2 {
  font-size: 50px;
  font-weight: normal;
  font-family: 'SegoeUI';
  text-transform: uppercase;
  max-width: 56%;
}
.banner .banner_description.home_page_banner h2 strong {
  text-transform: none;
  line-height: 36px;
  padding: 1px 8px 7px;
}
.banner .banner_description.home_page_banner h2 span {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.banner .banner_description.home_page_banner h2 span strong {
  background: none;
  text-transform: uppercase;
  padding: 0px;
}
.banner .banner_description.home_page_banner .yellow_btn {
  margin-top: 5px;
}
.banner img {
  width: 100%;
}

.trending_now {
  background: #f7f7f7;
  min-height: 32px;
  width: 100%;
  margin-top: -20px;
}
.trending_now h3 {
  background: #e99b21;
  width: 131px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  float: left;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.trending_now ul {
  margin-left: 1px;
}
.trending_now ul li {
  display: inline-block;
  padding: 10px 8px 5px 0px;
  font-size: 12px;
  color: #333333;
  font-weight: 600;
}
.trending_now ul .dataText .result {
  font-size: 11px;
  padding: 0px;
  font-weight: 700;
  color: #666666;
}
.trending_now ul .dataText .up {
  font-size: 11px;
  font-weight: 700;
}
.trending_now ul .dataText .up .arrow_v {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #009e11;
  margin-bottom: 0px;
  height: 8px;
  width: 16px;
}
.trending_now ul .dataText .up .red_arrow {
  border-top: 0px solid #dd3b3b;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
  background-position: 2px;
  height: 8px;
  width: 16px;
}
.trending_now ul .dataText .up_red {
  font-size: 11px;
  font-weight: 700;
  color: #dd3b3b;
  padding-left: 5px;
}
.trending_now ul .dataText .up_red .red_arrow {
  border-top: 0px solid #dd3b3b;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  background-position: 2px;
  height: 8px;
  width: 16px;
}
.trending_now ul .dataText .up_red a {
  color: inherit;
  text-decoration: none;
}

.feature-container {
  margin-top: 21px;
}
.feature-container .feature_bg {
  background: #eeeeee;
  padding: 20px;
  position: relative;
  margin-bottom: 12px;
}
.feature-container .feature_bg h2 {
  margin-top: 0px;
}
.feature-container .feature_bg img {
  margin-top: 18px;
  display: block;
  margin-bottom: 15px;
  border: 3px solid #e1e1e1;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.feature-container .feature_bg p {
  text-align: justify;
}

.more_btn {
  color: #5b2a62;
  font-weight: 700;
  margin-top: 16px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.more_btn:hover, .more_btn:focus {
  text-decoration: none;
  color: #5b2a62;
}

.orange_cricle {
  display: inline-block;
  background: #e99b21;
  width: 21px;
  height: 21px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-background-clip: padding-box;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 21px;
  color: #ffffff;
  margin-left: 11px;
}
.orange_cricle i {
  font-size: 15px;
  padding-top: 2px;
}

.new_data {
  margin-top: 15px;
}
.new_data li {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
}
.new_data li a {
  display: block;
  color: #5b2a62;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_data li span {
  font-size: 12px;
  color: #999999;
  padding: 5px 8px 0px 0px;
  position: relative;
}
.new_data li span:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 9px;
  top: 10px;
  border-right: 1px solid #999999;
}
.new_data li span:last-child {
  border-right: 0px;
  padding-left: 8px;
}
.new_data li span:last-child:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 5px;
  height: 9px;
  top: 0px;
  border-right: none;
}

/* tab  start*/
.feature_tab {
  padding: 0px;
  background: #eeeeee;
  position: relative;
  min-height: 263px;
}
.feature_tab .bottom_data {
  padding: 0px 19px 9px;
}
.feature_tab .tab_header {
  background: #f9ffff;
}
.feature_tab .tab_header .nav-tabs {
  border-bottom: 2px solid #5b2a62;
}
.feature_tab .tab_header .nav-tabs li a {
  padding: 6px 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #646464;
  border: 0px;
  margin-right: 0px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  background-clip: padding-box;
}
.feature_tab .tab_header .nav-tabs li a:hover, .feature_tab .tab_header .nav-tabs li a:focus {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}
.feature_tab .tab_header .nav-tabs li a:hover:after, .feature_tab .tab_header .nav-tabs li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #5b2a62;
  border-width: 6px;
  margin-left: -6px;
}
.feature_tab .tab_header .nav-tabs .active a {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
  font-weight: 600;
}
.feature_tab .tab_header .nav-tabs .active a:hover, .feature_tab .tab_header .nav-tabs .active a:focus {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}
.feature_tab .tab_header .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #5b2a62;
  border-width: 6px;
  margin-left: -6px;
}
.feature_tab .tab-content {
  padding: 10px 19px 0px 19px;
  min-height: 336px;
}
.feature_tab .tab-content .domastic_data li {
  border-bottom: 1px solid #dbdbdb;
  padding: 9px 0px 10px 0px;
  font-size: 15px;
  float: left;
  width: 100%;
}
.feature_tab .tab-content .domastic_data li .c_name {
  font-size: 14px;
  float: none;
  width: 110px;
  color: #646464;
}
.feature_tab .tab-content .domastic_data li .c_rate {
  float: none;
  width: 64px;
  text-align: right;
  color: #464646;
  font-size: 14px;
  font-weight: 600;
}
.feature_tab .tab-content .domastic_data li .green_arrow {
  float: none;
}
.feature_tab .tab-content .domastic_data li .red_arrow {
  float: none;
}
.feature_tab .tab-content .domastic_data li .c_different {
  float: none;
  width: 60px;
  text-align: right;
  color: #009e11;
  font-size: 14px;
  font-weight: 600;
}
.feature_tab .tab-content .domastic_data li .c_percent {
  float: none;
  width: 60px;
  text-align: right;
  color: #009e11;
  font-size: 14px;
  font-weight: 600;
}
.feature_tab .tab-content .domastic_data li .down_data {
  color: #dd3b3b;
}
.feature_tab .tab-content .domastic_data li small {
  float: left;
  font-size: 13px;
  color: #646464;
  font-weight: 600;
  padding-left: 5px;
}

.pink_text {
  font-size: 10px;
  color: #ff9d9d;
  text-align: right;
  margin-bottom: 0px;
}

/* tab  End */
.why_destimoney {
  padding: 38px 0px 37px 0px;
  background: #dedcec;
  text-align: center;
}
.why_destimoney h2 {
  display: inline-block;
  margin-bottom: 23px;
}

.destimony_list {
  margin-top: 51px;
  text-align: center;
}
.destimony_list li {
  display: inline-block;
  padding-right: 100px;
  text-align: center;
  vertical-align: top;
}
.destimony_list li img {
  display: block;
  margin-bottom: 20px;
}
.destimony_list li h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
}
.destimony_list li p {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  text-align: center;
}
.destimony_list li:last-child {
  padding-right: 0px;
}

.call_us_bg {
  padding: 19px 0px;
  background: url(../images/call_us_bg.jpg) no-repeat center top;
}
.call_us_bg p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
.call_us_bg h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
}
.call_us_bg .last_btn {
  float: right;
}

.testimonials_bg {
  background: #e3e3e3;
  padding: 18px 0px 39px 0px;
  text-align: center;
}
.testimonials_bg .testimonials_data #testimonial {
  margin-top: -65px;
  /*border: 1px solid #000;*/
}
.testimonials_bg .testimonials_data h2 {
  text-align: center;
  display: inline-block;
  margin-top: 23px;
}
.testimonials_bg .testimonials_data p {
  font-size: 14px;
  color: #555555;
  text-align: center;
  line-height: 22px;
  margin-bottom: 15px;
}
.testimonials_bg .testimonials_data p:first-child {
  padding-top: 36px;
  padding-right: 40px;
}
.testimonials_bg .testimonials_data p:before {
  content: '';
  position: absolute;
  width: 126px;
  height: 103px;
  left: 0px;
  top: 20px;
  background: url(../images/icon/star_comma.png) no-repeat;
}
.testimonials_bg .testimonials_data p:after {
  content: '';
  position: absolute;
  width: 126px;
  height: 103px;
  background: url(../images/icon/end_comma.png) no-repeat;
}
.testimonials_bg .testimonials_data p sup {
  font-size: 49px;
  top: 18px;
}
.testimonials_bg .testimonials_data h6 {
  text-align: left;
  font-size: 12px;
  color: #555555;
  margin-bottom: 0px;
  margin-top: 0px;
}
.testimonials_bg .testimonials_data h6 strong {
  font-weight: 700;
  display: block;
  margin-left: 30px;
}
.testimonials_bg .testimonial_pic {
  margin: 80px -4% 0px;
  width: 112px;
  height: 112px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-background-clip: padding-box;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  float: right;
}
.testimonials_bg .testimonial_pic img {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-background-clip: padding-box;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #dadada;
  width: 100px;
  height: 115px;
}
.testimonials_bg .testimonial_details {
  min-height: 300px;
  padding-top: 73px;
  padding-bottom: 41px;
}
.testimonials_bg .owl-theme .owl-controls {
  margin-top: 0px;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -28px;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav i {
  font-size: 55px;
  line-height: 55px;
  color: #c3c3c3;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav:hover {
  background: none;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav .owl-prev {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 30px;
  height: 56px;
  background: none;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav .owl-prev:hover, .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-prev:focus {
  background: none;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav .owl-next {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  height: 56px;
  background: none;
}
.testimonials_bg .owl-theme .owl-controls .owl-nav .owl-next:hover, .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-next:focus {
  background: none;
}
.testimonials_bg .owl-theme .owl-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
}
.testimonials_bg .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 5px;
  background: #ffffff;
}
.testimonials_bg .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.testimonials_bg .owl-theme .owl-dots .owl-dot.active span, .testimonials_bg .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}

.section-invest-mutual-funds p {
  text-align: justify;
}
.section-invest-mutual-funds #scheme-details .update_table.scheme_details table tr td, .section-invest-mutual-funds #scheme-details .update_table.scheme_details table tr th {
  text-transform: none;
  text-align: center;
}
.section-invest-mutual-funds #scheme-details .update_table.scheme_details table tr td:first-child, .section-invest-mutual-funds #scheme-details .update_table.scheme_details table tr td:last-child, .section-invest-mutual-funds #scheme-details .update_table.scheme_details table tr th:first-child, .section-invest-mutual-funds #scheme-details .update_table.scheme_details table tr th:last-child {
  text-align: left;
}

.research_reports .feature_bg {
  min-height: 394px;
}
.research_reports .watch_demo .video_container {
  width: 100%;
  height: 198px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.research_reports .watch_demo .video_container img {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 3px solid #e1e1e1;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.research_reports .yellow_btn {
  background: #e9a335;
  border: 0px;
  color: #ffffff;
  padding: 3px 12px;
  font-size: 12px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.research_reports .yellow_btn:hover, .research_reports .yellow_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.research_reports .yellow_btn:hover, .research_reports .yellow_btn:focus {
  background: #b97926;
  color: #ffffff;
  text-decoration: none;
}
.research_reports .feature_product {
  background: #eeeeee;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.research_reports .feature_product li {
  padding-right: 20px;
  float: left;
}
.research_reports .feature_product li p {
  font-size: 13px;
  color: #555555;
  line-height: 20px;
}
.research_reports .feature_product li:last-child {
  padding-right: 0px;
  width: 192px;
}
.research_reports .feature_product li .yellow_btn {
  float: left;
}
.research_reports .feature_product img {
  display: block;
  border: 3px solid #e1e1e1;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.research_reports .more_btn {
  margin-top: 5px;
  margin-left: 5px;
}

.tools_calculators {
  text-align: center;
  margin-top: 15px;
}
.tools_calculators h2 {
  text-align: center;
  display: inline-block;
  margin-top: 0px;
}
.tools_calculators .yellow_btn {
  text-align: right;
  float: right;
  margin-top: 0;
}
.tools_calculators .gray_conatiner {
  margin: 0 0 20px 0;
}

.gray_conatiner {
  background: #eeeeee;
  padding: 20px;
  position: relative;
  margin: 20px 0;
  min-height: 271px;
}

.toolscal_slider {
  margin: 30px auto 0px;
}
.toolscal_slider .owl-theme .owl-controls {
  margin-top: 0px;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -50px;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav i {
  font-size: 55px;
  line-height: 55px;
  color: #5b2a62;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav:hover {
  background: none;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav .owl-prev {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: -9px;
  height: 56px;
  background: none;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav .owl-prev:hover, .toolscal_slider .owl-theme .owl-controls .owl-nav .owl-prev:focus {
  background: none;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav .owl-next {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: -9px;
  height: 56px;
  background: none;
}
.toolscal_slider .owl-theme .owl-controls .owl-nav .owl-next:hover, .toolscal_slider .owl-theme .owl-controls .owl-nav .owl-next:focus {
  background: none;
}
.toolscal_slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
}
.toolscal_slider .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 5px;
  background: #ffffff;
}
.toolscal_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.toolscal_slider .owl-theme .owl-dots .owl-dot.active span, .toolscal_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.toolscal_slider .item {
  padding: 0px 23px;
}
.toolscal_slider .item img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.toolscal_slider .item p {
  font-size: 13px;
  font-weight: 600;
  color: #646464;
  line-height: 22px;
  text-align: center;
}

.social_tab {
  margin-bottom: 12px;
  padding: 0px;
  background: #eeeeee;
  position: relative;
  min-height: 272px;
}
.social_tab .bottom_data {
  padding: 0px 19px 9px;
}
.social_tab .tab_header {
  background: #f9ffff;
}
.social_tab .tab_header .nav-tabs {
  border-bottom: 2px solid #3b5998;
}
.social_tab .tab_header .nav-tabs li {
  margin-bottom: 0px;
}
.social_tab .tab_header .nav-tabs li a {
  padding: 10px 19px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #ffffff;
  border: 0px;
  margin-right: 0px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  background-clip: padding-box;
}
.social_tab .tab_header .nav-tabs li a i {
  margin-right: 10px;
}
.social_tab .tab_header .nav-tabs .active a {
  background: #3b5998;
  color: #ffffff;
  border: 0px;
}
.social_tab .tab_header .nav-tabs .active a:hover, .social_tab .tab_header .nav-tabs .active a:focus {
  background: #3b5998;
  color: #ffffff;
  border: 0px;
}
.social_tab .tab_header .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #3b5998;
  border-width: 6px;
  margin-left: -6px;
}
.social_tab .tab_header .nav-tabs .twitter_bg, .social_tab .tab_header .nav-tabs .facebook_bg {
  margin-left: 0px;
}
.social_tab .tab_header .nav-tabs .twitter_bg a, .social_tab .tab_header .nav-tabs .facebook_bg a {
  background: #30aaf5;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0px 6px 0px 0px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 0px 6px 0px 0px;
  border-radius: 0px 6px 0px 0px;
  background-clip: padding-box;
}
.social_tab .tab_header .nav-tabs .twitter_bg a:hover, .social_tab .tab_header .nav-tabs .twitter_bg a:focus, .social_tab .tab_header .nav-tabs .facebook_bg a:hover, .social_tab .tab_header .nav-tabs .facebook_bg a:focus {
  background: #30aaf5;
  color: #ffffff;
  border: 0px;
}
.social_tab .tab_header .nav-tabs .twitter_bg a:hover:after, .social_tab .tab_header .nav-tabs .twitter_bg a:focus:after, .social_tab .tab_header .nav-tabs .facebook_bg a:hover:after, .social_tab .tab_header .nav-tabs .facebook_bg a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #30aaf5;
  border-width: 6px;
  margin-left: -6px;
}
.social_tab .tab_header .nav-tabs .twitter_bg.active a, .social_tab .tab_header .nav-tabs .facebook_bg.active a {
  background: #3b5998;
  color: #ffffff;
  border: 0px;
}
.social_tab .tab_header .nav-tabs .twitter_bg.active a:hover, .social_tab .tab_header .nav-tabs .twitter_bg.active a:focus, .social_tab .tab_header .nav-tabs .facebook_bg.active a:hover, .social_tab .tab_header .nav-tabs .facebook_bg.active a:focus {
  background: #3b5998;
  color: #ffffff;
  border: 0px;
}
.social_tab .tab_header .nav-tabs .twitter_bg.active a:after, .social_tab .tab_header .nav-tabs .facebook_bg.active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #3b5998;
  border-width: 6px;
  margin-left: -6px;
}
.social_tab .tab-content {
  padding: 15px 19px 15px 19px;
}
.social_tab .tab-content .media {
  padding-bottom: 10px;
}
.social_tab .tab-content .media .media-left {
  padding-right: 14px;
  text-align: left;
}
.social_tab .tab-content .media .media-left .media-object {
  display: block;
  border: 3px solid #e1e1e1;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.social_tab .tab-content .media .media-body {
  text-align: left;
}
.social_tab .tab-content .media .media-body .media-heading {
  font-size: 13px;
  color: #151515;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}
.social_tab .tab-content .media .media-body p {
  font-size: 13px;
  color: #555555;
  line-height: 18px;
  margin-bottom: 0px;
}
.social_tab .tab-content .media .media-body span {
  font-size: 12px;
  color: #555555;
  font-style: italic;
  position: relative;
  padding: 5px 8px 0px 0px;
}
.social_tab .tab-content .media .media-body span:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 9px;
  top: 10px;
  border-right: 1px solid #555555;
}
.social_tab .tab-content .media .media-body span:last-child {
  border-right: 0px;
  padding-left: 8px;
}
.social_tab .tab-content .media .media-body span:last-child:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 5px;
  height: 9px;
  top: 0px;
  border-right: none;
}

footer p {
  margin-bottom: 0px;
}

.footer_top {
  background: #cccccc;
  padding: 22px 0px;
}

.explore_destimoney {
  border-bottom: 1px solid  #b6b6b6;
}
.explore_destimoney h2 {
  margin-bottom: 24px;
}
.explore_destimoney ul {
  display: block;
  margin-bottom: 20px;
  float: left;
}
.explore_destimoney ul li {
  font-size: 12px;
  color: #464646;
  line-height: normal;
  position: relative;
  display: inline-block;
  padding: 0px 9px;
  float: left;
}
.explore_destimoney ul li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 13px;
  top: 3px;
  border-right: 1px solid #555555;
}
.explore_destimoney ul li:first-child {
  width: 84px;
  color: #646464;
  padding: 0px;
  text-align: left;
}
.explore_destimoney ul li:last-child:after, .explore_destimoney ul li:first-child:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 5px;
  height: 13px;
  top: 3px;
  border-right: none;
}
.explore_destimoney ul li:last-child {
  padding-right: 0px;
}
.explore_destimoney ul li a {
  color: inherit;
}
.explore_destimoney ul li a:hover, .explore_destimoney ul li a:focus {
  color: inherit;
}
.explore_destimoney .subscribe {
  margin-bottom: 30px;
}
.explore_destimoney .subscribe .captcha img {
  min-height: 70px;
}
.explore_destimoney .subscribe .subscribe.form-item.webform-component.webform-component-email.webform-component--email {
  margin-bottom: 15px;
}
.explore_destimoney .subscribe .form-item.form-type-textfield.form-item-captcha-response {
  float: right;
  vertical-align: top;
  width: 55%;
}
.explore_destimoney .subscribe .form-item.form-type-textfield.form-item-captcha-response input {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  color: #555;
  font-size: 14px;
}
.explore_destimoney .subscribe .description {
  float: none;
  margin-bottom: 8px;
  width: 100%;
}

.subscribe .form-group {
  margin-bottom: 7px;
}
.subscribe .form-group .form-control {
  background: #ffffff;
  text-align: center;
  color: #a6a6a6;
  height: 39px;
  font-size: 15px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}
.subscribe .form-group .form-control:hover, .subscribe .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.subscribe .yellow_btn {
  font-size: 18px;
}
.subscribe .yellow_btn:hover, .subscribe .yellow_btn:focus {
  background: #b97926;
  color: #ffffff;
}

.sitemap_container {
  margin-top: 21px;
}
.sitemap_container h2 {
  margin-bottom: 0px;
}

.sm_container {
  margin-top: 22px;
  position: relative;
}

.sitemap {
  float: left;
  padding-right: 55px;
}
.sitemap:last-child {
  padding-right: 0px;
}
.sitemap:last-child .footer_link li {
  font-size: 12px;
  line-height: 22px;
}
.sitemap:last-child .footer_link li:nth-child(7) a {
  margin: 22px 0 8px 0;
  color: #151515;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}
.sitemap:last-child .footer_link li:nth-child(7) ul li a {
  color: #646464;
  text-decoration: none;
  margin: 0px;
  font-size: 12px;
  line-height: 22px;
}
.sitemap:last-child .footer_link li a {
  margin-bottom: 0px;
  color: #646464;
}

.positions_filter .quotes_select .select-wrapper {
  height: 30px;
}
.positions_filter .quotes_select .select-wrapper:focus, .positions_filter .quotes_select .select-wrapper:hover {
  background: url("../images/icon/select-dropdown.png") no-repeat;
  background-position: center right;
  background-color: #f9ffff;
}
.positions_filter .quotes_select .select-wrapper select {
  height: 30px;
}
.positions_filter .quotes_select .select-wrapper span.holder {
  margin-top: -2px;
  float: left;
}

.quotes_select .select-wrapper {
  height: 30px;
}
.quotes_select .select-wrapper:focus, .quotes_select .select-wrapper:hover {
  background: url("../images/icon/select-dropdown.png") no-repeat;
  background-position: center right;
  background-color: #f9ffff;
}
.quotes_select .select-wrapper select {
  height: 30px;
}
.quotes_select .select-wrapper span.holder {
  margin-top: -2px;
}
.sitemap_container h4 {
  color: #fff;
  font-size: 20px;
  margin: 30px 0;
}
.footer_link {
  padding-bottom: 30px;
}
.footer_link li {
  font-size: 15px;
}
.footer_link li a {
  color: #151515;
  text-decoration: none;
  margin-bottom: 13px;
  display: inline-block;
}
.footer_link li ul {
  margin-bottom: 22px;
}
.footer_link li ul li {
  font-size: 12px;
  line-height: 22px;
}
.footer_link li ul li a {
  color: #646464;
  text-decoration: none;
  margin-bottom: 0px;
}
.footer_link:last-child {
  padding-bottom: 0px;
}

.social_list {
  height: 265px;
  position: relative;
  margin-left: 20%;
}
.social_list h2 {
  font-size: 18px;
}
.social_list ul {
  margin-top: 7px;
}
.social_list ul li {
  display: inline-block;
  padding-right: 6px;
}
.social_list ul li:last-child {
  padding-right: 0px;
}
.social_list .yellow_btn {
  font-size: 15px;
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.footer_middle {
  background: #424242;
  padding: 20px 0px 40px;
}
.footer_middle .region-copyright {
  margin-top: 35px;
}
.footer_middle .region-copyright h6 {
  margin-bottom: 0;
}
.footer_middle .region-copyright h6 span {
  padding-top: 5px;
}
.footer_middle .region-copyright h6 img {
  margin-top: 5px;
}
.footer_middle h2 {
  color: #cccccc;
  font-size: 18px;
  margin-top: 0px;
  float: none;
}
.footer_middle p {
  font-size: 12px;
  color: #cccccc;
  text-align: right;
}
.footer_middle h6 {
  margin-top: 4px;
  font-size: 12px;
  color: #cccccc;
  text-align: right;
}
.footer_middle h6 span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
.footer_middle h6 img {
  margin-top: 11px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.userful_link {
  display: block;
  margin-bottom: 21px;
  margin-top: 5px;
  float: none;
}
.userful_link li {
  font-size: 14px;
  color: #cccccc;
  line-height: normal;
  position: relative;
  display: inline-block;
  padding: 0px 11px;
  padding-bottom: 5px;
  float: left;
}
.userful_link li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 13px;
  top: 3px;
  border-right: 1px solid #cccccc;
}
.userful_link li:first-child {
  padding-left: 0px;
}
.userful_link li:last-child:after, .userful_link li:nth-child(5):after {
  content: "";
  position: absolute;
  right: 0px;
  width: 5px;
  height: 13px;
  top: 3px;
  border-right: none;
}
.userful_link li:last-child {
  padding-right: 0px;
}
.userful_link li:nth-child(6) {
  padding-left: 0px;
}
.userful_link li a {
  color: inherit;
}
.userful_link li a:hover, .userful_link li a:focus {
  color: inherit;
}

.useful_secondlink {
  margin-bottom: 31px;
  margin-top: 0px;
  max-width: 594px;
}

.footer_description {
  text-align: left;
  margin-bottom: 59px;
}
.footer_description p {
  text-align: left;
  line-height: 16px;
  text-align: justify;
}
.footer_description p strong {
  font-weight: 600;
}

.footer_bottom {
  position: fixed;
  width: 100%;
  z-index: 3;
  bottom: 0px;
  background: #2b2c2c;
}
.footer_bottom .footer_buy {
  position: relative;
}
.footer_bottom .footer_buy p {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  padding: 11px 0px 5px;
}
.footer_bottom .footer_buy .purpul_btn {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 15px;
  margin-left: 11px;
}
.footer_bottom .footer_buy .live_chat {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 167px;
  height: 44px;
  line-height: 44px;
  padding: 0px 11px;
  background: #ffffff;
  color: #424242;
}
.footer_bottom .footer_buy .live_chat small {
  font-size: 14px;
  line-height: 44px;
}
.footer_bottom .footer_buy .live_chat img {
  margin-right: 11px;
}
.footer_bottom .footer_buy .live_chat .black_arrow {
  margin-top: 0px;
  float: right;
  margin-top: 12px;
}

.fixed_menu {
  position: fixed;
  z-index: 9;
  margin: 0  auto;
  top: 0px;
  width: 1140px;
}

.img_border {
  border: 3px solid #e1e1e1;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}

.header_title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.header_title .breadcrumb {
  background: none;
  padding: 0px;
  margin-bottom: 0px;
}
.header_title .breadcrumb li {
  font-size: 12px;
  color: #646464;
  margin-right: 4px;
}
.header_title .breadcrumb li a {
  color: #646464;
}
.header_title .breadcrumb li:before {
  padding: 0px;
  color: #646464;
}
.header_title .breadcrumb .active {
  color: #646464;
  font-weight: 700;
}
.header_title h2 {
  margin: 12px 0 15px 0;
  color: #151515;
  display: inline-block;
}
.header_title h1 {
  margin: 12px 0 15px 0;
  color: #151515;
  display: inline-block;
  font-size: 22px;
}
.header_title .slide_detail {
  color: #5b2a62;
  font-weight: 700;
  display: block;
  text-align: right;
  text-transform: capitalize;
}
.header_title ul {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.header_title ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  font-weight: 600;
  line-height: 22px;
}
.header_title ul li input.datepicker {
  background: transparent;
  font-size: 14px;
  color: #151515;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 3px 5px;
  margin-right: 10px;
  width: 90px;
}

h2 {
  margin: 12px 0 15px 0;
  color: #151515;
  display: inline-block;
}

.main {
  margin-top: 0px;
}
.main ul.benifit_list {
  margin-bottom: 28px;
  width: 100%;
  margin-top: 20px;
}
.main ul.benifit_list li {
  font-size: 18px;
  line-height: 22px;
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #5a0e55;
  background: url("../images/icon/bullet_list.png") no-repeat;
  background-position: 0px 7px;
  display: inline-block;
  margin-right: 80px;
  font-family: "Open Sans", sans-serif;
}
.main ul.benifit_list li a {
  color: #5a0e55;
}
.main ul.benifit_list li a:hover, .main ul.benifit_list li a:focus {
  color: #5a0e55;
}
.main p {
  color: #898989;
  text-align: justify;
}
.main .about_data {
  padding-top: 20px;
}
.main .about_data .about_details {
  padding-bottom: 30px;
}
.main .about_data .about_details img {
  margin-bottom: 20px;
}
.main .about_data .about_details p {
  font-size: 13px;
  color: #555555;
  margin-bottom: 18px;
}
.main .about_data .about_details p .yellow_btn {
  padding: 4px 9px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 12px;
  bottom: 10px !important;
}
.main .pedigree h3 {
  margin-top: 40px;
}

.heading_small {
  font-size: 18px;
  color: #151515;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 320px) {
  .heading_small {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .heading_small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1170px) {
  .heading_small {
    font-size: 18px;
  }
}
.heading_small a {
  color: #151515;
}
.heading_small a:hover, .heading_small a:focus {
  color: #151515;
}

.why_destimoney_carousel {
  background: #eeeeee;
  margin-bottom: 22px;
}
.why_destimoney_carousel .owl-theme .owl-controls {
  margin-top: 0px;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -28px;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav i {
  font-size: 35px;
  line-height: 35px;
  color: #5b2a62;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav:hover {
  background: none;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav .owl-prev {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 20px;
  height: 56px;
  background: none;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav .owl-prev:hover, .why_destimoney_carousel .owl-theme .owl-controls .owl-nav .owl-prev:focus {
  background: none;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav .owl-next {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 20px;
  height: 56px;
  background: none;
}
.why_destimoney_carousel .owl-theme .owl-controls .owl-nav .owl-next:hover, .why_destimoney_carousel .owl-theme .owl-controls .owl-nav .owl-next:focus {
  background: none;
}
.why_destimoney_carousel .owl-theme .owl-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
}
.why_destimoney_carousel .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 5px;
  background: #ffffff;
}
.why_destimoney_carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.why_destimoney_carousel .owl-theme .owl-dots .owl-dot.active span, .why_destimoney_carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}

.slide_data {
  padding: 22px 60px 22px 0px;
}

.slide_description {
  padding-left: 60px;
}
.slide_description h3 {
  font-size: 18px;
  color: #151515;
  margin-top: 5px;
  margin-bottom: 0px;
}
@media screen and (min-width: 320px) {
  .slide_description h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .slide_description h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1170px) {
  .slide_description h3 {
    font-size: 18px;
  }
}
.slide_description ul {
  margin-top: 15px;
  list-style-position: inside;
  margin-left: 20px;
}
.slide_description ul li {
  font-size: 16px;
  color: #151515;
  line-height: 28px;
  list-style: circle;
  padding-left: 13px;
}
@media screen and (min-width: 320px) {
  .slide_description ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .slide_description ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1170px) {
  .slide_description ul li {
    font-size: 16px;
  }
}
.slide_description .yellow_btn {
  margin-top: 25px;
}

.gallery_main {
  margin-top: 15px;
  margin-bottom: 10px;
}

.gallery_data {
  background: #dddddd;
  margin-bottom: 30px;
  padding: 23px 56px;
  position: relative;
}
.gallery_data .sub_heading {
  margin-top: 25px;
}
.gallery_data p {
  color: #646464;
}

.common_carousel .owl-theme .owl-controls {
  margin-top: 0px;
}
.common_carousel .owl-theme .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 55px;
  z-index: -1;
}
.common_carousel .owl-theme .owl-controls .owl-nav i {
  font-size: 35px;
  line-height: 35px;
  color: #5b2a62;
}
.common_carousel .owl-theme .owl-controls .owl-nav:hover {
  background: none;
}
.common_carousel .owl-theme .owl-controls .owl-nav .owl-prev {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -52%;
  height: 40px;
  background: none;
}
.common_carousel .owl-theme .owl-controls .owl-nav .owl-prev:hover, .common_carousel .owl-theme .owl-controls .owl-nav .owl-prev:focus {
  background: none;
}
.common_carousel .owl-theme .owl-controls .owl-nav .owl-next {
  margin: 0px;
  padding: 0px;
  position: relative;
  right: -52%;
  height: 40px;
  background: none;
}
.common_carousel .owl-theme .owl-controls .owl-nav .owl-next:hover, .common_carousel .owl-theme .owl-controls .owl-nav .owl-next:focus {
  background: none;
}
.common_carousel .owl-theme .owl-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
}
.common_carousel .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 5px;
  background: #ffffff;
}
.common_carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}
.common_carousel .owl-theme .owl-dots .owl-dot.active span, .common_carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b2a62;
}

.gallery_thumb {
  position: relative;
  margin-bottom: 10px;
}
.gallery_thumb iframe {
  max-height: 127px;
}
.gallery_thumb .gallery_overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0px;
}
.gallery_thumb .play_icon {
  width: 44px;
  height: 44px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  margin-top: -22px;
}

.gallary_popup .modal-dialog {
  width: 705px;
}
.gallary_popup .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.gallary_popup .modal-dialog .modal-content .modal-header {
  background: none;
  border: 0px;
  padding: 19px 53px 0px;
}
.gallary_popup .modal-dialog .modal-content .modal-header h4 {
  margin: 8px 0px 16px;
}
.gallary_popup .modal-dialog .modal-content .modal-header .close {
  font-size: 35px;
  color: #5b2a62;
  margin-right: -34px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.gallary_popup .modal-dialog .modal-content .modal-body {
  padding: 0px 53px 57px;
}
.gallary_popup .carousel-control {
  width: 0%;
  opacity: 1;
}
.gallary_popup .carousel-control i {
  font-size: 35px;
  color: #5b2a62;
  top: 50%;
  margin-top: -17px;
  position: absolute;
  box-shadow: none;
  text-shadow: none;
}
.gallary_popup .carousel-control.left {
  background-image: none;
}
.gallary_popup .carousel-control.left i {
  left: -33px;
}
.gallary_popup .carousel-control.right {
  background-image: none;
}
.gallary_popup .carousel-control.right i {
  right: -33px;
}
.gallary_popup .videos_container {
  position: relative;
  z-index: 99;
}
.gallary_popup .videos_container iframe {
  width: 100%;
}

.pagination_list {
  float: right;
}
.pagination_list .pagination {
  /*margin: -10px 0px 30px;*/
  margin: 20px 0px 0px;
  border-radius: 0px;
}
.pagination_list .pagination li a {
  border: 0px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-background-clip: padding-box;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #666666;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 9px;
  margin: 0px 0px 0px 5px;
  background: transparent;
}
.pagination_list .pagination li a:hover, .pagination_list .pagination li a:focus {
  background: #e99b21;
  color: #333333;
}
.pagination_list .pagination .active a {
  background: #e99b21;
  color: #333333;
}
.pagination_list .pagination .active a:hover, .pagination_list .pagination .active a:focus {
  background: #e99b21;
  color: #333333;
}

.list-item li{
  margin-left: 18px;
  list-style: disc;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #c3c3c3;  
}

.item-list {
  float: right;
}
.item-list .pager {
  /*margin: -10px 0px 30px;*/
  margin: 20px 0px 0px;
  border-radius: 0px;
}
.item-list .pager li {
  text-transform: capitalize;
}
.item-list .pager li a {
  border: 0px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-background-clip: padding-box;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #666666;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 9px;
  margin: 0px 0px 0px 5px;
  background: transparent;
}
.item-list .pager li a:hover, .item-list .pager li a:focus {
  background: #e99b21;
  color: #333333;
}
.item-list .pager li.pager-current {
  background: #e99b21;
  color: #333333;
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 50%;
  margin: 0px 0px 0px 5px;
}
.item-list .pager li.pager-current:hover, .item-list .pager li.pager-current:focus {
  background: #e99b21;
  color: #333333;
}
.item-list .pager .pager-last, .item-list .pager .pager-first {
  display: none;
}
.item-list .pager .pager-previous a, .item-list .pager .pager-next a {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  color: #6a3f71;
  font-size: 13px;
}
.item-list .pager .pager-previous a:hover, .item-list .pager .pager-previous a:focus, .item-list .pager .pager-next a:hover, .item-list .pager .pager-next a:focus {
  background: transparent;
  color: #6a3f71;
}

.commodity_account_destimoney {
  background-color: #dedcec;
  padding: 20px 0;
}
.commodity_account_destimoney h2 {
  font-size: 16px;
  color: #333333;
}
.commodity_account_destimoney .commodity_account {
  margin-top: 14px;
}
.commodity_account_destimoney .commodity_account li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  width: 16%;
}
.commodity_account_destimoney .commodity_account li:last-child {
  margin-right: 0;
}
.commodity_account_destimoney .commodity_account li p {
  text-align: center;
  font-size: 13px;
}
.commodity_account_destimoney .commodity_account li h3 {
  font-size: 15px;
  color: #333333;
  text-align: center;
  font-weight: 600;
}

.commodities-private-limited {
  background: #eeeeee;
}
.commodities-private-limited .commodity {
  margin-top: 40px;
}
.commodities-private-limited p {
  font-size: 13px;
  line-height: 21px;
  text-align: justify;
}

.destimoney-strives h3 {
  margin-top: 40px;
  font-size: 18px;
}
.destimoney-strives ul li {
  list-style-type: circle;
  line-height: 27px;
  margin-left: 33px;
  font-size: 13px;
}

.open-account {
  margin-top: 40px;
}
.open-account .yellow_btn {
  padding: 6px 80px;
  font-size: 18px;
}
.open-account .mcx-tcm {
  margin-top: 37px;
}
.open-account .mcx-tcm p {
  font-size: 12px;
  color: #777777;
}

.key_strengths_of_the_team, .service_offerings, .ongoing_transactions {
  margin-top: 35px;
}

.segments_services, .banner_description {
  position: absolute;
  /*top: 60px;*/
  top: 40px;
  left: 40px;
  width: 100%;
}
.segments_services h3, .banner_description h3 {
  font-size: 18px;
  color: #151515;
  margin-top: 0px;
  line-height: 24px;
  font-weight: normal;
}
.segments_services ul, .banner_description ul {
  list-style-position: inside;
  margin-top: 15px;
}
.segments_services ul li, .banner_description ul li {
  font-size: 14px;
  line-height: 28px;
  list-style: circle;
  padding-left: 6px;
  margin-left: 20px;
  padding-bottom: 6px;
  font-weight: 300;
  color: #151515;
}
.segments_services .yellow_btn, .banner_description .yellow_btn {
  margin-top: 13px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 6px 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.segments_services .patch, .banner_description .patch {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 20px 20px;
  max-width: 46%;
  width: auto;
  display: inline-block;
  border-radius: 10px;
}
.segments_services .patch h3, .banner_description .patch h3 {
  font-size: 16px;
  color: #151515;
  margin: 0px 0 2px -20px;
  line-height: 25px;
  font-weight: normal;
  padding-left: 15px;
}
.segments_services .patch ul, .banner_description .patch ul {
  list-style-position: inside;
  margin-bottom: 8px;
  margin-top: 0px;
}
.segments_services .patch ul li, .banner_description .patch ul li {
  font-size: 14px;
  line-height: 28px;
  background: url("../images/icon/banner_bullet.png") no-repeat;
  background-position: 0px 9px;
  padding-left: 18px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-weight: 300;
  color: #151515;
  list-style-type: none;
}
.segments_services .patch .yellow_btn, .banner_description .patch .yellow_btn {
  margin-top: 5px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 6px 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.segments_services .patch p .yellow_btn, .banner_description .patch p .yellow_btn {
  margin-bottom: -10px;
}

.product_services {
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.product_services h3 {
  font-size: 18px;
  color: #151515;
  line-height: 28px;
  margin-left: 23px;
}
.product_services ul {
  margin-bottom: 25px;
}
.product_services ul li {
  font-size: 16px;
  line-height: 28px;
  color: #151515;
  list-style-type: circle;
  margin-left: 41px;
}
.product_services p .yellow_btn {
  margin-left: 21px;
}

.over_value ul {
  list-style-type: circle;
  margin-left: 38px;
  font-size: 13px;
  color: #929393;
  line-height: 25px;
  margin-bottom: 50px;
}

/*trade modes*/
.modes {
  margin-top: 25px;
  margin-bottom: 40px;
}
.modes .start_trading {
  margin-bottom: 20px;
  background: #eeeeee;
  padding: 20px;
  min-height: 252px;
}
.modes .start_trading .heading_small {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.modes .start_trading .media .media-body {
  padding-left: 10px;
}
.modes .start_trading p {
  font-size: 13px;
  color: #555555;
}
.modes .start_trading .yellow_btn {
  font-size: 12px;
  padding: 2px 11px;
  position: absolute;
  bottom: 85px;
}
.modes .start_trading ul.benifit_list {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
.modes .start_trading ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 15px;
  padding-bottom: 10px;
  color: #555555;
}

/*trade modes*/
/*ipo*/
.ipo {
  padding-bottom: 49px;
}
.ipo .invest-ipo .heading_small {
  font-size: 18px;
  color: #333333;
  margin-top: 40px;
}
.ipo .invest-ipo ul {
  list-style-type: circle;
  margin-left: 16px;
  line-height: 29px;
}
.ipo .invest-ipo p {
  line-height: 29px;
  font-size: 13px;
  color: #555;
  margin: 5px 0 10px;
}
.ipo .invest-ipo p:last-child {
  margin: 0;
}
.ipo .investments {
  margin-top: 20px;
}
.ipo .investments ul li {
  list-style-type: circle;
  margin-left: 16px;
  line-height: 29px;
  color: #555555;
}
.ipo .investments p {
  margin-top: 17px;
}
.ipo .investments p a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 11px;
}

/*ipo*/
/*Research*/
.research {
  padding: 20px 0 0;
}
.research .research_all.downloads {
  margin-bottom: 0;
}
.research .research_all {
  margin-bottom: 25px;
}
.research .research_all a {
  color: #5a0e55;
  text-decoration: none;
  outline: none;
  vertical-align: top;
}
.research .research_all a:hover {
  color: #5a0e55;
}
.research .research_all a:focus {
  color: #5a0e55;
}
.research .research_all p {
  font-size: 13px;
  color: #555555;
}
.research .research_all ul {
  margin-top: 6px;
}
.research .research_all ul li {
  list-style-type: circle;
  color: #5a0e55;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 12px;
}
.research .research_all ul li a {
  text-decoration: none;
  outline: none;
  color: #5a0e55;
}
.research .research_all ul li a:hover, .research .research_all ul li a:focus {
  color: #5a0e55;
}
.research .research_all .heading_small {
  color: #333333;
}

/*Research*/
/*testimonials*/
.testimonials {
  margin-top: 2px;
}
.testimonials .media_data {
  background: none;
}
.testimonials .media_data .media .media-left img {
  width: 160px;
}
.testimonials .media_data .media .media-body {
  margin-left: 9px;
  text-align: justify;
  width: 100% p;
  width-font-size: 14px;
  width-line-height: 18px;
  width-margin-top: 4px;
}
.testimonials .media_data .media .media-body h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 6px;
}
.testimonials .media_data .media .media-body span {
  font-size: 12px;
  color: #555555;
  margin-top: 0;
}
.testimonials .video {
  margin: 40px 0;
}
.testimonials .video h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 6px;
}
.testimonials .video span {
  font-size: 12px;
  color: #555555;
  margin-top: 0;
}
.testimonials .pagination_list .pagination {
  margin-bottom: 40px;
  margin-top: 29px;
}

/*testimonials*/
/*Careers*/
.careers {
  margin-bottom: 40px;
}
.careers .products_data .heading_small {
  margin-top: 10px;
}
.careers .products_data ul.benifit_list {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.careers .products_data ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}
.careers .products_data .edge_topm {
  margin-top: 0;
}
.careers .products_data .edge_topm hr {
  border: 1px solid #dddbdb;
}
.careers .products_data .edge_topm h4 {
  font-size: 16px;
  color: #151515;
  font-weight: normal;
}
.careers .products_data .edge_topm p {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.careers .products_data .edge_topm ul li {
  display: inline-block;
  font-size: 13px;
  color: #646464;
}
.careers .products_data .edge_topm ul li strong {
  font-weight: 600;
  color: #555555;
}
.careers .products_data .edge_topm ul li:last-child {
  margin-left: 21px;
}
.careers .products_data .edge_topm .btn_career {
  margin-top: 47px;
  float: right;
}
.careers .products_data .edge_topm .btn_career .purpul_btn {
  background-color: #5b2a62;
  font-size: 13px;
  padding: 8px 20px;
}
.careers .products_data .edge_topm .btn_career .yellow_btn {
  margin-left: 8px;
  font-size: 13px;
  padding: 8px 20px;
}
.careers .products_data .edge_topm .time_table ul li:last-child {
  margin-left: 0px;
}
.careers .products_data .pagination_list .pagination {
  margin-top: 50px;
  margin-bottom: 0;
}
.careers .products_data .inner_page_content {
  padding-bottom: 0;
}
.careers .products_data .inner_page_content ul.benifit_list {
  margin-bottom: 28px;
  width: 50%;
  float: left;
}
.careers .products_data .inner_page_content ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}
.careers .products_data .inner_page_content .heading_small {
  font-weight: 700;
}

/*Careers*/
/*news_updates*/
.news_updates .date_list {
  margin-top: 0;
}
.news_updates .date_list input {
  width: 95px;
}
.news_updates .news_top {
  margin-top: 40px;
}
.news_updates h2 {
  margin-bottom: 20px;
  display: inline-block;
}
.news_updates h4 {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.news_updates p {
  color: #999999;
  font-size: 12px;
}
.news_updates .col-md-6 .media {
  background: #f4f3f3;
}
.news_updates .media {
  margin-bottom: 20px;
}
.news_updates .media .media-body {
  margin-left: 12px;
  padding-top: 10px;
}
.news_updates .pagination_list .pagination {
  margin-top: 19px;
  margin-bottom: 50px;
}
.news_updates .top_news_container {
  padding: 20px 15px 37px;
  background-color: #e3e3e3;
}

/*news_updates*/
/*news_equity_details*/
.news_equity_details h3 {
  font-size: 22px;
  color: #151515;
  margin-top: 0px;
  line-height: 32px;
}
.news_equity_details ul li {
  display: inline-block;
  color: #646464;
  font-size: 12px;
  position: relative;
  margin-right: 21px;
}
.news_equity_details ul li strong {
  font-size: 12px;
  font-weight: 600;
}
.news_equity_details ul li i {
  margin-left: 10px;
  color: #000;
}
.news_equity_details ul li a {
  color: #646464;
}
.news_equity_details ul li:nth-child(1):after {
  content: "";
  position: absolute;
  right: -20px;
  width: 0px;
  height: 10px;
  top: 4px;
  border-right: 1px solid #646464;
}
.news_equity_details ul li:nth-child(2) {
  margin-left: 21px;
  padding-right: 5px;
  margin-right: 5px;
}
.news_equity_details h4 {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}
.news_equity_details p {
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  margin-bottom: 20px;
}
.news_equity_details h5 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.news_equity_details .login_option {
  margin-bottom: 8px;
}
.news_equity_details .login_option .option_social_btns a {
  display: inline-block;
  padding: 10px 0 10px 0px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 8px;
}
.news_equity_details .login_option .option_social_btns .facebook {
  background: #48669c;
  display: inline-block;
}
.news_equity_details .login_option .option_social_btns .twitter {
  background: #80cae4;
  display: inline-block;
}
.news_equity_details .login_option .option_social_btns .google {
  background: #dd7178;
  display: inline-block;
}
.news_equity_details .login_option form .message {
  display: inline-block;
  float: right;
  margin: 18px 15px 0 0;
}
.news_equity_details .login_option form .message span {
  margin: 0 0 0 8px;
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  padding-top: 0px;
  text-align: left;
}
.news_equity_details .login_option form .message span a {
  color: #5b2a62;
  text-decoration: underline;
  outline: none;
}
.news_equity_details .login_option form .message span a:hover, .news_equity_details .login_option form .message span a:focus {
  color: #5b2a62;
}
.news_equity_details .login_option form .message .login {
  font-size: 13px;
  color: #ffffff;
  padding: 9px 28px;
  background: #e99b21;
  border-radius: 5px;
}
.news_equity_details .login_option form .form-group {
  margin-bottom: 5px;
}
.news_equity_details .login_option form .form-group span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  padding-top: 0px;
  display: inline-block;
  float: right;
  margin-right: 35px;
}
.news_equity_details .login_option form .form-group span a {
  color: #5b2a62;
  text-decoration: underline;
  outline: none;
}
.news_equity_details .login_option form .form-group span a:hover, .news_equity_details .login_option form .form-group span a:focus {
  color: #5b2a62;
}
.news_equity_details .login_option form label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #151515;
  line-height: 35px;
  margin-right: 10px;
  font-weight: 400;
}
.news_equity_details .login_option form input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #151515;
  line-height: 35px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 70%;
  float: right;
  font-weight: 400;
}
.news_equity_details .login_option span {
  font-size: 16px;
  color: #898989;
  vertical-align: middle;
  display: block;
  padding-top: 60px;
  text-align: center;
}
.news_equity_details .comment_container {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  margin-top: 18px;
}
.news_equity_details .comment_container .form-inline {
  width: 100%;
}
.news_equity_details .comment_container .form-inline .form-group {
  margin-right: 20px;
  width: 31%;
}
.news_equity_details .comment_container .form-inline .form-group:nth-child(3) {
  margin-right: 0px;
}
.news_equity_details .comment_container .form-inline .form-group input {
  color: #151515;
  width: 100%;
}
.news_equity_details .comment_container .form-inline .form-group input:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.news_equity_details .comment_container .form-inline .form-group input[type=text]::-webkit-input-placeholder, .news_equity_details .comment_container .form-inline .form-group input::-webkit-input-placeholder {
  color: #151515;
}
.news_equity_details .comment_container .form-inline .form-group input[type=text]:-moz-placeholder, .news_equity_details .comment_container .form-inline .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.news_equity_details .comment_container .form-inline .form-group input[type=text]::-moz-placeholder, .news_equity_details .comment_container .form-inline .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.news_equity_details .comment_container .form-inline .form-group input[type=text]:-ms-input-placeholder, .news_equity_details .comment_container .form-inline .form-group input:-ms-input-placeholder {
  color: #151515;
}
.news_equity_details .comment_container .form-inline textarea {
  resize: none;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  color: #151515;
  height: 147px;
  padding: 10px;
}
.news_equity_details .comment_container .form-inline textarea:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.news_equity_details .comment_container .form-inline textarea::-webkit-input-placeholder {
  color: #151515;
  opacity: 1;
}
.news_equity_details .comment_container .form-inline textarea::-webkit-input-placeholder:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.news_equity_details .comment_container .form-inline textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
  opacity: 1;
}
.news_equity_details .comment_container .form-inline textarea:-moz-placeholder:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.news_equity_details .comment_container .form-inline textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
  opacity: 1;
}
.news_equity_details .comment_container .form-inline textarea::-moz-placeholder:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.news_equity_details .comment_container .form-inline textarea:-ms-input-placeholder {
  color: #151515;
  opacity: 1;
}
.news_equity_details .comment_container .form-inline textarea:-ms-input-placeholder:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.news_equity_details .comment_container .form-inline .purpul_btn {
  margin-top: 15px;
}
.news_equity_details .comment_container .next_previous .next_prev {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #6a3f71;
  display: inline-block;
}
.news_equity_details .comment_container .next_previous .next_prev:before {
  content: "<<";
  margin-right: 10px;
}
.news_equity_details .comment_container .next_previous .next_prev:last-child {
  float: right;
}
.news_equity_details .comment_container .next_previous .next_prev:last-child:last-child:before {
  content: "";
}
.news_equity_details .comment_container .next_previous .next_prev:last-child:last-child:after {
  content: ">>";
  margin-left: 10px;
}
.news_equity_details .comment_container .media {
  margin-bottom: 10px;
}
.news_equity_details .comment_container .media .media-left {
  padding-right: 25px;
}
.news_equity_details .comment_container .media .media-body {
  padding-top: 4px;
}
.news_equity_details .comment_container .media .media-body textarea {
  height: 147px;
}
.news_equity_details .comment_container .media .media-body .purpul_btn {
  padding: 10px 26px;
  font-size: 13px;
}
.news_equity_details .comment_container .media .media-body a {
  color: #5b2a62;
  font-size: 14px;
}
.news_equity_details .comment_container .media .media-body h4 {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  margin-bottom: 0px;
  margin-top: 0px;
}
.news_equity_details .comment_container .media .media-body h4 small {
  margin-left: 15px;
}
.news_equity_details .comment_container .media .media-body p {
  margin-bottom: 10px;
}
.news_equity_details .comment_container .media .media-body .likes_list {
  float: right;
}
.news_equity_details .comment_container .media .media-body .likes_list li {
  font-size: 12px;
  font-weight: 600;
  color: #646464;
  position: relative;
  padding-right: 8px;
  margin-right: 3px;
  display: inline-block;
}
.news_equity_details .comment_container .media .media-body .likes_list li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 10px;
  top: 4px;
  border-right: 1px solid #646464;
}
.news_equity_details .comment_container .media .media-body .likes_list li:last-child {
  padding-right: 0px;
  margin-left: 0px;
}
.news_equity_details .comment_container .media .media-body .likes_list li:last-child:after {
  content: "";
  border-right: 1px solid transparent;
}
.news_equity_details .comment_container .comment_data {
  margin-bottom: 40px;
}
.news_equity_details .comment_container .comment_data .media-left {
  padding-top: 6px;
}
.news_equity_details .comment_container .yellow_btn {
  font-size: 12px;
  padding: 5px 20px;
  display: block;
  width: 168px;
  margin: auto;
}

.news_equity_details.press_details ul {
  margin-bottom: 15px;
}
.news_equity_details.press_details .pdf_download_btns a {
  display: inline-block;
  margin-right: 10px;
}

/*news_equity_details*/
/*our philosophy*/
.about_inner_nav {
  margin: 26px 0 50px 0;
}
.about_inner_nav .fixed_menu {
  position: fixed;
  z-index: 9;
  margin: 0  auto;
  top: 0px;
  width: 1140px;
}
.about_inner_nav .inner_nav {
  padding: 0 15px;
  display: block;
  background: #87658d;
}
.about_inner_nav .inner_nav .fright {
  float: right;
}
.about_inner_nav .inner_nav li {
  display: inline-block;
}
.about_inner_nav .inner_nav li:first-child a {
  margin-left: 0px;
}
.about_inner_nav .inner_nav li .active {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 12px 5px;
  margin-left: 6px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.about_inner_nav .inner_nav li a {
  color: #c3bed6;
  padding: 12px 5px;
  margin-left: 6px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 3px solid transparent;
}
.about_inner_nav .inner_nav li a:hover {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.about_inner_nav .inner_nav li a:focus {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.about_inner_nav .inner_page_content {
  padding: 28px 20px;
  background: #eeeeee;
}
.about_inner_nav .inner_page_content .description {
  margin-bottom: 15px;
}
.about_inner_nav .inner_page_content .description p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #333333;
  text-align: justify;
}
.about_inner_nav .inner_page_content .description p small {
  font-size: 13px;
}
.about_inner_nav .inner_page_content .market_highlights.meet_the_team {
  margin: 0;
}
.about_inner_nav .inner_page_content .market_highlights {
  margin: 60px 0 0;
}
.about_inner_nav .inner_page_content .market_highlights .heading_small {
  margin-bottom: 12px;
  color: #333333;
}
.about_inner_nav .inner_page_content .market_highlights span {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  display: block;
  margin-top: -5px;
  margin-bottom: 12px;
}
.about_inner_nav .inner_page_content .market_highlights .inner_page_description {
  display: block;
  padding-left: 15px;
}
.about_inner_nav .inner_page_content .market_highlights .inner_page_description li {
  font-size: 13px;
  line-height: 22px;
  color: #555555;
  list-style-type: circle;
  padding: 0 0 0 6px;
}
.about_inner_nav .inner_page_content .market_highlights p {
  font-size: 13px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #555555;
  text-align: justify;
}

.noBorder {
  border-bottom: 3px solid transparent !important;
  color: #c3bed6 !important;
}
.noBorder:hover {
  border-bottom: 3px solid #ffffff !important;
  color: #ffffff !important;
}

.section-faqs .modes .start_trading .yellow_btn {
  bottom: 40px !important;
}

.product_heading {
  margin-top: 18px;
}
.product_heading p {
  color: #898989;
}

.product_topm {
  margin-top: 66px;
}
.product_topm p:last-child {
  margin-bottom: 0px;
}

.products_data ul.benifit_list {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.products_data ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}
.products_data p {
  font-size: 13px;
  color: #555555;
  margin-bottom: 12px;
  text-align: justify;
}
.products_data h6 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555555;
  font-weight: 600;
}
.products_data .yellow_btn, .products_data .purpul_btn {
  font-size: 12px;
  padding: 5px 10px;
}
.products_data .heading_small {
  margin-bottom: 15px;
}
.products_data .banner .segments_services h3 {
  font-size: 16px;
  line-height: 26px;
}
.products_data .banner .segments_services .yellow_btn {
  padding: 5px 20px;
  font-size: 14px;
}
.products_data .banner .segments_services ul li {
  list-style: circle;
  font-weight: 300;
  padding-bottom: 6px;
}

.strategy_data img {
  margin-bottom: 15px;
}
.strategy_data h3 {
  margin-bottom: 10px;
}

.niveshdhan_data {
  margin-top: 15px;
}

.niveshdhan_data_list {
  padding-top: 10px;
}
.niveshdhan_data_list table tr th {
  font-size: 13px;
  color: #151515;
  background: #e4e4e4;
  padding: 12px 15px;
  font-weight: normal;
}
.niveshdhan_data_list table tr th span {
  font-size: 14px;
}
.niveshdhan_data_list table tr td {
  font-size: 13px;
  color: #646464;
  padding: 12px 15px;
  background: #f9ffff;
  border-right: 1px solid #eeeeee;
}

.buy_list {
  margin-bottom: 14px;
}
.buy_list li {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 5px;
  color: #555555;
  list-style: circle;
  margin-left: 17px;
}

.welth-description h6 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #555555;
  text-align: justify;
}
.welth-description p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #555555;
  text-align: justify;
}

.media_data {
  margin-bottom: 17px;
  background: #eeeeee;
}
.media_data h3 {
  font-size: 16px;
  margin-top: 5px;
  color: #333333;
}
.media_data .media .media-body {
  padding-left: 10px;
}
.media_data p {
  font-size: 13px;
  color: #555555;
  line-height: 22px;
  text-align: justify;
}
.media_data .yellow_btn {
  font-size: 12px;
  padding: 5px 11px;
}

.edge_topm {
  margin-top: 70px;
}

.welth_mp_top {
  margin-top: 64px;
}

.welth_mp {
  margin-bottom: 10px;
}

.fplanning_details {
  margin-top: 18px;
}
.fplanning_details .heading_small {
  margin-bottom: 10px;
  font-size: 16px;
}
.fplanning_details p {
  margin-bottom: 20px;
}
.fplanning_details h6 {
  font-size: 13px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: normal;
}

.fplanning_details_last p {
  margin-bottom: 15px;
}

.gray_text {
  margin-top: 15px;
}
.gray_text p {
  color: #333333;
}
.gray_text p:last-child {
  margin-bottom: 0px;
}

.tab_container {
  margin: 35px 0px 50px 0px;
}
.tab_container .tab_head {
  background: #f9ffff;
  position: relative;
}
.tab_container .tab_head .on_offline {
  position: absolute;
  top: 5px;
  right: 0px;
}
.tab_container .tab_head .on_offline li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #151515;
  display: inline-block;
  margin-left: 45px;
}
.tab_container .tab_head .nav-tabs {
  border-bottom: 2px solid #5b2a62;
}
.tab_container .tab_head .nav-tabs li a {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #646464;
  border: 0px;
  margin-right: 0px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  background-clip: padding-box;
}
.tab_container .tab_head .nav-tabs li a:hover, .tab_container .tab_head .nav-tabs li a:focus {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}
.tab_container .tab_head .nav-tabs li a:hover:after, .tab_container .tab_head .nav-tabs li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #5b2a62;
  border-width: 6px;
  margin-left: -6px;
}
.tab_container .tab_head .nav-tabs .active a {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}
.tab_container .tab_head .nav-tabs .active a:hover, .tab_container .tab_head .nav-tabs .active a:focus {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}
.nav-tabs .nav-link {
  position: relative;
}
.tab_container .tab_head .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #5b2a62;
  border-width: 6px;
  margin-left: -6px;
}
.tab_container .tab-content {
  padding: 24px 20px 29px;
  background: #eeeeee;
}
.tab_container .tool_planner_bg {
  background: #f9ffff;
}

.snapshot .tab_container {
  margin: 35px 0px 5px 0px;
}
.snapshot .tab_container .tool_planner_bg {
  background: #f9ffff;
  min-height: 295px !important;
}

.tab_data h6 {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}
.tab_data .left {
  margin-right: 18px;
  margin-top: 10px;
}
.tab_data .right {
  margin-left: 18px;
  margin-top: 10px;
}
.tab_data p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #555555;
}
.tab_data p small {
  font-size: 12px;
}
.tab_data .heading_small {
  margin-bottom: 10px;
  margin-left: 3px;
  float: left;
  width: 100%;
}
.tab_data ul.benifit_list {
  margin-bottom: 28px;
  width: 50%;
  float: left;
}
.tab_data ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}
.tab_data .small_list {
  margin-left: 20px;
}
.tab_data .small_list ul {
  width: 50%;
  float: left;
  margin-bottom: 28px;
}
.tab_data .small_list ul li {
  font-size: 12px;
  list-style-type: circle;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}

.mutual_faqs p {
  margin-bottom: 10px;
}

.document_required {
  margin-top: 22px;
}

.tab_data ul.last_list_faq {
  margin-bottom: 0px;
}

.filter_data {
  width: 100%;
}
.filter_data label {
  margin-left: 20px;
}
.filter_data ul {
  list-style: none;
  float: right;
  width: auto;
}
.filter_data ul li {
  font-size: 13px;
  color: #666666;
  display: inline-block;
  margin-left: 8px;
  list-style: none;
  float: left;
}
.filter_data ul li p {
  margin-top: 6px;
  margin-bottom: 0px;
}

#latest_fmp_series .fund_table table tr th {
  padding: 8px 32px;
}
#latest_fmp_series .fund_table table tbody tr td {
  padding: 8px;
}

.fund_update .fund_table.table1 table tr td {
  background: #eee;
  border-right: 1px solid #ffffff;
  width: auto;
}
.fund_update .fund_table.table1 table tr td:last-child {
  border-right: 0px;
}
.fund_update .fund_table.table1 table tr td table tr td {
  border: 0px;
  width: 11% !important;
}

.state {
  width: 227px;
  height: auto;
}
.state .select-wrapper {
  width: 227px;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 5px 0px;
}
.state .select-wrapper select {
  width: 227px;
  font-size: 14px;
  color: #7d7d7d;
  background: #f9ffff;
}
.state .select-wrapper option[value] {
  border-color: transparent;
  background: #f9ffff;
}
.state .select-wrapper option:hover {
  border-color: transparent;
  background: transparent;
}
.state .select-wrapper option[selected="selected"] {
  font-weight: bold;
}
.state .select-wrapper .holder {
  margin-left: 10px;
}

.city {
  width: 187px;
  height: auto;
}
.city .select-wrapper {
  width: 187px;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 5px 0px;
}
.city .select-wrapper select {
  width: 187px;
  font-size: 14px;
  color: #7d7d7d;
  background: #f9ffff;
}
.city option[value] {
  border-color: transparent;
  background: #f9ffff;
}
.city option:hover {
  border-color: transparent;
  background: transparent;
}
.city option[selected="selected"] {
  font-weight: bold;
}
.city .holder {
  margin-left: 10px;
}

.associate_list {
  margin-top: 10px;
}
.associate_list ul .statecity {
  float: left;
  padding: 20px;
  /* width: 349px; */
  background: #f9ffff;
  /* list-style: none; */
  /* margin: 25px 25px 0px 0px;
  display: inline-block; */
}
.associate_list ul .statecity h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.associate_list ul .statecity p {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
}
.associate_list ul .statecity p strong {
  display: block;
  font-weight: 600;
}
.associate_list ul .statecity h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333333;
}
.associate_list ul .statecity h6 i {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.associate_list ul .statecity .yellow_btn {
  padding: 0px 15px;
  cursor: pointer;
  bottom: 20px !important;
}
.associate_list ul .statecity:nth-child(3n+3) {
  margin-right: 0px;
}

.map_popup .modal-dialog {
  width: 890px;
}
.map_popup .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  background: transparent;
}
.map_popup .modal-dialog .modal-content .modal-header {
  background: none;
  border: 0px;
  padding: 0px;
}
.map_popup .modal-dialog .modal-content .modal-header h4 {
  margin: 8px 0px;
}
.map_popup .modal-dialog .modal-content .modal-header .close {
  font-size: 35px;
  color: #ffffff;
  margin-right: 0px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.map_popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.modal-backdrop {
  background-color: #5b2a62;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.map_description {
  float: left;
  padding: 10px;
  width: 357px;
  list-style: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}
.map_description h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.map_description p {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: normal;
}
.map_description p strong {
  display: block;
  font-weight: 600;
}
.map_description h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333333;
  display: inline-block;
}
.map_description h6 i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.map_description .yellow_btn {
  padding: 0px 15px;
  cursor: pointer;
}

#map-canvas {
  height: 500px;
  width: 100%;
}

#map-canvas_contact {
  height: 500px;
  width: 100%;
}

.contact-container .heading_small {
  font-weight: 600;
  margin-bottom: 0px;
}

.contact-details {
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 30px;
}
.contact-details p {
  font-size: 14px;
  color: #646464;
  line-height: 19px;
  margin-bottom: 15px;
  font-weight: normal;
}
.contact-details h4 {
  font-size: 14px;
  line-height: 22px;
  color: #151515;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.contact-details h4 span {
  color: #646464;
}
.contact-details h4 i {
  margin-right: 5px;
  display: inline-block;
}
.contact-details h4 a {
  color: orange;
}
.contact-details h6 {
  font-size: 14px;
  line-height: 22px;
  color: #151515;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.contact-details h6 i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.contact-details h5 {
  font-size: 16px;
  color: #151515;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
}
.contact-details h5 i {
  margin-right: 5px;
  display: inline-block;
}
.contact-details .yellow_btn {
  padding: 5px 15px;
  cursor: pointer;
}

.company_note .modal-dialog {
  width: 600px;
}
.company_note .modal-header {
  border-bottom: 0px;
}
.company_note .close {
  font-size: 35px;
  color: #5b2a62;
  margin-right: 0px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  margin-top: -15px;
}
.company_note span {
  float: right;
  color: #646464;
  display: block;
  color: #151515;
}

.tool_planner.form-horizontal a, .tool_planner.form-horizontal input {
  display: inline-block;
  margin-left: 18px;
}
.tool_planner.form-horizontal .form-group {
  margin-bottom: 20px;
}
.tool_planner.form-horizontal .control-label {
  font-size: 14px;
  color: #151515;
  font-weight: normal;
  text-align: left !important;
}
.tool_planner.form-horizontal .yellow_btn, .tool_planner.form-horizontal .gray_btn {
  padding: 8px 15px;
  font-size: 13px;
  width: 91px;
  margin-right: 10px;
}
.tool_planner.form-horizontal .tool_selector {
  width: 233px;
}
.tool_planner.form-horizontal .select-wrapper {
  width: 330px;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icons/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 5px 0px;
}
.tool_planner.form-horizontal .select-wrapper select {
  width: 330px;
  font-size: 14px;
  color: #7d7d7d;
  background: #f9ffff;
}
.tool_planner.form-horizontal option[value] {
  border-color: transparent;
  background: #f9ffff;
}
.tool_planner.form-horizontal option:hover {
  border-color: transparent;
  background: transparent;
}
.tool_planner.form-horizontal option[selected="selected"] {
  font-weight: bold;
}
.tool_planner.form-horizontal .holder {
  margin-left: 10px;
}
.tool_planner.form-horizontal a.cross {
  margin: 4px 0px 0px 18px;
  float: left;
}

.Criteria p {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 0px;
}
.Criteria p i {
  color: #e99b21;
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.Criteria p span {
  display: inline-block;
  vertical-align: middle;
}
.Criteria a {
  color: inherit;
}

.upadate_data .pagination {
  margin: 20px 0px 0px;
}

.update_container {
  margin-top: 20px;
}

.update_table {
  margin-top: 20px;
}
.update_table table tr th {
  font-size: 14px;
  color: #151515;
  background: #e4e4e4;
  padding: 12px 10px;
  font-weight: normal;
  border-right: 1px solid #eeeeee;
}
.update_table table tr th span {
  font-size: 14px;
}
.update_table table tr td {
  font-size: 14px;
  color: #646464;
  padding: 15px 10px;
  background: #f9ffff;
  border-right: 1px solid #eeeeee;
  text-transform: lowercase;
}
.update_table table tr td a {
  color: #646464;
}
.update_table table tr td a:hover, .update_table table tr td a:focus {
  color: #646464;
}
.update_table table tr td:first-letter {
  text-transform: uppercase;
}
.update_table table tr td strong {
  font-weight: 600;
}
.update_table table tr td table tr td {
  border: 0px;
  background: transparent;
}

.update_table2 {
  margin-top: 20px;
}
.update_table2 table tr th {
  font-size: 14px;
  color: #151515;
  background: #e4e4e4;
  padding: 10px;
  font-weight: normal;
  border-right: 1px solid #eeeeee;
}
.update_table2 table tr th span {
  font-size: 14px;
}
.update_table2 table tr th table tr th {
  color: #151515;
  border: none;
  padding: 0px 10px;
  background: transparent !important;
}
.update_table2 table tr th table tr td {
  font-size: 12px;
  color: #646464;
  padding: 2px 10px 0px 10px;
  border: none;
  background: transparent !important;
}
.update_table2 table tr th table tr td strong {
  font-weight: 600;
}
.update_table2 table tr th table tr td span {
  display: block;
}
.update_table2 table tr th table tr td small {
  display: block;
  font-size: 12px;
}
.update_table2 table tr td {
  font-size: 14px;
  color: #646464;
  padding: 10px;
  background: #f9ffff;
  border-right: 1px solid #eeeeee;
}
.update_table2 table tr td strong {
  font-weight: 600;
}
.update_table2 table tr td table tr td {
  font-size: 13px;
  color: #646464;
  padding: 0px 10px;
  background: none;
  border: none;
}
.update_table2 table tr td table tr td strong {
  font-weight: 700;
}

.derivative_news {
  background: #eeeeee;
  padding: 20px;
  margin: 30px 0;
  min-height: 1px;
}
.derivative_news h3 {
  font-weight: 600;
}

.dnews_data {
  margin-top: 16px;
}
.dnews_data .all_news_container {
  display: inline-block;
  padding: 0px 35px 0px 0px;
  border-right: 2px solid #d9d8d8;
  margin-right: 35px;
  width: 340px;
  vertical-align: top;
}
.dnews_data .all_news_container:nth-child(3) {
  margin-right: 0px;
  border: 0px;
}

.dnews_list li {
  font-size: 14px;
  color: #5b2a62;
  line-height: 22px;
  margin-bottom: 15px;
}
.dnews_list li a {
  color: #5b2a62;
}
.dnews_list li p {
  margin-bottom: 0px;
}
.dnews_list li p span {
  font-size: 12px;
  color: #999999;
}

.all_news_container.last_new {
  margin-right: 0px;
  border: none;
}

.get_quotes {
  background: #eeeeee;
  padding: 13px 8px;
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.get_quotes ul li {
  margin-right: 12px;
  float: left;
}
.get_quotes ul li:last-child {
  margin-right: 0px;
}
.get_quotes ul li strong {
  font-weight: 600;
  color: #151515;
  font-size: 15px;
  padding-left: 5px;
  margin-top: 5px;
  display: block;
}
.get_quotes ul li .yellow_btn {
  padding: 5px 10px;
  display: block;
}

.quotes_select .select-wrapper {
  width: 175px;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 5px 0px;
}
.quotes_select .select-wrapper select {
  width: 175px;
  font-size: 13px;
  color: #7d7d7d;
  background: #f9ffff;
}
.quotes_select option[value] {
  border-color: transparent;
  background: #f9ffff;
}
.quotes_select option:hover {
  border-color: transparent;
  background: transparent;
}
.quotes_select option[selected="selected"] {
  font-weight: bold;
}
.quotes_select .holder {
  margin-left: 7px;
  font-size: 13px;
  color: #7d7d7d;
  width: 84%;
  overflow: hidden;
}

.fund_profile_container {
  margin-bottom: 40px;
}
.fund_profile_container h3 {
  margin-top: 35px;
}

.fund_table, .fund-table {
  margin-top: 20px;
}
.fund_table table tr th, .fund-table table tr th {
  font-size: 14px;
  color: #151515;
  background: #e4e4e4;
  padding: 8px 18px;
  font-weight: normal;
  border-right: 1px solid #f9ffff;
}
.fund_table table tr th span, .fund-table table tr th span {
  font-size: 14px;
}
.fund_table table tr td, .fund-table table tr td {
  font-size: 14px;
  color: #646464;
  padding: 8px 18px;
  background: #eeeeee;
  border-right: 1px solid #f9ffff;
}
.fund_table table tr td strong, .fund-table table tr td strong {
  font-weight: 600;
}
.fund_table table tr td a, .fund-table table tr td a {
  color: #646464;
}
.fund_table table tr td a:hover, .fund_table table tr td a:focus, .fund-table table tr td a:hover, .fund-table table tr td a:focus {
  color: #646464;
}
.fund_table table tr td table tr td, .fund-table table tr td table tr td {
  font-size: 14px;
  color: #646464;
  padding: 0px 10px;
  background: none;
  border: none;
  line-height: 19px;
}
.fund_table table tr td table tr td strong, .fund-table table tr td table tr td strong {
  font-weight: 600;
}
.fund_table table tr td .action_table tr td, .fund-table table tr td .action_table tr td {
  font-size: 14px;
  border-right: 0px solid #cccccc;
  padding: 0px 10px;
  background: none;
  font-weight: 600;
  color: #6a3f71;
}
.fund_table table tr td .action_table tr td:last-child, .fund-table table tr td .action_table tr td:last-child {
  border: 0px;
}
.fund_table table tr td .action_table tr td a, .fund-table table tr td .action_table tr td a {
  color: #6a3f71;
}

.nav_container {
  margin-bottom: 40px;
}

.historical_nav_data {
  margin-top: 10px;
}
.historical_nav_data .date_list {
  margin-top: 20px;
}
.historical_nav_data .date_list li {
  margin-left: 1px;
}
.historical_nav_data .date_btn {
  margin-top: 20px;
}
.historical_nav_data .heading_small {
  font-weight: 600;
  margin-top: 25px;
  margin-left: 20px;
}
.historical_nav_data .heading_small a {
  color: inherit;
}
.historical_nav_data .heading_small a:hover, .historical_nav_data .heading_small a:focus {
  color: inherit;
}

.fund_ct {
  float: left;
  margin-right: 9px;
}
.fund_ct p {
  font-size: 14px;
  color: #151515;
  margin-bottom: 15px;
}
.fund_ct .date_list li {
  margin-left: 11px;
}
.fund_ct .quotes_select .select-wrapper select {
  font-size: 14px;
}
.fund_ct .quotes_select .holder {
  margin-left: 10px;
  font-size: 14px;
}

.date_btn {
  margin-top: 0px;
  float: right;
}
.date_btn ul {
  float: right;
}
.date_btn ul li {
  display: inline-block;
  margin-left: 10px;
}
.date_btn .btn-success {
  background: #33a90f;
}
.date_btn .btn-danger {
  background: #dd3b3b;
}
.date_btn .btn-success, .date_btn .btn-danger, .date_btn .purpul_btn {
  font-size: 15px;
  color: #ffffff;
  padding: 5px 25px;
}
.date_btn input.datepicker {
  background: transparent;
  font-size: 14px;
  color: #151515;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 3px 5px;
  margin-right: 10px;
  width: 90px;
}

.historical_nav_data .fund_ct .select-wrapper {
  width: 325px;
}
.historical_nav_data .fund_ct .select-wrapper select {
  width: 325px;
}

.nav_table {
  margin-top: 20px;
}
.nav_table table tr th {
  font-size: 14px;
  color: #151515;
  background: #e4e4e4;
  padding: 8px 5px;
  font-weight: normal;
  border-right: 1px solid #f9ffff;
}
.nav_table table tr td {
  font-size: 14px;
  color: #646464;
  padding: 10px;
  background: #eeeeee;
  border-right: 1px solid #f9ffff;
}

.positions_filter {
  float: right;
  margin-top: 0px;
}
.positions_filter li {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #151515;
  float: left;
}
.positions_filter li p {
  font-size: 14px;
  color: #151515;
  padding-top: 4px;
  margin-bottom: 0px;
}
.positions_filter .yellow_btn {
  font-size: 12px;
  padding: 8px 20px;
  display: block;
}
.positions_filter .quotes_select .select-wrapper {
  width: 233px;
  padding: 7px 0px;
  height: 30px;
}
.positions_filter .quotes_select .select-wrapper select {
  width: 233px;
  height: 30px;
}

.recent-post-sec {
	/* margin-top: 30px; */
	margin-bottom: 20px;
}

.recent-post-sec h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.recent-post-all {
	margin-top: 17px;
	padding: 5px 20px 10px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 10px #7297A7;
}

.recent-post-list {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #707070;
}

.recent-post-list:last-child {
	border: none;
}

.recent-post-list .post-date {
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}

.recent-post-list p {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 5px;
	color: #333333;
	margin-bottom: 0;
}

.news{
  margin-top: 30px;
  margin-bottom: 30px;
}

.news .card{
  box-shadow: rgba(50, 50, 50, 0.3) 0px 3px 6px 0px;
  margin-top: 30px;
  border-radius: 20px;
}

.news .news-card{
  border: 1px solid #ddd;
}

.news .card .img{
  overflow: hidden;
  transition: all 0.6s ease;
}

.news .card:hover img{
  transform: scale(1.2);
  transition: all 0.6s ease;
}

.card .content-body  {
  text-align: center;
  border-top: 1px solid #dddd;
}

.news .main-content h3{
  margin: 0;
  font-weight: 600;
  padding-left: 20px;
}

.news .main-content h3:before{
  position: absolute;
  top: 15px;
  width: 3px;
  margin-left: -20px;
  height: 50%;
  content: "";
  background: rgb(91, 32, 103);;
}

.news .main-content .content-header{
  padding: 15px 0;
  position: relative; 
}

.news .main-content .content-header .btn{
  float: right;
  color: #fff;
  margin-top: 10px;
  background-color: rgb(91, 32, 103);
}

.news .main-content .content-body a{
  color: #333;
}

.news .card .card-body{
  padding: 15px;
}

.news .card .card-body .content h4{
  font-weight: 700;
  line-height: normal;

}

.what-demat-accout-sec {
	background: #512067;
	padding: 50px;
	margin-bottom: 75px;
	border-radius: 8px;
}

.what-demat-accout-sec .what-description-info {
}

.what-demat-accout-sec .what-description-info h2 {
	color: #ffffff;
	margin: 0;
}

.what-demat-accout-sec .what-description-info p {
	font-size: 21px;
	line-height: 35px;
	color: #ffffff;
	margin-top: 12px;
}

.news_main {
  margin-top: 0px;
}
.news_main .news_updates .date_list {
  margin-top: 13px;
  float: right;
}

.header_title.header_title2 {
  margin-bottom: 0px;
}

.new_udpate_main {
  margin-bottom: 50px;
  margin-top: 0px;
}

.ddr_list {
  float: right;
}
.ddr_list li {
  display: inline-block;
  padding-left: 19px;
}
.ddr_list li h5 a {
  font-size: 14px;
  font-weight: 700;
  color: #5b2a62;
}
.ddr_list li h5 a img {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.ddr_list li h5 a i {
  padding-right: 7px;
  padding-left: 7px;
  display: inline-block;
  vertical-align: middle;
}
.ddr_list li a {
  font-size: 12px;
  color: #646464;
}
.ddr_list li a i {
  padding-right: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 15px;
}

.ddr_container {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.ddr_container a {
  text-decoration: none;
  outline: none;
  color: #646464;
  font-weight: 600;
}
.ddr_container a:hover, .ddr_container a:focus {
  color: #646464;
  font-weight: 600;
}
.ddr_container .heading_small {
  color: #333333;
  margin-bottom: 10px;
}
.ddr_container p {
  font-size: 14px;
  color: #646464;
  line-height: 22px;
}
.ddr_container p small {
  font-size: 13px;
  color: #999999;
}
.ddr_container ul {
  margin-top: 0px;
}
.ddr_container ul li {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 22px;
  color: #646464;
  list-style-type: circle;
  margin-left: 17px;
}
.ddr_container ul li strong {
  font-size: 14px;
  font-weight: 600;
}
.ddr_container .white_bg.fund_table table tr td:first-child {
  font-weight: 400;
}

.ddr_container.temp_type_2 .white_bg.fund_table table tr td:first-child {
  font-weight: 400;
  width: 112px;
}

.red_text {
  color: #dd3b3b;
}

.first_tarder {
  min-height: 151px;
}

.char_of_day {
  float: right;
}

.second_tarder {
  min-height: 279px;
}

.garph_sector {
  margin-top: 35px;
}

.corporate_table {
  margin-top: 0px;
}
.corporate_table table tr td {
  font-size: 13px;
  color: #646464;
  background: #f9ffff;
  padding: 8px 10px;
  font-weight: normal;
  border: 2px solid #eeeeee;
}

.derivatives_data {
  margin-top: 20px;
}
.derivatives_data h4 {
  font-size: 16px;
  color: #151515;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.derivatives_table {
  margin-top: 0px;
}
.derivatives_table table tr th {
  font-size: 13px;
  color: #151515;
  background: #e4e4e4;
  padding: 8px 12px;
  font-weight: normal;
  border-right: 1px solid #eeeeee;
}
.derivatives_table table tr td {
  font-size: 13px;
  color: #646464;
  padding: 10px 12px;
  background: #f9ffff;
  border-right: 1px solid #eeeeee;
}

.inout-form-data {
  width: 100%;
}
.inout-form-data ul li {
  display: inline-block;
  margin-right: 20px;
  float: left;
  width: 330px;
}
.inout-form-data ul li lable {
  font-size: 14px;
  color: #151515;
  float: left;
  margin: 7px 10px 13px 0;
}
.inout-form-data ul li .quotes_select {
  float: right;
  margin-bottom: 10px;
}
.inout-form-data ul li .quotes_select .select-wrapper {
  width: 256px;
  padding: 7px 0px;
  height: 30px;
}
.inout-form-data ul li .quotes_select .select-wrapper select {
  width: 256px;
}
.inout-form-data ul li:last-child {
  width: auto;
}
.inout-form-data ul li:first-child {
  margin-top: 8px;
}
.inout-form-data ul table {
  width: 100%;
}
.inout-form-data ul .yellow_btn {
  float: left;
  padding: 8px 20px;
}

.inout-data {
  margin-top: 20px;
  float: left;
  width: 48%;
}
.inout-data table tr th {
  font-size: 13px;
  color: #151515;
  background: #e4e4e4;
  padding: 7px 20px;
  font-weight: normal;
}
.inout-data table tr th table tr td {
  padding: 0px;
  background: #e4e4e4;
  font-size: 13px;
  color: #646464;
}
.inout-data table tr th table tr td:first-child {
  font-weight: 400;
}
.inout-data table tr th table tr th {
  padding: 0px;
}
.inout-data table tr td {
  font-size: 13px;
  color: #646464;
  padding: 10px 12px;
  background: #eeeeee;
  width: 33%;
}
.inout-data table tr td:first-child {
  font-weight: 600;
}
.inout-data table tr td:first-child table tr td .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
}
.inout-data table tr td:first-child table tr td a {
  float: left;
  color: #646464;
}
.inout-data table tr td:last-child {
  width: 34%;
}

.inout-data-2 {
  float: right;
  width: 48%;
}

.nav_graph {
  background: #f9ffff;
  padding: 20px;
  margin-top: 28px;
  min-height: 370px;
}
.nav_graph .heading_small {
  float: left;
  width: auto;
}
.nav_graph .quotes_select {
  float: right;
}
.nav_graph .radio_filter {
  display: block;
  margin-top: 20px;
}
.nav_graph .radio_filter li {
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

/*careers popup*/
.job-description .modal-dialog {
  width: 973px;
}
.job-description .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.job-description .modal-dialog .modal-content .modal-header {
  background: none;
  border: 0px;
  padding: 27px 20px 7px 20px;
}
.job-description .modal-dialog .modal-content .modal-header h4 {
  margin: 8px 0px;
}
.job-description .modal-dialog .modal-content .modal-header .close {
  font-size: 35px;
  color: #5b2a62;
  margin-right: 0px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  margin-top: -15px;
}
.job-description .modal-dialog .modal-content .modal-body {
  padding: 0px 20px 20px;
}
.job-description .modal-dialog .modal-content .modal-body .time_table ul li {
  display: table;
}
.job-description .modal-dialog .modal-content .modal-body .time_table ul li span {
  color: #646464;
  width: 150px;
  display: table-cell;
  font-weight: 600;
  font-size: 14px;
}
.job-description .modal-dialog .modal-content .modal-body .time_table ul li:first-child span {
  font-size: 16px;
}
.job-description .modal-dialog .modal-content .modal-body .time_table ul li p {
  color: #151515;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
}
.job-description .modal-dialog .modal-content .modal-body .time_table ul li:first-child p {
  color: #6a3f71;
  font-weight: 600;
  font-size: 16px;
}
.job-description .modal-dialog .modal-content .modal-body .qualification h5 {
  font-size: 14px;
  color: #646464;
  font-weight: 600;
}
.job-description .modal-dialog .modal-content .modal-body .qualification p {
  font-size: 14px;
  color: #151515;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container {
  background: #eeeeee;
  padding: 20px 24px;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul {
  margin-top: 20px;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul li {
  color: #5b2a62;
  list-style-type: disc;
  line-height: 19px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul li:last-child {
  margin-left: 0px;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul li:before {
  content: "\2022";
  font-size: 25px;
  margin-right: 10px;
  margin-top: 0;
  vertical-align: top;
  display: inline-block;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul li span {
  color: #151515;
  font-size: 14px;
}
.job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container .yellow_btn {
  margin-top: 50px;
  padding: 9px 21px;
  background-color: #e99b21;
  float: right;
}

.apply-now {
  overflow-y: visible;
  overflow-x: hidden;
}
.apply-now .modal-dialog {
  width: 339px;
}
.apply-now .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.apply-now .modal-dialog .modal-content .modal-header {
  background: none;
  border: 0px;
  padding: 39px 20px 8px;
}
.apply-now .modal-dialog .modal-content .modal-header .heading_small {
  margin-bottom: 0px;
  font-weight: 600;
}
.apply-now .modal-dialog .modal-content .modal-header h4 {
  margin: 8px 0px;
}
.apply-now .modal-dialog .modal-content .modal-header .close {
  font-size: 40px;
  color: #5b2a62;
  margin-right: 0px;
  margin-top: -28px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
}
.apply-now .modal-dialog .modal-content .modal-body {
  padding: 0px 20px 21px;
}
.apply-now .modal-dialog .modal-content .modal-body .form-group {
  width: 298px;
}
.apply-now .modal-dialog .modal-content .modal-body .form-group textarea {
  resize: none;
}
.apply-now .modal-dialog .modal-content .modal-body .form-group .form-control {
  border: 1px solid #d9d9d9;
  background: #f9ffff;
  margin-bottom: 9px;
}
.apply-now .modal-dialog .modal-content .modal-body .form-group .btn-primary {
  padding: 5px 20px;
  background-color: #646464;
  border-radius: 9px;
  margin-top: 11px;
}
.apply-now .modal-dialog .modal-content .modal-body .form-group p {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  color: #646464;
  margin-left: 13px;
}
.apply-now .modal-dialog .modal-content .modal-body .form-group .btn-default {
  font-size: 14px;
  background-color: #5b2a62;
  color: #f9ffff;
  padding: 9px 10px;
  border-radius: 10px;
  margin-top: 11px;
}
.apply-now .modal-dialog .modal-content .modal-body h2.block-title {
  font-size: 18px;
  margin: -40px 0 30px 0;
  font-weight: 600;
}
.apply-now .modal-dialog .modal-content .modal-body form .description {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  color: #646464;
  margin-left: 13px;
}
.apply-now .modal-dialog .modal-content .modal-body form .form-actions .purpul_btn:hover, .apply-now .modal-dialog .modal-content .modal-body form .form-actions .purpul_btn:focus {
  box-shadow: none;
  border: 0 !important;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-component-select .form-control.form-select {
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 0px 0px;
  line-height: 30px;
  width: 200px;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs {
  margin-bottom: 20px;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs label {
  text-align: right;
  line-height: 34px;
  display: inline-block;
  width: 160px;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs p {
  font-size: 12px;
  margin: 0px;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input {
  width: 200px;
  display: inline-block;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input[type=text]::-webkit-input-placeholder, .apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input::-webkit-input-placeholder {
  color: #151515;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input[type=text]:-moz-placeholder, .apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input[type=text]::-moz-placeholder, .apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input[type=text]:-ms-input-placeholder, .apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs input:-ms-input-placeholder {
  color: #151515;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper .grippie {
  display: none;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper textarea {
  resize: none;
  width: 200px;
  border: 1px solid #d9d9d9;
  color: #151515;
  height: 80px;
  padding: 10px;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper textarea:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper textarea::-webkit-input-placeholder {
  color: #151515;
  opacity: 1;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
  opacity: 1;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
  opacity: 1;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-textarea-wrapper textarea:-ms-input-placeholder {
  color: #151515;
  opacity: 1;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-managed-file input:hover, .apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .form-managed-file input:focus {
  border: none;
  box-shadow: none;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .select-wrapper {
  margin-bottom: 9px;
  width: 300px;
  padding: 7px 0px;
  height: 30px;
}
.apply-now .modal-dialog .modal-content .modal-body form .webform-container-inline.inputs .select-wrapper select {
  width: 300px;
  height: 26px;
  height: 30px;
}
.apply-now .modal-dialog .modal-content .modal-body .quotes_select .select-wrapper {
  margin-bottom: 9px;
  width: 300px;
  padding: 7px 0px;
}
.apply-now .modal-dialog .modal-content .modal-body .quotes_select .select-wrapper select {
  width: 300px;
  height: 26px;
}

#edit-submitted-resume-upload:hover, #edit-submitted-resume-upload:focus {
  box-shadow: none;
  border: 0px !important;
  outline: none;
}

.apply .modal-dialog {
  width: 337px;
}
.apply .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.apply .modal-dialog .modal-content .modal-header {
  background: none;
  border: 0px;
  padding: 12px 59px 7px;
}
.apply .modal-dialog .modal-content .modal-header .close {
  font-size: 35px;
  color: #5b2a62;
  margin-right: -34px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.apply .modal-dialog .modal-content .modal-body {
  padding: 0px 29px 58px;
}
.apply .modal-dialog .modal-content .modal-body h5 {
  font-size: 16px;
  color: #5b2a62;
  font-weight: 600;
  margin-bottom: 22px;
}
.apply .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
  color: #151515;
  margin-left: 24px;
}

/*careers popup*/
/*blog*/
.blog {
  margin-top: 17px;
}
.blog .media {
  margin-bottom: 30px;
}
.blog .media .media-left {
  padding-right: 21px;
}
.blog .media .media-body {
  padding-top: 0px;
}
.blog .media .media-body h4 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: 600;
  color: #151515;
}
.blog .media .media-body .equity_list li {
  font-size: 12px;
  display: inline-block;
  padding-right: 7px;
  margin-right: 3px;
  position: relative;
}
.blog .media .media-body .equity_list li small {
  color: #5b2a62;
  font-weight: 700;
  font-size: 12px;
}
.blog .media .media-body .equity_list li span {
  color: #151515;
  font-weight: 700;
}
.blog .media .media-body .equity_list li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 10px;
  top: 4px;
  border-right: 1px solid #646464;
}
.blog .media .media-body .equity_list li:last-child {
  padding-right: 0px;
  margin-left: 0px;
}
.blog .media .media-body .equity_list li:last-child:after {
  content: "";
  border-right: 1px solid transparent;
}
.blog .media .media-body p {
  margin-top: 6px;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  margin-bottom: 13px;
}
.blog .media .media-body .yellow_btn {
  padding: 5px 20px;
  font-size: 12px;
}

.news_updates.blogs_main h2 {
  margin-top: 14px;
}
.news_updates.blogs_main .blog .media .media-body {
  padding: 10px 0;
}

.blogs_main {
  margin-bottom: 40px;
}

.sidebar_post.sidebar_post_last {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.news_container {
  padding: 20px 15px 30px;
  background-color: #e3e3e3;
  margin-bottom: 10px;
}
.news_container .categories_news ul li {
  background: url(../images/icon/right-arrow.png) no-repeat;
  padding-left: 15px;
  background-position: 0% 6px;
  margin-bottom: 10px;
}
.news_container .categories_news ul a {
  font-size: 16px;
  color: #5b2a62;
  font-weight: 700;
}
.news_container .sidebar_post {
  border-top: 1px solid #cbbfcd;
  padding: 20px 0;
}
.news_container .sidebar_post .media .media-left {
  padding-right: 14px;
}
.news_container .sidebar_post .media .media-left a img {
  width: 100px;
}
.news_container .sidebar_post .media .media-body {
  padding-top: 0px;
}
.news_container .sidebar_post .media .media-body p {
  font-size: 12px;
}
.news_container .sidebar_post .media .media-body .news_date_lists li {
  font-size: 12px;
  display: inline-block;
  padding-right: 3px;
  margin-right: 3px;
  position: relative;
  color: #999999;
}
.news_container .sidebar_post .media .media-body .news_date_lists li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 0px;
  height: 10px;
  top: 4px;
  border-right: 1px solid #999999;
}
.news_container .sidebar_post .media .media-body .news_date_lists li:last-child {
  padding-right: 0px;
  margin-left: 0px;
}
.news_container .sidebar_post .media .media-body .news_date_lists li:last-child:after {
  content: "";
  border-right: 1px solid transparent;
}
.news_container .noborder {
  border: 0px;
}
.news_container .heading_small {
  font-weight: 600;
}

/*blog*/
/* faq_equity*/
.equity .equity_container {
  margin-top: 0px;
}
.equity .equity_container .equity_content h3.heading_small {
  margin-top: 20px;
  margin-bottom: 10px;
}
.equity .equity_container h6 {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  margin: 0px;
  text-align: justify;
}
.equity .equity_container p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}
.equity .faq_data {
  margin-top: 31px;
}
.equity .faq_data .panel-group {
  margin-bottom: 40px;
}
.equity .faq_data .panel-group .panel-default {
  margin-bottom: 11px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.equity .faq_data .panel-group .panel-default .panel-heading.active {
  background-color: #87658d;
}
.equity .faq_data .panel-group .panel-default .panel-heading.active .panel-title a {
  color: #ffffff;
}
.equity .faq_data .panel-group .panel-default .panel-heading {
  padding: 0px;
  background-color: #e4e4e4;
  border-radius: 0;
}
.equity .faq_data .panel-group .panel-default .panel-heading .panel-title a {
  font-size: 16px;
  display: block;
  padding: 15px;
}
.equity .faq_data .panel-group .panel-default .panel-heading .panel-title a .pluse {
  background-color: #e99b21;
  color: #ffffff;
  padding: 3px 3px;
  float: right;
}
.equity .faq_data .panel-group .panel-default .panel-collapse .panel-body {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  margin-bottom: 13px;
  background: #f9ffff;
  border: 0;
  box-shadow: none;
  text-align: justify;
}

/* faq_equity*/
/*company report*/
.company_report {
  margin-top: 20px;
}
.company_report .update_table table tr th {
  padding-left: 40px;
}
.company_report .update_table table tr td {
  padding-left: 40px;
}
.company_report .update_table table tr td strong {
  font-weight: 600;
}
.company_report .update_table table tr td a {
  font-weight: 600;
  color: #6a3f71;
}
.company_report .update_table table tr td img {
  margin-right: 12px;
}

.date_time .heading_small {
  display: inline-block;
}
.date_time .date_list {
  display: inline-block;
  margin: 0;
}
.date_time .date_list li .yellow_btn {
  padding: 8px 20px;
}

/*company report*/
/*tools return*/
.tools_return .tools_dropdown {
  margin-top: 16px;
}
.tools_return .tools_dropdown .fund_ct p {
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.tools_return .tools_dropdown .fund_ct p:nth-child(2) {
  margin-left: 28px;
}
.tools_return .tools_dropdown .fund_ct .quotes_select {
  display: inline-block;
  vertical-align: middle;
}
.tools_return .tools_dropdown .fund_ct .quotes_select .select-wrapper {
  width: 256px;
  border: 1px solid #d9d9d9;
}
.tools_return .tools_dropdown .fund_ct .quotes_select .select-wrapper select {
  width: 256px;
}
.tools_return .tools_dropdown .fund_ct .quotes_select .select-wrapper select option {
  font-size: 14px;
  color: #7d7d7d;
}
.tools_return .tools_dropdown .btn {
  padding: 0px;
}
.tools_return .tools_dropdown .btn a {
  font-size: 14px;
  padding: 5px 15px;
}
.tools_return .section_calculator {
  margin-top: 40px;
  background-color: #e4e4e4;
  padding: 25px 20px;
}
.tools_return .section_calculator h5 {
  font-size: 16px;
  color: #151515;
  font-weight: 600;
  margin-bottom: 18px;
}
.tools_return .section_calculator ul li label {
  font-size: 14px !important;
  color: #151515;
  margin-bottom: 19px;
  line-height: 11px;
  font-weight: 400;
}
.tools_return .section_calculator .yellow_btn {
  margin-top: 25px;
  float: right;
  padding: 5px 22px;
}
.tools_return .calculator_list {
  margin-top: 21px;
  float: none;
  padding: 0;
}
.tools_return .calculator_list .calculator_form {
  margin-bottom: 18px;
}
.tools_return .calculator_list .calculator_form li {
  font-size: 14px;
  color: #151515;
  margin-left: 0px;
  display: inline-block;
}
.tools_return .calculator_list .calculator_form li input {
  width: 120px;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 2px;
}
.tools_return .calculator_list .calculator_to li {
  font-size: 14px;
  color: #151515;
  margin-right: 18px;
  margin-left: 0px;
  display: inline-block;
}
.tools_return .calculator_list .calculator_to li input {
  width: 120px;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 2px;
}
.tools_return .calculator_table {
  margin-top: 20px;
}
.tools_return .calculator_table table tr th {
  background-color: #e4e4e4;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  border-right: 1px solid #f9ffff;
  padding: 8px 12px;
}
.tools_return .calculator_table table tr th .cal_table tr th {
  border: 0px;
}
.tools_return .calculator_table table tr th .cal_table tr td {
  background-color: #e4e4e4;
  padding: 6px 19px;
  font-size: 12px;
  color: #646464;
  border: 0px;
}
.tools_return .calculator_table table tr th span {
  font-size: 12px;
  color: #646464;
}
.tools_return .calculator_table table tr td {
  padding: 6px 19px;
  background-color: #eeeeee;
  color: #646464;
  font-size: 13px;
}
.tools_return .calculator_table table tr td table tr td {
  padding: 0px;
  width: 50%;
}
.tools_return .calculator_table p {
  float: right;
  margin-top: 30px;
  margin-bottom: 50px;
}
.tools_return .calculator_table p .yellow_btn {
  padding: 8px 20px;
  margin-right: 10px;
}
.tools_return .calculator_table p .yellow_btn:last-child {
  margin-right: 10px;
}
.tools_return .calculator_table p .purpul_btn {
  padding: 8px 20px;
}

/*tools return*/
/*scheme_profile_detail*/
.scheme_profile_detail .fund_ct {
  margin-right: 31px;
  margin-bottom: 55px;
}
.scheme_profile_detail .fund_ct:nth-child(3) {
  margin-right: 0px;
}
.scheme_profile_detail .fund_ct:nth-child(3) .quotes_select {
  float: left;
}
.scheme_profile_detail .fund_ct:nth-child(3) .yellow_btn {
  float: right;
  padding: 7px 15px;
  margin-left: 20px;
}
.scheme_profile_detail .fund_ct .quotes_select .select-wrapper {
  width: 336px;
  display: inline-block;
}
.scheme_profile_detail .fund_ct .quotes_select .select-wrapper select {
  width: 336px;
}
.scheme_profile_detail .Equty_dbt h3 {
  font-size: 18px;
  color: #151515;
  font-weight: 600;
}
.scheme_profile_detail .Equty_dbt ul {
  display: inline-block;
}
.scheme_profile_detail .Equty_dbt ul li {
  display: inline-block;
  font-size: 12px;
  color: #dd3b3b;
  font-weight: 600;
  margin-right: 5px;
}
.scheme_profile_detail .Equty_dbt ul li span {
  color: #dd3b3b;
  font-weight: 700;
  font-size: 16px;
}
.scheme_profile_detail .Equty_dbt ul li small {
  font-size: 12px;
  color: #646464;
}
.scheme_profile_detail .Equty_dbt ul li strong {
  color: #646464;
}
.scheme_profile_detail .Equty_dbt p a {
  margin-right: 6px;
}
.scheme_profile_detail .Equty_dbt p .btn-success {
  padding: 5px 13px;
  background-color: #009e11;
}
.scheme_profile_detail .Equty_dbt p .btn-danger {
  padding: 5px 13px;
  color: #dd3b3b;
  color: #ffffff;
}
.scheme_profile_detail .Equty_dbt p .purpul_btn {
  padding: 7px 22px;
  background-color: #5b2a62;
}
.scheme_profile_detail .fund_scheme_details {
  margin-right: 10px;
}
.scheme_profile_detail .pattern {
  margin-left: 10px;
}
.scheme_profile_detail .pattern .investment_pattern {
  margin-top: 0;
}
.scheme_profile_detail .pattern .investment_pattern .fund_table {
  margin-bottom: 25px;
}
.scheme_profile_detail .scheme_profile_container {
  background: #eeeeee;
}
.scheme_profile_detail .scheme_profile_container .portfolio, .scheme_profile_detail .scheme_profile_container .investment_details, .scheme_profile_detail .scheme_profile_container .eligibility {
  margin-right: 10px;
}
.scheme_profile_detail .scheme_profile_container .portfolio_analysis {
  margin: 20px 0 0 10px;
}
.scheme_profile_detail .scheme_profile_container .ratio_returns, .scheme_profile_detail .scheme_profile_container .asset_allocation, .scheme_profile_detail .scheme_profile_container .fund_objective {
  margin: 40px 10px 0 0;
}
.scheme_profile_detail .scheme_profile_container .quater_returns, .scheme_profile_detail .scheme_profile_container .annual_return, .scheme_profile_detail .scheme_profile_container .portfolio_characteristics {
  margin: 40px 0 0 10px;
}
.scheme_profile_detail .scheme_profile_container .brokrage-inner {
  background: #f9ffff;
  padding: 15px;
  margin-top: 30px;
}
.scheme_profile_detail .scheme_profile_container .brokrage-inner table tr td {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.scheme_profile_detail .scheme_profile_container .contact-container h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .snapshort {
  padding-bottom: 13px;
}
.scheme_profile_detail .scheme_profile_container .contact-container table tr td {
  font-size: 13px;
  color: #646464;
  line-height: 38px;
  margin-bottom: 11px;
}
.scheme_profile_detail .scheme_profile_container .contact-container table tr td span {
  font-weight: 600;
}
.scheme_profile_detail .scheme_profile_container .contact-container .snapshort img {
  margin-top: 26px;
  margin-left: 13px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .holding_details .brokrage-inner {
  height: 60px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .holding_details .same_height {
  min-height: 267px;
  background: #f9ffff;
}
.scheme_profile_detail .scheme_profile_container .contact-container .holding_details table tr th {
  font-size: 14px;
  color: #151515;
  background-color: #e4e4e4;
  border-right: 1px solid #dfdddd;
  padding: 8px 25px;
  font-weight: 600;
}
.scheme_profile_detail .scheme_profile_container .contact-container .holding_details table tr td {
  font-size: 13px;
  color: #646464;
  background-color: #f9ffff;
  border-right: 1px solid #dfdddd;
  padding: 8px 25px;
  line-height: inherit;
}
.scheme_profile_detail .scheme_profile_container .contact-container .holding_details .nav-tabs li a {
  padding: 7px 21px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .holding_details .tool_planner_bg {
  background: #f9ffff;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab h5 {
  font-size: 14px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 18px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab h6 {
  font-size: 14px;
  color: #151515;
  line-height: 20px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab ul li span {
  margin-right: 21px;
  font-size: 14px;
  color: #151515;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab p {
  line-height: 30px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab p span {
  margin-right: 21px;
}
.scheme_profile_detail .scheme_profile_container .contact-container .scheme_profile_tab p a {
  font-size: 14px;
  color: #151515;
  margin-bottom: 20px;
}
.scheme_profile_detail .scheme_profile_container .ratio_returns, .scheme_profile_detail .scheme_profile_container .quater_returns {
  margin-top: 0px !important;
  margin-bottom: 25px;
}
.scheme_profile_detail .scheme_profile_container .annual_return {
  margin-top: 105px;
}
.scheme_profile_detail .nav_table table tr td {
  padding: 15px 25px;
}
.scheme_profile_detail .fund_profile_container .fund_table .daily_nav_table.table-responsive {
  overflow-x: hidden;
}
.scheme_profile_detail .fund_table table tbody tr td {
  padding: 8px;
}
.scheme_profile_detail .fund_table table tbody tr td .green_arrow {
  display: inline-block;
  height: 16px;
}
.scheme_profile_detail .fund_table table tbody tr td .red_arrow {
  display: inline-block;
  background-position: 5px 0px;
}
.scheme_profile_detail .fund_table table tbody tr td .cal_table tr td {
  padding: 0 5px 0 0;
}
.scheme_profile_detail .fund_table table tbody tr td table tr td {
  padding: 0px 8px;
}
.scheme_profile_detail .market_equity_graph {
  padding: 20px;
}
.scheme_profile_detail .market_equity_graph .fund_table {
  margin-top: 0;
}
.scheme_profile_detail .market_equity_graph .duration {
  margin-right: 55px;
}
.scheme_profile_detail .market_equity_graph .quotes_select .select-wrapper {
  margin-left: 43px;
}
.scheme_profile_detail .category_return_filter .fund_ct {
  margin-top: 30px;
  margin-right: 39px;
  margin-bottom: 0;
}
.scheme_profile_detail .category_btn p .yellow_btn {
  margin-top: 65px;
}

div.error {
  margin-top: 4px;
  font-size: 12px;
  text-align: justify;
  color: #dd3b3b;
}

#analysis_bar_chart svg g text {
  -ms-transform: rotate(-30 80, -10);
  /* IE 9 */
  -webkit-transform: rotate(-30 80, -10);
  /* Chrome, Safari, Opera */
  transform: rotate(-30 80, -10);
}

.modes_call_popup .modal-dialog {
  width: 800px;
}

/*scheme_profile_detail*/
/*brokerage_calculator*/
.brokerage_calculator .nopad {
  padding-left: 10px;
  padding-right: 10px;
}
.brokerage_calculator .brokrage-inner {
  background: #f9ffff;
  padding: 15px;
}
.brokerage_calculator .yellow_btn {
  font-size: 18px;
  margin: 28px auto 0px;
  padding: 10px 45px;
}
.brokerage_calculator .yellow_btn a {
  color: #ffffff;
}
.brokerage_calculator h3 {
  color: #333333;
  margin-bottom: 15px;
}
.brokerage_calculator .tab_data .equity_price {
  margin-top: 17px;
}
.brokerage_calculator .tab_data .equity_price .equity_subtype li {
  text-align: center;
  margin-left: 5px;
}
.brokerage_calculator .tab_data .equity_price .equity_subtype li label {
  padding-left: 20px;
  min-height: auto;
}
.brokerage_calculator .tab_data .equity_price ul li {
  margin-right: 20px;
  display: inline-block;
  font-size: 14px;
  color: #555555;
  margin-bottom: 9px;
}
.brokerage_calculator .tab_data .equity_price ul li .form-control {
  width: 66px;
  margin-right: -9px;
  height: 27px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
.brokerage_calculator .tab_data .equity_price ul li .form-control .radio label .check {
  padding-right: 10px;
}
.brokerage_calculator .tab_data .equity_price ul li:last-child {
  margin-right: 0px;
}
.brokerage_calculator .currency_nse {
  margin-top: 40px;
}
.brokerage_calculator .currency_nse .nav_table table th {
  padding-left: 21px;
}
.brokerage_calculator .currency_nse .nav_table table td {
  padding-left: 21px;
}
.brokerage_calculator .detailing p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #646464;
  margin-bottom: 20px;
}
.brokerage_calculator .detailing h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #646464;
  font-weight: 600;
  margin: 0;
}
.brokerage_calculator .detailing ol {
  counter-reset: list;
  margin: 0 0 0 -40px;
}
.brokerage_calculator .detailing ol > li {
  list-style: none;
  font-size: 12px;
  line-height: 22px;
}
.brokerage_calculator .detailing ol > li:before {
  content: counter(list,decimal) ") ";
  counter-increment: list;
  margin: 0;
}
.brokerage_calculator .fund_profile_container {
  margin-bottom: 20px;
}
.brokerage_calculator .fund_profile_container .fund_table table tr th {
  border: 0px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  padding: 8px 20px;
  border: 1px solid #eeeeee;
  text-align: right;
}
.brokerage_calculator .fund_profile_container .fund_table table tr th:first-child {
  text-align: left;
}
.brokerage_calculator .fund_profile_container .fund_table table tr td {
  border: 0px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  padding: 8px 20px;
  border: 1px solid #eeeeee;
  text-align: right;
}
.brokerage_calculator .fund_profile_container .fund_table table tr td:first-child {
  text-align: left;
}
.brokerage_calculator .fund_profile_container .fund_table table tr td span {
  font-weight: 600;
}
.brokerage_calculator .fund_profile_container .fund_table table tr td:last-child {
  width: 150px;
}

.currency_future .brokrage-inner {
  background: #ffffff;
  padding: 15px;
}
.currency_future .yellow_btn {
  font-size: 18px;
  margin-top: 43px;
  padding: 10px 30px;
}
.currency_future .yellow_btn a {
  color: #ffffff;
}
.currency_future h3 {
  color: #333333;
}
.currency_future .currency_data {
  margin-top: 16px;
}
.currency_future .currency_data ul li {
  display: inline-block;
  font-size: 14px;
  color: #555555;
  margin-right: 45px;
  margin-left: 56px;
  margin-bottom: 9px;
}
.currency_future .currency_data ul li .form-control {
  width: 160px;
  margin-right: -8px;
  height: 22px;
  box-shadow: none;
}
.currency_future .currency_data ul li .form-control .radio label {
  margin-left: 86px;
  margin-right: 18px;
  font-weight: 400;
}
.currency_future .currency_data ul li:last-child {
  margin-right: 0px;
}
.currency_future .currency_data .inputs {
  margin: 0px;
}
.currency_future .currency_data .inputs li {
  margin-right: 7px;
  display: inline-block;
  margin: 0px 13px 0px 0px;
}
.currency_future .currency_data .inputs li .form-control {
  text-align: center;
}
.currency_future .currency_data .currency_details {
  text-align: center;
  margin-top: 10px;
}
.currency_future .currency_data .currency_details li {
  font-size: 13px;
  color: #151515;
  margin: 0;
  margin-right: 108px;
}
.currency_future .currency_data .currency_details li label {
  font-weight: 400;
}
.currency_future .currency_nse {
  margin-top: 40px;
}
.currency_future .currency_nse .nav_table table {
  border-bottom: 1px solid #eeeeee;
}
.currency_future .currency_nse .nav_table table th {
  padding-left: 21px;
}
.currency_future .currency_nse .nav_table table tr td {
  padding-left: 21px;
  background: #f9ffff;
  border-right: 1px solid #eeeeee;
}
.currency_future .currency_nse .nav_table table.second-table td {
  border: none;
}

.commodities .brokrage-inner {
  background: #ffffff;
  padding: 15px;
}
.commodities .yellow_btn {
  font-size: 18px;
  margin-top: 43px;
  padding: 10px 30px;
}
.commodities .yellow_btn a {
  color: #ffffff;
}
.commodities ul li {
  display: inline-block;
  font-size: 14px;
  color: #555555;
  margin: 0 50px 9px;
}
.commodities ul li .form-control {
  width: 160px;
  margin-right: -8px;
  height: 22px;
  box-shadow: none;
}
.commodities ul li li:last-child {
  margin-right: 0px;
}
.commodities .inputs {
  margin: 0px;
}
.commodities .inputs li {
  margin-right: 7px;
  display: inline-block;
  margin: 0px 13px 0px 0px;
}
.commodities .inputs li .form-control {
  text-align: center;
}
.commodities h6 {
  margin-top: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.commodities h6 span {
  font-weight: 600;
}
.commodities h5 {
  font-size: 32px;
  color: #009e11;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 600;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 17px 0;
}
.commodities p {
  font-size: 14px;
  color: #646464;
  text-align: center;
}

.equty_table {
  margin-top: 10px;
}
.equty_table table tr {
  font-size: 13px;
  color: #7d7d7d;
}
.equty_table table tr td {
  line-height: 22px;
  margin-bottom: 12px;
}
.equty_table table tr td span {
  font-size: 13px;
  color: #333333;
}
.equty_table table tr td small {
  font-size: 14px;
  color: #009e11;
  font-weight: 600;
}

/*brokerage_calculator*/
/*tax_calculator*/
.rs_in_unit {
  float: right;
}

/*tax_calculator*/
.tax_calculator {
  margin-bottom: 50px;
  background: #eeeeee;
}
.tax_calculator .nopad {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tax_calculator .box-text {
  position: relative;
  min-height: 110px;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.tax_calculator .box-text input {
  width: 90%;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  padding: 5px;
}
.tax_calculator .box-text small {
  float: none;
  margin-top: -16px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  float: right;
}
.tax_calculator .box-text i {
  float: left;
  font-style: normal;
  margin-top: -16px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.tax_calculator .box-text p {
  display: table-cell;
  vertical-align: middle;
  color: #646464;
  font-size: 13px;
  text-align: left;
  position: relative;
  z-index: 5;
}
.tax_calculator .box-text img {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  width: 100%;
}
.tax_calculator .box-text .text-rs.home_cal span {
  width: 12%;
  text-align: left;
}
.tax_calculator .box-text .text-rs.home_cal input {
  width: 72%;
  text-align: right;
  font-size: 15px;
  color: #151515;
}
.tax_calculator .box-text .text-rs.home_cal input:focus {
  box-shadow: none;
  border-color: #cccccc;
}
.tax_calculator .box-text .text-rs.home_cal input[type=text]::-webkit-input-placeholder, .tax_calculator .box-text .text-rs.home_cal input::-webkit-input-placeholder {
  color: #151515;
}
.tax_calculator .box-text .text-rs.home_cal input[type=text]:-moz-placeholder, .tax_calculator .box-text .text-rs.home_cal input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.tax_calculator .box-text .text-rs.home_cal input[type=text]::-moz-placeholder, .tax_calculator .box-text .text-rs.home_cal input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.tax_calculator .box-text .text-rs.home_cal input[type=text]:-ms-input-placeholder, .tax_calculator .box-text .text-rs.home_cal input:-ms-input-placeholder {
  color: #151515;
}
.tax_calculator .box-text .text-rs {
  vertical-align: middle;
  margin: 0px auto;
}
.tax_calculator .box-text .text-rs span {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
  font-size: 14px;
  color: #151515;
}
.tax_calculator .box-text .text-rs input {
  float: left;
  width: 90%;
  margin: 0 auto;
}
.tax_calculator .box-text .tax-payable span {
  font-size: 18px;
  color: #151515;
}
.tax_calculator .box-text .tax-payable span input {
  width: 140px;
  display: inline-block;
  margin-left: 10px;
}
.tax_calculator .box-text .tax-payable p {
  display: block;
  color: #dd3b3b;
  font-size: 12px;
  margin-width: 10px;
  margin-bottom: 0;
  text-align: left;
}
.tax_calculator .box-text .details-field {
  text-align: center;
  padding: 8px 0 30px 0;
}
.tax_calculator .box-text .details-field p {
  text-align: center;
  margin-right: 60px;
  display: inline-block;
}
.tax_calculator .box-text .details-field p span {
  margin-right: 20px;
}
.tax_calculator .box-text .details-field p label {
  padding-right: 30px;
}
.tax_calculator .box-text .details-field .tax_btn {
  padding-top: 30px;
}
.tax_calculator .quotes_select .select-wrapper {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 40%;
  padding: 0;
  margin: 12px 0;
}
.tax_calculator .quotes_select .select-wrapper select {
  width: 35%;
}

.text-rs.text-center input {
  float: none !important;
}

.no-border {
  border: 0;
}

.tax_calculator .nopad.no-border {
  border: 0;
}

.home_cal_btns {
  margin: 25px 0 5px 0;
  text-align: center;
  border: 0;
}
.home_cal_btns .yellow_btn {
  font-size: 13px;
  padding: 6px 15px;
  margin-right: 8px;
}
.home_cal_btns .gray_btn {
  padding: 6px 15px;
  font-size: 13px;
  margin-right: 8px;
}

.gray_btn {
  background: #646464;
  border: 0px;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.gray_btn:hover, .gray_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

a {
  display: inline-block;
}

hr {
  border-bottom: 1px solid #fff;
  margin: 25px 0;
}

/*who_are_we*/
.who_are_we {
  margin-bottom: 40px;
}

/*distinct_destimoney*/
.distinct_destimoney h5 {
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}
.distinct_destimoney table tr td .fa {
  font-size: 21px;
  font-weight: 700;
  color: #000;
}

.segments_services.mutual_fund {
  top: 15px;
}

.blue_btn {
  background: #e99b21;
  border: 0px;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.blue_btn:hover, .blue_btn:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.blue_btn:hover, .blue_btn:focus {
  background: #b97926;
  color: #ffffff;
}

/*mutual funds*/
.mf-commission .update_table table tr th:last-child {
  border: 0;
}
.mf-commission .update_table table tr td strong {
  font-weight: 600;
}
.mf-commission .update_table table tr td:last-child {
  border: 0;
}

/*equisip*/
.main.equisip {
  margin-bottom: 50px;
}
.main.equisip .equisip_btn {
  margin: 20px 0;
}

/*scheme_details*/
.scheme_details table tr th:first-child {
  margin-left: 10px;
}
.scheme_details table tr td .fa {
  color: #dd3b3b;
}
.scheme_details table tr td a {
  color: #6a3f71;
  font-weight: 600;
}

/*insurance*/
.main.insurance .content_txt {
  margin: 20px 0;
}
.main.insurance .content_txt p {
  margin-top: 12px;
  font-size: 13px;
}
.main.insurance .left {
  margin-right: 15px;
  margin-top: 15px;
}
.main.insurance .right {
  margin-left: 15px;
  margin-top: 15px;
}
.main.insurance .right .heading_small {
  margin: 0;
}
.main.insurance .right ul.benifit_list li {
  margin-right: 0px;
}
.main.insurance .mutual_fund_video {
  margin: 20px 0;
}
.main.insurance .heading_small:nth-child(1) {
  margin-bottom: 0px;
}
.main.insurance ul.benifit_list {
  margin-bottom: 0px;
  float: left;
  margin-top: 20px;
}
.main.insurance ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
  text-align: justify;
}
.main.insurance .small_list {
  margin-left: 15px;
}
.main.insurance .small_list ul {
  width: 50%;
  float: left;
  margin-bottom: 0px;
}
.main.insurance .small_list ul li {
  font-size: 12px;
  list-style-type: circle;
  list-style-type: circle;
  margin-left: 30px;
  padding-bottom: 10px;
  color: #555555;
}

.segments_services.business_banner_txt {
  top: 30px;
}

.page-node-243 .tax_calculator .box-text input {
  width: 200px;
  margin: 0 auto;
}
.page-node-243 .tax_calculator .box-text small, .page-node-243 .tax_calculator .box-text i {
  margin-top: 25px;
}

/*deal_advisory*/
.deal_advisory p {
  text-align: justify;
}
.deal_advisory .mt35 {
  margin-top: 35px;
}
.deal_advisory .left {
  margin-right: 15px;
}
.deal_advisory .right {
  margin-left: 15px;
}
.deal_advisory ul.benifit_list {
  margin-bottom: 0px;
  width: auto;
  float: left;
}
.deal_advisory ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
  text-align: justify;
}
.deal_advisory .small_list {
  margin-left: 20px;
}
.deal_advisory .small_list ul {
  width: 50%;
  float: left;
  margin-bottom: 28px;
}
.deal_advisory .small_list ul li {
  font-size: 12px;
  list-style-type: circle;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}
.deal_advisory .contact_txt {
  margin-top: 20px;
}
.deal_advisory .contact_txt .heading_small {
  margin-bottom: 10px;
}
.deal_advisory .contact_txt p {
  margin-left: 20px;
  margin-bottom: 30px;
}

/*markets*/
.block-market-page-sub-menus .content_txt {
  margin: 20px 0;
}
.block-market-page-sub-menus .content_txt .heading_small {
  margin-bottom: 15px;
}
.block-market-page-sub-menus .content_txt .market_btn {
  margin-bottom: 60px;
}
.block-market-page-sub-menus .content_txt .left {
  margin-right: 15px;
}
.block-market-page-sub-menus .content_txt .left p {
  min-height: 132px;
}
.block-market-page-sub-menus .content_txt .right {
  margin-left: 15px;
}
.block-market-page-sub-menus .content_txt .right p {
  min-height: 132px;
}

/*learning_center*/
.learning_center {
  margin: 20px 0;
}
.learning_center .left {
  margin-right: 15px;
}
.learning_center .left .heading_small {
  margin-bottom: 10px;
  margin-top: 10px;
}
.learning_center .right {
  margin-left: 15px;
}
.learning_center .right .heading_small {
  margin-bottom: 10px;
  margin-top: 10px;
}
.learning_center ul.benifit_list {
  margin-bottom: 0px;
  width: 100%;
  float: left;
}
.learning_center ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}
.learning_center .small_list {
  margin-left: 20px;
}
.learning_center .small_list ul {
  width: 100%;
  float: left;
  margin-bottom: 28px;
}
.learning_center .small_list ul li {
  font-size: 12px;
  list-style-type: circle;
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #555555;
}

/*large_cap_stock*/
.cap_stock .pagination_list {
  margin-top: 20px;
  margin-bottom: 39px;
}
.cap_stock .inout-form-data {
  float: right;
  width: auto;
}
.cap_stock .inout-form-data ul li {
  display: inline-block;
  font-size: 14px;
  color: #151515;
  width: auto;
}
.cap_stock .inout-form-data ul .state .select-wrapper {
  padding: 0;
  line-height: 31px;
}

/*large_cap_stock*/
/*tools_&_calculator*/
.tool_and_calculator {
  margin-top: 24px;
}
.tool_and_calculator .toolcal {
  margin-bottom: 35px;
}
.tool_and_calculator .toolcal h3 {
  color: #333333;
  margin-bottom: 5px;
}
.tool_and_calculator .toolcal .yellow_btn {
  padding: 6px 15px;
}
.tool_and_calculator .toolcal p {
  font-size: 13px;
  color: #555555;
  margin-bottom: 10px;
}

/*tools_&_calculator*/
/*learning_center_E-Learn*/
.e-learning .about_data .about_details {
  margin-bottom: 40px;
  background: #eeeeee;
  padding: 20px 20px 0 20px;
}
.e-learning .about_data .about_details .blue_btn {
  padding: 7px 10px;
  font-size: 12px;
}

/*learning_center_E-Learn*/
/*home_loan_calculator*/
.home_loan .box-text {
  position: relative;
}
.home_loan .box-text .tax-payable {
  text-align: center;
}
.home_loan .box-text .tax-payable .emi {
  margin-bottom: 12px;
}
.home_loan .box-text .tax-payable span {
  font-size: 18px;
  display: inline-block;
  line-height: 34px;
}
.home_loan .box-text .tax-payable small {
  font-size: 12px;
  color: #151515;
  display: inline-block;
  line-height: 34px;
  margin-left: 10px;
  float: none;
}
.home_loan .box-text .tax-payable input {
  margin-left: 20px;
  padding: 10px;
  vertical-align: top;
  display: inline-block;
  width: auto;
  padding: 10px;
}
.home_loan .box-text .tax-payable input:focus {
  box-shadow: none;
  border-color: #cccccc;
}
.home_loan .box-text .tax-payable input[type=text]::-webkit-input-placeholder, .home_loan .box-text .tax-payable input::-webkit-input-placeholder {
  color: #151515;
}
.home_loan .box-text .tax-payable input[type=text]:-moz-placeholder, .home_loan .box-text .tax-payable input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.home_loan .box-text .tax-payable input[type=text]::-moz-placeholder, .home_loan .box-text .tax-payable input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.home_loan .box-text .tax-payable input[type=text]:-ms-input-placeholder, .home_loan .box-text .tax-payable input:-ms-input-placeholder {
  color: #151515;
}
.home_loan .box-text .tax-payable .amount_save {
  margin-bottom: 18px;
}
.home_loan .box-text .tax-payable .amount_save input:focus {
  box-shadow: none;
  border-color: #cccccc;
}
.home_loan .box-text .tax-payable .amount_save input[type=text]::-webkit-input-placeholder, .home_loan .box-text .tax-payable .amount_save input::-webkit-input-placeholder {
  color: #151515;
}
.home_loan .box-text .tax-payable .amount_save input[type=text]:-moz-placeholder, .home_loan .box-text .tax-payable .amount_save input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.home_loan .box-text .tax-payable .amount_save input[type=text]::-moz-placeholder, .home_loan .box-text .tax-payable .amount_save input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.home_loan .box-text .tax-payable .amount_save input[type=text]:-ms-input-placeholder, .home_loan .box-text .tax-payable .amount_save input:-ms-input-placeholder {
  color: #151515;
}
.home_loan .box-text .tax-payable p {
  margin-top: 10px;
  text-align: center;
  display: block;
}
.home_loan .box-text .details-field .tax_btn {
  text-align: center;
}
.home_loan .box-text .details-field .tax_btn .yellow_btn {
  margin-right: 8px;
}

/*home_loan_calculator*/
/*learn demo*/
.learning_demo {
  margin-top: 25px;
  margin-bottom: 50px;
}
.learning_demo .col-sm-6:first-child .learn_demo {
  margin-right: 10px;
  margin-left: 0px;
}
.learning_demo .col-sm-6 .learn_demo {
  padding: 15px;
  background: #eeeeee;
  margin-left: 10px;
}
.learning_demo .col-sm-6 .learn_demo .gallery_thumb a {
  width: 100%;
}
.learning_demo .col-sm-6 .learn_demo .gallery_thumb a iframe {
  min-height: inherit;
  width: 100%;
  max-height: 315px;
}
.learning_demo .col-sm-6 .learn_demo .btns {
  margin-top: 25px;
}
.learning_demo .col-sm-6 .learn_demo .btns .yellow_btn {
  font-size: 12px;
  padding: 4px 9px;
  margin-right: 10px;
}

.middle_align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.middle_align .heading_small {
  text-align: left;
}
.middle_align .date_list {
  margin-top: 0;
  float: left;
  width: 87%;
  text-align: left;
}
.middle_align .date_list input {
  width: 80%;
  display: inline-block;
}
.middle_align .date_list img {
  width: auto;
  display: inline-block;
  padding-top: 0px;
  vertical-align: middle;
}

/*learning_center_E-Learn*/
.nav-pills > li + li {
  margin-left: 0px;
}

/* products-trade*/
.products-trade .carousel {
  background: #eeeeee;
  position: relative;
}
.products-trade .slide_description ul {
  margin-bottom: 0px;
}
.products-trade .slide_description .yellow_btn {
  padding: 8px 20px;
}
.products-trade .carousel-control.left {
  background: none;
  color: #666666;
}
.products-trade .carousel-control {
  opacity: 1;
  text-shadow: none;
}
.products-trade .carousel-control .fa-angle-left, .products-trade .carousel-control .icon-prev {
  width: 35px;
  height: 35px;
  margin-top: -10px;
  left: 10%;
  top: 37%;
  z-index: 5;
  opacity: 1;
  position: absolute;
  font-size: 35px;
  line-height: 35px;
  color: #5b2a62;
}
.products-trade .carousel-control .fa-angle-right, .products-trade .carousel-control .icon-prev {
  width: 35px;
  height: 35px;
  margin-top: -10px;
  right: 10%;
  top: 37%;
  z-index: 5;
  opacity: 1;
  position: absolute;
  font-size: 35px;
  line-height: 35px;
  color: #5b2a62;
}
.products-trade .carousel-control.right {
  background: none;
  color: #666666;
}
.products-trade .nav_data {
  background: #eeeeee;
  border-bottom: 2px solid #cccccc;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 1px;
  position: relative;
  z-index: 999;
}
.products-trade .nav_data li {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
.products-trade .nav_data a {
  border-radius: 0px;
  height: 36px;
  line-height: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  color: #666666;
  margin-right: 0px;
  background: #cccccc;
  margin-top: 10px;
  display: block;
}
.products-trade .nav_data a:hover {
  color: #ffffff;
  background: #5b2a62;
}
.products-trade .nav_data .active a {
  color: #eeeeee;
  background: #5b2a62;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
.products-trade .nav_data .active a:hover {
  color: #ffffff;
  background: #5b2a62;
}
.products-trade .nav_data .active a:focus {
  color: #ffffff;
  background: #5b2a62;
}

/* products-trade end*/
/*current_expense_calculator*/
.current_expense .box-text .middle_align h4 {
  font-size: 13px;
  text-align: left;
  margin: 0px;
}

.current_expense_cal .box-text .middle_align input {
  text-align: right;
  font-size: 15px;
  color: #151515;
  width: 84%;
}
.current_expense_cal .box-text .middle_align input:focus {
  box-shadow: none;
  border-color: #cccccc;
}
.current_expense_cal .box-text .middle_align input[type=text]::-webkit-input-placeholder, .current_expense_cal .box-text .middle_align input::-webkit-input-placeholder {
  color: #151515;
}
.current_expense_cal .box-text .middle_align input[type=text]:-moz-placeholder, .current_expense_cal .box-text .middle_align input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.current_expense_cal .box-text .middle_align input[type=text]::-moz-placeholder, .current_expense_cal .box-text .middle_align input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.current_expense_cal .box-text .middle_align input[type=text]:-ms-input-placeholder, .current_expense_cal .box-text .middle_align input:-ms-input-placeholder {
  color: #151515;
}
.current_expense_cal .box-text .text-rs {
  text-align: right;
}
.current_expense_cal .box-text .text-rs input {
  float: right;
}
.current_expense_cal p {
  font-size: 12px;
  color: #dd3b3b;
  margin-left: 30px;
}
.current_expense_cal .tax_btn {
  text-align: center;
  margin: 25px 0;
}
.current_expense_cal .tax_btn .yellow_btn {
  margin-right: 10px;
}

/*current_expense_calculator*/
/*pension_planner*/
.pension_planner .box-text h4 {
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.pension_planner .box-text .text-rs img {
  vertical-align: top;
}
.pension_planner .box-text .middle_align {
  text-align: left;
}
.pension_planner .box-text .middle_align span {
  font-size: 14px;
  color: #151515;
  margin-right: 10px;
}
.pension_planner .box-text .middle_align input {
  display: inline-block;
  width: 138px;
  font-size: 15px;
  color: #151515;
  border-color: #cccccc;
}
.pension_planner .box-text .middle_align input:focus {
  box-shadow: none;
  border-color: #cccccc;
}
.pension_planner .box-text .middle_align input[type=text]::-webkit-input-placeholder, .pension_planner .box-text .middle_align input::-webkit-input-placeholder {
  color: #151515;
}
.pension_planner .box-text .middle_align input[type=text]:-moz-placeholder, .pension_planner .box-text .middle_align input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.pension_planner .box-text .middle_align input[type=text]::-moz-placeholder, .pension_planner .box-text .middle_align input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.pension_planner .box-text .middle_align input[type=text]:-ms-input-placeholder, .pension_planner .box-text .middle_align input:-ms-input-placeholder {
  color: #151515;
}
.pension_planner .box-text .middle_align label {
  margin-right: 60px;
}
.pension_planner .box-text .quotes_select .select-wrapper {
  width: 256px;
}
.pension_planner .box-text .quotes_select .select-wrapper select {
  width: 256px;
}

.pension_container .details-field {
  position: relative;
  z-index: 10000;
}
.pension_container .details-field .tax-payable span {
  margin-bottom: 20px;
}

/*pension_planner*/
/*making_million*/
.millionaire .box-text .details-field h5 {
  font-size: 22px;
  color: #151515;
  font-weight: 700;
}

/*making_million*/
/*return_saving*/
.return_select .quotes_select .select-wrapper {
  width: 256px;
  margin: 12px 0;
}
.return_select .quotes_select .select-wrapper select {
  width: 256px;
  left: 0;
}

/*return_saving*/
/*company profile*/
.stock_code_list {
  margin-top: 20px;
}
.stock_code_list ul {
  padding-left: 0px;
}
.stock_code_list ul li {
  display: inline-block;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
}
.stock_code_list ul li:after {
  content: "|";
  padding: 0 8px 0 10px;
}
.stock_code_list ul li:last-child:after {
  content: "";
}

.neutral {
  background: url("../images/icon/nochange_arrow.png") no-repeat;
  width: 35px;
  height: 22px;
  display: inline-block;
  background-position: 7px 6px;
}

.page_tabs {
  margin-bottom: 40px;
}
.page_tabs .tab_container {
  margin: 20px 0 40px 0;
}
.page_tabs .tab_container .tab-content {
  background: #f4f4f4;
  padding-left: 20px;
}
.page_tabs .watch_and_research .market_watch {
  margin: 0;
}
.page_tabs .watch_and_research .market_watch h3.heading_small {
  font-weight: 600;
}
.page_tabs .tab_nav {
  position: relative;
}
.page_tabs .tab_nav .nav-tabs li a {
  padding: 10px 18px;
}
.page_tabs .tab_nav .nav-tabs .active a {
  padding: 10px 18px;
}
.page_tabs .tab_nav .btns {
  position: absolute;
  right: 0;
  top: 0;
}
.page_tabs .tab_nav .btns .yellow_btn {
  font-size: 12px;
  padding: 6px 11px;
  margin-left: 10px;
}
.page_tabs .current_position {
  margin-top: 20px;
}
.page_tabs .current_position li {
  display: inline;
  margin-right: 10px;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.page_tabs .current_position li span {
  color: #009e11;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.page_tabs .current_position li .fa {
  font-size: 56px;
  vertical-align: bottom;
  line-height: 39px;
  margin-left: 8px;
}
.page_tabs .current_position li small {
  font-size: 12px;
  display: inline-block;
  margin: 5px 20px 25px 0;
}
.page_tabs .current_position li .buy {
  background: #009e11;
  border: 0px;
  color: #ffffff;
  padding: 11px 50px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin: 22px 0 10px;
}
.page_tabs .current_position li .buy:hover, .page_tabs .current_position li .buy:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.page_tabs .current_position li .sell {
  background: #dd3b3b;
  border: 0px;
  color: #ffffff;
  padding: 11px 50px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
  display: inline-block;
}
.page_tabs .current_position li .sell:hover, .page_tabs .current_position li .sell:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.page_tabs .price_table {
  margin: 0px 0 0px 5px;
}
.page_tabs .price_table table tr td {
  font-size: 20px;
  padding: 25px 0 5px 15px;
  font-weight: 600;
  color: #646464;
}
.page_tabs .price_table table tr td span {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  display: block;
  padding: 0 45px 5px 0;
  font-weight: 600;
}
.page_tabs .price_table table tr td span span {
  display: inline-block;
  padding: 0;
}
.page_tabs .price_table table tr td span:last-child {
  padding: 0 15px 5px 0;
}
.page_tabs .price_table table tr td span:last-child span {
  display: inline-block;
  padding: 0;
}
.page_tabs .market_equity_graph {
  background: none;
  padding: 0 0 25px;
  margin-left: 30px;
}
.page_tabs .market_equity_graph img {
  border: none;
}
.page_tabs .market_equity_graph hr {
  margin: 12px 0 5px 0;
  border-bottom: 1px solid #d7d7d7;
}
.page_tabs .market_equity_graph .price_table {
  margin: 0px 0 0px 0px;
}
.page_tabs .market_equity_graph .price_table table tr td {
  font-size: 14px;
  padding: 10px 50px 0px 0px;
  font-weight: 600;
  color: #646464;
}
.page_tabs .market_equity_graph .price_table table tr td span {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  display: block;
  padding: 0 0px 4px 0;
  font-weight: 600;
  text-align: left;
}
.page_tabs .market_equity_graph .price_table table tr td span span {
  display: inline-block;
  padding: 0;
}
.page_tabs .market_equity_graph .price_table table tr td span:last-child {
  padding: 0 0px 8px 0;
}
.page_tabs .market_equity_graph .price_table table tr td span:last-child span {
  display: inline-block;
  padding: 0;
}

.page-equity-company-profile #bulkDeals .filter_price li:last-child, .page-equity-company-profile #blockDeals .filter_price li:last-child {
  width: 100%;
  text-align: center;
  float: none;
}
.page-equity-company-profile #bulkDeals .filter_price li .yellow_btn, .page-equity-company-profile #blockDeals .filter_price li .yellow_btn {
  margin-top: 12px;
}
.page-equity-company-profile .market_equity_graph .duration {
  margin-right: 40px;
  margin-bottom: 5px;
}
.page-equity-company-profile table tr td {
  text-transform: capitalize !important;
}
.page-equity-company-profile .filter_price.too_many_filters li .select-wrapper {
  width: 80px;
}
.page-equity-company-profile .filter_price.too_many_filters li .select-wrapper select {
  width: 80px;
}

/*company profile*/
/*news*/
.research_all.news ul.benifit_list li {
  margin-left: 0px;
  font-size: 18px;
}

/*faqs*/
/*f_d_calculator*/
.fd_cal .middle_align input {
  width: 84%;
}
.fd_cal .return_select .nofloat .select-wrapper {
  float: none;
}
.fd_cal .quotes_select .select-wrapper {
  width: 84%;
  text-align: center;
  margin: 12px 0;
}
.fd_cal .quotes_select .select-wrapper select {
  width: 84%;
}

/*f_d_calculator*/
/*category_returns*/
.category_btn p .yellow_btn {
  margin-top: 35px;
}

.category_return_pagintion {
  margin-top: 20px;
}
.category_return_pagintion .pagination_list {
  margin-bottom: 40px;
}

/*category_returns*/
/*daily_nav*/
.daily_nav .fund_ct {
  margin-right: 14px;
  margin-bottom: 25px;
}
.daily_nav .yellow_btn {
  margin-top: 36px;
  margin-left: 15px;
}

.daily_nav_table table tr th .cal_table tr td {
  padding: 12px 0px;
  background-color: transparent;
  color: #151515;
  width: 33.33% !important;
}
.daily_nav_table table tr th .cal_table tr td:last-child {
  border-right: none;
}
.daily_nav_table table tr th:last-child {
  border-right: none;
}
.daily_nav_table table tr td {
  padding: 12px 10px;
  vertical-align: top;
}
.daily_nav_table table tr td table tr td {
  border: none;
}

/*daily_nav*/
/*fund_ranking*/
.fund_ranking .fund_ct {
  margin-right: 11px;
}
.fund_ranking .fund_ct .quotes_select .select-wrapper {
  width: 260px;
}
.fund_ranking .fund_ct .quotes_select .select-wrapper select {
  width: 260px;
}
.fund_ranking .yellow_btn {
  margin-top: 35px;
}

/*fund_ranking*/
.news_top .media {
  background: #f4f3f3;
}

.social_btns a {
  padding: 8px 20px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
}
.social_btns a .fa {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.social_btns .facebook {
  background: #5286d2;
}
.social_btns .tweet {
  background: #18c1f6;
}
.social_btns .google_plus {
  background: #f05f4a;
}
.social_btns .pin {
  background: #e63437;
}

.suggestions .form-group form .form-actions input {
  margin-left: 178px;
}
.suggestions .form-group form .captcha img {
  margin-left: 178px;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response label {
  display: block;
  margin-left: 178px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response .description {
  margin-left: 178px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response input {
  margin-left: 178px;
  width: 200px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 6px 12px;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response input:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response input[type=text]::-webkit-input-placeholder, .suggestions .form-group form .captcha .form-item.form-item-captcha-response input::-webkit-input-placeholder {
  color: #151515;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response input[type=text]:-moz-placeholder, .suggestions .form-group form .captcha .form-item.form-item-captcha-response input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response input[type=text]::-moz-placeholder, .suggestions .form-group form .captcha .form-item.form-item-captcha-response input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.suggestions .form-group form .captcha .form-item.form-item-captcha-response input[type=text]:-ms-input-placeholder, .suggestions .form-group form .captcha .form-item.form-item-captcha-response input:-ms-input-placeholder {
  color: #151515;
}
.suggestions .form-group form .webform-component-select .form-control.form-select {
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 0px 0px;
  line-height: 30px;
  width: 200px;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.suggestions .form-group form .webform-component-select select::-ms-expand {
  display: none;
}
.suggestions .form-group form .webform-container-inline.inputs {
  margin-bottom: 20px;
}
.suggestions .form-group form .webform-container-inline.inputs label {
  text-align: right;
  line-height: 34px;
  display: inline-block;
  width: 160px;
}
.suggestions .form-group form .webform-container-inline.inputs p {
  font-size: 12px;
  margin: 0px;
}
.suggestions .form-group form .webform-container-inline.inputs input {
  width: 200px;
  display: inline-block;
}
.suggestions .form-group form .webform-container-inline.inputs input:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.suggestions .form-group form .webform-container-inline.inputs input[type=text]::-webkit-input-placeholder, .suggestions .form-group form .webform-container-inline.inputs input::-webkit-input-placeholder {
  color: #151515;
}
.suggestions .form-group form .webform-container-inline.inputs input[type=text]:-moz-placeholder, .suggestions .form-group form .webform-container-inline.inputs input:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
}
.suggestions .form-group form .webform-container-inline.inputs input[type=text]::-moz-placeholder, .suggestions .form-group form .webform-container-inline.inputs input::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}
.suggestions .form-group form .webform-container-inline.inputs input[type=text]:-ms-input-placeholder, .suggestions .form-group form .webform-container-inline.inputs input:-ms-input-placeholder {
  color: #151515;
}
.suggestions .form-group form .webform-container-inline.inputs textarea {
  resize: none;
  width: 200px;
  border: 1px solid #d9d9d9;
  color: #151515;
  height: 80px;
  padding: 10px;
}
.suggestions .form-group form .webform-container-inline.inputs textarea:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.suggestions .form-group form .webform-container-inline.inputs textarea::-webkit-input-placeholder {
  color: #151515;
  opacity: 1;
}
.suggestions .form-group form .webform-container-inline.inputs textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #151515;
  opacity: 1;
}
.suggestions .form-group form .webform-container-inline.inputs textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
  opacity: 1;
}
.suggestions .form-group form .webform-container-inline.inputs textarea:-ms-input-placeholder {
  color: #151515;
  opacity: 1;
}

div.fileinputs {
  float: left;
  margin-top: 10px;
  position: relative;
}
div.fileinputs input.file {
  cursor: pointer;
  width: 128px;
  height: 30px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

div.fakefile {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

/*mutual_fund_activity*/
.mutual_fund_activity .fund_table table tr th {
  padding: 4px 10px;
}
.mutual_fund_activity .fund_table table tr td .cal_table tr td {
  width: 140px !important;
}
.mutual_fund_activity .fund_table table tr .fund_profile_th td {
  padding: 4px;
  border-right: none;
}
.mutual_fund_activity .fund_table table th:last-child {
  border-right: none;
}

/*mutual_fund_activity*/
/*suggested_fund*/
.suggested_fund .fund_table table tr th {
  padding: 6px 10px;
}
.suggested_fund .fund_table table tr .cal_table tr th {
  border-right: none;
}
.suggested_fund .fund_table table tr .cal_table tr td:last-child {
  border-right: none;
}
.suggested_fund .fund_table table tr .suggested_funds_th td {
  padding: 5px;
  background-color: #e4e4e4;
  border-right: none;
}

/*suggested_fund*/
/*daily_digest_repeort*/
.digest_report.update_table table tr td {
  background: #eeeeee;
  text-transform: capitalize;
}
.digest_report.update_table table tr td strong {
  font-weight: 600;
}

.daily_date .date_list li {
  font-weight: 600;
}

/*daily_digest_repeort*/
/*research report*/
.research_table.update_table table {
  border-bottom: 1px solid #eeeeee;
}
.research_table.update_table table tr td, .research_table.update_table table tr th {
  border-left: 1px solid #eeeeee;
}
.research_table.update_table table tr td strong, .research_table.update_table table tr th strong {
  font-weight: 600;
}

/*model_portfolio*/
.model_portfolio .about_data {
  padding-top: 10px;
}
.model_portfolio .about_data .about_details {
  padding-bottom: 39px;
}
.model_portfolio .about_data .about_details .yellow_btn {
  margin-right: 10px;
}

/*model_portfolio*/
/*market equity*/
.market_equity.tab-content {
  padding: 0px;
  background: none;
}
.market_equity.tab-content .trending_now {
  margin-top: 10px;
  margin-bottom: 20px;
}
.market_equity.tab-content .trending_now h3 {
  margin-right: 10px;
}
.market_equity.tab-content ._last {
  margin: 20px 0 0 0;
}

.market_table table thead tr th {
  padding: 6px 19px;
  background: #e99b21;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #ffffff;
  font-family: "Open Sans", sans-serif;
}
.market_table table thead tr th:first-child {
  width: 183px;
}
.market_table table tbody tr td {
  padding: 5px 18px;
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  background: #e99b21;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #f4f4f4;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle;
}
.market_table table tbody tr td span.red_last {
  font-size: 12px;
  font-weight: 600;
  color: #dd3b3b;
  float: left;
}
.market_table table tbody tr td span.green_last {
  font-size: 12px;
  font-weight: 600;
  color: #33a90f;
  float: right;
}
.market_table table tbody tr td:first-child {
  width: 183px;
}
.market_table table tbody tr td span.green {
  color: #33a90f;
  display: inline-block;
  margin: 5px 0 0 12px;
  float: none;
  font-size: 15px;
}
.market_table table tbody tr td span.red {
  color: #dd3b3b;
  display: inline-block;
  margin: 5px 0 0 12px;
  float: none;
  font-size: 15px;
}
.market_table table tbody tr td:nth-child(2) {
  text-align: right;
}
.market_table table tbody tr td .stats tr td {
  background: transparent;
  width: 33.33% !important;
  border: 0px;
  padding: 0px;
}
.market_table table tbody tr td .stats tr td .red, .market_table table tbody tr td .stats tr td .green {
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.color_green {
  color: #33a90f;
}

.color_red {
  color: #dd3b3b;
}

.color_blue {
  color: #5b4973;
}

.market_equity_graph {
  padding: 10px;
  background: #f4f4f4;
}
.market_equity_graph img {
  border-bottom: 1px solid #d7d7d7;
}
.market_equity_graph .duration {
  padding: 0;
  text-align: right;
}
.market_equity_graph .duration li {
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  font-weight: 300;
  cursor: pointer;
}
.market_equity_graph .duration li:after {
  content: "|";
  margin: 0 3px 0px 8px;
}
.market_equity_graph .duration li:last-child:after {
  content: "";
}
.market_equity_graph .duration li.active {
  font-weight: 700;
}

.tab_container.market {
  margin-bottom: 20px;
  margin-top: 0px;
}
.tab_container.market:last-child {
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}
.tab_container.market .nav-tabs {
  display: block;
  position: relative;
}
.tab_container.market .nav-tabs li a {
  padding: 10px 18px;
}
.tab_container.market .nav-tabs li a:hover, .tab_container.market .nav-tabs li a:focus {
  padding: 10px 18px;
}
.tab_container.market .nav-tabs li.active a {
  padding: 10px 18px;
}
.tab_container.market p {
  position: absolute;
  color: #dd3b3b;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  right: 0px;
  font-weight: 300;
  margin: 0 0 12px 0;
}
.tab_container.market p .fa {
  font-size: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}
.tab_container.market p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 220px;
  background: url("../images/icon/select-dropdown.png") no-repeat;
  background-position: right center;
  border: 1px solid #d9d9d9;
  padding: 3px 5px;
}
.tab_container.market p select:hover, .tab_container.market p select:focus {
  border: 1px solid #d9d9d9;
}

.markets_bg {
  background: #f4f4f4;
  padding: 20px 0;
}
.markets_bg .small_graph {
  margin-left: 20px;
}
.markets_bg .small_graph img {
  margin-bottom: 25px;
}
.markets_bg .small_graph hr {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #bdb1bf;
  display: none;
}
.markets_bg .small_graph .pie_chart ul {
  padding: 0;
}
.markets_bg .small_graph .pie_chart ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #300935;
}
.markets_bg .small_graph .pie_chart ul li img {
  margin-right: 4px;
}
.markets_bg .small_graph .pie_chart ul li span {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #300935;
}
.markets_bg .small_graph .pie_chart ul li:last-child {
  margin-right: 0px;
}
.markets_bg .small_graph h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin-bottom: 16px;
  margin-top: 30px;
}
.markets_bg .small_graph h5:first-child {
  margin-top: 0px;
}
.markets_bg .small_graph h5:nth-child(3) {
  border-bottom: 1px solid #bdb1bf;
}
.markets_bg .small_graph span.red_last {
  font-size: 12px;
  font-weight: 600;
  color: #dd3b3b;
  float: left;
}
.markets_bg .small_graph span.green_last {
  font-size: 12px;
  font-weight: 600;
  color: #33a90f;
  float: right;
}
.markets_bg .wrap {
  margin-right: 20px;
}
.markets_bg .wrap h4 {
  font-size: 18px;
  font-weight: 600px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin-bottom: 8px;
  margin-top: 0px;
}
.markets_bg .wrap h5 {
  font-size: 16px;
  font-weight: 600px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin-bottom: 16px;
  margin-top: 0px;
}
.markets_bg .wrap .inner_tab_container {
  background: #f4f4f4;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head {
  background: transparent;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs {
  border-bottom: 2px solid #e99b21;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs .active a {
  background: #e99b21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a {
  background: #e4e4e4;
  color: #646464;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a .plus {
  color: #33a90f;
  background: none;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a .minus {
  color: #dd3b3b;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover, .markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus {
  background: #e99b21;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover:after, .markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content {
  padding-top: 20px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p {
  margin: 12px 0 0 8px;
  color: #5b2a62;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p a {
  color: #5b2a62;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p a:hover, .markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p a:focus {
  color: #5b2a62;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 12px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p .view:hover, .markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p .view:focus {
  color: #ffffff;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table p .view .fa {
  display: inline-block;
  margin: 2px 0 0 2px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th {
  font-size: 12px;
  font-weight: 800;
  color: #151515;
  padding: 0px 5px;
  font-family: "Open Sans", sans-serif;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:first-child {
  padding: 0px 0px 0px 8px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:last-child {
  padding: 0px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td {
  font-size: 13px;
  font-weight: 700;
  color: #646464;
  padding: 12px 8px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  max-width: 90px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a {
  display: inline-block;
  float: left;
  color: #646464;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a .plus {
  display: inline-block;
  float: left;
  padding: 0 2px;
  background: transparent;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a .plus .fa {
  color: #e99b21;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a:hover, .markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a:focus {
  color: #646464;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:first-child {
  padding: 12px 0px 0px 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:last-child {
  padding: 12px 0 0px;
  text-align: right;
  width: 80px;
}
.markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:last-child img {
  width: 40px;
}
.markets_bg .tab_container {
  margin: 0;
}
.markets_bg .tab_container .tab-content {
  padding: 0;
  background: none;
}

.watch_and_research h6 {
  font-size: 10px;
  text-align: right;
  font-family: Arial;
  color: #ff9d9d;
}
.watch_and_research .market_watch {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
}
.watch_and_research .market_watch h3.heading_small {
  font-weight: 600;
}
.watch_and_research .market_watch .ipo {
  margin-right: 20px;
}
.watch_and_research .market_watch .read_more {
  margin: 20px 0;
  font-size: 14px;
  color: #5b2a62;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.watch_and_research .market_watch .read_more a {
  color: #5b2a62;
}
.watch_and_research .market_watch .read_more a:hover, .watch_and_research .market_watch .read_more a:focus {
  color: #5b2a62;
}
.watch_and_research .market_watch .read_more .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 18px;
  margin-left: 12px;
}
.watch_and_research .market_watch .read_more .view .fa {
  display: inline-block;
  margin: -4px 0 0 2px;
}
.watch_and_research .market_watch .read_more .view:hover, .watch_and_research .market_watch .read_more .view:focus {
  color: #ffffff;
}
.watch_and_research .market_watch div {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.watch_and_research .market_watch div:nth-child(6) {
  padding-bottom: 0px;
  border: 0px;
}
.watch_and_research .market_watch div:last-child {
  border: none;
  padding: 15px 0 10px;
}
.watch_and_research .market_watch div p {
  font-size: 14px;
  color: #5a0e55;
  margin: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
}
.watch_and_research .market_watch div p a {
  color: #5b2a62;
}
.watch_and_research .market_watch div p a:hover, .watch_and_research .market_watch div p a:focus {
  color: #5b2a62;
}
.watch_and_research .market_watch div p .yellow_btn {
  color: #ffffff;
  margin-top: 8px;
}
.watch_and_research .market_watch div p .yellow_btn:hover, .watch_and_research .market_watch div p .yellow_btn:focus {
  color: #ffffff;
}
.watch_and_research .market_watch div span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  margin-left: 0px;
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
}
.watch_and_research .no_bg {
  background: #f9ffff;
}
.watch_and_research .no_bg .heading_small {
  margin: 0px 0 30px 0;
}
.watch_and_research .no_bg .nav-tabs li a {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 300;
}
.watch_and_research .no_bg .nav-tabs li a:hover, .watch_and_research .no_bg .nav-tabs li a:focus {
  padding: 10px 16px;
}
.watch_and_research .no_bg .nav-tabs .active a {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
}
.watch_and_research .no_bg .tab_container {
  margin: 0;
}
.watch_and_research .no_bg .tab_container .tab-content {
  background: none;
  padding: 0;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch {
  margin-right: 0px;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch h3.heading_small {
  font-weight: 600;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch div {
  padding: 15px 0;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch div:first-child {
  padding: 0 0 20px 0;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch div:last-child {
  padding: 15px 0 0px 0;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch div p {
  margin-right: 20px;
  display: block;
}
.watch_and_research .no_bg .tab_container .tab-content .market_watch div span {
  margin-left: 0px;
  margin-right: 10px;
}
.watch_and_research .read_more {
  margin: 28px 0 20px 20px;
  font-size: 14px;
  color: #5b2a62;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.watch_and_research .read_more .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 18px;
  margin-left: 12px;
}
.watch_and_research .read_more .view .fa {
  display: inline-block;
  margin: -4px 0 0 2px;
}
.watch_and_research .read_more .view:hover, .watch_and_research .read_more .view:focus {
  color: #ffffff;
}
.watch_and_research .tab_container {
  margin: 0;
}

.page-mutual-fund-fund-updates .watch_and_research .market_watch {
  padding: 20px 20px 5px;
  margin-bottom: 0;
}
.page-mutual-fund-fund-updates h3.heading_small {
  margin: 12px 0;
}

/*plus modal*/
.jindal .modal-dialog {
  width: 600px;
}
.jindal .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.jindal .modal-dialog .modal-content .modal-header {
  background: none;
  border: 0px;
  padding: 39px 20px 0px;
}
.jindal .modal-dialog .modal-content .modal-header .heading_small {
  margin-bottom: 0px;
  font-weight: 600;
}
.jindal .modal-dialog .modal-content .modal-header h4 {
  margin: 8px 0px;
}
.jindal .modal-dialog .modal-content .modal-header .close {
  font-size: 30px;
  color: #5b2a62;
  margin-right: 0px;
  margin-top: -28px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
}
.jindal .modal-dialog .modal-content .modal-body {
  padding: 12px 25px 20px 25px;
}
.jindal .modal-dialog .modal-content .modal-body .nav-tabs li {
  margin-right: 0px;
}
.jindal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  display: inline-block;
}
.jindal .modal-dialog .modal-content .modal-body ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #151515;
}
.jindal .modal-dialog .modal-content .modal-body ul li span {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.jindal .modal-dialog .modal-content .modal-body ul li .fa {
  color: #009e11;
  font-size: 56px;
  vertical-align: bottom;
  line-height: 32px;
}
.jindal .modal-dialog .modal-content .modal-body ul li .fa.color_red {
  color: #dd3b3b;
  font-size: 56px;
  vertical-align: bottom;
  line-height: 32px;
}
.jindal .modal-dialog .modal-content .modal-body ul li small {
  font-size: 12px;
}
.jindal .modal-dialog .modal-content .modal-body .buy_sell_btn {
  display: inline-block;
  float: right;
  margin-bottom: 12px;
}
.jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .buy {
  background: #009e11;
  border: 0px;
  color: #ffffff;
  padding: 12px 18px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .buy:hover, .jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .buy:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .sell {
  background: #dd3b3b;
  border: 0px;
  color: #ffffff;
  padding: 12px 18px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
}
.jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .sell:hover, .jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .sell:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.jindal .modal-dialog .modal-content .tab_container {
  margin: 12px 0 10px;
}
.jindal .modal-dialog .modal-content .tab_container .tab_head .nav-tabs {
  display: block;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content {
  background: none;
  padding: 0;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_table {
  margin-top: 10px;
  display: inline-block;
  padding-right: 25px;
  width: 100%;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_table table tr td {
  padding: 10px 0;
  font-size: 13px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_table table tr td:last-child {
  font-weight: 400;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph {
  padding: 0;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph hr {
  border-bottom: 1px solid #d7d7d7;
  margin: 15px 0 10px;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph .duration {
  padding: 0px;
  text-align: right;
  border-top: 1px solid #d7d7d7;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph .duration li {
  display: inline-block;
  font-size: 14px;
  margin: 5px 0 0 0;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  font-weight: 300;
  cursor: pointer;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph .duration li:after {
  content: "|";
  margin: 0 3px 0 5px;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph .duration li:last-child:after {
  content: "";
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph .duration li.active {
  font-weight: 700;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .btns {
  margin-top: 15px;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .btns ul {
  padding: 0px;
  display: inline-block;
  margin-top: 8px;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .btns ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .btns ul li a {
  color: #5b2a62;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .btns ul li a:hover, .jindal .modal-dialog .modal-content .tab_container .tab-content .btns ul li a:focus {
  color: #5b2a62;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .btns .yellow_btn {
  float: right;
  padding: 8px 20px;
}

.container-inline-date .description {
  display: none;
}

/*performance*/
.white_bg.fund_table table tr td, .white-bg.fund-table table tr td {
  vertical-align: top;
  background: #ffffff;
  border-right: 1px solid #eeeeee;
}
.white_bg.fund_table table tr td:first-child, .white-bg.fund-table table tr td:first-child {
  font-weight: 600;
}
.white_bg.fund_table table tr td strong, .white-bg.fund-table table tr td strong {
  font-weight: 600 !important;
  text-transform: capitalize;
}
.white_bg.fund_table table tr td table tr td, .white-bg.fund-table table tr td table tr td {
  border-right: 0px;
  background: transparent;
}
.white_bg.fund_table table tr td table tr td:first-child, .white-bg.fund-table table tr td table tr td:first-child {
  font-weight: 400;
}
.white_bg.fund_table table tr td table tr td strong, .white-bg.fund-table table tr td table tr td strong {
  font-weight: 600 !important;
}
.white_bg.fund_table p, .white-bg.fund-table p {
  margin-bottom: 0px;
}

.fund_table table tr td {
  vertical-align: top;
  padding: 8px 18px;
}
.fund_table table tr td strong {
  font-weight: 600 !important;
}
.fund_table table tr td table tr td {
  border-right: 0px;
  padding: 0px 8px;
}
.fund_table table tr td table tr td strong {
  font-weight: 600 !important;
}

.yellow_btn.downloads_btn {
  margin-top: 40px;
}

/*currency*/
.currency {
  margin-top: 60px;
}
.currency .contact-container .date_time .right {
  float: right;
  display: inline-block;
}
.currency .contact-container .date_time .right span {
  display: inline-block;
  text-align: left;
}
.currency .contact-container .date_time .right span .quotes_select .select-wrapper {
  width: 228px;
  float: none;
  display: inline-block;
}
.currency .contact-container .date_time .right span .quotes_select .select-wrapper select {
  width: 228px;
}

/*currency*/
/*glod*/
.glod_heading h2 {
  vertical-align: middle;
  display: inline-block;
}
.glod_heading p {
  display: inline-block;
  float: right;
}
.glod_heading p .buy {
  background: #009e11;
  border: 0px;
  color: #ffffff;
  padding: 11px 50px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  padding: 6px 50px;
  margin: 0px 0 10px;
}
.glod_heading p .buy:hover, .glod_heading p .buy:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.glod_heading p .sell {
  background: #dd3b3b;
  border: 0px;
  color: #ffffff;
  padding: 11px 50px;
  font-size: 13px;
  text-transform: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  padding: 6px 50px;
  margin-left: 10px;
}
.glod_heading p .sell:hover, .glod_heading p .sell:focus {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.node-contact-us .error {
  text-align: center !important;
  display: block;
}

.glod_graf {
  padding: 20px 25px;
}
.glod_graf .positions_filter {
  float: none;
  margin-left: 10%;
}
.glod_graf ul {
  padding: 0 0px 0 25px;
  display: inline-block;
}
.glod_graf ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #151515;
}
.glod_graf ul li small {
  color: #009e11;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.glod_graf ul li .fa {
  color: #009e11;
  font-size: 56px;
  vertical-align: bottom;
  line-height: 32px;
}
.glod_graf ul li h4 {
  font-size: 12px;
  color: #151515;
}
.glod_graf .date_list {
  margin-top: 4px;
}
.glod_graf .quotes_select .select-wrapper {
  padding: 4px 0;
}

/*glod*/
.update_list.about_inner_nav .fund_table table tr td .green {
  color: #009e11;
}
.update_list.about_inner_nav h3.heading_small {
  font-weight: 600;
  display: inline-block;
}
.update_list.about_inner_nav .date {
  display: inline-block;
  float: right;
}
.update_list.about_inner_nav .tab_container {
  margin: 0;
}
.update_list.about_inner_nav .tab_container .tab-content {
  padding: 0px;
}
.update_list.about_inner_nav .overview .get_quotes {
  margin: 0 0 25px;
  padding: 5px 0 0;
}
.update_list.about_inner_nav .overview .get_quotes ul li {
  margin: 25px 25px 0 0;
}
.update_list.about_inner_nav .overview .get_quotes ul li:last-child {
  margin-right: 20px;
}
.update_list.about_inner_nav .overview .get_quotes ul li small {
  display: block;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin-bottom: 8px;
}
.update_list.about_inner_nav .overview .get_quotes ul li .select-wrapper {
  width: 225px;
  height: 35px;
}
.update_list.about_inner_nav .overview .get_quotes ul li .select-wrapper select {
  width: 225px;
  height: 35px;
}
.update_list.about_inner_nav .overview .get_quotes .yellow_btn {
  padding: 7px 38px;
  font-size: 15px;
  margin: 50px 0 0;
}
.update_list.about_inner_nav .overview .get_quotes ul.rate {
  padding: 0px;
  margin-top: 22px;
}
.update_list.about_inner_nav .overview .get_quotes ul.rate li {
  font-size: 26px;
  list-style-type: none;
  color: #009e11;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 14px 0 0;
}
.update_list.about_inner_nav .overview .get_quotes ul.rate li .fa {
  font-size: 52px;
  line-height: 32px;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
}
.update_list.about_inner_nav .overview .get_quotes ul.rate li span {
  font-size: 16px;
  display: inline-block;
}
.update_list.about_inner_nav .overview .get_quotes ul.rate li small {
  font-size: 16px;
  color: #646464;
  display: inline-block;
}
.update_list.about_inner_nav .overview .detail_table.nomargin {
  margin-right: 0px;
}
.update_list.about_inner_nav .overview .detail_table {
  margin-right: 28px;
  background: #f9ffff;
  min-height: 152px;
}
.update_list.about_inner_nav .overview .detail_table table tr td {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  padding: 10px 0 10px 10px;
}
.update_list.about_inner_nav .overview .detail_table table tr td .green {
  color: #009e11;
}
.update_list.about_inner_nav .overview .detail_table table tr td:last-child {
  padding: 10px 10px 10px 0;
}
.update_list.about_inner_nav .overview .detail_table table tr td span {
  font-weight: 700;
}
.update_list.about_inner_nav .news {
  margin-top: 25px;
}
.update_list.about_inner_nav .news .yellow_btn {
  padding: 8px 16px;
  font-size: 12px;
  margin-top: 10px;
  float: right;
}
.update_list.about_inner_nav .news .update_table table {
  padding-bottom: 15px;
}
.update_list.about_inner_nav .news .update_table table tbody tr:last-child td {
  padding: 8px 20px 23px 20px;
}
.update_list.about_inner_nav .news .update_table table tbody tr:last-child td:first-child {
  padding: 8px 20px 23px 20px;
}
.update_list.about_inner_nav .news .update_table table tbody tr th:first-child {
  width: 290px;
  padding: 8px 20px;
}
.update_list.about_inner_nav .news .update_table table tbody tr td {
  padding: 8px 20px;
}
.update_list.about_inner_nav .news .update_table table tbody tr td strong {
  font-weight: 700;
}
.update_list.about_inner_nav .news .update_table table tbody tr td .green {
  color: #009e11;
}
.update_list.about_inner_nav .news .update_table table tbody tr td:first-child {
  width: 290px;
  padding: 8px 20px;
}
.update_list.about_inner_nav .news .update_table table tbody tr td .plus {
  display: inline-block;
  float: right;
  padding: 2px 4px;
  background: transparent;
}
.update_list.about_inner_nav .news .update_table table tbody tr td .plus .fa {
  color: #e99b21;
}

/* end company profile*/
/*corporate action*/
.corporate_action .member8 .fund_table.white_bg table tr th {
  padding: 8px 20px;
}
.corporate_action .member9 .fund_table.white_bg table tr th {
  padding: 8px 20px;
}
.corporate_action .member9 .fund_table.white_bg table tr td {
  font-weight: 400;
}
.corporate_action .member7 .fund_table.white_bg table tr td table tr td {
  padding: 0;
}
.corporate_action .fund_table.white_bg table tr th {
  padding: 8px 20px;
}
.corporate_action .derivative_news {
  margin-bottom: 20px;
}
.corporate_action .inner_page_content {
  background: none;
  padding: 10px 0;
}
.corporate_action .dividend_details .member3 {
  margin-top: 30px;
}
.corporate_action .dividend_details table tr td {
  background: #eeeeee;
  border-right: 1px solid #f9ffff;
  padding: 12px 20px;
}
.corporate_action .dividend_details .contact-container .fund_profile_container {
  margin-bottom: 10px;
}
.corporate_action .dividend_details .contact-container .date_time .corporate_fillter {
  margin-bottom: 10px;
}
.corporate_action .dividend_details .contact-container .date_time .corporate_fillter li p {
  font-size: 14px;
  color: #151515;
}
.corporate_action .dividend_details .cororate_footer {
  margin-top: 10px;
}
.corporate_action .dividend_details .cororate_footer ul li {
  display: inline-block;
}
.corporate_action .dividend_details .cororate_footer ul li p {
  color: #646464;
  font-size: 12px;
  margin-right: 10px;
}
.corporate_action .dividend_details .cororate_footer ul li a {
  font-size: 12px;
  color: #646464;
  margin-right: 5px;
}
.corporate_action .dividend_details .cororate_footer ul li:after {
  content: "|";
}
.corporate_action .dividend_details .cororate_footer ul li:first-child:after {
  content: "";
}
.corporate_action .dividend_details .cororate_footer ul li:last-child:after {
  content: "";
}
.corporate_action .about_inner_nav {
  margin-bottom: 0px;
}

.dividend_details {
  margin-top: 60px;
}

.about_inner_nav .fund_table table tfoot tr td {
  background: #e4e4e4;
}

/*news_analysis*/
.heading_top {
  margin-top: 60px;
  margin-bottom: 30px;
}

.news_pagination .pagination_list {
  margin-bottom: 30px;
}

.page-ipo-snapshot .heading_top {
  margin-top: 60px;
  margin-bottom: 30px;
}
.page-ipo-snapshot .heading_top .heading_small {
  margin-bottom: 0px;
}

/*news_analysis*/
/*market_ipo*/
.market_ipo table tr td a .plus {
  background: #e99b21 none repeat scroll 0 0;
  display: inline-block;
  float: right;
  padding: 0px 2px;
}
.market_ipo table tr td a .plus .fa {
  color: #ffffff;
}
.market_ipo .market_container .fund_table table {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.market_ipo .market_container .fund_table table tr td table {
  border: 0px;
}
.market_ipo .market_container .fund_table table tr td table tr td a .plus {
  background: #e99b21 none repeat scroll 0 0;
  display: inline-block;
  float: right;
  padding: 2px 4px;
}
.market_ipo .market_container .fund_table table tr td table tr td a .plus .fa {
  color: #ffffff;
}
.market_ipo .watch_and_research {
  background: #eeeeee;
  padding-top: 20px;
  margin-bottom: 30px;
}
.market_ipo .watch_and_research .heading_small {
  margin: 0px 0 0 20px;
}
.market_ipo .watch_and_research .col-sm-6 .market_watch {
  margin-right: 0px;
  background: none;
  margin-bottom: 0px;
}
.market_ipo .watch_and_research .col-sm-6:nth-child(2) .market_watch {
  margin-right: 0px;
  margin-left: 0px;
  background: none;
}

.market_container {
  margin-bottom: 0px;
}
.market_container .tab_container {
  margin: 35px 0 0;
}

.ipo_btn .yellow_btn {
  float: right;
  margin-top: 20px;
  font-size: 14px;
}

.market_table_ipo .yellow_btn {
  margin-top: 10px;
  float: right;
}

.market_table_ipo .heading_small {
  margin-top: 31px;
}

.analysis_btn .yellow_btn {
  margin-top: 10px;
  float: right;
}

/*market_ipo*/
/*derivatives*/
.derivatives .get_quotes {
  padding: 20px;
  background: #f4f4f4;
  margin: 0px;
}
.derivatives .get_quotes h3.heading_small {
  font-weight: 600;
  margin-bottom: 0px;
}
.derivatives .get_quotes .quotes_select {
  margin-bottom: 25px;
}
.derivatives .get_quotes .quotes_select .select-wrapper {
  padding: 0px;
  line-height: 30px;
  width: 100%;
  height: 30px;
}
.derivatives .get_quotes .quotes_select .select-wrapper select {
  height: 30px;
  width: 335px;
}
.derivatives .get_quotes .quotes_select .select-wrapper span.holder {
  line-height: 28px;
}
.derivatives .get_quotes h5 {
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin: 20px 0 10px 0px;
  font-size: 13px;
}
.derivatives .market_equity_graph {
  margin-right: 20px;
}
.derivatives .market_table {
  margin-top: 20px;
  padding-right: 20px;
}
.derivatives .market_table table tr th {
  width: auto;
  font-size: 16px;
  padding: 5px 19px;
}
.derivatives .market_table table tr th:first-child {
  width: auto;
}
.derivatives .market_table table tr th:nth-child(2) {
  width: 220px;
}
.derivatives .market_table table tr td {
  width: auto;
  font-size: 14px;
  padding: 5px 10px;
}
.derivatives .market_table table tr td span.red {
  font-size: 15px;
  font-weight: 600;
  color: #dd3b3b;
  float: none;
}
.derivatives .market_table table tr td span.green {
  font-size: 15px;
  font-weight: 600;
  color: #33a90f;
  float: none;
}
.derivatives .market_table table tr td:first-child {
  width: auto;
}
.derivatives .market_table table tr td:nth-child(2) {
  width: 230px;
  text-align: right;
}
.derivatives .futures {
  margin-top: 25px;
}
.derivatives .futures .inner_tab_container {
  background: #f4f4f4;
}
.derivatives .futures .inner_tab_container .tab_container {
  margin: 0;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head {
  background: transparent;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs {
  border-bottom: 2px solid #e99b21;
  background: #f9ffff;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs .active a {
  background: #e99b21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a {
  background: #e4e4e4;
  color: #646464;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a .plus {
  color: #33a90f;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a .minus {
  color: #dd3b3b;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover, .derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus {
  background: #e99b21;
  color: #ffffff;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover:after, .derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content {
  padding-top: 20px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p {
  margin: 20px 0 20px	15px;
  color: #5b2a62;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p a {
  color: #5b2a62;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p a:hover, .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p a:focus {
  color: #5b2a62;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 12px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view .fa {
  display: inline-block;
  margin: -4px 0 0 2px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view:hover, .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view:focus {
  color: #ffffff;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table thead tr th {
  font-size: 12px;
  font-weight: 800;
  color: #151515;
  padding: 0px 12px 0 12px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table thead tr th:first-child {
  padding: 0px 0px 0px 15px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table thead tr th:last-child {
  padding: 0px 20px 0 0;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td {
  font-size: 13px;
  font-weight: 700;
  color: #646464;
  padding: 20px 20px 0 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  height: 50px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td a {
  display: inline-block;
  float: right;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td a .plus {
  display: inline-block;
  float: right;
  padding: 2px 4px;
  background: transparent;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td a .plus .fa {
  color: #e99b21;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td small {
  font-size: 13px;
  color: #5b2a62;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td:first-child {
  padding: 20px 0px 0px 15px;
  text-transform: uppercase;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td:last-child {
  padding: 20px 20px 0 0px;
  height: 45px;
}

a.view {
  background: #e99b21;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline-block;
}
a.view:hover, a.view:focus {
  background: #e99b21;
  color: #fff;
}
a.view .fa {
  margin: 2px 0 0 2px;
  display: inline-block;
  vertical-align: top;
}

ul.logout_option li a {
  color: #646464;
  font-weight: 600;
  outline: none;
  text-decoration: none;
}
ul.logout_option li a:hover, ul.logout_option li a:focus {
  color: #646464;
  outline: none;
  text-decoration: none;
}

.market_inner_table p {
  margin: 0 0 10px 20px;
}
.market_inner_table table thead tr th {
  font-size: 12px;
  font-weight: 800;
  color: #151515;
  padding: 12px;
  font-family: "Open Sans", sans-serif;
}
.market_inner_table table thead tr th:first-child {
  padding: 0px 0px 0px 15px;
}
.market_inner_table table thead tr th:last-child {
  padding: 0px 20px 0 0;
}
.market_inner_table table tbody tr td {
  font-size: 13px;
  font-weight: 700;
  color: #646464;
  padding: 12px 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  height: 50px;
}
.market_inner_table table tbody tr td a {
  display: inline-block;
  float: none;
  color: #646464;
}
.market_inner_table table tbody tr td a .plus {
  display: inline-block;
  float: right;
  padding: 2px 4px;
  background: transparent;
}
.market_inner_table table tbody tr td a .plus .fa {
  color: #e99b21;
}
.market_inner_table table tbody tr td small {
  font-size: 13px;
  color: #5b2a62;
}
.market_inner_table table tbody tr td:first-child {
  text-transform: uppercase;
}
.market_inner_table table tbody tr td:last-child {
  height: 45px;
}

.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:last-child {
  height: 45px;
}

.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th {
  padding: 0px 12px 0 12px !important;
}

.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td {
  font-weight: 700 !important;
  height: 50px !important;
  font-size: 14px;
}

/*overview*/
.currency .date_time h3.heading_small {
  display: inline-block;
}

.filter_price {
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter_price li {
  display: inline-block;
  list-style-type: none;
  line-height: 30px;
  margin-right: 12px;
  vertical-align: middle;
}
.filter_price li .yellow_btn {
  line-height: 16px;
}
.filter_price li .ui-datepicker-trigger {
  margin-left: 10px;
}
.filter_price li input {
  width: 84%;
}
.filter_price li .select-wrapper {
  width: 250px;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 0px 0px;
  line-height: 30px;
  height: 30px;
}
.filter_price li .select-wrapper select {
  width: 250px;
  font-size: 14px;
  color: #7d7d7d;
  background: #f9ffff;
  height: 30px;
}
.filter_price li .select-wrapper option[value] {
  border-color: transparent;
  background: #f9ffff;
}
.filter_price li .select-wrapper option:hover {
  border-color: transparent;
  background: transparent;
}
.filter_price li .select-wrapper option[selected="selected"] {
  font-weight: bold;
}
.filter_price li .select-wrapper .holder {
  margin-left: 10px;
}
.filter_price .price .select-wrapper {
  width: 400px;
  border: 1px solid #d9d9d9;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 0px 0px;
  line-height: 30px;
}
.filter_price .price .select-wrapper select {
  width: 400px;
  font-size: 14px;
  color: #7d7d7d;
  background: #f9ffff;
  height: 30px;
}
.filter_price .price .select-wrapper option[value] {
  border-color: transparent;
  background: #f9ffff;
}
.filter_price .price .select-wrapper option:hover {
  border-color: transparent;
  background: transparent;
}
.filter_price .price .select-wrapper option[selected="selected"] {
  font-weight: bold;
}
.filter_price .price .select-wrapper .holder {
  margin-left: 10px;
}

.ui-datepicker .ui-datepicker-next span {
  margin-left: -15px;
}

.get_quotes.overview .select-wrapper {
  padding: 0px;
  line-height: 30px;
}
.get_quotes.overview .select-wrapper select {
  height: 30px;
}

.tab_head.with_bg {
  background: transparent;
}
.tab_head.with_bg .nav-tabs {
  background: transparent;
}

/*fund_update*/
.fund_update {
  margin-top: 15px;
}
.fund_update .heading_small {
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
}
.fund_update .first_dropdown li {
  margin-bottom: 34px;
  margin-top: 20px;
}
.fund_update .first_dropdown li .quotes_select {
  margin-left: 20px;
}
.fund_update .first_dropdown li .quotes_select .select-wrapper {
  width: 280px;
  float: right;
}
.fund_update .first_dropdown li .quotes_select .select-wrapper select {
  width: 280px;
}
.fund_update .yellow_btn {
  margin-top: 10px;
  float: right;
}
.fund_update .fund_dropdown {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}
.fund_update .fund_dropdown li {
  display: inline-block;
  margin-left: 15px;
}
.fund_update .fund_dropdown li .yellow_btn {
  margin-top: 10px;
  float: none;
  padding: 7px 15px;
}
.fund_update .fund_dropdown li .quotes_select .select-wrapper {
  width: 260px;
}
.fund_update .fund_dropdown .quotes_select .select-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.fund_update .fund_cpmarison {
  padding: 20px;
  background-color: #f4f4f4;
}
.fund_update .fund_table table tr th table tr th {
  padding-top: 0px;
}
.fund_update .fund_table table tr th span {
  color: #464646;
}
.fund_update .fund_table table tr .cal_table tr th {
  border-right: none;
}
.fund_update .fund_table table tr .cal_table .suggested_funds_th td {
  padding: 4px;
  background-color: #e4e4e4;
  border-right: none;
  width: 11% !important;
}
.fund_update .fund_table table tr td {
  background-color: #ffffff;
  border-right: 1px solid #eeeeee;
}
.fund_update .fund_table table tr td table tr td {
  border: 0px;
}
.fund_update .fund_table table tr td:last-child {
  border: none;
}

.cal_table tr td {
  width: 33.33% !important;
}

/*fund_update*/
/*tools_planner*/
.tools_tab .tab_container .tab-content {
  padding-bottom: 10px;
}

.tools_predefinde_search {
  margin-top: 20px;
}
.tools_predefinde_search .strategy_data {
  margin-bottom: 39px;
}
.tools_predefinde_search .strategy_data .heading_small {
  color: #333333;
}
.tools_predefinde_search .strategy_data .yellow_btn {
  padding: 6px 10px;
  font-size: 12px;
}

/*tools_planner*/
/*markets_equity_news*/
.markets_equity_news .nopad:nth-child(3n+3) .watch_and_research .market_watch {
  margin-right: 0px;
}
.markets_equity_news .watch_and_research .market_watch div {
  border-bottom: none;
}
.markets_equity_news .watch_and_research .market_watch div span {
  margin-left: 0px;
  margin-right: 8px;
}
.markets_equity_news .watch_and_research .market_watch .yellow_btn {
  margin-top: 10px;
  position: absolute;
  bottom: 50px;
}

/*markets_equity_news*/
/*derivatives*/
.derivatives .get_quotes {
  padding: 20px;
  background: #f4f4f4;
  margin: 0px;
}
.derivatives .get_quotes h3.heading_small {
  font-weight: 600;
  margin-bottom: 0px;
}
.derivatives .get_quotes .quotes_select {
  margin-bottom: 25px;
}
.derivatives .get_quotes .quotes_select .select-wrapper {
  padding: 0px;
  line-height: 35px;
  width: 100%;
}
.derivatives .get_quotes .quotes_select .select-wrapper select {
  height: 35px;
  width: 335px;
}
.derivatives .get_quotes h5 {
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin: 20px 0 10px 0px;
  font-size: 13px;
}
.derivatives .get_quotes .yellow_btn {
  margin-top: 20px;
}
.derivatives .market_equity_graph {
  margin-right: 20px;
}
.derivatives .market_table {
  margin-top: 20px;
  margin-right: 20px;
}
.derivatives .market_table table tr th {
  width: auto;
  font-size: 16px;
  padding: 5px 19px;
}
.derivatives .market_table table tr th:first-child {
  width: auto;
}
.derivatives .market_table table tr th:nth-child(2) {
  width: 220px;
}
.derivatives .market_table table tr td {
  width: auto;
  font-size: 14px;
  padding: 6px 10px;
  vertical-align: middle;
}
.derivatives .market_table table tr td span.red {
  font-size: 15px;
  font-weight: 600;
  color: #dd3b3b;
  float: none;
  margin: 5px 0 0 12px;
}
.derivatives .market_table table tr td span.green {
  font-size: 15px;
  font-weight: 600;
  color: #33a90f;
  float: none;
  margin: 5px 0 0 12px;
}
.derivatives .market_table table tr td:first-child {
  width: auto;
}
.derivatives .market_table table tr td:nth-child(2) {
  width: 220px;
  text-align: right;
}
.derivatives .futures {
  margin-top: 25px;
}
.derivatives .futures .inner_tab_container {
  background: #f4f4f4;
}
.derivatives .futures .inner_tab_container .tab_container {
  margin: 0;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head {
  background: transparent;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs {
  border-bottom: 2px solid #e99b21;
  background: #f9ffff;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs .active a {
  background: #e99b21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a {
  background: #e4e4e4;
  color: #646464;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a .plus {
  color: #33a90f;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a .minus {
  color: #dd3b3b;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover, .derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus {
  background: #e99b21;
  color: #ffffff;
}
.derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover:after, .derivatives .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content {
  padding-top: 20px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p {
  margin: 20px 0 20px	15px;
  color: #5b2a62;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 12px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view .fa {
  display: inline-block;
  margin: -4px 0 0 2px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view:hover, .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view:focus {
  color: #ffffff;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th {
  font-size: 12px;
  font-weight: 800;
  color: #151515;
  padding: 0px 20px 0 20px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:first-child {
  padding: 0px 0px 0px 15px;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:last-child {
  padding: 0px 20px 0 0;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td {
  font-size: 13px;
  font-weight: 400;
  color: #646464;
  padding: 20px 20px 0 20px;
  font-family: "Open Sans", sans-serif;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a {
  display: inline-block;
  float: right;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a .plus {
  display: inline-block;
  float: right;
  padding: 2px 4px;
  background: transparent;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a .plus .fa {
  color: #e99b21;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td small {
  font-size: 13px;
  color: #5b2a62;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:first-child {
  padding: 20px 0px 0px 15px;
  text-transform: uppercase;
}
.derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:last-child {
  padding: 20px 20px 0 0px;
}

/*market_commodities*/
.market_commodity div#most-viewed, .market_commodity div#last-visited, .market_commodity div#energy, .market_commodity div#base-metals, .market_commodity div#agro, .market_commodity div#others {
  margin-top: 45px;
}
.market_commodity .yellow_btn {
  margin-top: 12px;
}
.market_commodity .inner_tab_container .tab_container .heading_small {
  margin-bottom: 25px;
}
.market_commodity .inner_tab_container .tab_container .market_equity .fund_ct {
  float: right;
  margin-bottom: 10px;
}
.market_commodity .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select {
  display: inline-block;
}
.market_commodity .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select .select-wrapper {
  width: 113px;
}
.market_commodity .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select .select-wrapper select {
  width: 113px;
}
.market_commodity .market_equity .nav_table .yellow_btn {
  margin-top: 20px;
  float: right;
  margin-bottom: 10px;
}
.market_commodity .watch_and_research {
  margin-top: 35px;
}
.market_commodity .watch_and_research .no_bg .heading_small {
  margin: 0px 0 30px 0;
}
.market_commodity .futures {
  margin-top: 25px;
}
.market_commodity .futures .inner_tab_container {
  background: #f4f4f4;
}
.market_commodity .futures .inner_tab_container .tab_container {
  margin: 0;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head {
  background: transparent;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs {
  border-bottom: 2px solid #e99b21;
  background: #f9ffff;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs .active a {
  background: #e99b21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs .active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a {
  background: #e4e4e4;
  color: #646464;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a .plus {
  color: #33a90f;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a .minus {
  color: #dd3b3b;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover, .market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus {
  background: #e99b21;
  color: #ffffff;
}
.market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:hover:after, .market_commodity .futures .inner_tab_container .tab_container .tab_head .nav-tabs li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #e99b21;
  border-width: 6px;
  margin-left: -6px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content {
  padding-top: 20px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table p {
  margin: 20px 0 20px	15px;
  color: #5b2a62;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 12px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view .fa {
  display: inline-block;
  margin: -4px 0 0 2px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view:hover, .market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table p .view:focus {
  color: #ffffff;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th {
  font-size: 12px;
  font-weight: 800;
  color: #151515;
  padding: 0px 20px 0 20px;
  font-family: "Open Sans", sans-serif;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:first-child {
  padding: 0px 0px 0px 15px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:last-child {
  padding: 0px 20px 0 0;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td {
  font-size: 13px;
  font-weight: 400;
  color: #646464;
  padding: 20px 20px 0 20px;
  font-family: "Open Sans", sans-serif;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a {
  display: inline-block;
  float: right;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a .plus {
  display: inline-block;
  float: right;
  padding: 2px 4px;
  background: transparent;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td a .plus .fa {
  color: #e99b21;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td small {
  font-size: 14px;
  color: #5b2a62;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:first-child {
  padding: 20px 0px 0px 15px;
}
.market_commodity .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:last-child {
  padding: 20px 20px 0 0px;
}

/*markets_commodities*/
/*sip_calculator*/
.sip_cal .fund_ct {
  margin-right: 15px;
  margin-bottom: 20px;
}
.sip_cal .yellow_btn {
  margin-top: 35px;
}

.sip_calculator_date {
  margin-top: 0px;
}
.sip_calculator_date .date_time .filter_price {
  margin-bottom: 0px;
  float: none;
}
.sip_calculator_date .date_time .filter_price li {
  margin-right: 7px;
}
.sip_calculator_date .date_time .filter_price li input {
  line-height: 22px;
  width: 100%;
}
.sip_calculator_date .date_time .filter_price li .datepicker {
  width: 84%;
}

.sip_pra p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #dd3b3b;
  font-size: 12px;
  text-align: center;
}

.sip_invest_btn {
  margin-top: 20px;
}
.sip_invest_btn p a {
  margin-right: 10px;
}

/*sip_calculator*/
/*market mutual funds*/
.derivatives_fund .quick_links {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 20px;
}
.derivatives_fund .quick_links h3.heading_small {
  margin-top: 10px;
}
.derivatives_fund .quick_links ul.benifit_list {
  width: 100%;
  float: left;
}
.derivatives_fund .quick_links ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 8px;
  padding-bottom: 10px;
  color: #555555;
  margin-right: 0px;
}
.derivatives_fund .quick_links ul.benifit_list li a {
  color: #5a0e55;
  outline: 0 none;
  text-decoration: none;
}
.derivatives_fund .tool_cal {
  background: #f4f4f4;
  margin-top: 20px;
  padding: 20px;
}
.derivatives_fund .tool_cal .btns {
  margin-top: 10px;
}
.derivatives_fund .tool_cal .btns .yellow_btn {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.derivatives_fund .get_quotes {
  padding: 20px;
  background: #f4f4f4;
  margin-top: 30px;
}
.derivatives_fund .get_quotes h3.heading_small {
  font-weight: 600;
  margin-bottom: 0px;
}
.derivatives_fund .get_quotes .quotes_select {
  margin-bottom: 25px;
}
.derivatives_fund .get_quotes .quotes_select .select-wrapper {
  padding: 0px;
  line-height: 35px;
  width: 100%;
}
.derivatives_fund .get_quotes .quotes_select .select-wrapper select {
  height: 35px;
  width: 335px;
}
.derivatives_fund .get_quotes h5 {
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin: 20px 0 10px 0px;
  font-size: 13px;
}
.derivatives_fund .get_quotes .yellow_btn {
  margin-top: 20px;
}
.derivatives_fund .tab_container {
  margin: 20px 20px 20px 0;
}
.derivatives_fund .tab_container .tab-content .currency {
  margin-top: 0px;
}
.derivatives_fund .tab_container .tab-content .currency .fund_profile_container {
  margin-bottom: 0px;
}
.derivatives_fund .tab_container .tab-content .currency .fund_profile_container .fund_table {
  margin-top: 0px;
}
.derivatives_fund .tab_container .tab-content .currency .fund_profile_container .fund_table table tr th {
  padding: 8px 25px;
}
.derivatives_fund .tab_container .tab-content .currency .fund_profile_container .yellow_btn {
  margin-top: 20px;
  float: right;
}
.derivatives_fund .tab_container .tab-content .currency .date_time .filter_price {
  margin-top: 0px;
}

/*inner_page_content common*/
.inner_page_content ul.other {
  display: inline-block;
  float: right;
}

.After_Market_container, .Buy_Today_container, .Delivery__container {
  margin-top: 50px;
}

/*bg*/
.market_highlights.learning_center {
  background: #eeeeee;
  margin: 0 0 20px 0;
  padding: 20px 0;
}
.market_highlights.learning_center p {
  text-align: justify;
}

/*testimonials pagination*/
.page-node-149 .item-list {
  margin-bottom: 40px;
}

.page-node-36 .about_details {
  min-height: 410px;
}

.search_overlay {
  display: none;
}

.view_destop_site {
  display: none;
}

.footer_buy ul {
  display: none;
}

/*dragger*/
.range-slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 15px;
  margin-top: 10px;
}

.range-slider > input {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: 43px;
  cursor: pointer;
}

.range-slider > input::-webkit-slider-thumb {
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
  opacity: 0;
}

.range-slider > span.slider-container {
  min-height: 10px;
  display: inline-block;
  position: absolute;
  top: 75px;
  left: 0px;
  right: 46px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 96%;
}

.range-slider > span.slider-container > span.bar {
  background-color: #cecece;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 0px;
  right: -14px;
  height: 8px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.range-slider > span.slider-container > span.bar > span {
  background: #5b2a62;
  display: inline-block;
  float: left;
  height: 11px;
  width: 0%;
}

.range-slider > span.slider-container > span.bar-btn {
  display: inline-block;
  position: absolute;
  width: 73px;
  height: 22px;
  padding-top: 0px;
  font-weight: normal;
  text-align: center;
  background: #5b2a62;
  left: -36px;
  top: -65px;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.range-slider > span.slider-container > span.bar-btn:after {
  content: "";
  border: 0;
  background-color: #5b2a62;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 3;
}

.range-slider > span.slider-container > span.bar-btn > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #5b2a62 transparent transparent;
  position: absolute;
  top: 22px;
  left: 32px;
}

.range-slider > span.slider-container > span.bar-btn > span:after {
  content: "";
}

.market_table table tbody tr td .range-slider, .small_graph .range-slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
}

.market_table table tbody tr td .range-slider > input, .small_graph .range-slider > input {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: -12px;
  cursor: default;
}

.market_table table tbody tr td .range-slider > input::-webkit-slider-thumb, .small_graph .range-slider > input::-webkit-slider-thumb {
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
  opacity: 0;
}

.market_table table tbody tr td .range-slider > span.slider-container, .small_graph .range-slider > span.slider-container {
  min-height: 10px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 46px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.market_table table tbody tr td .range-slider > span.slider-container > span.bar, .small_graph .range-slider > span.slider-container > span.bar {
  background-color: #898989;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 0px;
  right: 0px;
  height: 4px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.market_table table tbody tr td .range-slider > span.slider-container > span.bar > span, .small_graph .range-slider > span.slider-container > span.bar > span {
  background: #898989;
  display: inline-block;
  float: left;
  height: 11px;
  width: 0%;
}

.market_table table tbody tr td .range-slider > span.slider-container > span.bar-btn, .small_graph .range-slider > span.slider-container > span.bar-btn {
  display: inline-block;
  position: absolute;
  width: 73px;
  height: 22px;
  padding-top: 0px;
  font-weight: normal;
  text-align: center;
  background: transparent;
  left: -36px;
  top: -65px;
  border-radius: 3px;
  border: 0;
  color: transparent;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.market_table table tbody tr td .range-slider > span.slider-container > span.bar-btn:after, .small_graph .range-slider > span.slider-container > span.bar-btn:after {
  content: "";
  border: 0;
  background-color: #e99b21;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 33px;
  z-index: 3;
  border: 2px solid #ffffff;
}

.market_table table tbody tr td .range-slider > span.slider-container > span.bar-btn > span:before, .small_graph .range-slider > span.slider-container > span.bar-btn > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent;
  position: absolute;
  top: 22px;
  left: 32px;
}

.market_table table tbody tr td .range-slider > span.slider-container > span.bar-btn > span:after, .small_graph .range-slider > span.slider-container > span.bar-btn > span:after {
  content: "";
}

.markets_bg .fade {
  display: none;
}
.markets_bg .fade.active.in {
  display: block;
}

.dnews_data .all_news_container:last-child {
  margin-right: 0px;
}

.table-responsive {
  width: 100%;
}

.plus {
  display: inline-block;
  float: right;
  padding: 0 2px;
  background: transparent;
}
.plus .fa {
  color: #e99b21;
}

.contact-container.upadate_data .update_table.align_table table tr td strong {
  font-weight: 600;
}

.about_inner_nav.update_list h3.heading_small {
  margin-bottom: 20px;
}

.fund_table.white_bg table tr td table tr td .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
}
.fund_table.white_bg table tr td table tr td a {
  color: #646464;
}
.fund_table.white_bg table tr td table tr td a:hover, .fund_table.white_bg table tr td table tr td a:focus {
  color: #646464;
}

.page-derivatives-market .fund_table table thead tr td {
  padding: 0px 8px !important;
}
.page-derivatives-market .fund_table table thead tr td table tr td {
  padding: 0px 8px !important;
}
.page-derivatives-market .fund_table table tr th {
  padding: 8px 30px;
}
.page-derivatives-market .fund_table table tbody tr td {
  padding: 8px 12px !important;
}
.page-derivatives-market .fund_table table tbody tr td table tr td {
  padding: 0px 4px !important;
}
.page-derivatives-market div#member6 {
  margin-top: 40px;
}
.page-derivatives-market .currency {
  margin-top: 0px;
}
.page-derivatives-market .tab_container {
  margin: 35px 0px 0px 0px;
}
.page-derivatives-market .tab_container .tab-content {
  padding: 0px 0px 29px;
}
.page-derivatives-market .fund_table.white_bg table tr th {
  font-size: 14px;
}
.page-derivatives-market .fund_table.white_bg table tr th:nth-child(3) {
  width: 90px;
}
.page-derivatives-market .fund_table.white_bg table tr td {
  font-size: 13px;
  text-transform: lowercase;
}
.page-derivatives-market .fund_table.white_bg table tr td:first-letter {
  text-transform: uppercase;
}
.page-derivatives-market .fund_table.white_bg table tr td:nth-child(3) {
  width: 90px;
}
.page-derivatives-market .fund_table.white_bg table tr td table tr td {
  padding: 0px 5px;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr th {
  font-size: 14px;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr th:nth-child(3) {
  width: 90px;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr td {
  padding: 0px;
  font-size: 13px;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr td:nth-child(3) {
  width: 90px;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr td table tr td td {
  padding: 0px 5px !important;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr td table tr td:nth-child(2) .green, .page-derivatives-market .member1 .fund_table.white_bg table tr td table tr td:nth-child(2) .red {
  text-align: right;
  margin-right: 0px;
  float: right;
}
.page-derivatives-market .member1 .fund_table.white_bg table tr td table tr td .green, .page-derivatives-market .member1 .fund_table.white_bg table tr td table tr td .red {
  font-size: 13px;
}

.page-equity-volume-movement .fund_table.white_bg table tr td table tr td:nth-child(2) {
  float: none;
}

.page-equity-volume-movement .contact-container.upadate_data {
  margin-top: 40px;
}

.page-derivatives-market .member1 .fund_table.white_bg .upper_case table tr td {
  text-transform: uppercase;
}
.page-derivatives-market .member1 .fund_table.white_bg .upper_case table tr td:nth-child(3) {
  text-transform: capitalize;
}
.page-derivatives-market .member1 .fund_table.white_bg.upper_case table tr td {
  text-transform: uppercase;
}
.page-derivatives-market .member1 .fund_table.white_bg.upper_case table tr td:nth-child(3) {
  text-transform: capitalize;
}
.page-derivatives-market .fund_table.white_bg.upper_case table tr td {
  text-transform: uppercase;
}
.page-derivatives-market #member5 .fund_table.white_bg.upper_case table tr td:nth-child(3) {
  text-transform: capitalize;
}
.page-derivatives-market #member5 .fund_table.white_bg.upper_case table tr td:nth-child(10) {
  text-transform: capitalize;
}
.page-derivatives-market #member5 .fund_table.white_bg.upper_case table tr td:nth-child(11) {
  text-transform: capitalize;
}
.page-derivatives-market #member6 .fund_table.upper_case table tr td:nth-child(1) {
  text-transform: uppercase;
}
.page-derivatives-market #member6 .fund_table.upper_case table tr td:nth-child(2) {
  text-transform: capitalize;
}

.page-derivatives-overview #member2 table tr th {
  padding: 8px 37px;
}
.page-derivatives-overview .contact-container.upadate_data table tr td .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
}

.page-derivatives-overview .fund_table table tr th {
  padding: 8px 32px;
}
.page-derivatives-overview .contact-container.upadate_data .upper_case table tr td {
  text-transform: uppercase;
}
.page-derivatives-overview .contact-container.upadate_data .upper_case table tr td:nth-child(3) {
  text-transform: capitalize;
}

.plus {
  display: inline-block;
  float: right;
  padding: 2px 4px;
  background: transparent !important;
}
.plus .fa {
  color: #ffffff !important;
  font-size: 14px !important;
  display: inline-block;
  background: #e99b21;
  padding: 3px;
}

.slider > input::-webkit-slider-thumb {
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
}

.page-equity-analysis .currency:nth-child(1), .page-equity-volume-moment .currency:nth-child(1) {
  margin-top: 0px;
}
.page-equity-analysis .contact-container.upadate_data table tr td .fa-plus, .page-equity-volume-moment .contact-container.upadate_data table tr td .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
  float: right;
}
.page-equity-analysis .contact-container.upadate_data table tr td table tr td, .page-equity-volume-moment .contact-container.upadate_data table tr td table tr td {
  width: 70px;
}
.page-equity-analysis .contact-container.upadate_data table tr td table tr td .fa-plus, .page-equity-volume-moment .contact-container.upadate_data table tr td table tr td .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
  float: right;
}
.page-equity-analysis .contact-container.upadate_data table tr td:last-child div, .page-equity-volume-moment .contact-container.upadate_data table tr td:last-child div {
  margin: 0 auto;
  float: none;
}

.page-equity-analysis .contact-container.upadate_data table tr td a:nth-child(2) {
  float: right;
}
.page-equity-analysis .contact-container.upadate_data table tr td a:nth-child(1) {
  float: left;
}
.page-equity-analysis .fund_table table tbody tr td {
  padding: 8px 7px;
}
.page-equity-analysis .fund_table table tr td table tr td {
  font-size: 13px;
}
.page-equity-analysis .white_bg.fund_table table tr td table tr td:first-child {
  min-width: auto !important;
}

#criteria-data p {
  cursor: pointer;
}

.ui-autocomplete-loading {
  background-image: url("../images/loader2.gif") !important;
}

.currency:nth-child(1) {
  margin-top: 0px;
}

.page-ipo-issue .fund_table table tr th {
  padding: 8px 13px;
}

.page-ipo-issue .fund_table table tbody tr td {
  padding: 8px 15px;
}
.page-ipo-issue .fund_table table tbody tr td table tr td {
  padding: 0px;
}

.page-derivatives-update .contact-container.upadate_data table tr th, .page-derivatives-update .fund_table table tr th, .market_ipo .contact-container.upadate_data table tr th, .market_ipo .fund_table table tr th {
  padding: 8px 19px;
}
.page-derivatives-update .contact-container.upadate_data table tr td, .page-derivatives-update .fund_table table tr td, .market_ipo .contact-container.upadate_data table tr td, .market_ipo .fund_table table tr td {
  padding: 8px 5px;
}
.page-derivatives-update .contact-container.upadate_data table tr td table, .page-derivatives-update .fund_table table tr td table, .market_ipo .contact-container.upadate_data table tr td table, .market_ipo .fund_table table tr td table {
  width: 100%;
}
.page-derivatives-update .contact-container.upadate_data table tr td table tr td, .page-derivatives-update .fund_table table tr td table tr td, .market_ipo .contact-container.upadate_data table tr td table tr td, .market_ipo .fund_table table tr td table tr td {
  padding: 0px;
}

.page-derivatives-update .update_table2 table tr th table tr td span, .market_ipo .update_table2 table tr th table tr td span {
  display: inline-block;
}
.page-derivatives-update .contact-container.upadate_data .upper_case table tr td, .market_ipo .contact-container.upadate_data .upper_case table tr td {
  text-transform: uppercase;
}
.page-derivatives-update .contact-container.upadate_data .upper_case.update_table table tr td, .market_ipo .contact-container.upadate_data .upper_case.update_table table tr td {
  padding: 10px 5px;
}
.page-derivatives-update .contact-container.upadate_data .upper_case.update_table table tr td table tr td, .market_ipo .contact-container.upadate_data .upper_case.update_table table tr td table tr td {
  padding: 0 10px;
}
.page-derivatives-update .contact-container.upadate_data .upper_case.update_table table tr td:nth-child(3), .market_ipo .contact-container.upadate_data .upper_case.update_table table tr td:nth-child(3) {
  text-transform: capitalize;
}
.page-derivatives-update .contact-container.upadate_data #member5 .upper_case.update_table table tr td, .market_ipo .contact-container.upadate_data #member5 .upper_case.update_table table tr td {
  text-transform: uppercase;
}
.page-derivatives-update .contact-container.upadate_data #member5 .upper_case.update_table table tr td:nth-child(2), .market_ipo .contact-container.upadate_data #member5 .upper_case.update_table table tr td:nth-child(2) {
  text-transform: capitalize;
}
.page-derivatives-update .contact-container.upadate_data #member6 .update_table table tr td .plus, .page-derivatives-update .contact-container.upadate_data #member7 .update_table table tr td .plus, .market_ipo .contact-container.upadate_data #member6 .update_table table tr td .plus, .market_ipo .contact-container.upadate_data #member7 .update_table table tr td .plus {
  float: right;
}
.page-derivatives-update .contact-container.upadate_data #member6 .upper_case table tr td:nth-child(9), .page-derivatives-update .contact-container.upadate_data #member7 .upper_case table tr td:nth-child(9), .market_ipo .contact-container.upadate_data #member6 .upper_case table tr td:nth-child(9), .market_ipo .contact-container.upadate_data #member7 .upper_case table tr td:nth-child(9) {
  text-transform: capitalize;
}
.page-derivatives-update .contact-container.upadate_data #member6 .upper_case table tr td:nth-child(10), .page-derivatives-update .contact-container.upadate_data #member7 .upper_case table tr td:nth-child(10), .market_ipo .contact-container.upadate_data #member6 .upper_case table tr td:nth-child(10), .market_ipo .contact-container.upadate_data #member7 .upper_case table tr td:nth-child(10) {
  text-transform: capitalize;
}

.page-derivatives-update .about_inner_nav {
  margin: 0 0 50px;
}
.page-derivatives-update #member7, .page-derivatives-update #member8, .page-derivatives-update #member9, .page-derivatives-update .contact-container.upadate_data {
  margin-top: 60px;
}
.page-derivatives-update .contact-container.upadate_data:nth-child(1) {
  margin-top: 0px;
}
.page-derivatives-update .update_container {
  margin-top: 60px;
}
.page-derivatives-update .about_inner_nav.update_list h3.heading_small {
  margin: 0;
}
.page-derivatives-update .update_list.about_inner_nav .tab_container {
  margin: 20px 0 0 0;
}

.loader {
  position: relative;
}
.loader .preloader {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  margin-top: -8px;
  background: url("../images/loader2.gif") no-repeat center center;
}

.scroll_top {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 99999;
}
.scroll_top a {
  display: none;
  position: relative;
  font-size: 40px;
  color: #5b2a62;
}

.search_overlay {
  display: none;
}

span.red {
  font-size: 20px;
  vertical-align: top;
  font-weight: 600;
  color: #dd3b3b;
  float: left;
  line-height: 12px;
  margin-right: 10px;
}

span.green {
  font-size: 20px;
  font-weight: 600;
  color: #33a90f;
  float: left;
  line-height: 12px;
  margin-right: 10px;
  vertical-align: top;
}

.kyc_document .modal-header {
  padding-bottom: 0 !important;
}
.kyc_document .modal-header .heading_small {
  margin-bottom: 0;
  padding-bottom: 0;
}
.kyc_document .faq_data .panel-body {
  background: none !important;
}
.kyc_document .faq_data .panel-body ul {
  list-style-type: disc;
  color: #5b2a62;
  margin-left: 20px;
}
.kyc_document .faq_data .panel-body ul li {
  margin-bottom: 25px;
}
.kyc_document .faq_data .panel-body ul li span {
  color: #555555;
  font-size: 14px;
}
.kyc_document .faq_data .panel-body ul li:last-child {
  margin-bottom: 0;
}

.contract_note .form-type-checkbox {
  margin-right: 15px;
  float: left;
}

label.error {
  font-size: 12px;
  text-align: justify;
  color: #dd3b3b;
}

.kyc_form_details .form-item-wish-to-recieve label {
  width: 190px !important;
}
.kyc_form_details .select-wrapper {
  background: url("../images/icon/select_dark.png") no-repeat;
  background-position: center right;
  background-color: #f9ffff;
}
.kyc_form_details .disable_bg .select-wrapper {
  background: url("../images/icon/select-dropdown.png") no-repeat;
  background-position: center right;
  background-color: #f9ffff;
}
.kyc_form_details .bottom_data {
  padding: 0;
  margin-top: 60px;
}
.kyc_form_details .bottom_data .btn {
  padding: 10px;
  min-width: 200px;
}
.kyc_form_details .bottom_data .yellow_btn {
  float: right;
}
.kyc_form_details .bottom_data .gray_btn {
  float: left;
}
.kyc_form_details h5 {
  text-align: center;
  font-size: 22px;
  color: #898989;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.kyc_form_details h5 span {
  display: block;
  font-size: 14px;
}
.kyc_form_details .feature_tab .tab_header .nav-tabs li a {
  padding: 12px;
  font-size: 15px;
}
.kyc_form_details .feature_tab .tab_header .nav-tabs .active a {
  font-weight: 400;
}
.kyc_form_details .feature_tab .tab-content {
  padding: 40px 20px;
}
.kyc_form_details .primary_details {
  padding-right: 0px;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
.kyc_form_details .primary_details p {
  font-size: 12px;
}
.kyc_form_details .primary_details:nth-child(3) {
  border: 0px;
}
.kyc_form_details .primary_details h3 {
  font-size: 16px;
}
.kyc_form_details .primary_details .same_as_above .css-label-c {
  margin-bottom: 20px;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  line-height: 12px;
}
.kyc_form_details .primary_details .form_content {
  padding-bottom: 15px;
}
.kyc_form_details .primary_details .form_content .switch-field label:hover {
  cursor: pointer;
}
.kyc_form_details .primary_details .form_content .switch-field input:checked + label {
  background-color: #5b2a62;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  line-height: 26px;
  border-radius: 4px;
}
.kyc_form_details .primary_details .form_content .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.kyc_form_details .primary_details .form_content .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.kyc_form_details .primary_details .form_content .kyc_clicktag {
  font-weight: 600;
  color: #646464;
}
.kyc_form_details .primary_details .form_content .kyc_clicktag:hover, .kyc_form_details .primary_details .form_content .kyc_clicktag:focus {
  font-weight: 600;
  color: #646464;
}
.kyc_form_details .primary_details .form_content a.yellow_btn {
  color: #ffffff;
}
.kyc_form_details .primary_details .form_content label {
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  line-height: 26px;
}
.kyc_form_details .primary_details .form_content .css-label-c {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 16px;
}
.kyc_form_details .primary_details .form_content .quotes_select .select-wrapper {
  width: 100%;
  padding: 7px 0;
}
.kyc_form_details .primary_details .form_content .quotes_select .select-wrapper select {
  width: 95%;
}
.kyc_form_details .primary_details .form_content .form-group {
  margin-bottom: 0;
}
.kyc_form_details .primary_details .form_content .form-group a.btn {
  min-width: 100px;
  margin-left: -2px;
  background: #dddddd;
  color: #000;
}
.kyc_form_details .primary_details .form_content .form-group a.active {
  background: #5b2a62;
  color: #ffffff;
  box-shadow: 2px 2px 10px #5b2a62;
}
.kyc_form_details .primary_details .form_content .form-group a.active:hover, .kyc_form_details .primary_details .form_content .form-group a.active:focus {
  outline: none;
}
.kyc_form_details .primary_details .form_content .form-group .permanant_ac {
  width: 70%;
}
.kyc_form_details .primary_details .form_content .form-control {
  background: #f9ffff;
  box-shadow: none;
}
.kyc_form_details .primary_details .form_content .residence_info li {
  float: left;
  margin-right: 12px;
}
.kyc_form_details .primary_details .form_content .residence_info li:first-child {
  width: 30%;
}
.kyc_form_details .primary_details .form_content .residence_info li:last-child {
  width: 66.5%;
  margin-right: 0px;
}
.kyc_form_details .primary_details .form_content span.option_item {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #888888;
  margin: 12px 0;
}
.kyc_form_details .primary_details .form_content .name_applicant li {
  float: left;
  margin-right: 12px;
  width: 31.1%;
}
.kyc_form_details .primary_details .form_content .name_applicant li:last-child {
  margin-right: 0px;
}
.kyc_form_details .primary_details .form_content .name_applicant li .select-wrapper {
  width: 100%;
  padding: 7px 0;
}
.kyc_form_details .primary_details .form_content .name_applicant li .select-wrapper select {
  width: 28%;
}
.kyc_form_details .primary_details .form_content .contract_note .css-label-c {
  margin-bottom: 12px;
  margin-right: 10px;
}
.kyc_form_details .primary_details .form_content .holder_content {
  background: #e3e3e3;
  padding: 10px 15px;
}
.kyc_form_details .primary_details .form_content .holder_content p {
  margin-left: 40px;
  color: #888888;
  font-size: 12px;
}
.kyc_form_details .primary_details .form_content .holder_content .fa {
  float: left;
  width: 20px;
  display: block;
  margin-top: 2px;
  height: 20px;
  background: #bebebe;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.kyc_form_details .primary_details .form_content .feature_tab {
  margin-top: 30px;
}
.kyc_form_details .primary_details .form_content .feature_tab .tab_header {
  background: transparent;
}
.kyc_form_details .primary_details .form_content .feature_tab .tab_header .fund_transfer {
  position: absolute;
  right: 0;
  top: 18px;
}
.kyc_form_details .primary_details .form_content .feature_tab .tab-content {
  padding: 30px 20px 0px;
  background: #e3e3e3;
  min-height: 200px;
}
.kyc_form_details .primary_details .form_content .feature_tab .validate_holder {
  text-align: center;
  margin: 0px 0 0;
}
.kyc_form_details .primary_details .form_content .feature_tab .validate_holder .btn.yellow_btn {
  font-size: 18px;
  padding: 8px 35px;
  float: none;
  margin: 0px 0 10px -8%;
}
.kyc_form_details .primary_details .form_content .verify_customer li {
  float: left;
}
.kyc_form_details .primary_details .form_content .verify_customer li input.gray_btn {
  margin-bottom: 10px;
}
.kyc_form_details .primary_details .form_content .verify_customer li:first-child {
  width: 70%;
  margin-right: 15px;
}
.kyc_form_details .primary_details .form_content .verify_customer li:last-child {
  width: 26%;
}
.kyc_form_details .primary_details .form_content .verify_customer li:last-child button {
  width: 100%;
}
.kyc_form_details .primary_details .form_content .verify_customer li .fileinputs {
  margin-top: 0px;
  margin-right: 10px;
}
.kyc_form_details .primary_details .form_content .verify_customer li .fileinputs input.file {
  width: 100px;
}
.kyc_form_details .primary_details .form_content .verify_customer li .choose_file {
  background: #ffffff;
  padding: 5px 5px 7px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.kyc_form_details .primary_details .form_content .verify_customer li .choose_file p {
  margin-bottom: 0px;
}
.kyc_form_details .primary_details .form_content .verify_customer li .option_item {
  text-align: left;
}
.kyc_form_details .primary_details .form_content .currency_derivatives {
  margin-top: 10px;
}
.kyc_form_details .primary_details .form_content .document_details {
  margin-top: 10px;
}
.kyc_form_details .primary_details .form_content .document_details .option_item {
  text-align: left;
}
.kyc_form_details .primary_details .form_content .document_details ul {
  list-style-type: circle;
  color: #aaaaaa;
  margin-left: 15px;
}
.kyc_form_details .steps_of_details {
  position: relative;
}
.kyc_form_details .steps_of_details .order_confirmed_line {
  height: 95%;
  position: absolute;
  top: 15px;
  left: 0;
  right: 98px;
  margin: auto;
  border-right: 1px solid #cccccc;
}
.kyc_form_details .steps_of_details .order_confirmed_list {
  position: relative;
  padding-left: 92px;
}
.kyc_form_details .steps_of_details .order_confirmed_list ul li {
  display: table;
  margin-bottom: 20px;
}
.kyc_form_details .steps_of_details .order_confirmed_list ul li p {
  display: table-cell;
  text-align: right;
  color: #a7a7a7;
  padding-right: 20px;
  vertical-align: top;
  width: 135px;
}
.kyc_form_details .steps_of_details .order_confirmed_list ul li p strong {
  display: block;
  text-align: right;
}
.kyc_form_details .steps_of_details .order_confirmed_list ul li span {
  display: inline-block;
  background: #cccccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}
.kyc_form_details .steps_of_details .order_confirmed_list ul li.active p {
  color: #5b2a62;
}
.kyc_form_details .steps_of_details .order_confirmed_list ul li.active span {
  background: #5b2a62;
}

.form-managed-file#edit-primary-user-pan-copy-upload, .form-managed-file#edit-primary-user-bank-proof-upload, .form-managed-file#edit-primary-user-aadhar-copy-upload, .form-managed-file#edit-signature-copy-upload, .form-managed-file#edit-second-user-pan-copy-upload, .form-managed-file#edit-second-user-bank-proof-upload, .form-managed-file#edit-second-user-aadhar-copy-upload, .form-managed-file#edit-second-signature-copy-upload, .form-managed-file#edit-third-user-pan-copy-upload, .form-managed-file#edit-third-user-bank-proof-upload, .form-managed-file#edit-third-user-aadhar-copy-upload, .form-managed-file#edit-third-signature-copy-upload, .form-managed-file#edit-video-upload, .form-managed-file#edit-primary-user-id-proof-upload, .form-managed-file#edit-second-user-id-proof-upload, .form-managed-file#edit-third-user-id-proof-upload, .form-managed-file#edit-primary-user-currency-derivative-upload, .form-managed-file#edit-second-user-currency-derivative-upload, .form-managed-file#edit-third-user-currency-derivative-upload {
  clear: both;
}
.form-managed-file#edit-primary-user-pan-copy-upload input:first-child, .form-managed-file#edit-primary-user-bank-proof-upload input:first-child, .form-managed-file#edit-primary-user-aadhar-copy-upload input:first-child, .form-managed-file#edit-signature-copy-upload input:first-child, .form-managed-file#edit-second-user-pan-copy-upload input:first-child, .form-managed-file#edit-second-user-bank-proof-upload input:first-child, .form-managed-file#edit-second-user-aadhar-copy-upload input:first-child, .form-managed-file#edit-second-signature-copy-upload input:first-child, .form-managed-file#edit-third-user-pan-copy-upload input:first-child, .form-managed-file#edit-third-user-bank-proof-upload input:first-child, .form-managed-file#edit-third-user-aadhar-copy-upload input:first-child, .form-managed-file#edit-third-signature-copy-upload input:first-child, .form-managed-file#edit-video-upload input:first-child, .form-managed-file#edit-primary-user-id-proof-upload input:first-child, .form-managed-file#edit-second-user-id-proof-upload input:first-child, .form-managed-file#edit-third-user-id-proof-upload input:first-child, .form-managed-file#edit-primary-user-currency-derivative-upload input:first-child, .form-managed-file#edit-second-user-currency-derivative-upload input:first-child, .form-managed-file#edit-third-user-currency-derivative-upload input:first-child {
  background: #f9ffff;
  padding: 5px;
  font-family: Open Sans-serif;
  text-transform: capitalize;
  color: #7d7d7d;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.form-managed-file#edit-primary-user-pan-copy-upload input:nth-child(2), .form-managed-file#edit-primary-user-bank-proof-upload input:nth-child(2), .form-managed-file#edit-primary-user-aadhar-copy-upload input:nth-child(2), .form-managed-file#edit-signature-copy-upload input:nth-child(2), .form-managed-file#edit-second-user-pan-copy-upload input:nth-child(2), .form-managed-file#edit-second-user-bank-proof-upload input:nth-child(2), .form-managed-file#edit-second-user-aadhar-copy-upload input:nth-child(2), .form-managed-file#edit-second-signature-copy-upload input:nth-child(2), .form-managed-file#edit-third-user-pan-copy-upload input:nth-child(2), .form-managed-file#edit-third-user-bank-proof-upload input:nth-child(2), .form-managed-file#edit-third-user-aadhar-copy-upload input:nth-child(2), .form-managed-file#edit-third-signature-copy-upload input:nth-child(2), .form-managed-file#edit-video-upload input:nth-child(2), .form-managed-file#edit-primary-user-id-proof-upload input:nth-child(2), .form-managed-file#edit-second-user-id-proof-upload input:nth-child(2), .form-managed-file#edit-third-user-id-proof-upload input:nth-child(2), .form-managed-file#edit-primary-user-currency-derivative-upload input:nth-child(2), .form-managed-file#edit-second-user-currency-derivative-upload input:nth-child(2), .form-managed-file#edit-third-user-currency-derivative-upload input:nth-child(2) {
  background: #e99b21;
  border-radius: 10px;
  top: 0;
  position: absolute;
  right: 0;
  left: auto;
  color: #fff;
  padding: 5px 20px;
  border: 0px;
}
.form-managed-file#edit-primary-user-pan-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-primary-user-bank-proof-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-primary-user-aadhar-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-signature-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-second-user-pan-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-second-user-bank-proof-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-second-user-aadhar-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-second-signature-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-third-user-pan-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-third-user-bank-proof-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-third-user-aadhar-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-third-signature-copy-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-video-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-primary-user-id-proof-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-second-user-id-proof-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-third-user-id-proof-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-primary-user-currency-derivative-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-second-user-currency-derivative-upload #edit-primary-user-pan-copy-remove-button, .form-managed-file#edit-third-user-currency-derivative-upload #edit-primary-user-pan-copy-remove-button {
  background: #e99b21;
  padding: 5px 10px;
  border: 0px;
  color: #fff;
  border-radius: 10px;
  right: 0;
  left: auto;
  top: -5px;
}

.currency_derivative_class .messages.error.messages-inline.error {
  clear: both;
}

.currency_derivative_class .form-managed-file#edit-primary-user-currency-derivative-upload {
  margin-top: 15px;
  clear: both;
}

.form-managed-file#edit-primary-user-currency-derivative-upload #edit-primary-user-currency-derivative-upload-button {
  top: auto;
  bottom: 69%;
}

.currency_derivative_class input:nth-child(2) {
  top: auto !important;
  bottom: 69%;
}

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 0px;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 90px;
  background-color: #dddddd;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #5b2a62;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.custome_assistance {
  background: url(../images/custome_assistance_bg.jpg) no-repeat;
  width: 100%;
  height: auto;
  padding: 27px 20px;
  background-size: cover;
}
.custome_assistance h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}
.custome_assistance p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.custome_assistance h6 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
.custome_assistance a {
  color: #ffffff;
}
.custome_assistance a .fa {
  margin-right: 15px;
}

.kyc_review_edit_detail .review_edit_terms {
  border-bottom: 1px solid #c4c4c4;
}
.kyc_review_edit_detail .review_edit_terms:nth-child {
  margin-bottom: 0;
}
.kyc_review_edit_detail .review_edit_terms:nth-child(3) {
  border-bottom: 1px solid #c4c4c4;
}
.kyc_review_edit_detail .review_edit_terms:last-child {
  border-bottom: 0;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll {
  height: 250px;
  width: 100%;
  padding-left: 16px;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll p {
  color: #151515;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll p small {
  font-size: 13px;
  font-weight: 400;
  color: #646464;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll p ol li small {
  font-size: 13px;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll .mCSB_scrollTools .mCSB_draggerRail {
  background: #cccccc !important;
  width: 4px;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll .mCSB_scrollTools .mCSB_dragger {
  height: 40px !important;
}
.kyc_review_edit_detail .review_edit_terms .terms_condition_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e99b21 !important;
  width: 8px;
  border-radius: 0;
}
.kyc_review_edit_detail .review_edit_terms .terms_bottom_content {
  padding: 15px 0 0 15px;
}
.kyc_review_edit_detail .review_edit_terms .terms_bottom_content p {
  color: #646464;
}
.kyc_review_edit_detail .review_edit_terms .terms_bottom_content p label {
  font-size: 14px;
  font-weight: 400;
}
.kyc_review_edit_detail .review_edit_terms .terms_bottom_content .button_container {
  float: left;
  margin-top: 30px;
}
.kyc_review_edit_detail .review_edit_terms .terms_bottom_content .button_container .yellow_btn {
  font-size: 18px;
  margin-left: 0px;
  padding: 8px 30px;
}
.kyc_review_edit_detail .table_content .review_table tr {
  display: block;
  padding-bottom: 15px;
}
.kyc_review_edit_detail .table_content .review_table tr th {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  width: 145px;
  vertical-align: top;
}
.kyc_review_edit_detail .table_content .review_table tr td {
  font-size: 13px;
  color: #646464;
  padding-left: 15px;
  line-height: 18px;
}

.file-upload-js-error {
  margin-top: 40px;
}

.key_funds_offline .terms_bottom_content {
  padding: 0px 0 0 0px !important;
}

.kyc_digital_signature .signature_content p {
  color: #151515;
}
.kyc_digital_signature .signature_content .css-label-c {
  font-size: 14px;
  line-height: 15px;
  color: #646464;
  font-weight: 400;
}
.kyc_digital_signature .holder_content {
  padding: 0px 0px;
  background: none;
}
.kyc_digital_signature .holder_content p {
  margin-left: 20px;
  color: #888888;
  font-size: 14px;
}
.kyc_digital_signature .holder_content span {
  float: left;
  width: 20px;
  display: block;
  margin-top: 2px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.kyc_digital_signature .button_container {
  float: left;
  margin-bottom: 30px;
}
.kyc_digital_signature .button_container .yellow_btn {
  padding: 8px 25px;
  margin-left: 0;
}
.kyc_digital_signature .button_container .grey_btn {
  background: #646464;
  color: #ffffff;
  padding: 8px 25px;
  margin-left: 0;
}
.kyc_digital_signature .button_container .wh_btn {
  background: #ffffff;
  padding: 8px 25px;
  margin-left: 0;
}
.kyc_digital_signature p {
  color: #151515;
}
.kyc_digital_signature p a {
  color: #5b2a62;
  text-decoration: underline;
}
.kyc_digital_signature .otp_group ul li {
  display: inline-block;
}
.kyc_digital_signature .otp_group ul li .form-control {
  height: 39px;
  padding: 0px 12px;
}

.person_ipv {
  margin-top: 30px;
}
.person_ipv .button_container {
  float: left;
  margin-bottom: 30px;
  margin-top: 20px;
}
.person_ipv .button_container .yellow_btn {
  padding: 8px 25px;
  margin-left: 0;
}
.person_ipv a {
  color: #646464;
}
.person_ipv a:hover, .person_ipv a:focus {
  color: #646464;
}

.holder_content {
  background: #e3e3e3;
  padding: 10px 15px;
}
.holder_content p {
  margin-left: 40px;
  color: #888888;
  font-size: 12px;
}
.holder_content .fa {
  float: left;
  width: 20px;
  display: block;
  margin-top: 2px;
  height: 20px;
  background: #bebebe;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.webcam .welth_container {
  padding-left: 15px;
}

.kyc_chat {
  margin-top: 40px;
}
.kyc_chat form .form-group .form-control {
  background: #d0d0d0;
}
.kyc_chat .button_container {
  float: left;
  margin-top: 20px;
}
.kyc_chat .button_container .yellow_btn {
  padding: 8px 30px;
  margin-left: 0;
}

.kyc_scheme_details .form-horizontal {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 25px;
  margin-bottom: 40PX;
}
.kyc_scheme_details .form-horizontal .control-label {
  text-align: left;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.kyc_scheme_details .form-horizontal ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.kyc_scheme_details .form-horizontal ul li label {
  font-size: 14px !important;
  font-weight: 400;
  color: #646464;
}
.kyc_scheme_details .form-horizontal ul li i {
  height: 15px;
  width: 15px;
  color: #ffffff;
  background: #666666;
  border-radius: 50%;
  padding: 1px 0 0 3px;
}
.kyc_scheme_details .form-horizontal ul li small {
  font-size: 12px;
  display: block;
  width: 135px;
  color: #888888;
}
.kyc_scheme_details .form-horizontal .form-group .quotes_select .select-wrapper {
  width: 100%;
}
.kyc_scheme_details .form-horizontal .form-group .quotes_select .select-wrapper .custom-select {
  width: 93%;
}
.kyc_scheme_details .form-horizontal .form-group p {
  color: #646464;
}
.kyc_scheme_details .form-horizontal .form-group p a {
  text-decoration: underline;
  color: #5b2a62;
  font-weight: 600;
  padding-top: 5px;
}
.kyc_scheme_details .form-horizontal .form-group .yellow_btn {
  margin-bottom: 20px;
  margin-top: 10px;
}
.kyc_scheme_details .form-horizontal .form-group .deposit_content {
  padding-top: 5px;
  color: #646464;
}
.kyc_scheme_details .form-horizontal .form-group .deposit_content a {
  margin-left: 10px;
  padding-top: 0px;
}
.kyc_scheme_details .button_container {
  float: left;
}
.kyc_scheme_details .button_container .btn {
  font-size: 18px;
  padding: 6px 30px;
}
.kyc_scheme_details .button_container .grey_btn {
  background: #646464;
  color: #ffffff;
}

.affix_E_sign .modal-dialog {
  width: 605px;
}
.affix_E_sign .modal-dialog .modal-content .modal-body {
  padding: 20px 25px 20px;
}
.affix_E_sign .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  padding-bottom: 15px;
}
.affix_E_sign .modal-dialog .modal-content .modal-body .yellow_btn {
  padding: 8px 38px;
}

.resend_OTP .modal-dialog {
  width: 385px;
}

.register_verify_kyc {
  text-align: center;
  margin: 70px 0;
}
.register_verify_kyc .form-group label {
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.register_verify_kyc .form-group .form-control {
  text-align: center;
}
.register_verify_kyc .verify_button {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.register_verify_kyc .verify_button .btn-block {
  margin-bottom: 20px;
  font-size: 15px;
}
.register_verify_kyc .resend {
  background: #646464;
  color: #ffffff;
  font-size: 15px;
}

.thanku-heading_kyu p {
  color: #898989;
  margin-top: 25px;
}
.thanku-heading_kyu h2 {
  font-size: 18px;
  color: #333333;
}

.register_thanku_content_kyc .yellow_btn {
  padding: 8px 7px;
}
.register_thanku_content_kyc ul {
  margin-left: 17px;
  margin-bottom: 30px;
}
.register_thanku_content_kyc ul li {
  list-style-type: decimal;
  padding-left: 10px;
}
.register_thanku_content_kyc ul li p {
  font-size: 13px;
  line-height: 22px;
  color: #555555;
}
.register_thanku_content_kyc ul li span {
  font-size: 12px;
  color: #888888;
}
.register_thanku_content_kyc ul span {
  font-size: 12px;
  color: #888888;
}
.register_thanku_content_kyc ul .inside-content {
  margin-bottom: 0px;
}
.register_thanku_content_kyc ul .inside-content span {
  font-size: 12px;
}
.register_thanku_content_kyc ul .inside-content li {
  list-style-type: lower-roman;
}
.register_thanku_content_kyc ul .inside-content li p {
  font-size: 12px !important;
}
.register_thanku_content_kyc .ok-button {
  margin-bottom: 50px;
}

.kyc_online_Offline .modal-dialog {
  width: 385px;
}

.tax_calculator.no_border .nopad {
  border: 0px !important;
}

/* register_online_oflineoption on 28-7-2016*/
.register_online_kyc {
  margin: 0 auto;
}
.register_online_kyc input.btn-block[type="button"], .register_online_kyc input.btn-block[type="reset"], .register_online_kyc input.btn-block[type="submit"] {
  margin: 0 auto;
  width: auto;
}
.register_online_kyc .tex {
  text-align: center;
}
.register_online_kyc .form-group {
  margin: 50px 0 55px 0;
}
.register_online_kyc .form-group .btn-block {
  margin: 0 auto;
  background: #e99b21;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 40%;
}

.register_online_kyc {
  margin: 30px auto 0;
}
.register_online_kyc .tex p {
  margin: 10px 0;
  text-transform: uppercase;
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  line-height: 13px;
}

.need_help_kyc {
  background: url(../images/call_us.jpg) no-repeat;
  padding: 14px 0;
  text-align: center;
  margin: 30px auto 0px;
}
.need_help_kyc p {
  color: #ffffff;
}
.need_help_kyc h2 {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin: 0 auto;
  padding-left: 10px;
  color: #fff;
}

.kyc_landing {
  margin-top: 25px;
}
.kyc_landing .header_kyc {
  margin-bottom: 20px;
}
.kyc_landing .header_kyc h2 {
  margin: 0px 0 0px;
}
.kyc_landing .header_kyc ul li {
  float: left;
  margin-right: 17%;
}
.kyc_landing .header_kyc ul li:last-child {
  margin-right: 0;
}
.kyc_landing .header_kyc .header_small small {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}
.kyc_landing .custome_assistance {
  margin-bottom: 10px;
}
.kyc_landing .custome_assistance_paperless h5 {
  font-size: 18px;
}
.kyc_landing .signup-data .form-horizontal {
  border-bottom: 0px solid #e4e4e4;
  margin-bottom: 40px;
}
.kyc_landing .signup-data .form-horizontal .checkbox_error label {
  font-size: 13px;
  font-weight: 400;
}
.kyc_landing .signup-data .form-horizontal .form-group {
  margin-right: 30px;
}
.kyc_landing .signup-data .form-horizontal .form-group p label {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 25px;
}
.kyc_landing .signup-data .form-horizontal .form-group .verify_element li {
  float: left;
}
.kyc_landing .signup-data .form-horizontal .form-group .verify_element li:first-child {
  margin-right: 10px;
  width: 68%;
}
.kyc_landing .signup-data .form-horizontal .form-group .control-label {
  text-align: left;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.kyc_landing .signup-data .form-horizontal .form-group .button_container {
  width: 100%;
  margin-top: 10px;
}
.kyc_landing .signup-data .form-horizontal .form-group .button_container .btn {
  margin-left: 0;
  margin-right: 10px;
}
.kyc_landing .signup-data .form-horizontal .form-group .button_container .resend_otp {
  background: #646464;
}
.kyc_landing .signup-data .form-horizontal .form-group .yellow_btn {
  padding: 8px 20px;
}
.kyc_landing .signup-data .form-horizontal .form-group p {
  color: #646464;
  margin-top: 8px;
}
.kyc_landing .signup-data .form-horizontal .form-group p small {
  font-size: 12px;
  color: #888888;
}
.kyc_landing .signup-data .form-horizontal .form-group p small a {
  color: #5b2a62;
  text-decoration: underline;
}
.kyc_landing .signup-data .trading_segment .trading_segement_content {
  margin: 25px 0;
}
.kyc_landing .signup-data .trading_segment .trading_segement_content .form-item.form-type-checkbox.form-item {
  float: left;
  margin-right: 15px;
}
.kyc_landing .signup-data .trading_segment .trading_segement_content ul {
  display: block;
}
.kyc_landing .signup-data .trading_segment .trading_segement_content ul li {
  float: left;
  margin-right: 10px;
  color: #646464;
}
.kyc_landing .signup-data .trading_segment .trading_segement_content ul li label {
  font-size: 14px;
  font-weight: 400;
  color: #151515;
}
.kyc_landing .signup-data .trading_segment .trading_segement_content p small {
  font-size: 12px;
  color: #888888;
}
.kyc_landing .signup-data .trading_segment p {
  color: #151515;
}
.kyc_landing .signup-data .trading_segment .button_container {
  margin: 50px 0;
}
.kyc_landing .signup-data .trading_segment .button_container .yellow_btn {
  padding: 12px 75px;
  font-size: 18px;
}

.login_kyc .login_trade h2 {
  display: block;
}
.login_kyc .login_trade .show_login {
  color: #898989;
  margin-bottom: 12px;
}
.login_kyc .login_trade .show_login:hover, .login_kyc .login_trade .show_login:focus {
  color: #898989;
}
.login_kyc .login_trade .hidden_data {
  display: none;
}
.login_kyc .login_trade .hidden_data .form-group a {
  margin: 8px 0;
  text-decoration: underline;
  color: #5b2a62;
}
.login_kyc .login_trade .hidden_data .form-group a:hover, .login_kyc .login_trade .hidden_data .form-group a:focus {
  color: #5b2a62;
}
.login_kyc .login_trade .hidden_data .button_container {
  float: none;
  text-align: center;
}
.login_kyc .signup-data {
  border-right: 1px solid #e4e4e4;
  padding-left: 100px;
  margin-bottom: 40px;
}
.login_kyc .signup-data p {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
}
.login_kyc .signup-data .form-horizontal {
  padding-right: 70px;
}
.login_kyc .signup-data .form-horizontal .control-label {
  padding-top: 0;
}
.login_kyc .signup-data .form-horizontal .reset {
  margin-left: 36%;
}
.login_kyc .signup-data .form-horizontal .reset p {
  font-size: 12px;
  font-weight: 400;
  color: #898989;
}
.login_kyc .signup-data .form-horizontal .reset a {
  color: #5b2a62;
}
.login_kyc .signup-data .form-horizontal .form-group {
  margin-bottom: 5px;
}
.login_kyc .signup-data .form-horizontal .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  padding-top: 5px;
}
.login_kyc .signup-data .form-horizontal .form-group .quotes_select .select-wrapper {
  width: 100%;
}
.login_kyc .signup-data .form-horizontal .form-group .quotes_select .select-wrapper .custom-select {
  width: 90%;
}
.login_kyc .signup-data .form-horizontal .form-group .btn-block {
  width: auto;
  margin-left: 13px;
}
.login_kyc .signup-data .form-horizontal .control-label {
  text-align: left;
}
.login_kyc .login_signin {
  padding-left: 40px;
  padding-right: 170px;
}
.login_kyc .login_signin p {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
}
.login_kyc .login_signin .btn-block {
  color: #ffffff;
  outline: none;
  margin-bottom: 8px;
  font-size: 18px;
  padding: 8px 0px;
}
.login_kyc .login_signin .btn-facebook {
  background: #48669c;
}
.login_kyc .login_signin .btn-twitter {
  background: #80cae4;
}
.login_kyc .login_signin .btn-linkedin {
  background: #dd7178;
}

.register_kyc .signup-data {
  padding-left: 80px;
  border: 0px;
}
.register_kyc .reset {
  margin-top: 20px;
}
.register_kyc .reset p {
  font-size: 14px !important;
  line-height: 12px;
}
.register_kyc .reset p label {
  font-size: 14px !important;
  font-weight: 400;
}
.register_kyc .reset p img {
  margin-right: 2px;
}
.register_kyc .reset p a {
  text-decoration: underline;
}
.register_kyc .button_container {
  margin-bottom: 30px;
  margin-right: -10px;
  float: none;
  margin-left: 140px;
}

.login_kyc.forgot_pass_class .signup-data, .login_kyc.change_pass_class .signup-data {
  border: 0px;
  margin-bottom: 40px;
}
.login_kyc.forgot_pass_class .signup-data .button_container, .login_kyc.change_pass_class .signup-data .button_container {
  float: none;
  text-align: center;
  margin-left: 25%;
}

.login_kyc.change_pass_class .signup-data .button_container {
  margin-left: 0;
}

.multiple-funds-table table tr th {
  font-weight: 700;
  color: #151515;
  background: #8f8f8f;
  padding: 12px 18px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}
.multiple-funds-table table tr.fund_name td {
  font-weight: 700;
  color: #646464;
  background: #bbbbbb;
  padding: 12px 18px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
}
.multiple-funds-table table tr.scheme_info td {
  font-weight: 600;
  color: #646464;
  background: #dbdbdb;
  padding: 12px 18px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}
.multiple-funds-table table tr.grp_total td {
  font-weight: 600;
  color: #646464;
  background: #cdcdcd;
  padding: 12px 18px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}
.multiple-funds-table table tr.grand_total td {
  font-weight: 700;
  color: #151515;
  background: #8f8f8f;
  padding: 12px 18px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.company_info {
  margin-top: 25px;
}
.company_info .company_navigation {
  border-bottom: 2px solid #5b2a62;
}
.company_info .company_navigation ul {
  padding: 0;
}
.company_info .company_navigation ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.company_info .company_navigation ul li a {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  padding: 6px 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #646464;
}
.company_info .company_navigation ul li a:hover, .company_info .company_navigation ul li a:focus {
  color: #ffffff;
  background: #5b2a62;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.company_info .company_navigation ul li a:hover:after, .company_info .company_navigation ul li a:focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #5b2a62;
  border-width: 6px;
  margin-left: -6px;
}
.company_info .company_navigation ul li .active {
  color: #ffffff;
  background: #5b2a62;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.company_info .company_navigation ul li .active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 42, 98, 0);
  border-top-color: #5b2a62;
  border-width: 6px;
  margin-left: -6px;
}
.company_info .company_data {
  padding: 25px 10px 10px 0;
  background: #eeeeee;
  margin-bottom: 50px;
}
.company_info .company_data h3 {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.company_info .company_data .search_data {
  display: inline-block;
  float: right;
  width: 200px;
  margin-top: -20px;
  margin-right: 20px;
}
.company_info .company_data ul {
  padding: 0;
  margin-right: 10px;
  display: block;
}
.company_info .company_data ul:last-child {
  margin-right: 0px;
}
.company_info .company_data ul li {
  list-style-type: none;
  background: #ffffff;
  margin-bottom: 10px;
}
.company_info .company_data ul li a {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #5a0e55;
  display: inline-block;
}

table tr td {
  vertical-align: top;
}
table tr td .color_blue, table tr td .color_red, table tr td .color_green {
  text-align: right !important;
  float: right;
}
table tr td div {
  float: none;
  margin: 0 auto;
}
table tr td table tr td.align_left {
  padding: 0px !important;
}
table tr td table tr td.align_right {
  width: 50%;
  background: transparent;
  padding: 0px 5px !important;
}

/*6/8/2016*/
/*other_pages*/
.page-search-node #edit-actions--3 {
  display: none;
}
.page-search-node .search-advanced {
  display: none;
}
.page-search-node .search-results {
  padding-left: 0px;
}
.page-search-node .search-results .search-snippet-info {
  padding: 0px;
}
.page-search-node .search-results .search-info {
  display: none;
}

#search-block-form--2 .form-actions input {
  display: none;
}

#search-block-form--2 .form-item-search-block-form input {
  background: #fff url("../images/icon/search_icon.jpg") no-repeat scroll right center;
  border: 0 none;
  border-radius: 7px;
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  font-family: "Open Sans", sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
#search-block-form--2 .form-item-search-block-form input:hover, #search-block-form--2 .form-item-search-block-form input:focus {
  padding-right: 10px;
  color: #b7b7b7;
}

/*end_of_other_pages*/
.spinner {
  display: none;
}

/*loader

.spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.spinner > div {
	background-color: #6a3f71;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	-moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	-moz-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	-moz-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	-moz-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	-moz-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1.0);
		-moz-transform: scaleY(1.0);
	}
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
		-moz-transform: scaleY(1.0);
	}
}
*/
.thankyou_page {
  padding: 70px 0;
}
.thankyou_page .content {
  text-align: center;
}
.thankyou_page .content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #e99b21;
  font-size: 45px;
  line-height: 50px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  border: 0px;
}
.thankyou_page .content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #646464;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
.thankyou_page .icon {
  text-align: center;
}

.error_page {
  padding: 90px 0;
}
.error_page .error_content h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 124px;
  color: #999999;
  display: inline-block;
  padding-right: 20px;
  border-right: 3px solid #ededed;
  border-left: 0px;
  margin: 0;
  line-height: 75px;
}
.error_page .error_content h2 span {
  font-size: 30px;
  display: block;
  margin: -15px 0 0 35px;
  line-height: 50px;
}
.error_page .error_content h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
  color: #999999;
  line-height: 40px;
  padding-left: 18px;
  vertical-align: top;
  font-weight: 800;
}

/*END_6/8/2016*/
/*9/8/2016*/
.ledger_balance {
  margin-bottom: 50px;
}
.ledger_balance .fund_table.ledger_balance_view table tbody tr th {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
.ledger_balance .fund_table.ledger_balance_view table tbody tr td {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 38px;
  color: #646464;
  padding-left: 20px;
  padding-right: 20px;
}

/*END_my_account*/
/*holdings*/
.holding_graph {
  background: #eeeeee;
  padding: 20px;
  margin-top: 12px;
}
.holding_graph h2 {
  display: inline-block;
  margin: 0px;
}
.holding_graph ul {
  margin-top: 0px;
}
.holding_graph .hold_graph {
  float: right;
  margin-top: 40px;
  margin-bottom: 40px;
}
.holding_graph .hold_graph img {
  display: inline-block;
}
.holding_graph .hold_graph .color_box {
  font-size: 15px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: inline-block;
  margin-left: 50px;
}
.holding_graph .hold_graph .color_box li .purpul_box {
  height: 16px;
  width: 16px;
  background-color: #6a3f71;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.holding_graph .hold_graph .color_box li .green_box {
  height: 16px;
  width: 16px;
  background-color: #51b058;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.holding_graph .rigth_graph_text {
  margin-top: 80px;
  margin-right: 50px;
}
.holding_graph .rigth_graph_text h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333333;
}
.holding_graph .rigth_graph_text p {
  font-size: 22px;
  margin-bottom: 40px;
  margin-left: 15px;
  color: #333333;
}

.holdings_tab {
  margin-bottom: 40px;
  margin-top: 40px;
}

.investment_guide {
  margin: 30px 0;
}
.investment_guide ul {
  margin-bottom: 20px;
}
.investment_guide ul li {
  list-style-type: circle;
  line-height: 27px;
  margin-left: 33px;
  font-size: 13px;
  color: #555555;
}

.jeevandhan .tab_data ul.benifit_list {
  width: 100%;
}

.fund_table table tbody tr th {
  padding: 8px 20px;
}
.fund_table table tbody tr td {
  padding: 8px 18px;
}
.fund_table table tbody tr td .buy {
  color: #009e11;
  font-size: 14px;
  font-weight: 700;
}
.fund_table table tbody tr td .sell {
  color: #dd3b3b;
  font-size: 14px;
  font-weight: 700;
}
.fund_table table tbody tr td .cross i {
  background: none;
  color: #dd3b3b;
}
.fund_table table tbody tr td .info {
  color: #000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #cccccc;
  display: inline-block;
  text-align: center;
}
.fund_table table tbody tr td .info i {
  background: none;
  color: #ffffff;
}
.fund_table table tbody tr td .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
  float: right;
}

.last_transaction {
  margin-bottom: 40px;
}
.last_transaction .fund_table table tbody tr th {
  padding-left: 15px;
  padding-right: 15px;
}
.last_transaction .fund_table table tbody tr td {
  padding-left: 10px;
  padding-right: 10px;
}
.last_transaction .fund_table table tbody tr td small.cross {
  cursor: pointer;
}
.last_transaction .fund_table table tbody tr td a {
  color: #646464;
}
.last_transaction .fund_table table tbody tr td a:hover, .last_transaction .fund_table table tbody tr td a:focus {
  color: #646464;
}
.last_transaction h2 {
  display: inline-block;
}
.last_transaction .que_mark {
  background: #646464;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
}
.last_transaction .que_mark i {
  background: none;
  color: #ffffff;
}
.last_transaction .fund_table {
  margin-bottom: 20px;
}

/*END_holdings_tab*/
/*account_balance*/
.account_graph {
  margin-top: 30px;
}
.account_graph .pie_chart img {
  display: inline-block;
}
.account_graph .pie_chart .account_text_right {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 20px;
  width: 50%;
}
.account_graph .pie_chart .account_text_right .reliance_ul {
  margin-bottom: 20px;
}
.account_graph .pie_chart .account_text_right .reliance_ul li {
  display: inline-block;
}
.account_graph .pie_chart .account_text_right .reliance_ul li:last-child {
  float: right;
}
.account_graph .pie_chart .account_text_right .reliance_ul li .reliance {
  height: 16px;
  width: 16px;
  background-color: #4393bb;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.account_graph .pie_chart .account_text_right .sbi_ul {
  margin-bottom: 20px;
}
.account_graph .pie_chart .account_text_right .sbi_ul li {
  display: inline-block;
}
.account_graph .pie_chart .account_text_right .sbi_ul li:last-child {
  float: right;
}
.account_graph .pie_chart .account_text_right .sbi_ul li .sbi {
  height: 16px;
  width: 16px;
  background-color: #226181;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.account_graph .pie_chart .account_text_right .axis_ul {
  margin-bottom: 20px;
}
.account_graph .pie_chart .account_text_right .axis_ul li {
  display: inline-block;
}
.account_graph .pie_chart .account_text_right .axis_ul li:last-child {
  float: right;
}
.account_graph .pie_chart .account_text_right .axis_ul li .axis {
  height: 16px;
  width: 16px;
  background-color: #72c0e7;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/*END_account_balance*/
/*contract_notes*/
.contract_notes {
  margin: 20px 0 30px 0;
}
.contract_notes p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
  margin-top: 35px;
}

/*END_contract_notes*/
/*trade_summary*/
.trade_summary_main {
  margin-bottom: 50px;
}

/*END_trade_summary*/
/*total_investment_summary*/
.total_investment_summary .last_transaction.total_summary .fund_table table tbody tr th {
  padding-left: 20px;
}
.total_investment_summary .last_transaction.total_summary .fund_table table tbody tr td {
  padding-left: 20px;
}

/*END_total_investment_summary*/
/*portfolio_summary*/
.date_list li {
  vertical-align: middle;
  margin-left: 10px;
}
.date_list .select-wrapper {
  width: 175px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: url("../images/icon/select-dropdown.png") no-repeat right center #f9ffff;
  padding: 0px 0px;
  line-height: 30px;
  height: 32px;
  color: #7d7d7d;
}
.date_list .select-wrapper select {
  width: 175px;
  font-size: 14px;
  color: #7d7d7d;
  background: #f9ffff;
  height: 32px;
}
.date_list .select-wrapper .holder {
  margin-left: 10px;
}

.trade_summary_main .last_transaction .fund_table table tfoot tr td {
  background-color: #e3e3e3;
  border-right: none;
}

/*END_portfolio_summary*/
/*taxation_report*/
.trade_summary_main.taxation_report .last_transaction.taxation_report_table .fund_table table thead tr th {
  padding: 10px 15px;
}
.trade_summary_main.taxation_report .last_transaction.taxation_report_table .fund_table table thead tr th:first-child {
  padding: 10px 115px;
}
.trade_summary_main.taxation_report .last_transaction.taxation_report_table .fund_table table tbody td {
  padding: 10px;
}
.trade_summary_main.taxation_report .last_transaction.taxation_report_table .fund_table table tfoot tr:first-child td {
  background-color: #e3e3e3;
  border-right: none;
}
.trade_summary_main.taxation_report .last_transaction.taxation_report_table .fund_table table tfoot tr:last-child td {
  background-color: #d4d4d4;
  border-right: none;
}

/*END_taxation_report*/
/*jeevandhan*/
/*END_jeevandhan*/
/*my_watchlist*/
.trade_summary_main.my_watchlist h3 {
  display: inline-block;
}
.trade_summary_main.my_watchlist .watch_and_research .no_bg .tab_container .tab-content .market_watch div {
  padding: 15px 0;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist {
  margin-top: 0px;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist li {
  margin-right: 20px;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist li:last-child {
  margin-right: 0px;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist li a {
  color: #6a3f71;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist li a img {
  margin-right: 10px;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my {
  margin-top: 20px;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my p {
  float: right;
  margin: 0px 0 50px	15px;
  color: #5b2a62;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my p .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 12px;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my p:hover, .trade_summary_main.my_watchlist .last_transaction.watchlist_my p:focus {
  color: #ffffff;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my .fund_table.watchlist_table table tbody tr th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my .fund_table.watchlist_table table tbody tr td .heading_td {
  display: inline;
  color: #646464;
  font-weight: 14px;
  font-weight: 700;
}
.trade_summary_main.my_watchlist .last_transaction.watchlist_my .fund_table.watchlist_table table tbody tr td a {
  display: inline;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container {
  margin-top: 0px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch .read_more {
  margin: 28px 0 20px 20px;
  font-size: 14px;
  color: #5b2a62;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch .read_more .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 18px;
  margin-left: 12px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch .read_more .view:hover, .trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch .read_more .view:focus {
  color: #ffffff;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch div {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch div:first-child {
  padding: 0 0 20px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch div:last-child {
  padding: 15px 0 0;
  border: none;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch div p {
  margin-right: 20px;
  display: block;
  font-size: 14px;
  color: #5a0e55;
  margin: 0 10px 0 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .no_bg.my_watch_research .tab_container .tab-content .tab-pane .market_watch div span {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  margin-left: 0;
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .nifty_advance .tab_container {
  margin-top: 0px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .nifty_advance .tab_container .tab-content.market_equity {
  background: #f4f4f4;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .nifty_advance .tab_container .tab-content.market_equity .market_equity_graph .glod_graf .first_chart {
  display: block;
  width: 100%;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .nifty_advance .tab_container .tab-content.market_equity .market_equity_graph .glod_graf .first_chart li:last-child {
  float: right;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .nifty_advance .tab_container .tab-content.market_equity .market_equity_graph .glod_graf .first_chart li span {
  font-size: 26px;
}
.trade_summary_main.my_watchlist .reaserch_my_watch_list .nifty_advance .tab_container .tab-content.market_equity .market_equity_graph .glod_graf .positions_filter {
  float: none;
}

/*END_my_watchlist*/
/*my_dashboard*/
.header_title .last_activity {
  float: none;
  background: #f7f7f7;
  width: 100%;
  padding: 10px;
}
.header_title .last_activity li {
  font-size: 13px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}
.header_title .last_activity li a {
  font-size: 13px;
  color: #6a3f71;
  text-decoration: underline;
  font-weight: 600;
}
.header_title .last_activity li:last-child {
  float: right;
}

.my_dashboard h2 {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  margin-bottom: 15px;
}
.my_dashboard .que_mark {
  background: #cccccc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
}
.my_dashboard .que_mark i {
  background: none;
  color: #ffffff;
}
.my_dashboard .my_net_worth {
  background-color: #ebebeb;
}
.my_dashboard .my_net_worth li {
  padding: 20px;
  font-size: 15px;
  color: #464646;
  display: inline-block;
  position: relative;
  width: 25%;
}
.my_dashboard .my_net_worth li:after {
  height: 45px;
  content: "";
  border-right: 1px solid #cacaca;
  top: 15px;
  right: 0;
  width: 5px;
  margin-left: 50px;
  padding-right: 15px;
  position: absolute;
  display: inline-block;
  width: 8%;
}
.my_dashboard .my_net_worth li span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  display: block;
}
.my_dashboard .my_net_worth li small {
  font-size: 18px;
  font-weight: 600;
  color: #009e11;
  display: block;
}
.my_dashboard .my_net_worth li:last-child:after {
  border-right: none;
}
.my_dashboard .perform_assets {
  background: #f5f9f9;
}
.my_dashboard .perform_assets li {
  font-size: 15px;
  color: #464646;
  display: inline-block;
  position: relative;
  width: 49%;
  padding: 20px;
}
.my_dashboard .perform_assets li a {
  font-size: 13px;
  color: #6a3f71;
  text-decoration: underline;
  font-weight: 600;
}
.my_dashboard .perform_assets li:last-child:before {
  height: 30px;
  content: "";
  border-left: 1px solid #cacaca;
  top: 15px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  display: inline-block;
}
.my_dashboard .perform_assets li .fa.fa-caret-up {
  color: #009e11;
  font-size: 30px;
  vertical-align: sub;
  line-height: 0px;
  margin-right: 10px;
}
.my_dashboard .perform_assets li .fa.fa-caret-down {
  color: #dd3b3b;
  font-size: 30px;
  vertical-align: sub;
  line-height: 0px;
  margin-right: 10px;
}
.my_dashboard .current_asset_allocation_main {
  margin-top: 40px;
}
.my_dashboard .current_asset_allocation_main .heading_small {
  display: inline-block;
}
.my_dashboard .current_asset_allocation_main .current_asset_graph {
  margin-top: 35px;
}
.my_dashboard .current_asset_allocation_main .current_asset_table {
  margin-top: 60px;
}
.my_dashboard .current_asset_allocation_main .current_asset_table table tbody tr th {
  font-size: 15px;
  padding: 10px;
}
.my_dashboard .current_asset_allocation_main .current_asset_table table tbody tr td {
  font-size: 15px;
  padding: 10px;
}
.my_dashboard .current_asset_allocation_main .current_asset_table table tbody tr td .red_span {
  color: #dd3b3b;
}
.my_dashboard .current_asset_allocation_main .current_asset_table table tbody tr td .green_span {
  color: #009e11;
}
.my_dashboard .gainer_losers {
  margin-top: 40px;
}
.my_dashboard .gainer_losers .heading_small {
  display: inline-block;
  margin-right: 20px;
}
.my_dashboard .gainer_losers .tab_container {
  margin-top: 20px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers.tab_losers {
  border-right: none;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers {
  border-right: 1px solid #d1d1d1;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .green_tri {
  margin-top: 0px;
  font-size: 18px;
  color: #009e11;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .fa.fa-caret-up {
  color: #009e11;
  font-size: 30px;
  vertical-align: sub;
  line-height: 0px;
  margin-right: 10px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .red_tri {
  margin-top: 0px;
  font-size: 18px;
  color: #dd3b3b;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .fa.fa-caret-down {
  color: #dd3b3b;
  font-size: 30px;
  vertical-align: sub;
  line-height: 0px;
  margin-right: 10px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab {
  padding: 10px 30px 0px 0px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table p {
  float: left;
  margin-top: 20px;
  color: #5b2a62;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table p .view {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #e99b21;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 12px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table p:hover, .my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table p:focus {
  color: #ffffff;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table thead th {
  padding: 0px;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table tbody tr td {
  padding: 15px 0px 0px 0px;
  font-size: 13px;
  font-weight: 700;
  color: #646464;
  font-family: "Open Sans", sans-serif;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table tbody tr td .green_td {
  color: #009e11;
  font-size: 13px;
  font-weight: 700;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table tbody tr td .red_td {
  color: #dd3b3b;
  font-size: 13px;
  font-weight: 700;
}
.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table tbody tr td a {
  display: inline;
}

/*END_my_dashboard*/
/*11/08/2016*/
/*my_alert*/
.my_alert .set_alert {
  border-bottom: 2px solid #dde0e0;
  margin-bottom: 20px;
}
.my_alert .set_alert .heading_small {
  font-size: 16px;
  color: #151515;
}
.my_alert .set_alert p {
  font-size: 14px;
  color: #898989;
}
.my_alert .set_alert .alert_type .alert_title li {
  font-size: 14px;
  color: #151515;
  margin-bottom: 30px;
  margin-top: 20px;
}
.my_alert .set_alert .alert_type .type_list.date_list {
  float: left;
  margin-top: 10px !important;
}
.my_alert .set_alert .alert_type .type_list.date_list li {
  margin-bottom: 30px;
  display: block;
  margin-left: 0px;
}
.my_alert .set_alert .alert_type .type_list.date_list li .select-wrapper {
  width: 196px;
  margin-bottom: 24px;
}
.my_alert .set_alert .alert_type .type_list.date_list li .select-wrapper .custom-select {
  width: 196px;
}
.my_alert .set_alert .alert_type .type_list.date_list li input {
  width: 196px;
  display: inline-block;
  margin-right: 19px;
}
.my_alert .set_alert .alert_type .type_list.date_list li small {
  font-size: 14px;
  color: #6a3f71;
  text-decoration: underline;
}
.my_alert .set_alert .alert_type .type_list.date_list li .purpul_btn {
  padding: 10px 36px;
  font-size: 14px;
}
.my_alert .fund_profile_container .heading_small {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-top: 9px;
}
.my_alert .fund_profile_container .date_list {
  margin-top: 0px;
}
.my_alert .fund_profile_container .date_list li .yellow_btn {
  padding: 8px 20px;
}

/*my_alert*/
/*goal_financial_planner*/
.goal_financial_planner {
  margin-bottom: 40px;
}
.goal_financial_planner .allocation_completed h4 {
  font-size: 14px;
  color: #898989;
  margin-bottom: 25px;
}
.goal_financial_planner .allocation_completed .goal_summary .heading_small {
  font-size: 18px;
  color: #333333;
}
.goal_financial_planner .allocation_completed .goal_summary .asset li {
  font-size: 14px;
  color: #151515;
  margin-bottom: 16px;
}
.goal_financial_planner .allocation_completed .goal_summary .goal_amount.asset li {
  color: #646464;
}
.goal_financial_planner .allocation_completed .goal_summary .tab_container {
  margin: 0px;
  float: right;
}
.goal_financial_planner .allocation_completed .goal_summary .tab_container .tab-content .tab_data h5 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.goal_financial_planner .allocation_completed .goal_summary .tab_container .tab-content .tab_data input {
  width: 258px;
  height: 85px;
  font-size: 43px;
  color: #646464;
  font-weight: 600;
  text-align: center;
}
.goal_financial_planner .allocation_completed .goal_btn {
  margin-top: 30px;
}
.goal_financial_planner .allocation_completed .goal_btn .allocation_btn {
  float: left;
}
.goal_financial_planner .allocation_completed .goal_btn .allocation_btn .gray_btn {
  padding: 10px 27px;
  margin-right: 10px;
}
.goal_financial_planner .allocation_completed .goal_btn .allocation_btn .purpul_btn {
  padding: 10px 27px;
}
.goal_financial_planner .allocation_completed .goal_btn ul {
  float: right;
}
.goal_financial_planner .allocation_completed .goal_btn ul li {
  font-size: 12px;
  color: #646464;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.goal_financial_planner .allocation_completed .goal_btn ul li .fa {
  color: #232323;
}

/*goal_financial_planner*/
/*11/08/2016*/
/*sanket*/
/*8/10/2016*/
/*profit_loss_statment */
.profit_loss_statment h2 {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  margin-bottom: 15px;
}
.profit_loss_statment .que_mark {
  background: #cccccc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
}
.profit_loss_statment .que_mark i {
  background: none;
  color: #ffffff;
}
.profit_loss_statment .my_net_worth {
  background-color: #ebebeb;
}
.profit_loss_statment .my_net_worth li {
  padding: 20px;
  font-size: 15px;
  color: #464646;
  display: inline-block;
  position: relative;
  width: 19%;
}
.profit_loss_statment .my_net_worth li:after {
  height: 45px;
  content: "";
  border-right: 1px solid #cacaca;
  top: 25px;
  right: 0;
  width: 5px;
  margin-left: 50px;
  padding-right: 15px;
  position: absolute;
  display: inline-block;
  width: 8%;
}
.profit_loss_statment .my_net_worth li span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  display: block;
}
.profit_loss_statment .my_net_worth li small {
  font-size: 18px;
  font-weight: 600;
  color: #009e11;
  display: block;
}
.profit_loss_statment .my_net_worth li:last-child:after {
  border-right: none;
}
.profit_loss_statment .holdings_tab {
  margin-top: 40px;
}
.profit_loss_statment .holdings_tab .fund_table table tfoot tr td {
  background-color: #d8d8d8;
  color: #646464;
  font-weight: 700;
  font-size: 18px;
  border-right: none;
}
.profit_loss_statment .holdings_tab .pagination_list {
  margin-bottom: 50px;
}

/*profit_loss_statment */
/*leader*/
.leader_equity .security_detail h3 {
  font-size: 22px;
  color: #151515;
}
.leader_equity .security_detail p {
  font-size: 12px;
  color: #646464;
}
.leader_equity .trading_detail {
  margin-bottom: 13px;
}
.leader_equity .trading_detail p {
  font-size: 12px;
  color: #646464;
  margin-bottom: 0px;
}
.leader_equity .trading_detail h5 {
  margin-top: 0px;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  margin-bottom: 5px;
}
.leader_equity .customer_detail {
  margin-bottom: 13px;
}
.leader_equity .customer_detail h5 {
  color: #555;
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}
.leader_equity .customer_detail h5 span {
  display: inline-block;
  color: #151515;
  margin-bottom: 2px;
  font-weight: 600;
}
.leader_equity .my_net_worth {
  margin-top: 13px;
}
.leader_equity .my_net_worth li {
  text-align: center;
  width: 33%;
}

/*leader*/
#portfolio_summary_data, #taxation_report_data {
  margin: 40px 0;
}

/*account_statement*/
.account_statement {
  margin-top: 40px;
}
.account_statement h3 {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}
.account_statement span {
  float: right;
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
}
.account_statement .account_amount li {
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.account_statement .account_amount li:last-child {
  float: right;
}
.account_statement .holdings_tab .fund_table table tfoot tr td {
  background-color: #d8d8d8;
  color: #646464;
  font-weight: 700;
  font-size: 18px;
  border-right: none;
}

/*account_statement*/
/*asset_allocation_advisory*/
.asset_allocation_advisory .allocation_completed {
  text-align: center;
  margin: 20px 0;
}
.asset_allocation_advisory .allocation_completed h3 {
  margin-top: 53px;
  font-size: 20px;
  color: #898989;
  text-align: center;
  margin: 0 auto;
  width: 47%;
  font-weight: 600;
}
.asset_allocation_advisory .allocation_completed small {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 45px;
  color: #e99b21;
  margin-bottom: 8px;
}
.asset_allocation_advisory .allocation_completed .allocation_considered {
  background: #f1f1f1;
  padding: 20px 30px;
  margin: 30px 0 20px;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul {
  margin: 0;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0px;
  padding-right: 30px;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li:last-child {
  padding-right: 0px;
  padding-left: 30px;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li span {
  margin-top: 0;
  font-size: 16px;
  color: #151515;
  display: inline-block;
  margin-right: 12px;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li input {
  width: 122px;
  display: inline-block;
  color: #151515;
  font-size: 18px;
  boder: 1px solid #d9d9d9;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li h4 {
  margin: 0;
  font-size: 16px;
  color: #151515;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li h4 small {
  font-size: 18px;
  font-weight: 700;
  color: #dd3b3b;
  margin-left: 8px;
  display: inline-block;
}
.asset_allocation_advisory .allocation_completed .allocation_considered ul li:first-child {
  border-right: 1px solid #dddddd;
}
.asset_allocation_advisory .allocation_completed .allocation_btn {
  margin-top: 30px;
}
.asset_allocation_advisory .allocation_completed .allocation_btn .gray_btn {
  padding: 12px 25px;
  font-size: 13px;
  margin-right: 10px;
}
.asset_allocation_advisory .allocation_completed .allocation_btn .purpul_btn {
  padding: 13px 29px;
  font-size: 13px;
}
.asset_allocation_advisory .allocation_completed ul {
  margin-top: 24px;
  margin-bottom: 50px;
}
.asset_allocation_advisory .allocation_completed ul li {
  font-size: 12px;
  color: #646464;
  display: inline-block;
  margin-left: 11px;
}
.asset_allocation_advisory .allocation_completed ul li a {
  color: #646464;
}
.asset_allocation_advisory .allocation_completed ul li a:hover, .asset_allocation_advisory .allocation_completed ul li a:focus {
  color: #646464;
}
.asset_allocation_advisory .allocation_completed ul li .fa {
  color: #000000;
  font-size: 16px;
  margin-left: 8px;
}

/*asset_allocation_advisory*/
/*fund_transfer*/
.fund_transfer .heading_small {
  font-size: 16px;
  color: #151515;
  margin-bottom: 0px;
}
.fund_transfer .tab_container {
  margin: 30px 0 50px;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data .heading_small {
  display: block;
  float: left;
  width: 50%;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data span {
  font-size: 14px;
  color: #151515;
  display: inline-block;
  float: right;
  text-align: right;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data span strong {
  font-size: 25px;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data .fund_form {
  margin-top: 20px;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data .fund_form .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  display: inline-block;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data .fund_form .form-group input {
  width: 300px;
  display: inline-block;
  float: right;
  line-height: 8px;
  border: 1px solid #d9d9d9;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data .fund_form .form-group:last-child {
  margin-bottom: 30px;
}
.fund_transfer .tab_container .tab-content .tab-pane .tab_data .fund_form .purpul_btn {
  padding: 11px 25px;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 141px;
}

/*fund_transfer*/
/*END_sanket*/
/*END_9/8/2016*/
.button_container.post_login {
  position: relative;
  padding-right: 15px;
}
.button_container.post_login p {
  float: right;
  margin-left: 25px;
}
.button_container.post_login ul.logout_option {
  background: #f4f4f4;
  display: none;
  position: absolute;
  right: -13px;
  top: 8px;
  width: 140px;
  z-index: 99;
}
.button_container.post_login ul.logout_option li {
  padding: 8px 15px;
  display: block;
}

.goal_planner {
  margin: 15px 0;
}
.goal_planner .switch-field label {
  border-radius: 0 4px 4px 0px;
  text-align: center !important;
  padding: 4px 14px;
}
.goal_planner .switch-field input:checked + label {
  border-radius: 4px !important;
}
.goal_planner .goal_options {
  padding: 0px;
}
.goal_planner .goal_options li {
  display: inline-block;
  list-style: none;
  margin-right: 32px;
  float: left;
}
.goal_planner .goal_options li label {
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  line-height: 30px;
}
.goal_planner .goal_options li .css-label-c {
  font-size: 14px;
  margin: 12px 0 40px;
  font-size: 14px !important;
  line-height: 18px !important;
}
.goal_planner .goal_options li:last-child {
  margin-right: 0px;
}
.goal_planner p {
  text-align: center;
}
.goal_planner p .purpul_btn {
  padding: 10px 40px;
  margin: 0 auto;
}
.goal_planner .planner_steps .risk_goals .heading_small {
  margin-bottom: 8px;
}
.goal_planner .planner_steps .risk_goals p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin: 0 0 8px;
  color: #555555;
  text-align: left;
}
.goal_planner .planner_steps .risk_goals .timeframe {
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.goal_planner .planner_steps .risk_goals .timeframe p {
  margin-bottom: 20px;
}
.goal_planner .planner_steps .risk_goals .timeframe:nth-child(odd) {
  background: #ffffff;
}
.goal_planner .planner_steps .risk_goals .timeframe:nth-child(even) {
  background: #dedede;
}
.goal_planner .planner_steps .risk_goals .timeframe .range-slider {
  margin-top: -11px !important;
}
.goal_planner .planner_steps .risk_goals .timeframe .heading_small {
  margin-bottom: 8px;
}
.goal_planner .planner_steps .risk_goals .timeframe .inflation li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #646464;
  float: left;
  max-width: 20%;
  margin: 0;
  padding-right: 28px;
  position: static;
}
.goal_planner .planner_steps .risk_goals .timeframe ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #646464;
  float: left;
  max-width: 25%;
  padding-right: 28px;
}
.goal_planner .planner_steps .risk_goals .timeframe ul li input[type=radio].css-checkbox + label.css-label, .goal_planner .planner_steps .risk_goals .timeframe ul li input[type=radio].css-checkbox + label.css-label.clr {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #646464;
  font-size: 13px;
  line-height: inherit;
}
.goal_planner .planner_steps .risk_goals .timeframe .w16 li {
  max-width: 16%;
  float: left;
}
.goal_planner .planner_steps .risk_goals .timeframe .w20 li {
  max-width: 19%;
  float: left;
}
.goal_planner .planner_steps .risk_goals .timeframe .w33 li {
  max-width: 33%;
  float: left;
}
.goal_planner .planner_steps .risk_goals .timeframe .w50 li {
  max-width: 50%;
  float: left;
}
.goal_planner .planner_steps .risk_goals .gray_btn.left, .goal_planner .planner_steps .risk_goals .purpul_btn.right {
  margin-top: 0px;
}
.goal_planner .planner_steps .investment_goals .timeline, .goal_planner .planner_steps .investment_goals .timeline1 {
  margin-bottom: 12px;
}
.goal_planner .planner_steps .investment_goals .timeline input[type=radio].css-checkbox + label.css-label, .goal_planner .planner_steps .investment_goals .timeline input[type=radio].css-checkbox + label.css-label.clr, .goal_planner .planner_steps .investment_goals .timeline1 input[type=radio].css-checkbox + label.css-label, .goal_planner .planner_steps .investment_goals .timeline1 input[type=radio].css-checkbox + label.css-label.clr {
  font-size: 13px;
  margin-right: 5px;
  padding-left: 22px;
}
.goal_planner .planner_steps .investment_goals .timeline input, .goal_planner .planner_steps .investment_goals .timeline1 input {
  width: 100%;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.goal_planner .planner_steps .investment_goals .timeline .switch-field, .goal_planner .planner_steps .investment_goals .timeline1 .switch-field {
  padding: 0px;
}
.goal_planner .planner_steps .investment_goals .timeline .form-item-plan-awaring, .goal_planner .planner_steps .investment_goals .timeline1 .form-item-plan-awaring {
  float: left;
  margin-right: 15px;
}
.goal_planner .planner_steps .investment_goals .timeline .form-item-plan-awaring input, .goal_planner .planner_steps .investment_goals .timeline1 .form-item-plan-awaring input {
  width: auto;
  float: left;
  margin-right: 5px;
}
.goal_planner .planner_steps .investment_goals .timeline p, .goal_planner .planner_steps .investment_goals .timeline1 p {
  font-size: 13px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-top: 35px;
}
.goal_planner .planner_steps .investment_goals .timeline .interval, .goal_planner .planner_steps .investment_goals .timeline1 .interval {
  float: left;
  margin: -15px 0 0;
  color: #646464;
  display: inline-block;
}
.goal_planner .planner_steps .investment_goals .timeline .interval:last-child, .goal_planner .planner_steps .investment_goals .timeline1 .interval:last-child {
  float: right;
}
.goal_planner .planner_steps .investment_goals .timeline .range-slider > span.slider-container, .goal_planner .planner_steps .investment_goals .timeline1 .range-slider > span.slider-container {
  right: -45px;
}
.goal_planner .planner_steps .investment_goals .timeline1 p {
  margin-top: 0px;
  margin-right: 10px;
}
.goal_planner .planner_steps .investment_goals ul li {
  display: inline-block;
  float: right;
  margin-right: 8px;
  font-size: 13px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.goal_planner .planner_steps .investment_goals ul li:first-child {
  float: left;
}
.goal_planner .planner_steps .investment_goals ul li span {
  display: block;
  margin: 8px 0;
  color: #888888;
  font-size: 12px;
  line-height: 14px;
}
.goal_planner .planner_steps .investment_goals ul li input {
  width: 300px;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.goal_planner .planner_steps .investment_goals ul li.fright {
  float: right;
}
.goal_planner .planner_steps .loan_cal.border {
  border-top: 1px solid #dadada;
  margin-top: 20px;
  padding-top: 20px;
}
.goal_planner .planner_steps .loan_cal.border .col-sm-4:nth-child(3n + 2) ul li {
  vertical-align: baseline;
}
.goal_planner .planner_steps .loan_cal.border .col-sm-4:nth-child(3n + 3) ul li {
  vertical-align: bottom;
}
.goal_planner .planner_steps .loan_cal h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin: 20px 0 0 15px;
  vertical-align: baseline;
  float: left;
  width: 32%;
}
.goal_planner .planner_steps .loan_cal .col-sm-4:nth-child(3n + 2) ul li {
  vertical-align: bottom;
}
.goal_planner .planner_steps .loan_cal ul li {
  display: inline-block;
  margin-right: 15px;
  width: 35%;
  vertical-align: middle;
  padding: 28px 0 0px 0;
  font-size: 13px;
  font-weight: 500;
}
.goal_planner .planner_steps .loan_cal ul li:last-child {
  margin-right: 0px;
  width: 59%;
  padding: 0px;
}
.goal_planner .planner_steps .loan_cal ul li input {
  width: 100%;
  margin-top: 43px;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.goal_planner .planner_steps .family_details {
  padding-top: 30px;
  border-top: 1px solid #dadada;
}
.goal_planner .planner_steps .family_details .next_previous {
  border-top: 1px solid #dadada;
}
.goal_planner .planner_steps .family_details .form1.form2 {
  margin-top: 0px;
}
.goal_planner .planner_steps .family_details .form1.form2 .switch-field {
  margin: 0px;
  padding: 0;
}
.goal_planner .planner_steps .family_details .quotes_select .select-wrapper {
  width: 100%;
  margin: 0;
}
.goal_planner .planner_steps .family_details .quotes_select .select-wrapper select {
  width: 94%;
  float: left;
}
.goal_planner .planner_steps .family_details .quotes_select .select-wrapper span.holder {
  float: left;
  margin: 0px 0 0 5px;
}
.goal_planner .planner_steps .family_details .filter_price {
  float: left;
  margin-left: 8px;
}
.goal_planner .planner_steps .family_details .filter_price li {
  color: #151515;
}
.goal_planner .planner_steps .family_details .filter_price li:last-child {
  margin-right: 0px;
}
.goal_planner .planner_steps .family_details .filter_price input {
  width: 110px;
  margin: 0px;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.goal_planner .planner_steps .family_details .three_field_row {
  margin-top: 7px;
}
.goal_planner .planner_steps .family_details .three_field_row .filter_price li .switch-field {
  margin: 10px 15px 10px 35px;
}
.goal_planner .planner_steps .family_details .three_field_row .filter_price li .switch-field label {
  padding: 0px 14px;
  line-height: 26px;
}
.goal_planner .planner_steps .purpul_btn.left, .goal_planner .planner_steps .gray_btn.left {
  float: left;
  margin-top: 30px;
}
.goal_planner .planner_steps .purpul_btn.right, .goal_planner .planner_steps .gray_btn.right {
  float: right;
  margin-top: 30px;
}
.goal_planner .planner_steps .parameters .achieve_time {
  margin-left: 5px;
  width: 100%;
}
.goal_planner .planner_steps .parameters .achieve_time li {
  font-size: 14px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  line-height: 35px;
}
.goal_planner .planner_steps .parameters .achieve_time li input {
  font-size: 14px;
  line-height: 35px;
  width: 78px;
  color: #151515;
  background: #f9ffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0;
  text-align: center;
}
.goal_planner .planner_steps .parameters .start_reach {
  width: 100%;
  margin-left: 5px;
  margin-top: 45px;
}
.goal_planner .planner_steps .parameters .start_reach li {
  font-size: 14px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.goal_planner .planner_steps .parameters .start_reach li span {
  display: inline-block;
  width: 265px;
  height: 8px;
  border-radius: 5px;
  background: #cecece;
}
.goal_planner .planner_steps .parameters .start_reach li span .value {
  position: absolute;
  top: -45px;
  left: 50%;
  margin: 0 0 0 -20px;
  height: 25px;
  width: 30px;
  text-align: center;
  display: block;
  /* optional */
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: transparent;
  background: #5b2a62;
}
.goal_planner .planner_steps .parameters .start_reach li span .value:before {
  content: "";
  display: inline-block;
  border-width: 5px;
  border-style: solid;
  border-color: #5b2a62 transparent transparent;
  position: absolute;
  top: 25px;
  left: 11px;
}
.goal_planner .planner_steps .parameters .start_reach li span .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}
.goal_planner .planner_steps .parameters .start_reach li span .price-range-both {
  display: none;
}
.goal_planner .planner_steps .parameters .start_reach li span .value i {
  font-style: normal;
}
.goal_planner .planner_steps .parameters .start_reach li span .ui-state-default, .goal_planner .planner_steps .parameters .start_reach li span .ui-widget-content .ui-state-default, .goal_planner .planner_steps .parameters .start_reach li span .ui-widget-header .ui-state-default {
  border: 0px;
  background: #5b2a62;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.goal_planner .planner_steps .parameters .start_reach li span .ui-widget-header {
  background: #5b2a62;
}
.goal_planner .planner_steps .parameters ul {
  width: 100%;
  margin-left: 5px;
}
.goal_planner .planner_steps .parameters ul li {
  font-size: 14px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.goal_planner .planner_steps .parameters ul li input {
  width: 550px;
}
.goal_planner .planner_steps .monthly_annually .tab_container .tab_head {
  background: transparent;
}
.goal_planner .planner_steps .monthly_annually .tab_container .tab-content {
  background: #f9ffff;
}
.goal_planner .planner_steps .monthly_annually .tab_container .tab-content h5 {
  color: #333333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.goal_planner .planner_steps .monthly_annually .tab_container .tab-content input {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  border-radius: 5px;
  line-height: 86px;
  border: 1px solid #d9d9d9;
  color: #646464;
  width: 100%;
  padding: 0 20px;
}

.color_black {
  color: #555 !important;
}

input#edit-pan {
  text-transform: uppercase;
}

.ui-autocomplete.ui-front {
  background: #f9ffff;
  padding: 15px;
  position: absolute !important;
  margin: 0px;
  z-index: 9;
  border: 1px solid #a5a5a5;
}
.ui-autocomplete.ui-front .ui-menu-item {
  cursor: pointer;
}
.ui-autocomplete.ui-front .ui-corner-all {
  font-size: 12px;
  color: #3f1b3d;
  font-weight: 700;
}
.ui-autocomplete.ui-front .ui-corner-all:hover, .ui-autocomplete.ui-front .ui-corner-all:focus {
  color: #3f1b3d;
}

.slider_post_login {
  display: inline-block;
  float: right;
  margin-top: 15px;
  width: 595px;
  height: 20px;
  border-radius: 0px;
  background: #e99b21;
}
.slider_post_login .ui-state-default, .slider_post_login .ui-widget-content .ui-state-default, .slider_post_login .ui-widget-header .ui-state-default {
  border: 0px;
  background: #5b2a62;
  height: 20px;
  width: 20px;
  top: 0px;
}
.slider_post_login .ui-widget-header {
  background: #5b2a62;
}

.detail_form div.error, .general_info div.error {
  margin: -12px 0 12px 15px;
}
.detail_form .phone_no li, .general_info .phone_no li {
  float: left;
  margin-right: 15px;
}
.detail_form .phone_no li input, .general_info .phone_no li input {
  width: 80px;
  margin: 0px;
  padding: 4px 8px !important;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.detail_form .phone_no li:last-child, .general_info .phone_no li:last-child {
  margin-right: 0px !important;
  float: right;
}
.detail_form .phone_no li:last-child input, .general_info .phone_no li:last-child input {
  width: 225px;
  margin: 0px !important;
  padding: 4px 8px !important;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  float: right;
}
.detail_form .form1.form2, .general_info .form1.form2 {
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.detail_form .form1.form2 .filter_price, .general_info .form1.form2 .filter_price {
  float: left;
  margin-left: 0px;
}
.detail_form .form1.form2 .filter_price li, .general_info .form1.form2 .filter_price li {
  line-height: inherit;
  margin-right: 12px;
  font-weight: 400;
}
.detail_form .form1.form2 .filter_price li .form-group input, .general_info .form1.form2 .filter_price li .form-group input {
  margin: 0 8px 15px;
}
.detail_form .form1.form2 .filter_price li .form-group .switch-field, .general_info .form1.form2 .filter_price li .form-group .switch-field {
  margin: 10px 15px 10px 10px;
  padding: 0;
}
.detail_form .form1.form2 .filter_price li .form-group .switch-field label, .general_info .form1.form2 .filter_price li .form-group .switch-field label {
  width: auto;
}
.detail_form .form1.form2 .filter_price li .form-group .switch-field input:checked + label, .general_info .form1.form2 .filter_price li .form-group .switch-field input:checked + label {
  color: #ffffff;
}
.detail_form .form1.form2 .filter_price li .form-item.form-type-radio, .general_info .form1.form2 .filter_price li .form-item.form-type-radio {
  float: left;
  margin-top: 4px;
}
.detail_form .form1.form2 .filter_price li .select-wrapper, .general_info .form1.form2 .filter_price li .select-wrapper {
  width: 85px;
}
.detail_form .form1.form2 .filter_price li .select-wrapper select, .general_info .form1.form2 .filter_price li .select-wrapper select {
  width: 85px;
}
.detail_form .form1.form2 .filter_price li .select-wrapper span.holder, .general_info .form1.form2 .filter_price li .select-wrapper span.holder {
  float: left;
  margin-left: 5px;
}
.detail_form .form1.form2 .form-group input, .general_info .form1.form2 .form-group input {
  margin: 0 8px 15px;
}
.detail_form .form1.form2 .form-group .switch-field, .general_info .form1.form2 .form-group .switch-field {
  margin: 10px 15px 10px 10px;
  padding: 0;
}
.detail_form .form1.form2 .form-group .switch-field label, .general_info .form1.form2 .form-group .switch-field label {
  width: auto;
}
.detail_form .form1.form2 .form-group .switch-field input:checked + label, .general_info .form1.form2 .form-group .switch-field input:checked + label {
  color: #ffffff;
}
.detail_form .form1, .general_info .form1 {
  margin-right: 40px;
  margin-bottom: 10px;
}
.detail_form .form1 .form-group, .general_info .form1 .form-group {
  margin-bottom: 0px;
}
.detail_form .form1 .form-group .filter_price, .general_info .form1 .form-group .filter_price {
  margin-top: 0px;
  line-height: inherit;
  float: left;
  margin-left: 0px;
}
.detail_form .form1 .form-group .filter_price div.form-type-textfield, .general_info .form1 .form-group .filter_price div.form-type-textfield {
  float: right;
  width: 110px;
}
.detail_form .form1 .form-group .filter_price div.form-type-textfield input, .general_info .form1 .form-group .filter_price div.form-type-textfield input {
  width: 110px;
}
.detail_form .form1 .form-group .filter_price div.messages.error, .general_info .form1 .form-group .filter_price div.messages.error {
  display: block;
  float: right;
  text-align: right !important;
}
.detail_form .form1 .form-group .filter_price li, .general_info .form1 .form-group .filter_price li {
  float: none;
  margin-right: 10px;
  font-weight: 400;
}
.detail_form .form1 .form-group .filter_price li .form-item.form-type-radio, .general_info .form1 .form-group .filter_price li .form-item.form-type-radio {
  float: left;
  margin-top: 4px;
}
.detail_form .form1 .form-group .filter_price li .form-item.form-type-select.form-item-dob-day, .general_info .form1 .form-group .filter_price li .form-item.form-type-select.form-item-dob-day {
  margin-left: 8px;
}
.detail_form .form1 .form-group .filter_price li:last-child, .general_info .form1 .form-group .filter_price li:last-child {
  margin-right: 0px;
}
.detail_form .form1 .form-group .filter_price li .select-wrapper, .general_info .form1 .form-group .filter_price li .select-wrapper {
  width: 85px;
  float: none;
  margin: 0;
}
.detail_form .form1 .form-group .filter_price li .select-wrapper select, .general_info .form1 .form-group .filter_price li .select-wrapper select {
  width: 85px;
}
.detail_form .form1 .form-group .filter_price li .select-wrapper .holder, .general_info .form1 .form-group .filter_price li .select-wrapper .holder {
  text-align: left;
  float: left;
  margin: 0 0 0 5px;
}
.detail_form .form1 .form-group .filter_price li div.form-type-textfield, .general_info .form1 .form-group .filter_price li div.form-type-textfield {
  float: right;
  width: 110px;
}
.detail_form .form1 .form-group .filter_price li div.form-type-textfield input, .general_info .form1 .form-group .filter_price li div.form-type-textfield input {
  width: 110px;
}
.detail_form .form1 .form-group .switch-field, .general_info .form1 .form-group .switch-field {
  padding: 0 15px;
  margin-bottom: 15px;
}
.detail_form .form1 .form-group .switch-field input:checked + label, .general_info .form1 .form-group .switch-field input:checked + label {
  color: #ffffff;
}
.detail_form .form1 .form-group label, .general_info .form1 .form-group label {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  text-align: left;
  font-weight: 500;
}
.detail_form .form1 .form-group input, .general_info .form1 .form-group input {
  margin: 0 15px 15px;
  color: #7d7d7d;
  border: 1px solid #d9d9d9;
}
.detail_form .form1 .form-group input:hover, .detail_form .form1 .form-group input:focus, .general_info .form1 .form-group input:hover, .general_info .form1 .form-group input:focus {
  color: #7d7d7d;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.detail_form .form1 .form-group textarea, .general_info .form1 .form-group textarea {
  margin: 0 15px 15px 8px;
  resize: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 8px;
}
.detail_form .form1 .form-group textarea:first-child, .general_info .form1 .form-group textarea:first-child {
  margin-top: 8px;
  height: 95px;
}
.detail_form .form1 .form-group input, .general_info .form1 .form-group input {
  margin: 0 8px 15px;
}
.detail_form .form1 .form-group .switch-field, .general_info .form1 .form-group .switch-field {
  margin: 10px 15px 10px 10px;
  padding: 0;
}
.detail_form .form1 .form-group .switch-field label, .general_info .form1 .form-group .switch-field label {
  width: auto;
}
.detail_form .form1 .form-group .switch-field input:checked + label, .general_info .form1 .form-group .switch-field input:checked + label {
  color: #ffffff;
}
.detail_form .form1 span, .general_info .form1 span {
  display: block;
  color: #888888;
  float: right;
  margin: -8px 0% 10px 0;
}

.form-radio {
  cursor: pointer;
}

.page-dashboard-investment-plan .post_login_table {
  margin-bottom: 30px;
}
.page-dashboard-investment-plan .table-responsive {
  overflow-x: hidden;
}

.general_info .form1.form2 {
  margin-top: 0px;
}

.detail_form .family_details .form1 .form-group .filter_price, .general_info .family_details .form1 .form-group .filter_price {
  margin-left: 3px !important;
}

/*END_9/8/2016*/
/*dashboard_mutual_funds_profile*/
.dashboard_mf_profile {
  margin-bottom: 40px;
}
.dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details {
  border-bottom: 1px solid #c4c4c4;
}
.dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application {
  margin-bottom: 20px;
}
.dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application table tbody tr {
  display: block;
  padding-bottom: 15px;
}
.dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  width: 165px;
  vertical-align: top;
}
.dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application table tbody tr td {
  font-size: 13px;
  color: #646464;
  padding-left: 15px;
  line-height: 18px;
}
.dashboard_mf_profile .dashboard_bank {
  margin-top: 20px;
}
.dashboard_mf_profile .dashboard_bank .dashboard_bank_details ul {
  margin-bottom: 20px;
}
.dashboard_mf_profile .dashboard_bank .dashboard_bank_details ul li {
  display: inline-block;
  font-size: 13px;
  color: #646464;
  line-height: 18px;
  vertical-align: top;
  width: 17%;
}
.dashboard_mf_profile .dashboard_bank .dashboard_bank_details ul li:last-child {
  width: 20%;
}
.dashboard_mf_profile .dashboard_bank .dashboard_bank_details ul li .bold_text {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
}

#bank_details_popup h3 {
  margin-bottom: 0px;
}
#bank_details_popup .modal-dialog {
  width: 800px;
}
#bank_details_popup .modal-header {
  border: 0px;
}
#bank_details_popup .modal-body {
  padding-top: 0px;
}
#bank_details_popup .close {
  font-size: 40px;
  color: #5b2a62;
  margin-right: 0px;
  margin-top: -12px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
}
#bank_details_popup input[type=radio].css-checkbox + label.css-label, #bank_details_popup input[type=radio].css-checkbox + label.css-label.clr {
  height: 15px;
}

.goal_planner .planner_steps .investment_goals .timeline1 .switch-field input:checked + label {
  height: auto;
}

.call_popup .modal-dialog {
  width: 400px;
}
.call_popup .modal-header {
  border: 0px;
}
.call_popup .modal-body {
  padding-top: 0px;
}
.call_popup .popup_content h2 {
  display: none;
}
.call_popup .popup_content input {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  border-radius: 5px;
}
.call_popup .popup_content .quotes_select .select-wrapper {
  width: 370px;
  margin-bottom: 8px;
}
.call_popup .popup_content .quotes_select .select-wrapper select {
  width: 370px;
}
.call_popup .popup_content .form-submit {
  background: #e99b21;
  color: #ffffff;
  border: 0px;
}
.call_popup .popup_content .form-submit:hover, .call_popup .popup_content .form-submit:focus {
  background: #b97926;
  color: #ffffff;
  border: 0px;
}
.call_popup .close {
  font-size: 40px;
  color: #5b2a62;
  margin-right: 0px;
  margin-top: -12px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
}

.table-hover > tbody > tr:nth-child(even) > td, .table-hover > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}

.table-hover > tbody > tr:nth-child(even) > td > table > tr > td, .table-hover > tbody > tr:nth-child(even) > th > table > tr > td, .table-hover > tr:nth-child(even) > td > table > tr > td {
  background: #f6f6f6;
}

.table-hover > tbody > tr:hover {
  background-color: transparent;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > td > table > tbody > tr:hover > td, .table-hover > tbody > tr:hover > td > table > tbody > tr > td {
  background: #dbd8d8;
}

.table-hover > tbody > tr:hover > td > table > tbody > tr > td, .table-hover > tbody > tr:hover > td > table > tbody > tr:hover > td {
  background: transparent;
}

/*END_dashboard_mutual_funds_profile*/
/*END_12/8/2016*/
/*lms*/
.leads_container .contextual-links-region {
  position: relative;
  z-index: 99;
}
.leads_container input#edit-submit {
  display: block;
}
.leads_container .ajax-progress {
  display: block;
}
.leads_container .last_updated {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
}
.leads_container .last_updated ul li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
.leads_container .last_updated ul li:after {
  content: '|';
  display: inline-block;
  padding: 0 10px 0 15px;
  vertical-align: top;
}
.leads_container .last_updated ul li:last-child:after {
  content: '';
}
.leads_container .task_button {
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddbdb;
}
.leads_container .task_button ul li {
  display: inline-block;
  margin-right: 10px;
}
.leads_container .task_button ul li:last-child {
  margin-right: 0;
}
.leads_container .applicant_form {
  padding-top: 0px;
  border-bottom: 1px solid #dddbdb;
  width: 66.67%;
  float: left;
  margin: 0 20px;
  position: relative;
  z-index: 99;
}
.leads_container .applicant_form .edit_btn {
  position: absolute;
  right: 0;
  z-index: 2;
}
.leads_container .applicant_form strong, .leads_container .applicant_form span, .leads_container .applicant_form ul {
  display: block;
  margin-bottom: 25px;
}
.leads_container .applicant_form strong {
  color: #151515;
  font-size: 14px;
}
.leads_container .applicant_form span {
  font-size: 13px;
  color: #646464;
}
.leads_container .applicant_form .form-control {
  width: 50%;
  box-shadow: none;
  border-radius: 0;
}
.leads_container .applicant_form ul li label {
  font-size: 13px !important;
  font-weight: 400;
  color: #646464;
}
.leads_container .update_btn {
  text-align: right;
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #dddbdb;
}
.leads_container .update_btn .purpul_btn {
  padding: 8px 25px !important;
}
.leads_container .post_comments {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  clear: both;
  width: 29.33%;
  float: right;
}
.leads_container .post_comments textarea {
  height: 100px;
  resize: none;
  border: 1px solid #b1b1b1;
  width: 100%;
  padding: 10px;
  color: #646464;
}
.leads_container .post_comments .submit_comment {
  margin: 10px 0 30px;
}
.leads_container .post_comments .comments_scroll {
  height: 290px;
}
.leads_container .post_comments .comments_scroll .media-left {
  padding-right: 15px;
}
.leads_container .post_comments .comments_scroll .media-heading {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
}
.leads_container .post_comments .comments_scroll .media-heading span {
  display: block;
  color: #646464;
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
}
.leads_container .post_comments .comments_scroll .media .media-body {
  color: #555;
  font-size: 14px;
  line-height: 25px;
}
.leads_container .post_comments .comments_scroll .media .comment_date p {
  font-size: 12px;
  color: #999999;
}
.leads_container .post_comments .comments_scroll .mCSB_scrollTools {
  opacity: 1;
}
.leads_container .post_comments .comments_scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #c7c7c7;
}
.leads_container .post_comments .comments_scroll .mCSB_scrollTools .mCSB_dragger {
  height: 100px !important;
}
.leads_container .post_comments .comments_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e99b21;
  width: 13px;
  border-radius: 15px;
}
.leads_container .logs_details {
  margin: 30px  0 25px;
}
.leads_container .additional_details {
  margin-top: 40px;
}
.leads_container .additional_details .select-wrapper {
  position: relative;
}
.leads_container .additional_details .select-wrapper select {
  left: 0;
}
.leads_container .additional_details form .form-group label {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  text-align: left;
  font-weight: 500;
}
.leads_container .additional_details form .form-group input {
  color: #7d7d7d;
  border: 1px solid #d9d9d9;
}
.leads_container .additional_details form .form-group input:hover, .leads_container .additional_details form .form-group input:focus {
  color: #7d7d7d;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
.leads_container .additional_details form .form-group textarea {
  margin: 0 15px 15px 0;
  resize: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 8px;
  margin-top: 8px;
  height: 95px;
}
.leads_container .additional_details form .form-group .filter_price {
  float: left;
  margin: 0px;
}
.leads_container .additional_details form .form-group .filter_price li {
  line-height: inherit;
  margin: 0;
  font-weight: 400;
}
.leads_container .additional_details form .form-group .filter_price li .select-wrapper {
  width: 70px;
}
.leads_container .additional_details form .form-group .filter_price li .select-wrapper select {
  width: 70px;
}
.leads_container .additional_details form .form-group .filter_price li .select-wrapper span.holder {
  float: left;
  margin-left: 3px;
}
.leads_container .additional_details form .form-group .switch-field input:checked + label {
  color: #fff !important;
}
.leads_container .additional_details form .form-group .field_detail {
  font-size: 12px;
}
.leads_container .additional_details form .family_detail {
  margin-bottom: 15px;
}
.leads_container .additional_details form .family_detail .filter_price li {
  margin: 0 8px 0 0;
}
.leads_container .additional_details form .family_detail .filter_price li input {
  width: 70px;
}
.leads_container .additional_details form .family_detail .filter_price li .switch-field div {
  float: left;
}
.leads_container .additional_details form .family_detail .filter_price li .switch-field label {
  width: 28px;
  padding: 2px 8px;
}
.leads_container .additional_details form .finance_details {
  margin: 30px 0 0;
}
.leads_container .additional_details form .finance_details .range-slider {
  width: 80%;
  padding-bottom: 40px;
  margin-top: 0px;
}
.leads_container .additional_details form .finance_details ul {
  min-height: 80px;
}
.leads_container .additional_details form .finance_details ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #151515;
  margin-top: -12px;
}
.leads_container .additional_details form .finance_details ul li:first-child {
  width: 28%;
}
.leads_container .additional_details form .finance_details ul li input[type=text] {
  margin-left: 20px;
  width: 120px;
}
.leads_container .additional_details form .finance_details .institution {
  padding-top: 35px;
}
.leads_container .additional_details form .finance_details h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  margin: 0px 0 15px 15px;
  vertical-align: baseline;
}
.leads_container .additional_details form .finance_details h5:first-child {
  margin-bottom: 15px;
}
.leads_container .additional_details form .btop.finance_details {
  border-top: 1px solid #dadada;
  margin: 20px 0;
  padding-top: 20px;
}
.leads_container .additional_details form .alternate_address {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.leads_container .additional_details form .update_btn {
  padding: 0 0 20px 0;
}
.leads_container .additional_details form ul.phone_no {
  min-height: inherit;
}
.leads_container .additional_details form ul.phone_no li {
  display: inline-block;
  width: 70%;
  margin-top: 0px;
}
.leads_container .additional_details form ul.phone_no li:first-child {
  width: 25%;
}
.leads_container .additional_details form ul.phone_no li:first-child input {
  width: 50px;
  margin-right: 20px;
  margin-left: 0px;
}

.lead_report .filter_price {
  float: none;
}

.tab-pane .top div {
  display: inline-block;
  border-right: 1px solid #cccccc;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}
.tab-pane .outer {
  width: 16%;
  padding: 5px 0 5px 15px;
  text-align: center;
}
.tab-pane .top div span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #006bbb;
}
.tab-pane .top div:last-child {
  border-right: none;
}
.tab-pane .top {
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.tab-pane .lead_report {
  padding-top: 30px;
}
.tab-pane .filter_price li {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}
.tab-pane .filter_price li .select-wrapper {
  width: 190px;
}
.tab-pane .filter_price li .select-wrapper .custom-select {
  width: 190px;
}
.tab-pane .filter_price li .input {
  width: 80%;
}
.tab-pane .lead_detail {
  padding: 0px;
}

.create_lead {
  padding-top: 40px;
}
.create_lead .select-wrapper {
  width: 250px;
}
.create_lead .select-wrapper select {
  width: 250px;
}
.create_lead .btn {
  padding: 12px 40px 12px 40px;
  margin-left: 15px;
}
.create_lead .form-control {
  background-color: #f9ffff;
}
.create_lead .interested_content {
  padding: 30px 0 0;
}
.create_lead .date_select img {
  margin-left: 10px;
}
.create_lead .date_select input {
  width: 80%;
}
.create_lead .date_select small {
  text-align: right;
}

.lms_tooltip .tooltip.right {
  opacity: 1;
}
.lms_tooltip .tooltip.right .tooltip-arrow {
  background: url("../images/icon/tooltip_img.png") no-repeat;
  border: 0px;
  top: 30px;
  left: -10px;
  height: 13px;
  width: 10px;
}
.lms_tooltip .tooltip {
  background: #f9ffff;
  border: 1px solid #d9d9d9;
  width: 135px;
  right: 19%;
  top: 24%;
}
.lms_tooltip .tooltip .tooltip-inner {
  background: transparent;
  padding: 12px 8px;
}
.lms_tooltip .tooltip .tooltip_links li {
  font-size: 12px;
  color: #646464;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}
.lms_tooltip .tooltip .tooltip_links li a {
  color: #646464;
}
.lms_tooltip .tooltip .tooltip_links li a:hover, .lms_tooltip .tooltip .tooltip_links li a:focus {
  color: #5b2a62;
}
.lms_tooltip .tooltip .tooltip_links li:last-child {
  width: 100%;
}

.lms_dropdown {
  display: inline-block;
}
.lms_dropdown .dropdown .btn.btn-default.dropdown-toggle {
  height: 26px;
  width: 75px;
  padding: 3px 6px;
  text-align: left;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  background-color: #f9ffff;
  border-radius: 3px;
  position: relative;
}
.lms_dropdown .dropdown .btn.btn-default.dropdown-toggle:hover, .lms_dropdown .dropdown .btn.btn-default.dropdown-toggle:focus {
  border: 1px solid #d9d9d9;
}
.lms_dropdown .dropdown .btn.btn-default.dropdown-toggle .caret {
  background: url(../images/icon/lms_dropdown.png) right center no-repeat #f9ffff;
  border: 0px;
  height: 24px;
  width: 23px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.lms_dropdown .dropdown .btn.btn-default.dropdown-toggle .caret.up {
  background: url(../images/icon/select-dropdown-up.png) right center no-repeat #f9ffff;
  border: 0px;
  height: 24px;
  width: 23px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.lms_dropdown .dropdown .dropdown-menu {
  left: auto;
  right: 0px;
  border: 1px solid #d9d9d9;
  background-color: #f9ffff;
  margin: 0px;
  padding: 0px;
}
.lms_dropdown .dropdown .dropdown-menu li {
  float: none;
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
}
.lms_dropdown .dropdown .dropdown-menu li:last-child {
  width: 100%;
}
.lms_dropdown .dropdown .dropdown-menu li a {
  margin: 0 12px;
  padding: 12px 0px;
  color: #646464;
  border-bottom: 1px solid #e4e4e4;
}
.lms_dropdown .dropdown .dropdown-menu li a:hover, .lms_dropdown .dropdown .dropdown-menu li a:focus {
  color: #5b2a62;
  background-color: transparent;
}

.um_top .btn {
  float: right;
  margin-bottom: 15px;
}
.um_top .update_table .align_center {
  text-align: center;
}
.um_top .update_table table tr td {
  text-align: center;
}
.um_top .update_table table th {
  font-weight: 600;
}

.usermanagement_edit {
  margin-top: 30px;
}
.usermanagement_edit h3 {
  margin-top: 20px;
}
.usermanagement_edit .select-wrapper {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}
.usermanagement_edit .select-wrapper select {
  width: 430px;
  height: 35px;
}
.usermanagement_edit #monthly {
  display: inline-block;
  float: left;
  padding-right: 20px;
}
.usermanagement_edit button {
  padding: 10px 35px 10px 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.usermanagement_edit label {
  font-weight: 600;
  margin-bottom: 10px;
}
.usermanagement_edit input {
  margin-bottom: 10px;
}
.usermanagement_edit .admin_right {
  margin: 8px 0;
}
.usermanagement_edit .form-control {
  background-color: #f9ffff;
}

.schedule_reassign_pop .modal-dialog {
  width: 320px;
  border: 0px;
}
.schedule_reassign_pop .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
}
.schedule_reassign_pop .modal-dialog .modal-header {
  padding: 0px;
  border-bottom: none;
}
.schedule_reassign_pop .modal-dialog .modal-header .close {
  font-size: 30px;
  color: #ffffff;
  border: 0px;
  opacity: 1;
}
.schedule_reassign_pop .modal-dialog .modal-body {
  background: #ffffff;
  text-align: left;
}
.schedule_reassign_pop .modal-dialog .modal-body p {
  text-align: left;
}
.schedule_reassign_pop .modal-dialog .modal-body input {
  width: 100%;
}
.schedule_reassign_pop .modal-dialog .modal-body a {
  width: 100%;
}
.schedule_reassign_pop .modal-dialog .modal-body .custom-select {
  width: 100%;
}
.schedule_reassign_pop .modal-dialog .modal-body .heading_small {
  font-weight: 600;
  text-align: left;
}
.schedule_reassign_pop .modal-dialog .modal-body .purpul_btn {
  margin-top: 10px;
}
.schedule_reassign_pop .modal-dialog .modal-body .quotes_select {
  display: block;
  float: left;
}
.schedule_reassign_pop .modal-dialog .modal-body .quotes_select .select-wrapper {
  width: 90px;
  margin-top: 10px;
  margin-right: 5px;
}
.schedule_reassign_pop .modal-dialog .modal-body .quotes_select .select-wrapper select {
  width: 90px;
}
.schedule_reassign_pop .modal-dialog .modal-body .datepicker {
  width: 85%;
}
.schedule_reassign_pop .modal-dialog .modal-body ul.days_count li {
  display: inline-block;
  float: left;
  padding-right: 55px;
  margin-bottom: 10px;
}
.schedule_reassign_pop .modal-dialog .modal-body ul.days_count li:last-child {
  padding-right: 0;
}
.schedule_reassign_pop .modal-dialog .modal-body ul.select_time li {
  margin-right: 0px;
}
.schedule_reassign_pop .modal-dialog .modal-body img {
  float: right;
  margin-right: 10px;
}

.dashboard_details .dashboard_reports {
  border-bottom: 1px solid #dddbdb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.dashboard_details .dashboard_reports ul li {
  float: left;
  width: 33%;
  margin-bottom: 15px;
}
.dashboard_details .dashboard_reports ul li small {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #151515;
  min-width: 125px;
}
.dashboard_details .dashboard_reports ul li small.year {
  text-align: right;
}
.dashboard_details .dashboard_reports ul li .date_select img {
  margin-left: 10px;
}
.dashboard_details .dashboard_reports ul li .date_select small {
  text-align: right;
}
.dashboard_details .dashboard_reports ul li .date_select .purpul_btn {
  padding: 4px 15px;
}
.dashboard_details .dashboard_reports .generate_btn {
  padding-left: 145px;
}
.dashboard_details .dashboard_reports .select_options {
  padding-left: 145px;
}
.dashboard_details .dashboard_reports .select_options ul li {
  width: auto;
  margin-right: 15px;
}
.dashboard_details .lead_generated {
  margin-bottom: 30px;
}
.dashboard_details .lead_generated .lead_chart {
  text-align: center;
}
.dashboard_details .inner_specification .tab_container {
  margin-bottom: 0;
}
.dashboard_details .inner_specification .tab_container .tab_head {
  background: #eeeeee;
}
.dashboard_details .inner_specification .tab_container .tab_head .nav-tabs li a {
  font-size: 14px;
}
.dashboard_details .inner_specification .tab_container .tab-content {
  padding: 0;
}
.dashboard_details .feature_table {
  position: relative;
}
.dashboard_details .feature_table .white_bg.fund_table table tr th {
  color: #151515;
  width: 12%;
  padding: 8px 5px;
}
.dashboard_details .feature_table .white_bg.fund_table table tr th:nth-child(3), .dashboard_details .feature_table .white_bg.fund_table table tr th:nth-child(6) {
  width: 15%;
}
.dashboard_details .feature_table .white_bg.fund_table table tr td .quotes_select .select-wrapper {
  width: 95px;
}
.dashboard_details .feature_table .white_bg.fund_table table tr td .quotes_select .select-wrapper select {
  width: 95px;
}
.dashboard_details .feature_table .white_bg.fund_table table tr td .purpul_btn {
  color: #fff;
  width: 105px;
}
.dashboard_details .feature_table .white_bg.fund_table table tr td:first-child {
  font-weight: 400;
}
.dashboard_details .lead_reports {
  border-bottom: 0;
}
.dashboard_details .lead_reports ul li {
  width: 28%;
}
.dashboard_details .lead_reports ul li small {
  min-width: auto;
}
.dashboard_details .lead_reports ul li .date_select input {
  width: 40%;
}
.dashboard_details .lead_reports ul li .create_lead_btn {
  float: right;
}
.dashboard_details .lead_reports ul li:last-child {
  width: 16%;
}
.dashboard_details .lead_reports .feature_table .white_bg.fund_table table tr th {
  color: #151515;
  width: 12%;
  padding: 8px 5px;
}
.dashboard_details .lead_reports .feature_table .white_bg.fund_table table tr th:nth-child(4), .dashboard_details .lead_reports .feature_table .white_bg.fund_table table tr th:nth-child(7) {
  width: 16% !important;
}

.alert_popup .modal-body ul li {
  width: 48%;
  float: left;
  margin-right: 10px;
}
.alert_popup .modal-body ul li button {
  width: 100%;
}
.alert_popup .modal-body ul li:last-child {
  margin-right: 0;
}

.set_followup .datepicker {
  width: 88%;
  margin-right: 10px;
}
.set_followup .set_hours li {
  float: left;
  width: 33%;
}
.set_followup .set_hours li .quotes_select .select-wrapper {
  width: 95px !important;
}
.set_followup .set_hours li .quotes_select .select-wrapper select {
  width: 95px !important;
}
.set_followup textarea {
  height: 100px;
  width: 100%;
  resize: none;
  padding: 10px;
  margin: 10px 0;
  color: #333;
  border-color: #CCC;
}
.set_followup .purpul_btn {
  width: 100%;
}

.add_navigate {
  width: 90%;
  float: left;
}
.add_navigate ul li {
  display: inline-block;
}
.add_navigate ul li:after {
  content: '/';
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: top;
}
.add_navigate ul li a {
  color: #646464;
  font-size: 12px;
}
.add_navigate ul li a.active {
  font-weight: 800;
}
.add_navigate ul li:last-child:after {
  content: '';
}

.back_listing {
  float: right;
  color: #646464;
  font-size: 12px;
}

.top_navigation.lms {
  background: #f2f5f5;
}
.top_navigation.lms .left_menu input {
  font-size: 12px;
  color: #b7b7b7;
  background: url("../images/icon/search_icon.jpg") no-repeat;
  background-color: #ffffff;
  background-position: center right;
  margin-left: 45px;
  line-height: 32px;
  font-weight: 700;
  padding: 0px 10px;
  width: 345px;
  border: 0px;
  border-radius: 5px;
}
.top_navigation.lms .left_menu .button_container.post_login .select-wrapper {
  background-color: transparent;
}
.top_navigation.lms .left_menu .button_container.post_login .select-wrapper select {
  background-color: transparent;
}

.lms_login {
  padding: 120px 0 180px;
}
.lms_login h2 {
  margin: 0 0 20px;
}
.lms_login p {
  font-size: 16px;
  color: #898989;
  margin: 0 0 20px;
}
.lms_login .form-horizontal {
  margin: 0px -15px;
}
.lms_login .form-horizontal .control-label {
  text-align: left;
  font-size: 14px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.lms_login .form-horizontal .form-control {
  border: 1px solid #d9d9d9;
}
.lms_login .form-horizontal span {
  display: inline-block;
}
.lms_login .form-horizontal span .css-label-c {
  font-size: 14px !important;
  color: #646464 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
.lms_login .form-horizontal a {
  text-decoration: underline;
  color: #5b2a62;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.lms_login .form-horizontal a:hover, .lms_login .form-horizontal a:focus {
  color: #5b2a62;
}

.lms_foot {
  background: #2b2c2c;
  padding: 10px 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}
.lms_foot span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  display: inline-block;
  color: #cccccc;
}
.lms_foot .fright {
  float: right;
}

.instr_type {
  background: #e4e4e4;
  padding: 15px 0;
}
.instr_type li {
  display: inline-block;
  list-style: none;
  color: #9a9a9a;
  margin-left: 30px;
  font-weight: 600;
}
.instr_type li span {
  color: #333333;
  display: inline-block;
  margin-left: 8px;
}

.filter_price.quote_filter {
  display: block;
  float: none;
  margin: 15px 0;
}
.filter_price.quote_filter li {
  margin-right: 55px;
}
.filter_price.quote_filter li .yellow_btn {
  margin-top: 38px;
}
.filter_price.quote_filter li small {
  display: block;
  font-size: 14px;
  color: #151515;
  margin-bottom: 4px;
}
.filter_price.quote_filter li .select-wrapper {
  width: 235px;
}
.filter_price.quote_filter li .select-wrapper select {
  width: 235px;
}

.quote_data {
  margin-top: 20px;
}
.quote_data h5 {
  color: #151515;
  font-weight: 600;
}
.quote_data table tr td {
  color: #646464;
  font-weight: 600;
  padding: 10px 0 10px 5px;
}
.quote_data .quote_graph {
  background: #e8e8e8;
  margin-top: 45px;
}

.dashboard_rm_management {
  margin-bottom: 100px;
}
.dashboard_rm_management .tab_container {
  margin: 0 0 30px;
}
.dashboard_rm_management .tab_container .tab-content {
  padding: 30px;
}
.dashboard_rm_management img.ui-datepicker-trigger {
  margin-left: 8px;
}
.dashboard_rm_management .select-wrapper {
  height: 30px;
  background: url("../images/icon/select-dropdown.png") no-repeat;
  border: 1px solid #d9d9d9;
  background-color: #f9ffff;
  background-position: center right;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}
.dashboard_rm_management .select-wrapper:focus, .dashboard_rm_management .select-wrapper:hover {
  background: url("../images/icon/select-dropdown.png") no-repeat;
  background-position: center right;
  background-color: #f9ffff;
}
.dashboard_rm_management .select-wrapper select {
  height: 30px;
  background: url("../images/icon/select-dropdown.png") no-repeat;
  border: 1px solid #d9d9d9;
  background-color: #f9ffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
  padding: 0 8px;
  top: 0;
}
.dashboard_rm_management .select-wrapper span.holder {
  margin-top: -2px;
  float: left;
  width: 80%;
}
.dashboard_rm_management .lead_analysis.right {
  margin-left: 15px;
  margin-right: 0px;
}
.dashboard_rm_management .lead_analysis {
  background: #ffffff;
  padding: 18px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.dashboard_rm_management .lead_analysis .graph {
  float: left;
}
.dashboard_rm_management .lead_analysis .graph_details {
  float: right;
}
.dashboard_rm_management .lead_analysis .graph_details table tr th {
  font-size: 15px;
  font-weight: 700;
}
.dashboard_rm_management .lead_analysis .graph_details table tr th:last-child {
  font-weight: 16px;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td {
  font-size: 14px;
  color: #464646;
  width: 235px;
  padding: 10px 0;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td .yellow {
  background: #d8e772;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td .blue {
  background: #72c0e7;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td .red {
  background: #e7728e;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td .purpul {
  background: #7685c2;
}
.dashboard_rm_management .lead_analysis .graph_details table tr td:last-child {
  font-weight: 700;
  width: auto;
}
.dashboard_rm_management .lead_analysis .graph_details .report_button {
  margin-top: 40px;
}
.dashboard_rm_management .lead_analysis .graph_details .report_button .purpul_btn, .dashboard_rm_management .lead_analysis .graph_details .report_button .yellow_btn {
  padding: 6px 12px;
  margin-bottom: 8px;
}
.dashboard_rm_management .lead_analysis .graph_details .report_button .download_pdf .yellow_btn {
  padding: 6px 12px;
  margin-bottom: 8px;
  float: right;
}
.dashboard_rm_management .visit_time {
  margin-top: 12px;
  float: right;
}
.dashboard_rm_management .visit_time li {
  display: inline-block;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 13px;
}

/*thankyou*/
.text_thankyou {
  margin: 20px 0 30px 20px;
}
.text_thankyou p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.text_thankyou p img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.inout-data table tr td a, .inout-data table tr td span a {
  float: left;
  color: #646464;
}
.inout-data table tr td a .fa-plus, .inout-data table tr td span a .fa-plus {
  color: #fff;
  font-size: 14px;
  background: #e99b21;
  padding: 3px;
  float: right;
}

.inout-data table tr td a:last-child {
  float: right;
}

.inout-data table tr td span a:last-child {
  float: left;
}

/*29-8-2016*/
.ipv .modal-dialog {
  width: 800px;
}
.ipv .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.ipv .modal-dialog .modal-content .modal-header .close {
  font-size: 35px;
  color: #5b2a62;
  margin-right: 0;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.ipv .modal-dialog .modal-content .modal-body {
  padding: 15px 20px;
}
.ipv .modal-dialog .modal-content .modal-body h3.heading_small {
  margin-top: 30px;
  margin-bottom: 15px;
}
.ipv .modal-dialog .modal-content .modal-body h3.heading_small:first-child {
  margin-top: 0px;
}
.ipv .modal-dialog .modal-content .modal-body p {
  text-align: justify;
}
.ipv .modal-dialog .modal-content .modal-body ul.benifit_list {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
.ipv .modal-dialog .modal-content .modal-body ul.benifit_list li {
  font-size: 13px;
  line-height: 22px;
  list-style-type: circle;
  margin-left: 15px;
  padding-bottom: 10px;
  color: #555555;
}

.kyc_lead {
  background: #ffeac8 !important;
}

.lead_detail {
  background: #eeeeee;
  padding: 20px;
}
.lead_detail .purpul_btn {
  color: #ffffff;
  width: 120px;
}
.lead_detail .purpul_btn:hover, .lead_detail .purpul_btn:focus {
  color: #ffffff;
}

/*brokerage*/
.equities .modal-dialog {
  width: 82%;
}
.equities .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.commodities .modal-dialog {
  width: 82%;
}
.commodities .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.page-equity-price-overview #member8, .page-equity-price-overview #member7 {
  margin-top: 60px;
}

.page_tabs.company_profile .tab-pane {
  display: none !important;
}
.page_tabs.company_profile .tab-pane.active {
  display: block !important;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation {
  float: left;
  width: 210px;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs {
  padding: 0px;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li.active {
  display: block;
  background: #5b2a62;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li.active a {
  border: 0px;
  font-weight: 700;
  background: transparent;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li.active a:hover, .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li.active a:focus {
  background: transparent;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li {
  background: #87658d;
  display: block;
  padding: 3px 10px;
  float: none;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li:hover, .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li:focus {
  background: #5b2a62;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li a {
  border: 0px;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  padding: 9px 15px;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li a:hover, .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li a:focus {
  background: transparent;
  font-weight: 700;
}
.page_tabs.company_profile .about_inner_nav .company_tab_content {
  float: right;
  width: 79%;
}
.page_tabs.company_profile .about_inner_nav .inner_page_content {
  background: none;
  padding: 0px;
}
.page_tabs.company_profile .member {
  background: #eee;
  padding: 15px 20px;
}
.page_tabs.company_profile .member .fund_table {
  margin-top: 0px;
}
.page_tabs.company_profile .member .company_info {
  margin-top: 20px;
}
.page_tabs.company_profile .member .company_info a {
  color: #151515;
  outline: none;
  font-weight: 600;
}
.page_tabs.company_profile .member .company_info a:hover, .page_tabs.company_profile .member .company_info a:focus {
  color: innerTitle;
}
.page_tabs.company_profile .member.mt0 {
  margin-top: 0px;
}
.page_tabs.company_profile .member.mt0 .heading_small {
  margin: 0px;
}
.page_tabs.company_profile .member.mt0 .financial_graph {
  padding-bottom: 20px;
}
.page_tabs.company_profile .member.mt0 .financial_graph .heading_small {
  margin: 15px 0;
}
.page_tabs.company_profile .member.mt0 .financial_graph .finance_table table tr th {
  padding: 8px;
}
.page_tabs.company_profile .member.mt0 .financial_graph .finance_table table tr:first-child td {
  padding: 0px 25px 0 0;
}
.page_tabs.company_profile .member.mt0 .financial_graph .finance_table table tr td {
  padding: 22px 25px 0 0;
  font-weight: 400;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  vertical-align: top;
}
.page_tabs.company_profile .member.mt0 .financial_graph .finance_table table tr td span {
  font-weight: 700;
}
.page_tabs.company_profile .member.mt0 .rolling_forward {
  padding-bottom: 20px;
}
.page_tabs.company_profile .member.mt0 .rolling_forward .heading_small {
  margin: 15px 0;
}
.page_tabs.company_profile .member.mt0 .address {
  background: #eeeeee;
  padding: 20px 0;
}
.page_tabs.company_profile .member.mt0 .address h4 {
  font-family: "Open Sans", sans-serif;
  color: #646464;
  font-size: 14px;
  margin: 0;
}
.page_tabs.company_profile .member.mt0 .address h4 span {
  color: #151515;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  margin-bottom: 18px;
}
.page_tabs.company_profile .member.mt0 .address p {
  color: #151515;
  font-weight: 600;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 5px;
}
.page_tabs.company_profile .member.mt0 .address p a {
  float: left;
  color: #151515;
  outline: none;
}
.page_tabs.company_profile .member.mt0 .address p a:nth-child(2) {
  float: right;
}
.page_tabs.company_profile .member.mt0 .address a {
  float: none;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  outline: none;
  font-weight: 600;
}
.page_tabs.company_profile .member.mt0 .address a img {
  margin-right: 10px;
}
.page_tabs.company_profile .holiding_details {
  padding: 20px 0;
  margin-right: 0px;
  background: #eeeeee;
}
.page_tabs.company_profile .holiding_details .heading_small {
  font-weight: 600;
  margin: 0 20px;
}
.page_tabs.company_profile .holiding_details .scheme_table {
  margin-top: 24px;
}
.page_tabs.company_profile .holiding_details .scheme_table table thead tr th {
  background: #e4e4e4;
  width: 289px;
  border-right: 1px solid #f9ffff;
  padding: 8px 15px 8px 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #151515;
  width: auto;
}
.page_tabs.company_profile .holiding_details .scheme_table table thead tr th:first-child {
  width: auto;
}
.page_tabs.company_profile .holiding_details .scheme_table table tbody tr td {
  padding: 15px 15px 15px 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6a3f71;
  font-size: 13px;
  width: auto;
}
.page_tabs.company_profile .holiding_details .scheme_table table tbody tr td:first-child {
  width: auto;
}

.ajaxloaderdiv {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  hieght: 100%;
  z-index: 5;
}

.ajaxloder-b {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -20px;
  z-index: 6;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
  text-align: right;
  float: none !important;
}
.align_right a {
  text-align: right !important;
}
.align_right a .color_green, .align_right a .color_red, .align_right a .color_blue {
  text-align: right !important;
}

.page-mutual-fund-profile .fund_table table tr td {
  padding: 8px;
}

.update_table table tr td, .update_table table tr th {
  text-transform: none;
}

.ui-datepicker .ui-datepicker-next span {
  margin-left: -25px;
}

#ui-datepicker-div {
  border-left: 2px solid #666;
}

#analysis_pie_chart {
  margin-left: -16%;
}

.webform-component .error {
  margin: -8px 0 20px;
  font-size: 12px;
  text-align: justify;
  color: #dd3b3b;
}

.tools_return .calculator_table table tr th .cal_table tr th, .tools_return .calculator_table table tr th .cal_table tr td {
  padding: 0;
}

ul.pager li {
  width: auto !important;
}

.pager-ellipsis {
  display: none;
}

.account_statement_pl {
  padding: 0 15px;
}
.account_statement_pl p {
  color: #151515;
}
.account_statement_pl p span {
  float: none;
  margin-top: 0;
  min-width: 130px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.account_statement_pl p small {
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  float: none;
  width: 70%;
}

.goal_planner .planner_steps .family_details .form1 .form-group .filter_price .messages-inline {
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: -22px;
  width: 154%;
}

.goal_planner .planner_steps .family_details .three_field_row .filter_price li {
  margin-bottom: 10px;
  position: relative;
}

.goal_planner .planner_steps .family_details .three_field_row .filter_price {
  margin-bottom: 10px;
}

.trade_summary_main.my_watchlist .heading_small {
  float: none;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist {
  float: right;
  margin-top: -10px;
  margin-bottom: 30px;
}
.trade_summary_main.my_watchlist .date_list.my_watch_datelist li {
  margin-left: 0px;
}
.trade_summary_main.my_watchlist .watch_and_research .market_watch div:nth-child(5) {
  border: 0px;
}
.trade_summary_main.my_watchlist .watch_and_research .tab_container .fund_table table tbody tr th {
  padding: 8px 30px;
}
.trade_summary_main.my_watchlist .watch_and_research .tab_container .fund_table table tbody tr td {
  padding: 8px;
}

.form_download_btn.yellow_btn {
  margin-bottom: 20px;
}

.node-unpublished {
  background-color: transparent !important;
}

.form-item-main-account-type {
  float: left;
  margin-right: 30px;
}

.place_zip_url a {
  color: #646464;
  font-weight: 600;
}

.place_zip_url {
  margin-bottom: 40px;
  text-align: center;
}

.page-dashboard .header_title ul {
  margin-top: 8px;
}

.detail_form .family_details .form1 .form-group .quotes_select {
  margin-left: 3px;
  margin-right: -23px;
}

.detail_form .family_details .form1 .form-group label.col-sm-4 {
  padding-left: 0;
}

.form-item.form-type-textfield.form-item-wish-one {
  margin-right: -8px;
}

.applicant_form.arrange_a_call_lms .form-item.webform-component .webform-label-processed {
  position: static !important;
  width: 275px;
  float: left;
  overflow: visible;
  color: #151515;
  font-size: 14px;
}

.applicant_form.arrange_a_call_lms .form-item.webform-component {
  margin-bottom: 25px;
  font-size: 13px;
  color: #646464;
}

table.views-table {
  width: 100%;
}

.dashboard_rm_management .form-item.form-type-textfield.form-item-addnew-subject {
  margin-bottom: 20px;
}

.dashboard_rm_management .textarea-processed textarea {
  height: 100px;
  resize: none;
  border: 1px solid #b1b1b1;
  width: 100%;
  padding: 10px;
  color: #646464;
  margin-bottom: 20px;
}

select#edit-status {
  display: block;
  margin-bottom: 20px;
  background: url(../images/icon/select-dropdown.png) right center no-repeat #f9ffff;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  width: 225px;
}

div#block-custom-webform-comments-custom-webform-statuses {
  margin-top: 0;
  width: 66.66%;
  clear: both;
}

.admin-comment {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.leads_container .post_comments .comments_scroll .media img {
  display: none;
}

.last_transaction.watchlist_my .fund_table.watchlist_table table tr th:first-child {
  padding: 8px 195px 8px 18px;
}

.purpul_clicktag {
  outline: none;
  text-decoration: none;
  font-weight: 600;
  color: #6a3f71 !important;
}
.purpul_clicktag:hover, .purpul_clicktag:focus {
  text-decoration: none;
  font-weight: 600;
  color: #6a3f71 !important;
}

.dashboard_rm_management fieldset#edit-addnew {
  float: right;
  width: 29.33%;
  position: relative;
  z-index: 9999;
}

.dashboard_rm_management div#update_results {
  float: left;
  width: 66.67%;
}

.dashboard_rm_management label.webform-label-processed h2.heading_small {
  margin-top: 20px;
}

.detail_form .family_details .form1 .form-group .filter_price, .general_info .family_details .form1 .form-group .filter_price {
  margin-left: 10px;
}

.dashboard_rm_management .leads_container .assign_role select {
  display: block;
  margin-bottom: 20px;
  background: url(../images/icon/select-dropdown.png) right center no-repeat #f9ffff;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  width: 225px;
  cursor: pointer;
}

.page-dashboard-watchlist .trade_summary_main.my_watchlist .date_list.my_watch_datelist {
  margin-top: 0px;
}

.research_report_comment span.username, .research_report_comment label {
  display: none;
}
.research_report_comment p.submitted span.username {
  display: block;
}
.research_report_comment textarea {
  resize: none;
  margin: 0px 0 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  color: #151515;
  height: 147px;
  padding: 10px;
}
.research_report_comment textarea:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

#ui-datepicker-div {
  display: none;
}

img.ui-datepicker-trigger {
  display: inline-block;
}

#ticker_popup h3.heading_small a {
  color: #646464;
  font-weight: 600;
}
#ticker_popup h3.heading_small a:hover, #ticker_popup h3.heading_small a:focus {
  color: #3e0d45;
}
#ticker_popup .modal-dialog {
  width: 520px;
}
#ticker_popup .modal-dialog ul li {
  min-width: 235px;
  clear: both;
  margin-bottom: 20px;
}
#ticker_popup .modal-dialog ul li p.dataText {
  float: left;
  min-width: 185px;
  margin-right: 20px;
}
#ticker_popup .modal-dialog ul li .result.color_red {
  float: none !important;
  text-align: left !important;
  color: #dd3b3b;
}
#ticker_popup .modal-dialog ul li input {
  margin: 0;
  vertical-align: bottom;
}
#ticker_popup .modal-dialog ul li input[type=checkbox].css-checkbox-c {
  height: 1px;
  padding: 0;
}
#ticker_popup .modal-dialog ul li input[type=checkbox].css-checkbox-c, #ticker_popup .modal-dialog ul li input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  clip: rect(0 0 0 0);
  width: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
}
#ticker_popup .modal-dialog ul li input[type=checkbox].css-checkbox-c:checked + label.css-label-c {
  background-position: 0 -11px;
}
#ticker_popup .modal-dialog ul li input[type=checkbox].css-checkbox-c + label.css-label-c {
  padding-left: 19px;
  height: 11px;
  display: inline-block;
  line-height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 11px;
  vertical-align: middle;
  cursor: pointer;
}
#ticker_popup .modal-dialog ul li label.css-label-c {
  background-image: url(../images/icon/check_box-chck.png);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ticker_popup .modal-dialog ul li a.color_red {
  display: inline-block;
  float: none !important;
  text-align: left !important;
}
#ticker_popup .modal-dialog ul li a.color_red:focus, #ticker_popup .modal-dialog ul li a.color_red:hover {
  color: #dd3b3b;
}
#ticker_popup .modal-dialog ul li a.color_red .fa {
  font-size: 20px;
}
#ticker_popup .modal-dialog ul li a.color_green {
  display: inline-block;
  float: none !important;
  text-align: left !important;
}
#ticker_popup .modal-dialog ul li a.color_green:focus, #ticker_popup .modal-dialog ul li a.color_green:hover {
  color: #33a90f;
}
#ticker_popup .modal-dialog ul li a.color_green .fa {
  font-size: 20px;
}

ul.app_download_link {
  margin-top: 15px;
}

.qr_scan {
  max-width: 120px;
  margin: 10px auto;
}

.refresh_link a {
  color: #6a3f71;
  font-weight: 600;
}

.watchlist_data {
  background: #ebebeb;
  margin-bottom: 45px;
  	/*table {
  		th, td {
  			&:before {
  				content: "";
  				background: #cacaca;
  				height: 30px;
  				width: 1px;
  				float: left;
  				margin-right: 15px;
  			}
  			&:first-child:before {
  				display: none;
  			}
  			&:first-child {
  				width: 30%;
  			}
  		}
  		th {
  			font-size: 15px;
  			font-weight: 400;
  			color: #464646;
  			padding: 20px 20px 0;
  		}
  		td {
  			font-size: 18px;
  			font-weight: 600;
  			color: #333333;
  			padding: 0px 20px 20px;
  
  			span {
  				font-size: 18px;
  			}
  			small {
  				font-size: 15px;
  				color: #666666;
  				font-weight: 400;
  			}
  		}
  	}*/
}
.watchlist_data .portfolio_particulars {
  display: block;
  padding: 0;
  margin: 0;
}
.watchlist_data .portfolio_particulars li {
  font-size: 15px;
  font-weight: 400;
  color: #464646;
  padding: 10px 20px;
  float: left;
  margin: 0;
  width: 20%;
  list-style-type: none;
  position: relative;
}
.watchlist_data .portfolio_particulars li:after {
  content: "";
  border-right: 1px solid #cacaca;
  position: absolute;
  height: 50px;
  right: 0;
  top: 12px;
}
.watchlist_data .portfolio_particulars li:last-child:after {
  display: none;
}
.watchlist_data .portfolio_particulars li span.detail {
  margin-top: 8px;
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.watchlist_data .portfolio_particulars li span.detail span.difference {
  font-size: 15px;
  color: #666666;
}

.stock_popup .equity_data {
  width: 400px;
  margin: 0 auto;
}
.stock_popup .equity_data .search_data {
  float: none;
  width: 400px;
  margin: 0 auto;
}
.stock_popup .equity_data .search_data .form-group {
  margin-bottom: 0px;
}
.stock_popup .equity_data .search_data .form-control {
  height: 35px;
  border: 1px solid #151515 !important;
  color: #646464;
}
.stock_popup .equity_data .search_data .form-control:hover, .stock_popup .equity_data .search_data .form-control:focus {
  border: 1px solid #151515 !important;
}
.stock_popup .equity_data .ui-autocomplete.ui-front {
  background: transparent;
}

.particular_stock_edit {
  margin-left: 25px;
  display: inline-block;
}
.particular_stock_edit li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px;
  border-right: 1px solid #6a3f71;
  line-height: 15px;
}
.particular_stock_edit li:last-child {
  border-right: 0px;
}
.particular_stock_edit li a {
  color: #6a3f71;
  text-decoration: none;
  outline: none;
  display: inline-block;
  font-weight: 600;
}
.particular_stock_edit li a:hover, .particular_stock_edit li a:focus {
  color: #6a3f71;
}

.stocks_data {
  margin-bottom: 40px;
}
.stocks_data h3.heading_small {
  display: inline-block;
}
.stocks_data span.purple {
  display: inline-block;
  margin-left: 15px;
}
.stocks_data span.purple a {
  color: #6a3f71;
  font-weight: 600;
}
.stocks_data .fund_table table th {
  color: #151515;
  font-size: 12px;
  font-weight: 700;
}
.stocks_data .fund_table table th:first-child {
  width: 15%;
}
.stocks_data .fund_table table td {
  font-size: 14px;
  font-weight: 700;
  color: #646464;
  padding-right: 15px;
}
.stocks_data .fund_table table td span.success {
  color: #3eab47;
}
.stocks_data .fund_table table td span.purple {
  color: #6a3f71;
  display: block;
  margin-left: 0;
}
.stocks_data .fund_table table td span.purple a {
  color: #6a3f71;
}
.stocks_data .fund_table table td small {
  color: #646464;
  line-height: 15px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.stock_popup {
  margin-bottom: 40px;
}
.stock_popup .modal-dialog {
  width: 920px;
}
.stock_popup table th {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.stock_popup table th:first-child {
  text-align: left;
}
.stock_popup table td:first-child {
  color: #6a3f71;
  font-weight: 600;
}
.stock_popup table td .delete_stock {
  font-size: 25px;
  display: inline-block;
}
.stock_popup table td .datepicker {
  width: 90px;
  margin-right: 10px;
}
.stock_popup table td input {
  width: 100px;
  background: #f9ffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 35px;
  padding-left: 5px;
  font-weight: 400;
}
.stock_popup .action_btn {
  text-align: right;
  margin-top: 15px;
}
.stock_popup .action_btn p {
  font-size: 10px;
  color: #8d8d8d;
  line-height: 15px;
  margin-bottom: 0;
  float: left;
}
.stock_popup .edit_transactions table th:first-child {
  width: 22%;
}
.stock_popup .edit_transactions table th:nth-child(5) {
  width: 22%;
}
.stock_popup .edit_transactions table td .datepicker {
  width: 90px;
  margin-right: 10px;
}
.stock_popup .edit_transactions table td input {
  width: 100%;
}

.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table thead th {
  padding: 0 5px;
}

.my_dashboard .gainer_losers .tab_container .tab-content .tab_gainers .tab-content.my_dash_tab .market_inner_table table tbody tr td {
  padding: 15px 5px 0;
}

.leads_container table tr td a.purpul_btn {
  color: #fff;
  min-width: 110px;
}

.leads_container table tr td .select-wrapper {
  width: 180px;
}
.leads_container table tr td .select-wrapper select {
  width: 180px;
}

.leads_container .additional_details form .form-group textarea {
  margin: 8px 15px 0 0;
}

.leads_container .fund-table table tr th, .fund_table table tr th {
  padding: 8px 30px;
}

.leads_container .views-exposed-widgets {
  margin-bottom: 1.5em;
  float: right;
}

.leads_container .views-widget input {
  max-width: 180px;
}

.leads_container .select-wrapper {
  width: 205px;
}
.leads_container .select-wrapper select {
  width: 205px;
}

.login_kyc .signup-data .form-horizontal .form-group {
  margin-bottom: 15px;
}

.dashboard_gainer_wrap {
  height: 350px;
  overflow-y: auto;
}

.ui-datepicker-trigger, .ui-datepicker-prev span, .ui-datepicker-next span {
  cursor: pointer;
}

.broking_ledger_summary.profit_loss_statment .my_net_worth li {
  width: 33%;
}

#asign_to_pop_up .dashboard_rm_management {
  margin: 15px 0 0;
}
#asign_to_pop_up .dashboard_rm_management .select-wrapper {
  width: 100%;
  margin: 15px 0;
}
#asign_to_pop_up .dashboard_rm_management .select-wrapper select {
  width: 100%;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .pink {
  background: #FFC0CB;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .deep_pink {
  background: #FF1493;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .dark_orange {
  background: #FF8C00;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .gold {
  background: #FFD700;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .dark_khaki {
  background: #BDB76B;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .magenta {
  background: #FF00FF;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .indigo {
  background: #4B0082;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .lime {
  background: #00FF00;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .olive {
  background: #808000;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .aqua {
  background: #00FFFF;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .tan {
  background: #D2B48C;
}

.dashboard_rm_management .lead_analysis .graph_details table tr td .silver {
  background: #C0C0C0;
}

.webform-component--assigned-uid {
  display: none;
}

.kyc_form_details .select-wrapper {
  width: 300px;
  height: 32px;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 15px;
}

.kyc_form_details .select-wrapper {
  position: relative;
}

.kyc_form_details .select-wrapper select {
  width: 100%;
  top: 0;
  left: 0;
  height: 32px;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .fund_ranking .yellow_btn {
    margin-top: 10px;
  }

  .pie_chart {
    margin-left: -43%;
  }

  p {
    text-align: left;
  }

  .fund_table table tr th {
    padding: 8px 4px;
  }

  .page-equity-analysis .contact-container.upadate_data table tr td table tr td, .page-equity-volume-moment .contact-container.upadate_data table tr td table tr td {
    width: 40px;
  }

  .main_navigation .navbar-default .nav li a {
    padding: 22px 8px 20px;
  }

  .top_navigation .left_menu h1 {
    padding: 0 0 0 13px;
  }
  .top_navigation .left_menu ul {
    margin: 11px 0px 0 0;
  }
  .top_navigation .left_menu ul li {
    padding: 0 8px;
  }
  .top_navigation .left_menu .button_container {
    margin-top: 7px;
  }
  .top_navigation .left_menu .button_container .btn {
    margin-left: 0px;
  }
  .top_navigation .left_menu .button_container .purpul_btn, .top_navigation .left_menu .button_container .yellow_btn {
    padding: 6px 8px;
    font-size: 12px;
  }

  .top_header {
    height: 64px;
  }
  .top_header .customize_data .live {
    margin-left: 0;
    margin-top: 2px;
  }
  .top_header .indices .domastic_data li ul li {
    max-width: 32%;
  }
  .top_header .indices .domastic_data li ul li p {
    text-align: left;
  }
  .top_header .indices .domastic_data li ul li:after {
    height: 45px;
  }
  .top_header .equity_data {
    height: 64px;
    width: 240px;
  }
  .top_header .equity_data .select-wrapper {
    width: 85px;
    margin-top: 22px;
  }
  .top_header .equity_data .select-wrapper select {
    width: 85px;
  }
  .top_header .equity_data .select-wrapper span.holder {
    font-size: 13px;
  }
  .top_header .equity_data .search_data {
    width: 130px;
    padding-top: 16px;
  }

  .feature_tab .tab_header .nav-tabs li a {
    padding: 5px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_name {
    width: 75px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_different {
    width: 45px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_rate, .feature_tab .tab-content .domastic_data li .c_percent {
    font-size: 11px;
  }

  .destimony_list li {
    padding-right: 50px;
  }

  .feature_bg.watch_demo p a {
    font-size: 12px;
    margin-top: 0;
  }
  .feature_bg.watch_demo p a span {
    margin-left: 0px;
  }

  .research_reports .feature_product {
    width: 100% !important;
    padding: 15px;
  }
  .research_reports .feature_product ul {
    width: 100% !important;
  }
  .research_reports .feature_product ul li {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .research_reports .feature_product ul li:last-child {
    width: 172px !important;
  }
  .research_reports .feature_product ul li:last-child h2 {
    margin-top: 2px;
  }
  .research_reports .feature_product ul li p {
    text-align: justify;
  }
  .research_reports .feature_product ul li img {
    width: 70px !important;
  }

  .toolscal_slider .owl-theme .owl-controls .owl-nav .owl-next {
    right: -18px;
  }

  .gray_conatiner {
    padding: 20px 20px 14px 12px;
  }

  .social_tab {
    min-height: auto;
    margin-bottom: 12px;
  }
  .social_tab .tab-content {
    padding: 15px;
  }

  .fixed_menu {
    width: 940px;
  }

  /*footer*/
  .explore_destimoney .subscribe h2 {
    font-size: 21px;
  }
  .explore_destimoney ul {
    margin-left: -8px;
  }
  .explore_destimoney ul li {
    padding: 0 8px;
  }
  .explore_destimoney ul li:first-child {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 10px;
  }

  .sitemap {
    padding-right: 38px;
  }
  .sitemap:last-child .footer_link li {
    font-size: 12px;
    line-height: 22px;
  }
  .sitemap:last-child .footer_link li a {
    color: #646464;
  }

  .social_list h2 {
    font-size: 17px;
  }
  .social_list .yellow_btn {
    padding: 8px 5px;
  }
  .social_list ul {
    margin-top: 10px;
  }
  .social_list ul li {
    padding-right: 2px;
  }
  .social_list ul li a img {
    width: 24px;
  }

  .about_inner_nav .fixed_menu {
    width: 940px;
  }

  .main.insurance .right .heading_small {
    margin-bottom: 0px;
  }

  .about_data .over_value {
    margin-top: -20px;
  }

  .common_carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -51%;
  }

  .common_carousel .owl-theme .owl-controls .owl-nav .owl-next {
    right: -51%;
  }

  .common_carousel .owl-theme .owl-controls .owl-nav {
    top: 35px;
  }

  .about_inner_nav {
    margin-top: 30px;
  }

  .careers .products_data .edge_topm .btn_career .purpul_btn {
    padding: 5px 8px;
    margin-bottom: 5px;
  }
  .careers .products_data .edge_topm .btn_career .yellow_btn {
    padding: 5px 6px;
    margin-left: 0px;
  }

  .associate_list ul .statecity {
    width: 280px;
  }
  .associate_list ul .statecity h6 {
    font-size: 14px;
  }

  .dnews_data .all_news_container {
    width: 273px;
  }

  .feature-container {
    margin-bottom: 12px;
  }

  .call_us_bg h3 {
    font-size: 23px;
  }

  .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
  .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }

  .gallery_thumb iframe {
    max-height: 105px;
  }

  .markets_bg .col-sm-4.nopad {
    margin: 0;
    float: left;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td:first-child {
    padding: 12px 0px 0px 8px;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td, .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td {
    font-size: 11px;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table thead tr th:first-child {
    padding: 0 35px;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th:first-child {
    padding: 0 35px;
  }

  .markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table thead tr th {
    padding: 0px;
  }

  .markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td {
    font-size: 12px;
    max-width: 75px;
    padding: 12px 0px;
  }

  .markets_bg .wrap .inner_tab_container .tab_container .tab-content .market_inner_table table tbody tr td:first-child {
    padding: 12px 0px;
  }

  .watch_and_research .no_bg .nav-tabs .active a {
    padding: 10px 12px;
    font-size: 13px;
  }

  .watch_and_research .no_bg .nav-tabs li a {
    padding: 10px 12px;
    font-size: 13px;
  }

  .main_navigation .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li, .main_navigation .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li, .main_navigation .navbar-default .nav .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li, .main_navigation.post_login_header .navbar-default .nav .mega-dropdown-market .dropdown-menu.mega-dropdown-menu li ul li, .main_navigation.post_login_header .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li ul li, .main_navigation.post_login_header .navbar-default .nav .mega-dropdown-tools .dropdown-menu.mega-dropdown-menu li, .main_navigation.post_login_header .navbar-default .nav .mega-dropdown-dashboard .dropdown-menu.mega-dropdown-menu li {
    min-height: 1px;
  }

  .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li a, .main_navigation .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li, .main_navigation.post_login_header .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li a, .main_navigation.post_login_header .navbar-default .nav .mega-dropdown .dropdown-menu.mega-dropdown-menu li {
    padding: 0 0 0 5px;
  }

  .main_navigation .navbar-default .nav li a, .main_navigation .navbar-default .nav li a {
    padding: 22px 14px 20px;
  }

  .main_navigation .navbar-default .nav li a, .main_navigation.post_login_header .navbar-default .nav li a {
    padding: 22px 6px 20px;
    font-size: 14px;
  }

  .main_navigation .navbar-default .nav li .dropdown-menu, .main_navigation.post_login_header .navbar-default .nav li .dropdown-menu {
    left: auto;
    right: 0;
  }

  .markets_bg .wrap .inner_tab_container .tab_container .tab_head .nav-tabs {
    height: 34px !important;
  }

  .market_table table thead tr th {
    padding: 16px 38px;
  }

  .derivatives .market_table table tr td {
    font-size: 12px;
    padding: 32px 10px;
  }

  .derivatives .market_table table tr td:nth-child(2) {
    text-align: right;
  }

  .market_table table tbody tr td .range-slider > span.slider-container > span.bar, .small_graph .range-slider > span.slider-container > span.bar {
    right: 0px;
  }

  .derivatives .market_table table tbody tr td span.green, .derivatives .market_table table tbody tr td span.red {
    margin: 2px 0 0 8px;
    font-size: 11px;
  }

  .market_table table tbody tr td span.green, .market_table table tbody tr td span.red {
    margin: 2px 8px 0 12px;
    font-size: 13px;
  }

  .derivatives .get_quotes .quotes_select .select-wrapper select {
    width: 265px;
  }

  .market_table table tbody tr td {
    padding: 32px 15px;
    font-size: 12px;
  }

  .derivatives .market_table table tr th:nth-child(2) {
    padding: 16px 50px;
  }

  .derivatives .col-sm-8.nopad:nth-child(1) {
    padding-right: 15px;
  }

  .derivatives .market_equity_graph {
    margin-right: 0px;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-nav [class*="owl-"], .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    z-index: 1000;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls {
    display: inline-block;
    top: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 1px;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-prev {
    margin: -5px 0px 0px -30px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    left: 0%;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-next {
    margin: -5px 0px 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    right: 0%;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-prev {
    margin: -5px 0px 0px -40px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    left: 3%;
    top: 6px;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-next {
    margin: -5px 0px 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    right: 3%;
    top: 6px;
  }

  .about_inner_nav .inner_nav li .active, .about_inner_nav .inner_nav li a {
    height: 43px;
  }

  .scroll_mobile_carousal {
    height: 42px;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls {
    margin: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-prev {
    margin: 0 5px 0 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-next {
    margin: 0 0px 0 5px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-dots {
    display: none;
  }

  .filter_price {
    display: block;
    margin: 20px 0;
    float: none;
  }
  .filter_price li {
    margin-bottom: 10px;
    margin-right: 8px;
    float: left;
    width: 35%;
  }
  .filter_price li:nth-child(odd) {
    text-align: right;
  }
  .filter_price li:last-child {
    float: none;
    width: 100%;
    text-align: center;
  }
  .filter_price li:first-child {
    margin-right: 8px;
  }
  .filter_price li .select-wrapper {
    width: 300px;
    text-align: left;
  }
  .filter_price li .select-wrapper select {
    width: 300px;
  }
  .filter_price li .yellow_btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  .filter_price .price .select-wrapper {
    width: 300px;
  }
  .filter_price .price .select-wrapper .holder {
    width: 84%;
    overflow: hidden;
  }

  .currency {
    margin-top: 60px;
  }

  .fund_ct {
    width: 48%;
  }

  .historical_nav_data .fund_ct {
    float: none;
  }
  .historical_nav_data .fund_ct p {
    display: inline-block;
  }
  .historical_nav_data .fund_ct .quotes_select {
    float: right;
  }
  .historical_nav_data .fund_ct .quotes_select .select-wrapper {
    width: 300px;
  }
  .historical_nav_data .fund_ct .quotes_select .select-wrapper select {
    width: 300px;
  }
  .historical_nav_data .date_list {
    margin-top: 0px;
  }
  .historical_nav_data .date_list li {
    float: left;
    width: 35%;
    margin-bottom: 13px;
  }
  .historical_nav_data .date_list li input.datepicker {
    width: 125px;
  }

  .tool_planner.form-horizontal .control-label {
    font-size: 13px;
  }

  .tools_calculators .yellow_btn {
    margin-top: 15px;
  }

  h2 {
    font-size: 20px;
  }

  .glod_graf {
    padding: 45px 25px;
    margin-top: 20px;
  }
  .glod_graf .positions_filter {
    margin: -20px 0 0;
  }
  .glod_graf .positions_filter li {
    float: left;
    width: 45%;
    margin-bottom: 8px;
  }

  .page-derivatives-market .filter_price li:last-child {
    width: 35%;
    text-align: left;
  }

  .ui-autocomplete.ui-front {
    width: 345px !important;
  }

  .segments_services, .banner_description {
    top: 30px;
    width: 90%;
  }
  .segments_services .patch, .banner_description .patch {
    padding: 15px 40px 15px 20px;
    max-width: 60%;
  }
  .segments_services .patch h3, .banner_description .patch h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .segments_services .patch ul, .banner_description .patch ul {
    margin-bottom: 5px;
  }
  .segments_services .patch ul li, .banner_description .patch ul li {
    font-size: 13px;
    line-height: 26px;
  }
  .segments_services .patch .yellow_btn, .banner_description .patch .yellow_btn {
    font-size: 13px;
  }

  .page-equity-othermarket .filter_price li {
    width: 100%;
    text-align: left;
  }
  .page-equity-othermarket .filter_price li:last-child {
    text-align: left;
  }

  .filter_price.quote_filter li {
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
  }
  .filter_price.quote_filter li small {
    display: inline-block;
    vertical-align: top;
    width: 200px;
  }
  .filter_price.quote_filter li span {
    float: none;
    text-align: left;
  }
  .filter_price.quote_filter li .yellow_btn {
    margin-top: 0;
  }

  .page-derivatives-update #member5 .filter_price li:last-child, .page-derivatives-update #member6 .filter_price li:last-child, .page-derivatives-update #member7 .filter_price li:last-child, .page-derivatives-update #member10 .filter_price li:last-child {
    width: auto;
  }

  .page-derivatives-overview .fund_table table tr th {
    padding: 8px 12px;
  }

  .page-derivatives-overview .fund_table table tbody tr td {
    padding: 8px;
  }

  .historical_nav_data .fund_ct {
    float: none;
  }
  .historical_nav_data .fund_ct p {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 140px;
  }
  .historical_nav_data .fund_ct .quotes_select {
    display: inline-block;
    float: none;
  }
  .historical_nav_data .date_list {
    margin-top: 15px;
  }
  .historical_nav_data .date_list li {
    margin-right: 20px;
    width: auto;
  }
  .historical_nav_data .date_btn {
    margin-top: 11px;
  }

  .fund_update .fund_cpmarison {
    padding: 10px 5px;
  }
  .fund_update .first_dropdown li .quotes_select {
    margin-left: 5px;
  }

  .fund_update .first_dropdown li .quotes_select .select-wrapper {
    width: 225px;
  }

  .scheme_profile_detail .fund_ct .quotes_select .select-wrapper {
    width: 300px;
  }

  .market_ipo .contact-container.upadate_data table tr th, .market_ipo .fund_table table tr th {
    padding: 8px 2px;
  }

  .page-ipo-issue .fund_table table tr th {
    padding: 8px 12px;
  }

  .page-node-144 ul.benifit_list li {
    width: 100%;
    margin: 0 !important;
  }

  .error_page .error_content h2 {
    font-size: 110px;
  }

  .modes .start_trading .yellow_btn {
    bottom: 45px;
  }

  .page_tabs.company_profile .about_inner_nav .company_tab_content {
    width: 75%;
  }
  .page_tabs.company_profile .current_position li {
    font-size: 24px;
  }
  .page_tabs.company_profile .current_position li small {
    margin: 5px 20px 5px 0;
  }
  .page_tabs.company_profile .market_equity_graph .price_table table tr td {
    padding: 10px 25px 0 0;
  }
  .page_tabs.company_profile .filter_price li {
    width: 100%;
    text-align: left;
  }
  .page_tabs.company_profile .filter_price.too_many_filters li {
    width: 18%;
  }
  .page_tabs.company_profile .date_list li {
    margin-bottom: 12px;
  }

  .tools_return .tools_dropdown .fund_ct p {
    width: 100px;
  }

  .kyc_landing .signup-data .form-horizontal .form-group .yellow_btn {
    float: right;
    padding: 8px 12px;
  }

  .middle_align {
    width: 80%;
  }

  .tax_calculator .box-text {
    min-height: 130px;
  }

  .my_dashboard .my_net_worth li {
    padding: 30px;
    position: relative;
    width: 34%;
  }

  .goal_planner .goal_options li {
    margin-right: 20px;
    width: 18%;
  }

  .explore_destimoney .subscribe .form-item.form-type-textfield.form-item-captcha-response {
    width: 48%;
  }

  .userful_link li {
    padding: 0 10px 5px;
  }

  .social_list {
    margin-left: 0;
  }
  .social_list .app_download_link li img {
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .stock_popup .modal-dialog {
    width: 90%;
  }

  .watchlist_data table td:first-child, .watchlist_data table th:first-child {
    width: 20%;
  }

  .stocks_data .fund_table table td {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .stocks_data .fund_table table td:nth-child(2) {
    padding-bottom: 10px;
  }

  .stocks_data .fund_table table td .datepicker {
    width: 75%;
  }

  .watchlist_data .portfolio_particulars li {
    padding: 15px;
    font-size: 14px;
  }
  .watchlist_data .portfolio_particulars li span.detail {
    margin-top: 8px;
    font-size: 13px;
  }
  .watchlist_data .portfolio_particulars li span.detail span.difference {
    font-size: 14px;
  }
  .watchlist_data .portfolio_particulars li:after {
    top: 15px;
  }

  .slider_post_login {
    width: 400px;
  }

  .header_title .slide_detail {
    margin-top: 4px;
  }

  .error_page .error_content h2 {
    font-size: 60px;
    line-height: 40px;
    text-align: right;
  }
  .error_page .error_content h3 {
    font-size: 33px;
    line-height: 27px;
    width: 100px;
  }

  .Equty_dbt {
    margin-top: 20px;
  }
  .Equty_dbt ul {
    margin-bottom: 20px;
  }
  .Equty_dbt ul li {
    font-size: 15px;
    font-weight: 600;
    margin-right: 40px;
  }

  /*banner_content*/
  .banner .banner_description {
    margin-left: 0px;
  }
  .banner .segments_services, .banner .banner_description {
    top: 100px;
    width: 90%;
    left: 30px;
  }
  .banner .segments_services .patch, .banner .banner_description .patch {
    padding: 15px 25px 7px 15px;
    max-width: 48%;
  }
  .banner .segments_services .patch .yellow_btn, .banner .banner_description .patch .yellow_btn {
    margin-top: 8px;
    padding: 0px 8px;
    font-size: 12px;
    margin: 0 0 2px 0px;
  }
  .banner .segments_services .patch h3, .banner .banner_description .patch h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .banner .segments_services .patch ul, .banner .banner_description .patch ul {
    margin-top: 5px;
    display: none;
  }
  .banner .segments_services .patch ul li, .banner .banner_description .patch ul li {
    font-size: 13px;
    padding-bottom: 0px;
    line-height: 20px;
  }
  .banner .segments_services .patch p a, .banner .banner_description .patch p a {
    margin-top: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
  .banner .segments_services {
    top: 30px;
  }

  .market_table table tbody tr td .range-slider > span.slider-container > span.bar, .small_graph .range-slider > span.slider-container > span.bar {
    right: 0;
  }

  .banner .banner_description.home_page_banner {
    left: 40px;
  }
  .banner .banner_description.home_page_banner h2 {
    max-width: 80%;
    font-size: 40px;
  }
  .banner .banner_description.home_page_banner h2 span {
    font-size: 30px;
  }

  /*END_banner_contnt*/
  /*nav*/
  .about_inner_nav.sticky-nav {
    margin: 0 0 40px;
  }
  .about_inner_nav.sticky-nav ul li a {
    font-size: 14px;
    margin-left: 5px;
  }

  /*END_nav*/
  /*meet_the_team*/
  .header_title h2 {
    font-size: 20px;
    margin: 10px 0 10px;
  }

  .banner img {
    margin-bottom: 10px;
  }
  .banner .main p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .about_inner_nav.sticky-nav .inner_page_content .market_highlights {
    margin: 60px 0 0px 0;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights h3 {
    margin-bottom: 10px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights span {
    margin-bottom: 5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights p {
    margin-bottom: 5px;
    line-height: 19px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .member1 .market_highlights {
    margin-top: 0px;
  }

  /*END_meet_the_team*/
  /*our_philosophy*/
  .about_inner_nav.sticky-nav .inner_page_content .overviwe_container .description p {
    line-height: 20px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights {
    margin-top: 60px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights h3 {
    margin-bottom: 10px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights span {
    margin-bottom: 5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights p {
    margin-bottom: 5px;
    line-height: 19px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .market_highlights ul li {
    font-size: 13px;
    line-height: 19px;
  }

  /*END_our_philosophy*/
  /*office*/
  .tab_container {
    margin-bottom: 40px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li {
    width: 31%;
    min-height: 1px;
    margin: 25px 19px 0 3px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li:nth-child(3n+3) {
    margin-right: 0px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li h4 {
    font-size: 14px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li p a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li h6 {
    font-size: 15px;
  }

  /*END_office*/
  /*trade_modes*/
  .banner img {
    margin-bottom: 0px;
  }

  .main p {
    line-height: 20px;
  }
  .main .modes {
    margin-top: 20px;
  }
  .main .modes .start_trading .yellow_btn {
    bottom: 30px;
  }
  .main .modes .start_trading .media .media-left a img {
    width: 100px;
  }
  .main .modes .start_trading .media .media-body h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main .modes .start_trading .media .media-body p {
    line-height: 19px;
  }
  .main .modes .start_trading .media .media-body p a {
    padding: 5px 10px;
    margin-top: 10px;
  }

  /*END_trade_modes*/
  /*invest*/
  .main .about_data {
    margin-top: 20px;
  }
  .main .about_data .about_details h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main .about_data .about_details img {
    margin-bottom: 10px;
  }
  .main .about_data .about_details p {
    line-height: 19px;
    margin-bottom: 10px;
  }
  .main .about_data .about_details p a {
    padding: 5px 10px;
    font-size: 11px;
    margin-bottom: 5px;
  }

  /*END_invest*/
  /*deal_advisory*/
  .about_inner_nav.sticky-nav .deal_advisory {
    padding-top: 10px;
  }
  .about_inner_nav.sticky-nav .deal_advisory .overview p {
    line-height: 20px;
  }
  .about_inner_nav.sticky-nav .deal_advisory .mt35 {
    margin-top: 10px;
  }
  .about_inner_nav.sticky-nav .deal_advisory .mt35 h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about_inner_nav.sticky-nav .deal_advisory .mt35 ul li {
    line-height: 19px;
  }
  .about_inner_nav.sticky-nav .deal_advisory .mt35 p {
    font-size: 13px;
    line-height: 19px;
  }

  /*END_deal_advisory*/
  /*deal_advisory_offering*/
  .main h3 {
    margin-bottom: 0px;
    margin-top: 12px;
  }
  .main .modes {
    margin-top: 10px;
  }

  /*END_deal_advisory_offering*/
  /*business_partner.html*/
  .main.insurance .content_txt ul {
    margin-top: 0px;
  }
  .main.insurance .content_txt ul li {
    line-height: 19px;
  }

  /*END_business_partner.html*/
  .edge_topm {
    margin-top: 20px;
  }

  .welth_mp_top {
    margin-top: 20px;
  }

  /*wealth*/
  .about_inner_nav.sticky-nav .inner_page_content .overview_container .welth-description h6 {
    margin-bottom: 5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .overview_container .welth-description p {
    margin-bottom: 5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .media_data {
    margin-bottom: 15px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .media_data .media .media-left a img {
    width: 100px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .media_data .media .media-body h3 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .media_data .media .media-body p {
    line-height: 19px;
    margin-bottom: 0px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .welth_container .welth_mp_top {
    margin-top: 10px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .financial_container .edge_topm p {
    line-height: 19px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .financial_container .edge_topm .fplanning_details.fplanning_details_last h6 {
    margin-bottom: 10px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .financial_container .edge_topm .fplanning_details.fplanning_details_last p {
    margin-bottom: 5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .dedge_container .financial_container .edge_topm .gray_text {
    margin-top: 10px;
  }

  /*END_wealth*/
  /*insurance*/
  .main.insurance .benefits_of_insurance .heading_small {
    margin-bottom: 10px;
  }
  .main.insurance p {
    font-size: 13px;
    line-height: 19px;
  }
  .main.insurance .content_txt {
    margin-bottom: 40px;
  }
  .main.insurance .content_txt h3 {
    margin-bottom: 10px;
  }
  .main.insurance .content_txt ul li {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px;
  }
  .main.insurance .left {
    margin-top: 20px;
  }
  .main.insurance .right {
    margin-top: 20px;
  }
  .main.insurance .right .small_list {
    margin-bottom: 20px;
  }

  /*END_insurance*/
  /*faqs*/
  .header_title {
    margin-bottom: 10px;
  }
  .header_title h2 {
    font-size: 18px;
  }
  .header_title .main p {
    font-size: 13px;
    line-height: 19px;
  }
  .header_title .main .modes .start_trading.equal_height .media .media-body p {
    margin-bottom: 0px;
  }
  .header_title .main .modes .start_trading.equal_height .media .media-body p a {
    font-size: 11px;
  }

  /*END_faqs*/
  /*faqs_equity*/
  .container .main h2 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .container .main .equity .equity_container h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .container .main .equity .equity_container .equity_content p {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .container .main .equity .equity_container .faq_data {
    margin-top: 20px;
  }
  .container .main .equity .equity_container .faq_data .panel-group .panel.panel-default {
    margin-bottom: 10px;
  }
  .container .main .equity .equity_container .faq_data .panel-group .panel.panel-default .panel-heading h4 a {
    font-size: 15px;
  }
  .container .main .equity .equity_container .faq_data .panel-group .panel.panel-default .panel-collapse .panel-body {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    padding: 10px;
  }

  /*END_faqs-equity*/
  /*learning_center*/
  .main p {
    margin-top: 10px;
  }
  .main .market_highlights.learning_center h3 {
    margin-bottom: 10px;
  }
  .main .market_highlights.learning_center p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .main .market_highlights.learning_center p a {
    font-size: 11px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .main .market_highlights.learning_center .left {
    margin-right: 0px;
  }
  .main .market_highlights.learning_center .left ul li {
    line-height: 19px;
    padding-bottom: 5px;
  }
  .main .market_highlights.learning_center .right {
    margin-left: 0px;
  }
  .main .market_highlights.learning_center .right ul li {
    line-height: 19px;
    padding-bottom: 5px;
  }
  .main .market_highlights.learning_center ul li {
    line-height: 19px;
    padding-bottom: 5px;
  }

  /*END_learning_center*/
  /*e_learn*/
  .banner {
    margin-bottom: 10px;
  }

  /*END_e_learn*/
  /*downloads*/
  .header_title h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .main .research {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .main .research .gallery_data {
    padding: 25px;
    margin-bottom: 20px;
  }
  .main .research .gallery_data p {
    margin-bottom: 0px;
  }
  .main .research .gallery_data .research_all.downloads ul {
    margin-top: 10px;
  }
  .main .research .gallery_data .research_all.downloads ul li {
    line-height: 19px;
    margin-bottom: 5px;
  }
  .main .research .gallery_data .sub_heading {
    margin-top: 20px;
  }

  /*END_downloads*/
  /*learning_demo*/
  .main .learning_demo {
    margin-top: 0px;
  }
  .main .learning_demo .learn_demo .btns {
    margin-top: 15px;
  }
  .main .learning_demo .learn_demo .btns a {
    font-size: 11px;
    padding: 5px 10px;
  }

  /*END_learning_demo*/
  /*trade_products*/
  .products-trade .main .modes {
    margin-top: 5px;
  }

  /*END_trade_products*/
  /*about_destimoney*/
  /*END_about_destimoney*/
  /*who_we_are*/
  .who_are_we {
    margin-bottom: 10px;
  }
  .who_are_we .main {
    margin: 20px 0 30px;
  }
  .who_are_we .main p {
    margin-bottom: 10px;
  }

  /*END_who_we_are*/
  /*our_values*/
  .main .about_data .over_value ul {
    margin-bottom: 0px;
  }

  /*END_our_values*/
  /*gallery*/
  .gallery_thumb iframe {
    height: 70px;
  }

  .main .gallery_main {
    margin-top: 0px;
  }
  .main .gallery_main .gallery_data.common_carousel {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .main .gallery_main .gallery_data.common_carousel h3 {
    margin-bottom: 10px;
  }
  .main .gallery_main .gallery_data.common_carousel .owl-controls .owl-nav {
    top: 20px;
  }
  .main .gallery_main .gallery_data.common_carousel .owl-controls .owl-nav .owl-prev {
    left: -51%;
  }
  .main .gallery_main .gallery_data.common_carousel .owl-controls .owl-nav .owl-next {
    right: -51%;
  }

  /*END_gallery*/
  /*tab final*/
  /*blog_d_connect*/
  .main .news_updates.blogs_main .blog {
    margin-top: 10px;
  }
  .main .news_updates.blogs_main .blog .media {
    margin-bottom: 15px;
  }
  .main .news_updates.blogs_main .blog .media .media-left a img {
    width: 100px;
  }
  .main .news_updates.blogs_main .blog .media .media-body {
    padding-top: 0px;
  }
  .main .news_updates.blogs_main .blog .media .media-body h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .main .news_updates.blogs_main .blog .media .media-body p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .main .news_updates.blogs_main .blog .media .media-body a {
    padding: 5px 10px;
    font-size: 11px;
  }
  .main .news_updates.blogs_main .blog .pagination_list nav ul {
    margin: 0px;
  }
  .main .news_updates.blogs_main .news_container {
    padding-bottom: 15px;
  }
  .main .news_updates.blogs_main .news_container h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main .news_updates.blogs_main .news_container .categories_news ul li a {
    font-size: 14px;
  }
  .main .news_updates.blogs_main .news_container .sidebar_post {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .main .news_updates.blogs_main .news_container .sidebar_post .media {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .main .news_updates.blogs_main .news_container .sidebar_post .media .media-left a img {
    width: 80px;
  }
  .main .news_updates.blogs_main .news_container .sidebar_post .media .media-body h4 {
    font-size: 13px;
    line-height: 19px;
  }

  /*END_blog_d_conect*/
  /*testimonials*/
  .testimonials {
    margin-top: 20px;
  }
  .testimonials .media_data .media .media-left a img {
    width: 100px;
  }
  .testimonials .media_data .media .media-body p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 0px;
  }
  .testimonials .media_data .media .media-body h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .testimonials .video {
    margin-top: 0px;
  }
  .testimonials .video a {
    margin-top: 20px;
  }
  .testimonials .video h3 {
    margin-bottom: 5px;
  }
  .testimonials .video .pagination_list nav ul {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /*END_testimonials*/
  /*careers_jobs*/
  /*popup*/
  .job-description .modal-dialog {
    width: 90%;
    margin: 20px auto;
  }

  /*END_popup*/
  .careers .job-description .time_table ul li:nth-child(2) span {
    width: 150px;
  }
  .careers .tab_container {
    margin-top: 20px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .positions_filter {
    margin-top: -5px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data h3 {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data ul li {
    line-height: 19px;
    padding-bottom: 5px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data ul li:nth-child(2) span {
    width: 220px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data ul li span {
    width: 150px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data ul li span select {
    width: 150px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data ul li a {
    font-size: 13px;
    padding: 7px 10px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .edge_topm h4 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .edge_topm p {
    margin-bottom: 5px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .edge_topm .btn_career {
    margin-top: 0px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .edge_topm .btn_career p {
    margin-bottom: 5px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .edge_topm .btn_career p a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .edge_topm hr {
    margin: 10px;
  }

  .page-mutual-fund-fund-updates .watch_and_research .market_watch {
    margin-right: 0px;
    padding: 10px 10px 5px;
  }

  .sip_calculator_date .date_time .filter_price li {
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .about_inner_nav .fixed_menu {
    width: 100%;
    left: 0px;
  }

  /*END_careers_jobs*/
  /*trade_segments_services*/
  .main .pedigree .pedigree_details h3 {
    margin-top: 10px;
  }

  .commodity_account_destimoney .container h2 {
    margin-top: 10px;
  }
  .commodity_account_destimoney .container ul li {
    margin-right: 30px;
  }
  .commodity_account_destimoney .container ul li h3 {
    margin-top: 15px;
  }
  .commodity_account_destimoney .container ul li p {
    line-height: 19px;
  }

  .commodities-private-limited .container .commodity {
    margin-top: 20px;
  }
  .commodities-private-limited .container .commodity h3 {
    margin-bottom: 10px;
  }
  .commodities-private-limited .container .commodity p {
    line-height: 19px;
    margin-bottom: 5px;
  }
  .commodities-private-limited .container .destimoney-strives h3 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .commodities-private-limited .container .destimoney-strives ul li {
    font-size: 13px;
    line-height: 19px;
  }
  .commodities-private-limited .container .open-account {
    margin-top: 25px;
  }
  .commodities-private-limited .container .open-account p {
    line-height: 19px;
    margin-bottom: 0px;
  }
  .commodities-private-limited .container .open-account p a {
    font-size: 14px;
    padding: 5px 50px;
  }
  .commodities-private-limited .container .open-account .mcx-tcm {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /*END_trade_segments_services*/
  /*products_services*/
  .banner {
    margin-bottom: 0px;
  }

  /*END_product_services*/
  /*products*/
  .banner .product_heading {
    margin-top: 10px;
  }
  .banner .product_heading p {
    line-height: 19px;
  }

  .about_inner_nav.sticky-nav .inner_page_content .products_data .After_Market_container, .about_inner_nav.sticky-nav .inner_page_content .products_data .Buy_Today_container, .about_inner_nav.sticky-nav .inner_page_content .products_data .Delivery__container {
    margin-top: 20px;
    padding-top: 0px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .strategies_container .description p {
    font-size: 13px;
    line-height: 19px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .strategies_container .strategy_data p {
    line-height: 19px;
    font-size: 13px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .products_data .strategies_container .strategy_data p a {
    font-size: 11px;
    padding: 5px 10px;
  }

  .product_topm {
    margin-top: 40px;
  }
  .product_topm h3 {
    margin-bottom: 10px;
  }
  .product_topm p {
    margin-bottom: 10px;
    line-height: 19px;
  }
  .product_topm p a {
    padding: 5px 10px;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .product_topm h6 {
    margin-top: 10px;
  }
  .product_topm ul {
    margin-bottom: 0px;
  }
  .product_topm ul li {
    line-height: 19px;
  }

  /*END_products*/
  /*contact_us*/
  .tab_container .tab_head .nav-tabs li a {
    margin: 0;
  }
  .tab_container .tab-content .tab-pane .contact-container .contact-details {
    min-height: auto;
  }
  .tab_container .tab-content .tab-pane .contact-container .contact-details h4 {
    line-height: 19px;
    font-size: 13px;
  }
  .tab_container .tab-content .tab-pane .contact-container .contact-details h6 {
    line-height: 19px;
  }
  .tab_container .tab-content .tab-pane .contact-container .contact-details h5 {
    font-size: 14px;
  }

  /*END_contact_us*/
  /*news*/
  .main p {
    margin-top: 10px;
  }
  .main .research {
    margin-top: 20px;
  }
  .main .research .research_all.news {
    margin-bottom: 0px;
  }
  .main .research .research_all.news .media .media-left a img {
    width: 100px;
  }
  .main .research .research_all.news .media .media-body ul {
    margin-top: 0px;
  }
  .main .research .research_all.news .media .media-body ul li {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
  }

  /*END_news*/
  /*close tab final*/
  /*header*/
  .top_header, .top_navigation, .main_navigation {
    display: none;
  }

  .mobile_header {
    display: block !important;
  }
  .mobile_header .top_header {
    display: block;
  }
  .mobile_header .icons {
    z-index: 100;
    position: relative;
  }
  .mobile_header .top-row {
    padding: 10px 5px;
    background: #f5f5f5;
    margin: 0 -5px 10px;
    z-index: 100;
    position: relative;
  }
  .mobile_header .top-row .top_header {
    background: #f2f5f5;
    height: 45px;
  }
  .mobile_header .top-row .top_header .indices li {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
  }
  .mobile_header .top-row .top_header .indices li:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 0px;
    height: 30px;
    top: 13px;
    border-right: 0px solid #d0d2d2;
  }
  .mobile_header .top-row .top_header .indices li:last-child {
    padding-right: 0px;
  }
  .mobile_header .top-row .top_header .indices li:last-child:after {
    border: none;
  }
  .mobile_header .top-row .top_header .indices li:first-child {
    width: 100%;
  }
  .mobile_header .top-row .top_header .indices li .caret {
    display: inline-block;
    margin-left: 0px;
  }
  .mobile_header .top-row .top_header .indices li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    font-size: 13px;
    color: #3f1c3e;
    font-weight: normal;
  }
  .mobile_header .top-row .top_header .indices li h3 a {
    color: inherit;
    text-decoration: none;
  }
  .mobile_header .top-row .top_header .indices li p {
    margin: 0px;
    color: #3f1c3e;
    line-height: 16px;
    display: inline-block;
  }
  .mobile_header .top-row .top_header .indices li p strong {
    font-weight: 700;
  }
  .mobile_header .top-row .top_header .indices .select-wrapper {
    margin-top: 5px;
    width: 105px;
  }
  .mobile_header .top-row .top_header .indices .select-wrapper select {
    border: 0px;
    background-color: transparent;
    width: 105px;
    font-size: 13px;
    color: #3f1c3e;
    font-weight: normal;
  }
  .mobile_header .top-row .top_header .customize_data {
    float: left;
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
  }
  .mobile_header .top-row .top_header .customize_data p {
    font-size: 13px;
    color: #464646;
    margin: 0px;
    padding: 0px;
  }
  .mobile_header .top-row .top_header .customize_data .live {
    color: #dd3b3b;
  }
  .mobile_header .top-row .top_header .equity_data {
    background: #ebebeb;
    float: right;
    /*padding: 0px 10px 0px 21px;*/
    padding: 0px 10px 0px 10px;
    height: 54px;
    width: 289px;
  }
  .mobile_header .top-row .top_header .equity_data p {
    font-size: 13px;
    color: #3f1c3e;
    float: left;
    padding: 20px 10px 0px 0px;
    margin-bottom: 0px;
  }
  .mobile_header .top-row .top_header .equity_data p span {
    font-size: 13px;
    border-width: 5px;
  }
  .mobile_header .top-row .top_header .equity_data .search_data {
    float: right;
    padding-right: 0px;
    padding-top: 12px;
    /*width: 195px;*/
    width: 160px;
  }
  .mobile_header .top-row .top_header .equity_data .search_data .form-control {
    height: 31px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 7px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-clip: padding-box;
    border: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #b7b7b7;
    padding-right: 28px;
    background: url(../images/icon/search_icon.jpg) center right no-repeat #fff;
  }
  .mobile_header .top-row .top_header .equity_data .search_data .form-control:hover, .mobile_header .top-row .top_header .equity_data .search_data .form-control:focus {
    border: 0px;
  }
  .mobile_header .top-row .top_header .equity_data .select-wrapper {
    margin-top: 16px;
    width: 105px;
  }
  .mobile_header .top-row .top_header .equity_data .select-wrapper select {
    width: 100px;
    font-size: 12px;
    color: #3f1c3e;
    float: left;
    margin: 0px;
    padding: 3px 0px;
    border: 0px;
    background-color: transparent;
  }
  .mobile_header .top-row .top_header .equity_data .select-wrapper select:hover, .mobile_header .top-row .top_header .equity_data .select-wrapper select:focus {
    outline: none;
  }
  .mobile_header .top-row .top_header .name {
    margin-bottom: 0px;
  }
  .mobile_header .top-row .top_header .name span {
    padding: 0;
    padding-right: 3px;
  }
  .mobile_header .top-row .top_header .dataText span {
    padding-left: 0px;
  }
  .mobile_header .top-row .top_header .customize_data {
    text-align: left;
  }
  .mobile_header .top-row .top_header.border {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .mobile_header .top-row .top_header.border .indices {
    margin: 0 auto;
  }
  .mobile_header .top-row .top_header.border .indices li {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    width: 190px;
  }
  .mobile_header .dmobile-nav {
    width: 100%;
    text-align: center;
    background: rgba(99, 53, 106, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
    z-index: 999;
    display: none;
  }
  .mobile_header .dmobile-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .mobile_header .dmobile-nav ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .mobile_header .dmobile-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
  }
  .mobile_header .dmobile-nav ul li:first-child a:first-child {
    margin-bottom: 10px;
  }
  .mobile_header .dmobile-nav ul li ul li a {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 200;
    margin-bottom: 0px !important;
  }
  .mobile_header .dmobile-nav .close-mobnav {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
  }
  .mobile_header .account-btn {
    background: #e99b21;
    text-shadow: 0 0px 0;
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 260px;
  }
  .mobile_header .account-btn:hover, .mobile_header .account-btn:active {
    background: #e99b21;
    text-shadow: 0 0px 0;
    text-decoration: none;
    color: #fff;
  }
  .mobile_header .nav-icons {
    float: right;
    padding-right: 0px;
  }
  .mobile_header .nav-icons li {
    float: left;
    list-style: none;
  }
  .mobile_header .nav-icons li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #dddddd;
    border-radius: 5px;
    margin-left: 8px;
    color: #555555;
  }
  .mobile_header .nav-icons li a i {
    margin-top: 7px;
  }
  .mobile_header .nav-icons li a:hover {
    background: #e99b21;
    color: #2b2c2c;
  }
  .mobile_header .mobile-logo {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
    z-index: 100;
    padding-left: 0px;
  }
  .mobile_header .meni-icon-mob a {
    color: #5b2a62;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    text-align: right;
    margin-left: -10px;
  }
  .mobile_header .mobile_open_search {
    margin-top: 5px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: none;
    margin-left: -10px;
  }
  .mobile_header .mobile_open_search li .select-wrapper {
    width: 50%;
    color: #ffffff;
    padding: 10px 0px;
    background: url("../images/icon/white_dropdown.png") no-repeat;
    background-position: 80% 13px;
    height: 30px;
    background-color: #9c9c9c;
  }
  .mobile_header .mobile_open_search li .select-wrapper select {
    width: 50%;
  }
  .mobile_header .mobile_open_search li .select-wrapper .holder {
    width: 50%;
    margin-left: 20px;
    margin-top: -5px;
  }
  .mobile_header .mobile_open_search li input {
    width: 50%;
    line-height: 30px;
    padding: 0 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #b7b7b7;
    background: url("../images/icon/mob_search.png") no-repeat;
    background-color: #eeeeee;
    font-weight: 700;
    background-position: 90% 8px;
    border: 0 none;
  }

  .search_overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99;
    width: 100%;
    top: 140px;
    padding-left: 50%;
  }
  .search_overlay a {
    margin: 0 auto;
    margin-left: -7px;
  }

  .banner .banner_description h2 strong {
    line-height: 45px;
  }

  .feature_tab .tab_header .nav-tabs {
    margin-top: 20px;
  }
  .feature_tab .tab_header .nav-tabs li a {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
  }
  .feature_tab .tab-content .domastic_data li table {
    width: 100%;
  }
  .feature_tab .tab-content .domastic_data li table tr td {
    width: auto;
  }
  .feature_tab .tab-content .domastic_data li table tr .c_rate, .feature_tab .tab-content .domastic_data li table tr .c_different, .feature_tab .tab-content .domastic_data li table tr .c_percent {
    width: 20%;
  }
  .feature_tab .tab-content .domastic_data li table tr .c_name {
    width: 35%;
  }
  .feature_tab .tab-content .domastic_data li table tr .green_arrow {
    width: 5%;
  }

  .destimony_list li {
    padding-right: 5px;
    min-height: 190px;
    vertical-align: top;
  }
  .destimony_list li p {
    font-size: 12px;
  }

  .call_us_bg h3 {
    font-size: 18px;
    margin-top: 4px;
  }

  .research_reports .feature_product {
    float: left;
    margin-bottom: 10px;
    margin-right: 14px;
    margin-top: 15px;
    padding: 20px;
    position: relative;
    width: 48%;
  }
  .research_reports .feature_product:last-child {
    float: right;
    margin-right: 0px;
  }
  .research_reports .feature_product li {
    display: inline-block;
    float: none;
    padding-right: 12px;
  }
  .research_reports .feature_product li:last-child {
    padding-right: 0;
    width: 55%;
    vertical-align: top;
  }
  .research_reports .feature_product li:last-child h2 {
    margin-top: 0px;
  }

  /*footer*/
  .explore_destimoney ul {
    margin-left: -9px;
  }
  .explore_destimoney ul li:first-child {
    display: block;
    width: 100%;
    padding: 0 9px;
    margin-bottom: 5px;
  }

  /*close footer*/
  /*nav*/
  .tab_container .tab_head .nav-tabs li a {
    padding: 8px;
    line-height: 16px;
    font-size: 14px;
    margin: 0;
  }

  .sitemap {
    padding-right: 50px;
  }
  .sitemap:nth-child(3) .footer_link:first-child {
    padding-bottom: 15px;
  }

  /*END_nav*/
  /*markets section*/
  /*markets*/
  .main.markets .content_txt .market_btn {
    margin-bottom: 20px;
  }
  .main.markets .content_txt .market_btn .yellow_btn {
    padding: 5px 10px;
    font-size: 12px;
  }

  .markets_bg .small_graph .pie_chart {
    margin-left: -108%;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap {
    margin-right: 0px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table p {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table .table-responsive table thead tr th {
    font-size: 9px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table .table-responsive table thead tr th:first-child {
    padding: 0px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table .table-responsive table thead tr th:last-child {
    padding: 10px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table .table-responsive table tbody tr td {
    padding: 12px 2px 0;
    font-size: 11px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table .table-responsive table tbody tr td:first-child {
    max-width: 45px;
  }

  /*END_markets*/
  .trending_now {
    margin-top: 0px;
  }

  .footer_bottom .footer_buy p {
    text-align: left;
  }

  /*markets_equity*/
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph ul li {
    font-size: 12px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph ul li:after {
    margin: 0 0 0 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now {
    min-height: 22px;
    margin-top: 0px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now h3 {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 100px;
    margin-right: 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now ul {
    height: 22px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now ul li {
    padding: 0px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table thead tr th {
    font-size: 13px;
    line-height: 18px;
    padding: 15px 8px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table thead tr th:first-child {
    width: 80px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td span.green {
    margin: 3px 3px 0 8px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td span.red {
    margin: 3px 3px 0 8px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td:first-child {
    width: 80px;
  }

  .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .watch_and_research .market_watch div:last-child {
    padding: 10px 0;
  }
  .watch_and_research .market_watch div h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .watch_and_research .market_watch div p {
    font-size: 13px;
    line-height: 18px;
  }
  .watch_and_research .market_watch .read_more {
    font-size: 13px;
    margin: 20px 10px 10px;
  }

  /*END_markets_equity*/
  /*performance*/
  .about_inner_nav.update_list .inner_page_content .currency {
    margin-top: 60px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container {
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container .fund_table table tbody tr th:first-child {
    padding: 5px 85px;
    font-size: 13px;
  }

  /*END_performance*/
  /*news_analysis*/
  .about_inner_nav .derivative_news {
    margin-bottom: 10px;
  }
  .about_inner_nav .derivative_news h3 {
    font-size: 16px;
  }
  .about_inner_nav .derivative_news .dnews_data {
    margin-top: 0px;
  }
  .about_inner_nav .derivative_news .dnews_data .all_news_container {
    width: 30%;
    margin-right: 20px;
    padding: 0 20px 0 0;
  }
  .about_inner_nav .derivative_news .dnews_data .all_news_container ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  .about_inner_nav .fund_profile_container {
    margin-bottom: 0px;
  }
  .about_inner_nav .fund_profile_container .heading_top {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .about_inner_nav .fund_profile_container .heading_top h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about_inner_nav .fund_profile_container .fund_table {
    margin-top: 0px;
  }

  /*END_news_analysis*/
  /*markets_commodities*/
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf {
    padding: 20px 15px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li {
    font-size: 12px;
    margin-right: 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li small {
    font-size: 20px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li i {
    font-size: 48px;
    line-height: 25px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li .select-wrapper {
    width: 125px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li .select-wrapper select {
    width: 125px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li .datepicker.hasDatepicker {
    width: 125px;
  }

  .market_commodity .futures {
    margin-top: 0px;
  }
  .market_commodity .futures h3 {
    margin: 20px 0;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab_head .nav.nav-tabs li {
    margin-bottom: 0px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab_head .nav.nav-tabs li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content {
    padding: 10px;
    min-height: 355px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane h3 {
    margin: 0px;
    font-size: 16px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .yellow_btn {
    font-size: 11px;
    padding: 5px 10px;
    float: right;
    margin-top: 10px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table {
    margin-top: 10px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table table tbody tr th {
    font-size: 14px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table table tbody tr th:first-child {
    padding: 10px 25px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table table tbody tr td {
    font-size: 13px;
    padding: 10px 5px;
  }
  .market_commodity .watch_and_research {
    margin-top: 10px;
  }
  .market_commodity .watch_and_research .market_watch {
    padding: 15px;
    margin-top: 0px;
  }
  .market_commodity .watch_and_research .market_watch p {
    display: block;
  }
  .market_commodity .watch_and_research .market_watch h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .market_commodity .watch_and_research .market_watch div {
    padding: 10px;
  }
  .market_commodity .watch_and_research .market_watch div p {
    font-size: 12px;
    line-height: 17px;
  }
  .market_commodity .watch_and_research .market_watch div h6 {
    margin: 15px 0 0;
    text-align: left;
    font-size: 13px;
  }
  .market_commodity .watch_and_research .no_bg .nav-tabs .active a {
    padding: 8px 5px;
    line-height: 16px;
    font-size: 11px;
  }
  .market_commodity .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch {
    margin-bottom: 30px;
  }
  .market_commodity .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch div {
    padding-bottom: 10px;
  }
  .market_commodity .watch_and_research .no_bg h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .watch_and_research .no_bg .nav-tabs .active a {
    padding: 8px;
    line-height: 16px;
    font-size: 11px;
  }

  .watch_and_research .no_bg .nav-tabs li a:hover, .watch_and_research .no_bg .nav-tabs li a:focus {
    padding: 8px;
    line-height: 16px;
    font-size: 11px;
  }

  .watch_and_research .market_watch div:nth-child(5) {
    border: 0px;
  }

  .gallery_data {
    padding: 25px;
  }

  /*END_markets_commodities*/
  /*market_equity_price*/
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content {
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price {
    display: block;
    margin-top: 10px;
    float: none;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price li {
    margin-bottom: 10px;
    margin-right: 8px;
    float: left;
    width: 35%;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price li:first-child {
    margin-right: 8px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price li:last-child {
    float: none;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price li .select-wrapper {
    width: 300px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price li .select-wrapper select {
    width: 300px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time .filter_price li .yellow_btn {
    font-size: 11px;
    padding: 5px 10px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data {
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price {
    display: block;
    margin-top: 10px;
    float: none;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price li {
    margin-bottom: 10px;
    margin-right: 6px;
    line-height: 25px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price li input {
    width: 100px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price li:first-child {
    margin-right: 5px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price li .select-wrapper {
    width: 206px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price li .select-wrapper select {
    width: 206px;
  }
  .about_inner_nav.update_list .contact-container.upadate_data .date_time .filter_price li .yellow_btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  /*END_market_equity_price*/
  /*derivatives_markets*/
  .about_inner_nav .get_quotes ul li {
    display: block;
    float: none;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .about_inner_nav .get_quotes ul li .yellow_btn {
    font-size: 11px;
    padding: 5px 10px;
    display: block;
    float: left;
  }
  .about_inner_nav .get_quotes ul .quotes_select .select-wrapper {
    width: 224px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .about_inner_nav .get_quotes ul .quotes_select .select-wrapper select {
    width: 224px;
  }

  /*END_derivatives_markets*/
  /*corporate_action*/
  .about_inner_nav.update_list .inner_page_content .derivative_news {
    margin-top: 10px;
    min-height: 497px;
    margin-bottom: 20px;
  }
  .about_inner_nav.update_list .inner_page_content .derivative_news h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .derivative_news .dnews_data ul li {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 13px;
  }
  .about_inner_nav.update_list .inner_page_content .derivative_news .dnews_data ul li a {
    font-size: 13px;
    line-height: 19px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .contact-container.upadate_data .date_time {
    margin-top: 20px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .contact-container.upadate_data .date_time h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .contact-container.upadate_data .date_time .corporate_fillter.positions_filter {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li a {
    font-size: 11px;
    padding: 5px 10px;
    margin-top: 2px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li .select-wrapper {
    padding: 5px 0px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer {
    margin-top: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li {
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li a {
    margin-top: 0 4px 0 4px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li:first-child {
    display: block;
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li p {
    font-size: 13px;
    margin-bottom: 5px;
  }

  /*END_corporate_action*/
  /*updates*/
  .about_inner_nav.update_list .inner_page_content .contact-container.upadate_data .update_container h3 {
    font-size: 16px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container.upadate_data .update_container .filter_price {
    margin-top: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container.upadate_data .update_container .filter_price li {
    margin-right: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container.upadate_data .update_container .filter_price li .select-wrapper {
    line-height: 28px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container.upadate_data .update_container .filter_price li a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .about_inner_nav.update_list .inner_page_content .update_table table tr th {
    font-size: 13px;
  }
  .about_inner_nav.update_list .inner_page_content .update_table table tr td {
    font-size: 13px;
  }

  /*END_updates*/
  /*research*/
  .research .research_all {
    margin-bottom: 15px;
  }
  .research .research_all h3 {
    font-size: 16px;
  }
  .research .research_all ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  /*END_research*/
  /*tools_calculators*/
  .tool_and_calculator {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tool_and_calculator .toolcal h3 {
    font-size: 15px;
  }
  .tool_and_calculator .toolcal .yellow_btn {
    margin-top: 10px;
    font-size: 11px;
    padding: 5px 10px;
  }

  .tools_calculators .yellow_btn {
    margin-top: 14px;
  }

  /*END_tools_calculators*/
  /*brokerage-calculator*/
  .brokerage_calculator .yellow_btn {
    font-size: 13px;
    padding: 10px 12px;
  }

  /*END_brokerage-calculator*/
  /*auto-loan*/
  .range-slider {
    margin-top: 0;
  }

  .tax_calculator .box-text {
    min-height: 110px;
  }
  .tax_calculator .box-text .range-slider {
    margin-top: 0;
  }
  .tax_calculator .box-text .range-slider input {
    margin-top: 40px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar {
    top: -30px;
    height: 5px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar-btn {
    width: 50px;
    height: 20px;
    top: -60px;
    font-size: 12px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar-btn:after {
    width: 12px;
    height: 12px;
    top: 27px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar-btn span:before {
    top: 20px;
    left: 20px;
  }
  .tax_calculator .box-text .details-field .tax_btn a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .tax_calculator .box-text .middle_align {
    width: 90%;
  }
  .tax_calculator .box-text .middle_align .return_select .quotes_select .select-wrapper {
    width: 215px;
  }
  .tax_calculator .box-text .middle_align .return_select .quotes_select .select-wrapper select {
    width: 215px;
  }
  .tax_calculator .home_loan .box-text .tax-payable small {
    float: none;
  }
  .tax_calculator .home_loan .millionaire .box-text .details-field input {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
  }

  /*END_auto-loan*/
  /*home_loan_calculator*/
  .tax_calculator .box-text {
    padding: 0 10px;
  }
  .tax_calculator .box-text .text-rs.home_cal span {
    margin-right: 15px;
  }
  .tax_calculator .box-text .text-rs.home_cal input {
    height: 30px;
    font-size: 13px;
    width: 70%;
  }
  .tax_calculator .details-field .tax_btn .home_cal_btns {
    margin-top: 20px;
  }
  .tax_calculator .details-field .tax_btn .home_cal_btns a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .tax_calculator .home_loan .box-text .details-field {
    padding-top: 0px;
  }
  .tax_calculator .home_loan .box-text .details-field .tax-payable span {
    font-size: 16px;
  }
  .tax_calculator .home_loan .box-text .details-field .tax-payable input {
    padding: 5px;
    font-size: 13px;
    height: 30px;
  }
  .tax_calculator .home_loan .box-text .details-field .tax_btn a {
    font-size: 11px;
    padding: 5px 10px;
  }

  /*END_home_loan_calculator*/
  /*current_expense_calculator*/
  .tax_calculator {
    margin-top: 20px;
  }
  .tax_calculator .box-text {
    padding: 0 10px;
  }
  .tax_calculator .box-text h4 {
    margin-right: 10px;
  }
  .tax_calculator .box-text h3 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .tax_calculator .box-text p {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .tax_calculator .box-text br {
    display: none;
  }
  .tax_calculator .current_expense_cal .box-text .middle_align input {
    padding: 5px;
    font-size: 13px;
    height: 30px;
  }
  .tax_calculator .current_expense_cal .tax_btn a {
    font-size: 11px;
    padding: 5px 10px;
  }

  .tax_calculator .box-text .details-field {
    padding: 8px 0 0;
  }
  .tax_calculator .box-text .details-field .tax_btn {
    padding-top: 0px;
    margin: 20px 0;
  }

  /*END_current_expense_calculator.html*/
  /*pension_planner*/
  .pension_planner .box-text .middle_align input {
    padding: 5px;
    font-size: 13px;
    height: 30px;
  }
  .pension_planner .box-text .quotes_select .select-wrapper {
    width: 220px;
    font-size: 13px;
  }
  .pension_planner .box-text .quotes_select .select-wrapper select {
    width: 220px;
    font-size: 13px;
  }

  .daily_nav .yellow_btn {
    margin-top: 55px;
  }

  .fund_ranking .yellow_btn {
    margin-top: 55px;
    padding: 7px 15px;
  }

  .inout-form-data ul li {
    width: 43%;
  }
  .inout-form-data ul li .yellow_btn {
    padding: 6px 20px;
  }
  .inout-form-data ul li:last-child {
    width: 4%;
  }

  .inout-data table tr td a:last-child {
    width: 0;
  }

  .fund_update .fund_cpmarison {
    padding: 10px;
  }
  .fund_update .fund_cpmarison .first_dropdown li .quotes_select .select-wrapper {
    width: 135px;
  }
  .fund_update .fund_cpmarison .first_dropdown li .quotes_select .select-wrapper select {
    width: 135px;
  }

  /*END_pension_planner*/
  /*equity-research*/
  .block.block-research-inner-page-report-menus .benifit_list li {
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px;
  }

  .category_btn p .yellow_btn {
    margin-top: 55px;
    padding: 6px 15px;
  }

  /*END_equity-research*/
  /*9/8/2016*/
  /*volume_moment*/
  .about_inner_nav.sticky-nav .inner_page_content .tab_container {
    margin-bottom: 0px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .tab_container .tab_container .tab-content {
    padding-bottom: 20px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .tab_container .tab_container .tab-content .currency {
    margin-top: 60px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .tab_container .tab_container .tab-content .currency .fund_profile_container {
    margin-bottom: 0px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .contact-container.upadate_data .filter_price {
    margin-top: 10px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .contact-container.upadate_data .filter_price li input {
    width: 40%;
    height: 30px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .contact-container.upadate_data .filter_price li .ui-datepicker-trigger {
    margin-top: -5px;
  }
  .about_inner_nav.sticky-nav .inner_page_content .contact-container.upadate_data .filter_price li .yellow_btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .section-deal-advisory .banner {
    margin-bottom: 20px;
  }

  .feature-container .feature_bg {
    min-height: auto;
  }

  .feature_tab .tab-content {
    min-height: auto;
  }

  .market_table table thead th {
    width: 135px;
    padding: 5px;
  }
  .market_table table tbody td {
    width: 135px;
    font-size: 11px;
    padding: 5px;
  }
  .market_table table tbody td:first-child {
    width: 135px;
  }
  .market_table table tbody td:nth-child(2) {
    width: 165px;
  }
  .market_table table tbody td .red, .market_table table tbody td .green {
    font-size: 11px;
    margin: 3px 0 0 5px;
  }
  .market_table table tbody td span.red {
    margin: 3px 3px 0 8px;
  }

  .tab_container.market {
    margin-top: 20px;
  }

  .scheme_profile_detail .fund_ct {
    margin-bottom: 0px;
  }
  .scheme_profile_detail .fund_profile_container .fund_table .daily_nav_table.table-responsive {
    overflow-x: hidden;
  }

  .tools_return .tools_dropdown .fund_ct {
    float: none;
    margin-top: 20px;
  }
  .tools_return .tools_dropdown .fund_ct p {
    width: 100px;
  }
  .tools_return .tools_dropdown .btn {
    display: block;
    float: none;
    margin-top: 20px;
    padding: 0;
    text-align: left;
  }

  .testimonials_bg .testimonial_pic {
    float: left;
  }
  .testimonials_bg .testimonials_data h6 strong {
    margin-left: 20px;
  }
  .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-next {
    right: -15px;
  }
  .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -25px;
  }

  .main .about_data .about_details p .yellow_btn {
    bottom: 0px !important;
  }

  .scroll_mobile_carousal {
    height: 42px;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls {
    margin: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-prev {
    margin: 0 5px 0 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-next {
    margin: 0 0px 0 5px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-dots {
    display: none;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-nav [class*="owl-"], .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    z-index: 1000;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls {
    display: inline-block;
    top: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 1px;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-prev {
    margin: -5px 0px 0px -30px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    left: 0%;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-next {
    margin: -5px 0px 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    right: 0%;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-prev {
    margin: -5px 0px 0px -30px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    left: 3%;
    top: 6px;
  }

  .scroll_mobile_carousal.owl-theme .owl-controls .owl-next {
    margin: -5px 0px 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    right: 3%;
    top: 6px;
  }

  .about_inner_nav .inner_nav li .active, .about_inner_nav .inner_nav li a {
    height: 43px;
  }

  .section-derivatives-1 .market_table table thead tr th {
    padding: 12px 70px;
  }

  .derivatives {
    margin-top: 25px;
  }
  .derivatives .futures .heading_small {
    margin-bottom: 15px;
  }
  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table thead tr th:first-child {
    padding: 0px 35px;
  }
  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td {
    padding: 20px 0 0 0px;
  }
  .derivatives .market_table table tr td {
    padding: 12px 5px;
  }
  .derivatives .market_equity_graph {
    margin-right: 0px;
  }
  .derivatives .col-sm-8.nopad:nth-child(1) {
    padding-right: 20px;
  }
  .derivatives .get_quotes .quotes_select .select-wrapper select {
    width: auto;
  }

  .page-derivatives-market .currency {
    margin-top: 60px;
  }
  .page-derivatives-market .currency .member2 .heading_small {
    margin-bottom: 15px;
  }

  .fund_ct {
    margin-top: 20px;
    float: left;
  }
  .fund_ct .quotes_select .select-wrapper {
    width: 230px;
  }
  .fund_ct .quotes_select .select-wrapper select {
    width: 230px;
  }

  .historical_nav_data .date_list {
    float: left;
  }
  .historical_nav_data .date_list ul li {
    margin-left: 0px;
    margin-right: 30px;
  }
  .historical_nav_data .date_btn {
    float: left;
  }
  .historical_nav_data .date_btn ul li {
    margin-left: 0px;
    margin-right: 30px;
  }

  .segments_services .patch h3, .banner_description .patch h3 {
    margin: 0 0 2px -15px;
  }

  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li {
    width: 50%;
    margin: 0px 0px 20px 0 !important;
    border-bottom: 1px solid #ccc;
    min-height: 1px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li .yellow_btn {
    font-size: 12px;
    padding: 2px 8px;
    bottom: 10px !important;
  }

  /*END_volume_moment*/
  /*kyc details*/
  .custome_assistance {
    padding: 5px;
  }
  .custome_assistance h5 {
    font-size: 13px;
  }
  .custome_assistance h6 {
    font-size: 22px;
  }
  .custome_assistance a {
    font-size: 12	px;
  }
  .custome_assistance a .fa {
    margin-right: 3px;
  }

  .verify_element .form-control {
    padding: 6px;
  }

  .kyc_landing .signup-data .form-horizontal .form-group .verify_element li:first-child {
    margin-right: 2px;
  }
  .kyc_landing .signup-data .form-horizontal .form-group .verify_element li .form-control {
    padding: 6px;
  }
  .kyc_landing .signup-data .form-horizontal .form-group .verify_element li .yellow_btn {
    float: right;
    padding: 8px 5px;
  }

  .kyc_form_details .feature_tab .tab_header .nav-tabs li a {
    font-size: 11px;
    padding: 5px;
  }
  .kyc_form_details .steps_of_details .order_confirmed_list ul li p {
    padding-right: 7px;
  }
  .kyc_form_details .steps_of_details .order_confirmed_line {
    right: 20px;
    padding-left: 60px;
  }
  .kyc_form_details .primary_details .form_content .residence_info li:first-child {
    width: 27%;
  }
  .kyc_form_details .primary_details .form_content .name_applicant li {
    margin-right: 8px;
  }

  .banner .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }

  .banner .owl-theme .owl-controls .owl-nav .owl-next {
    right: 10px;
  }

  .login_kyc .signup-data {
    padding-left: 0;
  }
  .login_kyc .signup-data .form-horizontal {
    padding-right: 0px;
  }

  .ipo .invest-ipo .heading_small {
    margin-top: 10px;
  }

  .page_tabs.company_profile .about_inner_nav .company_tab_content, .page_tabs .about_inner_nav .company_tab_content {
    width: 68%;
  }
  .page_tabs.company_profile .market_equity_graph .price_table table tr td, .page_tabs .market_equity_graph .price_table table tr td {
    padding: 10px 5px 0 0;
    font-size: 13px;
  }
  .page_tabs.company_profile .market_equity_graph .price_table table tr td span, .page_tabs .market_equity_graph .price_table table tr td span {
    font-size: 11px;
  }
  .page_tabs.company_profile .market_equity_graph .duration, .page_tabs .market_equity_graph .duration {
    margin-right: 20px;
  }
  .page_tabs.company_profile .price_table table tr td, .page_tabs .price_table table tr td {
    padding: 25px 0 5px 12px;
    font-size: 16px;
  }
  .page_tabs.company_profile .price_table table tr td span:last-child, .page_tabs .price_table table tr td span:last-child {
    padding: 0 0 5px;
  }
  .page_tabs.company_profile .current_position li small, .page_tabs .current_position li small {
    margin: 5px 20px 5px 0;
  }
  .page_tabs.company_profile .current_position li .buy, .page_tabs.company_profile .current_position li .sell, .page_tabs .current_position li .buy, .page_tabs .current_position li .sell {
    margin: 12px 0 10px;
    padding: 11px 25px;
  }
  .page_tabs.company_profile .member.mt0 .address p i, .page_tabs .member.mt0 .address p i {
    margin-right: 0px;
  }
  .page_tabs.company_profile .member.mt0 .address p a, .page_tabs .member.mt0 .address p a {
    margin-right: 10px;
  }
  .page_tabs.company_profile .member.mt0 .address p a i, .page_tabs .member.mt0 .address p a i {
    margin-right: 5px;
  }
  .page_tabs.company_profile .member, .page_tabs .member {
    padding: 15px 10px;
  }
  .page_tabs.company_profile .member .tab_container .tab_head, .page_tabs .member .tab_container .tab_head {
    background: transparent;
  }
  .page_tabs.company_profile .member .tab_container .tab_head .nav-tabs li a, .page_tabs .member .tab_container .tab_head .nav-tabs li a {
    font-size: 11px;
    padding: 10px 5px;
  }
  .page_tabs.company_profile .member .filter_price li .select-wrapper, .page_tabs .member .filter_price li .select-wrapper {
    width: 175px;
  }
  .page_tabs.company_profile .member .filter_price li .select-wrapper select, .page_tabs .member .filter_price li .select-wrapper select {
    width: 175px;
  }
  .page_tabs.company_profile .member .date_list li, .page_tabs .member .date_list li {
    float: none;
    margin-bottom: 8px;
    margin-left: 0;
    width: 100%;
  }
  .page_tabs.company_profile .member .filter_price.too_many_filters li, .page_tabs .member .filter_price.too_many_filters li {
    margin-bottom: 8px;
  }
  .page_tabs.company_profile .filter_price li .select-wrapper, .page_tabs .filter_price li .select-wrapper {
    width: 175px;
  }
  .page_tabs.company_profile .filter_price li .select-wrapper select, .page_tabs .filter_price li .select-wrapper select {
    width: 175px;
  }

  .page-equity-volume-movement .filter_price {
    float: none;
  }
  .page-equity-volume-movement .filter_price li {
    float: none;
    display: inline-block;
    margin-bottom: 8px;
    width: 35%;
  }
  .page-equity-volume-movement .filter_price li .yellow_btn {
    font-size: 12px !important;
    margin-left: 5px !important;
    padding: 5px 10px !important;
  }
  .page-equity-volume-movement .filter_price li input {
    width: auto !important;
  }
  .page-equity-volume-movement .filter_price li .select-wrapper {
    width: 220px;
  }
  .page-equity-volume-movement .filter_price li .select-wrapper select {
    width: 220px;
  }

  .derivatives_fund .get_quotes .quotes_select .select-wrapper {
    line-height: 30px;
  }
  .derivatives_fund .get_quotes .quotes_select .select-wrapper select {
    width: 150px;
    height: 30px;
  }

  .section-mutual-funds-0 .tab_container .tab_head .nav-tabs li a {
    font-size: 11px;
    padding: 8px 5px;
  }
  .section-mutual-funds-0 .tab_container .tab_head .nav-tabs li a:hover, .section-mutual-funds-0 .tab_container .tab_head .nav-tabs li a:focus {
    font-size: 11px;
    padding: 8px 5px;
  }
  .section-mutual-funds-0 .tab_container .tab_head .nav-tabs li.active a {
    font-size: 11px;
    padding: 8px 5px;
  }
  .section-mutual-funds-0 .tab_container .tab_head .nav-tabs li.active a:hover, .section-mutual-funds-0 .tab_container .tab_head .nav-tabs li.active a:focus {
    font-size: 11px;
    padding: 8px 5px;
  }

  .scheme_profile_detail .fund_profile_container .fund_table .daily_nav_table.table-responsive {
    overflow-x: auto;
  }

  .fund_ct {
    width: 47%;
  }

  .fund_ranking .yellow_btn {
    margin-top: 15px;
  }

  .suggestions .form-group form .webform-container-inline.inputs label {
    width: 90px;
  }

  .suggestions .form-group form .captcha img, .suggestions .form-group form .captcha .form-item.form-item-captcha-response label, .suggestions .form-group form .captcha .form-item.form-item-captcha-response input, .suggestions .form-group form .captcha .form-item.form-item-captcha-response .description, .suggestions .form-group form .form-actions input {
    margin-left: 110px;
  }

  .mobile_header .top-row .top_header .customize_data .live {
    position: static;
  }

  .my_dashboard .my_net_worth li {
    padding: 30px;
    position: relative;
    width: 34%;
  }

  ul.domastic_data li ul li {
    float: left;
    margin-left: 12px;
  }

  .explore_destimoney .subscribe .captcha img {
    margin-bottom: 15px;
    min-height: inherit;
    width: 100%;
  }

  .explore_destimoney .subscribe .form-item.form-type-textfield.form-item-captcha-response {
    width: 100%;
  }

  .market_inner_table table tbody tr td {
    padding: 12px 8px;
  }

  .market_inner_table table tbody tr td a {
    max-width: 170px;
  }

  .trade_summary_main {
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .trade_summary_main.my_watchlist .date_list.my_watch_datelist {
    margin-top: 0px;
  }

  #ticker_popup .modal-dialog {
    width: 80%;
  }

  .social_list {
    margin-left: 0px;
  }

  .app_download_link li {
    margin: 0 0 12px;
  }

  .social_list .yellow_btn {
    bottom: -90px;
  }

  .testimonials_bg .testimonial_pic {
    float: none;
    height: auto;
    margin: 70px auto 0;
  }

  .testimonials_bg .testimonial_details {
    padding-top: 0px;
  }

  .testimonials_bg .testimonial_details {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .watchlist_data .portfolio_particulars {
    padding: 0 0 15px;
  }
  .watchlist_data .portfolio_particulars li {
    width: auto;
    float: none;
    display: block;
    padding: 15px 15px 0;
    font-size: 14px;
  }
  .watchlist_data .portfolio_particulars li span.detail {
    margin-top: 8px;
    font-size: 13px;
  }
  .watchlist_data .portfolio_particulars li span.detail span.difference {
    font-size: 14px;
  }
  .watchlist_data .portfolio_particulars li:after {
    display: none;
  }
  .watchlist_data table th:before, .watchlist_data table td:before {
    height: 30px;
    margin-right: 5px;
  }
  .watchlist_data table th {
    font-size: 11px;
    padding: 20px 3px 0;
  }
  .watchlist_data table td {
    font-size: 14px;
    padding: 0px 3px 20px;
  }
  .watchlist_data table td span {
    font-size: 12px;
  }
  .watchlist_data table td small {
    font-size: 12px;
  }

  .select-wrapper {
    float: left;
    display: inline-block;
    /*border: 1px solid #d8d8d8;*/
    background: url("../images/icon/dropdown_icons.png") no-repeat right center;
    cursor: pointer;
  }

  .select-wrapper, .select-wrapper select {
    width: 115px;
  }

  .select-wrapper:hover {
    background: url("../images/icon/dropdown_icons.png") no-repeat right center;
    border-color: #239fdb;
  }

  .select-wrapper .holder {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    /*z-index: -1;*/
  }

  .select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    /* _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    font-size: 13px;
    color: #3f1c3e;
    font-weight: normal; */
  }

  /* Let's Beautify Our Form */
  option[value] {
    border-color: transparent;
  }

  option:hover {
    border-color: transparent;
  }

  option[selected="selected"] {
    font-weight: bold;
  }

  /*.top_header {
    display: none;
  }*/

  .top_navigation {
    display: none;
  }

  .main_navigation {
    display: none;
  }

  .mobile_header {
    display: block !important;
  }
  .mobile_header .top_header {
    display: block;
  }
  .mobile_header .icons {
    z-index: 100;
    position: relative;
  }
  .mobile_header .top-row {
    padding: 10px 5px;
    background: #f5f5f5;
    margin: 0 -10px 10px;
    z-index: 100;
    position: relative;
  }
  .mobile_header .top-row:first-child .col-xs-6 {
    padding: 0;
  }
  .mobile_header .top-row:first-child .col-xs-6 .top_header {
    padding: 0 5px;
  }
  .mobile_header .top-row .top_header {
    background: #f2f5f5;
    height: 45px;
  }
  .mobile_header .top-row .top_header .indices li {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
  }
  .mobile_header .top-row .top_header .indices li:nth-child(3) {
    display: none;
  }
  .mobile_header .top-row .top_header .indices li:nth-child(4) {
    display: none;
  }
  .mobile_header .top-row .top_header .indices li:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 0px;
    height: 30px;
    top: 13px;
    border-right: 0px solid #d0d2d2;
  }
  .mobile_header .top-row .top_header .indices li:last-child {
    padding-right: 0px;
  }
  .mobile_header .top-row .top_header .indices li:last-child:after {
    border: none;
  }
  .mobile_header .top-row .top_header .indices li:first-child {
    width: 100%;
  }
  .mobile_header .top-row .top_header .indices li .caret {
    display: inline-block;
    margin-left: 0px;
  }
  .mobile_header .top-row .top_header .indices li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    font-size: 13px;
    color: #3f1c3e;
    font-weight: normal;
  }
  .mobile_header .top-row .top_header .indices li h3 a {
    color: inherit;
    text-decoration: none;
  }
  .mobile_header .top-row .top_header .indices li p {
    margin: 0px;
    color: #3f1c3e;
    line-height: 16px;
    display: inline-block;
  }
  .mobile_header .top-row .top_header .indices li p strong {
    font-weight: 700;
    width: auto;
  }
  .mobile_header .top-row .top_header .indices .select-wrapper {
    margin-top: 5px;
    width: 65px;
  }
  .mobile_header .top-row .top_header .indices .select-wrapper select {
    border: 0px;
    background-color: transparent;
    width: 120px;
    font-size: 13px;
    color: #3f1c3e;
    font-weight: normal;
  }
  .mobile_header .top-row .top_header .indices .select-wrapper .holder {
    font-size: 10px;
  }
  .mobile_header .top-row .top_header .customize_data {
    float: left;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
  }
  .mobile_header .top-row .top_header .customize_data p {
    font-size: 13px;
    color: #464646;
    margin: 0px;
    padding: 0px;
  }
  .mobile_header .top-row .top_header .customize_data .live {
    color: #dd3b3b;
  }
  .mobile_header .top-row .top_header .equity_data {
    background: #ebebeb;
    float: right;
    /*padding: 0px 10px 0px 21px;*/
    padding: 0px 10px 0px 10px;
    height: 54px;
    width: 289px;
  }
  .mobile_header .top-row .top_header .equity_data p {
    font-size: 13px;
    color: #3f1c3e;
    float: left;
    padding: 20px 10px 0px 0px;
    margin-bottom: 0px;
  }
  .mobile_header .top-row .top_header .equity_data p span {
    font-size: 13px;
    border-width: 5px;
  }
  .mobile_header .top-row .top_header .equity_data .search_data {
    float: right;
    padding-right: 0px;
    padding-top: 12px;
    /*width: 195px;*/
    width: 160px;
  }
  .mobile_header .top-row .top_header .equity_data .search_data .form-control {
    height: 31px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 7px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-clip: padding-box;
    border: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #b7b7b7;
    padding-right: 28px;
    background: url(../images/icon/search_icon.jpg) center right no-repeat #fff;
  }
  .mobile_header .top-row .top_header .equity_data .search_data .form-control:hover, .mobile_header .top-row .top_header .equity_data .search_data .form-control:focus {
    border: 0px;
  }
  .mobile_header .top-row .top_header .equity_data .select-wrapper {
    margin-top: 16px;
    width: 105px;
  }
  .mobile_header .top-row .top_header .equity_data .select-wrapper select {
    width: 100px;
    font-size: 12px;
    color: #3f1c3e;
    float: left;
    margin: 0px;
    padding: 3px 0px;
    border: 0px;
    background-color: transparent;
  }
  .mobile_header .top-row .top_header .equity_data .select-wrapper select:hover, .mobile_header .top-row .top_header .equity_data .select-wrapper select:focus {
    outline: none;
  }
  .mobile_header .top-row .top_header .name span {
    padding: 0;
    padding-right: 3px;
  }
  .mobile_header .top-row .top_header .dataText span {
    padding-left: 0px;
  }
  .mobile_header .top-row .top_header .customize_data {
    text-align: left;
    padding-left: 5px;
  }
  .mobile_header .top-row .top_header.border {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .mobile_header .top-row .top_header.border .indices {
    margin-left: 18px;
  }
  .mobile_header .dmobile-nav {
    width: 100%;
    text-align: center;
    background: rgba(99, 53, 106, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
    z-index: 999;
    display: none;
  }
  .mobile_header .dmobile-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .mobile_header .dmobile-nav ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .mobile_header .dmobile-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
  }
  .mobile_header .dmobile-nav ul li:first-child a:first-child {
    margin-bottom: 10px;
  }
  .mobile_header .dmobile-nav ul li ul li a {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 200;
    margin-bottom: 0px !important;
  }
  .mobile_header .dmobile-nav .close-mobnav {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
  }
  .mobile_header .account-btn {
    background: #e99b21;
    text-shadow: 0 0px 0;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: auto;
  }
  .mobile_header .account-btn:hover, .mobile_header .account-btn:active {
    background: #e99b21;
    text-shadow: 0 0px 0;
    text-decoration: none;
    color: #fff;
  }
  .mobile_header .nav-icons {
    float: right;
    padding-right: 0px;
  }
  .mobile_header .nav-icons li {
    float: left;
    list-style: none;
  }
  .mobile_header .nav-icons li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #dddddd;
    border-radius: 5px;
    margin-left: 8px;
    color: #555555;
  }
  .mobile_header .nav-icons li a i {
    display: inline-block;
    line-height: 30px;
  }
  .mobile_header .nav-icons li a:hover {
    background: #e99b21;
    color: #2b2c2c;
  }
  .mobile_header .mobile-logo {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
    z-index: 100;
    padding-left: 0px;
  }
  .mobile_header .meni-icon-mob a {
    color: #5b2a62;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    text-align: right;
    margin-left: -10px;
  }
  .mobile_header .mobile_open_search {
    margin-top: 5px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: none;
    margin-left: -10px;
  }
  .mobile_header .mobile_open_search li .select-wrapper {
    width: 50%;
    color: #ffffff;
    padding: 10px 0px;
    background: url("../images/icon/white_dropdown.png") no-repeat;
    background-position: 80% 13px;
    height: 30px;
    background-color: #9c9c9c;
  }
  .mobile_header .mobile_open_search li .select-wrapper select {
    width: 50%;
  }
  .mobile_header .mobile_open_search li .select-wrapper .holder {
    width: 50%;
    margin-left: 20px;
    margin-top: -5px;
  }
  .mobile_header .mobile_open_search li input {
    width: 50%;
    line-height: 30px;
    padding: 0 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #b7b7b7;
    background: url("../images/icon/mob_search.png") no-repeat;
    background-color: #eeeeee;
    font-weight: 700;
    background-position: 90% 8px;
    border: 0 none;
    height: 30px;
  }

  .search_overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99;
    width: 100%;
    top: 140px;
    padding-left: 50%;
  }
  .search_overlay a {
    margin: 0 auto;
    margin-left: -7px;
  }

  /*header ends*/
  .row {
    margin: 0;
  }

  .container {
    padding: 0 10px;
  }

  /*banner start*/
  .banner {
    margin-bottom: 0;
  }
  .banner .banner_description.home_page_banner {
    left: 10px;
  }
  .banner .banner_description.home_page_banner h2 {
    font-size: 20px;
    margin: 12px 0 8px 0;
    max-width: 100%;
  }
  .banner .banner_description.home_page_banner h2 strong {
    height: auto;
    line-height: 6px;
    padding: 5px 2px 10px;
  }
  .banner .banner_description.home_page_banner h2 span {
    font-size: 14px;
  }
  .banner .banner_description.home_page_banner .yellow_btn {
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
    margin-top: 0px;
  }

  /*banner ends*/
  p {
    font-size: 12px;
    line-height: 18px;
  }

  .more_btn {
    margin-top: 5px;
  }

  .new_data li {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .new_data li span {
    font-size: 11px;
    display: inline-block;
    padding: 6px 8px 0 0;
  }

  .feature-container {
    margin-top: 15px;
  }
  .feature-container .feature_bg {
    padding: 10px;
    margin-bottom: 15px;
    min-height: 1px;
  }
  .feature-container .feature_bg h2 {
    margin: 0;
  }
  .feature-container .feature_bg img {
    margin: 10px 0;
  }
  .feature-container .pink_text {
    margin-bottom: 12px;
  }

  /*why destimoney*/
  .why_destimoney {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .why_destimoney h2 {
    margin-bottom: 10px;
  }
  .why_destimoney .destimony_list {
    margin-top: 20px;
  }
  .why_destimoney .destimony_list li {
    padding-right: 0px;
    display: block;
    text-align: center;
  }
  .why_destimoney .destimony_list li img {
    margin-bottom: 15px;
  }
  .why_destimoney .destimony_list li h3 {
    margin-bottom: 5px;
  }
  .why_destimoney .destimony_list li p {
    text-align: center;
  }

  .white_btn {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  /*call us*/
  .call_us_bg {
    background: url("../images/call_us_bg.jpg");
    padding: 20px;
    text-align: center;
  }
  .call_us_bg h3 {
    font-size: 16px;
    display: inline-block;
  }
  .call_us_bg p {
    margin-bottom: 5px;
  }
  .call_us_bg .last_btn {
    margin: 10px 0 0;
    float: none;
  }

  /*testimonials*/
  .testimonials_bg {
    padding: 20px 15px;
  }
  .testimonials_bg .testimonial_details {
    min-height: inherit;
    padding: 0px;
  }
  .testimonials_bg .testimonials_data h2 {
    margin-top: 0px;
  }
  .testimonials_bg .testimonials_data p {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 18px;
  }
  .testimonials_bg .testimonials_data p:first-child {
    padding: 0 10px;
  }
  .testimonials_bg .testimonials_data h6 {
    text-align: center;
  }
  .testimonials_bg .testimonial_pic {
    float: none;
    margin: 53px auto 0px;
  }
  .testimonials_bg .owl-theme .owl-dots {
    bottom: -20px;
  }
  .testimonials_bg .owl-theme .owl-controls .owl-nav {
    top: 47%;
  }
  .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50%;
    position: relative;
  }
  .testimonials_bg .owl-theme .owl-controls .owl-nav .owl-next {
    right: -50%;
    position: relative;
  }

  /*research_reports*/
  .research_reports .feature_bg.watch_demo {
    min-height: 1px;
  }
  .research_reports .feature_bg.watch_demo h2 {
    margin-bottom: 12px;
  }
  .research_reports .feature_bg.watch_demo .video_container {
    margin: 0 0 14px;
    height: auto;
  }
  .research_reports .feature_bg.watch_demo .more_btn {
    margin-top: 0px;
  }
  .research_reports .feature_bg {
    min-height: 1px;
  }
  .research_reports .feature_bg .new_data {
    margin-top: 10px;
  }
  .research_reports .feature_bg .new_data li {
    margin-bottom: 12px;
  }
  .research_reports .feature_bg .new_data li a {
    color: #5a0e55;
  }
  .research_reports .feature_bg .new_data li span {
    padding: 4px 6px 0 6px;
  }
  .research_reports .feature_bg .new_data li span:first-child {
    margin-left: -8px;
  }
  .research_reports .feature_bg .new_data li span i {
    border-bottom: 1px solid #d6d6d6;
  }
  .research_reports .feature_product {
    padding: 10px 12px;
  }
  .research_reports .feature_product ul li {
    padding-right: 15px;
  }
  .research_reports .feature_product ul li p {
    font-size: 12px;
  }
  .research_reports .feature_product ul li img {
    width: 85px;
  }
  .research_reports .feature_product ul li:last-child {
    width: 175px;
    padding-right: 0px;
  }
  .research_reports .feature_product ul li h2 {
    margin: 5px 0 12px;
  }
  .research_reports .tools_calculators .gray_conatiner {
    padding: 15px 10px;
    min-height: 1px;
  }
  .research_reports .tools_calculators .gray_conatiner h2 {
    margin: 0;
  }
  .research_reports .tools_calculators .gray_conatiner .toolscal_slider {
    margin: 20px 11px;
  }
  .research_reports .tools_calculators .gray_conatiner .toolscal_slider .owl-prev {
    position: relative;
    left: -50%;
  }
  .research_reports .tools_calculators .gray_conatiner .toolscal_slider .owl-next {
    position: relative;
    right: -50%;
  }
  .research_reports .tools_calculators .gray_conatiner .toolscal_slider .item {
    padding: 0 15px;
  }
  .research_reports .tools_calculators .gray_conatiner .toolscal_slider .item img {
    width: auto !important;
  }
  .research_reports .tools_calculators .gray_conatiner .toolscal_slider .item p {
    font-weight: 700;
    line-height: 18px;
    margin-top: 10px;
  }
  .research_reports .tools_calculators .gray_conatiner .yellow_btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
    float: none;
    width: 62px;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -31px;
  }
  .research_reports .social_tab .tab_header .nav-tabs .twitter_bg a {
    padding: 10px 14px !important;
    background: #30aaf5;
  }
  .research_reports .social_tab .tab_header .nav-tabs .twitter_bg a:after {
    top: 105%;
  }
  .research_reports .social_tab .tab_header .nav-tabs .twitter_bg a:hover, .research_reports .social_tab .tab_header .nav-tabs .twitter_bg a:focus {
    border-color: #5b2a62;
    background: #5b2a62;
  }
  .research_reports .social_tab .tab_header .nav-tabs li.active a {
    padding: 10px 14px !important;
    background: #5b2a62;
    border-color: #5b2a62 !important;
  }
  .research_reports .social_tab .tab-content {
    padding: 25px 12px 15px;
  }
  .research_reports .social_tab .tab-content .media {
    padding-bottom: 0px;
  }
  .research_reports .social_tab .tab-content .media .media-body p {
    font-size: 12px;
  }

  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active a {
    background: none;
    font-size: 11px;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active a:after {
    border: 0;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active {
    position: relative;
    z-index: 1001;
    background: none;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active:nth-child(3) {
    display: none;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active a {
    background: none !important;
    width: 100%;
    color: #646464;
    text-align: center;
    font-size: 11px;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active a:after {
    border: 0;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active a:hover, .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active a:focus {
    background: #5b2a62 !important;
    color: #ffffff;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li {
    position: relative;
    z-index: 1001;
    background: none;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li a {
    background: none !important;
    color: #646464;
    text-align: center;
    padding: 10px;
    line-height: 10px;
    font-size: 12px;
    width: 100%;
    height: 34px;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li a:after {
    border: 0;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active {
    background: none;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active .active {
    background: #5b2a62 !important;
    width: 100%;
    color: #ffffff;
    text-align: center;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active .active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(91, 42, 98, 0);
    border-top-color: #5b2a62;
    border-width: 6px;
    margin-left: -6px;
  }
  .feature_tab .tab-content .domastic_data li .c_name {
    width: 62px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_different {
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_percent {
    width: 50px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_rate, .feature_tab .tab-content .domastic_data li .c_percent {
    font-size: 11px;
  }

  /*footer*/
  .footer_top {
    padding: 0 0 22px 0;
  }
  .footer_top .explore_destimoney h2 {
    margin: 12px 0;
  }
  .footer_top .explore_destimoney ul {
    margin: 0 0px 18px -12px;
  }
  .footer_top .explore_destimoney ul li {
    padding: 0 12px;
    margin-bottom: 5px;
  }
  .footer_top .explore_destimoney ul li:first-child {
    width: 100%;
  }
  .footer_top .subscribe {
    padding-bottom: 20px;
    border-bottom: 1px solid #b6b6b6;
  }
  .footer_top .subscribe h2 {
    margin-top: 0px;
  }
  .footer_top .sitemap_container .sm_container {
    margin-top: 13px;
  }
  .footer_top .sitemap_container .sm_container .sitemap {
    float: none;
    padding-right: 0px;
  }
  .footer_top .sitemap_container .sm_container .sitemap .footer_link {
    padding-bottom: 0px;
  }
  .footer_top .sitemap_container .sm_container .sitemap .footer_link li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer_top .sitemap_container .sm_container .sitemap .footer_link li a {
    margin-bottom: 0px;
    margin-bottom: 5px;
  }
  .footer_top .sitemap_container .sm_container .sitemap .footer_link li ul li {
    margin-left: -8px;
    font-size: 12px;
    display: inline-block;
    padding: 0 0px 0 8px;
    margin-bottom: 0px;
  }
  .footer_top .sitemap_container .sm_container .sitemap .footer_link li ul li a {
    padding: 0 8px 0 0px;
  }
  .footer_top .sitemap_container .sm_container .sitemap .footer_link li ul li:after {
    content: "|";
  }
  .footer_top .sitemap_container .sm_container .social_list {
    text-align: center;
    height: 130px;
  }
  .footer_top .sitemap_container .sm_container .social_list h2 {
    display: inline-block;
    font-size: 16px;
  }
  .footer_top .sitemap_container .sm_container .social_list .yellow_btn {
    bottom: 0px;
    margin-left: -75px;
    left: 50%;
    width: auto;
  }

  .footer_middle {
    padding: 0px;
  }
  .footer_middle .region-copyright {
    margin-top: 45px;
  }
  .footer_middle h2 {
    font-size: 15px;
    margin: 15px 0;
  }
  .footer_middle .userful_link {
    margin: 0px 0 18px -8px;
  }
  .footer_middle .userful_link li {
    font-size: 12px;
    padding: 0 8px;
  }
  .footer_middle .userful_link li a {
    padding: 0px;
  }
  .footer_middle p {
    margin-top: 20px;
    text-align: center;
  }
  .footer_middle h6 {
    text-align: center;
  }
  .footer_middle .footer_description {
    margin-bottom: 39px;
  }
  .footer_middle .footer_description p {
    text-align: left;
  }

  .footer_bottom {
    position: static;
  }
  .footer_bottom .footer_buy ul {
    width: 100%;
  }
  .footer_bottom .footer_buy ul li {
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
  }
  .footer_bottom .footer_buy ul li .purpul_btn {
    font-size: 12px;
    padding: 4px 12px;
    margin-left: 10px;
    position: relative;
    z-index: 5;
  }
  .footer_bottom .footer_buy .marquee {
    display: block;
  }
  .footer_bottom .footer_buy .live_chat {
    width: 36px;
    padding: 0px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: -23px;
    color: #2b2c2c;
  }
  .footer_bottom .footer_buy .live_chat small {
    display: none;
  }
  .footer_bottom .footer_buy .live_chat img {
    width: 18px;
    height: 20px;
    margin-right: 0px;
  }

  .view_destop_site {
    background: #424242;
    padding: 10px 0;
    text-align: center;
  }
  .view_destop_site .desktop_site {
    padding: 5px 20px;
    font-size: 12px;
    color: #2b2c2c;
    background: #939393;
    border-radius: 5px;
  }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  /*other pages*/
  /*meet_the_team*/
  .about_inner_nav {
    margin-top: 10px !important;
  }
  .about_inner_nav .inner_page_content ul.other {
    display: block;
    float: none;
  }
  .about_inner_nav .inner_page_content .member1 .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .member1 .market_highlights span {
    font-size: 12px;
  }
  .about_inner_nav .inner_page_content .member1 .market_highlights p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .member2 .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .member2 .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .member2 .market_highlights span {
    font-size: 12px;
  }
  .about_inner_nav .inner_page_content .member2 .market_highlights p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .member3 .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .member3 .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .member3 .market_highlights span {
    font-size: 12px;
  }
  .about_inner_nav .inner_page_content .member3 .market_highlights p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .member4 .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .member4 .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .member4 .market_highlights span {
    font-size: 12px;
  }
  .about_inner_nav .inner_page_content .member4 .market_highlights p {
    font-size: 12px;
    line-height: 18px;
  }

  /*END_meet_the_team*/
  /*our_philosophy*/
  .about_inner_nav .inner_page_content {
    padding: 10px;
  }
  .about_inner_nav .inner_page_content .overviwe_container .description p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .insight_container .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .insight_container .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .insight_container .market_highlights p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .vision_container .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .vision_container .market_highlights ul {
    margin-bottom: 10px;
  }
  .about_inner_nav .inner_page_content .vision_container .market_highlights ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .vision_container .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .impact_container .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .impact_container .market_highlights .market_img {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .impact_container .market_highlights p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .mission_container .market_highlights {
    margin-top: 20px !important;
  }
  .about_inner_nav .inner_page_content .mission_container .market_highlights ul {
    margin-bottom: 10px;
  }
  .about_inner_nav .inner_page_content .mission_container .market_highlights ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .mission_container .market_highlights .market_img {
    margin-bottom: 20px;
  }

  /*END_our_philosophy*/
  /*office*/
  .header_title {
    margin: 0px;
  }
  .header_title h2 {
    margin: 10px 0 10px;
  }

  .gallery_thumb {
    width: 225px;
    height: 126px;
    margin: 0 auto;
  }
  .gallery_thumb a img {
    width: 225px;
    height: 126px;
  }
  .gallery_thumb a iframe {
    width: 225px;
    height: 126px;
  }

  .tab_container {
    margin: 10px 0 10px;
  }
  .tab_container .tab-content {
    padding: 10px;
  }
  .tab_container .tab-content .tab-pane .tab_data .filter_data ul {
    margin-left: 10px;
  }
  .tab_container .tab-content .tab-pane .tab_data .filter_data ul .state {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab_container .tab-content .tab-pane .tab_data .filter_data ul .city .select-wrapper {
    width: 227px;
  }
  .tab_container .tab-content .tab-pane .tab_data .filter_data ul .city .select-wrapper .custom-select {
    width: 227px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li {
    width: 100%;
    min-height: 1px;
    margin: 15px 15px 0 0;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li h4 {
    font-size: 14px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li p {
    font-size: 12px;
    line-height: 20px !important;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li h6 {
    font-size: 14px;
  }
  .tab_container .tab-content .tab-pane .tab_data .associate_list ul li p a {
    padding-left: 0 10px !important;
  }

  /*END_office*/
  /*trade_modes*/
  .main .modes {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .main .modes .start_trading {
    margin-bottom: 20px;
    padding: 20px 8px 10px;
    min-height: 1px;
  }
  .main .modes .start_trading .media .media-left {
    padding-right: 0px;
  }
  .main .modes .start_trading .media .media-left a img {
    width: 80px;
  }
  .main .modes .start_trading .media .media-body h3 {
    font-size: 16px !important;
  }
  .main .modes .start_trading .media .media-body p {
    font-size: 12px;
  }

  /*trade_modes*/
  /*invest*/
  .header_title h2 {
    font-size: 18px;
    display: block;
    float: none;
  }
  .header_title ul {
    float: none;
  }
  .header_title ul li {
    margin-bottom: 10px;
    display: block;
  }

  .main .about_data {
    padding-top: 10px;
  }
  .main .about_data .about_details {
    padding: 10px 0;
  }
  .main .about_data .about_details h3 {
    font-size: 16px;
  }
  .main .about_data .about_details img {
    margin-bottom: 10px;
  }
  .main .about_data .about_details p {
    font-size: 12px;
  }

  /*END_invest*/
  /*deal_advisory*/
  .about_inner_nav {
    margin-bottom: 20px;
  }

  .key_strengths_of_the_team, .service_offerings, .ongoing_transactions {
    margin-top: 15px;
  }

  .deal_advisory .mt35 {
    margin-top: 10px;
  }
  .deal_advisory .mt35 h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .deal_advisory .mt35 ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .deal_advisory .left {
    margin-right: 0px;
  }
  .deal_advisory .left ul li {
    margin-left: 20px;
  }
  .deal_advisory .right {
    margin-left: 0px;
  }
  .deal_advisory .right ul li {
    margin-left: 20px;
  }

  /*END_deal_advisory*/
  /*END_deal_advisory_offering*/
  /*business_partner*/
  .main .content_txt .left {
    margin-top: 0px;
  }
  .main .content_txt .left ul {
    margin-top: 10px;
  }
  .main .content_txt .left ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .main .content_txt .right {
    margin-top: 0px;
    margin-left: 0px;
  }
  .main .content_txt .right ul {
    margin-top: 0px;
  }
  .main .content_txt .right ul li {
    font-size: 12px;
    line-height: 18px;
    margin-left: 20px;
  }

  /*END_bus*/
  /*other pages closed*/
  /*trade products*/
  .products-trade .nav-justified {
    display: none;
  }
  .products-trade .carousel {
    background: none;
  }

  .carousel .slide_data {
    padding: 0;
    margin: 12px 0 15px;
  }
  .carousel .slide_data .slide_description {
    display: none;
  }

  .segments_services, .banner_description {
    width: auto;
  }
  .segments_services .patch, .banner_description .patch {
    display: none;
  }

  .banner img {
    margin: 5px 0 12px;
  }
  .banner .owl-theme .owl-dots {
    bottom: 10px;
  }

  /*segment and services*/
  .main .pedigree h3 {
    margin: 10px 0 15px;
  }

  .commodity_account_destimoney h2 {
    margin: 5px 0 0 0;
  }
  .commodity_account_destimoney .commodity_account li {
    margin-right: 0px;
    width: 100%;
  }
  .commodity_account_destimoney .commodity_account li h3 {
    font-size: 14px;
    margin: 10px 0;
  }
  .commodity_account_destimoney .commodity_account li p {
    font-size: 12px;
    line-height: 18px;
  }

  .commodities-private-limited p {
    font-size: 12px;
    line-height: 18px;
  }
  .commodities-private-limited .commodity {
    margin-top: 20px;
  }

  .open-account {
    margin-top: 20px;
  }
  .open-account .yellow_btn {
    font-size: 16px;
    padding: 6px 30px;
  }
  .open-account .mcx-tcm {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .destimoney-strives h3 {
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
  }
  .destimoney-strives ul li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-left: 22px;
  }

  .After_Market_container, .Buy_Today_container, .Delivery__container {
    padding-top: 20px;
  }

  /*products*/
  .about_inner_nav {
    margin-bottom: 30px;
  }
  .about_inner_nav .inner_page_content .description p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .description p small {
    font-size: 12px;
    line-height: 18px;
  }

  .products_data p {
    font-size: 12px;
    line-height: 18px;
  }
  .products_data h6 {
    font-size: 13px;
    margin-top: 15px;
  }
  .products_data .strategy_data {
    margin-bottom: 20px;
  }

  .heading_small {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .product_topm {
    margin-top: 30px;
  }

  .buy_list {
    margin-bottom: 0px;
  }
  .buy_list li {
    font-size: 13px;
    line-height: 19px;
  }

  .niveshdhan_data_list {
    padding: 0;
  }
  .niveshdhan_data_list table tr td {
    font-size: 12px;
  }

  /*trade distinct destimoney*/
  .nav_table table tr th {
    font-size: 12px;
    padding: 12px 8px;
  }
  .nav_table table tr td {
    font-size: 11px;
    padding: 12px 8px;
  }
  .nav_table table tr td .fa {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
  }

  /*mutual funds*/
  .tab_container {
    margin: 10px 0 25px;
  }
  .tab_container .tab-content {
    padding: 10px;
  }
  .tab_container .tab-content .tab_data .right {
    margin: 0;
  }
  .tab_container .tab-content .tab_data p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .tab_container .tab-content h3.heading_small {
    margin-top: 10px;
  }
  .tab_container .tab-content ul.benifit_list {
    margin-bottom: 0px;
    width: 100%;
  }
  .tab_container .tab-content ul.benifit_list li {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px;
  }
  .tab_container .tab-content .small_list {
    margin-left: 10px;
  }
  .tab_container .tab-content .small_list ul {
    margin-bottom: 0px;
    width: 100%;
  }
  .tab_container .tab-content .small_list ul li {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px;
  }
  .tab_container .purpul_btn, .tab_container .yellow_btn {
    font-size: 12px;
  }

  .update_table table tr th {
    font-size: 13px;
  }
  .update_table table tr th:first-child {
    padding: 12px 40px;
  }
  .update_table table tr th:nth-child(2) {
    padding: 12px 40px;
  }
  .update_table table tr th:nth-child(3) {
    padding: 12px 40px;
  }
  .update_table table tr td {
    font-size: 12px;
  }

  /*other pages open*/
  /*wealth*/
  .about_inner_nav .inner_page_content .overview_container .welth-description h6 {
    margin-bottom: 10px;
  }
  .about_inner_nav .inner_page_content .overview_container .welth-description p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm {
    margin-top: 20px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .dedge_container .media_data {
    margin-bottom: 0px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .dedge_container .media_data .media {
    margin-bottom: 15px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .dedge_container .media_data .media .media-left {
    padding-right: 0px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .dedge_container .media_data .media .media-left img {
    width: 80px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .dedge_container .media_data .media .media-body h3 {
    margin-top: 0px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .dedge_container .media_data .media .media-body p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .welth_container .welth_mp_top {
    margin-top: 10px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .welth_container .welth_mp_top .welth_mp {
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .welth_container .welth_mp_top .welth_mp h3 {
    font-size: 16px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm {
    margin-top: 0px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm h3 {
    margin-bottom: 10px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm p {
    font-size: 12px;
    line-height: 18px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm .fplanning_details {
    margin-top: 20px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm .fplanning_details p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm .fplanning_details.fplanning_details_last {
    margin-top: 0px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm .fplanning_details.fplanning_details_last h6 {
    margin-bottom: 10px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm .fplanning_details.fplanning_details_last p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .about_inner_nav .inner_page_content .products_data .edge_topm .financial_container .edge_topm .gray_text {
    margin-top: 0px;
  }

  .profit_loss_statment .my_net_worth li {
    text-align: center;
    width: 100%;
    padding: 8px;
  }

  /*equity-research*/
  .main ul.benifit_list {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .main ul.benifit_list li {
    font-size: 12px;
    line-height: 18px;
    background-position: 0 4px;
  }

  /*END_equity-research*/
  /*END_wealth*/
  /*insurance*/
  .main.insurance .content_txt {
    margin-top: 10px;
  }
  .main.insurance .content_txt ul.benifit_list li {
    margin-right: 0px;
    margin-left: 15px;
  }
  .main.insurance .content_txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main.insurance .content_txt .left {
    margin-top: 0px;
  }
  .main.insurance .content_txt .left .small_list ul {
    margin-top: 0px;
    width: 100%;
  }
  .main.insurance .content_txt .left .small_list ul li {
    margin-left: 32px;
  }
  .main.insurance .content_txt .right {
    margin-top: 10px;
  }
  .main.insurance .content_txt .right h3 {
    margin-bottom: 10px;
  }
  .main.insurance .content_txt .right .small_list ul {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .main.insurance .content_txt .right .small_list ul li {
    margin-left: 32px;
  }

  /*END_insurance*/
  /*faqs*/
  /*END_faqs*/
  /*faqs_entity*/
  .main h2 {
    margin: 20px 0 10px;
  }
  .main .equity p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .main .equity .equity_container h6 {
    font-size: 13px;
    line-height: 20px;
  }
  .main .equity .equity_container .equity_content p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .main .equity .equity_container .faq_data {
    margin-top: 10px;
  }
  .main .equity .equity_container .faq_data .panel-group .panel .panel-heading h4 a {
    font-size: 13px;
    padding: 10px;
  }
  .main .equity .equity_container .faq_data .panel-group .panel .panel-collapse .panel-body {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 10px 15px;
    padding-bottom: 0px;
  }

  /*END_faqs_entity*/
  /*learning_center*/
  .market_highlights.learning_center {
    padding: 10px;
    margin-top: 20px;
  }
  .market_highlights.learning_center ul li {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  .market_highlights.learning_center ul.benifit_list {
    margin-top: 0px;
  }
  .market_highlights.learning_center .market_img {
    margin-bottom: 10px;
  }
  .market_highlights.learning_center h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .market_highlights.learning_center p {
    margin-bottom: 0px;
  }
  .market_highlights.learning_center .left {
    margin-right: 0px;
    margin-top: 10px;
  }
  .market_highlights.learning_center .left ul li {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  .market_highlights.learning_center .right {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .market_highlights.learning_center .right ul {
    margin-left: 0px;
  }
  .market_highlights.learning_center .right ul li {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  .market_highlights.learning_center .yellow_btn {
    padding: 6px 15px;
  }

  /*END_learning_center*/
  /*e_learn*/
  .e-learning .about_data {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .e-learning .about_data .about_details {
    margin-bottom: 20px;
    padding: 10px;
  }
  .e-learning .about_data .about_details h3 {
    margin-bottom: 10px;
  }
  .e-learning .about_data .about_details p {
    margin-bottom: 0px;
  }
  .e-learning .about_data .about_details p a {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }

  /*END_e_learn*/
  /*downloads*/
  .research {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .research .gallery_data {
    padding: 10px;
    margin-bottom: 20px;
  }
  .research .gallery_data h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .research .gallery_data .research_all {
    padding-left: 15px;
  }
  .research .gallery_data .research_all ul {
    margin-top: 0px;
  }
  .research .gallery_data .research_all ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }

  /*END_downloads*/
  /*learning_demo*/
  .learning_demo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .learning_demo .col-sm-6:first-child .learn_demo {
    margin-right: 0px;
  }
  .learning_demo .col-sm-6:last-child .learn_demo {
    margin-left: 0px;
  }
  .learning_demo .col-sm-6 .learn_demo {
    margin-left: 0px;
    padding-bottom: 10px;
  }
  .learning_demo .col-sm-6 .learn_demo .btns {
    margin-top: 0px;
  }
  .learning_demo .col-sm-6 .learn_demo .btns .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
  }

  .about_details {
    padding: 10px 0;
  }

  /*END_learning_demo*/
  /*about_destimoney*/
  .banner img {
    margin-bottom: 10px;
  }

  .main .about_data {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .main .about_data .about_details p {
    margin-bottom: 10px;
  }
  .main .about_data .about_details p .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
  }

  /*END_about_destimoney*/
  /*why_destimoney*/
  .why_destimoney_carousel {
    background: none;
    margin-bottom: 0px;
  }
  .why_destimoney_carousel .slide_data {
    padding: 0;
    margin: 12px 0 15px;
  }
  .why_destimoney_carousel .slide_data .slide_description {
    display: none;
  }

  /*END_why_destimoney*/
  /*who_we_are*/
  .who_are_we {
    margin-bottom: 10px;
  }
  .who_are_we .main h3 {
    margin-bottom: 10px;
  }
  .who_are_we .main p {
    margin-bottom: 10px;
  }

  /*END_who_we_are*/
  /*our_values*/
  .main .about_data {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .main .about_data .over_value ul {
    margin: 0 15px 0 20px;
  }
  .main .about_data .over_value ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  /*END_our_values*/
  /*gallery*/
  .gallery_main {
    margin-top: 0px;
  }
  .gallery_main .gallery_data {
    padding: 10px;
    margin-bottom: 20px;
  }
  .gallery_main .gallery_data .owl-carousel .item p {
    margin: 0px;
  }

  /*END_gallery*/
  /*d_connect_blog*/
  .news_updates.blogs_main {
    margin-bottom: 30px;
  }
  .news_updates.blogs_main .blog {
    margin-top: 5px;
  }
  .news_updates.blogs_main .blog .media {
    margin-bottom: 15px;
  }
  .news_updates.blogs_main .blog .media .media-left {
    padding-right: 10px;
  }
  .news_updates.blogs_main .blog .media .media-left img {
    width: 80px;
  }
  .news_updates.blogs_main .blog .media .media-body {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .news_updates.blogs_main .blog .media .media-body h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .news_updates.blogs_main .blog .media .media-body p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .news_updates.blogs_main .blog .media .media-body a {
    font-size: 10px;
    padding-top: 5px 10px;
  }
  .news_updates.blogs_main .blog .pagination_list {
    float: none;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .news_updates.blogs_main .blog .pagination_list nav ul {
    margin: 0px;
  }
  .news_updates.blogs_main .news_container {
    padding: 20px 15px 10px;
  }
  .news_updates.blogs_main .news_container h3 {
    font-size: 16px;
  }
  .news_updates.blogs_main .news_container .categories_news ul {
    margin-bottom: 10px;
  }
  .news_updates.blogs_main .news_container .categories_news ul li {
    margin-bottom: 5px;
  }
  .news_updates.blogs_main .news_container .categories_news ul li a {
    font-size: 14px;
  }
  .news_updates.blogs_main .news_container .sidebar_post {
    padding: 10px 0px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media {
    margin-bottom: 10px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media .media-left {
    padding-right: 10px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media .media-left img {
    width: 80px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media .media-body {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media .media-body h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media .media-body p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .news_updates.blogs_main .news_container .sidebar_post .media .media-body a {
    font-size: 10px;
    padding-top: 5px 10px;
  }

  /*END_d_connect_blog*/
  /*careers_jobs*/
  .careers .tab_container .tab-content {
    padding: 10px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data p {
    margin-bottom: 10px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data h3 {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
  }
  .careers .tab_container .tab-content .tab-pane .products_data ul li {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .positions_filter {
    float: left;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .positions_filter li {
    margin-bottom: 5px;
    margin-left: 0px;
    width: 100%;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .positions_filter li a {
    font-size: 10px;
    padding: 5px 18px;
    width: 50px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data h3 {
    float: left;
    font-size: 16px;
  }
  .careers .tab_container .tab-content .tab-pane .products_data .col-sm-12 h3 {
    font-size: 14px;
  }
  .careers .tab_container .tab-content .tab-pane .edge_topm ul li:last-child {
    margin-left: 0px;
  }
  .careers .tab_container .tab-content .tab-pane .edge_topm h4 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .careers .tab_container .tab-content .tab-pane .edge_topm p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .careers .tab_container .tab-content .tab-pane .edge_topm .btn_career {
    margin-top: 20px;
  }
  .careers .tab_container .tab-content .tab-pane .edge_topm .btn_career p a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .careers .tab_container .tab-content .tab-pane .edge_topm hr {
    margin: 15px 0;
  }

  /*END_careers_jobs*/
  /*testimonial*/
  .testimonials .media_data {
    margin-bottom: 10px;
  }
  .testimonials .media_data .media {
    margin-bottom: 15px;
  }
  .testimonials .media_data .media .media-left {
    padding-right: 0px;
  }
  .testimonials .media_data .media .media-left img {
    width: 80px;
  }
  .testimonials .media_data .media .media-body {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .testimonials .media_data .media .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .testimonials .media_data .media .media-body p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .testimonials .media_data .media .media-body a {
    font-size: 10px;
    padding-top: 5px 10px;
  }
  .testimonials .video {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .testimonials .video .col-md-4 {
    margin-bottom: 20px;
  }
  .testimonials .video .col-md-4 h3 {
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .testimonials .video .pagination_list nav ul {
    margin: 0px;
  }

  /*END_testimonial*/
  /*other pages closed*/
  .media-object {
    width: 85px;
  }

  /*news*/
  .media-body .heading_small {
    margin-bottom: 10px;
  }
  .media-body ul.benifit_list {
    margin-bottom: 0px;
  }
  .media-body ul.benifit_list li {
    margin-bottom: 0px;
  }

  .research .research_all p {
    font-size: 12px;
  }
  .research .research_all ul {
    margin-top: 0px;
  }
  .research .research_all ul li {
    margin-bottom: 0px;
    line-height: 19px;
  }

  .ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year, .ui-datepicker .ui-datepicker-week-end, .ui-datepicker .ui-state-default {
    font-size: 12px;
  }
  .ui-datepicker th, .ui-datepicker td {
    padding: 0.7em 0em;
  }

  .news_main .news_updates .pagination_list {
    float: none;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .news_main .news_updates .pagination_list nav .pagination {
    margin: 0px;
  }
  .news_main .news_updates h2 {
    margin-bottom: 0px;
    margin-top: 16px;
  }
  .news_main .news_updates .news_top {
    margin-top: 20px;
  }
  .news_main .news_updates h4 {
    font-size: 12px;
    line-height: 18px;
  }
  .news_main .news_updates p {
    font-size: 11px;
    line-height: 16px;
  }
  .news_main .news_updates .date_list {
    margin-top: 15px;
  }
  .news_main .news_updates .date_list .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
  }
  .news_main .news_updates .date_list li {
    display: inline-block;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 0px;
    font-size: 12px;
    margin-right: 1px;
  }
  .news_main .news_updates .date_list li input {
    margin-right: 5px;
    width: 75px;
  }
  .news_main .news_updates .top_news_container {
    margin-bottom: 30px;
    padding: 20px 15px 1px;
  }
  .news_main .news_updates .top_news_container h2 {
    margin-top: 0px;
  }
  .news_main .news_updates .top_news_container .media-body {
    padding-top: 0px;
  }
  .news_main .news_updates .top_news_container p {
    margin-bottom: 0px;
  }

  .media, .media-body {
    width: 100%;
  }

  /*news details*/
  hr {
    margin: 15px 0;
  }

  .news_updates.blogs_main .news_container {
    padding: 10px;
  }
  .news_updates.blogs_main .news_container .media-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .news_updates.blogs_main .news_container .news_date_lists li {
    font-size: 11px;
    line-height: 16px;
  }
  .news_updates.blogs_main .news_container .sidebar_post {
    padding: 10px 5px;
  }

  .news_equity_details .comment_container {
    margin-top: 8px;
    padding-top: 15px;
  }
  .news_equity_details .comment_container .next_previous {
    margin-bottom: 15px;
  }
  .news_equity_details .comment_container .form-inline textarea {
    margin-top: 0px;
    font-size: 12px;
  }
  .news_equity_details .comment_container .form-inline .form-group {
    margin-right: 0px;
    width: 100%;
  }
  .news_equity_details .comment_container .form-inline .form-group input {
    font-size: 12px;
    height: 30px;
  }
  .news_equity_details .login_option {
    margin-bottom: 0px;
  }
  .news_equity_details .login_option .option_social_btns a {
    font-size: 14px;
    padding: 8px 0;
  }
  .news_equity_details .login_option form label {
    font-size: 13px;
  }
  .news_equity_details .login_option form input {
    font-size: 13px;
  }
  .news_equity_details .login_option span {
    padding-top: 0px;
    font-size: 14px;
    margin: 10px auto;
  }
  .news_equity_details p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .news_equity_details ul li {
    font-size: 10px;
    margin-right: 0px;
  }
  .news_equity_details ul li i {
    margin-left: 0px;
  }
  .news_equity_details ul li strong {
    font-size: 10px;
  }
  .news_equity_details ul li:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .news_equity_details ul li:last-child {
    margin-left: 10px;
  }

  /*contact us*/
  .contact-details {
    margin: 20px auto 0;
    padding: 15px;
    width: 90%;
  }
  .contact-details p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .contact-details h4 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .contact-details h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #map-canvas, #map-canvas_contact {
    height: 250px;
    width: 100%;
  }

  .job-description .modal-dialog {
    margin: 0 auto;
    top: 10%;
    width: 90%;
  }
  .job-description .modal-dialog .modal-content .modal-header {
    border: 0 none;
    padding: 20px 12px 0;
  }
  .job-description .modal-dialog .modal-content .modal-body {
    padding: 0 12px 20px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container {
    padding: 15px 10px 0 10px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container .yellow_btn {
    font-size: 12px;
    margin-top: 15px;
    padding: 5px 10px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul {
    margin-top: 15px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul li {
    margin-bottom: 15px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification .responsibility_container ul li span {
    font-size: 12px;
    line-height: 16px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification h5 {
    font-size: 13px;
  }
  .job-description .modal-dialog .modal-content .modal-body .qualification p {
    font-size: 12px;
  }
  .job-description .modal-dialog .modal-content .modal-body .time_table ul li {
    margin-bottom: 5px;
  }
  .job-description .modal-dialog .modal-content .modal-body .time_table ul li span {
    font-size: 13px;
  }
  .job-description .modal-dialog .modal-content .modal-body .time_table ul li p {
    font-size: 13px;
    margin-left: 0px;
  }
  .job-description .modal-dialog .modal-content .modal-body .time_table ul li:first-child span {
    font-size: 14px;
  }
  .job-description .modal-dialog .modal-content .modal-body .time_table ul li:first-child p {
    font-size: 14px;
  }

  .apply-now .modal-dialog {
    margin: 50px auto;
    width: 90%;
  }
  .apply-now .modal-dialog .modal-content .modal-header {
    padding: 35px 15px 15px;
  }
  .apply-now .modal-dialog .modal-content .modal-body {
    padding: 0 15px 20px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .form-group {
    width: 100%;
    font-size: 12px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .form-group p {
    margin: 0;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .form-group input {
    width: 100%;
    font-size: 12px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .form-group .btn-default {
    font-size: 14px;
    margin-top: 15px;
    padding: 5px 10px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form textarea {
    width: 100%;
    font-size: 12px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .quotes_select .select-wrapper {
    width: 260px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .quotes_select .select-wrapper select {
    width: 260px;
    font-size: 12px;
  }
  .apply-now .modal-dialog .modal-content .modal-body form .quotes_select .select-wrapper:hover, .apply-now .modal-dialog .modal-content .modal-body form .quotes_select .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }

  .modal {
    overflow: scroll;
  }

  .apply .modal-dialog {
    margin: 20px auto;
    width: 90%;
  }
  .apply .modal-dialog .modal-content .modal-body {
    padding: 0 15px 20px;
  }
  .apply .modal-dialog .modal-content .modal-body h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .apply .modal-dialog .modal-content .modal-body p {
    font-size: 13px;
    margin: 0;
  }

  .gallary_popup .modal-dialog {
    width: 90%;
    margin: 20px 5%;
  }
  .gallary_popup .modal-dialog .modal-content .modal-header {
    padding: 20px 50px 0 20px;
  }
  .gallary_popup .modal-dialog .modal-content .modal-body {
    padding: 20px 15px;
  }

  .map_popup .modal-dialog {
    width: 90%;
    margin: 30px auto;
  }

  .scroll_mobile_carousal {
    height: 42px;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls {
    margin: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-prev {
    margin: 0 5px 0 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-next {
    margin: 0 0px 0 5px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .scroll_mobile_carousal .owl-theme .owl-controls .owl-dots {
    display: none;
  }

  .tab_mobile_carousal {
    height: 36px;
  }
  .tab_mobile_carousal .owl-theme .owl-controls {
    margin: 0;
  }
  .tab_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-prev {
    margin: 0 5px 0 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .tab_mobile_carousal .owl-theme .owl-controls .owl-nav .owl-next {
    margin: 0 0px 0 5px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
  .tab_mobile_carousal .owl-theme .owl-controls .owl-dots {
    display: none;
  }

  .tab_mobile_carousal.owl-theme .owl-controls .owl-nav [class*="owl-"], .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .scroll_mobile_carousal.owl-theme .owl-controls .owl-nav [class*="owl-"], .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    margin: -5px -5px 0;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    position: relative;
    z-index: 1000;
  }

  .tab_mobile_carousal.owl-theme .owl-controls, .scroll_mobile_carousal.owl-theme .owl-controls {
    display: inline-block;
    top: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 1px;
  }

  .tab_mobile_carousal.owl-theme .owl-controls .owl-prev, .scroll_mobile_carousal.owl-theme .owl-controls .owl-prev {
    margin: -5px 5px 0 -10px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    float: left;
  }

  .tab_mobile_carousal.owl-theme .owl-controls .owl-next, .scroll_mobile_carousal.owl-theme .owl-controls .owl-next {
    margin: -5px -10px 0 5px;
    background: none;
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    float: right;
  }

  /*nav*/
  .about_inner_nav .inner_nav li .active {
    font-size: 13px;
    padding: 10px 5px 10px 0;
  }
  .about_inner_nav .inner_nav li a {
    font-size: 13px;
    padding: 10px 5px 10px 0;
    border-bottom: 2px solid transparent;
  }

  .about_inner_nav .fixed_menu {
    width: 100%;
    left: 0;
  }

  /*END_nav*/
  /*market section*/
  /*markets*/
  .main.markets .content_txt .market_btn {
    margin-bottom: 20px;
  }
  .main.markets .content_txt .market_btn a {
    padding: 5px 10px;
    font-size: 10px;
  }

  .markets_bg .container .tab_container .tab-pane .tab-content .wrap {
    margin-right: 0px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table table thead tr th:last-child {
    padding: 5px;
  }
  .markets_bg .container .tab_container .tab-pane .tab-content .wrap .inner_tab_container .tab_container .tab-content.market_equity .tab-pane .market_inner_table table tbody tr td:last-child {
    width: auto;
  }

  /*END_markets*/
  /*markets_equity*/
  .tab_container.market p {
    margin-top: 0px;
  }
  .tab_container.market p select {
    height: 25px;
    border-radius: 4px;
    width: 130px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph ul li {
    font-size: 12px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph ul li:after {
    margin: 0 0 0 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now {
    background: #cccccc;
    min-height: 22px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now h3 {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 100px;
    margin-right: 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now ul {
    height: 22px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .trending_now ul li {
    padding: 0px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table thead tr th {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 15px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 15px;
  }

  .watch_and_research .market_watch {
    margin-right: 0px;
  }
  .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .watch_and_research .market_watch div:first-child {
    padding-bottom: 10px;
  }
  .watch_and_research .market_watch div:last-child {
    padding: 10px 0;
  }
  .watch_and_research .market_watch div h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .watch_and_research .market_watch div p {
    font-size: 13px;
    line-height: 18px;
    display: block;
  }
  .watch_and_research .market_watch div p .yellow_btn {
    margin-top: 12px;
  }
  .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch {
    margin-bottom: 30px;
  }
  .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch div {
    padding-bottom: 10px;
  }
  .watch_and_research .no_bg .heading_small {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  /*END_markets_equity*/
  /*markets_equity_news*/
  .news_main .news_updates ul li img {
    margin-top: -4px;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height {
    padding: 15px;
    margin: 15px 0px 30px 0px;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height a {
    font-size: 10px;
    padding: 5px;
    margin-top: 10px;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height div {
    padding: 10px 0;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height div p {
    font-size: 12px;
    line-height: 17px;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height div span {
    font-size: 11px;
  }
  .news_main .news_updates .markets_equity_news .watch_and_research .market_watch.equal_height div a {
    font-size: 13px;
    padding: 5px 0;
    margin-top: 10px;
  }

  /*END_markets_equity_news*/
  .get_quotes ul li strong {
    margin-bottom: 10px;
  }
  .get_quotes ul .quotes_select {
    float: none;
  }
  .get_quotes ul .quotes_select .select-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .get_quotes ul .quotes_select .select-wrapper select {
    width: 80%;
  }
  .get_quotes ul .quotes_select .select-wrapper:hover, .get_quotes ul .quotes_select .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }

  .market_table table thead tr th {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 15px;
  }
  .market_table table thead tr th:last-child {
    padding: 5px 60px;
  }
  .market_table table thead tr th:nth-child(2) {
    padding: 5px 70px;
  }
  .market_table table tbody tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 15px;
  }
  .market_table table tbody tr td span.green {
    float: none;
    font-size: 13px;
    font-weight: 600;
    margin: 2px 3px 0;
    vertical-align: top;
  }
  .market_table table tbody tr td span.red {
    float: none;
    font-size: 13px;
    font-weight: 600;
    margin: 2px 3px 0;
    vertical-align: top;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table thead tr th:first-child {
    padding: 0 30px;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td:first-child {
    padding: 10px 0 0 5px;
  }

  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table .upper_case table tbody tr td {
    font-size: 11px;
    padding: 10px 0 0 5px;
  }

  .derivatives .market_table table tr th:nth-child(2) {
    padding: 5px 85px;
  }

  /*market_derivatives*/
  .derivatives .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .derivatives .market_equity_graph {
    margin-right: 0px;
  }
  .derivatives .market_equity_graph ul li {
    font-size: 12px;
  }
  .derivatives .market_equity_graph ul li:after {
    margin: 0 0 0 5px;
  }
  .derivatives .get_quotes {
    padding: 15px;
    min-height: 1px;
  }
  .derivatives .get_quotes ul li strong {
    margin-bottom: 10px;
  }
  .derivatives .get_quotes a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .derivatives .get_quotes h3 {
    font-size: 15px;
    line-height: 18px;
  }
  .derivatives .get_quotes h5 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .derivatives .get_quotes .quotes_select .select-wrapper {
    line-height: 30px;
  }
  .derivatives .get_quotes .quotes_select .select-wrapper .custom-select {
    line-height: 30px;
    width: 90%;
  }
  .derivatives .get_quotes .quotes_select .select-wrapper .holder {
    font-size: 12px;
  }
  .derivatives .get_quotes .quotes_select .select-wrapper:hover, .derivatives .get_quotes .quotes_select .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }
  .derivatives .futures {
    margin-top: 0px;
  }
  .derivatives .futures h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .derivatives .futures .inner_tab_container {
    margin-bottom: 15px;
  }
  .derivatives .futures .inner_tab_container .tab_container .tab_head .nav.nav-tabs li {
    margin-bottom: 0px;
  }
  .derivatives .futures .inner_tab_container .tab_container .tab_head .nav.nav-tabs li a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .derivatives .futures .inner_tab_container .tab_container .tab-content .market_inner_table p {
    font-size: 13px;
    margin: 10px;
    text-align: center;
  }
  .derivatives .futures .watch_and_research .market_watch {
    padding: 15px;
    margin: 15px 0px  0px 0px;
  }
  .derivatives .futures .watch_and_research .market_watch h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .derivatives .futures .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .derivatives .futures .watch_and_research .market_watch div p {
    font-size: 12px;
    line-height: 17px;
  }
  .derivatives .futures .watch_and_research .market_watch div .read_more {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    margin-left: 0px;
  }
  .derivatives .futures .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch {
    margin-bottom: 30px;
  }
  .derivatives .futures .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch div {
    padding-bottom: 10px;
  }
  .derivatives .futures .watch_and_research .no_bg h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .derivatives .market_table table tr td span.red, .derivatives .market_table table tr td span.green {
    margin: 3px 5px 0 9px;
  }

  /*END_market_derivatives*/
  /*overview*/
  .about_inner_nav.update_list .inner_page_content .contact-container .date_time h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container {
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container .pagination_list nav ul {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container .fund_table table tr th {
    font-size: 13px;
  }
  .about_inner_nav.update_list .inner_page_content .contact-container .fund_profile_container .fund_table table tr td {
    font-size: 12px;
    padding: 5px 10px;
  }
  .about_inner_nav.update_list .inner_page_content .currency {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li {
    margin-right: 0px;
    display: block;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li a {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li:nth-child(2) {
    text-align: center;
    margin-top: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li .select-wrapper {
    width: 280px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li .select-wrapper .custom-select {
    width: 280px;
  }
  .about_inner_nav.update_list .get_quotes {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .get_quotes ul {
    margin-top: 0px;
  }
  .about_inner_nav.update_list .get_quotes ul li {
    margin-right: 0px;
    display: block;
  }
  .about_inner_nav.update_list .get_quotes ul li strong {
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .get_quotes ul li a {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .get_quotes ul li:first-child {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .about_inner_nav.update_list .get_quotes ul li .select-wrapper {
    width: 280px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .get_quotes ul li .select-wrapper .custom-select {
    width: 280px;
  }

  /*END_overview*/
  /*derivatives_markets*/
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time ul {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time ul li:nth-child(2) {
    margin-top: -3px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time ul li a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time ul li .select-wrapper {
    font-size: 12px;
    width: 250px;
    height: 30px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .date_time ul li .select-wrapper .custom-select {
    width: 250px;
    height: 30px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .fund_profile_container {
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .fund_profile_container .pagination_list nav ul {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .fund_profile_container .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .fund_profile_container .fund_table table tr th {
    font-size: 13px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab-content .tab-pane .fund_profile_container .fund_table table tr td {
    font-size: 12px;
    padding: 5px 10px;
  }

  .tab_container .tab_head .nav-tabs li a {
    padding: 12px;
    font-size: 13px;
  }

  /*END_derivatives_markets*/
  /*market_mutual_funds*/
  .derivatives_fund .tab_container {
    margin: 0px;
    margin-bottom: 20px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .date_time ul {
    margin-top: 10px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .date_time ul li {
    margin-right: 0px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .date_time ul li:nth-child(2) {
    margin-top: -3px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .date_time ul li a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .date_time ul li .select-wrapper {
    font-size: 12px;
    width: 150px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .date_time ul li .select-wrapper select {
    width: 150px;
    font-size: 12px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .fund_profile_container {
    margin-bottom: 0px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .fund_profile_container .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .fund_profile_container .pagination_list nav ul {
    margin-top: 10px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .fund_profile_container .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .fund_profile_container .fund_table table tr th {
    font-size: 13px;
  }
  .derivatives_fund .tab_container .tab-content .tab-pane .fund_profile_container .fund_table table tr td {
    font-size: 12px;
    padding: 5px 10px;
  }
  .derivatives_fund .get_quotes {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .derivatives_fund .get_quotes h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .derivatives_fund .get_quotes .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .derivatives_fund .get_quotes ul li strong {
    margin-bottom: 10px;
  }
  .derivatives_fund .get_quotes .quotes_select .select-wrapper {
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 30px;
  }
  .derivatives_fund .get_quotes .quotes_select .select-wrapper select {
    width: 85%;
    font-size: 12px;
    line-height: 30px;
  }
  .derivatives_fund .get_quotes .quotes_select .select-wrapper:hover, .derivatives_fund .get_quotes .quotes_select .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }
  .derivatives_fund .quick_links h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .derivatives_fund .quick_links ul.benifit_list {
    margin-bottom: 0px;
  }
  .derivatives_fund .quick_links ul.benifit_list li {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
  .derivatives_fund .tool_cal {
    margin-top: 0px;
  }
  .derivatives_fund .tool_cal h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .derivatives_fund .tool_cal .btns .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .derivatives_fund .watch_and_research .market_watch {
    padding: 15px;
    margin: 15px 0px  0px 0px;
  }
  .derivatives_fund .watch_and_research .market_watch h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .derivatives_fund .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .derivatives_fund .watch_and_research .market_watch div p {
    font-size: 12px;
    line-height: 17px;
  }
  .derivatives_fund .watch_and_research .market_watch div .read_more {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    margin-left: 0px;
  }
  .derivatives_fund .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch {
    margin-bottom: 30px;
  }
  .derivatives_fund .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch div {
    padding-bottom: 10px;
  }
  .derivatives_fund .watch_and_research .no_bg h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  /*END_market_mutual_funds*/
  /*markets_ipo*/
  .market_container .fund_table {
    margin-bottom: 0px;
  }
  .market_container .tab_container {
    margin-top: 20px;
  }
  .market_container .fund_profile_container {
    margin-bottom: 10px;
  }
  .market_container .fund_profile_container .heading_small {
    font-size: 15px;
    margin-top: 20px;
  }
  .market_container .fund_profile_container .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .market_container .watch_and_research .market_watch {
    padding: 0px;
    margin: 15px 0px  0px 0px;
  }
  .market_container .watch_and_research .market_watch .ipo {
    margin-right: 0px;
  }
  .market_container .watch_and_research .market_watch h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .market_container .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .market_container .watch_and_research .market_watch div p {
    font-size: 12px;
    line-height: 17px;
  }
  .market_container .watch_and_research .market_watch div .read_more {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    margin-left: 0px;
  }

  .tab_container {
    margin-top: 20px;
  }
  .tab_container .tab-content .tab-pane .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .tab_container .tab-content .tab-pane .fund_table table tr th {
    font-size: 13px;
  }
  .tab_container .tab-content .tab-pane .fund_table table tr th:first-child {
    padding: 5px 30px;
  }
  .tab_container .tab-content .tab-pane .fund_table table tr th:nth-child(2), .tab_container .tab-content .tab-pane .fund_table table tr th:nth-child(4) {
    padding: 5px 20px;
  }
  .tab_container .tab-content .tab-pane .fund_table table tr td {
    font-size: 12px;
    padding: 5px 5px;
  }
  .tab_container .tab-content .tab-pane .fund_table table tr td table tr td {
    padding: 0;
  }
  .tab_container .tab-content .tab-pane .ipo_btn .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }

  #market_commodity_main_graph {
    margin-top: 115px;
  }

  .page-derivatives-market .tab_container .tab-content {
    padding: 24px 0 0;
  }

  .page-derivatives-market .currency {
    margin-top: 20px;
  }

  .white_bg.fund_table table tr td table tr td strong {
    margin-right: 12px;
  }

  .market_ipo .heading_small {
    font-size: 15px;
    margin-top: 0px;
  }
  .market_ipo .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    float: right;
  }
  .market_ipo .nav_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .market_ipo .nav_table table tr th {
    font-size: 13px;
  }
  .market_ipo .nav_table table tr td {
    font-size: 12px;
    padding: 0px 5px;
  }
  .market_ipo .fund_profile_container {
    margin-bottom: 20px;
  }
  .market_ipo .fund_profile_container .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .market_ipo .fund_profile_container .fund_table table tr th {
    font-size: 13px;
  }
  .market_ipo .fund_profile_container .fund_table table tr th:first-child {
    padding: 5px 30px;
  }
  .market_ipo .fund_profile_container .fund_table table tr th:nth-child(2), .market_ipo .fund_profile_container .fund_table table tr th:nth-child(3) {
    padding: 5px 20px;
  }
  .market_ipo .fund_profile_container .fund_table table tr td {
    font-size: 12px;
    padding: 5px 5px;
  }
  .market_ipo .market_table_ipo .heading_small {
    font-size: 15px;
    margin-top: 20px;
  }
  .market_ipo .market_table_ipo .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin: 10px 0 20px;
    float: right;
  }
  .market_ipo .market_table_ipo .nav_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .market_ipo .market_table_ipo .nav_table table tr th {
    font-size: 13px;
  }
  .market_ipo .market_table_ipo .nav_table table tr td {
    font-size: 12px;
    padding: 5px 5px;
  }
  .market_ipo .market_table_ipo .fund_profile_container {
    margin-bottom: 0px;
  }
  .market_ipo .market_table_ipo .fund_profile_container .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .market_ipo .market_table_ipo .fund_profile_container .fund_table table tr th {
    font-size: 13px;
  }
  .market_ipo .market_table_ipo .fund_profile_container .fund_table table tr td {
    font-size: 12px;
    padding: 5px;
  }

  /*END_markets_ipo*/
  /*performance*/
  .about_inner_nav.update_list .inner_nav li a {
    font-size: 14px;
    padding: 10px 4px;
  }

  /*END_performance*/
  /*news_analysis*/
  .derivative_news {
    padding: 12px;
  }
  .derivative_news h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .derivative_news .dnews_data {
    margin-top: 10px;
  }
  .derivative_news .dnews_data .all_news_container {
    border-right: 0 none;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    vertical-align: top;
    width: 100%;
  }
  .derivative_news .dnews_data .all_news_container ul.dnews_list li {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    margin-right: 35px;
  }
  .derivative_news .pagination_list nav ul {
    margin-top: 0px;
  }

  .fund_profile_container {
    margin-bottom: 0px;
  }
  .fund_profile_container .heading_top {
    margin-bottom: 0px;
  }
  .fund_profile_container .heading_top h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .fund_profile_container .fund_table {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .fund_profile_container .fund_table table tr th {
    font-size: 13px;
  }
  .fund_profile_container .fund_table table tr th:first-child {
    padding: 3px 15px;
  }
  .fund_profile_container .fund_table table tr td {
    font-size: 12px;
    padding: 3px 5px;
  }

  /*END_news_analysis*/
  .page-derivatives-market .member1 .fund_table.white_bg table tr th {
    padding: 8px 25px;
  }

  span.green {
    font-size: 12px;
  }

  /*markets_commodities*/
  .tab_container.market .tab_head .nav-tabs li {
    margin-bottom: 0px;
  }
  .tab_container.market .tab_head .nav-tabs li a {
    font-size: 12px;
    padding: 5px 6px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf {
    padding: 10px 10px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li {
    margin-left: 0px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li small {
    font-size: 18px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li i {
    font-size: 38px;
    line-height: 25px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li .select-wrapper {
    width: 220px;
    margin-bottom: 5px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_equity_graph .glod_graf ul li .select-wrapper select {
    width: 220px;
  }

  .main ul.benifit_list li {
    width: 90%;
  }

  .market_commodity .futures {
    margin-top: 0px;
  }
  .market_commodity .futures h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .market_commodity .futures .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
  .market_commodity .futures .inner_tab_container {
    margin-bottom: 15px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select .select-wrapper {
    width: 120px;
    height: 30px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select .select-wrapper select {
    width: 120px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select .select-wrapper:hover, .market_commodity .futures .inner_tab_container .tab_container .market_equity .fund_ct .quotes_select .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab_head .nav.nav-tabs li {
    margin-bottom: 0px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab_head .nav.nav-tabs li a {
    font-size: 12px;
    padding: 5px 9px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content {
    padding: 10px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane h3 {
    margin: 0px;
    font-size: 15px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    float: right;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table {
    margin-top: 10px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table table tbody tr th {
    font-size: 13px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table table tbody tr th:first-child {
    padding: 5px 25px;
  }
  .market_commodity .futures .inner_tab_container .tab_container .tab-content .tab-pane .nav_table table tbody tr td {
    font-size: 12px;
    padding: 5px 5px;
  }
  .market_commodity .watch_and_research {
    margin-top: 10px;
  }
  .market_commodity .watch_and_research .market_watch {
    padding: 15px;
    margin: 0px;
  }
  .market_commodity .watch_and_research .market_watch .ipo {
    margin-right: 0px;
  }
  .market_commodity .watch_and_research .market_watch h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .market_commodity .watch_and_research .market_watch div {
    padding: 10px 0;
  }
  .market_commodity .watch_and_research .market_watch div:last-child {
    border: 0px;
  }
  .market_commodity .watch_and_research .market_watch div p {
    font-size: 12px;
    line-height: 17px;
  }
  .market_commodity .watch_and_research .market_watch div .read_more {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    margin-left: 0px;
  }
  .market_commodity .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch {
    margin-bottom: 30px;
  }
  .market_commodity .watch_and_research .no_bg .tab_container .tab-content .tab-pane .market_watch div {
    padding-bottom: 10px;
  }
  .market_commodity .watch_and_research .no_bg h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  /*markets*/
  .block-market-page-sub-menus .content_txt {
    margin: 10px 0;
  }
  .block-market-page-sub-menus .content_txt .market_btn {
    margin-bottom: 20px;
  }
  .block-market-page-sub-menus .content_txt .market_btn a {
    padding: 5px 10px;
    font-size: 10px;
  }

  .tab_container.market .tab-content.market_equity .tab-pane .market_table table thead tr th:nth-child(2) {
    padding: 10px 70px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table thead tr th:last-child {
    padding: 10px 45px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td {
    padding: 30px 12px;
  }
  .tab_container.market .tab-content.market_equity .tab-pane .market_table table tbody tr td span.green {
    float: none;
    font-size: 13px;
  }

  /*END_markets_commodities*/
  .currency {
    margin-top: 25px;
  }

  /*market_equity_price*/
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li {
    line-height: 20px;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li .select-wrapper {
    text-align: left;
  }
  .about_inner_nav.update_list .inner_page_content .currency .contact-container.upadate_data .date_time ul li a {
    margin-top: 10px;
  }

  .about_inner_nav.update_list .inner_page_content {
    margin-bottom: 20px;
  }
  .about_inner_nav.update_list .inner_page_content .currency {
    margin-top: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .heading_small {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
  }
  .about_inner_nav.update_list .inner_page_content .date {
    float: none;
  }
  .about_inner_nav.update_list .inner_page_content .date li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .other {
    float: none;
  }
  .about_inner_nav.update_list .inner_page_content .other li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab_head.with_bg {
    float: none;
    width: 100%;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab_head.with_bg .nav-tabs li {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .tab_head.with_bg .nav-tabs li a {
    font-size: 13px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .date_time ul {
    float: none;
    margin-left: 10px;
    margin-top: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .date_time ul li {
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
    margin-top: 0px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .date_time ul li a {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .date_time ul li span {
    margin-bottom: 5px;
  }
  .about_inner_nav.update_list .inner_page_content .tab_container .date_time ul li span .select-wrapper {
    text-align: left;
    line-height: 25px;
  }

  .watch_and_research .market_watch div:last-child {
    border: 0;
  }
  .watch_and_research .market_watch .read_more {
    margin: 10px 0;
  }

  .range-slider > span.slider-container > span.bar {
    right: -10px;
  }

  /*END_market_equity_price*/
  .currency .date_time h3 {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
  }

  .filter_price {
    float: none;
    display: block;
    margin: 0px;
  }
  .filter_price li, .filter_price .price {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
  .filter_price li .yellow_btn, .filter_price .price .yellow_btn {
    padding: 6px 16px;
    margin-top: 0px;
  }
  .filter_price li .select-wrapper, .filter_price .price .select-wrapper {
    width: 100%;
    margin: 0 0 12px;
  }
  .filter_price li .select-wrapper select, .filter_price .price .select-wrapper select {
    width: 80%;
  }

  .about_inner_nav.update_list .currency .contact-container.upadate_data .date_time ul.filter_price {
    margin: 0;
  }
  .about_inner_nav.update_list .currency .contact-container.upadate_data .date_time ul.filter_price li .select-wrapper {
    margin-top: 5px;
  }
  .about_inner_nav.update_list .currency .contact-container.upadate_data .date_time ul.filter_price li .yellow_btn {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  /*END_market_equity_analysis*/
  /*corporate_action*/
  .corporate_action .about_inner_nav.update_list .inner_page_content {
    margin-bottom: 20px;
    padding: 0px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 {
    margin-top: 10px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time .corporate_fillter.positions_filter {
    float: none;
    margin-bottom: 0px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li {
    display: block;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li:nth-child(1) {
    float: none;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li:nth-child(1) p {
    font-size: 12px;
    padding-top: 0px;
    text-align: right;
    margin-bottom: 0px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li p {
    font-size: 13px;
    padding-top: 0px;
    margin-bottom: 5px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .member3 .contact-container.upadate_data .date_time .corporate_fillter.positions_filter li .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li:first-child {
    display: block;
    margin-right: 5px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li:first-child p {
    font-size: 13px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .dividend_details .cororate_footer ul li a {
    margin-right: 4px;
    font-size: 11px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .derivative_news {
    min-height: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .derivative_news .dnews_data ul li {
    margin-bottom: 10px;
  }
  .corporate_action .about_inner_nav.update_list .inner_page_content .derivative_news .dnews_data ul li a {
    font-size: 12px;
    line-height: 18px;
  }

  /*END_corporate_action*/
  /*updates*/
  .about_inner_nav.update_list {
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .update_container {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .update_container .filter_price {
    float: none;
    margin-top: 0px;
    margin-left: 0;
  }
  .about_inner_nav.update_list .update_container .filter_price li {
    display: block;
  }
  .about_inner_nav.update_list .update_container .filter_price li .select-wrapper {
    margin-top: 10px;
    height: 30px;
    width: 100%;
  }
  .about_inner_nav.update_list .update_container .filter_price li .select-wrapper select {
    width: 80%;
  }
  .about_inner_nav.update_list .update_container .filter_price li a {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .about_inner_nav.update_list .table-responsive {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about_inner_nav.update_list .table-responsive table tbody tr th {
    font-size: 13px;
    padding: 5px 25px;
  }
  .about_inner_nav.update_list .table-responsive table tbody tr td {
    font-size: 12px;
    padding: 5px 10px;
  }
  .about_inner_nav.update_list .pagination_list nav ul {
    margin-top: 10px;
  }
  .about_inner_nav.update_list .derivative_news {
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 10px;
  }
  .about_inner_nav.update_list .derivative_news .dnews_data .all_news_container {
    width: 100%;
    border: none;
    padding: 0px;
    margin-right: 0px;
  }

  /*END_updates*/
  /*tools_calculators*/
  .tool_and_calculator {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .tool_and_calculator .toolcal {
    margin-bottom: 20px;
  }
  .tool_and_calculator .toolcal h3 {
    font-size: 15px;
  }
  .tool_and_calculator .toolcal .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .tool_and_calculator .toolcal p {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .tool_and_calculator .toolcal p .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  /*END_tools_calculators*/
  /*research*/
  .research .research_all {
    margin-bottom: 20px;
  }
  .research .research_all h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .research .research_all p {
    margin-bottom: 5px;
  }
  .research .research_all ul {
    margin-left: 15px;
  }
  .research .research_all ul li {
    font-size: 12px;
    line-height: 18px;
  }

  /*END_research*/
  table tr td {
    vertical-align: top;
  }

  .trending_now {
    margin-top: -10px;
  }

  .scroll_top {
    right: 10px;
  }

  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active a {
    background: none;
    font-size: 11px;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active a:after {
    border: 0;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active {
    position: relative;
    z-index: 1001;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active a {
    background: none;
    width: 100%;
    color: #646464;
    text-align: center;
    font-size: 11px;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active a:after {
    border: 0;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li {
    position: relative;
    z-index: 1001;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li a {
    background: none;
    width: 100%;
    color: #646464;
    text-align: center;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li a:after {
    border: 0;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active .active {
    background: #5b2a62;
    width: 100%;
    color: #ffffff;
    text-align: center;
  }
  .feature_tab .tab_header .tab_mobile_carousal.nav-tabs .active li.active .active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(91, 42, 98, 0);
    border-top-color: #5b2a62;
    border-width: 6px;
    margin-left: -6px;
  }
  .feature_tab .tab-content {
    min-height: 1px;
  }
  .feature_tab .tab-content .domastic_data li .c_name {
    width: 75px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_different {
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_percent {
    width: 50px;
    font-size: 11px;
  }
  .feature_tab .tab-content .domastic_data li .c_rate, .feature_tab .tab-content .domastic_data li .c_percent {
    font-size: 11px;
  }

  /*scheme_profile_market*/
  .scheme_profile_detail .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 0px;
  }
  .scheme_profile_detail .fund_ct {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .scheme_profile_detail .fund_ct p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .scheme_profile_detail .fund_ct .quotes_select .select-wrapper {
    width: 300px;
  }
  .scheme_profile_detail .fund_ct .quotes_select .select-wrapper select {
    width: 300px;
    font-size: 12px;
  }
  .scheme_profile_detail .fund_ct .quotes_select .select-wrapper:hover, .scheme_profile_detail .fund_ct .quotes_select .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }

  /*END_scheme_profile_market*/
  /*daily_nav*/
  .nav_container .scheme_profile_detail .yellow_btn {
    margin-top: 0px;
  }
  .nav_container .scheme_profile_detail .fund_profile_container {
    margin-bottom: 0px;
  }
  .nav_container .scheme_profile_detail .fund_profile_container .fund_table .daily_nav_table table tr th {
    font-size: 13px;
    line-height: 19px;
  }
  .nav_container .scheme_profile_detail .fund_profile_container .fund_table .daily_nav_table table tr td {
    font-size: 12px;
    line-height: 18px;
  }

  /*END_daily_nav*/
  /*historical_nav*/
  .nav_container {
    margin-bottom: 20px;
  }
  .nav_container .historical_nav_data h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
  }
  .nav_container .historical_nav_data .date_list {
    margin-top: 10px;
    float: none;
  }
  .nav_container .historical_nav_data .date_list li {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    margin-left: 0;
    font-size: 12px;
    margin-right: 1px;
  }
  .nav_container .historical_nav_data .date_list li input {
    margin-right: 5px;
    width: 75px;
  }
  .nav_container .historical_nav_data .date_list li img {
    margin-top: -4px;
  }
  .nav_container .historical_nav_data .date_btn {
    float: none;
  }
  .nav_container .historical_nav_data .date_btn ul {
    float: none;
  }
  .nav_container .historical_nav_data .date_btn ul li {
    margin-left: 0px;
    margin-right: 10px;
  }
  .nav_container .historical_nav_data .date_btn ul li button {
    font-size: 12px;
    padding: 5px 10px;
  }
  .nav_container .historical_nav_data .yellow_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 5px;
  }
  .nav_container .historical_nav_data .fund_ct {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .nav_container .historical_nav_data .fund_ct p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .nav_container .historical_nav_data .fund_ct .quotes_select .select-wrapper {
    width: 300px;
  }
  .nav_container .historical_nav_data .fund_ct .quotes_select .select-wrapper select {
    width: 300px;
    font-size: 12px;
  }
  .nav_container .historical_nav_data .fund_ct .quotes_select:hover, .nav_container .historical_nav_data .fund_ct .quotes_select:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
    border: 1px solid #d9d9d9;
  }
  .nav_container .nav_table {
    margin-bottom: 0px;
  }
  .nav_container .nav_table table tr th {
    font-size: 13px;
    line-height: 19px;
  }
  .nav_container .nav_table table tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
  }

  /*END_historical_nav*/
  /*table*/
  .fund_table table tr th {
    font-size: 13px;
    line-height: 19px;
  }
  .fund_table table tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
  }

  .fund_profile_container {
    margin-bottom: 0px;
  }

  /*brokerage-calculator*/
  .tab_container .tab_head .on_offline {
    top: -10px;
    right: 10px;
  }
  .tab_container .tab_head .on_offline li {
    margin-left: 0px;
    display: block;
  }
  .tab_container .tab_head .on_offline li label {
    padding-left: 20px;
    font-size: 12px;
  }

  .brokerage_calculator .tab_data .yellow_btn {
    margin-top: 15px;
    font-size: 13px;
    padding: 5px 10px;
  }

  /*END_brokerage-calculator*/
  .about_inner_nav .inner_nav {
    display: none;
  }
  .about_inner_nav .inner_page_content .market_highlights {
    margin: 30px 0 0;
  }

  .gallery_main .gallery_data {
    margin: 30px 0 0;
  }

  .common_carousel .owl-theme .owl-controls .owl-nav {
    z-index: 1;
  }
  .common_carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    position: relative;
    left: -47%;
  }
  .common_carousel .owl-theme .owl-controls .owl-nav .owl-next {
    position: relative;
    right: -47%;
  }

  .item-list .pager {
    margin: 20px 0;
  }
  .item-list .pager li a {
    padding: 2px;
  }

  /*END_table*/
  #volumebulkdeal {
    margin-top: 30px;
  }

  /*amount_saved*/
  .tax_calculator {
    margin-bottom: 20px;
  }
  .tax_calculator .box-text {
    min-height: 70px;
    padding: 0 15px;
  }
  .tax_calculator .box-text .middle_align {
    width: 88%;
  }
  .tax_calculator .box-text .middle_align p {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  .tax_calculator .box-text .middle_align p br {
    display: none;
  }
  .tax_calculator .box-text .middle_align input {
    font-size: 12px;
    height: 30px;
  }
  .tax_calculator .box-text h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .tax_calculator .box-text i {
    font-size: 10px;
  }
  .tax_calculator .box-text small {
    font-size: 10px;
  }
  .tax_calculator .box-text .range-slider {
    padding-bottom: 5px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar {
    height: 5px;
    top: -33px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar-btn {
    width: 40px;
    height: 20px;
    font-size: 10px;
    padding: 2px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar-btn span:before {
    top: 20px;
    left: 15px;
  }
  .tax_calculator .box-text .range-slider .slider-container .bar-btn:after {
    height: 10px;
    width: 10px;
    top: 29px;
  }
  .tax_calculator .box-text .text-rs.home_cal span {
    font-size: 13px;
  }
  .tax_calculator .box-text .text-rs.home_cal input {
    font-size: 12px;
    height: 30px;
  }
  .tax_calculator .box-text .details-field {
    padding: 0px;
    margin: 10px 0 15px 0;
  }
  .tax_calculator .box-text .details-field p {
    margin-top: 10px;
    margin-right: 0px;
    text-align: none;
    margin-bottom: 0px;
  }
  .tax_calculator .box-text .details-field p span {
    margin-right: 5px;
    text-align: none;
    font-size: 12px;
  }
  .tax_calculator .box-text .details-field p label {
    margin-right: 5px;
    padding: 0px;
    padding-left: 20px;
    font-size: 12px;
  }
  .tax_calculator .box-text .details-field .tax_btn {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .tax_calculator .box-text .details-field .tax_btn a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .tax_calculator .details-field {
    padding: 0px;
  }
  .tax_calculator .details-field .tax_btn {
    margin: 10px;
  }
  .tax_calculator .details-field .tax_btn a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .tax_calculator .details-field .tax-payable .amount_save {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .tax_calculator .details-field .tax-payable input {
    padding: 0 10px 0 10px;
    font-size: 12px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .tax_calculator .details-field .tax-payable p {
    margin: 0px;
  }
  .tax_calculator .details-field .tax-payable span {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
  }
  .tax_calculator .details-field .tax-payable small {
    margin-left: 5px;
    margin-top: 0px;
    float: none;
  }
  .tax_calculator .home_loan .box-text {
    padding: 0 10px;
  }
  .tax_calculator .home_loan .box-text .details-field {
    padding: 0 0 20px 0;
  }
  .tax_calculator .home_loan .box-text .details-field input {
    margin-top: 10px;
  }
  .tax_calculator .home_loan .box-text .details-field .tax_btn {
    padding-top: 10px;
  }
  .tax_calculator .home_loan .box-text .details-field .tax_btn a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .tax_calculator .tax_btn.expense_cal a {
    font-size: 10px;
    padding: 5px 10px;
  }

  /*END_amount_saved*/
  /*invest_ipo*/
  .ipo {
    padding-bottom: 20px;
  }
  .ipo .invest-ipo .heading_small {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ipo .invest-ipo ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .ipo .invest-ipo p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .ipo .investments {
    margin: 30px 0 20px;
  }
  .ipo .investments .heading_small {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ipo .investments ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .ipo .investments p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .ipo .investments p a {
    font-size: 10px;
    padding: 5px 10px;
  }

  .tab_head .nav-tabs li a {
    padding: 10px;
    line-height: 10px;
    font-size: 12px;
    width: 100%;
    height: 34px;
  }

  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active a {
    background: none;
    font-size: 11px;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active a:after {
    border: 0;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li.active {
    position: relative;
    z-index: 1001;
    background: none;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li.active a {
    background: none;
    width: 100%;
    color: #646464;
    text-align: center;
    font-size: 11px;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li.active a:after {
    border: 0;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li {
    position: relative;
    z-index: 1001;
    background: none;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li a {
    background: none;
    color: #646464;
    text-align: center;
    padding: 10px;
    line-height: 10px;
    font-size: 12px;
    width: 100%;
    height: 34px;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li a:after {
    border: 0;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li.active {
    background: none;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li.active .active {
    background: #5b2a62;
    width: 100%;
    color: #ffffff;
    text-align: center;
  }
  .tab_container .tab_head .tab_mobile_carousal.nav-tabs .active li.active .active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(91, 42, 98, 0);
    border-top-color: #5b2a62;
    border-width: 6px;
    margin-left: -6px;
  }

  .welth_mp_top {
    margin-top: 0;
  }

  .news_equity_details h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .news_equity_details ul li {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .news_equity_details h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .research_all.news ul.benifit_list {
    margin-left: 0px;
  }
  .research_all.news ul.benifit_list li {
    margin-left: 15px;
  }

  .news_updates .top_news_container {
    padding: 0px 15px 15px;
    background-color: #e3e3e3;
  }

  .testimonials h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
  }
  .testimonials span {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .modal-dialog .modal-content .modal-header .close {
    position: relative !important;
    z-index: 1000 !important;
  }

  .positions_filter .quotes_select .select-wrapper:focus, .positions_filter .quotes_select .select-wrapper:hover {
    background: url("../images/icon/select-dropdown.png") no-repeat;
    background-position: center right;
    background-color: #f9ffff;
  }

  .suggestions .form-group form {
    text-align: center;
  }
  .suggestions .form-group form .webform-container-inline.inputs label {
    text-align: center;
    margin-top: 10px;
    line-height: 18px;
  }
  .suggestions .form-group form .captcha .form-item.form-item-captcha-response label {
    margin-left: 0px;
  }
  .suggestions .form-group form .captcha .form-item.form-item-captcha-response input {
    margin-left: 0px;
  }
  .suggestions .form-group form .captcha .form-item.form-item-captcha-response .description {
    margin-left: 0px;
  }
  .suggestions .form-group form .captcha img {
    margin-left: 0px;
  }
  .suggestions .form-group form .form-actions input {
    margin-left: 0px;
  }

  /*END_invest_ipo*/
  .block-market-mutualfund-page-module .tab_container .tab_head .nav-tabs li a, .section-brokerage-calculator .tab_container .tab_head .nav-tabs li a {
    padding: 12px;
    font-size: 12px;
  }

  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-left: -17px;
  }

  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 2.8em;
  }

  .mutual_fund_activity .fund_table table tr th {
    padding: 4px 100px;
  }

  .scheme_profile_detail .fund_profile_container .fund_table .daily_nav_table.table-responsive {
    overflow-x: visible;
  }

  .range-slider > input {
    margin-top: 36px;
  }

  .pie_chart {
    margin-left: 28%;
  }

  .range-slider {
    margin-top: 0px;
  }

  .node-contact-us h3.heading_small {
    margin-left: 5%;
  }

  .call_popup .popup_content .quotes_select .select-wrapper {
    width: 270px;
  }
  .call_popup .popup_content .quotes_select .select-wrapper select {
    width: 270px;
  }
  .call_popup .modal-dialog {
    width: 300px;
    margin: 30px auto;
  }

  .mobile_header .top-row .top_header .customize_data .live {
    position: static;
    font-size: 8px !important;
  }

  .top_header .name {
    margin-bottom: 0px !important;
  }
  .top_header .domastic_data > li {
    padding-left: 10px !important;
  }

  .mobile_header .top-row .top_header .indices .select-wrapper {
    width: 75px !important;
  }

  .my_dashboard .my_net_worth li {
    padding: 10px 20px;
    width: 100%;
  }
  .my_dashboard .my_net_worth li:after {
    display: none;
  }

  .filter_price.quote_filter li .yellow_btn {
    margin-top: 0px;
  }

  .filter_price.quote_filter li .select-wrapper {
    float: none;
  }

  .quote_data h5 {
    margin-bottom: 0px;
  }
  .quote_data .fund_table {
    margin-bottom: 20px;
  }

  .stock_code_list ul li {
    display: block;
    margin-bottom: 5px;
  }
  .stock_code_list ul li:after {
    content: "";
  }

  .page_tabs .market_equity_graph {
    padding: 0 0 8px;
    margin-left: 0;
  }
  .page_tabs .tab_nav .btns {
    top: -35px;
  }
  .page_tabs .tab_container {
    margin: 40px 0 20px;
  }
  .page_tabs .price_table {
    margin: 0;
  }
  .page_tabs .price_table table tr td {
    font-size: 14px;
    padding: 15px 0 5px 8px;
  }
  .page_tabs .price_table table tr td span {
    font-size: 12px;
  }
  .page_tabs .price_table table tr td span:last-child {
    padding: 0;
  }
  .page_tabs .tab_container .tab-content {
    padding: 10px;
  }

  .page-equity-company-profile .tab_container .tab_head {
    background: transparent;
  }
  .page-equity-company-profile .watch_and_research {
    margin-top: 20px;
  }
  .page-equity-company-profile .watch_and_research .market_watch {
    padding: 20px 10px 0;
  }
  .page-equity-company-profile .market_equity_graph .duration {
    margin-right: -10px;
  }
  .page-equity-company-profile .market_equity_graph .price_table table tr td {
    padding: 20px 8px 0px 0px;
    vertical-align: bottom;
  }

  .page_tabs.company_profile .filter_price.too_many_filters {
    display: block;
    float: none;
  }
  .page_tabs.company_profile .filter_price.too_many_filters li {
    width: 100%;
  }
  .page_tabs.company_profile .filter_price.too_many_filters li .select-wrapper {
    width: 92%;
  }
  .page_tabs.company_profile .date_list {
    float: none;
    margin-top: 0;
  }
  .page_tabs.company_profile .date_list li {
    width: 100%;
  }
  .page_tabs.company_profile .date_list li .yellow_btn {
    margin-top: 12px;
  }
  .page_tabs.company_profile .date_list li .select-wrapper {
    width: 92%;
  }
  .page_tabs.company_profile .member.mt0 .address a {
    font-size: 13px;
  }
  .page_tabs.company_profile .member.mt0 .address h4 {
    font-size: 13px;
  }
  .page_tabs.company_profile .member.mt0 .address p {
    font-size: 13px;
  }
  .page_tabs.company_profile .member.mt0 .address p a .fa {
    margin-right: 5px;
  }
  .page_tabs.company_profile .member.mt0 .heading_small {
    margin: 0 0 15px;
  }
  .page_tabs.company_profile .member.mt0 .financial_graph {
    padding-bottom: 8px;
  }
  .page_tabs.company_profile .member.mt0 .financial_graph .finance_table {
    margin: 20px 0;
  }
  .page_tabs.company_profile .member {
    padding: 10px;
  }
  .page_tabs.company_profile .about_inner_nav .company_tab_content {
    width: 100%;
  }
  .page_tabs.company_profile .about_inner_nav .tab_navigation {
    width: 100%;
  }
  .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs {
    border-bottom: 0 none;
  }
  .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li.active {
    background: #87658d;
  }
  .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li.active a.active {
    background: #5b2a62;
    width: 100%;
  }
  .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li {
    padding: 0;
  }
  .page_tabs.company_profile .about_inner_nav .tab_navigation .nav-tabs li a {
    font-size: 12px;
    padding: 5px;
    width: 100%;
  }

  .date_list .select-wrapper {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
  }
  .date_list .select-wrapper:hover, .date_list .select-wrapper:focus {
    background: #f9ffff url("../images/icon/select-dropdown.png") no-repeat scroll right center;
  }
  .date_list .yellow_btn {
    margin-top: 10px;
  }

  .dashboard_mf_profile .dashboard_bank .dashboard_bank_details ul, .dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application {
    margin-bottom: 0;
  }

  .dashboard_mf_profile .dashboard_bank .dashboard_bank_details ul li {
    margin-bottom: 10px;
    width: 49%;
  }

  .dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application table tbody tr {
    padding-bottom: 0;
  }

  .dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application table tbody tr th, .dashboard_mf_profile .main_profile_dashboard .dashboard_personal_details .name_application table tbody tr td {
    padding: 5px;
  }

  .name_application.table-responsive {
    border: 0 none;
  }

  .slider_post_login {
    width: 100%;
  }

  .goal_planner .goal_options li {
    display: block;
    float: none;
    margin-right: 0;
    text-align: center;
  }

  .goal_planner .goal_options li img {
    margin: 0 auto;
  }

  .goal_financial_planner .allocation_completed .goal_summary .tab_container {
    float: none;
  }

  .tax_calculator .box-text {
    width: 80%;
    margin: 0 auto;
  }

  .tax_calculator .box-text .range-slider .slider-container .bar-btn {
    width: 50px;
  }

  .tax_calculator .box-text .range-slider .slider-container .bar-btn span::before {
    left: 20px;
  }

  .detail_form .form1 .form-group .switch-field, .general_info .form1 .form-group .switch-field {
    padding: 0 15px 0 0;
  }

  .detail_form .form1 .form-group input, .general_info .form1 .form-group input {
    margin: 0;
  }

  .detail_form .form1 .form-group textarea:first-child, .general_info .form1 .form-group textarea {
    margin: 0;
  }

  .detail_form .form1 .form-group .filter_price li .form-item.form-type-select.form-item-dob-day, .general_info .form1 .form-group .filter_price li .form-item.form-type-select.form-item-dob-day {
    margin-left: 0;
  }

  .detail_form .form1, .general_info .form1 {
    margin-bottom: 15px;
  }

  .detail_form .form1.form2, .general_info .form1.form2 {
    margin-top: 0;
  }

  .detail_form .form1.form2 .form-group .switch-field, .general_info .form1.form2 .form-group .switch-field {
    margin: 10px 15px 10px 0;
  }

  .goal_planner .planner_steps .family_details {
    padding-top: 15px;
  }

  .detail_form .form1.form2 .form-group, .general_info .form1.form2 .form-group {
    margin-bottom: 15px;
  }
  .detail_form .form1.form2 .form-group input, .general_info .form1.form2 .form-group input {
    margin: 0;
  }

  .goal_planner .planner_steps .risk_goals .timeframe ul li, .goal_planner .planner_steps .risk_goals .timeframe .w20 li, .goal_planner .planner_steps .risk_goals .timeframe .w33 li, .goal_planner .planner_steps .risk_goals .timeframe .w50 li, .goal_planner .planner_steps .risk_goals .timeframe .w16 li {
    left: 0 !important;
    margin: 0;
    text-align: left !important;
    width: 100% !important;
    position: relative;
    float: none;
    max-width: inherit;
  }

  .asset_allocation_advisory .allocation_completed h3 {
    width: 100%;
    margin: 20px auto 0;
  }

  .asset_allocation_advisory .allocation_completed .allocation_btn {
    margin: 20px 0;
  }

  .owl-carousel .owl-item img {
    margin: 5px auto;
  }

  .toolscal_slider .item img {
    width: auto !important;
  }

  .testimonials_bg .testimonials_data h6 strong {
    margin-left: 0px;
  }

  .detail_form .form1 .form-group .switch-field, .general_info .form1 .form-group .switch-field {
    padding: 0;
  }

  .detail_form .form1 .form-group input, .general_info .form1 .form-group {
    margin: 0 0 15px 0;
  }
  .detail_form .form1 .form-group input input, .general_info .form1 .form-group input {
    margin: 0;
  }

  .detail_form .form1.form2 .form-group .switch-field, .general_info .form1.form2 .form-group .switch-field {
    margin: 0 0 15px 0;
  }

  .detail_form .form1, .general_info .form1 {
    margin-bottom: 0px;
  }

  .goal_planner .planner_steps .family_details .quotes_select .select-wrapper {
    width: 175px !important;
    float: none;
  }
  .goal_planner .planner_steps .family_details .quotes_select .select-wrapper select {
    width: 175px;
    left: 0px;
    top: 0px;
  }

  .detail_form .form1, .general_info .form1 {
    margin-right: 0px;
  }

  .detail_form .form1 .form-group .filter_price li, .general_info .form1 .form-group .filter_price li {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
  }

  .detail_form .family_details .form1 .form-group, .general_info .family_details .form1 .form-group {
    margin-bottom: 15px;
  }
  .detail_form .family_details .form1 .form-group .quotes_select, .general_info .family_details .form1 .form-group .quotes_select {
    margin: 0;
  }

  .detail_form .form1 .form-group .filter_price li div.form-type-textfield, .general_info .form1 .form-group .filter_price li div.form-type-textfield {
    float: none;
  }

  .detail_form .form1 .form-group textarea:first-child, .general_info .form1 .form-group {
    margin-bottom: 15px;
  }

  .goal_planner .planner_steps .family_details .three_field_row .filter_price li .switch-field {
    margin: 0;
  }

  .detail_form .form1 .form-group .switch-field, .general_info .form1 .form-group .switch-field {
    margin: 0;
  }

  .detail_form .form1 .form-group, .general_info .form1 .form-group {
    margin-bottom: 15px;
  }
  .detail_form .form1 .form-group input, .general_info .form1 .form-group input {
    margin-bottom: 0px;
  }

  .goal_planner .planner_steps .loan_cal ul li {
    width: 100%;
  }

  .goal_planner .planner_steps .investment_goals ul li.fright, .goal_planner .planner_steps .investment_goals ul li {
    float: none;
  }

  .goal_planner .planner_steps .investment_goals .timeline, .goal_planner .planner_steps .investment_goals .timeline1, .goal_planner .planner_steps .investment_goals ul li input {
    width: 80%;
  }

  .detail_form .phone_no li:last-child input, .general_info .phone_no li:last-child input {
    width: 200px;
  }

  .detail_form .phone_no li input, .general_info .phone_no li input {
    width: 60px;
  }

  .goal_planner .planner_steps .loan_cal ul li input[type="text"] {
    margin-top: 5px;
  }

  .explore_destimoney .subscribe .form-item.form-type-textfield.form-item-captcha-response {
    width: 50%;
  }

  .detail_form div.error, .general_info div.error {
    margin: 0;
  }

  .goal_planner .planner_steps .family_details .form1 .form-group .filter_price .messages-inline {
    width: 129%;
  }

  .goal_planner .planner_steps .family_details .three_field_row .filter_price li {
    margin-bottom: 0px;
  }

  .trade_summary_main.my_watchlist .date_list.my_watch_datelist {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .trade_summary_main.my_watchlist .date_list.my_watch_datelist li {
    width: 90%;
    margin-bottom: 10px;
  }

  .watch_and_research .no_bg .nav-tabs .active a {
    font-size: 13px;
  }

  .last_transaction.watchlist_my .fund_table.watchlist_table table tr th:first-child {
    padding: 8px 160px 8px 18px;
  }

  .market_inner_table table tbody tr td {
    padding: 12px 5px;
  }

  .market_inner_table table tbody tr td a {
    max-width: 170px;
  }

  .market_inner_table table thead tr th {
    padding: 12px 20px;
  }

  #ticker_popup .modal-dialog {
    width: 90%;
  }

  .social_list {
    margin-left: 0;
  }

  .social_list .yellow_btn {
    position: static;
    bottom: 0;
    margin-left: 0;
    margin-top: 10px;
    width: auto;
  }

  .footer_top .sitemap_container .sm_container .social_list .yellow_btn {
    margin-left: 0;
  }

  .footer_top {
    padding: 0 0 200px;
  }
}

/* IPO BID FORM CSS */
.modal-content {
  border-radius: 0px;
  padding: 20px;
}

.close {
  color: #5b2a62;
  font-size: 30px;
  font-weight: 400;
  opacity: .9;
}

.close:hover {
  color: #5b2a62;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}

.modal-header {
  border-bottom: none;
}

.modal-title{
  border-left: 5px solid #e99b21;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  color: #151515;
}

.btn-ipo{
  margin-top: 18px;
  background-color: #5b2a62;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 1px 30px;
  border-radius: 0px;
  border: 0px;
  height: 35px;
  pointer-events: none;
}

.tab-container .tab_head .nav-tabs .active a {
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}

.tab-container .tab_head .nav-tabs li a {
  padding: 12px 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #646464;
  border: 0px;
  margin-right: 0px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  background-clip: padding-box;
}

.tab-container .tab_head .nav-tabs li a:hover{
  background: #5b2a62;
  color: #ffffff;
  border: 0px;
}

.tab-container .tab-content {
  padding: 10px 0px;
  background: white;
}

.nav-tabs {
  border-bottom: 3px solid #5b2a62;
}

.form-horizontal .control-label {
  text-align: left;
}

.form-control-ipo {
  width: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #5b2a62;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
}

input[type="text"]:focus, .form-control-ipo:focus {
-webkit-box-shadow: none;
box-shadow: none;
}

.control-label{
  font-size: 15px;
  color: #5b2a62;
  font-weight: 600;
  /* padding-left: 0px; */
}
.form-group {
  margin-bottom: 5px;
  margin-left: 0px;
}
.division{
  border-bottom: 1px solid #5b2a62;
}

.noteSection h3{
  font-size: 15px;
  color: #5b2a62;
  font-weight: 600;
  padding-left: 0px;
      line-height: 1.1;
}
.noteSection h4{
  margin-top: 15px;
  color: #5b2a62;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;

}

.noteSection h4 span{
  font-weight: bold;
  color: #333;
}

/* select {
appearance: none;
} */

.select-option {
  font-size: 15px;
  font-weight: 500;
  background-image: url(/sites/default/files/dropdown-icon-ipo.png);
  background-size: 35px;
  padding-bottom: 0px;
  background-position: right;
  
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  }


  .news-section {
      background: #f4f4f4;
      padding: 20px;
      margin-bottom: 30px;
      margin-right: 20px;
  }

  a, a:hover, a:active, a:visited, a:focus {
      text-decoration: none;
  }

  a {
      display: inline-block;
  }

  .news-section div p {
      font-size: 15px;
      color: #5a0e55;
      margin: 0;
      display: block;
      font-family: "Open Sans",sans-serif;
      margin-right: 10px;
  }

   .news-section div span {
      display: inline-block;
      font-family: "Open Sans",sans-serif;
      margin-left: 0px;
      font-size: 12px;
      color: #999999;
      margin-right: 10px;
  }

  .news-section div {
      padding: 15px 0;
      border-bottom: 1px solid #d9d9d9;
  }

  .news-section div:last-child{
      border-bottom: none;
  }

  @media(min-width:500px) {
      .form-control-ipo {
          float: right;
      } 
  }
/* IPO BID FORM CSS END*/


@media (min-width: 360px) and (max-width: 450px) {
  .top-row {
    padding: 10px 18px;
  }
  .top-row .meni-icon-mob a {
    position: absolute;
  }
  .top-row .col-xs-1, .top-row .col-xs-2, .top-row .col-xs-3, .top-row .col-xs-4, .top-row .col-xs-5, .top-row .col-xs-6, .top-row .col-xs-7, .top-row .col-xs-8, .top-row .col-xs-9, .top-row .col-xs-10, .top-row .col-xs-11, .top-row .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top-row .top_header.border .indices {
    margin-left: 2px !important;
  }
  .top-row .customize_data {
    padding-left: 5px;
  }
  .top-row .top_header .indices {
    margin-left: 0px;
  }
  .top-row .top_header .indices li p strong {
    font-size: 10px;
  }
  .top-row .top_header .indices li p a {
    font-size: 10px;
  }
  .top-row .top_header .indices .select-wrapper {
    width: auto;
    font-size: 10px;
    width: 50px !important;
  }
  .top-row .top_header .indices .select-wrapper select {
    width: auto;
  }

  .feature_tab .tab-content .domastic_data li .c_rate {
    width: 75px;
  }

  .explore_destimoney .subscribe .form-item.form-type-textfield.form-item-captcha-response {
    width: 55%;
  }
}
