.swiper-container img {
	border: 1px solid #ddd;
	margin: 20px auto;
}

.swiper-slide .slide-cont {
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rhs-cont img {
	border: 1px solid #ddd;
	display: block;
	margin: 0 0 15px;
}

.hglt {
	background: #dbffe4;
	padding: 10px 20px;
	text-align: center;
	width: 95.5%;
	margin: 20px 0 10px 0;
	display: table;
	vertical-align: middle;
}

.hglt col {
	display: table-cell;
}

.hglt col:nth-child(1) {
	width: 85px;
}

.hglt img {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
}

.hglt p {
	margin: 5px 0;
}

.hglt div {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
	width: 86%;
}

.hglt div.col.div-radius {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: #7bc1ff;
}

.hglt div.col.div-radius img {
	transform: scale(.65);
	-webkit-transform: scale(.65);
	-moz-transform: scale(.65);
	border: 0;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*================== accordian css */
.add-on {
	font-size: 10px;
	font-weight: 600;
}

.red-star {
	color: #e07879
}

.windowsmonoTable td.padd-none {
	padding: 0 !important;
}

.bdr-none td {
	border: none !important;
	padding: 15px 0px !important;
}

.accordion_head.active {
	background: #F9F9F9;
	color: #85b536 !important;
}

.accordion_container {
	width: 100%;
}

.accordion_head {
	color: #09C;
	cursor: pointer;
	font-size: 14px;
	margin: 0 0 1px 0;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.accordion_body {
	background: #F9F9F9;
	padding: 12px;
}

.accordion_body p {
	margin: 0px;
}

.plusminus {
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
}

/*================== accordian css end */
.banner .flex-row:before,
.banner .flex-row:after {
	content: '';
	display: table;
	clear: both;
}

.flex-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 25px 0;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-row .col {
	flex: 1;
	margin: 5px;
}

.counter-box {
	background: #fff;
	padding: 20px;
	margin: 10px 15px;
	position: relative;
	border-radius: 6px;
	text-align: center;
	min-height: 314px;
	border: 1px solid #ececec;
	transition: all 300ms ease;
}

.counter-box h1 {
	font-size: 24px;
	margin: 0;
	color: #6d64f6;
}

.counter-box:hover {
	border: 3px solid #f4f5fd;
	margin-top: -5px;
	transition: all 300ms ease;
	box-shadow: 0px 0px 24px #f4f5fd;
}

s .counter-box h3 {
	font-size: 46px;
	font-weight: 600;
	color: #2c9acd;
}

.border-top {
	border-top: 1px solid #f2f2f2;
}

.list {
	min-height: 202px;
}

.list li {
	list-style: disc;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 11px;
	text-align: left;
}

a.custom-btn {
	background: #6d64f6;
	color: #fff;
	padding: 8px 24px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
}

a.custom-btn:hover {
	background: #645be0;
	text-decoration: none;
}

.custom-list li {
	margin-bottom: 10px;
}

.accordion_example2 {
	margin-top: 60px;
}

.accordion_in .acc_head {
	color: #09C !important
}

.accordion_in a:hover {
	text-decoration: none;
}

.acc_icon_expand {
	display: none !important
}

.smk_accordion .accordion_in {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}

.smk_1 .accordion_in {
	border-top: 0 !important;
	border-bottom: 0 !important;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}

.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #fff;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	display: block;
	cursor: pointer;
}

.smk_1 .accordion_in .acc_head {
	padding: 8px 0px 8px 44px !important;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 22px;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 45%;
	margin-top: -9px;
	background: url(images/plusminus.png) center 0;
}

.smk_accordion .accordion_in .acc_content {
	background: #F9F9F9;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #4C596E;
	padding: 0px 10px 15px 10px;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
	border-radius: 3px 3px 0 0;
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
	border-radius: 0 0 3px 3px;
}

.smk_accordion .accordion_in.acc_active .acc_content {
	display: block;
}

.smk_accordion .accordion_in.acc_active .acc_head {
	background: #F9F9F9;
	color: #85b536 !important;
}

.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
	background: url(images/plusminus.png) center -24px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
	padding-left: 10px;
}

.smk_accordion .accordion_in .acc_head1 {
	position: relative;
	background: #f8f8f8;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #111;
	display: block;
	cursor: pointer;
	letter-spacing: -0.5px;
	border: 1px solid #e9e9e9;
	border-bottom: none;
}

.smk_accordion .accordion_in .acc_head1 .acc_icon_expand {
	display: block;
	width: 22px;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 45%;
	margin-top: -9px;
	background: url(../images/plusminus-cl.png) center 0;
}

.smk_accordion .accordion_in.acc_active .acc_head1 .acc_icon_expand {
	background: url(../images/plusminus-cl.png) center -24px;
}

.smk_accordion .accordion_in .acc_content1 {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 11px 10px 15px 10px;
}

.smk_accordion .accordion_in.acc_active .acc_content {
	display: block;
}

.smk_accordion .accordion_in.acc_active .acc_head1 {
	background: #f8f8f8;
	color: #85b536 !important;
	border: 1px solid #e9e9e9;
}

.smk_1 .accordion_in .acc_head1 {
	padding: 11px 0px 14px 44px !important;
}

@media screen and (max-width:767px) {
	.flex-row {
		display: block;
	}

	.list {
		min-height: auto;
	}

	.counter-box {
		min-height: auto;
		margin: 20px 0px;
	}
}

a.custom-btn:hover {
	background: #645be0;
	text-decoration: none;
}

.custom-list li {
	margin-bottom: 10px;
}

.accordion_example2 {
	margin-top: 60px;
}

.accordion_in .acc_head {
	color: #09C !important
}

.accordion_in a:hover {
	text-decoration: none;
}

.acc_icon_expand {
	display: none !important
}


.vid-row {
	display: flex;
	align-items: center;
	gap: 32px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.flx-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.flx-row>ul {
	flex: 1;
}

.badge-row {
	display: flex;
	gap: 16px;
	margin-bottom: 48px;
}

.badge-row>.cell:first-child {
	width: 70%;
}

.badge-row>.cell p {
	margin-bottom: 0 !important;
}

.badge-row>.cell:last-child {
	width: calc(30% - 16px);
	text-align: center;
	background: #f9f9f9;
	display: flex;
	align-items: center;
}

.badge-row>.cell:last-child>a {
	display: inline-block;
	margin: 0 auto;
}

.badge-row>.cell:last-child img {
	max-width: 200px !important;
	border: none;
	transition: all .3s;
	transform: scale(.85);
}

.badge-row>.cell:last-child img:hover {
	transform: scale(1);
}

.vid-row>.cell:nth-child(1) {
	width: 55%;
}

.vid-row>.cell:nth-child(2) {
	width: calc(45% - 32px);
}

@media screen and (max-width:650px) {
	a.custom-btn {
		padding: 8px 7px;
		font-size: 12px;
	}

	table.windowsmonoTable thead tr:first-child th {
		width: 5% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.counter-box {
		min-height: 385px;
	}

	.list {
		min-height: 274px;
	}
}

@media only screen and (min-width: 500px) and (max-width: 900px) {
	.counter-box {
		min-height: 385px;
	}

	.list {
		min-height: 274px;
	}

	table.windowsmonoTable thead tr:first-child th {
		width: 16% !important;
	}
}

/*.logo {
	display: inline-block;
	width: 120px;
	min-height: 50px;
	padding: 25px;
	align-content: center;
	background: #F9F9F9;
}
.logo > a > img {
	max-width: 60px !important;
	border: 0;
}*/
/*========== End css ===========*/

.fw600 {
	font-size: 15px;
	font-weight: 600;
}

a.btn-style {
	margin: 10px 0px 10px;
}

.sub-head {
	background: #fbfbfb;
	display: block;
	padding: 10px 0px;
	margin-bottom: 0px;
	color: #424f55;
	border-bottom: 2px solid #f3f3f3;
}

em {
	font-style: italic;
}

table.windowsmonoTable td {
	vertical-align: middle;
	padding: 0.5em 1em;
}

.trn-strip {
	background: #466eb3;
	text-align: center
}

#menu {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
}

ul {
	list-style: none;
}

ul.column {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#scroll ul {
	list-style-type: disc;
	padding: 10px 0;
}

#menu li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a {
	float: left;
	height: 23px;
	padding-left: 3px;
	color: #e9e9e9;
	font: normal 12px/25px verdana, Arial, Helvetica;
	text-decoration: none;
	cursor: text;
}

#menu li:hover>a {
	color: #e9e9e9;
}

*html #menu li a:hover

/* IE6 */
	{
	color: #fafafa;
}

#menu li:hover>ul {
	display: block;
}

/* Sub-menu */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
	background: #383838;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.92;
}

#menu ul ul {
	top: 0;
	left: 150px;
}

#menu ul li {
	float: none;
	margin: 0;
	padding: 3px 0px;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	border-bottom: 0px solid #464646;
}

#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu ul a {
	padding: 5px 10px 5px 10px;
	height: 10px;
	font: normal 12px/25px verdana, Arial, Helvetica;
	height: auto;
	line-height: 16px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

*html #menu ul a

/* IE6 */
	{
	height: 10px;
}

*:first-child+html #menu ul a

/* IE7 */
	{
	height: 10px;
}

#menu ul a:hover {
	color: #fff;
}

#menu ul li:first-child>a {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: text;
}

#menu ul li:first-child>a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -8px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #383838;
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #383838;
	border-bottom-color: transparent;
}

#menu ul li:last-child>a {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	z-index: 100000;
}

* html #menu {
	zoom: 1;
}

/* IE6 */
*:first-child+html #menu {
	zoom: 1;
}

/* IE7 */
#adRhsLnk {
	display: none
}

.faqh {
	font-size: 18px;
	margin: 0;
}

/*related resource style begin*/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
	padding-top: 0;
	padding-bottom: 0;
}

.row>* {
	padding-left: 12px;
	padding-right: 12px;
	max-width: 100%;
}

.row.g-0 {
	margin-right: 0;
	margin-left: 0;
}

.row.g-0>* {
	padding-left: 0;
	padding-right: 0;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

@media only screen and (min-width: 576px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

.related-resource-section h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
}

.related-resource-section .related-resource-img {
	margin-top: 40px;
	max-width: 360px;
	width: 100%;
	height: auto;
}

.related-resource-section .resource-card {
	border: 1px solid #EFEFEF;
	border-radius: 12px;
	margin-left: 32px;
}

@media screen and (max-width: 1199.98px) {
	.related-resource-section .resource-card {
		margin: 40px 0 0;
	}
}

.related-resource-section .resource-wrapper {
	padding: 24px;
	border-right: 1px solid #EFEFEF;
}

.related-resource-section .resource-link-item.featured {
	margin-bottom: 32px;
}

.resource-link-list {
	padding: 0 !important;
}

.related-resource-section .resource-link-list li a:hover {
	text-decoration: underline;
}

.related-resource-section .resource-link-list li {
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.75;
	padding-left: 0;
	list-style: none;
}

.related-resource-section .resource-link-list li:last-child {
	margin-bottom: 0;
}

.related-resource-section .resource-link-list li a {
	color: inherit;
}

.related-resource-section .resource-link-list li a svg {
	vertical-align: sub;
}

.related-resource-section .resource-link-list li a span {
	margin-right: 4px;
}

.related-resource-section .resource-other-wrapper {
	padding: 24px 24px 24px 0;
}

.related-resource-section .resource-other-wrapper .resource-other-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: inherit;
	text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1),
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #EFEFEF;
}

.related-resource-section .resource-other-wrapper .resource-other-item:hover {
	text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .p {
	font-size: 1rem;
	line-height: 1.75;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
	color: #006DEB;
	display: flex;
	align-items: center;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
	margin-right: 20px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
	width: 32px;
	height: 38px;
}

.related-resource-section .resource-other-wrapper .resource-other-item a {
	font-size: 1rem;
}

.related-resource-section ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

@media screen and (max-width: 1199.98px) {
	.related-resource-title-wrapper {
		text-align: center;
	}
}

@media screen and (max-width: 767.98px) {
	.resource-other-wrapper {
		padding: 24px !important;
	}

	.resource-wrapper {
		border-right: 0 !important;
	}
}

.padtb1 {
	padding: 32px 0;
}

.img-center {
	text-align: center;
}

.inner-nav-bg {
	background: #f9f9f9;
	text-align: center;
	z-index: 3;
	padding: 20px 0;
	margin-bottom: 24px;
}

.sticky {
	position: sticky !important;
	top: 100px;
}

.sticky-nav {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.sticky-nav>a {
	border: 1px solid #cde0e9;
	background: #fff;
	padding: 4px 16px;
	transition: all .3s;
}

.sticky-nav>a:hover {
	text-decoration: none;
	background: #548afa;
	color: #fff;
}

.itom-features-detail-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none
}

.resource-multiple-itom {
	display: flex;
	width: 100%;
}

.flex-colum {
	flex-direction: column;
}

.dwnld-sec {
	background: #ffedb5;
	;
	padding: 24px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 24px 0 #f1f1f1;
	box-shadow: 0 0 24px 0 #f1f1f1;
	margin: 32px 0px;
}

.dwnld-sec>h2 {
	margin: 0;
	margin-bottom: 16px !important;
	line-height: 32px;
}

.dwnld-sec>a {
	display: inline-block;
	background: #e9152b;
	color: #fff;
	padding: 8px 24px;
	border-radius: 25px;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dwnld-sec>a:hover {
	text-decoration: none;
	background: #c91c2e;
}

/*related resource style end*/

.docker-container-wrapper h1 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0px;
}

.docker-container-wrapper h2 {
	font-size: 24px;
	line-height: 1.75;
	margin: 24px 0 16px;
}

.docker-container-wrapper .custom-list span {
	font-weight: 600;
}

.docker-container-wrapper .custom-list {
	padding-left: 40px !important;
}

.docker-container-wrapper ul li {
	margin-bottom: 12px;
}

.docker-container-wrapper .accordion_head h2 {
	font-size: 18px;
	margin: 0px 0px 16px;
}

.docker-container-wrapper p {
	line-height: 30px !important;
	font-size: 16px !important;
}

.img-wrapper {
	margin: 12px 0px 20px;
}

.supp-services {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.supp-services>span {
	padding: 16px;
	background: #f6f6f6;
	text-align: center;
	width: 150px;
	text-align: center;
}

.supp-services>span>a {
	display: block;
	text-align: center;
}

.supp-services>span img {
	max-width: 64px !important;
	margin: 0 auto;
	margin-bottom: 16px;
	border: 0 !important;
}

.apm-card-info {
	background-color: #E8F3FF;
	border-radius: 6px;
	padding: 20px;
	display: flex;
	gap: 0 12px;
	margin-bottom: 24px;
}

.apm-card-info svg {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 2px;
}

.apm-card-info p {
	color: #174373;
	font-weight: 300;
	margin: 0 !important;
	line-height: 1.75 !important;
}

.apm-card-info strong {
	color: #063D66;
	font-weight: 600;
}

.video-tour-container {
	max-width: 560px;
	width: 100%;
	margin: 15px auto 50px;
}

.video-tour-container iframe {
	width: 100%;
}