#survey {
  display: none !important
}
.clearable {
  position: relative;
  display: inline-block;
}
.clearable input[type=text] {
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.clearable__clear {
  text-align: center;
  display: none;
  position: absolute;
  right: 12px;
  top: 10px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  padding: 5px;
  background: #f6f6f6;
  color: red;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  line-height: 15px;
}
.clearable input::-ms-clear { /* Remove IE default X */
  display: none;
}
.reset-btn {
  border-radius: 4px;
  background: #dfdfe0;
  color: #333;
  font-size: 16px;
  padding: 13px 20px !important;
  border: none;
  outline: none;
  margin: 0px auto;
  width: 100%;
}
.reset-btn:hover {
  background: #d6d6d9;
  cursor: pointer;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons.png) !important;
}
#adRhsLnk {
  display: none
}
#fixedbtn {
  display: none !important
}
.per30 {
  width: 29%;
}
.quote-tbl {
  box-sizing: border-box
}
.quote-tbl form {
  padding: 0px 0px;
}
/*.quote-tbl div span{ width:100%; max-width:188px;}*/
.quote-tbl div span {
  max-width: 188px;
}
.quote-tbl td {
  padding: 7px 10px;
  width: 50%;
  vertical-align: middle;
}
.quote-tbl input, .quote-tbl select, .quote-tbl textarea {
  padding: 15px 0 5px 10px !important;
  border: 1px solid #ccc !important;
  max-width: 100%;
  box-sizing: border-box;
  outline: none; /*height: auto!important;*/
}
.quote-tbl input:focus, .quote-tbl select:focus, .quote-tbl textarea:focus {
  border: 1px solid rgba(121, 187, 238, 0.75) !important;
  box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
}
.quote-tbl select {
  background: #fff;
}
.quote-btn {
  display: block;
  background: #5badd3;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 13px 20px !important;
  border: none;
  outline: none;
  border-radius: 4px;
  margin: 0px auto;
}
.quote-btn:hover {
  background: #33a4d9;
  cursor: pointer;
}
.quote-tbl .quote-foot.tac {
  margin: 25px auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}
.sideline {
  position: relative;
  max-width: 585px;
  width: 98%;
  margin: 0 auto
}
.wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
  z-index: 1;
}
.wordwrapper {
  text-align: center;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}
.word {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
  font: bold 15px arial, sans-serif;
  background: #fff;
  margin: 0 15px
}
.dwn-priv {
  padding: 0px 50px;
}
.heading-menu {
  display: none;
}
#maindiv {
  width: 100% !important;
  position: relative
}
#maindiv input {
  padding: 10px 0px 10px 10px !important;
}
#maindiv img {
  position: absolute;
  top: 8px !important;
  height: 30px;
  right: -12px;
}
#maindiv span {
  position: absolute;
  right: 22px;
  top: 0px;
  display: none;
}
.form-bg {
  background: #f7f7f7;
}
.sec-pTB {
  padding: 40px 0px 0px !important;
}
.mTB50 {
  margin: 50px 0px 20px !important;
}
.ftrpg-inrhdr {
  font-size: 22px;
}
.banner-section .heading-menu {
  display: block;
}
.banner-section .heading-menu {
  padding: 30px 0;
  background: url(../images/sdp-banner-bg.png) no-repeat center top;
  background-attachment: relative;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  border-bottom: 1px solid #C5CBD4;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
  clear: both;
  height: auto;
  font-weight: 500;
}
.banner h1, .banner p {
  color: #fff;
}
.banner h1 {
  font-size: 45px !important;
}
.banner p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: .01px;
}
.sub-head {
  text-align: center;
  padding: 0px 150px;
}
.text-center {
  text-align: center;
}
.heading {
  font-size: 28px;
}
#datepicker {
  position: relative;
  padding: 0px !important;
}
#datepicker input {
  padding: 10px 0px 10px 10px !important;
}
.inputs {
  position: relative;
  margin-bottom: 10px !important;
}
.inputs .mb {
  margin-bottom: 8px;
}
#ui-datepicker-div {
  z-index: 10 !important;
}
.form-label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #444;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transform-origin: top left;
  font-size: 15px;
}
.focused .form-label {
  transform: translateY(-20%) scale(0.75);
  color: #5aaed3;
}
.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  transition: box-shadow 150ms ease-out;
}
.demoform {
  width: 400px;
  margin: 0 auto;
  position: relative
}
.demoform input {
  width: 98%;
  padding: 15px 0 5px 10px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 auto 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 46px
}
.demoform select {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  height: 50px !important;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #444 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sel {
  position: relative
}
.sel:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 26px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.demoform input.error {
  border: 1px solid red !important;
}
.demoform select.error {
  border: 1px solid red !important
}
.dmo-opodchk {
  width: 47%;
  margin: 20px auto 0
}
input.dmo-rdiobtn {
  width: 20px;
  height: 15px
}
input.demo-submit {
  background: #0d89d1;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 75%;
  padding: 12px 15px;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: none !important
}
input#demoReset {
  background: #dfdfe0;
  color: #444;
  font-size: 20px;
  font-weight: 400;
  width: 75%;
  padding: 12px 15px;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: none !important;
}
.gtdmo {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px
}
span.errormsg {
  position: relative;
  left: 0;
  margin-top: -15px !important;
  font-size: 12px;
  color: red;
  display: block;
  margin-bottom: 6px;
  text-align: left;
}
.mr-b1{padding-bottom:8px !important;}
input.demo-submit {
  background: #0d89d1;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 75%;
  padding: 12px 15px;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: none !important
}
input#demoReset {
  background: #dfdfe0;
  color: #444;
  font-size: 20px;
  font-weight: 400;
  width: 75%;
  padding: 12px 15px;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: none !important;
}
#MECountryListing {
  padding: 5px 0px 5px 10px !important;
	margin-top:0;
}
@media screen and (max-width:768px) {
  .btmBar {
    display: none !important
  }
  .wrapper {
    display: none;
  }
  .mT86 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width:1020px) {
  .form-heading {
    padding: 0px 0 !important;
    margin: 0 0 10px 0 !important;
  }
  .form-heading:after {
    display: none !important
  }
}
.inputs {
  margin-bottom: 20px;
  overflow: hidden
}
.inputs > div {
  width: 100%;
  float: inherit;
  font-size: 15px;
}
.inputs > div:first-child {
  box-sizing: border-box
}
.inputs div input, .inputs div textarea, .inputs div select, .inputs textarea {
  width: 100% !important;
  border-radius: 4px;
}
.inputs select {
  height: 48px !important;
}
.form-heading {
  padding: 0px 0;
  background: #5badd3;
  margin: 0 0 10px 0;
}
#datepicker {
  padding: 0;
}
textarea {
  resize: none;
}
#datepicker {
  position: relative
}
#datepicker input::-webkit-calendar-picker-indicator {
  width: 35px;
  opacity: 1;
  /* background: green; */
  color: transparent;
  position: absolute;
  right: 7px;
  top: 1px;
  bottom: 1px;
  content: '';
  background-image: url(../images/demo-calendar.png);
  background-Position: 97% center;
  background-Repeat: no-repeat;
  cursor: pointer;
  background-size: 35px;
  height: 40px;
  z-index: 99;
}
input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1
}
input::-webkit-calendar-picker-indicator:hover {
  background: transparent;
  cursor: pointer;
}
#datepicker input:hover {
  background: none;
}
input {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
input[type="date"]::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/demo-calendar.png);
  background-Position: 97% center;
  background-Repeat: no-repeat;
  cursor: pointer;
  background-size: 30px;
  height: 40px;
  z-index: 99;
  pointer-events: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.inputs div input.date {
  padding-right: 52px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.datewrapper {
  position: relative;
  width: 400px;
}
.clearDate {
  font-family: sans-serif;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 15px;
  color: #222;
  background-color: #e8e8e8;
  right: 50px;
  top: calc(50% - 10px);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}
.row-col2 {
  display: flex;
  padding: 80px 0;
}
.demo-img-wrapper {
  position: relative;
  background: #fff;
  box-shadow: 0 0 8px #ddd;
  padding: 24px;
  text-align: center;
  border-radius: 6px;
  margin-top: 40px;
  z-index: 1;
}
.demo-img-wrapper > img {
  max-width: 330px !important;
  width: 100%;
}
.demo-ct {
  background: #F5F5F5;
  padding: 40px 72px;
  text-align: left;
  position: relative;
  margin-left: -32px;
}
@media screen and (max-width:750px) {
  .row-col2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .demo-ct {
    margin-left: 0;
    margin-top: -32px;
    padding: 32px;
  }
}
.ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  right: -16px;
  width: 30px;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 0;
}
@media screen and (max-width:768px) {
  .btmBar {
    display: none !important
  }
}



/*Below is Get quote style*/
.contactForm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.full-width {
  width: 100%;
}
#suppdevice {
  display: none
}
.adRhsIconNm {
  width: 25px !important;
  height: 25px !important;
  display: inline-block;
  margin: 0 auto;
  background: url(https://www.manageengine.com/network-monitoring/images/demo-icon.svg) no-repeat 0 0 !important;
  background-position: 0 !important;
}
#adRhsLnkNm {
  display: block;
  background: #34ad65;
  border-radius: 3px 0px 0px 3px;
  height: 105px;
  position: absolute;
  right: 1px;
  top: 501px;
  width: 95px;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  color: #FFF;
  font-family: BariolRegular, sans-serif;
  text-align: center;
  padding: 10px 16px 0;
  z-index: 1;
  cursor: pointer;
}
#adRhsLnkNm a {
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 5px;
  font-size: 10px;
  line-height: 15px;
}
.adRhsIconNm {
  width: 43px;
  height: 47px;
  display: inline-block;
  margin: 0 auto;
  background: url(https://www.manageengine.com/network-monitoring/images/v1/common-sprite.png) no-repeat 0 0;
  background-position: -257px -84px
}
#adRhsLnkNm a {
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 5px;
  font-size: 10px;
  line-height: 15px;
}
#adRhsLnkNm a {
  font-size: 10px !important;
  line-height: 14px !important;
}
#adRhsLnkNm:before {
  border-right: 5px solid #34ad65 !important;
  border-bottom: 5px solid #34ad65;
  top: -5px;
  bottom: auto;
  display: inline-block;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  bottom: -5px;
  right: -5px;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(135deg);
}
.adRhsLnkNm {
  width: 43px;
  height: 47px;
  display: inline-block;
  margin: 0 auto;
  background: url(https://www.manageengine.com/network-monitoring/images/v1/common-sprite.png) no-repeat 0 0;
  background-position: -257px -84px
}
em {
  font-style: italic;
}
#fixedbtn {
  position: fixed;
  right: 0;
  top: initial;
  bottom: 300px;
  z-index: 4;
}
#fixedbtn .demo {
  color: #fff !important;
  background: #34ad65;
  text-align: center;
  display: block;
  height: 90px;
  font-weight: 500;
  font-size: .75em;
  letter-spacing: -.1px;
  line-height: normal;
  vertical-align: middle;
  border-radius: 0;
  width: 60px;
  padding: 10px 16px 0;
  text-transform: capitalize;
}
.fbutton {
  /*	width: 400px;*/
  margin: 0 auto;
}
#downloadReset {
  display: inline-block;
  width: 120px !important;
  min-width: auto;
  vertical-align: top;
  /*	margin: 20px 10px !important;*/
  margin: 0 6px;
  cursor: pointer !important;
  line-height: 20px !important;
  font-size: 15px !important;
  transition: all 350ms ease-out;
  border-radius: 4 !important;
  background-color: whitesmoke !important;
}
.btn {
  font-size: 90% !important;
  text-align: center;
  width: 120px !important;
  display: inline-block;
  min-width: auto;
  vertical-align: top;
  /*	margin: 20px 10px !important;*/
  margin: 0 6px;
  margin-top: 0 !important;
  cursor: pointer !important;
  line-height: 20px !important;
  transition: all 350ms ease-out;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background-color: #2a79bb !important;
  color: #fff !important;
}
.edi-btn {
  max-width: 400px;
  margin: auto;
}
.hide {
  display: none;
}
.edi-btn inputgroup.half {
  width: calc(50% - 20px);
  max-width: 100%;
  display: inline-block;
  /*	margin: 0px 15px 10px 15px;*/
  vertical-align: top;
}
.edi-btn inputgroup.half select {
  width: 100% !important;
  max-width: 100% !important;
}
.con-act-tool img {
  padding-left: 5px;
}
.con-pack {
  position: relative;
  display: inline-block;
}
.cont inputgroup input, .cont inputgroup:after, .cont.active inputgroup .con-act-tool.first {
  display: none;
}
.cont.active inputgroup input {
  display: inline-block;
}
.cont.active inputgroup:after {
  top: 50%;
}
.cont {
  margin: 15px 0;
}
.addon-sec {
  margin: 5px 0px;
}
.addon-sec .addon-inner {
  display: none;
  position: relative;
}
.addon-sec.active .addon-inner {
  display: inline-block;
}
.addon-sec .addon-inner input {
  border: 1px solid #ccc !important;
  height: 18px;
  width: 58px !important;
  padding: 4px !important;
}
.addon-sec .addon-inner span {
  padding-right: 10px;
  font-size: 12px;
}
.con-act-tool {
  cursor: pointer;
}
.con-act-tool span {
  font-size: 16px;
  color: #2a78bb;
}
.edi-btn inputgroup.mdm.error .error-field, .edi-btn inputgroup.mdm.error1 .error-field1 {
  top: -22px;
  right: 0;
  white-space: nowrap;
}
.edi-btn inputgroup.osd.error .error-field, .edi-btn inputgroup.osd.error1 .error-field1 {
  right: 32px;
  top: 33px;
  width: 255px;
  text-align: center;
}
.edi-btn inputgroup.error .con-pack .error-field {
  top: -22px;
}
@media(max-width:600px) {
  .contactForm {
    margin: 10px;
  }
  .addon-sec.active .addon-inner {
    display: block;
    margin: 10px 0;
  }
  inputgroup.half.addon_chooser {
    margin-top: 30px !important;
  }
  .con-pack {
    display: block;
    margin: 10px 0;
  }
  .edi-btn inputgroup {
    /*	margin:22px auto !important;*/
    display: block !important;
  }
  .edi-btn inputgroup input, .edi-btn inputgroup select {
    width: 94% !important;
  }
  .edi-btn .input-group-radio label {
    max-width: 80% !important;
    white-space: normal;
    /*	line-height: normal;*/
  }
  .edi-btn inputgroup.mdm.error .error-field, .edi-btn inputgroup.mdm.error1 .error-field1 {
    left: 145px;
    bottom: 7px;
    top: unset;
  }
  .edi-btn inputgroup.osd.error .error-field, .edi-btn inputgroup.osd.error1 .error-field1 {
    width: 100px;
    right: unset;
    left: 180px;
    text-align: left;
  }
  .edi-btn inputgroup.half.spl {
    margin-top: 35px !important;
  }
}
.edi-btn inputgroup input, .edi-btn inputgroup select, .edi-btn .field-valid input, .edi-btn .field-error input, .edi-btn inputgroup textarea {
  display: block;
  margin: 0 !important;
  line-height: 20px !important;
  padding: 10px !important;
  font-size: 15px !important;
  transition: all 350ms ease-out;
  border-radius: 0 !important;
  /*box-shadow: none !important;*/
  width: 100% !important;
  background: transparent !important;
  border-radius: 4px !important;
}
.edi-btn inputgroup.select select {
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.edi-btn inputgroup.select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.edi-btn input#submit, .edi-btn input#downloadSubmit, .edi-btn input#za-signup-btn {
  width: 100%;
  border-radius: 0 !important;
  padding: 15px;
  background-color: #2a79bb;
  color: #fff;
  font-size: 17px;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}
.edi-btn inputgroup label sup {
  color: red;
  font-size: 10px;
}
.edi-btn .input-group-radio input, .edi-btn .input-group-radio label {
  display: inline-block !important;
  vertical-align: middle !important;
  transform: none !important;
  margin-right: 5px !important;
  width: initial !important;
}
.edi-btn .input-group-radio input {
  width: 12px !important;
  border: 0 !important;
}
.edi-btn .input-group-radio label {
  min-width: 10px !important;
  z-index: 9;
  white-space: nowrap;
  /*	max-width: 350px !important;*/
  font-size: 13px !important;
}
.edi-btn .input-group-radio label a {
  color: #0099cc;
}
.rating {
  display: inline-block;
}
.edi-btn inputgroup.select label {
  background-color: #fff;
  z-index: 1 !important;
  padding-left: 5px;
  margin-left: -5px;
}
.edi-btn inputgroup input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px rgba(102, 175, 233, 0) !important;
  border: 1px solid #dfdfdf !important;
}
#dwn-form-alert:before {
  position: absolute;
  left: 5%;
  top: -10px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E9142B;
  content: '';
}
.edi-btn inputgroup {
  /*
	margin-top: 7px;
	margin-bottom: 5px;
*/
  position: relative;
  display: block;
}
.edi-btn .input-group-radio {
  display: inline-block;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
input#Submit {
  width: 100% !important;
  background-color: #2a79bb !important;
  color: #fff;
  margin-top: 20px !important;
}
.edi-btn inputgroup label {
  position: relative;
  display: inline-block !important;
  /*	transform: translate(15px, 34px) scale(1, 1);*/
  transform-origin: left;
  transition: all 350ms ease-out;
  font-size: 15px !important;
  z-index: -1;
}
.edi-btn inputgroup label.big {
  transform: translate(15px, 62px) scale(1, 1);
}
.edi-btn .input-group-radio label.radio-label {
  display: block;
  margin: 10px 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*
.edi-btn inputgroup.focus label {
	transform: translate(0px, 0px) scale(.8, .8);
	color: #2a79bb !important;
}
*/
.edi-btn inputgroup label.main {
  display: block !important;
  font-size: 15px !important;
  color: #2a79bb !important;
}
.za-newsletter-container {
  margin-top: 25px;
}
.edi-btn .dwn-form inputgroup input {
  width: 380px !important;
}
.edi-btn .error-field, .edi-btn .error-field1 {
  display: none;
  right: 0;
}
.edi-btn inputgroup.error .error-field, .edi-btn inputgroup.error1 .error-field1 {
  display: block;
  position: absolute;
  background-color: transparent;
  padding: 0px;
  line-height: normal;
  top: 9px;
  right: 0;
  font-size: 13px;
  font-weight: normal;
  color: red;
}
.edi-btn inputgroup.error input, .edi-btn inputgroup.error1 input {
  border-color: red !important;
}
.thanks-msg {
  display: none;
  color: #63ae21;
  font-weight: 700;
  transition: all ease-out 350ms;
}
.edi-btn inputgroup.error .error-field.training {
  right: -108px;
  top: 30px;
  white-space: nowrap;
}
.edi-btn inputgroup a.offset {
  float: right;
  color: #0099cc;
  font-size: 12px;
}
.mobile-addon {
  margin-left: 20px;
  margin-bottom: 20px;
}
.edi-btn .mobile-addon inputgroup input {
  width: 358px !important;
}
span.error-field.spl {
  left: -166px;
  right: auto;
  top: -6px !important;
  z-index: -1;
}
span.error-field.spl:after {
  content: '{';
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
}
.addon-sec {
  display: block
}
select {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 80%);
  width: 298px;
}
/*style for get quote page*/
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

  color: #000000de;
}
#user-detail {
  display: none
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);*/
  outline: 0 none;
  color: #000000;
}
select, input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select[multiple], select[size] {
  height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline-offset: -2px;
}
.main {
  color: #2a79bb;
}
::-webkit-input-placeholder, input:-moz-placeholder {
  color: red;
}
.get-quote-form {
  width: 88%;
  padding: 5px 5px 5px 5px;
}
.list-point {
  margin: 10px;
}
.mandatory {
  color: #FF0000;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}
.addon {
  position: relative;
  top: 0px;
}
.mcontent {
  color: #4C596E;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  background: #fff;
}
#GetQuote [type="submit"], #GetQuote [type="reset"] {
  background: #414F57 !important;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 7px 20px;
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
}
#GetQuote [type="reset"] {
  background: #dfdfe0 !important;
  color: #333;
}
@media screen and (max-width: 760px) {
  .btmBar {
    display: none !important
  }
  .edi-btn inputgroup.half {
    width: 100%;
  }
}
.selected_item {
  display: inline-block;
  padding: 6px 7px;
  /* background-color: whitesmoke; */
  border-radius: 35px;
  margin: 4px;
  color: #333;
  min-width: 60px;
  text-align: left;
  border: 1px solid lightgrey;
  /* box-shadow: 0px 0px 3px 0px lightgrey; */
  padding-left: 9px;
  font-size: 12px;
  padding-right: 26px;
  position: relative;
  width: fit-content;
}
button.item_close_btn.close {
  background: transparent;
  border: 0px;
  float: right;
  /* margin-top: 4px; */
  color: antiquewhite;
  cursor: pointer;
  color: dimgrey;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -10px;
  font-size: 12px;
  font-family: inherit;
  /* padding: 10px; */
  display: inline-block;
  /* vertical-align: middle; */
  /* transform: rotate(90deg); */
}
div#optionlist_inner {
  padding: 10px;
  width: 94%;
}
.listItem_item.selected {
  background-color: whitesmoke;
  color: #333;
  border: 1px solid lightgray;
  display: none;
}
.listItem_item.filteredunMatched {
  display: none;
}
input.sel_options_inp {
  cursor: auto;
}
.listItem_item {
  padding: 4px;
  color: #333;
  cursor: pointer;
  border-left: 1px solid gray;
  margin: 11px;
  font-size: 15px;
  margin-left: 5px;
  text-indent: 6px;
}
.listItem_item:hover {
  background: white;
}
inputgroup.half.addon_chooser {
  /* font-size: 30px !important; */
  padding: 0;
}
inputgroup.half.addon_chooser label {
  color: #2a79bb;
  font-weight: 700;
  /*    padding-bottom: 20px;*/
  margin-top: -27px !important;
  /*    padding-bottom: 35px;*/
  position: absolute;
}
.selectbox_container {
  width: 100%;
}
input.sel_options_inp::placeholder {
  color: darkgrey !important;
}
.selected_options {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0px 10px;
  border-bottom: 0px;
  padding-top: 10px;
  width: 94%;
  border-radius: 4px;
  box-sizing: border-box;
}
#addonSelectbox_container.focus {
  border: 1px solid #2a79bb;
  border-radius: 4px;
}
#addonSelectbox_container {
  border: 1px solid lightgray;
  border-radius: 3px;
  box-sizing: border-box;
}
inputgroup.half.onboarding.input-group-radio.spl label {
  padding: 2px;
  margin-top: -3px;
  color: rgba(60, 60, 60, 1) !important;
}
inputgroup.half.onboarding.input-group-radio.spl {
  margin-top: 10px;
}
.suggesion_holder div {
  padding: 5px;
  /* border-bottom: 1px solid lightgray; */
  cursor: pointer;
  border-left: 1px solid lightgray;
  padding-left: 10px;
  margin: 5px;
}
.suggesion_holder {
  box-shadow: 0px 1px 5px 0px lightgrey;
  z-index: 9;
}
.suggesion_holder div:hover {
  background-color: whitesmoke;
}
span#recommended_edition {
  padding-top: 16px;
  margin-top: -15px;
  margin-left: -4px;
  margin-left: -6px;
  color: #333;
  font-style: italic;
  color: gray;
  position: absolute;
  right: 5px;
}
#recommended_edition b {
  font-weight: bold;
  color: #333;
}
.listItem_item:hover {
  background: whitesmoke;
}
div#scroll {
  margin-top: -25px;
}
form#theForm {
  line-height: 1.7;
  max-width: 950px;
}
inputgroup.half.input-group-radio.spl {
  line-height: 2;
}
div#selbox_btn {
  /* width: 503px; */
}
inputgroup.half.onboarding.input-group-radio.spl input[type="radio"] {
  margin-top: 5px !important;
}
inputgroup.half.onboarding.input-group-radio.spl label {
  display: inline-block !important;
  position: relative;
  top: 5px;
}
inputgroup.half.onboarding.input-group-radio.spl {
  margin-top: 0px !important;
}
.suggesion_holder {
  position: absolute;
  width: 99%;
  z-index: 111111;
  background: white;
  top: 68px;
}
#theForm label {
  font-weight: 400 !important;
  color: rgba(60, 60, 60, 1);
}
label.subscrb, .inp_answer {
  color: #333 !important;
}
.line {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
}
.dwn-priv {
  color: #333 !important;
  margin-top: 0 !important;
}
inputgroup select {
  color: #333 !important;
}
textarea#tellusyourrequirements {
  color: #333;
}
input:focus, textarea:focus, select:active, select:focus {
  border: 1px solid #2a79bb !important;
}
input, textarea, select {
  border: 1px solid lightgray !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.getquoteForm {
  padding: 0 !important;
}
.form-title {
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding-bottom: 24px;
  padding-top: 12px;
}
@media screen and (max-width: 1025px) {
  .container {
    margin-top: 5px !important;
  }
}
.send_pricing {
  display: block;
  padding: 5px 10px;
  padding-bottom: -1px !important;
  position: relative;
  /* line-height: 12; */
}
.send_pricing input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 12px;
}
.send_pricing label {
  /* padding-top: 0px; */
  padding-left: 12px;
}
/*
inputgroup.half.select.focus {
    width: 400px;
}
*/
.fbutton input {
  border-radius: 4px !important;
  box-shadow: 0px 2px 2px lightgrey;
}
.options_holder {
  max-height: 300px;
  overflow: auto;
  position: absolute;
  background: white;
  z-index: 99;
  box-shadow: lightgrey 0px 0px 10px 0px;
  width: 100%;
  display: block;
}
div#selbox_btn input {
  border: 0px !important;
  box-shadow: none;
  border-radius: 0px !important;
  /* border-bottom-left-radius: 4px !important; */
  /* border-bottom-right-radius: 4px !important; */
  margin-top: -10px !important;
}
input#addon_select::placeholder {
  color: rgba(60, 60, 60, 1) !important;
}
.half.addon_chooser label.focused {
  color: #2a79bb !important;
}
inputgroup.half.addon_chooser {
  margin-top: 40px;
  width: 100%;
}
textarea#tellusyourrequirements {
  height: 126px;
}
.send_pricing.error .error-field {
  display: block !important;
  color: crimson;
}
.tooltip_holder {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  top: 31px;
  left: 4px;
  padding-left: 12px;
  margin-right: 5px;
  display: none;
  cursor: auto;
}
.tooltip_holder::after {
  content: '';
  position: absolute;
  right: 0;
  /* padding: 10px; */
  border: 12px solid rgba(0, 0, 0, 0.8);
  /* background: green; */
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  top: -22px;
  border-radius: 4px;
  cursor: pointer;
}
.tooltip_content {
  margin-top: 10px;
  padding-left: 5px;
}
.tooltip_content_desc {
  margin-bottom: 5px;
  font-weight: 600;
}
div.tootip_btn:hover .tooltip_holder {
  display: block !important;
  /*background: white;*/
}
div.tootip_btn {
  right: 0;
  top: -2px;
  /* left: -10px; */
  /* margin-right: 13px; */
  cursor: pointer;
  width: 20px;
  float: right;
}
.nav .selecteddivnew a:hover .caret {
  transform: rotate(180deg);
  transition: .4s ease all;
}

 .heading-menu,
    #scroll {
      display: none;
    }

    .container {
      max-width: 1176px !important;
    }

    .hero-wrapper {
      position: relative;
      background-color: #F1F7FF;
      /* For browsers that do not support gradients */
      background-image: linear-gradient(to right, #F1F7FF 50%, #fff 50%);
    }

    .form-row {
      display: flex;
      flex-wrap: wrap;
    }

    .form-row>.cell {
      padding: 24px;
      width: 50%;
      box-sizing: border-box;
    }
	  .banner-content {margin:50px 0;}

    .banner-content * {
      margin: 0;
      padding: 0;
    }

    .banner-content>h1 {
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 16px;
      letter-spacing: 1px;
      line-height: 1.2;
    }

    .banner-content>h3 {
      font-size: 25px;
		font-weight: 300;
    }

    .banner-content p {
      font-size: 20px;
      font-weight: 200;
      margin-bottom: 20px;
    }

    .banner-cta {
      display: flex;
      gap: 16px;
      margin-top: 16px;
    }

    .banner-cta>a {
      display: inline-block;
      padding: 12px 24px;
      border: 1px solid #C9E0FF;
      background: #fff;
      border-radius: 6px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 6px;
    }

    .banner-cta>a:hover {
      text-decoration: none;
    }

    .banner-cta>a.active {
      background-color: #0075FF;
      color: #fff;
    }

    .banner-img {
      margin-top: 100px;
     
    }

    .banner-img img {
      width: 100%;
    }

    .text-left {
      text-align: left;
    }

    .demo-form,
    .form {
      width: 100%;
    }

    .form-wrapper {
      max-width: 400px;
      margin: 0 auto;
		margin-top:50px;
		margin-bottom:50px;position: relative;
    }

    .input-row {
      margin-bottom: 8px;
      position: relative;
    }

    .input-row>label {
      display: block;
    }

    .input-row>label>sup {
      color: #f00;
    }

    .input-row:last-child {
      margin-bottom: 0;
    }

    .input-row input,
    .input-row select,
    .input-row textarea {
      box-sizing: border-box;
      border: 1px solid #ccc;padding:10px;
      width: 100%;
      height: 40px;
      position: relative;line-height: 1;
    }

    .input-row select {
       -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
    }

    .input-row textarea {
      height: auto;
    }
	  .form input:focus, .form select:focus {
		  background:#fff;
	  }
    span.errormsg {
      position: relative;
      left: 0;
      font-size: 12px;
      color: red;
      display: block;
      text-align: left;
      bottom: -12px;
    }

    #meGDPRMessage {
      font-size: 12px;
      color: #000;
      margin: 0;
      padding-bottom: 12px;
      border-bottom: 1px solid #ddd;
    }

    #formCTAgdpr {
      text-align: left;
      padding: 16px 0;
    }


    .block-item {
      display: block;
      width: 100%;
    }

    .date-field {
      width: 200px;
    }

    .ct-show {
      display: block;
    }
	  .sec {padding:40px 0;text-align: center;background: #daeaff;border:2px solid #fff;border-right:0;border-left:0;}
	  .title h2 {margin:0;margin-bottom:32px;font-size:40px;font-weight: 500;line-height: 1.25;}
	  
	  .get-started-row, .get-started {display:flex;flex-wrap:wrap;align-items:center;}
.get-started-row > div:nth-child(1) {width:40%;justify-content: center;}
	  .get-started-row > div:nth-child(2) {width:60%;}
	  .get-started-row .title > h2 {font-size:24px;margin:0;}
	  
	  
	  .get-started {position:relative;}
	  .get-started > a {padding:12px 16px;border:1px solid #c0d3f5;display:flex;flex-wrap:wrap;margin:4px;border-radius: 6px;background: #fdfeff;transition: all .3s ease-in-out;}
	  .get-started > a:hover{text-decoration: none;background: #fff;}
.get-started > a > svg {margin-right:8px;max-width:24px;}
	  .success-message {display: none;background:#e6fff9;text-align: center;padding: 16px;position: absolute;width:100%;left:-15px;top:-10%;border-radius: 6px;}
	  .success-message > h5 {color:#1a6873;font-weight:700;margin:0}

    .ui-datepicker-trigger {
      top: 6px;
    }
	  .form-title {padding-top:0;font-size: 25px;}
    .send_pricing {
      display: flex;
      padding-left: 5px 0px;
    }
    .send_pricing input {
      width: 20px;
      height: 20px;
      top: 5px;
    }
    .send_pricing label {
      font-size: 16px;
    }

    .send_pricing label span {
      font-size: 14px;
    }
#meGDPRMessage .checkmarkgdpr {width:12px !important;height: 12px !important;}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {width:4px !important;height:8px !important;left:4px !important}
    .dwn-priv  {
      font-size: 14px;
      line-height: 2;
      font-weight: 300;
      padding-top:0px
    }
	  div#selbox_btn input {margin-top:0 !important;}
    .form input {
      margin-top: 0px;
    }

    .quote-btn {
      background-color: #E9152B;
      color: #fffd;
    }

    .quote-btn:hover {
      background-color: #E9152B;
      color: #fffd;
    }

    @media (max-width: 1024px) {
      .form-row>.cell, .get-started-row > div {
        width: 100% !important;
      }
		.get-started-row .title > h2 {font-size:24px;margin-bottom:24px;}
		.get-started-row, .get-started {justify-content:center;}
      .banner-img {
        display: none;
      }

      .hero-wrapper  {
        background: #F1F7FF;
      }

      .banner-content, .banner-cta {
        text-align: center;
        justify-content: center;
      }
    }
    @media (max-width: 1024px) {
      .ctCol {
        flex: none;
        width: 100%;
        text-align: center;
      }
    }