html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;

}

header.main-heading {
    margin: auto;
    text-align: center;
}
.logo img {
    width: 100px;
}
.heading-section{
  text-align: center;
  margin-bottom: 40px;
}
.bottom-text{
  margin-top: 50px;
}
.bottom-text ul{
  margin-top: 10px;
  padding-left: 17px;
}
.bottom-text ul li {
    padding-bottom: 8px;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  height: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 0;
}

legend {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}

* {
  box-sizing: border-box;
}

.width-50 {
    width: 49%;
}
/*Box*/
.bl-unit {
    border-radius: 5px;
    background-color: #eef2f8;
    padding: 10px 15px;
    text-align: left;
    margin-bottom: 10px;
}

.mr5 {
    margin-right: 5px;
}
.d-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.bl-unit .bl-unit-icon {
    height: 37px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bl-unit h4 {
    text-align: left;
    color: #505050;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.bl-unit h5 {
    color: #787878;
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
    font-weight: 300;

}
.bl-copy-input-link:hover {
    text-decoration: underline;
}
.bl-copy-input-link {
    cursor: pointer;
}
.bl-copy-input {
    border: none;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    color: #547bba;
    font-size: 16px;
    letter-spacing: -.01px;
    line-height: 20px;
    padding: 15px;
    -webkit-flex: 1 1;
    flex: 1 1;
    outline: none;
}
.bl-copy-input-suffix img {
    width: 20px;
}

.tooltip {
    padding: 10px;
    position: absolute;
    width: auto;
    white-space: nowrap;
    word-wrap: no-wrap;
    box-shadow: 1px 1px 20px #aaa;
    border-radius: 5px;
    background-color: #fff;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    transform-style: preserve-3d;
    z-index: 200;
    font-size: 0.9em;
    display: none;
}
.tooltip__src {
    color: #0641AD;
    box-shadow: 1px 1px 20px rgba(6, 65, 173, 0.3);
    top: -50px;
}
.bl-copy-input-suffix:hover .tooltip {
    display: block;
}

.tooltip:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translateX(-50%) translateZ(-1px);
    background-color: #fff;
    left: 50%;
    top: 0px;
    z-index: -1;
    box-shadow: -1px -1px 20px #aaa;
}
.tooltip:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translateX(-50%);
    background-color: #fff;
    left: 50%;
    top: -1px;
    z-index: 400;
}
.tooltip__src:after {
    top: auto;
    bottom: -8px;
}
.tooltip__src:before {
    top: auto;
    bottom: -8px;
}
.bl-copy-input-suffix {
    width: 48px;
    border-radius: 0 5px 5px 0;
    background-color: #547bba;
    padding: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    position: relative;
}
img#__lpform_autocomplete_icon {
    display: none;
}
.search-icons img{
  width: 40px;
  height: auto;
}
.close-icon{
  display: none;
}
.advance-search{
  display: none;
}

.bl-unit h4, .bl-unit h5 {
    letter-spacing: -.01px;
    margin-bottom: 0;
    margin-top: 0;
}
.s009 {
  /*min-height: 100vh;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #d9eff5;
  padding: 15px;
  font-family: 'Titillium Web', sans-serif;
  padding-top: 50px;
  padding-bottom: 80px;
}

.s009 form {
  width: 100%;
  max-width: 1030px;
  margin: 0;
}

.s009 form .inner-form {
  width: 100%;
}

.s009 form .inner-form .input-field {
  position: relative;
}
input#autocomplete {
    background-image: unset!important;
}

.s009 form .inner-form .input-field input {
  height: 100%;
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 32px 10px 70px;
  font-size: 18px;
  color: #666;
  border-radius: 3px;
  height: 70px;
  color: #555;
  font-family: 'Titillium Web', sans-serif;
}

.s009 form .inner-form .input-field input.placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.s009 form .inner-form .input-field input:-moz-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.s009 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.s009 form .inner-form .input-field input:hover, .s009 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s009 form .inner-form .input-field .btn-search {
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  background: #00bbec;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.s009 form .inner-form .input-field .btn-search:hover, .s009 form .inner-form .input-field .btn-search:focus {
  background: #00a7d3;
}

.s009 form .inner-form .input-field .btn-delete {
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  background: transparent;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #666;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
}

.s009 form .inner-form .input-field .btn-delete:hover, .s009 form .inner-form .input-field .btn-delete:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
}

.s009 form .inner-form .basic-search {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #00bbec;
}

.s009 form .inner-form .basic-search .input-field {
  width: 100%;
}

.s009 form .inner-form .basic-search .input-field input {
  padding: 10px 80px 10px 40px;
}

.s009 form .inner-form .basic-search .input-field .icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 100%;
}

.s009 form .inner-form .basic-search .input-field .icon-wrap svg {
  width: 34px;
  height: 34px;
  fill: #ccc;
}

.s009 form .inner-form .advance-search {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.s009 form .inner-form .advance-search .desc {
  font-size: 16px;
  color: #294952;
  display: block;
  margin-bottom: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;

}
.s009 form .inner-form .advance-search .desc strong {
    font-size: 18px;
    display: block;
}

.s009 form .inner-form .advance-search .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

.s009 form .inner-form .advance-search .row.second {
  margin-bottom: 46px;
}

.s009 form .inner-form .advance-search .row.third {
  margin-bottom: 0;
}

.s009 form .inner-form .advance-search .row.third .input-field {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.s009 form .inner-form .advance-search .row.third .input-field .result-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 110px;
  color: #666;
  font-size: 14px;
}

.s009 form .inner-form .advance-search .row.third .input-field .result-count span {
  color: #00bbec;
  padding-right: 5px;
}

.s009 form .inner-form .advance-search .input-field {
  width: calc((100% - 40px) / 3);
}

.s009 form .inner-form .advance-search .input-select {
  height: 40px;
}

.s009 form .inner-form .advance-search .choices__inner {
  background: transparent;
  border-radius: 0;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  padding-right: 30px;
  font-size: 14px;
  min-height: 40px;
}

.s009 form .inner-form .advance-search .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 5px 18px;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.s009 form .inner-form .advance-search .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #666;
  font-weight: bold;
}

.s009 form .inner-form .advance-search .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #00bbec;
  font-weight: bold;
}

.s009 form .inner-form .advance-search .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
  padding: 10px 18px 20px 18px;
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.s009 form .inner-form .advance-search .choices__list.choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}

.s009 form .inner-form .advance-search .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: transparent;
  color: #00bbec;
}

.s009 form .inner-form .advance-search .choices__list--dropdown .choices__item {
  color: #666;
  min-height: 20px;
  padding: 8px 0;
  font-weight: bold;
}

.s009 form .inner-form .advance-search .choices[data-type*="select-one"]:after {
  border: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  transform: none;
  opacity: 1;
  right: 15px;
  top: 6px;
  background-size: 18px 18px;
  background-position: right center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.s009 form .inner-form .advance-search .choices[data-type*="select-one"].is-open {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.s009 form .inner-form .advance-search .choices[data-type*="select-one"].is-open:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
}

.s009 form .inner-form .advance-search .choices[data-type*="select-one"] .choices__button {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*footerbox*/
.imagebox img.image-responsive {
    width: 50px;
}
.width-25 {
    width: 24.74%;
    display: inline-block;
}

.box-layout {
    text-align: center;
    border: 3px solid #82bdce;
    margin: 0 10px;
    padding: 22px 5px 5px;
}

.bottom-text h2{color: #3c4ba6;}
.bottom-text .text {
    margin-top: 50px;
}
.imagebox {
    width: 80px;
    margin: 0 auto;
    background: #82bdce;
    padding: 15px;
    border-radius: 10px;
}
.bgwhite{background-color: #fff;padding: 1px 0; }
.bottom-area{max-width: 1030px;margin: 0 auto;display: table;padding-bottom: 50px;}
.clear{clear: both;}
.bottom-area .row{
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1025px) {
  .width-25{width: 49%; margin-bottom: 20px;}
  .bottom-area, .s009 form{width: 90%;}
}
@media screen and (max-width: 767px) {
  .bottom-text h2{text-align: center;}
  .width-50{width: 100%;}
  .width-25{width: 100%;}
  .s009 form .inner-form .basic-search .input-field input {
    padding: 10px 80px 10px 15px;
  }
  .s009 form .inner-form .basic-search .input-field .icon-wrap {
    width: 80px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .s009 form .inner-form .basic-search .input-field .icon-wrap svg {
    width: 30px;
    height: 30px;
  }
  .s009 form .inner-form .advance-search {
    padding: 30px 15px;
  }
  .s009 form .inner-form .advance-search .row {
    display: block;
  }
  .s009 form .inner-form .advance-search .input-field {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*Popup*/
.overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 500ms; visibility: hidden; opacity: 0; z-index: 9999;}
.overlay.active { visibility: visible; opacity: 1;}
#gbNewsletter .cbutton {color: #fff;background: #333;text-transform: uppercase; width: 100%; display: block; text-align: center; margin: 10px auto 0 auto; padding: 10px 20px; }
#gbNewsletter .popup {margin: 0px auto; padding: 60px 20px 30px;background: #fff; border-radius: 0px;  width:690px; position: relative;text-align: center;top: 50% !important;position: fixed !important;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 0px; left: 0;}
#gbNewsletter .popup h2 { margin-top: 0; color: #333;}
#gbNewsletter .popup .close {position: absolute; top: 0px;  right: 0px; transition: all 200ms; font-size: 30px; font-weight: normal; text-decoration: none;  text-align: center;background: #333; border-radius: 0;cursor: pointer;float: right;padding: 0;color: #fff;margin-top: 0;margin-right: 0;height: 40px;  width: 40px;}
#gbNewsletter .popup .close:hover {color: #06D85F;}
#gbNewsletter .popup .content {max-height: 30%;overflow: auto;}
#gbNewsletter .newletter-title h2 {font-size: 20px;text-transform: uppercase;  color: #000;font-weight: 700;letter-spacing: 3px;margin: 0 0 15px;}
#gbNewsletter .box-content label {font-weight: 400;max-width: 560px;  display: inline-block;margin-bottom: 5px;font-size: 14px; line-height: 26px;}
.newletter-popup {background: #fff;top: 50% !important;position: fixed !important; padding: 0;text-align: center;  -moz-transform: translateY(-50%);-webkit-transform: translateY(-50%); -o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#gbNewsletter #frm_subscribe .subscribe_field {background: #EBEBEB none repeat scroll 0% 0%;border: medium none;height: 40px;width: 100%;margin: 5px 0;padding-left: 15px;}
#gbNewsletter #frm_subscribe a {cursor: pointer;border: none;background: #333;padding: 3px 25px;text-transform: uppercase;   font-size: 14px;color: #fff;
    font-weight: 600;    line-height: 34px;display: inline-block;border-radius: 0;letter-spacing: 2px;}
#gbNewsletter .box-content .subscribe-bottom {margin-top: 20px;}
#gbNewsletter .box-content .subscribe-bottom #newsletter_popup_dont_show_again {display: inline-block;margin: 0;vertical-align: middle;margin-top: -1px;}
#gbNewsletter .box-content .subscribe-bottom label {margin: 0;font-weight: 400;max-width: 650px;display: inline-block;margin-bottom: 5px;font-size: 12px;}
#gbNewsletter img.newslettericon { width: 100%;}
div#form_response {color: green;}
div#form_response.error {color: red;}
#gbNewsletter .newslettericon{margin-top: 30px;}

#gbNewsletter .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#gbNewsletter .text-left {
    text-align: left!important;
}
#gbNewsletter .col-md-4, #gbNewsletter .col-md-8{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px){
  #gbNewsletter .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  #gbNewsletter .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 767px){
  #gbNewsletter .popup{
      width: 90%;
      position: relative !important;
      top: 30% !important;
  }
  #gbNewsletter .col-md-4{display: none;}
}