.head-drone-detail {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.head-drone-detail .drone-detail-box {
	color: #282828;
	margin: 0 10px 0 0;
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 14px;
}

.head-drone-detail .post-value {
	color: #293a4e;
	font-weight: 500;
}

.head-schedule {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.drone-detail-btn {
	padding: 12px;
	background: #ff7500;
	display: inline-flex;
	border-radius: 3px;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #FFF;
	top: 0;
	/* position: absolute; */
	right: 0;
	font-weight: 500;
	white-space: nowrap;
	min-width: 194px;
}

.drone-detail-btn:hover {
	color: #FFF;
}

.drone-detail-btn img {
	width: 23px;
}

.drone-topics-list-main {
	padding: 35px 30px 0px 45px;
}

.drone-topic-list li {
	position: relative;
	padding: 8px 0px 8px 23px;
	/* background: linear-gradient(90deg, #f0f0f0, transparent); */
	/* border-radius: 55px; */
	/* margin-bottom: 10px; */
	color: #282828;
	width: 50%;
}

.drone-topic-list li::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	background-color: #2e88c4;
	top: 14px;
	left: 0;
}

.topic-list-outer ul {
	display: flex;
	flex-wrap: wrap;
}

.certmapicon {
	padding-left: 0px;
}

.topic-list-outer {
	width: 100%;
	border-radius: 3px;
	background-color: #f3fbff;
	border: 2px solid #3d7f9f;
	padding: 20px;
	margin-bottom: 20px;
}

.certificatemap.hl-certificate {
	display: inline-flex !important;
	justify-content: space-between;
	padding: 0 40px 0 27px;
	/* min-height: calc(100vh - 233px); */
}

.certificatemap.hl-certificate .certmapicon::before {
	display: none;
}

.certificatemap.hl-certificate .certmapicon::after {
	display: none;
}

.hc-page-heading .training_level {
	color: #2ecc71;
}

.certmappingcol.hc-page-heading {
	position: relative;
	width: 100%;
}

.certmappingcol.hc-page-heading>p>br {
	display: none;
}

.hc-page-heading h1 {
	font-size: 28px;
	margin-bottom: 10px;
	text-transform: none;
	color: #1a1a1a;
	padding-right: 10px;
}

.hc-page-heading p {
	font-size: 15px;
	line-height: 26px;
	color: #282828;
	font-weight: 400;
}

.topic-list-outer h3 {
	font-size: 18px;
	/* line-height: 20px; */
	color: rgb(61, 127, 159);
	font-weight: bold;
	margin-bottom: 15px;
}

.drone-training-imgs {
	display: grid;
	gap: 22px;
	flex-wrap: wrap;
	/* margin-top: 40px; */
	margin-bottom: 40px;
	grid-template-columns: repeat(4, 4fr);
}

.training-img {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	object-fit: cover;
}

.training-img img {
	height: 100%;
}

/*acutiy modal css start*/
.acuity-embed-modal {
	z-index: 20001;
	opacity: 1;
	transition: opacity .2s;
	display: flex;
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
}

.acuity-modal-visible .acuity-modal-inner {
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.acuity-modal .acuity-embed-modal>* {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
}

.acuity-modal-inner {
	padding: 26px 6.5px 6.5px;
	position: relative;
	max-width: 900px;
	width: 98%;
	max-height: 95%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.iframe-outer {
	overflow: auto;
	max-height: 90vh;
	height: 500px;
}

.iframe-outer.frame-height #request_iframe {
	height: 99%;
}

.acuity-modal-close {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	height: 28px;
	width: 28px;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
	color: #ea8c3a !important;
	font-size: 28px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 0;
}

.content-description p {
	text-align: left;
	line-height: 1.5;
	font-weight: 500;
	max-width: 88%;
}

.popupaddseat.ht-popup-nw {
	position: relative;
	background: #fff;
	padding: 35px;
	max-width: 650px;
	width: 95%;
	border-radius: 4px;
}

.popupaddseat.ht-popup-nw .add_seats_grp {
	margin: 0;
	margin-top: 45px;
	width: 100%;
	max-width: 100%;
}

.add_seats_grp.hf-height .inpdashboard br {
	display: none;
}

.add_seats_grp.hf-height .inpdashboard label {
	left: 10px;
	top: -8px;
}

.p-0 {
	padding: 0 !important;
}

@media screen and (min-width: 1200px) {
	.maincontentinc {
		min-height: calc(100vh - 154px);
	}

	.main-content-inner {
		height: calc(100vh - 89px);
	}
}

/*acutiy modal css ends*/
@media screen and (min-width: 1212px) and (max-width:  1300px) {
	.head-drone-detail{
		margin-top: 10px;
	}
}

@media screen and (min-width: 1400px) {
	.certmappingcol {
		padding-left: 40px;
		padding-right: 30px !important;
	}

	.hc-page-heading h1 {
		padding-right: 230px;
	}

	.drone-detail-btn {
		right: 30px;
	}

	.hc-page-heading p {
		font-size: 16px;
	}

	.head-drone-detail .drone-detail-box {
		font-size: 15px;
	}
}

@media screen and (max-width: 1600px) {
	.hc-page-heading h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 1400px) {
	.certmappingcol {
		padding-left: 40px;
		padding-right: 0px !important;
	}

	.hc-page-heading h1 {
		font-size: 28px;
		margin-bottom: 10px;
		text-transform: none;
	}

	.head-drone-detail .drone-detail-box {
		padding: 5px 7px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.certmapicon {
		width: 240px;
	}

	.certmapicon::before {
		width: 300px;
		height: 180px;
	}
}

@media screen and (max-width: 1100px) {
	.certmappingcol {
		/* padding-left: 20px;
   padding-right: 20px !important; */
		width: 100%;
	}

	.drone-topic-box h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.hc-page-heading p {
		line-height: 28px;
	}

	.drone-topic-list li {
		font-size: 14px;
	}

	.drone-detail-btn {
		right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.certmappingcol {
		width: 100%;
	}

	.drone-training-imgs {
		grid-template-columns: repeat(3, 4fr);
	}

	.drone-detail-btn {
		position: unset;
		margin-bottom: 10px;
	}

	.hc-page-heading h1 {
		padding-right: unset;
	}

	.head-schedule {
		display: block;
	}

	.certificatemap.hl-certificate {
		padding: 0 30px 0 30px;
	}

	.drone-topics-list-main {
		padding: 35px 30px 0px 30px;
	}

	.certmappingcol {
		padding-left: 25px;
	}
}

@media screen and (max-width: 991px) {
	.certmappingcol {
		padding: 0;
	}

	.certmapicon {
		margin: 0 auto 20px;
		text-align: center;
	}

	.hc-page-heading h1 {
		font-size: 25px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.drone-topics-list-main {
		padding: 15px 20px 0px 20px;
	}

	.certificatemap.hl-certificate {
		flex-wrap: wrap;
		padding: 0 25px 20px;
	}
}

@media screen and (max-width: 767px) {
	.head-drone-detail {
		gap: 8px;
	}

	.certmapicon img {
		max-width: 190px;
	}

	/*.head-drone-detail .drone-detail-box {
		padding: 0 8px;
		font-size: 12px;
		height: 30px;
		line-height: 28px;
		margin: 0;
	}*/

	.head-drone-detail .drone-detail-box {
	    padding: 0 8px;
	    font-size: 12px;
	    height: auto;
	    line-height: 20px;
	    margin: 0;
	    min-height: 28px;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    gap: 4px;
	    row-gap: 0;
	}

	.hc-page-heading p {
		font-size: 14px;
		line-height: 23px;
	}

	.drone-detail-btn {
		font-size: 14px;
	}

	.drone-detail-btn img {
		width: 21px;
	}

	.drone-topics-list-main {
		padding: 20px;
	}

	.drone-topic-box h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.drone-topic-list li {
		font-size: 14px;
		line-height: 1.3;
		width: 100%;
	}

	.certificatemap {
		margin-bottom: 0px;
	}

	.drone-training-imgs {
		gap: 15px;
	}
}

@media screen and (max-width: 575px) {
	.drone-training-imgs {
		grid-template-columns: repeat(2, 4fr);
	}

	.drone-training-imgs {
		gap: 22px;
	}
}

@media screen and (max-width: 525px) {
	.certificatemap.hl-certificate {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.certmapicon {
		margin-bottom: 20px;
	}

	.drone-topics-list-main {
		padding: 0px 15px;
	}

	.drone-training-imgs {
		margin-top: 40px;
	}
}

@media screen and (max-width: 525px) {
	.drone-training-imgs {
		gap: 15px;
	}
}