.about-page {
	width: 100%;
}

.about-page .service-region {
	font-weight: bold;
}

.service-region .service-region-content {
	width: 80%;

}

.service-region .service-region-head > h3 {
	font-weight: bold;
	font-size: 20x;
}

.about-page .banner-head {
	border-bottom: 1px solid #cccccc;
}

.about-page .banner-head > h1 {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.about-page .banner-body > p {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
}

.about-page .banner {
	width: 100%;
	height: 400px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/about1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.about-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	text-align: center;
	height: 80%;
	color: #fff;
}

.about-page-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.about-cont .about-body-cont {
	width: 80%;
}


.about-cont .about-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.about-cont .about-body-cont-head > h2 {
	font-size: 25px;
	font-weight: bold;
}

.about-cont .about-body-cont-body > p {
	font-size: 16px;
	font-weight: bold;
}

.about-cont .about-body-cont-body > ul > li {
	list-style: none;
}

.about-cont .about-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}


.privacy-policy .policy-content > h2 {
	padding-left: 2%;
	background: #c7ddef;
}

.privacy-policy .policy-content .policy-sub {
	padding-left: 5%;
}

.privacy-policy .policy-content .policy-sub > p {
	font-weight: 600;
}


.cancellation .policy-content > h2 {
	padding-left: 2%;
	background: #c7ddef;
}

.cancellation .policy-content {
	padding-left: 5%;
}

.cancellation .policy-content > p {
	font-weight: 600;
}


.terms .policy-content > h2 {
	padding-left: 2%;
	background: #c7ddef;
}

.terms .policy-content .policy-sub {
	padding-left: 5%;
}

.terms .policy-content .policy-sub > p {
	font-weight: 600;
}



.registration-page {
	width: 100%;
}

.registration-page .banner-head {
	border-bottom: 0px solid #cccccc;
}

.registration-page .banner-head > h1 {
	font-weight: bold;
	color: #069f06;
	text-align: center;
}

.registration-page .banner-body > p {
	font-weight: bold;
	color: #069f06;
	margin: 15px;
	padding:10px;
	text-align: center , justify;
	font-size: 20px;
}

.registration-page .banner {
	width: 100%;
	height:20%;
	background-image: linear-gradient(rgba(240,255,240));
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	float: left;
    font-size: 28px;
    position: relative;
    transition: all .4s ease-in-out;
}

.registration-card {
	display:block;
	padding: 60px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* z-index: 1; */
	/* background-color: #d3e9d3; */
}

.registration-card .view {
	float: left;
    height: auto;
    padding: 0 0 20px 0;
    padding: 0px;
    border-width: 0px;
	border-radius: 5px;
	margin-bottom: 20px;
    margin: 0px;
    /* left: 50%; */
	background-color: #fff;
	/* z-index: 3; */
    top: 0px;
    touch-action: pan-x pan-y;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	
}

.registration-card .card-body {
	padding: 1.8rem 2rem;
}
.registration-card  .mb-2 {
  margin-bottom: 0.7rem!important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 5px;
  width: 100%;
  z-index: 0;
}

@media (max-width: 480px) {
	.registration-card .view {
		width:100%;
	}
}

.registration-card .row {

	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	gap:10px;
}
