/* press-release Banner starts */
.latest-section .card .click {
    position: absolute;
    bottom: -1.5rem;
    background: #12341D !important;
    border-color: #12341D !important;
    color: #fff !important;
    width: 100%;
    z-index: 10;
    transition: .2s;
}


.press-release-banner{
	padding: 6rem 0;
	margin: 3rem 0 10rem;
	position: relative;
}

.press-release-banner .pr-banner-details{
	padding: 0 3rem;
	margin-top: 3rem;
}
.press-release-banner .press-release-content{
	margin-left: 3rem;
}
.press-release-banner .pr-banner-details p{
	font-size: 1.37rem;
	color: #4f545f;
	margin: 1.5rem 0;
}
.press-release-banner .pr-banner-details p strong{
	font-size: 1.6rem;
	font-weight: 500;
	color: #232937;
}
.press-release-banner .pr-banner-details h2,.press-release-banner .pr-banner-details h1{
	font-size: 2.5rem;
	font-weight: 400;
	color: #232937;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
.press-release-banner .pr-banner-details .webinar-novarica-img{
	margin-bottom: 2rem;
}
.press-release-banner .pr-banner-details .webinar-novarica-img img{
	width: 19rem;
	object-fit: contain;
}
.press-release-banner .press-release-img{
	text-align: center;
	position: relative;
}
.press-release-banner .press-release-img img{
	width: 90%;
}
.press-release-banner .press-release-img .video-play{
	width: 5rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0rem;
	top: 37%;
	cursor: pointer;
}
.press-release-banner .press-release-img .video-play:hover{
	opacity: 0.9;
}
.press-release-banner .quick-links{
	position: absolute;
	left: 0;
	top: 9rem;
}
.press-release-banner .quick-links .links{
	padding: 0;
}
.press-release-banner .quick-links li{
	display: block;
}
.press-release-banner .quick-links li p strong{
	font-size: 1.5rem;
}
.press-release-banner .quick-links li p{
	font-size: 1rem;
	display: inline-block;
	margin: 0;
	text-align: center;
	color: #4f545f;
}
.press-release-banner .quick-links li a{
	background-color: rgba(129, 129, 230, 0.342);
	padding: 1rem;
	display: inline-block;
}
.press-release-banner .quick-links li a img{
	width: 2rem;
	height: 1.5rem;
	object-fit: contain;
}
.press-release-banner .quick-links li .linkedin{
	background-color: #157BB5;
}
.press-release-banner .quick-links li .linkedin:hover{
	background-color: #AE7F2E;
}
.press-release-banner .quick-links li .facebook{
	background-color: #3C5997;
}
.press-release-banner .quick-links li .facebook:hover{
	background-color: #AE7F2E;
}
.press-release-banner .quick-links li .twitter{
	background-color: #21A0F2;
}
.press-release-banner .quick-links li .twitter:hover{
	background-color: #AE7F2E;
}
/* press-release Banner ends */

/* press-release starts */
.press-release{
	padding: 3rem 0;
	background-color: #f5f5f5;
	position: relative;
}
.webinar-wrapper .press-release-bg{
	position: relative;
}
.press-release::before{ 
	display:none;
	content: "";
	background-image: url(/wp-content/uploads/2021/11/grey-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 10rem;
	top: -9.2rem;
	left: 0; 
}
.webinar-wrapper .pr-inner-details{
	padding: 0;
	width: 100%;
	margin: auto;
}
.webinar-wrapper .pr-inner-details h2{
	margin-top: 4rem;
	width: 100%;
}
.webinar-wrapper p{
	font-size: 1.5rem;
	color: #000;
	margin: 1.5rem 0;
}
.webinar-wrapper h2{
	font-size: 2.2rem;
	font-weight: 500;
	color: #21552F;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	width: 92%;
	text-align: left;
	margin: auto;
	margin-bottom: 2.5rem;
	padding-right: 0;
}
.webinar-wrapper h3{
	font-size: 2.2rem;
	line-height: 1.2;
	width: 97.9%;
	margin-bottom: 1.5rem;
	font-weight: 600;
}
.events-wrapper-past .pr-inner-details h3 {
	font-size: 2.5rem;
	font-weight: 400 !important;
}
.webinar-wrapper p strong{
	font-size: 1.3rem;
	font-weight: 400;
	color: #21552F;
}
.postid-13501 .webinar-wrapper p strong {
	font-size: 1.3rem;
	font-weight: 400;
}
.webinar-wrapper .webinar-novarica-img{
	margin-bottom: 2rem;
}
.webinar-wrapper .webinar-novarica-img img{
	width: 19rem;
	object-fit: contain;
}
.webinar-wrapper p{
	margin: 0 0 2rem 0;
	font-weight: 400 !important;
}
.webinar-wrapper .webinars-parts{
	margin: 2.5rem 0;
}
.webinar-wrapper h4{
	font-size: 2rem;
	margin: 2rem 0;
}
.webinar-wrapper h4 span{
	font-weight: 500;
}
.webinar-wrapper .pr-list{
	margin: 0 0 0 1rem;
}
.webinar-wrapper li{
	font-size: 1.15rem;
	width: 93%;
	color: #000;
	margin: 0 0 1rem 0;
	list-style-type: disc;
	list-style: disc;
	display: list-item;
}
/* press-release ends */

/* The Team starts */
section.team{
	padding:0;
	/*     background-color: #fff; */
}
section.team .team-bg{
	position: relative;
}
section.team .team-bg::after{
	display:none;
	content: "";
	background-image: url('/wp-content/uploads/2021/11/white-up.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 16rem;
	bottom: -17rem;
	left: 0; 
}
section.team h3{
	font-size: 2.5rem;
	font-weight: 400;
	text-align: center;
	margin: 0rem 0 1rem;
}
section.team .team-inner-details{
	width: 100%;
	padding: 0rem;
	padding-left: 1rem;
}
section.team .team-details{
	margin: 2rem 0 4rem 0;
}
section.team .team-details .team-image{
	position: relative;
	transition: all .7s ease;
}
section.team .team-details .team-image img{
	width: 22.2rem;
	height: 25rem;
	margin: 0 auto;
	object-fit: contain;
}
.postid-13214 .pr-inner-details.doublecolumn-wps iframe {
	height: 70rem !important;
}
section.team .team-content{
	margin-left: 2.5rem;
}
section.team .team-content h5{
	font-size: 2rem !important;
	font-weight: 400 !important;
	margin: 2rem auto;
	color: #AE7F2E;
	text-align: left;
}
section.team .team-content p{
	font-size: 1.37rem;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding-top: 0.5rem;
	width: 90%;
	margin: 0 auto 0 0;
}
section.team .team-content p a {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
}
section.team .team-content p a:hover{
	color:#21552F;
}
.uk-entirepg-data section.team .team-details .team-image img {
	width: 23rem !important;
	margin: 0 auto !important;
	object-fit: cover !important;
	height: auto !important;
	min-height:27rem !important;
}

/* The Team ends */

/* Novarica ITI Starts */
.novarica-iti{
	padding: 0;
	background-color: #f5f5f5;
}
.novarica-iti .novarica-iti-details{
	padding: 0;
	width: 95%;
	margin: 0 auto;
	padding-left: 0;
}
.novarica-iti .novarica-content{
	margin-top: 6rem;
}
.novarica-iti .novarica-content h2{
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.3;
	color: #232937;
	width: 100%;
	margin-bottom: 2rem;
}
.novarica-iti .novarica-content .banner-button {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	border: 0.2rem solid #AE7F2E;
	background: #AE7F2E;
	padding: 0.7rem 3rem !important;
	text-transform: uppercase;
}
.novarica-iti .novarica-content .banner-button:hover {
	border: 0 !important;
	background: #21552F !important;
	color: #AE7F2E;
	transition: .3s;
}
.novarica-iti .novarica-img{
	margin-left: 1rem;
}
.novarica-iti .novarica-img img{
	width: 100%;
}
.novarica-iti .novarica-features-content{
	margin:0rem -0.33rem;
	display: inline-block;
	border: 0.1rem solid #ccc;
	background-color: #fff;
	height: 100%;
	width: 100%;
}
.novarica-iti .novarica-features-content .pr-features.left{
	border-right: 0;
}
.novarica-iti .novarica-features-content .pr-features.right {
	border-left: 0.1rem solid #ccc;
	min-height: 8rem;
}
.novarica-iti .novarica-features{
	padding: 2rem 3rem;
	position: relative;
}
.novarica-iti .novarica-features a{
	font-size: 1.35rem;
	font-weight: 400;
	color: #AE7F2E;
	display: block;
	width: 75%;
	margin: 0 auto;
}
.novarica-iti .novarica-features a:hover{
	color: #21552F;
}
/* .novarica-iti .novarica-features-content .pr-features{
background-color: #fff;
} */
.novarica-iti .novarica-features a.magic-submission{
	text-align: left;
	display: inline-block;
}
.novarica-iti .novarica-features a.intellect-ranked{
	text-align: right;
	display: inline-block;
}
.novarica-iti .pr-features.left .novarica-features{
	padding: 0;
}
.novarica-iti .pr-features.left .novarica-features, .novarica-iti .pr-features.right .novarica-features{
	padding: 2rem 0;
}
.novarica-iti .novarica-features .arrow-left{
	position: absolute;
	left: -1rem;
	top: 2rem;
}
.novarica-iti .novarica-features .arrow-left img{
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	object-fit: contain;   
}
.novarica-iti .novarica-features .arrow-right{
	position: absolute;
	right: -1rem;
	top: 2rem;
}
.novarica-iti .novarica-features .arrow-right img{
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	object-fit: contain;
}
.novarica-iti .novarica-features-content a{
	position: relative;
}
.novarica-iti .novarica-features-content .pr-features.left a:before, .novarica-iti .novarica-features-content .pr-features.right a:before {
	content: "";
	background-image: url(/wp-content/uploads/2021/11/left-arrow.png);
	position: absolute;
	top: 1rem;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	left: -4rem;
}
.novarica-iti .novarica-features-content .pr-features.right a:before{
	background-image: url(/wp-content/uploads/2021/11/right-arrow.png);
	right: -4rem;
	background-position: center right;
	left: auto;
}
/* Novarica ITI Ends */


/* latest at intellect section styles starts */
.latest-section {
	padding: 4rem 0 7rem;
	background-color: #ffffff;
}
.latest-section .container {
	width: 82%;
}
.latest-section .slide-arrow {
	position: relative;
	z-index: 2;
}
.latest-section .rel-slide-icon {
	display: block; 
}
.latest-section .slide-arrow ul li:nth-child(1) {
	top: -21rem;
	left: 0rem;
	position: absolute;
	cursor: pointer;
}

.latest-section .slide-arrow ul li:nth-child(2) {
	top: -21rem;
	right: 0rem;
	position: absolute;
	cursor: pointer;
}

.latest-section .heading h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
	margin-top: 0;
}
.latest-section .latest-section-details{
	padding: 0;
}
.latest-section .card{
	background-color: #f5f5f5;
	/*     box-shadow: 0.1rem 0.1rem 2rem #0000005c; */
	margin: 0 1.5rem 3rem;
}
/* .latest-section .card .card-body {
min-height: 5rem;
} */
.latest-section .card .image img {
	width: 100%;
	height: 8rem;
	min-height: 21rem;
}
.latest-section .card .click h3 {
	font-size: 1.3rem;
	font-weight: 600;
}
.latest-section .card:hover a h3{
}
.latest-section .card .click a h3:after {
	width: 1.8rem;
	height: 3rem;
	right: -3.3rem;
}
.latest-section .card:hover a h3:after{
	background-image: url('/wp-content/uploads/2021/11/next-hovylw.png');
	right: -4.2rem;
}
.latest-section .card .para p {
	min-height: 6rem;
	font-size: 1.4rem;
	font-weight:400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 2;*/
	-webkit-box-orient: vertical;
}
.latest-section .card .para p:hover{
}
.latest-section .button a {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	padding: 0.7rem 3rem;
	color: #FFF;
	cursor: pointer;
	border: 0;
}
.latest-section .button a:hover {
}
/* latest at intellect section styles ends */

/* Form starts */
.inputs-list:first-child{
	display: none;
}
.latest-section .card .card-body {
	padding-bottom: 0.25rem;
}
/* Form ends */
.para {
	min-height: 100%;
}
.hs-richtext.hs-main-font-element p strong {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif !important;
}


@media(max-width: 1024px){
	.press-release-banner {
		margin: 8rem 0 10rem;
	}
}
@media(max-width: 991px){
	.press-release-banner {
		margin: 4rem 0 5rem;
	}
	.press-release-banner .press-release-img .video-play {
		width: 4.2rem;
	}
	.press-release-banner .press-release-img img {
		width: 100%;
	}
	.press-release-banner .pr-banner-details h1 {
		font-size: 2.3rem !important;
	}
	.press-release-banner .pr-banner-details {
		padding: 0;
	}
	.webinar-wrapper .pr-inner-details {
		padding: 0 0;
		width: 100%;
	}
	.webinar-wrapper h2 {
		width: 96%;
		font-size: 2.2rem !important;
	}
	.press-release-banner .quick-links {
		z-index: 1;
	}
	.webinar-wrapper .press-release-bg::before {
		height: 6rem;
		top: -6.6rem;
	}
	section.team .team-bg::after{
		bottom: -15.4rem;
	}
	.novarica-iti .novarica-iti-details {
		padding: 6rem 0 0;
		width:100%;
	}
	.latest-section .heading {
		padding-left:2rem;
		padding-right:2rem;
	}
	.novarica-iti .novarica-content {
		margin-top: 0rem;
	}
	.novarica-iti .novarica-content h2 {
		font-size: 2.1rem !important;
	}
	.novarica-iti .novarica-features a {
		font-size: 1.4rem;
	}
	.novarica-iti .pr-features.left .novarica-features {
		padding: 2rem 2rem 2rem 5rem;
	}
	.novarica-iti .pr-features.right .novarica-features {
		padding: 2rem 7rem 2rem 0rem;
	}
	.novarica-iti .novarica-features .arrow-right {
		right: 2.5rem;
		top: 3rem;
	}
	.novarica-iti .novarica-features .arrow-left {
		left: 1rem;
		top: 3rem;
	}
	.latest-section .latest-section-details {
		padding: 0;
	}
	.latest-section .card{
		margin: 0 0.5rem 3rem !important;
	}
	.latest-section .card .image img {
		height: auto;
	}
	section.team .team-content {
		margin-left: 0;
	}
}
@media(max-width: 767px){
	h1,h2, h3, p {
		text-align: left;
	}
	.container {
		padding: 0;
	}
	.press-release-banner .container {
		width: 84.5%;
	}
	.press-release-banner {
		margin: 4rem 0 0rem;
		padding: 6rem 0rem 0;
	}
	.press-release-banner .press-release-content {
		margin-left: 1rem;
	}
	.press-release-banner .press-release-img .video-play{
		width: 5rem;
		top: 35%;
	}
	.press-release-banner .pr-banner-details .webinar-novarica-img{
		text-align: left;
	}
	.press-release-banner .quick-links {
		top: 6.6rem;
	}
	.press-release-banner .quick-links li a {
		padding: 0.3rem;
	}
	.press-release-banner .quick-links li p {
		font-size: 0.7rem;
	}
	.webinar-wrapper {
		padding: 5rem 0;
	}
	.webinar-wrapper .press-release-bg::before {
		top: -10.1rem;
	}
	.webinar-wrapper .webinar-novarica-img{
		text-align: left;
	}
	.webinar-wrapper .pr-inner-details {
		padding: 0;
		width: 100%;
	}
	.press-release-banner .press-release-img img {
		width: 95%;
	}
	.webinar-wrapper h2{
		font-size: 2rem !important;
		font-weight: 600 !important;
		margin-bottom: 2rem;
		width: 100%;
		padding: 0 1rem;
		margin-left: 0 !important;
	}
	.webinar-wrapper h3 {
		font-size: 1.9rem;
		font-weight: 400;
		width: 100%;
	}
	.webinar-wrapper  p {
		font-size: 1.7rem;
		min-height: 0;
	}
	.webinar-wrapper  p strong {
		font-size: 1.6rem;
		font-weight: 600;
	}
	.webinar-wrapper h4 {
		font-size: 1.8rem;
		text-align: left;
	}
	.webinar-wrapper li {

		text-align: left;
		width: 100%;
	}
	section.team .team-bg::after {
		bottom: -14rem;
	}
	section.team .team-details .team-image img{
		width: 100%;
		height: 100%;
	}
	section.team .team-content h5 {
		font-size: 2.3rem;
		font-weight: 500;
	}
	section.team .team-content p {
		font-size: 1.15rem;
		font-weight: 400;
		padding-top: 0rem;
	}
	.novarica-iti .novarica-iti-details {
		padding: 0;
	}
	.novarica-iti .novarica-content .banner-btn{
		text-align: left;
	}
	.novarica-iti .novarica-img{
		margin-top: 5rem;
	}
	.novarica-iti .novarica-features a {
		font-size: 1.25rem;
	}
	.novarica-iti .novarica-features-content .pr-features.left {
		border-bottom: 0.1rem solid #ccc;
		border-right: 0;
	}
	.latest-section .card {
		margin: 0 1rem 3rem !important;
	}
	.latest-section .button {
		margin-top: 2rem;
	}

}


/* Past Webinar CSS starts  */
.past-webinar-wrap {
	padding: 7.5rem 0 0;
	margin: 3rem 0 0rem;
	position: relative;
}
.press-release-banner .past-banner-img {
	text-align: center;
}
.press-release-banner .past-banner-img img {
	width: 100%;
	height: 34rem;
	position: relative;
	z-index: 1;
	object-fit: cover;
}
.past-webinar .past-banner-details{
	width: 100%;
	margin: 0 auto;
}
.past-webinar .past-banner-details h1 {
	font-size: 2.5rem;
	font-weight: 400;
	color: #21552F;
	width: 100%;
	margin-bottom: 0.5rem;
}
/* .past-webinar .past-banner-details p{
font-size: 2.2rem;
font-weight: 400;
color: #232937;
line-height: 1.2;
width: 97.9%;
} */

.novarica-iti .novarica-features-content .pr-features.left{
	text-align: left;
}
.novarica-iti .novarica-features-content .pr-features.right{
	text-align: right;
}
/* Past Webinar CSS ends  */

.webinar .latest-section .card {
	left: 3.2rem;
}
.latest-section .card{
	left:0;
	width: 100%;
	margin: 0 0 2rem !important;
}
.na-entirepg-data .latest-section .latest-section-details .latest-section-slider {
	width: 92%;
	margin: 2rem auto;
}

@media(max-width: 991px){
	.press-release-banner .past-banner-img img {
		width: 100%;
	}
	.press-release::before {
		top: -7.6rem;
	}
	.past-webinar .past-banner-details {
		padding: 0;
		width: 100%;
	}
	.past-webinar .past-banner-details h1 {
		font-size: 2.5rem !important;
		font-weight: 400 !important;
	}
	.webinar-wrapper-past .press-release{
		padding: 4rem 0 6rem;
	}
	.latest-section .card .image img {
		height: 15rem;
		object-fit: cover;
	}
	.latest-section .slide-arrow ul li:nth-child(1) {
		top: -21rem;
		left: -5rem;
	}
	.latest-section .slide-arrow ul li:nth-child(2) {
		top: -21rem;
		right: -5rem;
	}
	.latest-section .container {
		width: 95% !important;
		max-width: 90%;
	}
}
@media(max-width: 767px){
	.pr-inner-details.doublecolumn-wps iframe {
		margin-top: 2.2rem;
	}
	section.team .team-details {
		margin: 2rem 0 2rem 0;
	}
	section.team .team-content h5{
		font-size: 1.75rem;
		margin: 2rem auto 1rem;
	}
	section.team h3 {
		font-size: 2.2rem;
	}
	.past-webinar .past-banner-details {
		padding: 0 0rem;
		width: 100%;
	}
	.press-release-banner .past-banner-img img {
		width: 95%;
		height: auto;
	}
	.press-release::before {
		top: -6.2rem;
	}
	.past-webinar .past-banner-details h1{
		padding: 0;
	}
	.webinar-wrapper-past {
		padding: 0rem 0 1rem;
	}
	.webinar-wrapper .pr-inner-details h2{
		padding: 0;
	}
	.latest-section .card .image img {
		height: 20rem;
	}
	.latest-section .slide-arrow ul li:nth-child(1) {
		top: -22rem;
		left: -3rem;
	}
	.latest-section .slide-arrow ul li:nth-child(2) {
		top: -22rem;
		right: -3rem;
	}
	.novarica-iti .novarica-img {
		margin-left: 0rem;
	}
	.novarica-iti .novarica-features-content {
		margin: 5rem 0rem 0;
	}
	.novarica-iti .pr-features.left .novarica-features {
		padding: 2rem 2rem 2rem 3rem;
	}
	.novarica-iti .pr-features.right .novarica-features {
		padding: 2rem 3rem 2rem 0rem;
	}
	.novarica-iti .novarica-features-content .pr-features.left a:before{
		left: -3.5rem;
	}
	.novarica-iti .novarica-features-content .pr-features.right a:before {
		right: -3.5rem;
	}
	.container {
		padding: 0 1rem !important;
	}
	.latest-section .card {
		margin: 2rem 0 3rem 2rem !important;
	}
	.latest-section {
		padding: 4rem 0;
	}
	.webinar-wrapper-past .press-release {
		padding: 4rem 0 0;
	}
	.novarica-iti .novarica-features a {
		width: 100% !important;
	}


}

@media(max-width: 320px){
	.press-release::before {
		top: -6rem;
	}
	.latest-section .slide-arrow ul li:nth-child(1) {
		left: -3rem;
	}
	.latest-section .slide-arrow ul li:nth-child(2) {
		right: -3rem;
	}
}

a.banner-button.pst-showmore {
cursor: pointer;
}
.latest-section .card {
	margin: 2rem 0 5rem 2rem !important;
}
.latest-section .card-body .date-div span {
	font-size: 1.15rem;
}
/* .postid-10381 .novarica-iti .novarica-features-content .pr-features.left a:before, .postid-10381 .novarica-iti .novarica-features-content .pr-features.right a:before, .postid-10264 .novarica-iti .novarica-features-content .pr-features.left a:before, .postid-10264 .novarica-iti .novarica-features-content .pr-features.right a:before, .postid-4813 .novarica-iti .novarica-features-content .pr-features.right a:before, .novarica-iti .novarica-features-content .pr-features.left a:before, .novarica-iti .novarica-features-content .pr-features.right a:before {
top: 0;
} */
/* .postid-10956 .novarica-iti .novarica-features-content .pr-features.left a:before, .postid-10956 .novarica-iti .novarica-features-content .pr-features.right a:before, .postid-7015 .novarica-iti .novarica-features-content .pr-features.left a:before, .postid-7015 .novarica-iti .novarica-features-content .pr-features.right a:before{
top: 1rem;
} */
h2 strong {
	font-weight: 400;
}
.postid-10264 .novarica-iti .novarica-features-content, .postid-6349 .novarica-iti .novarica-features-content {
	margin-top: 4rem;
}
.postid-6349 .novarica-iti .pr-features.left .novarica-features, .postid-6349 .novarica-iti .pr-features.right .novarica-features, .postid-10956 .novarica-iti .pr-features.left .novarica-features, .postid-10956 .novarica-iti .pr-features.right .novarica-features, .postid-7015 .novarica-iti .pr-features.left .novarica-features, .postid-7015 .novarica-iti .pr-features.right .novarica-features {
	padding: 2rem 0 2rem 4rem;
}
.novarica-iti .novarica-features-content .pr-features.right, .novarica-iti .novarica-features-content .pr-features.left {
	min-height: 8rem;


}
.novarica-iti .novarica-features-content {
	width: 97%;
}
.novarica-iti .pr-features.left .novarica-features, .novarica-iti .pr-features.right .novarica-features {
	padding: 0 !important;
}
/* .latest-section .card {
width: 90%;
margin: 0 0 2rem !important;
} */
.latest-section .slide-arrow ul li:nth-child(1) {
	left: -0.5rem;
}
.latest-section .slide-arrow ul li:nth-child(2) {
	right: -1.5rem !important;
}
/*** webinar-detail-na.css ***/
p,
.webinar-wrapper li,
.novarica-iti .novarica-features-content a {
	font-size: 1.3rem !important;
}
.latest-section .card-body .date-div span {
	font-size: 1.15rem !important;
}
/*** webinar-detail-na.css end ***/
.postid-13934 .hs-form {
	width: 100% !important;
}
.postid-13934 .novarica-iti {
	display: none;
}
.webinar .latest-section .card .para p {
		min-height: 3rem !important;
	}
	.webinar .latest-section-slider2 .card .card-body .para p {
		margin-top: 3rem !important;
	}
.webinar .latest-section .card .card-body{
	    min-height: 9rem;
}
.webinar .latest-section .card .image img{
	    min-height: 17rem;
}
.webinar-wrapper h2{
/* 	margin: 0; */
	margin-left: 1rem;
}
body.webinar .latest-section .card .para p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px){
	.postid-14508 .latest-section .card {
		margin: 0 0 2.5rem !important;
	}
	.latest-section .container {
		padding: 0 2rem !important;
	}
}