.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:after,
footer:after,
header:after,
section:after,
.rows:after,
.container:after {
  display: table;
  content: "";
  clear: both;
}
.clearfix:before,
footer:before,
header:before,
section:before,
.rows:before,
.container:before {
  display: table;
  content: "";
  clear: both;
}
section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section * html .clearfix {
  height: 1%;
}
section * + html .clearfix {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: 'Zoho_Puvi_Regular';
  font-weight: 300;
}
article,
footer,
header,
section {
  display: block;
}
section {
  padding: 100px 0;
}
.section-small {
  padding: 80px 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  outline: none !important;
  color: #4CA9F5;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'Zoho_Puvi_Bold';
}
small {
  font-size: 0.7em;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  font-size: 0.6em;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
.ofhidden {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
p {
  margin: 0 0 25px;
  line-height: 1.8;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-light {
  color: #fff !important;
}
.text-dark {
  color: #000 !important;
}
.top-margin {
  margin-top: 50px / 2;
}
.bottom-margin {
  margin-bottom: 50px / 2;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 25px;
}
.space-small {
  height: 16.66666667px;
}
.margin-0 {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.non-click {
  cursor: default;
  pointer-events: none;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0px;
}
.rows {
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.fl {
  float: left !important;
}
.pr {
  position: relative;
}
.di {
  display: inline-block;
  vertical-align: top;
}
.displaytable {
  display: table;
}
.displaytablechild {
  display: table-cell;
}
.displaygrid {
  display: grid;
  grid-auto-flow: column;
  text-align: center;
}
.hidden {
  display: none;
}
.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-12 {
  width: 100%;
}
.cols-11 {
  width: 91.66666667%;
}
.cols-10 {
  width: 83.33333333%;
}
.cols-9 {
  width: 75%;
}
.cols-8 {
  width: 66.66666667%;
}
.cols-7 {
  width: 58.33333333%;
}
.cols-6 {
  width: 50%;
}
.cols-5 {
  width: 41.66666667%;
}
.cols-4 {
  width: 33.33333333%;
}
.cols-3 {
  width: 25%;
}
.cols-2 {
  width: 16.66666667%;
}
.cols-1 {
  width: 8.33333333%;
}
.cols-center {
  margin: 0 auto;
  float: none;
}
@media (max-width: 992px) {
  .cols-md-center {
    margin: 0 auto;
    float: none;
    clear: both;
  }
}
.success-down-msg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.success-down-msg .msgcon {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  width: 30%;
  background: #0c002a;
  padding: 60px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  line-height: 1.5;
}
.success-down-msg .msgcon .msg-close {
  position: absolute;
  z-index: 999;
  top: -13px;
  right: -7px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  background: #004b88;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.success-down-msg .msgcon .msg-close:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 1250px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 992px) {
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-11 {
    width: 91.66666667%;
  }
  .cols-md-10 {
    width: 83.33333333%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-8 {
    width: 66.66666667%;
  }
  .cols-md-7 {
    width: 58.33333333%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-5 {
    width: 41.66666667%;
  }
  .cols-md-4 {
    width: 33.33333333%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-2 {
    width: 16.66666667%;
  }
  .cols-md-1 {
    width: 8.33333333%;
  }
  .md-hidden {
    display: none;
  }
  .md-center {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-11 {
    width: 91.66666667%;
  }
  .cols-sd-10 {
    width: 83.33333333%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-8 {
    width: 66.66666667%;
  }
  .cols-sd-7 {
    width: 58.33333333%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-5 {
    width: 41.66666667%;
  }
  .cols-sd-4 {
    width: 33.33333333%;
  }
  .cols-sd-3 {
    width: 25%;
  }
  .cols-sd-2 {
    width: 16.66666667%;
  }
  .cols-sd-1 {
    width: 8.33333333%;
  }
  .sd-hidden {
    display: none;
  }
  .sd-center {
    text-align: center;
  }
}
body {
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
p {
  margin: 0;
}
h4 {
  margin: 0;
  padding: 20px 0 25px 0;
  font-family: "Zoho_Puvi_Bold";
  font-size: 1.3em;
}
.com-banner {
  display: none;
}
.banner {
  background:url("../images/rest-api-banner-bg.png") left bottom /cover no-repeat, linear-gradient(to right, #062DEE, #021B70);
}
.banner .rows{
	display:flex;
	align-items: center;
}
.banner img{
	display:block;
	width:60%;
	margin:0 auto;
}
.banner h1 {
  font-size: 2.4em;
	line-height:1.2;
	margin-bottom:20px;
	font-family:"Zoho_Puvi_Bold";
}
.banner a {
  background: #FFC538;
  color: #000;
  padding: 12px 25px;
  text-transform: uppercase;
  font-family: 'Zoho_Puvi_Bold';
  display:none;
  transition: 0.5s;
  border-radius: 2px;
	margin-top:25px;
}
.banner a:hover {
  text-decoration: none;
  background: #fff;
}
.aboutus h2 {
	margin:0;
	line-height:1;
}
.aboutus h2 strong{
	font-size:2.4em;
}
.api-listing-container {
    display: flex;
    justify-content: flex-start;
/*    border: 1px solid;*/
	column-gap:10%;
}
.api-lists {
    width: 50%;
/*    border: 1px solid green;*/
}
.api-lists ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}
.api-lists ul li{
	position:relative;
}
.api-lists ul li:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -25px;
    background: #CCCCCC;
    left: 0;
}
.api-lists ul li:nth-last-child(1):after,.api-lists ul li:nth-last-child(2):after{
	display:none;
}
.api-lists ul li a{
	display:block;
	color:#000;
	cursor:pointer;
}
.api-lists ul li h2{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.2em;
    margin: 12px 0;
	line-height:1.3;
}
.api-lists ul li p{
	line-height: 1.5;
    min-height: 100px;
}
.viewapi{
	text-decoration:none;
	color:#000;
	position:relative;
	
}
.api-lists ul li a:hover{text-decoration:none;}
.viewapi:after{
	content: '';
    width:0%;
    height:2px;
    position: absolute;
    bottom: -7px;
    background: #FFC300;
    left: 0;
	transition:all ease 0.5s;
}
.viewapi img {
    position: relative;
    margin-left:2px;
    width: 16px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    filter: brightness(0);
}
.api-lists ul li:hover .viewapi img {
	margin-left:5px;
    filter: brightness(1);
}
.api-lists ul li:hover .viewapi:after{
	width:100%;
}
.new-prd-icon{
	display:inline-block;
	width:45px;
	height:45px;
	background:url("../images/new-prod-sprite.svg") 0/520px no-repeat;
	vertical-align:middle;
}
.new-prd-icon.admp-icon{background-position: -18px -18px}
.new-prd-icon.ad360-icon{background-position: -293px -18px}
.new-prd-icon.aone-icon{background-position:-127px -226px}
.new-prd-icon.anp-icon{background-position: -352px -295px}
.new-prd-icon.appc-icon{background-position:-468px -296px}
.new-prd-icon.appm-icon{background-position:-181px -227px}
.new-prd-icon.cdns-icon{background-position: -239px -228px}
.new-prd-icon.ec-icon{background-position: -348px -88px}
.new-prd-icon.eventlog-icon{background-position: -295px -157px}
.new-prd-icon.firewall-icon{background-position: -407px -156px}
.new-prd-icon.kmp-icon{background-position:-129px -87px}
.new-prd-icon.log360-icon{background-position: -465px -156px}
.new-prd-icon.mdmp-icon{background-position: -19px -156px}
.new-prd-icon.netflow-icon{background-position: -409px -227px}
.new-prd-icon.ncm-icon{background-position: -467px -226px}
.new-prd-icon.opmp-icon{background-position: -76px -295px}
.new-prd-icon.opm-icon{background-position: -18px -295px}
.new-prd-icon.opu-icon{background-position: -186px -295px}
.new-prd-icon.pam360-icon{background-position: -463px -18px}
.new-prd-icon.psmp-icon{background-position: -18px -87px}
.new-prd-icon.ptmp-icon{background-position: -18px -366px}
.new-prd-icon.sdp-icon{background-position: -179px -88px}
.new-prd-icon.scp-icon{background-position: -235px -88px}
.new-prd-icon.site24-icon{background-position: -238px -294px}
.api-form {
    padding: 40px;
    border: 1px solid #CBCBCB;
    background: #F2F2F2;
	align-self:flex-start;
	width:40%;
	position:sticky;
	top:70px;
}
.api-form h2{
	font-family:"Zoho_Puvi_Bold";
	font-size:1.6em;
	line-height:1.4;
	margin:0;
	text-align:center;
}
.api-form .formdiv{
	overflow:hidden scroll;
	height:auto;
	max-height:70vh;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	padding-top:18px;
}
.api-form .formdiv::-webkit-scrollbar {
  display: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 14px;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
  -o-transition: border ease 1.5s;
  transition: border ease 1.5s;
}
.form-control:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
  bottom: 0;
  right: 0;
}
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
  top: 0px;
  left: 0px;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 0.8em;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: #dd002c;
  display: none;
}
.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}
.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control .label {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 16px;
  z-index: 8;
	color:#808080;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  resize: none;
  font-family: 'Zoho_Puvi_Regular';
}
.form-control input {
  opacity: 0.6;
}
.form-control select {
  opacity: 0;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat !important;
  background-position: 98% !important;
}
.proNameOthers select,.integrationOthers select{opacity:0;background:none!important;}
.proNameOthers .form-control,.integrationOthers .form-control{
	background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff;
  background-position: 95.5% !important;
}
.form-control textarea {
  opacity: 0.6;
  background: none !important;
  padding: 10px 15px;
}
.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.dropdown-control {
  background: url('https://www.manageengine.com/images/submenu-sel-arrow.png') no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.active-row select {
  opacity: 1;
  color: #333;
}
.form-control.active-row .label {
  top: 0;
  background:linear-gradient(to top, #fff, #f2f2f2);
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.form-control.form-comments {
  height: 85px;
}
.btn-submits button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #dd002c;
  background: #dd002c;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 0 20px 0;
}
.btn-submits button:hover {
  background: #333;
  border-color: #333;
}
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
	padding:0;
	margin:0;
}
.btn-submit-new button {
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 5px;
  background: #FFC538;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 15px 80px;
  margin: 20px 0 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
	font-family:"Zoho_Puvi_Bold";
}
.btn-submit-new button:hover {
  background:#e6bd2b;
  color: #fff;
}
.active-row.form-control::before {
  width: 100%;
  height: 100%;
  border-top-color: #15368b;
  border-right-color: #15368b;
  -webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -moz-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -o-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.active-row.form-control::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  -webkit-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -moz-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -o-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}
.uscountry.form-control:before {
  display: none;
}
.uscountry.form-control:after {
  display: none;
}
.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
}
.uscountry select#country_state,
.uscountry select#ukcountry_region {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border: 2px solid #15368b;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}
.privacy-policy {
  font-size: 0.9em;
	text-align:center;
	line-height:1.6;
}
#meGDPRMessage {
  margin:0 0 20px;
  font-size: 0.9em;
  cursor: pointer;
	color:#000;
	line-height:1.6;
}
#meGDPRMessage .checkmarkgdpr {
    background: #fff;
    height: 10px;
    width: 10px;
    border: 1px solid #ccc;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
    width: 2px;
    height: 5px;
    border: 1px solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
}
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  display: none;
}
.success-overlay .ad-success-msg {
  box-sizing: border-box;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}
.success-overlay .ad-success-msg p {
  line-height: 1.6;
  margin: 30px 0 0;
  color: #000;
  display: block;
  font-size: 20px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.success-overlay .ad-success-msg p b {
  display: block;
}
.success-overlay .ad-success-msg span.close {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  color: #5b82c7;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  padding: 2px 10px;
}
.success-overlay .ad-success-msg span.close:hover {
  color: #000;
}
.success-overlay .ad-success-msg span.tick-icon {
  display: block;
  width: 50px;
  padding: 20px;
  background: #003795;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}
.success-overlay .ad-success-msg span.tick-icon img {
  vertical-align: middle;
  max-width: 100%;
}
div.form-group .form-field {
  position: relative;
}
.form-group.captcha-group {
  margin: 0 0 10px 0;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url('https://www.manageengine.com/images/up-arrow.png') no-repeat 16px 17px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
}
.copyright {
  font-size: 0.9em;
  margin: 0;
  color: #ccc;
}
.copyright a {
  color: #ccc;
  text-decoration: underline;
}
@media only screen and (max-width:1500px){
	.container{max-width:90%;}
	.api-form .formdiv{scrollbar-width: block;}
	.api-form .formdiv::-webkit-scrollbar {display: block;}
}
@media only screen and (max-width:1300px){
	.api-form{padding:20px 40px;}
	.form-control{margin-bottom:10px;}
	.btn-submit-new button{margin-top:12px;}
}
 @media only screen and (max-width:1250px){
	 .api-listing-container{column-gap:7%;}
	 .api-form{width:43%;}
}
@media only screen and (max-width:1100px){
	.api-listing-container{flex-direction:column;}
	.api-lists{width:100%;}
	.api-form{width:80%;margin:100px auto 0;padding:40px;}
	.banner a{display:inline-block;}
	.api-form .formdiv{height:inherit;max-height:inherit;}
	.form-control{margin-bottom:14px;}
	.btn-submit-new button{margin-top:20px;}
	.api-lists ul li p{min-height:80px;}
}
 @media only screen and (max-width:1025px){
	 .container{max-width:94%;}
	 #commonHeader {min-height: 64px;height: 64px;}
	 .abheader #MEmobPanel {top: 62px;}
}
@media only screen and (max-width: 992px) {
	.banner .rows{display:block;}
	.banner img{margin:50px auto 0;}
	.api-lists ul li p{min-height:100px;}
}
 @media only screen and (max-width:650px){
	 .banner img{width:90%;}
	 .banner a{padding:12px 45px;}
	 .api-lists ul{grid-template-columns: repeat(1, 1fr);}
	 .api-form{width:100%;padding:25px;}
	 .api-lists ul li:nth-last-child(2):after{display:block;}
	 .api-lists ul li p{min-height:inherit;margin-bottom:25px;}
}