.currency-heading {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.01em;
	color: #151515;
}
.currency-converter-container .gr-heading-wrapper{
	margin-top: 32px;
}
.currency-wrapper {
	margin-top: 16px;
	padding: 16px 24px;
	background-color: #ffffff;
}
.currency-rates {
	text-align: left;
	padding: 12px;
}
.currency-rates .result .gr-green-color{
	color: #159b5a;
}
.currency-rates p {
	font-size: 18px;
	font-weight: 600;
	line-height: 17.6px;
	letter-spacing: 0.01em;
	color: #363636;
}
.currency-rates .from-result {
	font-size: 16px;
	font-weight: 400;
	line-height: 17.6px;
	letter-spacing: 0.01em;
	color: #363636;
	margin-bottom: 12px;
}
.currency-rates .to-result {
	font-size: 14px;
	font-weight: 400;
	line-height: 15.4px;
	letter-spacing: 0.01em;
	color: #363636;
	margin-bottom: 16px;
}
.gd-currency-rowswrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0 24px;
	gap:24px;
}
.gd-currency-rowswrap .gd-currency-rows{
	width: 50%;
	padding: unset;
}
.gd-currency-rows {
	padding: 12px;
	background-color: #f5f6f7;
	border-radius: 5px;
}
.gd-currency-col{
	padding: 12px;
	background-color: #f5f6f7;
	border-radius: 5px;
}
.gd-currency-rowswrap .gd-currency-rows { 
	position: relative; 
}
.gd-currency-rows.show .country-dropdown {
	display: block;
}
.gd-currency-rows.show .gd-currency-selectboxwrap > img {
	transform: rotate(180deg);
}
.gd-currency-label {
	font-size: 12px;
	font-weight: 400;
	line-height: 13.2px;
	color: #363636;
	margin-bottom: 12px;
}
.gd-currency-swap {			
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #f5f6f7;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.gd-currency-swap img{
	transform: rotate(90deg);
	width: 14px;
}
.gd-currency-textboxwrap {
	font-size: 16px;
	font-weight: 700;
	line-height: 17.6px;
	letter-spacing: 0.01em;
	color: #363636;
}
.gd-currency-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #363636;
}
.gd-currency-textbox {
	border: 0 none;
	width: 90%;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	background: transparent;
	outline: none;
	color: #363636;
}
.gd-currency-selectboxwrap {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.gd-currency-from-selected, .gd-currency-to-selected {
	font-size: 16px;
	font-weight: 400;
	line-height: 17.6px;
	letter-spacing: 0.01em;
	color: #363636;
	display: flex;
	align-items: center;
	gap: 10px;
}
.gd-currency-flag img {
	width: 18px;
	height: 13px;
}
.gd-showmore {
	background: #159b5a;
	display: block;
	line-height: 44px;
	min-height: 44px;
	font-size: 16px;
	color: #ffffff !important;
	text-align: center;
	border-radius: 5px;
	font-weight: normal;
	width: 310px;
	margin: auto;
}
.country-dropdown {
	padding: 20px 5px;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
	top: 64px;
	left: 0px;
	width: 100%;
	display: none;
}
.country-search {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #eceaeb;
	padding-bottom: 9px;
}
.country-search>input {
	border: none;
	outline: none;
	width: 90%;
}
.country-list {
	padding-top: 13px;
	height: 170px;
	overflow-y: scroll;
}
.country-list::-webkit-scrollbar {
	width: 5px;
}
.country-list::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
	border-radius: 10px;
}
.country-list li.active {
	background-color: #f5f6f7;
	border-radius: 5px;
}
.country-list li {
	padding: 14px 0px 14px 14px;
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.1px;
	color: #363636;
	cursor: pointer;
}
.country-list li .gd-currency-flag {
	margin-right: 4px;
}
.country-list li.show-block-search {
	display: block !important;
}
.country-list li.hide-block-search {
	display: none !important;
}
.country-list li.hide-currency-search {
	display: none !important;
}
.world-currency-inr{
	margin-top: 32px;
}
.sec-two-wrapper {
	margin-top: 16px;
	padding: 16px 12px;
	background-color: #ffffff;
}
.sec-two-currency-list {
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0px 20px 24px;
	gap: 24px;
	justify-content: flex-start;
}
.sec-two-currency-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 17.6px;
	letter-spacing: 0.01em;
	color: #363636;
	width: 180px;
	position: relative;
}
.sec-two-currency-list li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #363636;
	left: -12px;
	top: 6px;
}
.sec-two-currency-list li span a {
	color: #0066cc;
}
.popular-currencies, .other-world-currencies, .currecny-section .gr-heading-wrapper {
	margin-top: 32px;
}
.popular-currencies a, .other-world-currencies a{
	color: #363636;
}
.inr-wrapper {
	margin-top: 16px;
	background-color: #fff;
	padding-top: 19px;
}
.inr-country-each {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 32px;
	box-sizing: border-box;
	padding: 3px 24px 19px;
	margin-bottom: 19px;
	border-bottom: 1px solid #eceaeb;
}
.inr-country-each > p {
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 17.6px;
	letter-spacing: 0.01em;
	color: #363636;
}
.inr-p-one {
	width: 300px;
}
.inr-p-two {
	width: 240px;
}
.inr-p-two span {
	font-weight: 700;
}
.inr-p-three {
	width: 90px;
	display: flex;
	align-items: center;
	gap: 17px;
	color: #0066cc !important;
}
.gr-historical-container .gr-heading-wrapper{
	margin: 32px 0 16px 0;
}
.question_container {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}
.answer_container {
	padding: 0 12px;
	height: 0;
	overflow: hidden;
	transition: all ease-in-out 0.4s;
	opacity: 0;
}
.each_accordian{
	background-color: #fff;
	padding: 12px 18px;
	margin-bottom: 16px;
}
.each_accordian.active .answer_container {
	height: auto;
	margin-top: 12px;
	opacity: 1;
}
.ans-com {
	display: flex;
	align-items: center;
	gap: 50px;
	width: 100%;
	padding: 12px 16px;
	box-sizing: border-box;
}
.ans-com>p {
	width: 287px;
}
.ans-sub {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #363636;
	border-bottom: 1px solid #eceaeb;
}
.ans-head>p {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #363636;
}

.ans-head {
	background-color: #f5f6f7;
}
.minus {
	display: none
}

.plus {
	display: block
}
.each_accordian.active .minus {
	display: block
}
.each_accordian.active .plus {
	display: none
}
.disclaimer-section {
	margin: 32px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.14999999105930328px;
	color: #5c5c5c;
	margin-bottom: 40px;
}