﻿.loading {
  opacity: 0.3;
}

.head-item-accordion label {
  font-size: 13px !important;
}

.loading:before {
  content: "\f110";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 50%;
  opacity: 1;
  color: black;
  height: 117px;
  width: 62px;
  font-size: 5em;
  z-index: 1;
  top: 50%;
}

.wrap-tabs h3 {
  margin: 0 0 0.83em;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: #393939;
}

.wrap-tabs .nav-tabs ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrap-tabs .nav-tabs .center-button-tab,
a.button>span,
.wrap-accordion .head-item-accordion .item-nav a,
.view-price-item .view-price .content-price,
.content-about-you .wrap-plans .wrap-choises-plan .icon-plan,
.content-about-you .wrap-plans .wrap-choises-plan .icon-plan img,
.content-your-policy .info-level-protect .level-protect .shild-protect .back-shild,
.content-your-policy .info-level-protect .info-plan-protect .plan-protect .icon-plan img,
.content-sent-policy .ended-policy-info .head-policy-info .icon-plan img,
.content-sent-policy .ended-policy-info .divi-policy-info span,
.content-sent-policy .ended-policy-info .divi-policy-info span:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.panel-info .panel-you-know:before,
.ui-range-slider .noUi-tooltip {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.checkbox-style label:before,
.wrap-accordion .head-item-accordion .checkbox-style label,
.wrap-accordion .head-item-accordion .item-price>span,
.content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style,
.content-your-policy .info-level-protect .info-plan-protect .plan-protect .icon-plan {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clear-both {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.wrap-tabs {
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.wrap-tabs .nav-tabs {
  max-width: 170px;
  overflow: hidden;
  -webkit-box-flex: 1 170px;
  -moz-box-flex: 1 170px;
  -webkit-flex: 1 170px;
  -ms-flex: 1 170px;
  flex: 1 170px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs .nav-tabs {
    max-width: 100%;
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }

  .wrap-tabs .nav-tabs ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrap-tabs .nav-tabs li {
    width: 35%;
  }

  .wrap-tabs .nav-tabs li:not(.is-active)+li:not(.is-active) .inner-button-tab {
    border-left: 1px solid #fff;
  }

  .wrap-tabs .nav-tabs li.is-active .inner-button-tab {
    top: 12px;
    padding-top: 0;
  }

  .wrap-tabs .wrap-accordion .head-item-accordion .checkbox-style {
    width: 55%;
  }

  .wrap-tabs .wrap-accordion .head-item-accordion .checkbox-style label {
    font-size: 11px !important;
  }

  .wrap-tabs .wrap-accordion .head-item-accordion {
    height: 130px;
  }

  .wrap-tabs .nav-tabs .view-tabs {
    border-top: 6px solid #58b5db;
    margin-top: 6px;
  }

  .wrap-tabs .nav-tabs .view-tabs:before,
  .wrap-tabs .nav-tabs .view-tabs:after {
    width: 50%;
    height: 80%;
    bottom: -17px;
  }

  .wrap-tabs .nav-tabs .view-tabs:before {
    box-shadow: -5px 6px 25px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg);
    left: 6px;
  }

  .wrap-tabs .nav-tabs .view-tabs:after {
    transform: skewX(5deg);
    right: 6px;
  }

  .wrap-tabs .nav-tabs .inner-button-tab {
    width: 100%;
    height: 100%;
    top: -6px;
    padding-top: 6px;
  }

  .wrap-tabs .content-tabs {
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

/** end 768 **/
@media only screen and (min-width: 768px) {
  .wrap-tabs .nav-tabs li:not(.is-active)+li:not(.is-active) .view-tabs {
    height: 171px;
  }

  .wrap-tabs .nav-tabs li:not(.is-active)+li:not(.is-active) .inner-button-tab {
    border-top: 1px solid #fff;
  }

  .wrap-tabs .nav-tabs li.is-active .inner-button-tab {
    width: 96%;
  }

  .wrap-tabs .nav-tabs .view-tabs {
    height: 170px;
    border-left: 6px solid #58b5db;
    margin-left: 8%;
  }

  .wrap-tabs .nav-tabs .view-tabs:before,
  .wrap-tabs .nav-tabs .view-tabs:after {
    width: 80%;
    height: 100px;
    right: -5px;
  }

  .wrap-tabs .nav-tabs .view-tabs:before {
    box-shadow: 6px -5px 25px rgba(0, 0, 0, 0.5);
    transform: skewY(-5deg);
    top: 6px;
  }

  .wrap-tabs .nav-tabs .view-tabs:after {
    transform: skewY(5deg);
    bottom: 6px;
  }

  .wrap-tabs .nav-tabs .inner-button-tab {
    width: 104%;
    height: 100%;
    right: 0;
    box-sizing: border-box;
  }
}

/** end 769 **/
.wrap-tabs .nav-tabs li:first-child.is-active .view-tabs:before {
  display: none;
}

.wrap-tabs .nav-tabs li:last-child.is-active .view-tabs:after {
  display: none;
}

.wrap-tabs .nav-tabs li.is-active .view-tabs {
  margin: 0;
  color: #0293d4;
  background-color: #fff;
  border-color: #0293d4;
  z-index: 10;
}

.wrap-tabs .nav-tabs li.is-active .view-tabs:before,
.wrap-tabs .nav-tabs li.is-active .view-tabs:after {
  /* display: block */
}

.wrap-tabs .nav-tabs li.is-active .inner-button-tab {
  background-color: #fff;
}

.wrap-tabs .nav-tabs .view-tabs {
  position: relative;
  display: block;
  height: 132px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  background-color: #58b5db;
}

@media only screen and (min-width: 376px) {
  .wrap-tabs .nav-tabs .view-tabs {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 426px) {
  .wrap-tabs .nav-tabs .view-tabs {
    height: 120px;
  }
}

@media only screen and (min-width: 641px) {
  .wrap-tabs .nav-tabs .view-tabs {
    height: 140px;
  }
}

.wrap-tabs .nav-tabs .view-tabs:before,
.wrap-tabs .nav-tabs .view-tabs:after {
  display: none;
  position: absolute;
  background-color: red;
  content: "";
}

.wrap-tabs .nav-tabs .view-tabs:after {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.5);
}

.wrap-tabs .nav-tabs .inner-button-tab {
  position: absolute;
  display: block;
  z-index: 10;
}

.wrap-tabs .nav-tabs .center-button-tab {
  position: absolute;
  width: 100%;
  text-align: center;
}

.wrap-tabs .nav-tabs .num-button-tab {
  display: block;
  font-size: 4em;
  line-height: 1;
}

.wrap-tabs .content-tabs {
  width: 85.47%;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 425px) {
  .wrap-tabs .content-tabs {
    padding: 30px 15px;
  }
}

.wrap-tabs .content-tabs .info-tabs {
  display: none;
}

.wrap-tabs .content-tabs .info-tabs.is-active {
  display: block;
}

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #d3d3d3;
  min-width: 120px;
  border-radius: 5px;
  overflow: hidden;
  background: url(../images/bg_down_select.png) no-repeat right center #fff;
}

.select-style select {
  padding: 10px 42px 10px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  font-size: 1.6rem;
  font-weight: 300;
  color: #5a5a5a;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearence: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select-style select option {
  margin-right: 30%;
}

.select-style .select-wrap {
  overflow: hidden;
}

.checkbox-style label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  font-size: 1.6rem;
  line-height: 1;
  color: #5a5a5a;
}

.checkbox-style label:before {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  content: "";
}

.checkbox-style input[type="checkbox"] {
  display: none;
}

a.button {
  position: relative;
}

a.button>span {
  position: absolute;
  width: 100%;
  line-height: 1.2;
  padding: 0 65px 0 30px;
  text-align: center;
  box-sizing: border-box;
}

.button {
  display: block;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 65px 0 30px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 5px;
  background: url(../images/bg_button_arrow.png) no-repeat right center;
}

.button.button__orange {
  background-color: #ffa14a;
  box-shadow: 0 5px 0 #e08d41;
}

.wrap-accordion .item-accordion {
  border-top: 1px solid #cccccc;
  background-color: #eee;
}

.wrap-accordion .item-accordion:last-child {
  border-bottom: 1px solid #cccccc;
}

.wrap-accordion .item-accordion.is-active {
  background-color: #f9f9f9;
}

.wrap-accordion .item-accordion.is-active .head-item-accordion .item-nav a {
  background-position: 0 -25px;
}

.wrap-accordion .item-accordion.is-active .body-item-accordion {
  height: auto;
}

.wrap-accordion .head-item-accordion {
  /* height: 48px; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-accordion .head-item-accordion .checkbox-style {
  width: 72%;
  height: 48px;
  padding-left: 15px;
}

.wrap-accordion .head-item-accordion .checkbox-style label {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.wrap-accordion .head-item-accordion .checkbox-style label:before {
  background-color: #fff;
}

.wrap-accordion .head-item-accordion .item-price {
  position: relative;
  width: 18%;
  min-width: 73px;
  max-width: 110px;
  height: 48px;
  margin-right: 10px;
  font-size: 1.6rem;
  line-height: 1;
  color: #0293d4;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .wrap-accordion .head-item-accordion .item-price {
    margin-right: 0;
  }
}

.wrap-accordion .head-item-accordion .item-price>span {
  position: absolute;
  right: 0;
}

.wrap-accordion .head-item-accordion .item-nav {
  position: relative;
  width: 10%;
  min-width: 32px;
  max-width: 60px;
  height: 48px;
}

.wrap-accordion .head-item-accordion .item-nav a {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/sp_acordion_toogle.png) no-repeat;
  font-size: 0;
}

.wrap-accordion .body-item-accordion {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.wrap-accordion .body-item-accordion .content-body {
  padding: 20px 20px 20px 30px;
}

.wrap-accordion .body-item-accordion .content-body p {
  margin: 1.57em 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 300;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column table {
  font-size: 1.2em;
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column table td {
  padding: 10px;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column table tr td {
  border-top: 1px solid #e7e7e7;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column table tr:nth-child(odd) {
  background-color: #fff;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column table tr:nth-child(even) {
  background-color: #e5e5e5;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column ul {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column ul li {
  list-style: none;
  position: relative;
}

.wrap-accordion .body-item-accordion .content-body .wrap-column ul li:before {
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  content: "\f00c";
  color: #0e83c0;
  font-weight: 300;
  /*display: inline-block;*/
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 640px) {
  .wrap-accordion .body-item-accordion .content-body {
    padding-left: 20px;
  }
}

.double-columns {
  margin-bottom: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .double-columns {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.double-columns:last-child {
  margin-bottom: 0;
}

.double-columns .wrap-column {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .double-columns .wrap-column {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.double-columns .wrap-column:nth-child(odd) {
  padding-left: 0;
}

.double-columns .wrap-column:nth-child(even) {
  padding-right: 0;
}

.panel-info {
  padding-top: 24px;
}

.panel-info h6 {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}

.panel-info p {
  text-align: center;
  margin-top: 0.64em;
}

.panel-info .panel-wrap {
  position: relative;
  background-color: #eee;
  padding: 35px 16px 20px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 300;
}

.panel-info .panel-you-know:before {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: -24px;
  background: url(../images/bg_icon_you_know.png) no-repeat center center;
  content: "";
}

.panel-info .panel-you-know table {
  font-size: 1.2em;
}

.ui-range-slider {
  padding: 65px 60px;
}

@media only screen and (max-width: 640px) {
  .ui-range-slider {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 425px) {
  .ui-range-slider {
    padding-bottom: 30px;
  }
}

.ui-range-slider .noUi-target {
  border: 0 none;
  border-radius: 10px;
}

.ui-range-slider .noUi-target.noUi-connect {
  box-shadow: none;
}

.ui-range-slider .noUi-connect {
  border: 2px solid #e9e9e9;
  background-color: #0293d4;
}

.ui-range-slider .noUi-horizontal {
  height: 10px;
}

.ui-range-slider .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  top: -10px;
  left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.ui-range-slider .noUi-horizontal .noUi-handle .noUi-tooltip {
  top: -45px;
}

.ui-range-slider .noUi-horizontal .noUi-marker:not(.noUi-marker-large) {
  display: none;
}

.ui-range-slider .noUi-horizontal .noUi-marker-large {
  width: 17px;
  height: 17px;
  top: calc(-0.5em + 2px);
  background-color: #0293d4;
  border-radius: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ui-range-slider .noUi-horizontal .noUi-value-large {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .ui-range-slider .noUi-horizontal .noUi-value-large {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 425px) {
  .ui-range-slider .noUi-horizontal .noUi-value-large {
    display: none;
  }
}

.ui-range-slider .noUi-pips-horizontal {
  padding: 0;
  height: auto;
}

.ui-range-slider .noUi-background {
  background-color: #e9e9e9;
  box-shadow: none;
}

.ui-range-slider .noUi-handle {
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #0293d4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  z-index: 50;
}

.ui-range-slider .noUi-handle:before,
.ui-range-slider .noUi-handle:after {
  display: none;
}

.ui-range-slider .noUi-tooltip {
  min-width: 85px;
  height: 35px;
  padding: 9px 4px;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #0e83c0;
  border: 0 none;
  border-radius: 5px;
  box-sizing: border-box;
}

.ui-range-slider .noUi-tooltip:before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 3px;
  background-color: #0e83c0;
  content: "";
  -webkit-transform: rotate(-45deg) translateX(-120%);
  transform: rotate(-45deg) translateX(-120%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.ui-range-slider .noUi-stacking .noUi-handle {
  z-index: 50;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.checkbox-style input[type="checkbox"]:checked+label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.checkbox-style input[type="checkbox"]:checked+label.fa-pull-left:before,
ul li.fa-pull-left:before {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.checkbox-style input[type="checkbox"]:checked+label.fa-pull-right:before,
ul li.fa-pull-right:before {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.checkbox-style input[type="checkbox"]:checked+label.pull-left:before,
ul li.pull-left:before {
  margin-right: 0.3em;
}

.fa.pull-right,
.checkbox-style input[type="checkbox"]:checked+label.pull-right:before,
ul li.pull-right:before {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before,
.checkbox-style input[type="checkbox"]:checked+label:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-light.woff") format("woff"),
    url("../fonts/OpenSans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-regular.woff") format("woff"),
    url("../fonts/OpenSans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-semi_bold.woff") format("woff"),
    url("../fonts/OpenSans-semi_bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-bold.woff") format("woff"),
    url("../fonts/OpenSans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-extra_bold.woff") format("woff"),
    url("../fonts/OpenSans-extra_bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/*
html {
	font-size: 62.5%
}
body {
	min-width: 300px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	background: url(../images/bg_body.jpg) no-repeat center top
}
::selection {
	background-color: #ad172b;
	color: #ad172b
}
::-moz-selection {
background-color:#ad172b;
color:#ad172b
}
::-webkit-input-placeholder {
color:#5a5a5a
}
::-moz-placeholder {
color:#5a5a5a
}
:-ms-input-placeholder {
color:#5a5a5a
}
input[type=text], input[type=password], input[type=checkbox], input[type=submit], input[type=button], input[type=reset], div[contenteditable=true], textarea {
	width: 100%;
	min-width: 120px;
	margin: 0;
	padding: 10px;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	font-size: 1.6rem;
	color: #5a5a5a;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden
}
input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, div[contenteditable=true]:focus, textarea:focus {
	outline: none
}
.input-field {
	margin-bottom: 10px
}
.input-field:last-child {
	margin-bottom: 0
}
textarea {
	resize: none
}
map, area {
	outline: none
}
strong {
	font-weight: 700
}
h3 {
	margin: 0 0 0.83em;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	color: #393939
}
h4 {
	margin: 0 0 1.33em;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 300
}
hr {
	margin: 1.3em 0;
	border: 0 none;
	border-top: 1px dashed #d3d3d3
}
p {
	margin: 1.57em 0;
	font-size: 1.4rem;
	line-height: 1.64;
	color: #333
}
p:first-child {
	margin-top: 0
}
p:last-child {
	margin-bottom: 0
}
ul {
	margin: 1.57em 0;
	font-size: 1.4rem;
	line-height: 1.64;
	padding-left: 2em
}
ul:first-child {
	margin-top: 0
}
ul:last-child {
	margin-bottom: 0
}
ul li {
	position: relative
}
ul li:before {
	position: absolute;
	top: 0.3em;
	left: -1.5em;
	content: "\f00c";
	color: #0e83c0
}
table {
	font-size: 1.4rem
}
table tr:nth-child(odd) {
	background-color: #fff
}
table tr:nth-child(even) {
	background-color: #e5e5e5
}
table td {
	padding: 10px
}
*/
.text-blue {
  color: #0293d4;
}

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

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

.not_scroll {
  overflow: hidden;
}

.is_hidden {
  display: none;
}

.spinner {
  top: 50%;
  left: 50%;
}

.content-center {
  min-width: 300px;
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-transition: padding 350ms ease;
  transition: padding 350ms ease;
}

@media only screen and (max-width: 425px) {
  .content-center {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 375px) {
  .content-center {
    padding: 0 10px;
  }
}

.header-site {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 4.2rem;
  text-align: center;
}

.header-site h2 {
  font-weight: 300;
  margin: 2em 0 0;
  font-size: 1em;
  line-height: 1.2;
  color: #0e83c0;
}

.header-site p {
  margin: 1em 0 2.5em;
  font-size: 0.42em;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .header-site {
    font-size: 3.5rem;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 640px) {
  .header-site {
    font-size: 3rem;
  }

  .header-site p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 375px) {
  .header-site {
    font-size: 2.5rem;
    padding: 0 10px;
  }
}

.view-price-item {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .view-price-item {
    text-align: center;
  }
}

.view-price-item span {
  display: inline-block;
  vertical-align: top;
}

.view-price-item .view-text {
  padding: 15px 25px;
}

.view-price-item .view-price {
  position: relative;
  width: 220px;
  height: 90px;
  font-size: 4.4rem;
  line-height: 1;
  text-align: center;
  background-color: #0293d4;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}

.view-price-item .view-price small {
  font-size: 0.5em;
}

.view-price-item .view-price .content-price {
  display: block;
  position: absolute;
}

.content-about-you .wrap-input-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .content-about-you .wrap-input-top {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.content-about-you .wrap-input-top .input-element {
  padding: 0 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .content-about-you .wrap-input-top .input-element {
    width: 50%;
    margin-bottom: 10px;
  }

  .content-about-you .wrap-input-top .input-element:nth-child(odd) {
    padding-left: 0;
  }

  .content-about-you .wrap-input-top .input-element:nth-child(even) {
    padding-right: 0;
  }

  .content-about-you .wrap-input-top .input-element:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .content-about-you .wrap-input-top .input-element {
    width: 100%;
    padding: 0;
  }

  .content-about-you .wrap-input-top .input-element:nth-last-child(2) {
    margin-bottom: 10px;
  }

  .content-about-you .wrap-input-top .input-element:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.content-about-you .wrap-input-top .input-element:first-child {
  padding-left: 0;
}

.content-about-you .wrap-input-top .input-element:last-child {
  padding-right: 0;
}

.content-about-you .wrap-input-top .input-element .checkbox-style {
  min-width: 140px;
  padding: 13px 0;
}

.content-about-you .wrap-plans {
  margin-top: 24px;
}

.content-about-you .wrap-plans h4 {
  height: 4em;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background-color: #0293d4;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-about-you .wrap-plans h4 span {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.content-about-you .wrap-plans .wrap-choises-plan {
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 0 0 10px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .content-about-you .wrap-plans .wrap-choises-plan {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.content-about-you .wrap-plans .wrap-choises-plan .choise-plan {
  width: 25%;
  padding: 40px 10px 5px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .content-about-you .wrap-plans .wrap-choises-plan .choise-plan {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .content-about-you .wrap-plans .wrap-choises-plan .choise-plan {
    width: 100%;
  }
}

.content-about-you .wrap-plans .wrap-choises-plan .choise-content-plan {
  position: relative;
  height: 100%;
  padding: 32px 15px 50px;
  background-color: #fff;
  border-top: 4px solid #0293d4;
  box-sizing: border-box;
}

.content-about-you .wrap-plans .wrap-choises-plan .icon-plan {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  margin-top: -2px;
  background-color: #fff;
  border: 2px solid #0293d4;
  border-radius: 100%;
}

.content-about-you .wrap-plans .wrap-choises-plan .icon-plan img {
  position: absolute;
}

.content-about-you .wrap-plans .wrap-choises-plan .content-plan {
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.content-about-you .wrap-plans .wrap-choises-plan .content-plan h5 {
  margin: 0;
  font-size: 1.23em;
  font-weight: 400;
  text-align: center;
  color: #0293d4;
}

.content-about-you .wrap-plans .wrap-choises-plan .content-plan h5 span {
  font-size: 1.5em;
}

.content-about-you .wrap-plans .wrap-choises-plan .content-plan h5+p {
  font-size: 1.07em;
  text-align: center;
}

.content-about-you .wrap-plans .wrap-choises-plan .content-plan p {
  margin: 0;
  font-weight: 300;
}

.content-about-you .wrap-plans .wrap-choises-plan .input-plan {
  position: absolute;
  height: 45px;
  padding: 0 10px;
  background-color: #58b5db;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style {
  position: absolute;
}

.content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style label {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

.content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style label:before {
  border-color: #fff;
}

.wrap-call-action a:hover {
  color: white;
}

.content-about-you .wrap-call-action {
  margin-top: 35px;
}

.content-about-you .wrap-call-action .button {
  max-width: 380px;
  margin: 0 auto;
}

.content-your-policy .wrap-your-policy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .wrap-your-policy {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.content-your-policy .your-policy-left {
  width: 71.56%;
  padding-right: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .your-policy-left {
    width: 100%;
    padding-right: 0;
  }
}

.content-your-policy .your-policy-right {
  width: 28.44%;
  padding-left: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .your-policy-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.content-your-policy .your-policy-right .button {
  max-width: 280px;
  margin: 0 auto;
}

.content-your-policy .info-level-protect {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .info-level-protect {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect {
    display: block;
  }
}

.content-your-policy .info-level-protect .level-protect {
  padding-top: 20px;
  background-color: #0293d4;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .info-level-protect .level-protect {
    width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect .level-protect {
    width: 100%;
  }
}

.content-your-policy .info-level-protect .level-protect p {
  padding: 0 10px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}

.content-your-policy .info-level-protect .level-protect .shild-protect {
  position: relative;
  width: 134px;
  height: 134px;
  margin: 20px auto 0;
  border: 2px solid #019be0;
  background-color: #0088c5;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content-your-policy .info-level-protect .level-protect .shild-protect span {
  display: block;
  position: absolute;
  width: 80px;
}

.content-your-policy .info-level-protect .level-protect .shild-protect .back-shild {
  height: 90px;
  top: 52.5%;
  background: url(../images/bg_shild_back.png) no-repeat center;
}

.content-your-policy .info-level-protect .level-protect .shild-protect .fore-shild {
  width: 100%;
  height: 0;
  bottom: 0;
  background: url(../images/bg_shild_fore.png) no-repeat center bottom;
}

.content-your-policy .info-level-protect .level-protect .progress-protect {
  width: 160px;
  padding-top: 35px;
  margin: 0 auto;
}

.content-your-policy .info-level-protect .level-protect .progress-protect span {
  display: block;
  margin-bottom: 32px;
}

.content-your-policy .info-level-protect .level-protect .progress-protect .progress-back {
  position: relative;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.content-your-policy .info-level-protect .level-protect .progress-protect .progress-fore {
  position: absolute;
  border: 2px solid #fff;
  height: 10px;
  background-color: #0293d4;
  border-radius: 10px;
}

.content-your-policy .info-level-protect .level-protect .progress-protect .progress-tooltip {
  position: absolute;
  width: 40px;
  height: 25px;
  padding: 4px 0;
  top: -28px;
  right: 0;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #006897;
  border: 0 none;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-transform: translateX(38%);
  transform: translateX(38%);
}

.content-your-policy .info-level-protect .level-protect .progress-protect .progress-tooltip span {
  position: relative;
  background-color: #006897;
  z-index: 10;
  padding-left: 4px;
}

.content-your-policy .info-level-protect .level-protect .progress-protect .progress-tooltip:before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 3px;
  background-color: #006897;
  content: "";
  -webkit-transform: rotate(-45deg) translateX(-120%);
  transform: rotate(-45deg) translateX(-120%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.cont a.button:hover {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .info-level-protect .info-plan-protect {
    width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect .info-plan-protect {
    width: 100%;
  }
}

.content-your-policy .info-level-protect .info-plan-protect .plan-protect {
  position: relative;
  background-color: #f3f3f3;
  padding: 10px 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .info-level-protect .info-plan-protect .plan-protect {
    height: 50%;
    min-height: 139px;
    border-radius: 0 10px 0 0;
  }
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect .info-plan-protect .plan-protect {
    height: auto;
    min-height: inherit;
  }
}

.content-your-policy .info-level-protect .info-plan-protect .plan-protect h5 {
  margin: 0 0 0 70px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  color: #0e83c0;
}

.content-your-policy .info-level-protect .info-plan-protect .plan-protect h5 span {
  font-size: 1.87em;
}

.content-your-policy .info-level-protect .info-plan-protect .plan-protect p {
  margin: 0 0 0 70px;
}

.content-your-policy .info-level-protect .info-plan-protect .plan-protect .icon-plan {
  position: absolute;
  width: 58px;
  height: 58px;
  background-color: #fff;
  border: 2px solid #0293d4;
  border-radius: 100%;
}

.content-your-policy .info-level-protect .info-plan-protect .plan-protect .icon-plan img {
  position: absolute;
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect .info-plan-protect .plan-protect .vertical-align {
    position: relative;
    max-width: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.content-your-policy .info-level-protect .info-plan-protect .price-protect {
  position: relative;
  padding: 12px 0;
  background-color: #006897;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .info-level-protect .info-plan-protect .price-protect {
    height: 50%;
    min-height: 139px;
    border-radius: 0 0 10px 0;
  }
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect .info-plan-protect .price-protect {
    height: auto;
    min-height: inherit;
  }
}

.content-your-policy .info-level-protect .info-plan-protect .price-protect span {
  display: block;
  margin-bottom: 5px;
  font-size: 3.6rem;
  line-height: 1;
}

.content-your-policy .info-level-protect .info-plan-protect .price-protect strong {
  font-size: 1.2rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .content-your-policy .info-level-protect .info-plan-protect .vertical-align {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 550px) {
  .content-your-policy .info-level-protect .info-plan-protect .vertical-align {
    position: inherit;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.content-sent-policy .wrap-sent-policy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .content-sent-policy .wrap-sent-policy {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.content-sent-policy .sent-policy-left {
  width: 60%;
  padding-right: 10px;
}

.content-sent-policy .sent-policy-left ul li:before {
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  content: "\f00c";
  color: #0e83c0;
  font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 1024px) {
  .content-sent-policy .sent-policy-left {
    width: 100%;
    padding-right: 0;
  }
}

.content-sent-policy .sent-policy-right {
  width: 40%;
  padding-left: 10px;
}

.content-sent-policy .sent-policy-right .input-field {
  margin-bottom: 10px;
}

.content-sent-policy .sent-policy-right input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="submit"],
input[type="button"],
input[type="reset"],
div[contenteditable="true"],
textarea {
  width: 100%;
  min-width: 120px;
  margin: 0;
  padding: 10px;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  font-size: 1.6rem;
  color: #5a5a5a;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .content-sent-policy .sent-policy-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.content-sent-policy .sent-policy-right .button {
  max-width: 300px;
  margin-top: 35px;
}

.content-sent-policy .ended-policy-info {
  padding: 0 20px 40px;
  border-radius: 10px;
  background-color: #f3f3f3;
  overflow: hidden;
}

.content-sent-policy .ended-policy-info ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  list-style: none;
  text-transform: uppercase;
}

.content-sent-policy .ended-policy-info ul li:before {
  top: calc(0.3em + 10px);
  color: #58b5db;
  content: "\f040";
}

.content-sent-policy .ended-policy-info ul li:last-child {
  border-bottom: 0;
}

.content-sent-policy .ended-policy-info .head-policy-info {
  position: relative;
  margin: 0 -20px;
  padding: 30px 20px 0;
  background-color: #0e83c0;
  color: #fff;
  box-sizing: border-box;
}

.content-sent-policy .ended-policy-info .head-policy-info h4 {
  margin: 0 0 0 80px;
  padding-bottom: 5px;
  font-size: 2.4rem;
  color: white;
}

.content-sent-policy .ended-policy-info .head-policy-info .icon-plan {
  position: absolute;
  width: 58px;
  height: 58px;
  background-color: #fff;
  border: 2px solid #0293d4;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.content-sent-policy .ended-policy-info .head-policy-info .icon-plan img {
  position: absolute;
}

.content-sent-policy .ended-policy-info .head-policy-info+p {
  margin-left: 80px;
  margin-top: 1.57em;
  font-size: 1.4rem;
  line-height: 1.64;
  color: #333;
  font-weight: 300;
}

.content-sent-policy .ended-policy-info .divi-policy-info {
  position: relative;
  margin: 35px 0;
}

.content-sent-policy .ended-policy-info .divi-policy-info span {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 8px 0;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #0e83c0;
  border-radius: 100%;
  box-sizing: border-box;
}

.content-sent-policy .ended-policy-info .divi-policy-info span:before {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #82c7e5;
  box-sizing: border-box;
  content: "";
  border-radius: 100%;
}

.content-sent-policy .ended-policy-info .upper-text-info {
  font-size: 1.8rem;
}

.content-sent-policy .ended-policy-info .upper-text-info strong {
  font-size: 1.33em;
}

.inputcotizador {
  padding: 10px 42px 10px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  min-width: 120px;
  box-shadow: none;
  background-color: transparent !important;
  background-image: none;
  font-size: 1.6rem;
  font-weight: 300;
  color: #5a5a5a;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearence: none;
  appearance: none;
  background: white;
  border: none;
  height: 38px;
  padding: 10px 42px 10px 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  width: 334px;
}

.checkbox-style {
  text-align: left !important;
}

.content-sent-policy .ended-policy-info ul li:before {
  cursor: pointer;
}

.choise-plan[data-poliza="4"] .choise-content-plan {
  background-color: #e9e9e9 !important;
}

.content-sent-policy .ended-policy-info .head-policy-info h4 {
  text-transform: capitalize;
}

#resultpoliza label.error,
#chosepoliza label.error {
  color: red;
  text-align: left !important;
  width: 100%;
  font-size: 12px;
}

#resultpoliza .select-style,
#chosepoliza .select-style {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  appearance: none;
}

/********** cancer form *******/

.benefits-list h3 {
  background-color: #58b5db;
  color: #fff !important;
  padding: 1em !important;
  border: 0px;
  border-radius: 0px;
  background: #58b5db;
}

.benefits-list .ui-state-active .ui-icon {
  background-image: none;
  color: white;
  display: none;
}

.benefits-list .ui-widget-content {
  border: 0px !important;
}

.benefits-list .ui-accordion-header-icon {
  background-image: none;
}

.benefits-list #benefits-accordion {
  clear: both;
}

.benefits-list #benefits-accordion .ui-accordion-content {
  background: #f6fbff;
  padding-bottom: 1rem;
}

.benefits-list #benefits-accordion .ui-accordion-content p {
  font-weight: normal;
  font-family: "open sans";
  font-size: 14px;
  line-height: 1.5;
}

.wrap-tabs .nav-tabs li:not(.is-active)>.view-tabs {
  border-top: none;
}

[data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion {
  min-height: 70px;
}

[data="cancer"] .nav-tabs {
  min-height: 150px;
  border-bottom: none;
}

[data="cancer"] .content-tabs {
  padding: 10px;
  padding-top: 0px;
}

[data="cancer"] ol li {
  margin-bottom: 7px;
  position: relative;
}

[data="cancer"] .nav-tabs .view-tabs {
  border-left: none;
  background-color: #a5a5a5;
  margin-left: 0;
}

[data="cancer"] .nav-tabs .center-button-tab {
  padding-left: 1em;
  padding-right: 1em;
}

[data="cancer"] .nav-tabs .num-button-tab {
  font-weight: lighter;
}

[data="cancer"] .content-about-you .wrap-input-top {
  width: auto;
  display: inline-flex;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan {
  background-color: #fff;
  border-radius: 0px;
  padding: 0px;
}

[data="cancer"] .content-about-you .wrap-choises-plan .choise-plan {
  padding: 2px;
  margin-bottom: 30px;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .icon-plan {
  position: absolute;
  left: 18%;
  top: 10%;
  padding: 11%;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .choise-content-plan {
  /*
	background-image: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_poliza.jpg);
	background-repeat: repeat-y;
	background-position-x: right;
	*/
  background-color: #fff;
  box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .choise-content-plan {
    padding-bottom: 0;
  }
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .content-plan h5 {
  text-align: left;
  padding-left: 32%;
  font-size: 1.5em;
  margin-top: -6px;
  min-height: 90px;
  font-weight: 600;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .content-plan h5+p {
  text-align: initial;
  min-height: inherit;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  font-size: 1em;
  line-height: 1.4em;
}

[data="cancer"] .choise-plan:last-child .choise-content-plan {
  background-color: #fff !important;
  background-image: none !important;
}

[data="cancer"] .price {
  color: #048fcb;
  font-size: 3.5em;
  letter-spacing: -0.05em;
}

[data="cancer"] .price-from,
[data="cancer"] .price-month {
  font-size: 0.45em;
  letter-spacing: 0em;
  position: relative;
}

[data="cancer"] .wrap-plans .price-from {
  top: -6px;
}

[data="cancer"] .wrap-plans .price-month {
  left: -5px;
}

[data="cancer"] .bottons {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  [data="cancer"] .bottons {
    margin-bottom: 0;
  }
}

[data="cancer"] .bottons button {
  width: 100%;
  background-color: white;
  text-align: center;
  position: relative;
  border: 1px solid #0293d4;
  border-radius: 5px;
  padding: 11px;
  font-size: 1em;
  color: #0293d4;
  background-image: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_btn_blue.jpg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 97%;
  font-weight: bold;
}

[data="cancer"] .bottons h6 {
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
}

[data="cancer"] .bottons .seeks div,
[data="cancer"] .bottons .benefits div {
  height: 45px;
  float: left;
}

[data="cancer"] .bottons .benefits {
  padding-top: 10px;
  display: inline-table;
  width: 105%;
  border-top: 1px dashed #008ecc;
}

[data="cancer"] .bottons .seeks {
  padding-bottom: 10px;
  display: inline-table;
  width: 105%;
}

[data="cancer"] .bottons .seeks div:first-child,
[data="cancer"] .bottons .benefits div:first-child {
  float: left;
  font-size: 2em;
  width: 65px;
  height: 65px;
  padding-top: 22px;
  color: white;
}

[data="cancer"] .bottons .seeks div:first-child {
  background-color: #ffa242;
}

[data="cancer"] .bottons .benefits div:first-child {
  background-color: #008ecc;
}

[data="cancer"] .bottons .seeks div:last-child,
[data="cancer"] .bottons .benefits div:last-child {
  float: left;
  max-width: 73%;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
}

[data="cancer"] [data-poliza="4"] .bottons {
  display: none;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .input-plan {
  background-color: #008ecc;
  height: 68px;
}

[data="cancer"] .wrap-tabs .choise-plan .checkbox-style label:before {
  height: 25px;
  width: 25px;
  border-radius: 0px;
  cursor: pointer;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

[data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style label {
  text-align: center;
  width: 100%;
  font-weight: lighter;
  font-size: 1.8em;
}

[data="cancer"] .wrn-msm {
  background-color: #448ecb;
  line-height: 1.2em;
  font-weight: lighter;
  text-align: left;
  width: 100%;
  padding: 1rem 2rem;
  color: #fff;
  margin-bottom: 17px;
  margin-top: 1.75em;
  position: relative;
}

[data="cancer"] .wrn-msm:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 22%;
  left: 3rem;
  z-index: 1;
  background-image: url(../../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_btn_choose.jpg);
}

@media screen and (max-width: 768px) {
  [data="cancer"] .wrn-msm:before {
    content: initial;
  }
}

[data="cancer"] .js__view-tab.is-active .ie-clic {
  background: #098fcc;
  content: "REGRESAR";
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  color: white;
  padding: 4px;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: lighter;
  border-bottom: inherit;
  background-image: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_button_arrow_left.png);
  background-position-x: 15%;
  background-repeat: no-repeat;
  background-position-y: center;
  text-indent: 25%;
}

[data="cancer"] .js__view-tab.is-active .ie-clic::after {
  content: "REGRESAR";
  color: white;
  font-size: 0.8em;
  font-weight: lighter;
  width: 100%;
  position: absolute;
  left: 1rem;
}

/* [data=cancer] .js__view-tab.is-active:nth-child(2)::after, 
[data=cancer] .js__view-tab.is-active:nth-child(3)::after {
	background: #098FCC;
	content: 'REGRESAR';
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	left: 0;
	color: white;
	padding: 4px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: lighter;
	border-bottom: inherit;
	background-image: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_button_arrow_left.png);
	background-position-x: 15%;
	background-repeat: no-repeat;
	background-position-y: center;
	text-indent: 25%;
} */

[data="cancer"] .ie-clic {
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: 0px;
  z-index: 20;
  cursor: pointer;
  display: none;
}

[data="cancer"] .js__view-tab.is-active .ie-clic {
  display: block;
}

[data="cancer"] .wrap-tabs .content-sent-policy .ended-policy-info .head-policy-info {
  padding: 15px 20px 15px;
}

[data="cancer"] .wrap-tabs .content-sent-policy .ended-policy-info .head-policy-info h4 {
  margin: 0;
}

[data="cancer"] .wrap-tabs .content-sent-policy .ended-policy-info .head-policy-info+p {
  margin: 0px;
  padding: 80px 40px 40px 40px;
}

[data="cancer"] .view-price-item {
  display: inline-table;
  width: 100%;
  margin: 0 auto;
}

[data="cancer"] .view-price-item div {
  width: 45%;
  float: left;
  text-align: left;
}

[data="cancer"] .view-price-item div:first-child {
  padding-top: 0px !important;
}

[data="cancer"] .wrap-tabs .view-price-item .view-price {
  width: 55%;
  padding: 22px;
  height: auto;
  letter-spacing: -1px;
  font-size: 2em;
}

[data="cancer"] .wrap-tabs .view-price-item .view-price:before {
  content: "$";
}

[data="cancer"] .wrap-tabs .view-price-item .view-price:after {
  content: "/mes";
  font-size: 0.5em;
}

[data="cancer"] .wrap-tabs .view-price-item.en .view-price:after {
  content: "/month";
}

[data="cancer"] .wrap-tabs .content-sent-policy .sent-policy-right .button {
  margin: 0 auto;
  margin-top: 25px;
}

[data="cancer"] .wrap-tabs p:first-child {
  font-size: 1rem;
  padding: 1.5rem;
  margin: 0;
  color: #000;
}

[data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .item-price {
  white-space: nowrap;
}

[data="cancer"] select::-ms-expand {
  display: none;
}

[data="cancer"] .wrap-tabs .content-your-policy .info-level-protect {
  margin-bottom: 9px;
}

[data="cancer"] .wrap-tabs a.button>span {
  padding: 30px;
}

[data="cancer"] .wrap-tabs .content-about-you .wrap-call-action .button {
  max-width: 230px;
}

.fancybox-cancer {
  background-color: #fff;
  border-top: 6px solid #0093d7;
  padding: 0;
  box-shadow: none;
}

.fancybox-cancer .modalfx {
  width: 100%;
  background: none;
}

.fancybox-cancer .fancybox-skin {
  box-shadow: none;
  background: #fff;
  padding: 0;
}

.fancybox-cancer .fancybox-close {
  background: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/icon-close.svg) center center no-repeat;
  background-size: 100%;
  margin-top: 25px;
}

.fancybox-cancer .fancybox-outer {
  padding: 0.5em;
  padding-top: 0;
  width: 80%;
}

.fancybox-cancer .icon-plan {
  width: 58px;
  height: 58px;
  background-color: #fff;
  border: 2px solid #0293d4;
  border-radius: 100%;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.fancybox-cancer .icon-plan img {
  padding: 0.5em;
}

.fancybox-cancer .modalfx h1,
.fancybox-cancer .modalfx h2,
.fancybox-cancer .modalfx h3,
.fancybox-cancer .modalfx h4,
.fancybox-cancer .modalfx h5,
.fancybox-cancer .modalfx h6 {
  color: #0293d4;
  font-weight: lighter;
  padding-top: 2em;
  padding-bottom: 1em;
}

.fancybox-cancer .modalfx ol,
.fancybox-cancer .modalfx ul {
  width: 100%;
  float: none;
  display: block;
  box-sizing: border-box;
  padding-right: 1%;
}

.fancybox-cancer .modalfx p {
  display: table;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.9em;
}

.fancybox-cancer .modalfx ol li,
.fancybox-cancer .modalfx ul li {
  position: relative;
  padding-left: 14px;
  font-size: 0.9em;
}

.fancybox-cancer .modalfx ol li:before,
.fancybox-cancer .modalfx ul li:before {
  content: " ";
  background: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_btn_check.jpg) center center no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -3px;
  top: 15%;
}

.benefits-list .fancybox-inner {
  overflow-x: hidden !important;
}

.fancybox-cancer h5 {
  color: #0293d4;
  text-align: left;
  font-size: 1.5em;
  float: left;
  font-weight: 400 !important;
  padding-left: 0;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.fancybox-cancer h5 span {
  font-size: 1.5em;
}

.fancybox-cancer .modal-title {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.fancybox-cancer .modal-title .inner {
  display: flex;
  flex-direction: column;
}

.fancybox-cancer .modal-content h2 {
  padding: 0;
  margin-bottom: 1rem;
  clear: both;
}

.fancybox-cancer .modal-notice {
  clear: both;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  [data="cancer"] .wrn-msm {
    padding-left: 18% !important;
  }

  [data="cancer"] ol li.is-active {
    min-height: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  [data="cancer"] ol li.is-active {
    min-height: 150px;
  }
}

@media only screen and (min-width: 415px) {
  .benefits-list .modalfx {
    padding-right: 1rem !important;
    background-image: none !important;
  }

  [data="cancer"] #resultpoliza h3,
  [data="cancer"] #chosepoliza h3 {
    padding-top: 25px;
  }

  [data="cancer"] .nav-tabs {
    min-height: 150px;
  }

  [data="cancer"] .wrn-msm {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 7rem;
    margin-top: 0;
  }

  [data="cancer"] .content-about-you .wrap-plans {
    margin-top: 4em;
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .icon-plan {
    left: 18%;
    top: 7%;
    padding: 13%;
  }

  @media screen and (max-width: 768px) {
    [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .icon-plan {
      top: 12%;
    }
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .content-plan h5 {
    padding-left: 35%;
    font-size: 1.1em;
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .content-plan h5+p {
    min-height: 220px;
    padding-bottom: inherit;
  }

  @media screen and (max-width: 768px) {
    [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .content-plan h5+p {
      min-height: auto;
    }
  }

  [data="cancer"] .price {
    font-size: 2.5em;
  }

  [data="cancer"] .bottons h6 {
    font-size: 0.9em;
  }

  [data="cancer"] .bottons .seeks div:first-child,
  [data="cancer"] .bottons .benefits div:first-child {
    font-size: 1.5em;
    width: 45px;
    height: 47px;
    padding-top: 12px;
  }

  [data="cancer"] .bottons .seeks div:last-child,
  [data="cancer"] .bottons .benefits div:last-child {
    float: left;
    max-width: 163px;
    padding-left: 7px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
  }

  [data="cancer"] .bottons button {
    padding: 5px;
    padding-left: 0;
    font-size: 0.87em;
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .input-plan {
    height: 56px;
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style label {
    font-size: 1.3em;
  }

  [data="cancer"] .js__view-tab.is-active:nth-child(2):after,
  [data="cancer"] .js__view-tab.is-active:nth-child(3):after {
    top: 82%;
    border-bottom: 5px solid #004ea1;
  }

  [data="cancer"] .view-price-item {
    width: 80%;
  }

  [data="cancer"] .wrap-tabs .view-price-item .view-price {
    width: 55%;
    padding: 22px;
    height: auto;
    letter-spacing: -1px;
    font-size: 3em;
  }

  [data="cancer"] .view-price-item div:first-child {
    padding-top: 15px !important;
  }

  .fancybox-cancer .fancybox-outer {
    padding: 2em;
    padding-top: 0;
  }

  .fancybox-cancer {
    background-color: #fff;
    border-top: 6px solid #0093d7;
    padding: 2em 3em 2em 3em;
    box-shadow: none;
  }

  .fancybox-cancer .modalbn {
    max-width: 650px;
  }

  .fancybox-cancer .modalfx {
    min-width: 650px;
    padding-right: 190px;
    background: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_modal.jpg) 95% 90% no-repeat;
  }

  .fancybox-cancer .modalfx[data-modal="3"] {
    background: url(../../../../../../wp-content/plugins/lccotizador/modules/cotizador/images/bg_modal_2.jpg) 95% 90% no-repeat;
    background-size: 45%;
  }

  .fancybox-cancer .modalfx ol,
  .fancybox-cancer .modalfx ul {
    width: 50%;
    float: left;
  }

  .fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
  }
}

@media only screen and (max-width: 768px) {
  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .checkbox-style label {
    top: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    top: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  [data="cancer"] .bottons {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .icon-plan {
    padding: 10%;
    top: 9%;
  }
}

@media only screen and (max-width: 415px) {
  div.cancer-top-slogan h3 {
    margin-top: 30px;
  }

  .fancybox-body-hidden {
    overflow: hidden;
  }

  .fancybox-cancer .fancybox-inner {
    overflow: auto !important;
  }

  [data="cancer"] .wrap-tabs .nav-tabs li.is-active .inner-button-tab {
    top: 0;
  }

  [data="cancer"] ol li.is-active {
    border-bottom: 1px solid #ccc;
    padding-top: 6px;
  }

  [data="cancer"] .wrap-tabs .content-sent-policy .ended-policy-info .head-policy-info .icon-plan {
    top: 70%;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .checkbox-style {
    height: auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion {
    position: relative;
    height: auto;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .item-price {
    position: relative;
    right: -9%;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .item-nav {
    position: relative;
    right: -7%;
  }

  [data="cancer"] .wrap-tabs .content-about-you .wrap-input-top .input-element:last-child {
    padding-top: 10px;
  }

  .fancybox-cancer .fancybox-close {
    right: 10%;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .checkbox-style label {
    top: 0px;
  }
}

@media only screen and (max-width: 360px) {
  [data="cancer"] .nav-tabs .center-button-tab {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }

  [data="cancer"] .price {
    font-size: 3em;
  }

  [data="cancer"] .bottons .seeks div:first-child,
  [data="cancer"] .bottons .benefits div:first-child {
    font-size: 1.8em;
    width: 60px;
    height: 60px;
    padding-top: 19px;
  }

  [data="cancer"] .bottons h6 {
    font-size: 1em;
    letter-spacing: -0.03em;
  }

  [data="cancer"] .bottons button {
    font-size: 0.85em;
    padding-left: 0;
  }

  [data="cancer"] .wrn-msm {
    padding-left: 28%;
  }

  [data="cancer"] .content-about-you .wrap-plans .wrap-choises-plan .input-plan .checkbox-style label {
    font-size: 1.4em;
  }

  [data="cancer"] .js__view-tab.is-active:nth-child(2):after,
  [data="cancer"] .js__view-tab.is-active:nth-child(3):after {
    background-position-x: 10%;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .item-price {
    font-size: 1em;
    right: 0;
  }

  [data="cancer"] .wrap-tabs strong {
    display: block;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .item-nav {
    right: 0;
  }

  [data="cancer"] .view-price-item div:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }

  [data="cancer"] .wrap-tabs .view-price-item .view-price {
    width: 100%;
  }

  [data="cancer"] .wrap-tabs .content-sent-policy .sent-policy-right .button {
    font-size: 1em;
  }

  [data="cancer"] .wrap-tabs .wrap-accordion .head-item-accordion .checkbox-style label {
    top: 0px;
  }
}

#resultpoliza .showdetails .sent-policy-left,
#chosepoliza .showdetails .sent-policy-left {
  display: block;
}

#resultpoliza .sent-policy-left,
#chosepoliza .sent-policy-left {
  display: none;
}

#resultpoliza .sent-policy-right,
#chosepoliza .sent-policy-right {
  width: 100%;
}

#resultpoliza .showdetails .sent-policy-right,
#chosepoliza .showdetails .sent-policy-right {
  width: 40%;
}