.white_paper_banner{
min-height: 65vh;
display: flex;
align-items: end;
margin-bottom: 100px;
}
.popup_input_field input:focus-visible, .popup_input_field textarea:focus-visible{
	outline: none;
	border-color: rgba(48, 207, 242, 1);
	transition: border-color 0.7s;
}
.white_paper_banner:before{
content:"";
width: 67vw;
height:100%;
position:absolute;
left:0px;
top:0px;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
border-radius: 0 10px 10px 0;
}
.white_paper_Cnt{
box-shadow: 0px 3px 6px #00000029;
border-radius: 6px;
padding: 25px;	
margin-bottom: -50px;
background: #fff;
}
.white_paper_Cnt h1{
font-size: 45px;
font-weight: bold;
color: #012840;
margin: 0;
margin-bottom: 5px;
line-height: 1.3em;
}

.donec_content {
	max-width: 80%;
	width: 100%;
}

.donec_para_link a {
	text-decoration: underline;

}

.popup_input_field input {
	border: none;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.popup_input_field textarea {
	border: none;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
}

.popup_input_field .dropdown-toggle {
	border: none;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 100%;
	background-color: white;
	color: gray;

}
	
.wp_gry_cnt_md{
background:#F9F9F9;
padding:60px 0px;
}
.wp_line_heading{
font-size: 32px;
color: #012840;
display: flex;
gap: 20px;
margin: 0;
line-height: 1.3em;
align-items: center;	
}
.wp_line_heading span{
background:rgba(48, 207, 242, 1);	
width: 100px;
height: 2px;
}
.wp_gry_cnt p{
font-size: 15px;
line-height: 1.7em;
margin: 20px 0 0;
color:#878787;
}
.wp_gry_cnt a{
color:rgba(48, 207, 242, 1);
text-decoration:underline;
}
.wp_toc_md{
padding:60px 0px;
}
.wp_toc_grid h2{
font-size: 32px;
font-weight: 600;
color: #012840;
text-align: center;
margin: 0;
}
.toc_number{
margin-top:40px;
}
.nm_cot{
display: block;
font-size: 26px;
font-weight: 500;
color: #30CFF2;
padding-left: 30px;
}
.toc_cont{
display: block;
font-size: 18px;
color: #012840;	
line-height: 1.3em;
font-weight: 500;
padding-left: 30px;
}
.sap_line{
display: block;
width: 100%;
height: 1px;
background: #012840;
margin: 15px 0;
position:relative;
}
.sap_line:before, .sap_line:after{
content: "";
width: 15px;
height: 15px;
background: #012840;
position: absolute;
left: 0px;
top: -7px;
border-radius: 50%;
}
.sap_line:after{
width: 9px;
height: 9px;
background: #FFDE1D;
top: -4px;
left: 3px;
}
.padding_top_60{
padding-top:60px;
}
.padding_bt_60{
padding-bottom:60px;
}
.lp-40{
padding-left:40px;
}
.wp_introduction_md{
min-height:50vh;	
}
.wp_introduction_md:before{
content: "";
width: 54%;
height: 100%;
position: absolute;
background-color: #f9f9f9;
right: 0;
top: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: left center;
border-radius: 10px 0 0 10px;
}
.smpl_content p{
font-size: 15px;
line-height: 1.6em;
margin: 20px 0 0;
color:#878787;
padding-left:40px;
}
.orverview_box_wrap{
border-color: #CDCDCD;
border-style: solid;
border-width: 1px 1px 1px 10px;
border-left-color: #30CFF2;
margin-top: 25px;	
padding: 20px;
display: flex;
gap: 20px;
align-items: center;
width:100%;
border-radius: 6px;
}
.vervie_col:nth-child(2n) .orverview_box_wrap{
border-left-color: #FFDE1D;	
}
.ov_num{
font-size: 40px;
color: #30CFF2;
font-weight: 600;	
}
.ov_cnt h3{
font-size: 20px;
color: #30CFF2;
margin: 0;
line-height: 1.2em;	
}
.ov_cnt p{
font-size: 15px;
line-height: 1.6em;
margin: 10px 0 0;
color: #878787;	
}
.ov_cnt a{color:#30CFF2;text-decoration:underline;}
.vervie_col:nth-child(2n) .ov_cnt h3,
.vervie_col:nth-child(2n) .ov_num{
color:#FFDE1D;	
}
.wp_over_img{
max-width: 240px;
margin: -110px auto -20px;
display: block;
width: 100%;	
}
.smpl_content .cl_cont{
color:#30CFF2;
margin:30px 0 0;
padding:0 0 0 40px;
}
.smpl_content .cl_cont li{
color:#878787;
font-size:15px;
line-height:1.6em;	
}
.smpl_content .cl_cont li::marker,
.smpl_content .cl_cont li a{
color:#30CFF2;	
}
.smpl_content .cl_cont li:not(:last-child){
margin-bottom:15px;
}
.navigation{
position: sticky;
top: 60px;
padding:30px 30px 30px 0;
}
.navigation::before {
content: "";
background: #30CFF2;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -9999px;
border-radius: 0 10px 10px 0;
}
.navigation .navigation__link{
font-size: 14px;
font-weight: 500;
color: #fff;
padding-bottom: 15px;
border-bottom: 1px solid #fff;
margin-bottom: 15px;
display: block;
position: relative;
}
.navigation .navigation__link.active{
color:#012840;	
}
.navigation .navigation__link:last-child{border:0px;padding:0px;margin:0px;}
.page-section{
padding-left: 40px;
padding:60px 0 0;
}
.page-section h4{
font-size: 22px;
color: #012840;
margin: 0;
line-height: 1.3em;
}
.page-section p{
font-size: 15px;
line-height: 1.6em;
margin: 20px 0 0;
color: #878787;
}
.page-section a{
color:#30CFF2;	
}
.acc_itel{
display:none;
padding: 10px;
border: 1px solid #eeee;
border-radius: 3px;
font-size: 14px;
font-weight: 500;
color: #012840;
position: relative;
margin-top: 10px;
cursor: pointer;
}
.acc_itel.active{
border-radius:3px 3px 0 0;
border-color:#30CFF2;
background: #30CFF2;	
}
.acc_itel::after{
content: "\f067";
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 10px;
transition: 0.3s ease-in-out;
}
.acc_itel.active::after{
transform: rotate(45deg);	
}
.wp_glance_cnt h4{
font-size: 26px;
color: #012840;
font-weight: 500;
margin: 0;	
line-height: 1.3em;
}
.wp_glance_cnt li::marker{
color: #30CFF2;	
}
.wp_glance_cnt li{
margin-top:30px;	
}
.wp_glance_cnt li span{
font-size: 18px;
font-weight: 500;
color: #30CFF2;
display: block;	
}
.wp_glance_cnt p{
font-size: 15px;
line-height: 1.6em;
margin: 15px 0 0;
color: #878787;	
}
.wp_glance_cnt li img{margin-top:15px;}
.wp_single_line_icons{
max-width: 1000px;
margin: 30px auto 0;
width: 100%;
display: flex;
align-items: flex-start;
}
.wp_single_line_icons .icon_md{
border-right: 5px solid #FFDE1D;
padding-right: 20px;
margin-right: 20px;
max-width: 90px;
width: 100%;
}
.icon_md_cnt h5{
font-size: 18px;
margin: 0;
color: #012840;
font-weight: 500;	
}
.icon_md_cnt p{
margin: 10px 0 0;
}
.wp_glance_cnt .icon_md_cnt li{
margin-top: 10px;
}
.font_20_d .font_20_hed{
font-size: 20px;
color: rgb(2, 39, 65);
}
.bg-darkblue{
background:#012840;	
}
.wp_glance_cnt.head_skyPWhite h4, .wp_glance_cnt a{
color: #30CFF2;
}
.wp_glance_cnt.head_skyPWhite p{color:#fff;}

.autoM_bx{
padding: 20px;
box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
border-radius: 5px;
margin: 30px 0 0;
width:100%;
}
.autoM_bx h5{
font-size: 20px;
color: #30CFF2;
margin: 0;	
}
.opp_div_hed{
font-size:26px;
color:#FFFFFF;
line-height:1.3em;
}
.opp_div_hed{
font-size: 26px;
color: #FFF;
line-height: 1.3em;
}
.opp_au_box{
border: 1px solid #707070;
padding: 30px 30px 30px 50px;
border-radius: 3px;	
margin:30px 0 0;
}
.opp_au_box:nth-child(2n){
margin-left: 60px;
}
.opp_au_box h3{
font-size: 20px;
margin: 0;
color: #30CFF2;
line-height: 1.3em;	
display: flex;
align-items: center;
}
.opp_au_box h3:before{
content: "";
width: 7px;
height: 7px;
display: inline-block;
background: #30CFF2;
border-radius: 50%;
margin-left: -20px;
margin-right: 13px;	
}
.opp_au_box p{color:#fff;}
.Chatbots .opp_au_box p{
color:#878787;
}
.Chatbots .opp_au_box{
border-color:#CDCDCD;
padding:20px 20px 20px 40px;
}
.Takeaways_cnt:before{
	color: #fff !important;
content: "";
background: #012840;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -9999px;
border-radius: 0 10px 10px 0;
z-index:-1;
}
.Takeaways_cnt{padding: 30px 50px 30px 50px;margin-top: 30px;}
.Takeaways_cnt p{font-size:15px;line-height:1.6em;margin:0 0 15px; color: #fff !important;}
.Takeaways_cnt p:last-child{margin:0px;}
.Takeaways_cnt a{color: #30CFF2;}
.takeaways_md .container{
background-image:url(../images/takeaways_bg.png);
background-repeat: no-repeat;
background-size: 300px;
background-position: 730px 370px;
padding-bottom:150px;
}
@media (min-width: 1400px){
.takeaways_md .container{
background-position: 840px 320px;	
}
}
@media(max-width:991px){
.white_paper_Cnt h1{font-size:30px;}
.wp_gry_cnt_md, .wp_toc_md{padding:45px 0px;}	
.wp_line_heading{font-size:25px;}	
.wp_toc_grid h2{font-size:25px;}	
.nm_cot{font-size:20px;}
.toc_cont{font-size: 15px;}
.sap_line{margin:10px 0px;}
.toc_number{margin-top:25px;}
.smpl_img.d-none{display:block !important;}
.wp_introduction_md::before{display:none;}
.padding_top_60{padding-top:45px;}
.padding_bt_60{padding-bottom:45px;}
.smpl_img img{border-radius: 10px;margin-bottom: 45px;}
.ov_num{font-size: 30px;}
.ov_cnt h3{font-size: 16px;}
.ov_cnt p{font-size: 14px;}
.wp_over_img{max-width: 200px;margin: -80px auto -20px;}
section.page-section{display:none;padding: 20px 10px 10px;border-color: #eee;border-style: solid;border-width: 0 1px 1px 1px;border-radius: 0 0 3px 3px;}
.acc_itel{display: flex;align-items: center;justify-content: space-between;}
.page-section h4{font-size:16px;}
.page-section p{font-size: 14px;margin: 15px 0 0;}
.wp_glance_cnt h4{font-size:18px;}
.wp_glance_cnt li span{font-size:16px;}
.wp_glance_cnt p, .Takeaways_cnt p{font-size:14px;}
.font_20_d .font_20_hed, .icon_md_cnt h5, .autoM_bx h5, .opp_div_hed,
.opp_au_box h3{font-size: 16px;}
.opp_au_box{padding: 20px 20px 20px 40px;margin-top:20px;}
.takeaways_md .container{background-size: 250px;background-position: 420px 590px;padding-bottom: 115px;}

}
@media(max-width:767px){
	.Takeaways_cnt p{font-size:14px; color: #878787 !important;}
	.Takeaways_cnt:before{
		display: none !important;
		}
.white_paper_Cnt h1{font-size:28px;}
.wp_gry_cnt_md, .wp_toc_md{padding:30px 0px;}
.wp_line_heading{font-size:20px;}	
.wp_line_heading span{width: 50px;}
.wp_gry_cnt p, .smpl_content .cl_cont li{font-size:14px;line-height: 1.6em;}
.wp_toc_grid h2{font-size:22px;}
.padding_top_60{padding-top:30px;}
.padding_bt_60{padding-bottom:30px;}
.smpl_content p{font-size: 14px;padding: 0;}
.smpl_img img{border-radius: 10px;margin-bottom: 30px;}
.font-20{font-size:16px;}
.wp_over_img{display:none;}
.wp_Overview_md_2.padding_bt_60{padding-top:0px;}
.mt-30, .smpl_content .cl_cont{margin-top:20px;}
.wp_glance_cnt li{margin-top:20px;}
.opp_au_box:nth-child(2n){margin-left:0px;}

.Takeaways_cnt{padding: 20px;margin-top: 20px;}
.Takeaways_cnt::before{right: -99999px;border-radius: 0;}
.takeaways_md .container{background-image: none;padding-bottom: 0;}
}
@media(max-width:575px){
	
	.donec_content {
    max-width: 100%;
    width: 100%;
}
.white_paper_banner{min-height: auto;margin-bottom: 40px;}
.white_paper_banner::before{display:none;}	
.white_paper_Cnt{box-shadow: none;border-radius: 0;padding: 0;margin: 20px 0 0;} 
.wp_banner_pic img{border-radius: 10px;margin-top: 10px;} 
.white_paper_Cnt h1{font-size:22px;}
}
@media(min-width:1500px){
	.white_paper_banner{min-height: 50vh;}
	.white_paper_banner::before{width: 63vw;}
	.wp_introduction_md:before{width: 50%;}
}
@media(min-width:1920px) and (max-width:5000px){
	.white_paper_banner{min-height: 45vh;}
	.white_paper_banner::before{width: 60vw;}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/* form css */

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 49%;
    float: left;
    
}

.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 49%;
    float: right;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}
.input input {
    border: none;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}
input:focus-visible {
    outline: none;
}
.hs-form-field {
    font-size: 16px;
    color: black;
} 

form .hs_submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
}

form .hs_submit .actions {
    position: relative;
    display: flex;
    align-items: center;
}
form .hs_submit .actions:before {
    content: "";
    content: "";
    width: 70px;
    background: #30cff2;
    display: inline-block;
    height: 2px;
    transition: 0.3s all;
    position: absolute;
    left: 71px;
    top: 48%;
    transform: translate(0);
}
form .hs_submit .actions:after {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/cta_arrow_icon_blue.png) no-repeat 55%;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s all;
    background-size: 12px;
    border: 1px solid #30cff2;
    margin-left: 60px;
}
input.hs-button.primary.large {
    background: none;
    border-bottom: none;
    margin-top: 18px;
}
 form .actions:hover:before {
    transition: 0.3s all;
    animation: mymove 1.5s;
    -webkit-animation: mymove 1.5s;
    -moz-animation: mymove 1.5se;
}
label.hs-error-msg {
    font-size: 14px;
    color: red;
   
}
ul.no-list.hs-error-msgs.inputs-list {
    list-style-type: none;
}

input:focus-visible {
    outline: none;
    border-bottom: 1px solid #30cff2;
    transition: all 0.3s ease-out;
}
label.hs-main-font-element {
    color: red;
}
.hs-error-msgs li label a{
	color:red !important;
	font-size: 14px;
}
/* form css end */