@charset "UTF-8";
.heading-menu {
  display: none;
}
section#ftrgetstd {
  display: none;
}
a.me-20-logo {
  display: none;
}
p {
  margin: 15px 0;
  font-size: 18px !important;
  line-height: 1.6 !important;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
  align-items: center;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
}
.row .col:nth-child(1) {
  margin-right: 40px;
}
.row .col:nth-child(2) {
  margin-left: 40px;
}
.bradkrm.cmn-breadcrum {
  max-width: 1400px;
  margin: 0 auto;
}
.mobile-breadcrumb.bradkrm.cmn-breadcrum {
  display: none;
}
.web-breadcrumb.bradkrm.cmn-breadcrum {
  display: flex;
}
.main-section {
  padding: 75px 0px;
}
.main-section-bg {
  background: url(../images/strategies-bg.png) no-repeat;
  background-size: cover;
}
.main-section h1 {
  font: 50px/1.1 'Zoho_Puvi_Bold' !important;
}
.main-section h2 {
  font: 28px/1.2 'Zoho_Puvi_SemiBold' !important;
  color: #104D19;
  margin: 15px 0px 30px 0px !important;
}
ul.list-items {
  margin-left: 30px;
}
ul.list-items > li {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
ul.list-items li:before {
  content: "";
  background: url(../images/green-tick.svg) no-repeat;
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: -30px;
  width: 15px;
  height: 15px;
}
#meGDPRMessage label {
  position: relative !important;
  line-height: 1.5;
}
/*form style starts*/
h3#form {
  font: 26px/1.3 'Zoho_Puvi_Bold';
  text-align: center;
  margin: 0px 0px 25px 0px;
}
.form-section .apiform {
  background: #fff;
  padding: 75px 70px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px #2a503460;
  border-radius: 2px;
  width: 500px;
  z-index: 99;
}
.cover-image-wrapper {
  position: relative;
}
.cover-image-wrapper:before {
  content: "";
  background: url(../itsm/images/bubble.png) no-repeat;
  position: absolute;
  top: -15px;
  right: 0px;
  bottom: 0;
  left: 60px;
  z-index: 9;
}
.cover-image-wrapper:after {
  content: "";
  background: url(../itsm/images/bubble.png) no-repeat;
  position: absolute;
  top: 95px;
  right: 0px;
  bottom: 0;
  left: 230px;
  z-index: 9;
}
img.cover-image {
  display: block;
  margin: -200px auto 30px auto;
  position: relative;
  z-index: 999;
  width: 50%;
}
.form-section input[type="text"], .form-section input[type="email"], .form-section input[type="tel"], .form-section input[type="password"], .form-section textarea {
  border: 1px solid #808080 !important;
  border-radius: 2px !important;
  color: #000 !important;
  margin-bottom: 10px;
}
.form-section .apiform select {
  border: 1px solid #808080 !important;
  border-radius: 2px !important;
  height: 43px !important;
  background: #fff !important;
  margin-bottom: 10px;
  background: #fff url("../images/select-dropdown-arrow-light.png") right center no-repeat !important;
}
#country_state {
  display: block;
  margin: 5px auto 0 auto !important;
}
.check {
  margin-top: 20px;
}
.check p {
  text-align: left;
  font-size: 15px !important;
  margin-bottom: 4px;
}
.prvcy-plicy {
  width: 100% !important;
  margin: 20px auto 15px auto !important;
}
.radio-button {
  width: 140px;
  display: flex;
}
.radio-button > div {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}
.apiform input[type="radio"] {
  width: 10px !important;
  padding: 0px !important;
  margin: 0px !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.form-section .apiform input[type="submit"] {
  font: 18px/1.2 'Zoho_Puvi_SemiBold';
  background: #E9142B;
  border-radius: 2px;
  margin-top: 30px;
}
.form-section .prvcy-plicy a {
  font: 12px/1.5 "Zoho_Puvi_Regular";
  color: #000;
  font-weight: normal;
}
span.errormsg {
  margin-top: 0px !important;
}
/*form style ends*/
@media only screen and (max-width:1024px) {
  .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .col {
    flex-grow: inherit;
    flex-basis: inherit;
    width: 100%;
  }
  .bradkrm.cmn-breadcrum {
    padding: 30px;
  }
  img.cover-image {
    display: block;
    margin: 0px auto 30px auto;
  }
  .row .col:nth-child(1) {
    margin-right: 0px;
  }
  .row .col:nth-child(2) {
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .cover-image-wrapper:before, .cover-image-wrapper:after {
    display: none;
  }
}
@media only screen and (max-width:414px) {
  .web-breadcrumb.bradkrm.cmn-breadcrum {
    display: none;
  }
  .mobile-breadcrumb.bradkrm.cmn-breadcrum {
    display: flex;
  }
  .main-section {
    padding: 0px 0px 75px 0px;
  }
  .form-section .apiform {
    padding: 50px 30px;
    width: 100% !important;
  }
  img.cover-image {
    display: none;
  }
  h3#form {
    font: 24px/1.3 'Zoho_Puvi_Bold';
  }
  .main-section h1 {
    font: 40px/1.1 'Zoho_Puvi_Bold' !important;
  }
  .apiform input, .apiform select, .check p {
    font-size: 13px !important;
  }
  .form-section .apiform input[type="submit"] {
    font: 16px/1.2 'Zoho_Puvi_SemiBold' !important;
  }
}
@media only screen and (max-width:375px) {
  .cmn-breadcrum a, .cmn-breadcrum .root-page {
    font-size: 12px;
  }
  .cmn-breadcrum .smlarlft {
    font-size: 12px;
  }
  .cmn-breadcrum .fntwt400 {
    font-size: 12px;
  }
}
@media only screen and (max-width:320px) {
  h3#form {
    font: 20px/1.3 'Zoho_Puvi_Bold';
  }
  .form-section .apiform input[type="submit"] {
    font: 14px/1.2 'Zoho_Puvi_SemiBold' !important;
  }
  .main-section h1 {
    font: 36px/1.1 'Zoho_Puvi_Bold' !important;
  }
  .main-section h2 {
    font: 24px/1.2 'Zoho_Puvi_SemiBold' !important;
  }
  .apiform input {
    height: 19px;
  }
  .form-section .apiform select {
    height: 37px !important;
  }
  p {
    font-size: 16px !important;
  }
}