/*---cms-con-Start---*/


.cms-con {
	display: block;
	width: 100%;
	color: #fff;
}

.cms-con h1 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.cms-con h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.cms-con h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.cms-con h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.cms-con h5 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
}

.cms-con h6 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
}

.cms-con .alignleft {
	float: left;
	width: auto;
	max-width: 50%;
	margin: 0 30px 30px 0;
}

.cms-con .aligncenter {
	width: auto;
	max-width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
	display: block;
}

.cms-con .alignright {
	float: right;
	width: auto;
	max-width: 50%;
	margin: 0 0 30px 30px;
}

.cms-con iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 30px;
}

.cms-con p {
	margin-bottom: 20px;
	color: rgb(255 255 255 / 80%);
	line-height: 1.6;
	font-weight: 400;
	font-size: 16px;
}

.cms-con span {
	margin-bottom: 20px;
	color: rgb(255 255 255 / 80%);
	line-height: 1.6;
	font-weight: 400;
	font-size: 16px;
}

.cms-con b,
.cms-con strong {
	margin-bottom: 0;
	display: inline;
	font-size: 16px;
	margin-bottom: 12px;
}

.cms-con p b,
.cms-con p strong {
	margin-bottom: 0;
}

.cms-con p a,
.cms-con a {
	transition: color 0.4s ease-in-out;
	color: var(--blue);
	text-decoration: none;
	font-weight: 600;
}

.cms-con p a:hover,
.cms-con a:hover {
	color: #fff;
}

.cms-con ul {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin-bottom: 20px;
	display: inline-block;
}

.cms-con ul li {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: rgb(255 255 255 / 80%);
	margin-bottom: 15px;
	padding-left: 24px;
	position: relative;
}

.cms-con ul li:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(../img/svg/check-mark.svg) no-repeat;
	background-size: cover;
}

.cms-con ul li:last-child {
	margin-bottom: 0;
}

.cms-con ul li ul,
.cms-con ol li ul {
	display: block;
	margin-top: 15px;
	margin-bottom: 0;
}

.cms-con ul li ul li {
	padding-left: 16px;
}

.cms-con ul li ul li:before {
	width: 8px;
	height: 2px;
	border-radius: 0;
	top: 10px;
}

.cms-con ol {
	padding: 0;
	margin-bottom: 20px;
	display: inline-table;
	counter-reset: cmscon-counter;
	list-style-type: none;
}

.cms-con ol li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 18px;
}

.cms-con ol li:last-child {
	margin-bottom: 0;
}

.cms-con ol li:before {
	position: absolute;
	left: 0;
	counter-increment: cmscon-counter;
	content: "" counter(cmscon-counter) ".";
	line-height: 1.4;
}

.cms-con ol li ul li:before {
	counter-increment: none;
	content: no-close-quote;
}

.cms-con ul.half li,
.cms-con ol.half li {
	width: 50%;
	display: inline-block;
}

.cms-con hr {
	background: var(--blue);
	height: 0;
	border: 1px dashed #fff;
	margin: 30px 0;
}

.clearfix {
	clear: both;
}

.cms-con p img {
	width: 100%;
	max-height: 500px;
	margin-top: 20px;
	object-fit: cover;
}

/*---cms-con-End---*/
@media only screen and (max-width: 1199px) {
	.common-sec {
		padding: 60px 0;
	}

	/*---cms-con-Start---*/
	.cms-con iframe {
		height: 500px;
	}

	.cms-con p img {
		max-height: 400px;
	}

	/*---cms-con-End---*/
}

@media only screen and (max-width: 767px) {
	.common-sec {
		padding: 40px 0;
	}

	/*---cms-con-Start---*/
	.cms-con h1 {
		font-size: 32px;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.cms-con h2 {
		margin-top: 20px;
		font-size: 28px;
		margin-bottom: 15px;
	}

	.cms-con h3 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.cms-con h4 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.cms-con h5 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.cms-con h6 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.cms-con .alignleft {
		margin: 0 20px 20px 0
	}

	.cms-con .aligncenter {
		margin: 0 auto 20px auto
	}

	.cms-con .alignright {
		margin: 0 0 20px 20px
	}

	.cms-con iframe {
		height: 400px;
		margin-bottom: 20px;
	}

	.cms-con p,
	.cms-con span {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.cms-con b,
	.cms-con strong {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.cms-con ul,
	.cms-con ol {
		margin-bottom: 10px;
	}

	.cms-con ul li {
		font-size: 14px;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.cms-con ul li:before {
		width: 12px;
		height: 12px;
		top: 5px;
	}

	.cms-con ul li ul li:before {
		top: 8px;
	}

	.cms-con ol li {
		font-size: 14px;
		padding-left: 15px;
	}

	.cms-con hr {
		margin: 20px 0;
	}

	.cms-con p img {
		max-height: 300px;
	}

	/*---cms-con-End---*/
}

@media only screen and (max-width: 568px) {

	/*---cms-con-Start---*/
	.cms-con .alignleft,
	.cms-con .alignright {
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.cms-con iframe {
		height: 300px;
	}

	.cms-con ul.half li,
	.cms-con ol.half li {
		width: 100%;
	}

	.cms-con p img {
		max-height: auto;
	}

	.cms-con h3 {
		font-size: 22px;
	}

	/*---cms-con-End---*/
}