#Certificate-one-btn .btn {
	background-color: #fbd097;
	color: #000;
	padding: 5px 20px;
	border-radius: 55px 0;
	border: #f0efef;
	transition: 0.4s !important;
}

#Certificate-two-btn .btn {
	background-color: #000;
	border-radius: 55px 0;
	padding: 5px 20px;
	border: #f0efef;
	transition: 0.4s;
}

#Certificate-one-btn,
#Certificate-two-btn,
#scr-registration-form .col-form-label {
	padding: 0;
}

#cd-header-bg-img {
	position: absolute;
	min-height: 400px;
	max-height: 400px;
}

#cd-header-content {
	position: absolute;
	color: #fff;
	min-height: 100%;
}

#cd-header-content-row {
	height: 400px;
}

#header-expresion-btn {
	margin-bottom: 20px;
	border-radius: 50px 0;
	padding: 8px 25px;
	background-color: #000;
	border: #f0efef;
	transition: 0.4s;
}

#cd-header-bg-img img {
	min-height: 400px;
	max-height: 400px;
	min-width: 100%;
}

#cd-header-course-img {
	border-left: 12px solid #111235;
	box-shadow: -10px 0 0 0 #fda430;
}

#cd-certificate-img {
	cursor: zoom-in;
}

#cd-accordion .card {
	border: 5px solid #f69310;
	border-radius: 20px;
	box-shadow: 0 0 0 -5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.19);
}

#cd-accordion {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

#cd-accordion .card .card-header h5 {
	min-width: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	background-color: #f69310;
	border-radius: 0 0 20px 20px;
	margin-top: -3px;
	padding: 2px 20px 6px;
	box-shadow: 0 10px 85px -5px rgba(0, 0, 0, 0.2),
		0 5px 5px 0 rgba(0, 0, 0, 0.19);
}

#cd-accordion .card .card-header {
	padding-top: 0;
	background-color: initial;
	border: initial;
}

#cd-accordion .card .card-header a {
	color: #fff;
	min-width: 100%;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

#cd-certificate-btns .btn {
	border: 2px solid #f69310;
	color: #000;
	background-color: #fff;
}

#cd-certificate-btns > div {
	color: #000;
	gap: 10px;
	padding: 10px;
	background-color: #d3d3d3;
}

#cd-certificate-btns {
	gap: 10px;
}

#cd-certificate-btns .btn:focus {
	background-color: #f69310;
	color: #fff;
}

#cd-certificate-details-col {
	background-color: #fff;
	padding: 15px 20px !important;
	border-radius: 10px;
	box-shadow: 0 10px 85px -5px rgba(0, 0, 0, 0.2),
		0 5px 5px 0 rgba(0, 0, 0, 0.19);
}

#cd-certificate-footer-btns #payment-btn {
	color: #fff;
	background-color: #008000;
	border: #f0efef;
	border-radius: 30px 0;
	padding: 5px 20px;
	transition: 0.4s;
}

#interest-btn {
	color: #fff;
	background-color: #f69310;
	border: #f0efef;
	border-radius: 30px 0;
	padding: 5px 20px;
	transition: 0.4s;
}

#cd-certification-row {
	padding: 20px 10px;
	background-color: #e9e9e9;
	width: 90%;
}

#cd-footer {
	margin: 20px 45px;
	position: relative;
}

@media (min-width: 1200px) {
	img.mfp-img {
		min-width: 500px;
		min-height: 100%;
	}
}

#cd-footer-2st-div {
	border: 3px solid #f69310;
	padding: 20px;
	border-radius: 20px;
	margin: 40px;
}

#cd-footer-1st-div {
	/* padding: 40px; */
	box-shadow: 0 10px 85px -5px rgba(0, 0, 0, 0.2),
		0 5px 5px 0 rgba(0, 0, 0, 0.19);
		min-width: 100%;
	/* width: 96%;
	background: url('/local/eshop/img/footer.png');
	background-size: cover;
	background-repeat: round; */

}

#cd-footer-2st-div ul {
	gap: 15px;
	display: flex;
	flex-direction: column;
	padding-left: 20px!important;
}

#cd-accordion .card .card-body {
	padding: 20px 40px;
}

#cd-accordion .card .card-body ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 15px!important
}

#header-content div:first-child,
#header-content div:nth-child(2) {
	max-width: 664px;
}

#header-expresion-btn:hover,
#cd-certificate-footer-btns #payment-btn:hover,
#interest-btn:hover  {
	background-color: #228B22 !important;
	color: #fff !important;
	letter-spacing: 1px;
	transition: 0.4s !important;
}

#cd-certificate-btns  .btn.selected {
	background-color: #f69310!important;
	border: 1px solid #fff!important;
	color: #fff!important;
}

#cd-footer-1st-div {
	&::before {
		content: "";
		width: 95%;
		position: absolute;
		z-index: 1;
		height: 3%;
		transition: 0.2s;
		border-radius: 0 0 15px 0;
		background-color: black;
	}

	&::after {
		content: "";
		width: 2%;
		position: absolute;
		z-index: 1;
		height: 90%;
		top: 0;
		transition: 0.2s;
		border-radius: 0 0 15px 0;
		background-color: black;
	}
}


@media (max-width: 399.98px) {
	#cd-footer {
		margin: 20px 20px;
		position: relative;
	}

	#cd-footer-1st-div {
		&::before {
			content: "";
			width: 90%;
			position: absolute;
			z-index: 1;
			height: 2.4%;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}

		&::after {
			content: "";
			width: 5%;
			position: absolute;
			z-index: 1;
			height: 94%;
			top: 0;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}
	}
}

@media (min-width: 400px) {
	#cd-footer {
		margin: 20px 20px;
		position: relative;
	}

	#cd-footer-1st-div {
		&::before {
			content: "";
			width: 90%;
			position: absolute;
			z-index: 1;
			height: 2.5%;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}

		&::after {
			content: "";
			width: 3%;
			position: absolute;
			z-index: 1;
			height: 94%;
			top: 0;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}
	}
}

@media (min-width: 576px) {
	#cd-footer {
		margin: 20px 35px;
		position: relative;
	}

	#cd-footer-1st-div {
		&::before {
			content: "";
			width: 93%;
			position: absolute;
			z-index: 1;
			height: 3%;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}

		&::after {
			content: "";
			width: 2.5%;
			position: absolute;
			z-index: 1;
			height: 94%;
			top: 0;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}
	}
}

@media (max-width: 576px) {
	#cd-footer-2st-div {
		h2 {
			font-size: medium!important;
		}
	}

	#cd-certification-details-col .flex-column div:first-child h4 {
		font-size: medium!important;
	}
}

@media (min-width: 768px) {
	#cd-footer {
		margin: 20px 35px;
		position: relative;
	}

	#cd-footer-1st-div {
		&::before {
			content: "";
			width: 95%;
			position: absolute;
			z-index: 1;
			height: 3.5%;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}

		&::after {
			content: "";
			width: 2%;
			position: absolute;
			z-index: 1;
			height: 91%;
			top: 0;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}
	}
}

@media (min-width: 992px) {
	#cd-footer {
		margin: 20px 55px;
		position: relative;
	}

	#cd-footer-1st-div {
		&::before {
			content: "";
			width: 96%;
			position: absolute;
			z-index: 1;
			height: 4%;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}

		&::after {
			content: "";
			width: 1.6%;
			position: absolute;
			z-index: 1;
			height: 91%;
			top: 0;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}
	}
}

@media (min-width: 1200px) {
	#cd-footer {
		margin: 20px 60px;
		position: relative;
	}

	#cd-footer-1st-div {
		width:96%;

		&::before {
			content: "";
			width: 96%;
			position: absolute;
			z-index: 1;
			height: 3.5%;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}

		&::after {
			content: "";
			width: 1.2%;
			position: absolute;
			z-index: 1;
			height: 91%;
			top: 0;
			transition: 0.2s;
			border-radius: 0 0 15px 0;
			background-color: black;
		}
	}

}

#page-local-eshop-pages-detail #page-footer .footer-content-popover[data-region="footer-content-popover"] {
	display: none!important;
}
