.sr-section-inner{
	margin-top: 0px;
}

.sr-map-footer-text{
	color: var(--med-gray, #7B7F81);
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.sr-notebox {
	border-radius: 5px;
	background: #FFE6E6;
	padding: 16px;;
}

.sr-notebox-content {
	color: #F00;
	margin: 0;
}

.sr-search-box {
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 0 32px 0;
	gap: 20px;
}

.sr-search-form {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.sr-search-select{
	border-radius: 8px;
	border: 1px solid var(--gray-300, #DDD);
	background: var(--white, #FFF);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px;
	min-height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("https://assets.website-files.com/6241c54bc60d2c75066b6992/6241c54bc60d2ceb426b6baf_dropdown%20arrow.svg");
	background-position: 95% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: color: var(--gray-500, #9B9B9B);
	font-size: 16px;
}

.sr-search-btn {
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--primary-green-700, #397E77)!important;
	background: var(--primary-green-700, #397E77)!important;
	color: var(--white, #FFF)!important;
}

.sr-search-btn:hover, .sr-search-btn:active, .sr-search-btn:focus {
	background-color: #bce2dd;
}

.sr-map-area{
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 32px;
}

.sr-map-area svg {
	margin: auto;
	margin: 0;
	max-width: 100%;
}

.srm-state-data-heading{
	font-size: 24px;
	margin-top: 96px;
}

.srm-state-desc {
	font-size: 30px;
	color: #000000;
	line-height: 1.3;
}

.srmsd-course-box {
	border-radius: 10px;
	background: rgba(235, 231, 222, 0.25);
	padding: 16px;
	margin-bottom: 32px;
}

.sr-product-price {
	font-family: DM Sans !important;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	text-align: right;
	color: #000000;
	margin-bottom: 7px;
}

.sr-product-details {
	display: flex;
	align-items:center;
}

.sr-product-details .sr-product-title-box,
.sr-product-details .sr-product-action-btns{
	width:50%;
}

.sr-product-title {
	font-family: DM Sans !important;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
}

.sr-product-action-btns {
	display:flex;
	align-items: center;
	justify-content: flex-end;
	gap:15px;
}

.srp-add-to-cart-btn {
	background: #BCE2DD;
	border-radius: 5px;
	max-width: 179px;
	width:100%;
	min-height: 40px;
	padding: 10px 20px;
	font-family: DM Sans !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: black;
	text-decoration:none;
	text-align:center;
}

.srmsd-course-box-heading {
	display:inline-flex;
	background: var(--brown-50, #F4EFE7);
	border-radius: 5px;
	padding: 5px 40px;
	letter-spacing: 0.15em;
	line-height: 1.3;
	margin-bottom: 15px;
}

.srmsd-course-box-desc {
	border-radius: 5px;
	border: 1.5px solid var(--gray-600, #747679);
	background: var(--white, #FFF);
	padding: 15px;
}

.srmsd-course-box-list {
	font-size: 14px;
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 15px;
	max-height: 85px; 
	overflow: hidden; 
}

.full-visible{
	max-height: max-content!important;
	overflow: visible!important;
}

.srmsd-course-box-link {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: var(--black, #000);
	margin-left: 30px;
}

.srmsd-course-box-link svg {
	margin-left: 12px;
}

.srm-state-show-data {
	display: none;
}

@media only screen and (min-width: 48rem) {
	.sr-map-footer-text {
		font-size: 20px;
	}

	.sr-search-form {
		flex-wrap: nowrap;
	}

	.sr-search-btn {
		width: inherit;
	}

	.sr-notebox-content {
		font-size: 16px;
	}

	.srm-state-data-heading {
		font-size: 60px;
	}

	.srm-state-desc {
		font-size: 20px;
	}

	.srmsd-course-box-desc {
		font-size: 16px;
	}

	.srmsd-course-box-list{
		font-size: 16px;
	}

	.srmsd-course-box-link-box {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 60rem) {
	.sr-map-footer-text {
		max-width: 487px;
	}

	.sr-search-select {
		width: 320px;
	}

	.sr-search-btn {
		width: unset;
	}
}

@media only screen and (min-width: 80rem) {
	.sr-search-box {
		padding: 0;
	}

	.sr-form-map-container {
		display: grid;
		grid-template-columns: 485px auto;
	}
}

@media only screen and (max-width:767px){
	.desktop-visible-only {
		display:none;
	}

	.mobile-visible-only {
		display:block;
	}
}
