body {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    background-color: #fff;
    overflow-x: hidden;
	font-size: medium;
}

ul {
	margin-left: 30px;
}

ol li{
	margin-bottom: 10px;
}

ul li p{
	margin-bottom:10px;
}

ol li p{
	margin-bottom:10px;
}

ul li h5{
	margin:20px 0 10px 0;
}

ol li h5{
	margin:20px 0 10px 0;
}

b, strong {
    font-weight: bold;
}

.detail-box ul{
	margin-left: 5px;
}

.heading_container h3{
	font-size: 25px;
    margin: 25px 0 10px 0;
}

.heading_container h4{
	font-size: 20px;
    margin: 20px 0 5px 0;
}

.navbar-brand{
    font-size: 28px;
    font-weight: bold;
    color: #31ab09;
	padding-top: 0;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-brand span {
    
    color: #08135c;
}
.home .box{
	border: 1px solid #31ab09;
	height: 250px;
}
.box a{
	color: #08135c;
}

.box a:hover{
	text-decoration: underline;
}

.heading_container p {
   text-align: left;
}

.comparison_section {
    margin: 45px 0 90px 0;
}

.comparison{
	margin-top: 25px;
}
.comparison_section .box{
	margin: 20px 0 25px 0;
}

button:focus {   
    outline: 1px auto #31ab09;
}

.comparison form .form-control {
    width: 100%;
    background-color: transparent;
    border: 1px solid #a59e9e;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #fff;
}

.comparison form .btn-box button.btn {
    display: inline-block;
    padding: 10px 45px;
    background-color: #31ab09;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #31ab09;
    outline: none;
    text-transform: uppercase;
}

.comparison form .btn-box button.btn:hover {
    background-color: transparent;
    color: #08135c;
    border: 1px solid #08135c;
}

.danger_succ{
	color: #31ab09;
}

.danger_arlt{
	color: #f00;
}

.compare_table tr td:first-child(2), .compare_table tr th:first-child{
	width: 40%;
}
.compare_table tr td:nth-child(n), .compare_table tr th:nth-child(n) {
    width: 20%;
}

.compare_table tr td a:hover{
	color:#000;
	text-decoration: underline;
}


/* home */
.expert_section .box .detail-box a {    
    line-height: 30px;
}
/* end home */

.gold-rate-container {
    /*margin: 24px 0 0;*/
    /*display: flex;*/
    justify-content: space-between;
}

.gold-each-container {
    background-color: #e8f7f0;
    /*border-radius: 10px;*/
    box-shadow: 0 2px 3px 0 #0000001a;
    padding: 15px;
    /*width: 175px;
    display: inline-block;*/
    margin-right: 15px;
    white-space: normal;
    vertical-align: top;
    /*height: 130px;
	margin-left: 20%;*/
	padding-left: 30%;
	margin-bottom: 20px;
	
	border: 1px solid #31ab09;
}

.gold-common-head {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .15px;
}
.gold-common-head span {
    color: #7d7d7d;
    font-weight: 400;
}
.gold-bottom {
    margin: 30px 0 0;
}
.gold-bottom .gold-common-head {
    font-size: 16px;
	font-weight: 600;
}
.gold-common-head {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .15px;
}
.gold-stock {
    display: flex;
    align-items: center;
    margin: 12px 0 0;
    gap: 4px;
}

.gold-stock p {
    font-family: lato,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: .14px;
    /*color: #ff4040;*/
}

.gold-stock img{
	/*margin-bottom: 15px;*/
}


/* dopdown menu*/
.navbar-nav{
	font-size: 14px;
}

.dropdown-menu{
	font-size: 12px;
}

.dropdown-menu-right {
    right: auto;
    left: auto;
}

.dropdown-menu .submenu-left{ 	
	right: auto;
}

.dropdown-menu.wd2{
	min-width: 22rem;
}

a.dropdown-item {
    font-size: 14px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link{
	padding: 10px 15px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #31ab09;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active{
	color: #31ab09;
	/*background-color: #007bff;*/
}



/* calculator */
.kode_choose_tab {
    float: left;
    width: 100%;
    position: relative;
}

.kode_choose_tab ul {
    float: none;
    display: flex;
    justify-content: center;
    border: 1px solid #08135c;
    border-radius: 3px;
    width: 70%;
    margin: 0 auto;
}
.nav:before{
	display: table;
    content: " ";
}
.nav:after{
	clear: both;
}
.kode_choose_tab ul li:first-child {
    margin-left: 0px;
}

.brokerage .kode_choose_tab ul li {
    float: none;
    width: 33.33%;
    margin-left: 0px;
    transition: all .3s ease-in-out;
}

.margin .kode_choose_tab ul li {
    float: none;
    width: 25%;
    margin-left: 0px;
    transition: all .3s ease-in-out;
}
.tab-content, .kf_touch_field
{
	padding: 10px;
}

.mylink{
	border:1px solid #000000;
	padding:10px 40px;
	color:#474747;  
	margin-left: 10px;
}

.mylink:before{
	background-color:#474747; 
}

.mylink:hover{
	color:#000; 
}
.heading_container h1{
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}

.head-title span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

.page-head {
	/*margin-bottom: 30px;*/
	/*border-bottom: 1px solid #ccc;*/
	/*padding-bottom: 15px;*/
}

.page-head h1, .mx-auto h1, h1{
	margin-bottom: 10px !important;
	font-size: 35px !important;
	line-height: 45px !important;
	font-weight: 600 !important;
}

.page-head h1 span {
    font-size: 30px;
    font-weight: 100;
}

.page-head h2, .mx-auto h2, h2 {
	margin-bottom: 10px !important;
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: 600 !important;
}

.page-head h3, .mx-auto h3, h3 {
	margin-bottom: 10px !important;
	font-size: 25px !important;
	line-height: 35px !important;
	font-weight: 600 !important;
}


.page-head h4, .mx-auto h4, .accordion-body h4, h4 {
	margin-bottom: 10px !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
}

.page-head h5, .mx-auto h5, h5 {
	margin-bottom: 10px !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
}

.page-head h6, .mx-auto h6, h6 {
	margin-bottom: 10px !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
}

.float-none {
	float: none;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.kode_choose_tab ul {
	float: none;
	display: flex;
	justify-content: center;
	border: 1px solid #08135c;
	border-radius: 3px;
	width: 70%;
	margin: 0 auto;
}

.flex-column {
	flex-direction: column;
}
/*
.kode_choose_tab ul li {
	float: none;
	width: 33.33%;
	margin-left: 0px;
	transition: all .3s ease-in-out;
}*/

.kode_choose_tab ul li a {
	
	font-weight: 600;
	transition: all .3s ease-in-out;	
	display: block;
    color: #333;
    text-align: center;
    padding: 10px 0px;
    /*border: 1px solid #ececec;*/
    font-weight: bold;
}

/*.kode_choose_tab ul li.active a {
	background: #08135c;
	color: #fff;
}*/

.kode_choose_tab ul li a.active{
	background: #08135c;
	color: #fff;
}

.kode_choose_tab ul li:hover a {
	background: #08135c;
	color: #fff;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
    text-decoration: none;
}

.calc-form {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 2px;
	background: #f7f7f7;
}

.theme-btn {
	background: #31ab09;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	font-weight: 600;
	border: 1px solid #31ab09;
	transition: all .3s ease-in-out;
}

.theme-btn:hover{
	background: #fff;
	color: #000;
}

.theme-btn.theme-outline-btn {
	background: transparent;
	color: #31ab09
}

.theme-btn.theme-outline-btn:hover {
	background: #31ab09;
	color: #fff;
}

.form-control {
	box-shadow: none;
	height:42px;
}

/* margin provider list */
.mt-5 {
    margin-top: 1.25rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-5 {
    gap: 1.25rem;
}

/* FAQ */
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');*/



/* Sets the width for the accordion. Sets the margin to 90px on the top and bottom and auto to the left and right */

.accordion {
  width: 100%;
  margin: 50px auto;
  color: black;
  background-color: white;
  /*padding: 45px 45px;*/
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
  padding-left: 0px;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
  position: relative;
  padding: 10px 15px 10px  0;
  font-size: 20px;
  color: black;
  cursor: pointer;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 16px;
  text-align: justify;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: auto;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
}
/* end FAQ */

/* stocks page */
.stock .heading_container{
	margin: 0 0 10px 0;
}

.stock .grecol{
	color: #6a6868;
}

.stock .heading_container h1 span{
	font-size: 15px;
	color: #c1c0c0;
}

.stock .heading_container h2 span{
	font-size: 15px;
	/*color: #6a6868;*/
}

.stock .page-head{
	margin-top: 20px;
	font-weight: 100;
	margin-bottom: 0;
}

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

.column-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gap-48 {
    gap: 48px;
}
.mb-16 {
    margin-bottom: 16px;
}
.column-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gap-10 {
    gap: 10px;
}

.alignCenter {
    display: flex;
    align-items: center;
}

.gap-20 {
    gap: 20px;
}

.fs-11 {
    font-size: 11px;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-18 {
    font-size: 18px;
}

.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}

.fp-flex-grow {
    flex: 1;
}
.OpAz5 {
    border: 1px solid #087add;
}
.pos-abs {
    position: absolute;
}

.scrollOverflowX {
    overflow-x: scroll;
}
.zfb9a {
    height: 64px;
    margin-top: 42px;
    width: 100%;
}
.lkJLP {
    height: 40px;
}
.wwF4N {
    color: #087add;
}
.qCJNP {
    padding-top: 4px;
}
.RiUZl {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.mx-24 {
    margin: 25px 0px;
}
.mb-16 {
    margin-bottom: 16px;
}

.g7u6m>h3 {
    font-size: 22px;
    line-height: 32px;
}

.fp-grid {
    display: grid;
}
.br-8 {
    border-radius: 8px;
}
.u0W37 {
    grid-template-columns: 55% 1fr 1fr;
}
.pl-20 {
    padding-left: 20px;
}
.pr-10 {
    padding-right: 10px;
}
.ml-24 {
    margin-left: 24px;
}

.bgGrey {
    background:#f7f7f7e3;
}
.justifyStart {
    justify-content: flex-start !important;
}

.BMPlA, .Fh_Zq {
    -ms-flex-align: center;
    align-items: center;
    border-color: #dddbdb;
    border-style: solid;
    border-width: 0 0 1px;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.Fh_Zq {
    color: #000;
    /*font-weight: 600;
    margin-right: -6px;*/
    /*position: sticky;*/
    top: 80px;
    z-index: 5;
}
.ZmHAu {
    border-radius: 8px 0 0 0;
    -ms-flex-pack: left;
    justify-content: left;
}
.ygmqt {
    border-bottom: 1px dashed #087add;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.e1DS0 {
    -ms-flex-pack: left;
    justify-content: left;
}

.RiUZl {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.gap-32 {
    gap: 32px;
}
.column-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Coqnk {
    grid-gap: 24px 10px;
    display: grid;
    gap: 24px 10px;
    grid-template-columns: auto auto auto auto;
    max-width: 100%;
}
.eG6xo {
    width: 200px;
}
.iBEpm {
    border-bottom: 1px dashed #087add;
    color: var(--text-medium-gray);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.Voj1x {
    color: var(--color-primary-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.Aaxbh, .u0W37 {
    border: 1px solid #ddd;
}
.Aaxbh {
    grid-template-columns: 2fr 2fr 2fr 1fr 1fr;
}
.nowrap {
    white-space: nowrap;
}
.ASRGz {
    line-height: 20px;
    padding: 0 0 2px 2px;
}
/* end stocks page */


.rounded {
    border-radius: .25rem;
}

/*.border {
    border-width: 1px;
}*/

.border {
    border: 1px solid #08135c !important;
}

.p-3 {
    padding: .75rem;
}

.kode_shortcode_wrap .rounded a{
	color: #08135c;
	text-decoration: underline;
}

.kode_shortcode_wrap .rounded a:hover{
	text-decoration: none;
}
/* end margin provider list */

/* ipo Calendar */
.te-s{
	white-space: break-spaces;
    font-size: 18px;
    line-height: 25px;
}
/* end ipo Calendar */

	
/* end calculator */

.popup input {
    width: 100%;
    border: 1px solid #bdb9b9;
    padding: 5px;
}

/* stocks list */
.list_name ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.list_name ul li{
	padding: 10px;
    border: 1px solid #afa4a4;
}

.list_name ul li a{
	
}

.list_name ul li a:hover{
	
	
}


/* End stocks list */


/* ============ desktop view ============ */
.ms-auto {
    margin-left: auto !important;
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
	
	/*.Coqnk {
		grid-template-columns: auto auto;
	}*/
}

@media (max-width: 480px) {
	.kode_choose_tab ul {
		width: 90%;
	}
	
	.margin .kode_choose_tab ul li {
		font-size: 12px;
	}
}

@media only screen and (max-width: 600px){
	.Coqnk {
		grid-template-columns: auto auto;
	}
	.eG6xo {
		width: 100px;
	}
	.GqVaX {
		overflow-x: scroll;
	}	
	.Aaxbh, .DTghT {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.e1DS0, .Fh_Zq {
		position: sticky;
	}
	
	.zfb9a {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.lkJLP {
		height: 55px;
		max-width: -webkit-min-content;
		max-width: -moz-min-content;
		max-width: min-content;
		min-width: 100px;
	}
	.wwF4N {
		font-size: 12px;
	}
	.qCJNP {
		font-size: 12px;
	}
}

@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		/*left:100%;*/
		right:100%;
		top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		/*right:100%;*/
		left:auto;
		/*right: auto;*/
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
	
	/*.Coqnk {
		grid-template-columns: auto auto;
	}*/
}

@media (max-width: 991px) {
	.Coqnk {
		grid-template-columns: auto auto;
	}
}
@media screen and (max-width: 1250px){	
	.g7u6m>:first-child {
		width: 90%;
	}
	.g7u6m>h3 {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		margin: 0;
	}
	.RiUZl {
		margin: 10px 0;
		padding: 15px 0px;
	}
	.ZmHAu {
		border-radius: 4px 0 0 0;
		left: 0;
		z-index: 10;
	}
	.ZmHAu {
		border-right: 1px solid var( --border-light-grey);
		z-index: 6;
	}	
	.Fh_Zq {
		margin-right: 0;
		padding-right: 10px;
		top: 0;
	}
	.sfgCb {
		/*padding-left: 32px;
		padding-right: 20px;*/
	}
	.yEP5r {
		border-radius: 0 4px 0 0;
	}
	.JQX9x {
		margin-right: 0;
	}
}
/* ============ small devices .end// ============ */
/* end dopdown menu*/