html{
	scroll-behavior: smooth;
}

.main-section{
	background-color: #f5f5fa;
}

.main-heading-div {
	background-image: url("images/bg.png");
	background-color: #000000;
	padding: 100px 0;
	margin-bottom: 20px;
}

.main-heading{
	font-size: 40px;
	font-weight: 700;
	color: #f7bf1d;
	text-align: center;
	margin-bottom: 0;
}

@media only screen and (max-width: 320px){
	.main-heading{
		font-size: 30px;
	}
}

.main-para{
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 0;
	text-align: center;
}

.main-content-div{
	padding: 70px 0;
}

.request-div, .response-div{
	background-color: #ffffff;
	box-shadow: 0 3px 17px -4px #a5a5a5;
	border-radius: 10px;
	padding: 25px 15px;
	position: relative;
}

.request-div{
	border-top-left-radius: 0 !important;
}

.get{
	position: absolute;
	bottom: 100%;
	left: 0;
	display: inline-block;
	padding: 5px 30px;
	background-color: green;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 5px;
}

.post {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: inline-block;
	padding: 5px 30px;
	background-color: #c0392b;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 5px;
}

.table-div, .code-div{
	margin-top: 40px;
}

.rr-headings{
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0;
}

.table{
	border-radius: 10px;
}

.table-header{
	background-color: #000000;
	color: #ffffff;
}

tbody{
	color: #000000;
}

.api-version-div {
	background-color: #000000;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 15px 0;
	border-radius: 7px;
}