/* ==========================================================================
FontAwesome Icons - Uses Unicode, see Cheatsheet here:
http://fortawesome.github.io/Font-Awesome/cheatsheet/
========================================================================== */
.fa {
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
define
========================================================================== */
/* ==========================================================================
1 General Styling
Includes: links, lists, buttons and all consistant elements
========================================================================== */
body {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(195, 195, 195, 0.65)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c3c3c3', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-8 */
  position: relative;
  font-family: tisasanspro, sans-serif;
  z-index: 5;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #7AAD37;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li {
  list-style: none;
  line-height: 15px;
}

p {
  line-height: 15px;
  padding: 0px;
  margin: 10px 0px;
}

a, input, button {
  -ms-touch-action: none !important;
}

ul {
  margin: 0px;
  padding: 0px;
}

* {
  box-sizing: border-box;
}

img {
  border: none;
}

*:before, *:after {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  clear: both;
}

.p15r {
  padding-right: 15px !important;
}

.pr {
  position: relative;
}

/* ==========================================================================
.typographic
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h1, h2, h3, h4, h6 {
  color: #000;
}

h5 {
  color: #3D9600;
}

h1 {
  font-size: 42px;
  line-height: 42px;
}

h2 {
  font-size: 28px;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 15px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  color: #3d382d;
}

input, select {
  font-size: 16px;
  color: #5A564D;
  padding-left: 10px;
  line-height: 16px;
}

input[type="text"], select {
  border: 1px solid #000;
  padding: 10px;
  font-size: 12px;
}

textarea {
  border: 1px solid #000;
  font-size: 12px;
}

.btn {
  background: #7AAD37;
  border-radius: 20px;
  color: white;
  display: block;
  padding: 5px 20px;
  font-size: 18px;
  margin-top: 7px;
  margin-right: 20px;
  border: none;
  font-family: "Raleway", sans-serif;
}

.btn:hover {
  background: white;
  color: #000;
}

.btn-gyst {
  background: #7AAD37;
  border-radius: 20px;
  color: white;
  padding: 5px 40px;
  font-size: 18px;
  margin-top: 7px;
  border: alk;
  font-family: "Raleway", sans-serif;
  border: 1px solid #7AAD37;
}

.btn-gyst:hover {
  background: white;
  color: #000;
}

/* ==========================================================================
.layout
========================================================================== */
/*background*/
.container {
  width: 100%;
  margin: 0 auto;
}

header {
  background: white;
  /*header-top*/
  /*nav-main*/
}

header .header-top {
  overflow: hidden;
  padding: 15px 0px 0px 0px;
}

header .header-top .logo-left {
  display: inline-block;
  width: 340px;
  height: 65;
  top: 8px;
}

header .header-top .logo-left .logo {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}

header .header-top .logo-left .logo img {
  width: 325px;
}

header .header-top .logo-right {
  display: inline-block;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  padding: 0px;
}

header .header-top .logo-right .tagline {
  margin-top: 28px;
  margin-left: 15px;
}

header .header-top .logo-right .logo {
  margin-top: 2px;
  margin-left: 5px;
}

header .header-top .logo-right .logo img {
  width: 121px;
}

header .header-top .logo-right a {
  padding: 10px 12px 14px 2px;
  margin: 0px 0px;
}

header .header-top .logo-right a:hover, header .header-top .logo-right a.active {
  background: #7AAD37;
  color: white;
}

header .nav-main {
  background: #000;
  overflow: hidden;
}

header .nav-main ul {
  float: left;
  width: 100%;
  padding-left: 34px;
}

header .nav-main ul li {
  float: left;
  padding: 10px 0px 0px 0px;
}

header .nav-main ul li.icon_nav_res {
  display: none;
}

header .nav-main ul li .icon-home {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: -3px;
  background: url("../images/home-icon.png") no-repeat;
}

header .nav-main ul li .icon-twitter {
  width: 30px;
  height: 24px;
  display: block;
  position: relative;
  top: -5px;
  background: url("../images/twitter.png") no-repeat;
}

header .nav-main ul li .icon-linkedin {
  width: 30px;
  height: 24px;
  display: block;
  position: relative;
  top: -5px;
  background: url("../images/linkedin.png") no-repeat;
}

header .nav-main ul li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0px 20px;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  border-left: 1px solid #fff;
}

header .nav-main ul li a:hover {
  color: #7AAD37;
}

header .nav-main ul li a:hover .icon-home {
  background: url("../images/home-blue-icon.png") no-repeat;
}

header .nav-main ul li a:hover .icon-twitter {
  background: url("../images/twitter_blue.png") no-repeat;
}

header .nav-main ul li a:hover .icon-linkedin {
  background: url("../images/linkedin_blue.png") no-repeat;
}

header .nav-main ul li.active a {
  color: #7AAD37;
}

header .nav-main ul li.active a .icon-home {
  background: url("../images/home-blue-icon.png") no-repeat;
}

header .nav-main ul li:first-child a {
  border-left: 0px;
}

header .nav-main ul li:nth-last-of-type(3) {
  float: right;
}

header .nav-main ul li:nth-last-of-type(3) a {
  border-left: 0px;
}

header .nav-main ul li:nth-last-of-type(4) {
  float: right;
}

header .nav-main ul li:nth-last-of-type(4) a {
  border-left: 0px;
}

header .nav-main ul li:nth-last-of-type(5) {
  float: right;
}

header .nav-main ul li:nth-last-of-type(5) a {
  border-left: 0px;
}

header .nav-main .nav-right {
  width: 319px;
  float: right;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

header .nav-main .nav-right .btn-login {
  background: #7AAD37;
  border-radius: 20px;
  color: white;
  display: block;
  padding: 1px 20px 1px 15px;
  float: left;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 20px;
}

header .nav-main .nav-right .btn-login:hover {
  background: white;
  color: #000;
}

header .nav-main .nav-right p {
  float: left;
  color: white;
  font-size: 9px;
  margin: 12px 0px;
}

header .nav-main .nav-right p span {
  color: #7AAD37;
  font-size: 18px;
}

/*Main*/
/************** ***************/
.full-container {
  background: white;
}

.elimunate {
  padding: 40px 410px 20px 56px;
}

.elimunate.aboutus {
  padding: 40px 200px 20px 56px;
}

.elimunate.aboutus span {
  white-space: nowrap;
}

.elimunate.aboutus span i {
  word-spacing: -2px;
}

.elimunate ul {
  padding-top: 0px;
  padding-left: 35px;
}

.elimunate ul li {
  color: black;
  font-size: 12px;
  list-style: disc;
}

.elimunate.section-content {
  position: relative;
}

.elimunate.section-content #portfolio-plus, .elimunate.section-content #clear-easy, .elimunate.section-content #secure-data-storage {
  margin-top: 30px;
}

.elimunate.section-content #portfolio-plus p, .elimunate.section-content #clear-easy p, .elimunate.section-content #secure-data-storage p {
  margin-bottom: 0px;
}

.elimunate.section-content #portfolio-plus em, .elimunate.section-content #clear-easy em, .elimunate.section-content #secure-data-storage em {
  font-weight: bold;
  font-style: normal;
}

.elimunate.section-content ul li {
  font-size: 12px !important;
  line-height: 15px;
}

.elimunate.section-content span {
  white-space: nowrap;
  /* font-weight: bold; */
}

.elimunate.section-content span i {
  word-spacing: -2px;
}

.elimunate.section-content .dcs-case-study {
  position: absolute;
  top: 30px;
  right: 70px;
  width: 300px;
}

.elimunate.section-content .dcs-case-study img {
  width: 100%;
}

.elimunate.section-content h4 {
  font-size: 18px;
  line-height: 20px;
}

.elimunate h2 {
  font-size: 21px;
}

.elimunate a {
  margin-right: 20px;
}

.elimunate p {
  margin-bottom: 5px;
}

.main {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.main-content {
  position: relative;
  /*.main-left*/
}

.main-content .main-left {
  /*underpages*/
}

.main-content .main-left .welcome-text {
  padding-left: 52px;
  width: 62%;
  padding-top: 27px;
}

.main-content .main-left .welcome-text.representatives ul li {
  font-size: 14px;
  line-height: 18px;
  width: 80%;
}

.main-content .main-left .welcome-text.representatives a {
  color: #6B812F;
}

.main-content .main-left .bg-full-width {
  background: #fff;
  padding: 27px 360px 60px 54px;
}

.main-content .main-left .bg-full-width.mnteam {
  overflow: hidden;
}

.main-content .main-left .bg-full-width.mnteam ul {
  margin-top: 50px;
}

.main-content .main-left .bg-full-width.mnteam ul li {
  float: left;
  margin-bottom: 30px;
}

.main-content .main-left .bg-full-width.mnteam ul li .img-content {
  float: left;
  width: 17%;
  margin-right: 15px;
  text-align: center;
}

.main-content .main-left .bg-full-width.mnteam ul li .team-content, .main-content .main-left .bg-full-width.mnteam ul li .board-content {
  float: left;
  width: 80%;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  padding-bottom: 1px;
}

.main-content .main-left .bg-full-width.mnteam ul li .team-content .bg-line-black, .main-content .main-left .bg-full-width.mnteam ul li .board-content .bg-line-black {
  background: #fff;
}

.main-content .main-left .bg-full-width.mnteam ul li .team-content h4, .main-content .main-left .bg-full-width.mnteam ul li .board-content h4 {
  margin-bottom: 20px;
  overflow: hidden;
}

.main-content .main-left .bg-full-width.mnteam ul li .team-content h4 span, .main-content .main-left .bg-full-width.mnteam ul li .board-content h4 span {
  color: #6B812F;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.main-content .main-left .bg-full-width.mnteam ul li .team-content h4 strong, .main-content .main-left .bg-full-width.mnteam ul li .board-content h4 strong {
  font-size: 12px;
  color: #6B812F;
  display: inline-block;
  line-height: 16px;
  padding-top: 7px;
  margin-left: 10px;
  vertical-align: top;
}

.main-content .main-left .bg-full-width.mnteam ul li .team-content p, .main-content .main-left .bg-full-width.mnteam ul li .board-content p {
  margin: 0px;
  padding-bottom: 40px;
}

.main-content .main-left .bg-full-width.mnteam ul li .board-content {
  width: 100%;
}

.main-content .main-left .bg-full-width.mnteam ul li:last-child .team-content, .main-content .main-left .bg-full-width.mnteam ul li:last-child .board-content {
  padding-bottom: 0px;
}

.main-content .main-left .bg-full-grey {
  padding: 27px 360px 20px 56px;
  margin-bottom: 13px;
  margin-top: -13px;
}

.main-content .main-left h2 {
  font-size: 27px;
}

.main-content .main-left h2 span {
  color: #7AAD37;
}

.main-content .main-left .the-estate {
  background: #fff;
  margin: 0px;
  position: relative;
  margin-top: 12px;
}

.main-content .main-left .the-estate ul {
  padding-left: 15px;
  margin: 10px 0;
}

.main-content .main-left .the-estate ul li {
  color: black;
  font-size: 15px;
  list-style: disc;
}

.main-content .main-left .the-estate .img-people {
  position: absolute;
  bottom: 131px;
  right: 230px;
}

.main-content .main-left .the-estate .img_average {
  top: 20px;
  position: absolute;
  right: 10px;
}

.main-content .main-left .the-estate p {
  color: black;
}

.main-content .main-left .the-estate em {
  color: #000;
}

.main-content .main-left .pricing {
  background: #fff;
  margin: 0px;
  position: relative;
  margin-top: 12px;
  padding-left: 57px;
  font-size: 15px;
}

.main-content .main-left .pricing h2 {
  font-size: 40px;
  font-weight: bold;
  color: #6B812F;
  margin: 0px 0px 20px 0px;
}

.main-content .main-left .pricing h3 {
  font-size: 30px;
  font-weight: bold;
  color: #6B812F;
  margin: 20px 0px 20px 0px;
}

.main-content .main-left .pricing h4 {
  font-size: 20px;
  white-space: nowrap;
}

.main-content .main-left .pricing h4 i {
  word-spacing: -3px;
}

.main-content .main-left .pricing ul {
  padding-left: 15px;
  margin: 10px 0 10px 50px;
}

.main-content .main-left .pricing ul li {
  color: black;
  font-size: 12px;
  list-style: disc;
}

.main-content .main-left .pricing .img-people {
  position: absolute;
  bottom: 131px;
  right: 230px;
}

.main-content .main-left .pricing .img_average {
  top: 20px;
  position: absolute;
  right: 10px;
}

.main-content .main-left .pricing p {
  color: black;
}

.main-content .main-left .pricing em {
  color: #000;
}

.main-content .main-left .pricing .enroll {
  background: #58595b;
  text-align: center;
  padding: 10px 10px 20px 10px;
  margin-left: 56px;
  width: 600px;
}

.main-content .main-left .pricing .enroll p {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
  color: white;
}

.main-content .main-left .pricing .enroll a {
  display: inline-block;
  width: 186px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.main-content .main-left .security {
  position: relative;
  background-color: white;
  padding: 20px 50px 20px 54px;
}

.main-content .main-left .security span {
  /*white-space: nowrap;*/
}

.main-content .main-left .security span i {
  font-style: italic;
  word-spacing: -2px;
}

.main-content .main-left .security .row {
  margin: 0px auto;
  padding: 8px;
  display: table-row;
  clear: both;
}

.main-content .main-left .security .row:nth-child(2n+1) .head-column {
  float: left;
  text-align: right;
  padding-left: 100px;
  padding-right: 20px;
}

.main-content .main-left .security .row:nth-child(2n+1) .body-column {
  float: right;
  text-align: left;
  padding-left: 20px;
  padding-right: 100px;
}

.main-content .main-left .security .head-column {
  font-size: 22px;
  width: 50%;
  font-family: "Raleway", sans-serif;
  color: #6B812F;
  float: right;
  margin: 10px 0px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  padding-right: 100px;
}

.main-content .main-left .security .head-column span {
  display: inline-block;
  vertical-align: middle;
}

.main-content .main-left .security .body-column {
  font-size: 12px;
  line-height: 18px;
  width: 50%;
  float: left;
  margin: 10px 0px;
  display: inline-block;
  text-align: right;
  padding-left: 100px;
  padding-right: 20px;
}

.main-content .main-left .security hr {
  width: 87%;
}

.main-content .main-left .img-people {
  position: absolute;
  bottom: 131px;
  right: 230px;
}

.main-content .main-left .img_average {
  top: 20px;
  position: absolute;
  right: 10px;
}

.main-content .main-left p {
  color: black;
}

.main-content .main-left em {
  color: #000;
}

.main-content .main-left h3 {
  font-size: 21px;
}

.main-content .main-left.dcs .the-estate ul.phrase-content {
  overflow: hidden;
  padding-left: 0px;
  padding-top: 30px;
}

.main-content .main-left.dcs .the-estate ul.phrase-content li {
  width: 23%;
  float: left;
  list-style: none;
  background: #646464;
  margin-right: 55px;
  font-family: "Raleway", sans-serif;
}

.main-content .main-left.dcs .the-estate ul.phrase-content li span.title {
  background-color: #000;
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.main-content .main-left.dcs .the-estate ul.phrase-content li span.oval-content {
  border-radius: 200px;
  width: 142px;
  height: 142px;
  margin: 20px auto;
  display: block;
  background: #fff;
  text-align: center;
  padding-top: 50px;
  font-size: 30px;
  color: #7AAD37 !important;
}

.main-content .main-left.dcs .the-estate ul.phrase-content li p {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 0 20px;
  line-height: 20px;
}

.main-content .main-left.find .bg-full-width h2 {
  margin-bottom: 20px;
}

.main-content .main-left.find .bg-full-width .search-form {
  overflow: hidden;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(195, 195, 195, 0.65)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(195, 195, 195, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c3c3c3', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-8 */
  padding: 20px 40px 20px 20px;
  width: 90%;
}

.main-content .main-left.find .bg-full-width .search-form input[type="button"].btn-arrow {
  background: url("../images/white-arrow.jpg") no-repeat;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
}

.main-content .main-left.find .bg-full-width .search-form input[type="text"], .main-content .main-left.find .bg-full-width .search-form select {
  padding: 9px;
  margin-right: 10px;
  width: 78.5%;
  float: left;
}

.main-content .main-left.find .bg-full-width .search-form span {
  margin-bottom: 5px;
  display: block;
}

.main-content .main-left.find .bg-full-width .search-form.contact input[type="text"], .main-content .main-left.find .bg-full-width .search-form.contact select {
  margin-bottom: 20px;
}

.main-content .main-left.find .bg-full-width .search-form.contact .check-content {
  overflow: hidden;
  margin-bottom: 20px;
}

.main-content .main-left.find .bg-full-width .search-form.contact .check-content label {
  float: left;
  margin-right: 25px;
}

.main-content .main-left.find .bg-full-width .search-form.contact .check-content label.label-content {
  width: 48%;
}

.main-content .main-left.find .bg-full-width .search-form.contact .check-content label input {
  margin-left: 30px;
  vertical-align: top;
  margin-top: 0px;
}

.main-content .main-left.find .bg-full-width .search-form.contact textarea {
  width: 78.5%;
}

.main-content .main-left.find .bg-full-width .search-form.contact .btn {
  margin-left: 264px;
}

.main-content .main-left.find .bg-full-width .search-form.contact label {
  display: block;
}

.main-content .main-left.find .bg-full-width .search-form.contact label span {
  color: #646464;
  display: inline-block;
}

.main-content .main-left.find .bg-full-grey {
  padding: 0px 15px 60px 0px;
  background: #fff;
  overflow: hidden;
}

.main-content .main-left.find .bg-full-grey .grey-block, .main-content .main-left.find .bg-full-grey .white-block {
  background: #e7e7e8;
  padding-left: 67px;
  padding-top: 20px;
  width: 53.2%;
  float: left;
  min-height: 378px;
}

.main-content .main-left.find .bg-full-grey .grey-block ul, .main-content .main-left.find .bg-full-grey .white-block ul {
  padding-bottom: 20px;
}

.main-content .main-left.find .bg-full-grey .grey-block ul li, .main-content .main-left.find .bg-full-grey .white-block ul li {
  width: 50%;
  float: left;
  margin-top: 30px;
}

.main-content .main-left.find .bg-full-grey .grey-block ul li p, .main-content .main-left.find .bg-full-grey .white-block ul li p {
  margin: 0px;
  color: #646464;
}

.main-content .main-left.find .bg-full-grey .grey-block ul li p a, .main-content .main-left.find .bg-full-grey .white-block ul li p a {
  color: #7AAD37;
}

.main-content .main-left.find .bg-full-grey .grey-block ul li p strong, .main-content .main-left.find .bg-full-grey .white-block ul li p strong {
  color: #000;
}

.main-content .main-left.find .bg-full-grey .white-block {
  background: #fff;
}

.main-content .main-left.find .bg-full-grey .map-content {
  float: right;
}

/* main-content */
.protect-assets {
  background: white;
  padding: 30px 50px 20px;
}

.protect-assets p {
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.protect-assets span {
  white-space: nowrap;
}

.protect-assets span i {
  word-spacing: -3px;
}

.protect-assets h3 {
  margin-bottom: 20px;
}

.protect-assets ul {
  margin: 0px 0px 0px -15px;
  overflow: hidden;
}

.protect-assets ul li {
  float: left;
  width: 230px;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
}

.protect-assets ul li ul {
  margin: 0px 0px 0px 0px;
  width: 135px;
  float: right;
}

.protect-assets ul li ul li {
  float: none;
  width: 100%;
  margin: 0px;
  line-height: 10px;
}

.protect-assets ul li ul li span {
  position: relative;
  text-transform: normal;
}

.protect-assets ul li ul li span:after {
  content: "TM";
  position: absolute;
  top: 0px;
  right: -14px;
  display: block;
  font-size: 9px;
}

.protect-assets ul li a {
  cursor: auto;
  color: #000;
}

.protect-assets ul li i {
  background: url("../images/dcsicons.png") no-repeat;
  width: 82px;
  height: 90px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 8px;
}

.protect-assets ul li i.icon-money {
  background-position: -6px 0;
}

.protect-assets ul li i.icon-finance {
  background-position: -136px 0;
}

.protect-assets ul li i.icon-travel {
  background-position: -267px 0;
}

.protect-assets ul li i.icon-shopping {
  background-position: -399px 0;
}

.protect-assets ul li i.icon-socail {
  background-position: -4px -162px;
}

.protect-assets ul li i.icon-personal {
  background-position: -136px -162px;
}

.protect-assets ul li i.icon-data {
  background-position: -267px -162px;
}

.protect-assets ul li i.icon-charity {
  background-position: -399px -162px;
}

.gyst-white {
  background: white;
  padding: 30px 50px 20px;
}

.gyst-white p {
  margin-top: 0px;
  font-family: arial;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.gyst-white img {
  position: relative;
  top: 20px;
}

.gyst-white span {
  white-space: nowrap;
}

.gyst-white span i {
  word-spacing: -3px;
}

.gyst-white img {
  position: relative;
  top: 20px;
}

.gyst-grey {
  background: #58595b;
  text-align: center;
  padding: 15px 5px 20px 5px;
  min-height: 145px;
}

.whitelist-content {
  margin-top: 20px;
  color: #646464;
}

.whitelist-content a {
  color: #60872C;
}

.whitelist-content a:hover {
  color: #24acc3;
}

.whitelist-content p {
  margin-top: 5px;
}

.whitelist-content .section_faq {
  size: 20px;
  color: #646464;
}

.whitelist-content .section_faq em {
  color: black;
}

.whitelist-content .section_faq strong {
  color: black;
}

.whitelist-content .section_faq li {
  border-left: 20px;
  padding-left: 10px;
  margin: 4px 8px;
  list-style-type: decimal;
}

/* white content areas */
.white-content {
  background: #fff;
  overflow: hidden;
}

.white-content h1 {
  background: #7AAD37;
  font-size: 32px;
  padding: 5px 0px;
  width: 100%;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.white-content h1 span {
  white-space: nowrap;
}

.white-content h1 span i {
  word-spacing: -6px;
}

.white-content h3 {
  background: #7AAD37;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7AAD37), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7AAD37 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$link-color', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  font-size: 21px;
  padding: 5px 10px 5px 50px;
  width: 70%;
  color: #fff;
  margin-top: 0px;
}

.white-content h3 span {
  white-space: nowrap;
}

.white-content h3 span i {
  word-spacing: -2px;
}

.white-content ul li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding: 30px 66px;
}

.white-content.footer {
  background: transparent;
}

.white-content.footer .container {
  background: white;
}

.white-content.footer .container .title_white_content {
  margin-top: 0px;
}

/* white-content */
.saying-content {
  background: #fff;
  overflow: hidden;
}

.saying-content h3 {
  background: #7AAD37;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7AAD37), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7AAD37 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7AAD37 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$link-color', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  font-size: 21px;
  padding: 5px 10px 5px 50px;
  width: 70%;
  color: #fff;
  margin-top: 5px;
}

.saying-content ul li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding: 30px 66px;
}

.saying-content.footer {
  background: transparent;
}

.saying-content.footer .container {
  background: white;
}

.saying-content.footer .container .title_saying_content {
  margin-top: 15px;
}

.saying-content .why-dcs .slider_content {
  padding: 0px 50px;
}

.saying-content .why-dcs ul li {
  font-family: "Raleway", sans-serif;
  padding: 30px 0px;
  font-size: 16px;
  text-align: left;
  background: url("../images/link-arrow.png") no-repeat right;
  margin-right: 30px;
}

.saying-content .why-dcs ul li:nth-child(1) {
  width: 38%;
}

.saying-content .why-dcs ul li:nth-child(2) {
  width: 35%;
}

.saying-content .why-dcs ul li:nth-child(3) {
  width: 20%;
  background: none;
  margin-right: 0px;
}

.saying-content .newsdcs ul li {
  float: left;
  width: 33%;
  text-align: left;
  padding: 30px 10px 20px;
}

.saying-content .newsdcs ul li img {
  height: 28px;
}

.saying-content .newsdcs ul li a {
  color: #6B812F;
  font-weight: bold;
}

.saying-content .newsdcs ul li a:hover {
  color: #7AAD37;
}

.saying-content .newsdcs .bx-wrapper {
  height: 100% !important;
}

.saying-content .newsdcs .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px;
  left: 0px;
}

.saying-content .newsdcs .bx-wrapper .bx-pager {
  display: none;
}

.saying-content .newsdcs .bx-wrapper {
  margin: 0 auto 0px;
}

.saying-content .newsdcs .bx-wrapper .bx-prev {
  left: -18px;
}

.saying-content .newsdcs .bx-wrapper .bx-next {
  right: -18px;
}

.saying-content .newsdcs .slider_content {
  width: 97%;
  margin: 0 auto;
}

/* saying-content */
footer {
  padding: 0px 0px;
  padding-top: 0px;
}

footer .footer-top {
  background: #646464;
  overflow: hidden;
  color: #fff;
  padding: 20px 20px 20px;
  line-height: 15px;
}

footer .footer-top a {
  color: #fff;
}

footer .footer-top a:hover {
  color: #7AAD37;
}

footer .footer-top h2 {
  font-size: 16px;
  font-weight: normal;
  padding-left: 0px;
  margin-top: 18px;
  line-height: 22px;
  color: #fff;
  position: relative;
  width: 100%;
}

footer .footer-top .ft {
  width: 30%;
}

footer .footer-top .ft p {
  padding-left: 62px;
  margin-top: 8px;
}

footer .footer-top .ft.link {
  width: 15%;
  padding-top: 6px;
}

footer .footer-top .ft.link li {
  font-size: 12px;
}

footer .footer-top .ft.link .socialmedia_footer {
  width: 100%;
  overflow: auto;
}

footer .footer-top .ft.link .socialmedia_footer ul {
  float: left;
}

footer .footer-top .ft.link .socialmedia_footer ul li {
  float: left;
  padding-right: 10px;
}

footer .footer-top .ft.link .socialmedia_footer ul li .icon-twitter {
  width: 30px;
  height: 24px;
  display: block;
  background: url("../images/twitter.png") no-repeat;
}

footer .footer-top .ft.link .socialmedia_footer ul li .icon-linkedin {
  width: 30px;
  height: 24px;
  display: block;
  background: url("../images/linkedin.png") no-repeat;
}

footer .footer-top .ft.link .socialmedia_footer ul li a {
  padding-right: 12px;
}

footer .footer-top .ft.link .socialmedia_footer ul li a:hover {
  color: #7AAD37;
}

footer .footer-top .ft.link .socialmedia_footer ul li a:hover .icon-twitter {
  background: url("../images/twitter_blue.png") no-repeat;
}

footer .footer-top .ft.link .socialmedia_footer ul li a:hover .icon-linkedin {
  background: url("../images/linkedin_blue.png") no-repeat;
}

footer .footer-top .ft.contact {
  width: 35%;
  padding-top: 85px;
  position: relative;
}

footer .footer-top .ft.contact .contact-info {
  font-size: 12px;
}

footer .footer-top .ft.contact .contact-info img {
  position: absolute;
  bottom: -8px;
  right: 0px;
}

footer .footer-top .ft.contact .protectmyplans-footer {
  width: 100%;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  line-height: 15px;
  padding-top: 32px;
}

footer .footer-top .ft.contact .protectmyplans-footer b {
  white-space: nowrap;
}

footer .footer-top .ft.contact .protectmyplans-footer b i {
  word-spacing: -3px;
}

footer .footer-top .ft.contact p {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

footer .footer-top .logo {
  margin-top: 0px;
}

footer .footer-bottom {
  background: #fff;
  padding: 10px 20px 30px;
  color: black;
}

footer .footer-bottom a {
  color: #6B812F;
}

footer .footer-bottom a:hover {
  color: #7AAD37;
}

footer .footer-bottom p {
  margin: 0px 0 10px;
  display: block;
  width: 100%;
}

/* footer */
.floating-box {
  display: inline-block;
  width: 230px;
  height: 110px;
  border: 2px solid #73AD21;
}

/*slider*/
.banner_content .bx-wrapper {
  margin-bottom: 0px;
  background: #fff;
  padding: 0px;
}

.banner_content .bx-wrapper .bx-viewport {
  left: 0px;
  border: 0px;
  width: 100%;
  box-shadow: none;
}

.banner_content .bx-wrapper .bx-viewport li {
  width: 100%;
  position: relative;
}

.banner_content .bx-wrapper .bx-viewport li a {
  width: 100%;
}

.banner_content .bx-wrapper .bx-viewport li a:hover {
  color: black;
}

.banner_content .bx-wrapper .bx-viewport li a img {
  height: 323px;
}

.banner_content .bx-wrapper .bx-viewport li p {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  width: 46%;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 48px;
}

.banner_content .bx-wrapper .bx-viewport li p span {
  color: #6B812F;
}

.banner_content .bx-wrapper .bx-pager {
  bottom: 10px;
  text-align: right;
  font-size: 0px;
  padding-right: 10px;
}

.banner_content .bx-wrapper .bx-pager.bx-default-pager a {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #fff;
}

.banner_content .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner_content .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7AAD37;
  border: 2px solid #fff;
}

/* banner_content */
.bx-wrapper .bx-next:hover {
  background-position: -43px -32px !important;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 -32px !important;
}

.bx-controls .bx-controls-direction {
  display: none;
}

.banner_security ul {
  margin-bottom: 0px;
  background: #fff;
  left: 0px;
  border: 0px;
  width: 100%;
  box-shadow: none;
}

.banner_security ul li {
  width: 100%;
  position: relative;
}

.banner_security ul li a {
  width: 100%;
  display: block;
  height: 193px;
}

.banner_security ul li a:hover {
  color: black;
}

.banner_security ul li a img {
  width: 100%;
  text-align: middle;
}

.banner_security ul li a p {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  width: 52%;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 54px;
}

.banner_security ul li a p span {
  color: #6B812F;
}

/* banner_security */
.asset {
  padding: 0px 0 0 56px;
}

.asset .grey_block {
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  background: #646464;
  padding: 15px;
  width: 425px;
  float: left;
  color: #fff;
  margin-top: 20px;
  margin-right: 30px;
  position: relative;
  line-height: 33px;
  min-height: 131px;
}

.asset .grey_block strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
}

.asset .grey_block span {
  color: #7AAD37;
  font-weight: bold;
}

.asset .grey_block.arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid black;
  position: absolute;
  right: -30px;
  top: 40px;
}

.support_client {
  padding: 20px 20px 30px 64px;
  color: #ffffff;
  width: 70%;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .content-grey-block.national {
    min-height: 487px;
  }
}

.free_bar {
  background: #7AAD37;
  padding: 43px;
  width: 1000%;
  position: absolute;
  top: 0%;
  left: -1000%;
}

.title_saying_content {
  position: relative;
}

.title_saying_content .free_bar {
  padding: 19px;
}

.policy ul {
  margin: 20px 0px;
  padding-left: 20px;
}

.policy ul li {
  list-style-: disc;
  margin: 10px;
  padding-left: 10px;
}

.policy a {
  color: #6B812F;
}

.policy strong {
  font-size: 14px;
  display: block;
  margin: 20px 0 10px;
}

.enroll {
  background: #58595b;
  text-align: center;
  padding: 30px 30px 40px 30px;
}

.enroll p {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
  color: white;
}

.enroll span {
  white-space: nowrap;
}

.enroll span i {
  word-spacing: -3px;
}

.enroll a {
  display: inline-block;
  width: 186px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.enroll.easy {
  margin-top: 15px;
}

.enroll.easy a {
  width: 260px;
  background: url("../images/link-arrow-white.png") no-repeat 227px -47px #7AAD37;
}

.enroll.easy a:hover {
  background: url("../images/link-arrow-white.png") no-repeat 227px 6px white;
}

.gyst-enroll p {
  text-align: center;
  font-size: 18px;
  margin-top: 0px;
  font-family: arial;
  line-height: 28px;
  margin-bottom: 20px;
}

.gyst-enroll span {
  white-space: nowrap;
}

.gyst-enroll span i {
  word-spacing: -3px;
}

.gyst-enroll a {
  display: inline-block;
}

.gyst-enroll.easy {
  margin-top: 15px;
}

.gyst-enroll.easy a {
  width: 260px;
  background: url("../images/link-arrow-white.png") no-repeat 227px -47px #24acc3;
}

.gyst-enroll.easy a:hover {
  background: url("../images/link-arrow-white.png") no-repeat 227px 6px white;
}

.text-main-content {
  padding: 30px 50px;
  font-size: 14px;
  line-height: 22px;
}

.text-main-content ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.text-main-content ul li {
  list-style: disc;
}

/* Stats Block styles */
.stats-content {
  background: #fff;
  overflow: hidden;
  padding: 5px 0px 10px 0px;
}

.stats-content h1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
  font-family: "Raleway", sans-serif;
  color: #6B812F;
  background: white;
  padding: 40 0 0px 0;
}

.stats-content h2 {
  font-family: "Raleway", sans-serif;
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 22px;
  padding: 0px 0px 10px 0px;
  background: #fff;
}

.stats-content p {
  font-size: 18px;
  color: #646464;
  line-height: 18px;
  margin-bottom: 5px;
}

.stats-content .stats-row {
  width: 100%;
}

.stats-content .stats-box-left {
  float: left;
  display: block;
  text-align: right;
  width: 25%;
  padding-top: 8px;
}

.stats-content .stats-box-right {
  float: left;
  display: block;
  text-align: left;
  width: 65%;
  padding: 0px 0px 0px 50px;
}

.stats-content .stats-box-right p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 5px 0;
}

.stats-content .stats-box-right .footnote {
  font-size: 10px;
}

.stats-content .stats-hr {
  float: left;
  display: block;
  width: 90%;
  margin: 0px 20px 0px 40px;
}

/* stats-content */
.whypmp-content {
  margin: auto;
  max-width: 700px;
  background: #fff;
  overflow: hidden;
  padding: 50px 0px 40px 10px;
}

.whypmp-content .thing {
  display: inline-block;
  border: 1px green;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
}

.whypmp-content .thing img {
  padding: 0px 20px;
}

.how-content {
  background: #fff;
  overflow: hidden;
  padding: 10px 0px;
}

.how-content ul li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding: 30px 66px;
}

.res-btn {
  display: none;
}

/* end Stats Block styles */
/*Responsive*/
/*@media (max-width: 375px) {*/
@media (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .res-btn {
    position: absolute;
    display: block;
    position: absolute;
    top: 23px;
    right: 18px;
    z-index: 1000;
    width: 24px;
  }
  .res-btn span {
    display: block;
    height: 3px;
    background: black;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
  }
  header .header-top {
    position: relative;
    padding-top: 0px;
  }
  header .header-top .logo-left {
    width: 80%;
  }
  header .header-top .logo-left .logo {
    margin-left: 0px;
  }
  header .header-top .logo-left .logo img {
    width: 100%;
  }
  header .header-top .logo-right {
    font-size: 16px;
    padding-bottom: 10px;
  }
  header .nav-main {
    display: none;
  }
  header .nav-main.show {
    display: block;
  }
  header .nav-main ul {
    padding-left: 0px;
    padding-bottom: 20px;
  }
  header .nav-main ul li {
    width: 100%;
  }
  header .nav-main ul li a {
    font-size: 16px;
    border-left: 0px;
    display: block;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header .nav-main ul li a i {
    display: inline-block;
    margin: 0 auto;
  }
  header .nav-main ul li.icon_nav {
    display: none;
  }
  header .nav-main ul li.icon_nav_res {
    display: block;
  }
  .protect-assets {
    padding: 30px 30px 20px;
  }
  .protect-assets > p {
    font-size: 16px;
    text-align: center;
  }
  .protect-assets ul {
    margin-left: 0px;
  }
  .protect-assets ul li {
    width: 50%;
  }
  .protect-assets ul li ul {
    width: 100%;
    padding-left: 100px;
  }
  .banner_content .bx-wrapper .bx-viewport li p {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    left: 20px;
  }
  .how-content ul li {
    width: 100%;
  }
  .stats-content .stats-hr {
    width: 100%;
    margin: 0px;
  }
  .stats-content .stats-box-right {
    padding: 0 0 0 25px;
  }
  .stats-content .stats-box-left {
    width: 32%;
  }
  .stats-content h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .white-content h1 {
    font-size: 20px;
  }
  .footer-logo {
    margin-bottom: 20px !important;
  }
  footer .contact-info img {
    margin-left: -10px;
  }
  footer .footer-top .ft.contact {
    margin-bottom: 20px;
  }
  footer .footer-top .ft.contact .protectmyplans-footer {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
  }
  footer .footer-top .ft.link, footer .footer-top .footer-logo, footer .footer-top .contact, footer .footer-top .ft.contact {
    width: 48%;
    min-width: 48% !important;
  }
  .elimunate.aboutus {
    padding: 15px;
  }
  .elimunate.section-content {
    padding: 15px;
  }
  .elimunate.section-content span {
    white-space: normal;
  }
  .elimunate.section-content .dcs-case-study {
    position: relative;
    right: inherit;
    padding-top: 0px !important;
    top: inherit !important;
    margin-top: 20px;
  }
  .main-content .main-left h2 {
    font-size: 26px;
  }
  .main-content .main-left .bg-full-width {
    padding: 15px;
  }
  .main-content .main-left .security {
    padding: 15px;
  }
  .main-content .main-left .security .head-column {
    float: none;
    width: 100% !important;
    text-align: left !important;
    padding: 0px 0px 0px 0px !important;
  }
  .main-content .main-left .security .body-column {
    float: none;
    width: 100% !important;
    text-align: left !important;
    padding: 0px 0px  0px 0px !important;
    margin-top: 0px !important;
  }
  .main-content .main-left .security .row {
    display: block;
  }
  .main-content .main-left .pricing {
    padding-left: 0px;
  }
  .main-content .main-left .pricing .enroll {
    margin-left: 0px;
    width: 100%;
  }
  .main-content .main-left .pricing ul {
    padding-left: 15px;
    margin-left: 0px;
  }
  .main-content .main-left .pricing h2 {
    font-size: 26px;
  }
  .main-content .main-left .pricing .asset {
    padding-left: 15px;
  }
  .banner_security ul li a p {
    position: relative;
    top: 70px;
    left: 0px;
    width: 100%;
    padding-left: 25px;
    padding-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .banner_security ul li a p br {
    display: none;
  }
  .banner_security ul li a img {
    position: absolute;
    top: 20px;
    left: -234px;
    width: 400px;
  }
  .support_client {
    padding: 20px 20px 30px 20px;
    width: 100%;
  }
  .question_faq {
    margin-left: 0px !important;
  }
}

@media (max-width: 540px) {
  .protect-assets ul {
    margin-left: 0px;
  }
  .protect-assets ul li {
    width: 100%;
  }
}

@media (max-width: 375px) {
  footer .contact-info img {
    margin-left: -10px;
  }
  footer .footer-top .ft.contact {
    margin-bottom: 20px;
  }
  footer .footer-top .ft.contact .protectmyplans-footer {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
  }
  footer .footer-top .ft.link, footer .footer-top .footer-logo, footer .footer-top .contact, footer .footer-top .ft.contact {
    width: 100%;
    min-width: 100% !important;
  }
}
