.field-body .demo-form .red {color:red;font-weight: normal; padding-left: 3px;}
.field-body .contact-form .success-msg {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #fff;
	color: rgba(0, 170, 255, 0.9) !important;
	font-size: 20px;
	min-height: 345px;
	left: 0;
	padding: 41px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.7s ease 0.3s;
	width: 100%;
	visibility: hidden;
}
.field-body .contact-form .success-msg.message-show {
	font-size: 16px;
}


.zcircle-tick {
	border: 2px solid #20c53b;
	border-radius: 100%;
	height: 50px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: -60px;
	width: 50px;
}

.zcircle-tick::after, .zcircle-tick::before {
	background: #20c53b none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 19px;
	position: absolute;
	top: 28px;
	transform: rotate(45deg);
	width: 7px;
}

.zcircle-tick::before {
	left: 22px;
	top: 25px;
	transform: rotate(-52deg);
	width: 13px;
}



.on-success {
	max-width: 400px;
	margin:100px auto;
}

.on-success p {
	font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #000;
    margin-top: 20px;
    position: relative;
    top: 0;
}

.zformsubmit.request-form-wrap {
	display: none;
}

.contact-form .success-msg, .on-success {
	position:  relative;
}

.zindiastates {
display: none;
position: relative;
}

.zindiastates:before {
content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    border-radius: 6px;
		z-index: -1;
}

div.zgdprform-state-container::after, div.zgdprform-countrylist-container::after{
	z-index: -1;
}

.field-body .req-demo-wrap {
	max-width: 350px;
	width: 100%;
}
.field-body .demo-form {
	box-sizing: border-box;
	padding: 10px 0 5px 0;
	position: relative;
	width: 100%;
}

.field-body .req-text, .field-body textarea {
    box-sizing: border-box;
    border-radius: 0;
    transition: 0.5s ease;
    border: none;
    width: 100%;
    font-size: 13px;
    padding: 5px 5px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 15px;
}
.field-body .demo-form select {
    width: 350px;
    padding: 5px 5px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
    color: #000;
    margin: 0 0 10px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    color: #666;
    font-size: 13px;
}
.select-drop:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 5px solid #6a6a6a;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    z-index: 1;
}
.field-body .btn {
	-moz-user-select: none;
	background: #f1473e;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
	padding: 6px 25px;
        color: #fff;
        font-size: 14px;
       margin-right: 20px;
}
.field-body input[type="reset"] {
    background: #666;
}
.field-body  input, button, select, textarea {
	//font-size: 14px;
}
.field-body .request-form-wrap {
	border: 1px solid #ccc;
    margin: 40px auto 0;
    max-width: 350px;
    padding: 25px;
}
.field-body  .webinar h1 {
	text-align: center;
}
.field-body .webinar > p {
	text-align: center;
	padding: 20px 20px;
	max-width: 680px;
	margin: 0 auto;
}
.field-body iframe {
	height: 405px;
	margin: 0px auto;
	width: 405px;
	padding: 40px 20px;
}
.field-body .webinar {
	margin: 0px auto 60px;
	background: transparent url("/sites/default/files/webinar-clouds-bg.png") no-repeat scroll center top / 100% auto;
	overflow: hidden;
	position: relative;
	padding: 60px 0 0
}
.request-drop-wrap {
    display: none;
}
form .select-drop::before { display: none;}

.reqdemo-widget {
display: none;
}

    .siq_bR, .siqembed.zls-sptwndw {
    bottom: 20px !important;
    right: 20px !important;
    }


.formwrap {
max-width: 650px;
margin: 100px auto 120px;
box-sizing: border-box;
background:  #fafafa;
padding: 50px 80px;
}

input[type="radio"] {
margin: 0 10px 0 10px;
}

.on-success {
display: none;
}

.webinar.zformsubmit .on-success {
position: relative;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 160px;
}

label {
font-size: 14px;
}

label.error{
width: 100%;
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 3px;
}

fieldset {
margin: 0px 0px 25px;
}

.formhead p {
font-size: 15px;
}

.formwrap h1 {
margin-bottom: 30px;
}

div.zgdprform-state-container {
margin-top: 15px;
}

.zindiastates {
margin-top: 15px;
    display: none;
    position: relative;
    z-index: 1;
background: #fff;
}

.zindiastates select {
-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none !important;
    -webkit-appearance: none;
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    font-size: 13px;
    height: auto;
    border-radius: 0;
    outline: none;
    background: unset;
}

.zindiastates:before {
content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    border-radius: 6px;
    z-index: -1;
}
.formhead {
text-align: center;
margin-bottom: 40px;
}

.formwrap textarea {
height: 100px;
}

.zsuccess-msg {
    display: none;
    background: #6bc37d;
    padding: 20px 20px 10px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.formwrap input[type="text"], select, textarea{
width: 100%;
    height: 35px;
    line-height: 22px;
    font-size: 14px;
    padding: 0px 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.formwrap fieldset .left{
    width: 35%;
    float: left;
}

div.zgdprform-state-container .globalstatecode, div.zgdprform-countrylist-container .globalcountrycode {
padding: 6px 10px;
}



.formwrap fieldset .right{
    width: 64%;
    float: right;
}

.contact input[type="submit"] {
    padding: 10px 30px;
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
}

fieldset span {
display: block;
margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
.formwrap {
background: none;
padding: 50px 10px;
margin: 30px auto 20px;
}
label{
font-size: 13px;
}

.formwrap fieldset .left {
width: 30%;
}

.formwrap fieldset .right {
font-size: 13px;
}

.on-success p {
font-size: 22px;
}
}
