/* rt-pricing-table element-five */
.rt-pricing-table.element-five > .holder {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	border: none;
	border-radius: 4px;
	padding: 40px 45px 50px 45px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px 30px 0px rgb(42 22 139 / 8%);
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.rt-pricing-table.element-five > .holder {
		padding: 40px 25px 50px 25px;
	}
}

@media only screen and (max-width: 1024px) {
	.pricing-col {
		width: 100% !important;
		margin: 15px 0;
	}
}


.rt-pricing-table.element-five > .holder > .icon {
	margin-bottom: 20px;
}
.rt-pricing-table.element-five > .holder > .plan-name {
	margin-bottom: 15px;
	display: block;
	text-align: left;
}
.rt-pricing-table.element-five > .holder > .plan-name span {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	background: #f2f3f8;
	padding: 3px 10px;
	border-radius: 4px;
	display: inline-flex;
}
.rt-pricing-table.element-five .holder .img-upload {
	display: inline-block;
}
.rt-pricing-table > .holder > .plan-name > *:last-child {
	margin-bottom: 0 !important;
}
.rt-pricing-table.element-five > .holder > .pricing {
	margin-bottom: 0;
	text-align: left;
}
.rt-pricing-table.element-five > .holder > .pricing .price {
	margin-bottom: 21px;
	font-weight: 600;
	font-size: 60px;
	color: #1D1A4E;
	line-height: 70px;
	text-align: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-five > .holder > .pricing .price sup {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0;
	font-weight: 600;
	font-size: 60px;
	/*line-height: 1;*/
}
.rt-pricing-table.element-five > .holder > .pricing .price sub {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.rt-pricing-table.element-five > .holder > .pricing .tagline {
	margin-bottom: 22px;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
}
.rt-pricing-table.element-five > .holder > .list {
	font-size: 16px;
	color: #2b2944;
	text-align: left;
	line-height: 30px;
	margin-bottom: 25px;
}
.rt-pricing-table.element-five > .holder > .list > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt-pricing-table.element-five > .holder > .list > ul li {
	margin: 4px 0;
	padding: 0;
	list-style: none;
}
.rt-pricing-table.element-five.spotlight > .holder > .list > ul li svg {
	margin-right: 15px;
	width: 11px;
	stroke: #fff;
}
.rt-pricing-table.element-five > .holder > .list > ul li svg {
	margin-right: 15px;
	width: 11px;
	stroke: #00c16d;
}
.rt-pricing-table.element-five > .holder > .select-btn .btn {
	margin-bottom: 15px;
	padding: 13px 43px;
	background: #14255B;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	/*width: 100%;*/
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: none !important;
	border-radius: 4px;
}
.rt-pricing-table.element-five.spotlight > .holder > .select-btn .btn {
	margin-bottom: 15px;
	padding: 13px 43px;
	background: #1E4EC4;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	/*width: 100%;*/
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: none;
	border-radius: 4px;
}
.rt-pricing-table.element-five > .holder > .select-btn .btn:hover,
.rt-pricing-table.element-five.spotlight > .holder > .select-btn .btn:hover {
	box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.rt-pricing-table.element-five.spotlight > .holder > .spotlight-tag {
	display: block;
	margin: -12px 0 0 0;
	position: absolute;
	text-align: right;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	right: 25px;
	border-radius: 4px;
}
.rt-pricing-table.element-five.spotlight > .holder > .spotlight-tag > .spotlight-tag-text {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	padding: 20px 1px 20px 1px;
	background-color: #1E4EC4;
	border-radius: 4px 4px 4px 4px;
	text-align: right;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.rt-pricing-table.element-five .holder {
		padding: 30px 35px 30px 35px;
	}

}
@media screen and (max-width: 320px) {
	.rt-pricing-table.element-five .holder {
		padding: 25px;
	}
	.rt-pricing-table.element-five > .holder > .select-btn .btn {
		padding: 13px 23px;
	}
}
/* rt-pricing-table element-one */
.rt-pricing-table.element-one > .holder {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	border: none;
	border-radius: 4px;
	padding: 40px 100px 30px 100px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	/*box-shadow: 0px 0px 30px 0px rgb(42 22 139 / 8%);*/
}
.rt-pricing-table.element-one > .holder > .icon {
	margin-bottom: 20px;
}
.rt-pricing-table.element-one > .holder > .plan-name {
	display: block;
	margin: -12px 0 0 0;
	position: absolute;
	text-align: left;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	left: 35px;
	border-radius: 4px;
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
	.rt-pricing-table.element-one > .holder {
		padding: 40px 40px 30px 40px;
	}
	.rt-pricing-table.element-one > .holder > .plan-name {
		right: 35px;
		writing-mode: vertical-lr;
	}
}
.rt-pricing-table.element-one > .holder > .plan-name > .plan-name-txt {
	display: inline-block;
	color: #fff;
	padding: 20px 4px 20px 4px;
	background-color: #1E4EC4;
	border-radius: 4px 4px 4px 4px;
	text-align: left;
	margin-bottom: 0;
}
.rt-pricing-table.element-one .holder .img-upload {
	display: inline-block;
}
.rt-pricing-table > .holder > .plan-name > *:last-child {
	margin-bottom: 0 !important;
}
.rt-pricing-table.element-one > .holder > .pricing {
	margin-bottom: 0;
	text-align: left;
}
.rt-pricing-table.element-one > .holder > .pricing .price {
	margin-bottom: 21px;
	font-weight: 600;
	font-size: 60px;
	color: #1D1A4E;
	line-height: 70px;
	text-align: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-one > .holder > .pricing .price sup {
	display: inline-block;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: 0;
	font-weight: 600;
	font-size: 60px;
	/*line-height: 1;*/
}
.rt-pricing-table.element-one > .holder > .pricing .price sub {
	display: inline-block;
	text-transform: lowercase;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.rt-pricing-table.element-one > .holder > .pricing .tagline {
	margin-bottom: 22px;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
}
.rt-pricing-table.element-one > .holder > .list {
	font-size: 16px;
	color: #2b2944;
	text-align: left;
	line-height: 30px;
	margin-bottom: 25px;
}
.rt-pricing-table.element-one > .holder > .list > ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}
.rt-pricing-table.element-one > .holder > .list > ul li {
	margin: 4px 0;
	padding: 0;
	list-style: none;
}
.rt-pricing-table.element-one.spotlight > .holder > .list > ul li svg {
	margin-right: 2px;
	width: 15px;
	margin-top: -2px;
}
.rt-pricing-table.element-one > .holder > .list > ul li svg {
	margin-right: 2px;
	width: 15px;
	margin-top: -2px;
}
.rt-pricing-table.element-one > .holder > .select-btn .btn {
	margin-bottom: 15px;
	padding: 13px 43px;
	background: transparent;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #14255B;
	/*width: 100%;*/
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: 1px solid #14255B;
	border-radius: 4px;
}
.rt-pricing-table.element-one.spotlight > .holder > .select-btn .btn {
	margin-bottom: 15px;
	padding: 13px 43px;
	background: transparent;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #14255B;
	/*width: 100%;*/
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: 1px solid #14255B;
	border-radius: 4px;
}
.rt-pricing-table.element-one > .holder > .select-btn .btn:hover,
.rt-pricing-table.element-one.spotlight > .holder > .select-btn .btn:hover {
	box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.rt-pricing-table.element-one.spotlight > .holder > .spotlight-tag {
	display: block;
	margin: -12px 0 0 0;
	position: absolute;
	text-align: right;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	right: 25px;
	border-radius: 4px;
}
.rt-pricing-table.element-one.spotlight > .holder > .spotlight-tag > .spotlight-tag-text {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	padding: 20px 1px 20px 1px;
	background-color: #1E4EC4;
	border-radius: 4px 4px 4px 4px;
	text-align: right;
	margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
	.rt-pricing-table.element-one > .holder {
		padding: 40px 35px 30px 65px;
	}
	.rt-pricing-table.element-one > .holder > .plan-name {
		left: 15px;
	}
}
@media screen and (max-width: 360px) {
	.rt-pricing-table.element-one > .holder {
		padding: 40px 20px 30px 65px;
	}
	.rt-pricing-table.element-one > .holder > .plan-name {
		left: 15px;
	}
}
/* rt-pricing-table element-three */
.rt-pricing-table.element-three {
	background: #fff;
	/*box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);*/
	box-shadow: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	text-align: left;
	margin: 0px;
	border-radius: 4px;
}
.rt-pricing-table.element-three .holder {
	position: relative;
	padding: 40px 45px 40px 45px;
	background: #fff;
	border: none;
	border-radius: 4px;
	text-align: left;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-three.spotlight {
	background: #fff;
	padding: 38px 0px 38px 0px;
	box-shadow: 0px 14px 46px 0 rgb(0 26 87 / 8%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	top: -36px;
	z-index: 1;
	position: relative;
	border: none;
	border-radius: 4px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.rt-pricing-table.element-three.spotlight {
		padding: 0;
		z-index: 0;
		top: 0px;
	}
}
@media screen and (max-width: 360px) {
	.rt-pricing-table.element-three .holder {
		padding: 30px 35px 30px 35px;
	}
}
@media screen and (max-width: 320px) {
	.rt-pricing-table.element-three .holder {
		padding: 25px;
	}
}
.rt-pricing-table.element-three .holder .img-pricing-heading {
	position: relative;
	min-height: 80px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-left: 78px;
}
.rt-pricing-table.element-three .holder .icon-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.rt-pricing-table.element-three .holder .icon-box .icon {
	margin: 0px;
	padding-right: 35px;
	padding-left: 10px;
}
.rt-pricing-table.element-three .holder .icon-box .title {
	font-size: 19px;
	line-height: 29px;
}
.rt-pricing-table.element-three .holder .icon-box .pricing {
	margin: 0px;
}
.rt-pricing-table.element-three .holder .icon-box .pricing .price {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #262626;
}
.rt-pricing-table.element-three .holder .icon-box .pricing .price .csub2 {
	font-size: 18px;
	font-weight: 400;
}
.rt-pricing-table.element-three .holder .img-pricing-heading .pricing-heading .pricing .price sup {
	display: inline-block;
	vertical-align: middle;
	margin-top: 14px;
	margin-right: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
}
.rt-pricing-table.element-three .holder .img-pricing-heading .pricing-heading .pricing .price sub {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.rt-pricing-table.element-three .holder .img-pricing-heading .pricing-heading .price-heading h6 {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.rt-pricing-table.element-three .holder .sub-heading {
	border-top: 1px solid #ededed;
	padding-top: 12px;
	padding-bottom: 12px;
}
.rt-pricing-table.element-three .holder .heading .subtitle {
	font-size: 17px;
	line-height: 28px;
	color: #262626;
	text-align: center;
}
.rt-pricing-table.element-three .holder .sub-heading h6 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.rt-pricing-table.element-three > .holder > .list {
	font-size: 16px;
	color: #2b2944;
	text-align: left;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.rt-pricing-table.element-three .holder .img-upload {
	display: inline-block;
}
.rt-pricing-table.element-three > .holder > .list > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.rt-pricing-table.element-three > .holder > .list > ul li {
	margin: 0px !important;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #C3C4C4;
	padding: 25px 0;
}
.rt-pricing-table.element-three > .holder > .list > ul li:last-child {
	border: none;
}
.rt-pricing-table.element-three.spotlight > .holder > .list > ul li svg {
	margin-right: 8px;
	width: 15px;
	stroke: #fff;
}
.rt-pricing-table.element-three > .holder > .list > ul li svg {
	margin-right: 8px;
	width: 18px;
}
.rt-pricing-table.element-three > .holder > .more .btn {
	margin-bottom: 15px;
	padding: 15px 30px;
	background: #14255B;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: none;
	border-radius: 0px;
}
.rt-pricing-table.element-three.spotlight > .holder > .more .btn {
	margin-bottom: 15px;
	padding: 13px 0px;
	background: #1E4EC4;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: none;
	border-radius: 4px;
}
.rt-pricing-table.element-three > .holder > .more .btn:hover,
.rt-pricing-table.element-three.spotlight > .holder > .more .btn:hover {
	/*box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);*/
}
.rt-pricing-table.element-three > .holder > .more .btn span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.rt-pricing-table.element-three > .holder > .more .btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.rt-pricing-table.element-three > .holder > .more .btn:hover span {
    left: 15px;
}
.rt-pricing-table.element-three > .holder > .more .btn:hover span:before {
    width: 13px;
}
/*@media screen and (max-width:767px) {    .rt-pricing-table.element-three > .holder {        padding: 46px 0 50px 0;    }}*/


/* rt-pricing-table element-four */

.rt-pricing-table.element-four {
	background: #fff;
	/*box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);*/
	box-shadow: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	text-align: left;
	margin: 0px;
	border-radius: 0px;
}
.rt-pricing-table.element-four .holder {
	/*position: relative;*/
	/*padding: 45px 45px 40px 45px;*/
	background: #fff;
	border: none;
	border-radius: 0px;
	text-align: left;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-four.spotlight {
	background: #fff;
	/*box-shadow: 0px 14px 46px 0 rgb(0 26 87 / 8%);*/
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	top: 0px;
	z-index: 1;
	position: relative;
	border: none;
	border-radius: 0px;
	text-align: left;
	border-bottom: 3px solid #242879;
}
@media screen and (max-width: 1024px) {
	.rt-pricing-table.element-four.spotlight {
		padding: 0;
		z-index: 0;
		top: 0px;
	}
}

@media screen and (max-width: 991px) {
	.rt-pricing-table.element-four,
	.rt-pricing-table.element-four.spotlight {
		padding-top: 20px;
	}
}


.rt-pricing-table.element-four .holder .img-pricing-heading {
	position: relative;
	min-height: 80px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-left: 78px;
}
.rt-pricing-table.element-four .holder .icon-box {
	display: flex;
	align-items: center;
	margin-bottom: 42px;
}

.rt-pricing-table.element-four .holder .heading {
	margin-bottom: 15px;
	display: none;
}
.rt-pricing-table.element-four .holder .icon-box .icon {
	margin: 0px;
	padding-right: 25px;
	padding-left: 10px;
	display: none;
}
.rt-pricing-table.element-four .holder .icon-box .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 16px;
}
.rt-pricing-table.element-four .holder .icon-box .pricing {
	margin: 0px;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .title {
	margin-bottom: 0;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .price {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #262626;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .tagline {
	font-size: 14px;
    line-height: 24px;
    color: #252525;
}
.rt-pricing-table.element-four .holder .img-pricing-heading .pricing-heading .pricing .price sup {
	display: inline-block;
	vertical-align: middle;
	margin-top: 14px;
	margin-right: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
}
.rt-pricing-table.element-four .holder .img-pricing-heading .pricing-heading .pricing .price sub {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .price sub {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	bottom: 0;
}

.rt-pricing-table.element-four .holder .img-pricing-heading .pricing-heading .price-heading h6 {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.rt-pricing-table.element-four .holder .sub-heading {
	border-top: 1px solid #ededed;
	padding-top: 12px;
	padding-bottom: 12px;
}
.rt-pricing-table.element-four .holder .heading .subtitle {
	font-size: 17px;
	line-height: 28px;
	color: #262626;
}
.rt-pricing-table.element-four .holder .sub-heading h6 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.rt-pricing-table.element-four > .holder > .list {
	font-size: 16px;
	color: #2b2944;
	text-align: left;
	line-height: 30px;
	margin-bottom: 20px;
}
.rt-pricing-table.element-four .holder .img-upload {
	display: inline-block;
}
.rt-pricing-table.element-four > .holder > .list > ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}
.rt-pricing-table.element-four > .holder > .list > ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.rt-pricing-table.element-four.spotlight > .holder > .list > ul li svg {
	margin-right: 8px;
	width: 15px;
	stroke: #fff;
}
.rt-pricing-table.element-four > .holder > .list > ul li svg {
	margin-right: 8px;
	width: 18px;
}

.rt-pricing-table.element-four .holder > .hightlight-tag {
    display: block;
    margin: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    padding: 2px 15px;
    background-color: #242879;
    border-radius: 25px;
    text-align: right;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
}


/*@media screen and (max-width:767px) {    .rt-pricing-table.element-three > .holder {        padding: 46px 0 50px 0;    }}*/

.pricing-table-big .sticky-pricing-banner {
	top: 0;
    position: sticky;
    margin: 0 auto;
    /*box-shadow: 5px 5px 20px rgb(137 141 154 / 15%);*/
    background: #fff;
    border-bottom: 1px solid #eee;
}

.pricing-table-big table {
	width: 100%;
}


/*PRICING INNERPAGE HTML PRICING TABLE CSS STARTS*/
.pricing-1 table {
    border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}


.pricing-1 thead tr td,
.pricing-1 tbody tr td,
.pricing-1 tfoot tr td {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;

    min-width: 170px;
}

.pricing-1 table td,
.pricing-1 table th,
.pricing-1 table thead:first-child tr:first-child th {
    border: 1px solid transparent;
}

.pricing-1 thead th {
    padding-top: 44px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}


.pricing-1 td {
    text-align: left;
    color: #262626;
}

/*.pricing-1 tbody tr:nth-child(odd) td {
    background-color: #F6F6F6;
}*/

.pricing-1 tbody tr:nth-child(even) td {
    background-color: #fff;
    border-bottom: 1px solid #e9ebef;
    border-top: 1px solid #e9ebef;
}


@media screen and (max-width: 767px) {
	.table-responsive {
		border: 1px solid transparent;
	}
	
}

@media screen and (max-width: 992px) {
	 .pricing-element {
        width: 100%;
        overflow-y: scroll;
    }
}


.pricing-1 tfoot tr td .btn {
	margin-bottom: 15px;
	padding: 17px 15px;
	background: #242879;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: none;
	border-radius: 50px;
	text-transform: capitalize;
	text-decoration: none;
	width: 90%;
}

@media screen and (max-width: 784px) {
	.pricing-1 tfoot tr td .btn {
		width: 100%;
	}
}

.pricing-1 tfoot tr td .btn:hover {
	box-shadow: 0px 25px 45px 0px rgb(17 19 70 / 26%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/*.pricing-1 tfoot tr td .btn span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}

.pricing-1 tfoot tr td .btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}

.pricing-1 tfoot tr td .btn:hover span {
    left: 15px;
}

.pricing-1 tfoot tr td .btn:hover span:before {
    width: 13px;
}*/

/*PRICING INNERPAGE HTML PRICING TABLE CSS ENDS*/

/* TOGGLE CSS STARTS */

 .pricing-table-big .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin-right: 10px;
}

.pricing-table-big .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-table-big .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-table-big .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-table-big input:checked + .slider {
  background-color: #242879;
}

.pricing-table-big input:focus + .slider {
  box-shadow: 0 0 1px #242879;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
.pricing-table-big .slider.round {
  border-radius: 34px;
}

.pricing-table-big .slider.round:before {
  border-radius: 50%;
}
#s {display: none;}

.pricing-table-big label {
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
}

/*@media (max-width:480px) {
	.pricing-table-big .sticky-pricing-banner {
		position: relative;
	}
}*/
.rt-pricing-table .col-lg-4.col-md-4.col-sm-12.col-xs-12, .rt-pricing-table .col-lg-2.col-md-2.col-sm-12.col-xs-12 {
	margin: 0;
}

/* TOGGLE CSS ENDS */

.sticky-pricing-banner h6 {
	color: #727272;
	padding: 0 !important;
	margin-left: 0px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sticky-pricing-banner h2 {
	color: #252525;
	padding: 0 !important;
	margin-left: 0px;
	margin-bottom: 17px;
}

.sticky-pricing-banner .container {
	padding-left: 0;
	padding-right: 0;
}

.pricing-table-big label {
	margin-left: 0px;
}

@media (max-width:1310px) {
	.sticky-pricing-banner h6,
	.sticky-pricing-banner h2,
	.pricing-table-big label {
		margin-left: 0;
	}
}

@media (max-width:1309px) and (min-width:1025px) {
	
	.pricing-table-big label {
		margin-left: -11px;
	}

	.sticky-pricing-banner h6,
	.sticky-pricing-banner h2 {
		margin-left: -25px;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	
	.pricing-table-big label {
		margin-left: -10px;
	}

	.sticky-pricing-banner h6,
	.sticky-pricing-banner h2 {
		margin-left: -20px;
	}
}


.pricing-table-big label span.save {
    color: #242879;
    display: inline-block;
    position: relative;
    /*background-image: url(https://adventz.Wplgnite.com/wp-content/uploads/2022/05/curve.svg) no-repeat;*/
}

.pricing-table-big label span.save::after {
	content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 140px;
    height: 12px;
    margin: 0 auto;
    background-image: url('../images/curve.svg');
    background-repeat: no-repeat;
}

.pricing-1 tbody tr td p.table-content-two,
.pricing-1 tfoot tr td a.table-content-two {
	margin-left: 21%;

}

.pricing-1 tbody tr td p.table-content-three,
.pricing-1 tfoot tr td a.table-content-three {
	margin-left: 17%;

}

.pricing-1 tbody tr td p.table-content-four,
.pricing-1 tfoot tr td a.table-content-four {
	margin-left: 13%;

}

.pricing-1 tbody tr td p.table-content {
	font-size: 20px;
	line-height: 28px;
	color: #232323;
	font-weight: 500;
	text-transform: capitalize;
}


.pricing-1 tbody tr td p.table-content-two,
.pricing-1 tbody tr td p.table-content-three,
.pricing-1 tbody tr td p.table-content-four {
	font-size: 16px;
	line-height: 28px;
	color: #252525;
	font-weight: 400;
}

.pricing-1 tfoot tr td a.table-content-four {
	margin-right: 15px;
}

.pricing-accodian .Wplgnite-accordion.element-two .card-body {
	padding: 0 1.25rem 1.25rem 1.25rem;
}

.faq-accodian .Wplgnite-accordion.element-three .card-body {
	padding: 0 1.25rem 1.25rem 1.25rem;
}

.rt-pricing-table.element-four {
	background: #fff;
	/*box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);*/
	box-shadow: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	text-align: left;
	margin: 0px;
	border-radius: 0px;
}
.rt-pricing-table.element-four .holder {
	/*position: relative;*/
	/*padding: 45px 45px 40px 45px;*/
	background: #fff;
	border: none;
	border-radius: 0px;
	text-align: left;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-four.spotlight {
	background: #fff;
	/*box-shadow: 0px 14px 46px 0 rgb(0 26 87 / 8%);*/
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	top: 0px;
	z-index: 1;
	position: relative;
	border: none;
	border-radius: 0px;
	text-align: left;
	border-bottom: 3px solid #0E2BC6;
}
@media screen and (max-width: 1024px) {
	.rt-pricing-table.element-four.spotlight {
		padding: 0;
		z-index: 0;
		top: 0px;
	}
}

@media screen and (max-width: 991px) {
	.rt-pricing-table.element-four,
	.rt-pricing-table.element-four.spotlight {
		padding-top: 20px;
	}
}


.rt-pricing-table.element-four .holder .img-pricing-heading {
	position: relative;
	min-height: 80px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-left: 78px;
}
.rt-pricing-table.element-four .holder .icon-box {
	display: flex;
	align-items: center;
	margin-bottom: 42px;
}

.rt-pricing-table.element-four .holder .heading {
	margin-bottom: 15px;
	display: none;
}
.rt-pricing-table.element-four .holder .icon-box .icon {
	margin: 0px;
	padding-right: 25px;
	padding-left: 10px;
	display: none;
}
.rt-pricing-table.element-four .holder .icon-box .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 16px;
}
.rt-pricing-table.element-four .holder .icon-box .pricing {
	margin: 0px;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .title {
	margin-bottom: 0;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .price {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #262626;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .tagline {
	font-size: 14px;
    line-height: 24px;
    color: #252525;
}
.rt-pricing-table.element-four .holder .img-pricing-heading .pricing-heading .pricing .price sup {
	display: inline-block;
	vertical-align: middle;
	margin-top: 14px;
	margin-right: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
}
.rt-pricing-table.element-four .holder .img-pricing-heading .pricing-heading .pricing .price sub {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.rt-pricing-table.element-four .holder .icon-box .pricing .price sub {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	bottom: 0;
}

.rt-pricing-table.element-four .holder .img-pricing-heading .pricing-heading .price-heading h6 {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.rt-pricing-table.element-four .holder .sub-heading {
	border-top: 1px solid #ededed;
	padding-top: 12px;
	padding-bottom: 12px;
}
.rt-pricing-table.element-four .holder .heading .subtitle {
	font-size: 17px;
	line-height: 28px;
	color: #262626;
}
.rt-pricing-table.element-four .holder .sub-heading h6 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.rt-pricing-table.element-four > .holder > .list {
	font-size: 16px;
	color: #2b2944;
	text-align: left;
	line-height: 30px;
	margin-bottom: 20px;
}
.rt-pricing-table.element-four .holder .img-upload {
	display: inline-block;
}
.rt-pricing-table.element-four > .holder > .list > ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}
.rt-pricing-table.element-four > .holder > .list > ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.rt-pricing-table.element-four.spotlight > .holder > .list > ul li svg {
	margin-right: 8px;
	width: 15px;
	stroke: #fff;
}
.rt-pricing-table.element-four > .holder > .list > ul li svg {
	margin-right: 8px;
	width: 18px;
}

.rt-pricing-table.element-four .holder > .hightlight-tag {
    display: block;
    margin: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    padding: 2px 15px;
    background-color: #242879;
    border-radius: 25px;
    text-align: right;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
}
@media (min-width: 992px) {
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
    .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}
@media (min-width: 768px) {
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
    .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}


.page-id-18108 .elementor-18108 .elementor-element.elementor-element-5abc305d .pricing-1 tfoot tr td .btn {
    
    padding: 16px 26px;
}