/* Request demo btn click popup start*/
.overlay {
  background: #000000e8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  position: fixed;
  display: none;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 23%;
  margin: 0 auto;
  background: #0b5cac;
  padding: 3% 5% 5% 5%;
  z-index: 100000000000000000;
}
.cancel {
  display: relative;
  cursor: pointer;
  margin: 0;
  float: right;
  height: 17px;
  width: 20px;
  padding: 5px;
  background-color: red;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  color: white;
  z-index: 100000000000000000;
  position: absolute;
  top: 0;
  right: 0;
}
.cancel:hover {
  background: rgb(255, 50, 50);
}
.opodrdiobtns {
  width: 100%;
  text-align: center
}
.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: -5px;
}
.radio {
  color: #999;
  font-size: 15px;
  position: relative;
  margin-bottom: -2px;
}
.radio span {
  position: relative;
  padding-left: 20px;
  color: #ccc;
}
.radio span:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.radio input[type="radio"] {
  color: #ccc;
  cursor: pointer;
  position: absolute;
  width: 100% !important;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span {
  color: #fff;
}
.radio input[type="radio"]:checked + span:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  left: 5px;
  top: 6px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.cldonprscont {
  width: 100%;
}
.cldonprs-active {
  color: #fff !important
}
.cldonprstab {
  height: 31px;
  position: relative;
  background: #fff;
  border: 1px solid #d1d3d2;
  font-size: 14px;
  padding-top: 1px;
  color: #929292;
  width: 260px;
  margin: 0 auto;
}
.cldonprstab .moving-bg {
  padding: 15px 15px;
  background-color: #909090;
  position: absolute;
  width: 100px;
  z-index: 190;
  left: 0;
  color: #929292;
  margin-left: 1px;
}
.cldonprstab .cldonprs_item {
  display: block;
  float: left;
  padding: 5px 15px;
  width: 100px;
  color: #444;
  text-align: center;
  z-index: 200;
  position: relative;
  cursor: pointer;
}
.tabslider ul a {
  color: #929292;
  text-decoration: none;
}
/*Demo tab manu style start */
.deplymethod {
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
}
.demoform input[type="radio"] {
  opacity: 0;
  width: 0;
}
.deplymethod label {
  display: inline-block;
  background-color: #0d5cac;
  padding: 20px 15px 12px 15px !important;
  font-size: 15px;
  color: #fff;
  font-family: 'Zoho_Puvi_SemiBold';
  border: 2px solid #fff;
}
.radio lable.cloudlble {
  margin-left: -5px
}
.deplymethod input[type="radio"]:checked + label {
  background-color: #ffe786;
  font-family: 'Zoho_Puvi_SemiBold';
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -webkit-linear-gradient(top, #ffe786, #ffe786);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -moz-linear-gradient(top, #ffe786, #ffe786);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -ms-linear-gradient(top, #ffe786, #ffe786);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -o-linear-gradient(top, #ffe786, #ffe786);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), linear-gradient(to bottom, #ffe786, #ffe786);
  background-repeat: no-repeat;
  background-position: 180px 0px;
  color: #0d5cac;
  border: 2px solid #ffe786;
}
.formbodycont {
  position: relative;
	overflow: hidden;
}
/*Demo tab manu style end */


input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea
{    border: none !important;
    border-radius: 0px !important;
    color: #000 !important;}
.demoform input {
  width: 98%;
  padding: 10px 0 10px 10px !important;
  outline: none;
  border: none;
  font-size: 15px;
  margin: 0px auto 15px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  background: #fff !important;
  color: #000;
  font-family: "Zoho_Puvi_Regular";
}
.demoform select {
  font-family: "Zoho_Puvi_Regular";
  width: 100%;
  padding: 0 0 0 10px !important;
  height: 42px !important;
  outline: none;
  border: none;
  font-size: 15px;
  color: #000 !important;
  border-radius: 0;
  -webkit-appearance: none !important;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: #ffffff;
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/select-dropdown-blue.png), linear-gradient(to bottom, #ffffff, #ffffff);
  background-position: center right;
  background-repeat: no-repeat;
}
.demoform input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */
}
.demoform input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}
.demoform input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
  font-size: 14px !important;
}
.demoform #meGDPRMessage {
  line-height: 20px;
  color: #fff;
}
.demoform #meGDPRMessage lable {
  display: block;
  background: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-top: 0px;
  padding-top: 0px !important;
}
.demoform input.error {
  border: 1px solid red !important;
}
.demoform select.error {
  border: 1px solid red !important;
}
.dmo-opodchk {
  width: 47%;
  margin: 20px auto 0 auto
}
input.dmo-rdiobtn {
  width: 20px;
  height: 15px;
}
input.demo-submit {
  background: #FFDA00 !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  width: 100% !important;
  padding: 10px 20px !important;
  outline: none;
  border-radius: 0px;
  height: auto;
  border: none !important;
  margin-bottom: 0px;
  /*text-transform: uppercase;*/
  cursor: pointer;
  font-family: 'Zoho_Puvi_Bold';
}
input#demoReset {
  background: none !important;
  color: #dfdfe0;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 0;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: none !important;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-appearance: none;
}
select#MECountryListing {
    border: none !important;
}
/*#meGDPRMessage {
    margin-top: 15px;
}*/
.demoform span.errormsg {
  position: relative;
  left: 0px;
  margin-top: -11px !important;
  font-size: 11px;
  color: red;
  display: block;
  margin-bottom: 4px;
  text-align: left;
}
.dwn-form span.errormsg {
  position: relative;
  left: 0px;
  margin-top: 4px !important;
  font-size: 11px;
  color: red;
  display: block;
  margin-bottom: -4px;
  text-align: left;
}
input#sendmemail {
  width: 20px !important;
  height: auto !important;
  padding: 0px;
  margin: 0px;
}
label#sendmemailcheck {
  font-size: 12px;
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: left !important;
  color: #fff !important;
}
.prvcy-plicy {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 10px auto;
  line-height: 20px;
	width: 90%;
}
.prvcy-plicy strong {
  font-weight: 400 !important;
}
.prvcy-plicy a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 400
}
.gtdmo {
  font-family: 'Zoho_Puvi_Bold';
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 30px;
  color: #fff;
}
/* Request demo btn click popup end*/



@media  only screen and (max-width:1180px) {
	.prvcy-plicy{ width:100%;}
	.demoform select {
		height: 40px !important;}
	.prvcy-plicy {
		font-size: 12px;}
}

@media  only screen and (max-width:980px) {
.popup{ width:50%}
}

@media  only screen and (max-width:600px) {
	.gtdmo{    padding: 30px 0;}
.popup{ width:80%;    padding: 5% 5% 10% 5%;} 
	
}

@media  only screen and (max-width:400px) {
	.gtdmo{    padding: 30px 0;    font-size: 25px;}
.prvcy-plicy {
    font-size: 11px;
    line-height: 16px;
}
	
}