/*.custom-checkbox input[type=checkbox].error{background :#ff0000 !important;}
.custom-checkbox input[type=checkbox].error{outline: 2px solid #ff0000 !important;}
*/
 @keyframes dash {
    from {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: 1500;
    }
  }
  .rot {
	  stroke-dasharray: 3;
    stroke-dashoffset: 1500;
    animation: dash 2s 1s linear normal infinite;
  }
  
.tb-megamenu{

	background-color:none !important;
	background:none !important;
}
.links a{display: none !important;}

.download-btns {
	 margin-top: 60px;
}
 .download-btns .talk-digital {
	 display: inline-block;
	 padding: 23px 40px;
	 background-color: #00984a;
}
 .download-btns .talk-digital a {
	 color: #fff;
}
 .download-btns .talk-digital .talk-underline {
	 text-decoration: underline;
	 font-weight: 600;
}
 .download-btns .talk-digital-btn {
	 background-color: transparent;
	 border: 2px solid #00984a;
	 padding: 20px;
	 display: inline-block;
	 margin-left: -5px;
}
 .download-btns .btn-last {
	 background-color: transparent;
	 border: none;
}
 .icons-text-body .solutions-icons {
	 margin-top: 20px;
	 margin-bottom: 0px;
}
 .icons-text-body .solutions-icons p {
	 font-weight: 100;
}
 .pb-30 {
	 padding-bottom: 30px;
}
 .titlre-tags .solutions-icons {
	 margin-top: 30px;
}
 

.inner-pages-setup.life-sciences .percentage-box .small-text-size h3 {
	 font-size: 30px;
	 color: #fff;
	 font-family: 'Montserrat', sans-serif;
	 margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  .talk-digital-btn {
    display:none!important
  }
}


.mt-set-pos-abs{
    margin-top: 25px;
    margin-bottom: 23px!important;
}

.mt-set-pos-abs-digital {
    margin-top: 10px;
    margin-bottom: 5px!important;
}

.main-banner-v1 {
	min-height: 690px;
	display: flex;
    align-items: center;
}
.main-banner-v1 .container{
	max-width:1255px;
}
.main-banner-v1 h1{
	font-size: 64px;
    font-weight: 800;
	line-height: 110%;
    color: #FFFFFF;
}
.main-banner-v1 .banner-nc {
	position:relative;
}
.main-banner-v1 .banner-nc:after {
	content:'';
	position:absolute;
	top:0;
	left:54%;
	width:2px;
	border-right:1px solid rgb(255 255 255 / 70%);
	height: 100%;
}
.main-banner-v1 .banner-nc .media-con-1{
	-ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}
.main-banner-v1 .banner-nc .media-bdy{
	-ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}

.main-banner-v1 .banner-nc p{
	font-size:21px;
	font-weight: 400;
	line-height: 150%;
    color: #FFFFFF;
}
.banner-nc-mt-1 {
	margin-top: 86px;
}
@media screen and (max-width:1500px) {
	.main-banner-v1 h1 {
		font-size: 42px;
	}
	.main-banner-v1 .banner-nc p {
		font-size: 14px;
	}
	.main-banner-v1 .container{
		max-width: 840px;
	}
	.main-banner-v1 {
		min-height: 460px; 
		background-position: center;
		background-size: 100%;
	}
	
}
@media screen and (max-width:1250px) {
	
	.main-banner-v1 { 
		background-size: auto;
	}
}
@media screen and (max-width:991px) {
	
	.main-banner-v1 h1 {
		font-size: 36px;
	}
	.main-banner-v1 {
		min-height: 402px;
	}
	.banner-nc-mt-1 {
		margin-top: 24px;
	}

}
@media screen and (max-width:991px) {
	.main-banner-v1 .banner-nc .media-con-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-banner-v1 .banner-nc .media-bdy {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-banner-v1 .banner-nc:after {
	   display:none;
	}
	.main-banner-v1 .banner-nc p { 
		padding-top: 23px;
	}
	.main-banner-v1 h1 {
		font-size: 32px;
	}
}
.im-mobillor {
    display: inline-block;
    background-color: #fff; 
    text-align: center;
    padding: 18px 16px;
    margin-bottom: 15px;
    border-radius: 5px;
}
@media screen and (max-width:1500px) {
	.im-mobillor {
		padding: 12px 11px;
		margin-bottom: 10px;
	}
	.im-mobillor img{
		width: 190px; 
	}
	.innerpages-banner .banner-con p { 
		font-size: 16px; 
	}
} 