﻿body {
  margin: 0px;
  padding: 0px;
}
body * {
  outline: none !important;
  font-family: "Roboto", sans-serif !important;
}
header {
  height: 80px;
  background-color: #ffd000;
}
ul {
  padding: 0px;
  list-style-type: none;
}
body.colored_body {
  background-color: #f0f0f2;
}
.easy_care {
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #1a1446;
  line-height: 32px;
  font-weight: bold;
}
.header_selects {
  width: 80px;
  border: 0px;
  cursor: pointer;
  height: 40px;
  outline: none;
  background-color: #f4c739;
  border-radius: 5px;
  padding-left: 15px;
  font-weight: bold;
  color: #000;
}
.droppable_block {
  width: 200px;
  border-radius: 5px;
  position: absolute;
  bottom: 200px;
  right: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  z-index: 100000;
}

.droppable_block > div > p {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  height: 44px;
  color: #000;
  font-weight: bold;
  padding-bottom: 8px;
}

.droppable_block > div ul li {
  width: 100%;
  margin-right: 0px;
}

.droppable_block > div ul li a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none !important;
}

.droppable_block > div ul li.active_droppable a {
  background: url("../img/Tick.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 95% center;
  background-color: #f3f3f6;
}

.droppable_block > .head_drp > p,
.droppable_block > .ct_drp > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 8px;
  padding-right: 8px;
}
.date_inp_inner input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto", sans-serif !important;
}
.date_inp_inner input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto", sans-serif !important;
}
.date_inp_inner input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto", sans-serif !important;
}
.date_inp_inner input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto", sans-serif !important;
}
.settings_button {
  width: 104px;
  height: 40px;
  background-color: #dcb335;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.settings_button:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
button.close_di {
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 1;
  z-index: 10;
}
.more_info_container > ul img {
  width: 18px;
}
.more_info_container ul li p {
  color: #333740;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.dwnlbutton {
  height: 40px;
  width: 200px;
  font-weight: 500;
  color: #fff;
  background-color: #201b46;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-size: 16px;
}
.exbutton:hover,
.dwnlbutton:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.exbutton {
  height: 40px;
  width: 200px;
  font-weight: 500;
  color: #fff;
  background-color: #157389;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-size: 16px;
}
.exbutton img {
  width: 18px;
}
.head_dmore > h2 {
  color: #06748c;
  font-size: 20px;
  line-height: 32px;
}
#moreInfoModal .modal-dialog {
  max-width: 500px;
  width: 95%;
}
#moreIModal .modal-dialog {
  max-width: 500px;
  width: 95%;
}
.imore_cont > p {
  color: #333740;
  font-size: 16px;
  line-height: 24px;
}
.imore_button > a {
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: #201b46;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.imore_button > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.imore_contact > h2 {
  font-size: 16px;
  line-height: 24px;
  color: #333740;
}
.imore_contact > p {
  color: #06748c;
  font-size: 16px;
  line-height: 24px;
}
.dmore_h2 > h2 {
  font-size: 20px;
  line-height: 28px;
  color: #06748c;
}
#classModal .modal-dialog {
  max-width: 600px;
  width: 95%;
}
.elem_class > h2 {
  color: #06748c;
  font-size: 20px;
  line-height: 32px;
}
.elem_class > p {
  color: #333740;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.header_tip_content a {
  transition: 0.4s ease all;
}
.header_tip_content a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.settings_button img {
  margin-left: 10px;
  width: 15px;
}
.dmore_info > a {
  height: 32px;
  width: 161px;
  background-color: #201b46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.dmore_info > a img {
  width: 12px;
}
.header_tip_content {
  border-radius: 4px;
  background-color: rgba(26, 20, 70, 0.1);
}
.header_tip_content h2 {
  color: #333740;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.header_tip_content p {
  color: #333740;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}
.center_info_input {
  border: 1px solid rgba(51, 55, 64, 0.05);
  border-radius: 4px;
  background-color: #fff;
}
.inside_header > h2 {
  color: #333740;
  font-size: 24px;
  line-height: 32px;
}
.date_inp_inner * {
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.elem_calc * {
  font-family: "Font Awesome 5 Free", "Roboto", sans-serif !important;
}
.arrow_close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  transform: rotate(-90deg);
}
.classification_ > .after_date_inp {
  z-index: 100;
}
.classification_ .after_date_inp {
  bottom: -5px;
}
.both_checkbox_elems {
  position: relative;
}
.both_checkbox_elems p {
  margin-bottom: 7px;
}
.both_checkbox_elems p:last-child {
  margin-bottom: 0px;
}
.both_checkbox_elems [type="radio"]:checked,
.both_checkbox_elems [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.both_checkbox_elems [type="radio"]:checked + label,
.both_checkbox_elems [type="radio"]:not(:checked) + label {
  border-radius: 5px;
  width: 200px;
  height: 44px;
  border: 1px solid #d3d2da;
  background-color: #f5f5f5;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333740;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.both_checkbox_elems [type="radio"]:checked + label {
  background-color: #f2f8f9;
  border-color: #157389;
}
.both_checkbox_elems [type="radio"]:checked + label:before,
.both_checkbox_elems [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #a7a8ab;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.both_checkbox_elems [type="radio"]:checked + label:before {
  border: 2px solid #157389;
}
.both_checkbox_elems [type="radio"]:checked + label:after,
.both_checkbox_elems [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #157389;
  position: absolute;
  top: 15px;
  right: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.both_checkbox_elems [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.both_checkbox_elems [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.dspan {
  min-width: 40px;
  color: #333740;
  font-size: 18px;
}
.cont_new_elem > p {
  color: #333740;
  font-size: 18px;
  line-height: 28px;
}
.date_input > p {
  opacity: 0.5;
  color: #333740;
  font-size: 16px;
  line-height: 24px;
}
.date_inp_inner input {
  background: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 7px;
  outline: none;
  border: 0px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto" !important;
  border-bottom: 1px solid #d5d6d8;
}
.calculatorModal .modal-dialog {
  max-width: 360px;
}
.elem_calc a img {
  width: 18px;
}
.elem_calc > p {
  font-size: 14px;
  line-height: 20px;
  color: #333740;
}
.elem_calc > span {
  opacity: 0.5;
  color: #333740;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 8px;
}
.elem_calc > a {
  transition: 0.4s ease all;
}
.elem_calc > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.after_inn > a {
  width: 120px;
  height: 32px;
  background-color: #157389;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease all;
}
.employees_block button,
.spouse_block button,
.children_block button,
.reimburse_block button,
.dental_block button,
.business_count_block button,
.cover_leis_block button,
.travel_cov_block button {
  padding-right: 0px !important;
}
.after_inn > a:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.b_part {
  height: 60px;
  background-color: #f3f3f6;
  border-top: 1px solid #cbccd0;
}
.clear_a > a {
  transition: 0.4s ease all;
  opacity: 0.5;
  color: #333740;
  font-size: 12px;
  line-height: 16px;
}
.clear_a > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.after_inn > a img {
  margin-right: 7px;
}
.elem_calc > .age_numb {
  height: 36px;
  border: 1px solid #d5d6d8;
  font-size: 14px;
  margin-right: 15px;
  outline: none;
}
.elem_calc > input:nth-child(2) {
  height: 36px;
  border: 1px solid #d5d6d8;
  font-size: 14px;
  padding-left: 30px;
  outline: none;
  background: url(../img/calend.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 8px center;
}
.head_calc img {
  width: 32px;
}
.calculator_block > p {
  color: #333740;
  font-size: 14px;
  line-height: 20px;
}
.head_calc > h2 {
  font-size: 20px;
  line-height: 28px;
  color: #333740;
}
.av_calc > p {
  font-size: 14px;
  line-height: 20px;
  color: #333740;
}
.av_calc a {
  width: 192px;
  height: 36px;
  border-radius: 5px;
  background-color: #f3f3f6;
  color: #1a1446;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.av_calc a:hover {
  opacity: 0.7;
  color: #1a1446;
  text-decoration: none;
}
.cont_new_elem span u {
  cursor: pointer;
  transition: 0.4s ease all;
}
.cont_new_elem span u:hover {
  opacity: 0.7;
}
.av_calc a img {
  width: 18px;
}
.elem_quote_way {
  position: relative;
  max-width: 270px;
  height: 150px;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #f5f5f5;
  border: 1px solid #cdced0;
  cursor: pointer;
}
.arrow_close {
  transition: 0.5s ease all;
}
.two_ways_quote > p {
  font-size: 16px;
  color: #333740;
}
.elem_quote_way h2 {
  font-size: 20px;
  line-height: 28px;
  color: #333740;
}
.left_resul {
  border: 1px solid #e9e9eb;
}
.right_resul {
  background-color: #201b46;
}
.left_resul .head_rs h2 {
  opacity: 0.5;
  color: #1a1446;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.left_resul .elem_rs p {
  font-size: 16px;
  line-height: 24px;
  color: #1a1446;
}
.right_resul h2 {
  opacity: 0.5;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.after_result {
  margin-bottom: 129px;
}
.outer_footer > a {
  width: 200px;
  height: 48px;
  background-color: #201b46;
  font-size: 15px;
  color: #fff;
  transition: 0.4s ease all;
}
.outer_footer > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.footer_bottom {
  border-top: 1px solid #c9c9ce;
  background-color: #efeef3;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.pre_quot > h2 {
  font-size: 24px;
  line-height: 32px;
  color: #333740;
}
.right_resul .elem_rs p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.right_resul .elem_rs span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.left_resul .elem_rs span {
  font-size: 16px;
  line-height: 24px;
  color: #1a1446;
}
.elem_quote_way img {
  display: none;
  top: 10px;
  right: 10px;
  width: 20px;
}
.active_quote_way img {
  display: block;
}
.inner_quote_way > div.active_quote_way {
  border-color: #157389;
  background-color: #f2f8f9;
}
.elem_quote_way p {
  font-size: 14px;
  line-height: 20px;
  color: #1a1446;
}
.right_resul .elem_rs .bigger_then_other {
  font-size: 19px;
}
.b_part > a {
  width: 96px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #201b46;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.clear_button {
  transition: 0.4s ease;
}
.clear_button:hover {
  opacity: 0.7;
  color: #333740;
}
.b_part > p {
  color: #1a1446;
  font-size: 16px;
  line-height: 24px;
}
.b_part > a:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.tooltip-inner {
  max-width: 405px !important;
  font-weight: 300;
  text-align: left !important;
}
.wrap_of_count {
  width: 100%;
}
.wrap_of_count > a {
  width: 20px;
  height: 20px;
}
.wrap_of_count > input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d5d6d8;
  font-size: 14px;
}
.min_ {
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.drow_1 > div {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.add_ {
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.d3_b {
  /*height: 64px;*/
  width: 100%;
  background-color: #fff;
  border: 1px solid #e9e9e8;
}
.tooltip-inner span {
  font-weight: bold;
}
.column_one > h2 {
  font-size: 24px;
  line-height: 32px;
  color: #333740;
}
.drow_1 {
  height: 48px;
  width: 100%;
}
.staff_ {
  background-color: #1a1446;
}
.staff_ > img {
  cursor: pointer;
}
.staff_ > h3 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
div.column_two,
div.column_three,
div.column_fourth {
  min-width: 191.5px;
  max-width: 191.5px;
  border: 0px;
}
.employees_block,
.spouse_block,
.children_block {
  min-height: 64px;
  max-height: 64px;
}
.employees_block > h2,
.spouse_block > h2,
.children_block > h2,
.hospitalization_block > h2,
.patient_block > h2,
.dental_block > h2,
.term_block > h2,
.business_block > h2,
.prem_hops_block > h2,
.prem_hops2_block > h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.employees_block button,
.cover_leis_block button,
.spouse_block button,
.children_block button,
.reimburse_block button,
.dental_block button,
.travel_cov_block button,
.business_count_block button {
  background: none;
  border: 0px;
}
.reimburse_block > h2,
.travel_cov_block > h2,
.business_count_block > h2,
.cover_leis_block > h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
/* 
.reimburse_block_active > h2,
.travel_cov_block_active > h2,
.business_count_block_active > h2,
.cover_leis_block_active > h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
} */
.business_block,
.travel_cov_block,
.business_count_block,
.cover_leis_block {
  min-height: 64px;
  max-height: 64px;
  padding-bottom: 0px;
}
div.hospitalization_block .after_date_inp {
  bottom: -5px;
}
div.hospitalization_block {
  max-height: 80px;
  min-height: 80px;
  padding-bottom: 0px;
}
div.reimburse_block,
div.term_block {
  max-height: 64px;
  min-height: 64px;
}
.prem_hops_block > a,
.prem_hops2_block > a {
  height: 40px;
  width: 100%;
  background-color: #157389;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease all;
}
.el_form > span {
  position: absolute;
  bottom: -25px;
  font-size: 14px;
  color: red;
  min-width: 195px;
}
.drop_block > .drop_mod_des,
div.reimburse_block > .drop_mod > .drop_mod_des,
div.travel_cov_block > .drop_mod > .drop_mod_des,
div.prem_hops_block > .drop_mod > .drop_mod_des,
div.prem_hops2_block > .drop_mod > .drop_mod_des {
  /*display: none!important;*/
  background-color: #fff;
  top: 100%;
  right: 0px;
  padding-top: 12px;
  min-width: 160px;
  max-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 10000;
}

div.reimburse_block > .drop_mod .drop_mod_des,
.drop_block > .drop_mod_des {
  min-width: 180px;
}
.one_of_two .after_date_inp {
  bottom: -5px;
  left: 0px;
}
.prem_hops_block,
.prem_hops2_block {
  min-height: 80px;
  max-height: 80px;
}
.drow_1 {
  width: 100%;
}
div.fully_hidden > .drow_1 > a {
  display: none !important;
}
.drow_1 > a {
  display: none !important;
  background-color: #d8d7e1;
  color: #1a1446;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  transition: 0.4s ease all;
}

.hidden_col > .drow_1 > a,
.hidden_col > .drow_1 > a img {
  display: flex !important;
}
.hidden_col > div * {
  display: none !important;
}
.drow_1 > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #1a1446;
}
div.prem_hops_block > .drop_mod,
div.prem_hops2_block > .drop_mod {
  display: none;
}
.prem_hops_block > a,
.prem_hops2_block > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prem_hops_block > a,
.prem_hops2_block > a {
  transition: 0.4s ease all;
}
.prem_hops_block > a:hover,
.prem_hops2_block > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.dental_block > input {
  width: 100%;
}
div.left_hospit {
  margin-right: 15px;
}
.disabled__foot a {
  pointer-events: none;
  opacity: 0.5;
}
.drop_mod_des {
  border: 1px solid #d6d7d9;
}
.drop_mod_des > p {
  color: #333740;
  font-size: 14px;
  line-height: 20px;
}
.active_ul_type {
  background: url(../img/Tick.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 97% center;
  background-color: #f3f3f6;
}
.display-none {
  display: none !important;
}
.display-block {
  display: none !important;
}

.classification_ .drop_mod_des {
  min-width: 205px;
  top: 40px;
}
.drop_mod_des ul {
  padding-bottom: 0px;
  margin: 0px;
  list-style-type: none;
}
.drop_mod_des ul li a {
  font-size: 14px;
  width: 100%;
  display: flex;
  font-weight: 400;
  color: #000;
  transition: 0.4s ease all;
  text-decoration: none !important;
}
.drop_mod_des ul li {
  transition: 0.4s ease background-color;
}
.drop_mod_des ul li:hover {
  background-color: #f3f3f6;
}
.reimburse_block > .drop_mod > input,
.travel_cov_block > .drop_mod > input,
.prem_hops_block > .drop_mod > input,
.prem_hops2_block > .drop_mod > input,
.drop_block > .drop_mod_des > input {
  width: 100%;
  border: 1px solid #cecece;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  padding-right: 25px;
  background: url(../img/pencil.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 92% center;
}
.child_small {
  border-top: 0px !important;
}
.patient_block > div > input {
  display: block;
}
.hospitalization_block {
  min-height: 80px;
  max-height: 80px;
  padding-bottom: 16px;
}
.grey_space {
  width: 100%;
  height: 55px;
  background-color: #f3f3f6;
}
.grey_space > h2 {
  font-size: 16px;
  line-height: 32px;
  color: #333740;
}
.staff_ > img {
  right: 14px;
  top: 16px;
}
.stand_text {
  margin: 0px;
  color: #333740;
  font-size: 16px;
}
.d2_b {
  height: 80px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e9e9e8;
}
.d_modal {
  width: 100%;
}
.d_modal > a {
  height: 40px;
  width: 100%;
  background-color: #157389;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease all;
}
.d_modal > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.design_block_main > div:nth-child(1) > div {
  border-left: 1px solid #e9e9eb;
}
.grey_space h2 button {
  border: 0px;
  background-color: transparent;
}
.design_block_main {
  border-bottom: 1px solid #e9e9eb;
}
.design_block_main > div > div:nth-child(2) {
  border-top: 1px solid #e9e9eb;
}
.design_block_main > div > div {
  border-right: 1px solid #e9e9eb;
  border-left: 0px;
  border-bottom: 0px;
}
.grey_space,
.drow_1 {
  border: 0px !important;
}
#up_button {
  position: static;
  width: 56px;
  height: 56px;
  z-index: 1000;
  left: 100%;
  top: auto;
  bottom: 10%;
  margin-left: 25px;
}
.grey_space + div {
  border-top: 0px !important;
}
.business_block > .d_modal > input {
  display: block;
}
.term_block > .d_modal > input {
  display: block;
}
.dental_block > .d_modal > input {
  display: block;
}
.drop_mod_des ul li {
  cursor: pointer;
}
.dental_block {
  min-height: 64px;
  max-height: 64px;
}
.reimburse_block > div input {
  cursor: pointer;
}
.drop_mod > input {
  cursor: pointer;
}
.d_modal > input {
  display: none;
  width: 100%;
  border: 1px solid #cecece;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  padding-right: 25px;
  background: url(../img/pencil.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 92% center;
  cursor: pointer;
}
.classification_ > a {
  color: #fff;
  width: 100%;
  height: 40px;
  background-color: #157389;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.children_block {
  padding-bottom: 16px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}
.right_hospit > div {
  cursor: pointer;
}
.classification_ > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.drop_block > input {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  outline: none;
  background: url(../img/pencil.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% center;
  border: 1px solid #cecece;
  font-size: 14px;
}
.cover_leis_block p {
  margin: 0px;
}
.cover_leis_block [type="checkbox"]:not(:checked),
.cover_leis_block [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.cover_leis_block [type="checkbox"]:not(:checked) + label,
.cover_leis_block [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.cover_leis_block [type="checkbox"]:not(:checked) + label:before,
.cover_leis_block [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #000;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.cover_leis_block [type="checkbox"]:not(:checked) + label:after,
.cover_leis_block [type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 0.15em;
  left: 3px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.cover_leis_block > p {
  position: relative;
  top: 13px;
}
.cover_leis_block [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cover_leis_block [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cover_leis_block [type="checkbox"]:disabled:not(:checked) + label:before,
.cover_leis_block [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.cover_leis_block [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.cover_leis_block [type="checkbox"]:disabled + label {
  color: #aaa;
}
.head_bf > h2 {
  font-size: 20px;
  line-height: 28px;
  color: #333740;
}
.head_bf > h2 span {
  font-weight: 400;
}
.hospit_wrap > div > h2 {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
  color: #333740;
  text-transform: uppercase;
}
.dchar_elem {
  min-height: 100px;
  border-bottom: 1px solid #e9e9e9;
}
.res_lu.not_active_ > p {
  -webkit-appearance: none;
  background-color: transparent;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.not_active_ > div,
.not_active_ > input,
.not_active_ > p {
  opacity: 0.4;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  pointer-events: none;
}
.res_lu {
  height: 64px;
  width: 100%;
  background-color: #dcdbe3;
  border-top: 2px solid #8b889f;
}
.res_lu > p {
  font-size: 16px;
  line-height: 24px;
  color: #1a1446;
}
.main_res_lu {
  background-color: #201b46;
}
.main_res_lu > h2 {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.dchar_elem > span {
  max-width: 30px;
  font-size: 15px;
  color: #989a9d;
}
.modalWD2 div.left_hospit {
  max-width: 430px;
}
div.left_hospit {
  max-width: 445px;
}
div.right_hospit {
  max-width: 375px;
}
.right_hospit > div {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.check_wd p {
  opacity: 0.5;
  color: #1a1446;
  font-size: 14px;
  line-height: 20px;
}
.left_wd .check_wd {
  background-color: #e4e4e8;
  width: 132px;
  height: 48px;
}
.left_wd .check_wd.active_wed_el [type="checkbox"]:not(:checked) + label,
.left_wd .check_wd.active_wed_el [type="checkbox"]:checked + label {
  color: #06748c;
}
.modalWD1 .bottom_wd,
.modalWD2 .bottom_wd,
.modalWD3 .bottom_wd,
.modalWD4 .bottom_wd,
.modalWD5 .bottom_wd {
  min-height: 70px;
  border-top: 1px solid #c8c9ce;
  background-color: #f0eff3;
}
.not_full_wr {
  margin-bottom: 15px;
}
.not_full_wr > div {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.after_txt1 {
  border-top: 1px solid #d5d6d8;
  border-bottom: 1px solid #d5d6d8;
}
.after_txt1 > p {
  font-size: 14px;
  color: #333740;
  line-height: 20px;
}
.after_txt2 > p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #333740;
}
.left_wd .check_wd * {
  opacity: 1 !important;
}
.left_wd .check_wd [type="checkbox"]:not(:checked),
.left_wd .check_wd [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.left_wd .check_wd [type="checkbox"]:not(:checked) + label,
.left_wd .check_wd [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-size: 12px;
  color: #333740;
  font-weight: bold;
  text-transform: uppercase;
}
.left_wd .check_wd [type="checkbox"]:not(:checked) + label:before,
.left_wd .check_wd [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #d5d6d8;
  background: #fff;
  border-radius: 250px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.left_wd .check_wd [type="checkbox"]:not(:checked) + label:after,
.left_wd .check_wd [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 250px;
  left: 3px;
  top: 3px;
  line-height: 0.8;
  color: #09ad7e;
  background-color: #333740;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.left_wd .check_wd [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.left_wd .check_wd [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.left_wd .check_wd [type="checkbox"]:disabled:not(:checked) + label:before,
.left_wd .check_wd [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.left_wd .check_wd [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.left_wd .check_wd [type="checkbox"]:disabled + label {
  color: #aaa;
}
.left_wd .check_wd p {
  margin: 0px;
}
.left_wd .check_wd label {
  margin: 0px;
}
.res_wnd > p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #838099;
}
.res_wnd > p span {
  color: #06748c;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}
.left_wd > p {
  opacity: 0.5;
  color: #1a1446;
  font-size: 14px;
  line-height: 20px;
}
.rd_buttons > .select_button {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background-color: #201b46;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: 0.4s ease all;
}
.rd_buttons > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.rd_buttons > .cancel_button {
  width: 100px;
  height: 40px;
  background-color: #cecdd8;
  color: #201b46;
  font-weight: bold;
  font-size: 16px;
  transition: 0.4s ease all;
}
.bl_circle {
  width: 20px;
  height: 20px;
  border-radius: 250px;
  border: 1px solid #cecece;
  background-color: #fff;
}
.right_hospit > .active_wed_el {
  border: 1px solid #06748c;
  background-color: #fff;
}
.right_hospit > .active_wed_el img {
  display: block;
}
.right_hospit > div {
  max-width: 88px;
}
.bl_circle > img {
  display: none;
}
.right_hospit .wd_el p {
  margin: 0px;
  font-size: 14px;
}
.right_hospit .wd_el {
  height: 100px;
}
.head_wd > p {
  font-size: 12px;
  color: #333740;
}
.no-bord-dchar {
  border-bottom: 0px;
}
.dchar_elem > p {
  font-size: 15px;
  max-width: 270px;
  line-height: 20px;
  color: #000;
}
.dchar_elem > h6 {
  min-width: 135px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.modalWD3 .modal-dialog {
  min-width: 740px;
}
.modalWD5 .dchar_elem > p {
  max-width: 100%;
}
.long_hospit_d > .left_hospit > h6 {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
.long_hospit_d .right_hospit .head_wd {
  padding-bottom: 27px;
}
.long_hospit_d div.left_hospit {
  max-width: 510px;
}
.long_hospit_d div.right_hospit {
  max-width: 300px;
}
.modalWD1 .modal-dialog,
#modalWD2 .modal-dialog,
.modalWD4 .modal-dialog,
.modalWD5 .modal-dialog {
  min-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.modalWD1 .modal-dialog button.close_di,
#modalWD2 .modal-dialog button.close_di,
.modalWD3 .modal-dialog button.close_di,
.modalWD4 .modal-dialog button.close_di,
.modalWD5 .modal-dialog button.close_di {
  right: 15px;
  top: 18px;
}
.elem_design_small > .head_sml {
  position: relative;
}
.elem_design_small > .head_sml > img {
  position: absolute;
  right: 10px;
}

.block_with_errors {
  /* position: absolute; */
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.block_with_errors > .elem_error {
  margin-bottom: 16px;
}
.block_with_errors > div:last-child {
  margin-bottom: 16px;
}
.design_block_main > div > div {
  position: relative;
}
.after_date_inp {
  position: absolute;
  bottom: -25px;
  margin-top: 0px;
}

.after_date_inp p {
  margin: 0px;
}

.after_date_inp span {
  color: #ff0000;
  font-size: 12px;
  line-height: 16px;
}

.after_date_inp img {
  width: 16px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.block_with_errors > div {
  margin-bottom: 7px;
}
/* .block_with_errors > div:last-child {
  margin-bottom: 0px;
} */
.block_with_errors > div p {
  color: red;
  font-size: 14px;
}

.after_result {
  margin-top: 30px;
}

.warning_elem {
  border: 1px solid #feb234;
  border-radius: 5px;
  padding: 10px;
  background-color: #fffbf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.warning_elem p {
  margin: 0px;
}

.inner_after_result {
  padding: 0px !important;
}

.warning_elem > img {
  width: 20px;
  margin-right: 12px;
}

.warning_elem > img:nth-child(3) {
  position: absolute;
  right: 10px;
  margin-right: 0px;
  width: 20px;
}

.block_with_errors .warning_elem p {
  color: #000;
}

.elem_error {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid red;
  background-color: #fff2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elem_error p {
  margin: 0px;
}

.elem_error > img:nth-child(3) {
  width: 20px;
  position: absolute;
  right: 10px;
  margin-right: 0px;
  cursor: pointer;
}

.elem_error > img {
  margin-right: 12px;
  width: 16px;
}

.not_active_small {
  opacity: 0.4;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  pointer-events: none;
}
.add-class-button > a {
  color: #000 !important;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background-color: #d8d7e1;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.add-class-button > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
}
.design_small_block > div {
  margin-bottom: 40px;
}
.design_small_block > div:last-child {
  margin-bottom: 0px;
}
.elem_small_hospit {
  border-radius: 10px;
  overflow: hidden;
}
.elem_small_hospit .blcircle img {
  display: none;
}
.head_dhosp p {
  font-size: 14px;
  color: #157186;
}
.dhosp_el {
  min-height: 50px;
  border-bottom: 1px solid #f5f5f5;
}
.rhos > p {
  margin: 0px;
  font-size: 14px;
  color: #000;
  min-width: 110px;
}
.rhos > span {
  font-size: 13px;
  min-width: 40px;
  text-align: right;
}
.lhos > span {
  min-width: 30px;
  max-width: 30px;
  font-size: 13px;
  font-weight: 400;
}
.lhos > p {
  font-size: 14px;
}
.head_dhosp > img {
  position: absolute;
  right: 20px;
  top: 25px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.elem_small_hospit .blcircle {
  width: 20px;
  height: 20px;
  border-radius: 250px;
  border: 1px solid #cecece;
  background-color: #fff;
}
.head_dhosp {
  height: 64px;
  background-color: #f5f5f5;
}
div.small_hospit_wrap {
  display: none !important;
}
.after_text > .d_st {
  border-top: 1px solid #e9e9e9;
}
.after_text > .d_st p {
  font-size: 14px;
  line-height: 20px;
  color: #333740;
}
.res_lu > .rf_small > p {
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
}
/* Reduced size of container */

@media (min-width: 1200px) {
  div.container {
    max-width: 1050px;
  }
}

/* Bootstrap classic breakpoint */

@media (max-width: 1199.98px) {
  #up_button {
    left: 100%;
    top: auto;
    bottom: 10%;
    margin-left: 25px;
  }
  .drow_1 > a {
    font-size: 15px;
    line-height: 20px;
  }
  .column_one > h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .employees_block > h2,
  .spouse_block > h2,
  .children_block > h2,
  .hospitalization_block > h2,
  .patient_block > h2,
  .dental_block > h2,
  .term_block > h2,
  .business_block > h2,
  .prem_hops_block > h2,
  .prem_hops2_block > h2 {
    font-size: 15px;
  }
  .stand_text {
    font-size: 15px;
  }
  .staff_ > h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .prem_hops_block > a,
  .prem_hops2_block > a,
  .classification_ > a,
  .d_modal > a,
  .d_modal > input {
    font-size: 13px;
  }
  .reimburse_block > .drop_mod > input,
  .travel_cov_block > .drop_mod > input,
  .prem_hops_block > .drop_mod > input,
  .prem_hops2_block > .drop_mod > input {
    font-size: 13px;
  }
  .wrap_of_count > input {
    font-size: 13px;
  }
  .after_result {
    margin-bottom: 129px;
  }
  div.column_two,
  div.column_three,
  div.column_fourth {
    min-width: 174px;
    max-width: 174px;
  }
  .grey_space > h2 {
    font-size: 15px;
    line-height: 20px;
  }
}

/* Bootstrap classic breakpoint */

@media (max-width: 991.98px) {
  .drow_1 > a {
    font-size: 13px;
    line-height: 16px;
  }
  .main_res_lu > h2 {
    line-height: 20px;
    font-size: 14px;
  }
  .res_lu > p {
    font-size: 14px;
    line-height: 20px;
  }
  .long_hospit_d .right_hospit > div {
    max-width: 80px;
  }
  .long_hospit_d div.right_hospit {
    max-width: 260px;
  }
  .long_hospit_d div.left_hospit {
    max-width: 450px;
  }
  div.head_bf.wrap_bf > h2 {
    flex-wrap: wrap;
  }
  .modalWD1 .modal-dialog,
  .modalWD2 .modal-dialog,
  .modalWD3 .modal-dialog,
  .modalWD4 .modal-dialog,
  .modalWD5 .modal-dialog {
    max-width: 740px;
    min-width: 740px;
  }
  .modalWD3 div.left_hospit {
    max-width: 450px;
  }
  .dchar_elem > p {
    font-size: 14px;
    line-height: 18px;
  }
  .dchar_elem > h6 {
    font-size: 13px;
    min-width: 100px;
    max-width: 100px;
  }
  .right_hospit > div {
    max-width: 75px;
  }
  div.right_hospit {
    max-width: 340px;
  }
  .dchar_elem > span {
    max-width: 25px;
  }
  div.left_hospit {
    max-width: 350px;
  }
  .column_one > h2 {
    font-size: 18px;
    line-height: 22px;
  }
  div.column_one {
    max-width: 150px;
  }
  .staff_ > h3 {
    font-size: 13px;
    line-height: 16px;
  }
  .stand_text {
    font-size: 13px;
    line-height: 16px;
  }
  .grey_space > h2 {
    font-size: 13px;
    line-height: 16px;
  }
  .employees_block > h2,
  .spouse_block > h2,
  .children_block > h2,
  .hospitalization_block > h2,
  .patient_block > h2,
  .dental_block > h2,
  .term_block > h2,
  .business_block > h2,
  .prem_hops_block > h2,
  .prem_hops2_block > h2 {
    font-size: 13px;
    line-height: 16px;
  }
  .date_inp_inner input {
    font-size: 17px;
  }
  .reimburse_block > h2,
  .travel_cov_block > h2,
  .business_count_block > h2,
  .cover_leis_block > h2 {
    font-size: 13px;
  }
  .staff_ > img {
    width: 10px;
    top: 5px;
    right: 5px;
  }
  div.column_two,
  div.column_three,
  div.column_fourth {
    min-width: 135px;
    max-width: 135px;
  }
  .inside_header > h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .cont_new_elem > p {
    font-size: 16px;
    line-height: 25px;
  }
  .average_elem .cont_new_elem > p {
    font-size: 14px;
    line-height: 20px;
  }
  .date_inp_inner > input {
    max-width: 320px;
    width: 100%;
  }
  .date_input > p {
    font-size: 14px;
    line-height: 20px;
  }
  .both_checkbox_elems [type="radio"]:checked + label,
  .both_checkbox_elems [type="radio"]:not(:checked) + label {
    height: 40px;
  }
  .right_hospit .wd_el,
  .dchar_elem {
    min-height: 56px;
  }
}

.bottom_small_wd {
  display: none !important;
}
.notes_head > h2 {
  color: #333740;
  font-size: 20px;
  line-height: 28px;
}
.notes_content > p {
  color: #333740;
  font-size: 16px;
  line-height: 24px;
}
.notes_button > a {
  width: 100px;
  height: 40px;
  background-color: #201b46;
  font-size: 16px;
  color: #fff;
  transition: 0.4s ease all;
}
.notes_button > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.export_head > h2 {
  color: #333740;
  font-size: 20px;
  line-height: 28px;
}
.export_content > p {
  color: #333740;
  font-size: 16px;
  line-height: 24px;
}
.export_details > h2 {
  font-size: 16px;
  line-height: 24px;
  color: #333740;
}
.export_details > p {
  color: #06748c;
  font-size: 16px;
  line-height: 24px;
}
.back_export:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
}
.back_export {
  transition: 0.4s ease all;
  font-size: 14px;
  line-height: 20px;
  color: #333740;
}
.down-exp > a {
  width: 180px;
  height: 40px;
  background-color: #201b46;
  font-weight: 500;
  color: #fff;
  transition: 0.4s ease all;
}
.down-exp > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.el_form > p {
  width: 100%;
  font-size: 14px;
  color: #a7a8ac;
}
.contact_head > h2 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333740;
}
.first_contact > h2,
.sec_contact > h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #333740;
}
.right-subm-el > .skip_button {
  transition: 0.4s ease all;
  width: 100px;
  height: 40px;
  background-color: transparent;
  color: #000;
  border: 1px solid #201b46;
  transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.right-subm-el > .skip_button:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
}
.right-subm-el > .next_button:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
/*.subm_el_form {
    position: fixed;
    bottom:10px;
    right:10px;
}*/
.subm_el_form > .skip_button {
  transition: 0.4s ease all;
  width: 100px;
  height: 40px;
  background-color: transparent;
  color: #000;
  border: 1px solid #201b46;
  transition: 0.4s ease all;
}
.subm_el_form > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.left-subm-el > a {
  transition: 0.4s ease all;
  font-size: 14px;
  line-height: 20px;
  color: #333740;
}
.left-subm-el > a:hover {
  opacity: 0.7;
  color: #333740;
  text-decoration: none;
}
.right-subm-el > .next_button {
  width: 100px;
  height: 40px;
  background-color: #201b46;
  color: #fff;
  font-weight: 500;
  transition: 0.4s ease all;
}
.subm_el_form > .next_button {
  width: 100px;
  height: 40px;
  background-color: #201b46;
  color: #fff;
  font-weight: 500;
  transition: 0.4s ease all;
}
.el_form > input {
  height: 40px;
  border: 1px solid #d5d6d8;
  color: #000;
  width: 100%;
}
.contact_head > h2 span {
  font-weight: 400;
}

/* Bootstrap classic breakpoint */

@media (max-width: 767.98px) {
  #up_button {
    display: none;
  }
  .subm_el_form {
    margin-top: 10px;
  }
  .d_hosp_block {
    min-height: 80px;
    max-height: 80px;
  }
  .one_of_two .after_date_inp {
    bottom: -3px;
    left: auto;
  }
  .d_hosp_block > div {
    min-height: 80px;
    max-height: 80px;
  }
  div.hospitalization_block .after_date_inp {
    bottom: 0px;
  }
  .classification_ .after_date_inp {
    bottom: 0px;
  }
  .block_with_errors > div p {
    font-size: 13px;
  }
  .small_block_d1 .lf_small button {
    padding-right: 0px !important;
  }
  .res_lu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
  div.reimburse_block > .drop_mod .drop_mod_des,
  .drop_block > .drop_mod_des {
    min-width: 205px;
  }
  .fsonsmall .modal-content {
    border-radius: 0px;
  }
  .contactInfoModal .modal-dialog {
    height: 100vh !important;
    overflow-y: auto !important;
  }
  .fsonsmall .close_di {
    display: none;
  }
  .fsonsmall {
    overflow-y: hidden !important;
  }
  .fsonsmall .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin-top: 0px;
    overflow-y: hidden !important;
  }
  .fsonsmall .modal-content {
    border: 0px !important;
    padding-top: 75px;
    height: 100vh !important;
    overflow-y: auto;
  }
  .tooltip-inner {
    max-width: 250px !important;
  }

  .design_small_block > h2 {
    font-size: 30px;
  }
  .half_text > .lf_small > p {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    color: #8a8a9e;
  }
  .h_eight {
    min-height: 80px;
  }
  .h_eight > div {
    padding-bottom: 16px;
  }
  .grey_space + div {
    border-top: 0px;
  }
  .elem_design_small .small_block_d1 {
    border-top: 1px solid rgba(51, 55, 64, 0.05);
  }
  .prem_hops_block > a,
  .prem_hops_block > div {
    max-width: 140px;
  }
  .cover_leis_block.rf_small > p {
    top: -8px;
  }
  .small_block_d1 {
    width: 100%;
    background-color: #fff;
    border-left: 1px solid rgba(51, 55, 64, 0.05);
    border-right: 1px solid rgba(51, 55, 64, 0.05) l;
  }
  .lf_small > p {
    font-size: 14px;
    color: #000;
  }
  .grey_space p {
    font-size: 16px;
  }
  .rf_small > div {
    max-width: 140px;
  }
  .rf_small > .choose_one {
    color: #fff;
    width: 140px;
    height: 40px;
    background-color: #157389;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .lf_small button {
    outline: none;
    background: none;
    border: 0px;
  }
  .grey_space button {
    outline: none;
    background: none;
    border: 0px;
  }
  .small_block_d1 > div:nth-child(1) {
    border-right: 1px solid rgba(51, 55, 64, 0.05);
  }
  .head_sml {
    min-height: 48px;
    background-color: #201b46;
  }
  .hsix {
    height: 60px;
  }
  .head_sml > h2 {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .pers_acc > p {
    max-width: 45px;
    min-width: 45px;
  }
  .pers_acc > h6 {
    font-weight: 400;
    font-size: 15px;
  }
  .small_wd1 > .sma-l > p {
    font-size: 15px;
    color: #201b46;
  }
  .small_wd1 > .sma-r > h6 {
    font-size: 15px;
    color: #201b46;
  }
  .small_wd2 > .sma-l > a {
    width: 140px;
    height: 40px;
    background-color: #cecdd8;
    color: #201b46;
    font-weight: bold;
    font-size: 16px;
    transition: 0.4s ease all;
  }
  .small_wd2 > .sma-r > a {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    background-color: #201b46;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: 0.4s ease all;
  }
  .small_wd1 > .sma-r > h6 > span {
    color: #157186;
    font-size: 14px;
  }
  .modal-open .modal.fscreen {
    overflow-y: hidden;
  }

  .modal.show.fscreen .bottom_small_wd {
    display: block !important;
    position: fixed;
    height: 100px;
    border-top: 1px solid #c8c9ce;
    background-color: #efeef2;
    bottom: 0px;
    width: 100%;
    left: 0px;
  }
  .modal .fullscreen_modal .modal-content {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  div.small_hospit_wrap {
    display: flex !important;
  }
  .modal .fullscreen_modal {
    margin: 0px;
  }
  .modal .fullscreen_modal .modal-content {
    border: 0px;
    border-radius: 0px;
    height: 100vh;
  }
  .head_bf > h2 {
    font-size: 16px;
  }
  .fullscreen_modal.modal-dialog {
    min-width: 0px !important;
    max-width: none !important;
  }
  div.hospit_wrap,
  div.bottom_wd {
    display: none !important;
  }
  /*div.design_block_main {
        display: none!important;
    }*/
  .calculatorModal .modal-dialog {
    width: 95%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .after_result {
    margin-bottom: 129px;
  }
  .inner_after_result > .left_resul {
    border-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .inner_after_result > .right_resul {
    border-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .content_dhosp {
    display: none;
  }
  .elem_small_hospit.active_hospit {
    background-color: #fff !important;
    border: 1px solid #157389;
  }
  .head_dhosp > img {
    transition: 0.5s ease all;
  }
  .active_hospit .head_dhosp {
    background-color: #fff;
  }
  .active_hospit .blcircle > img {
    display: block;
  }
  .active_hospit .head_dhosp > img {
    transform: rotate(-90deg);
  }
  .notes_button,
  .imore_button {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}

/* Bootstrap classic breakpoint */

@media (max-width: 575.98px) {
  .contact_head > h2 {
    font-size: 18px;
  }
  .first_contact > h2,
  .sec_contact > h2 {
    font-size: 16px;
  }
  div.two_el_form {
    flex-direction: column !important;
  }
  .two_el_form > div:nth-child(1) {
    margin-bottom: 1rem !important;
  }
  .el_form {
    min-width: 260px;
  }
  div.two_el_form > div {
    margin-left: 0px;
  }
  .export_head > h2 {
    font-size: 18px;
  }
  .export_content > p {
    font-size: 15px;
    line-height: 22px;
  }
  .down-exp > a {
    font-size: 14px;
  }
  .export_details > p {
    font-size: 15px;
    line-height: 22px;
  }
  .notes_head > h2 {
    font-size: 18px;
  }
  .notes_content > p {
    font-size: 14px;
    line-height: 20px;
  }
  .design_small_block > h2 {
    font-size: 24px;
  }
  .pre_quot > h2 {
    font-size: 20px;
  }
  .dmore_h2 img {
    width: 28px;
  }
  .dmore_h2 + p br {
    display: none;
  }
  .dmore_h2 > h2 {
    font-size: 16px;
  }
  .imore_contact > p {
    font-size: 15px;
    line-height: 22px;
  }
  .imore_cont > p {
    font-size: 15px;
    line-height: 19px;
  }
  .imore_contact > h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .head_bf.wrap_bf > h2 {
    position: relative;
    padding-left: 35px;
    line-height: 20px;
  }
  .head_bf.wrap_bf > h2 > span:nth-child(1) {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .head_bf.wrap_bf > h2 span {
    margin: 0px !important;
  }
  .head_bf h2 img {
    width: 28px;
  }
  .after_txt1 > p,
  .after_txt2 > p {
    font-size: 13px;
  }
  .rhos {
    min-width: 170px;
    max-width: 170px;
  }
  .lhos > span {
    min-width: 25px;
    max-width: 25px;
  }
  .head_bf > h2 {
    font-size: 15px;
  }
  .av_calc a {
    font-size: 13px;
  }
  .elem_quote_way h2 {
    font-size: 17px;
  }
  .right_resul .elem_rs .bigger_then_other {
    font-size: 16px;
  }
  .right_resul .elem_rs p,
  .left_resul .elem_rs p {
    font-size: 14px;
  }
  .right_resul .elem_rs span,
  .left_resul .elem_rs span {
    font-size: 14px;
  }
  .two_ways_quote > p {
    font-size: 15px;
  }
  div.inner_quote_way {
    padding: 0px;
  }
  div.elem_quote_way {
    max-width: 250px;
    width: 100%;
  }
  .inside_header > h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .cont_new_elem > p {
    font-size: 14px;
    line-height: 22px;
  }
  .date_inp_inner input {
    font-size: 20px;
  }
  .easy_care {
    font-size: 20px;
  }
  .header_tip_content h2 {
    font-size: 18px;
  }
  .header_tip_content p {
    font-size: 14px;
    line-height: 22px;
  }
  .head_dmore > h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .more_info_container ul li p {
    font-size: 14px;
    line-height: 19px;
  }
  .dwnlbutton,
  .exbutton {
    font-size: 14px;
  }
  .lhos > p {
    font-size: 13px;
    line-height: 17px;
    max-width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rhos > p {
    font-size: 13px;
    line-height: 17px;
    min-width: 100px;
  }
  .head_bf > h2 {
    flex-wrap: wrap;
  }
}
/* Ultra small devices */
@media (max-width: 380px) {
  .contact_head > h2 {
    font-size: 17px;
  }
  .grey_space p {
    font-size: 15px;
  }
  .prem_hops_block > a,
  .prem_hops2_block > a,
  .classification_ > a,
  .d_modal > a,
  .d_modal > input {
    font-size: 12px;
  }
  .small_block_d1 > .lf_small {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pers_acc > p {
    max-width: 40px;
    min-width: 40px;
    display: none;
  }
  .pers_acc > h6 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .small_wd1 > .sma-r > h6,
  .small_wd1 > .sma-l > p {
    font-size: 13px;
  }
  .small_wd1 > .sma-r > h6 > span {
    font-size: 13px;
  }
  .dhosp_el {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    text-align: center;
  }
  .lhos > span {
    position: absolute;
    left: -17px;
    top: 0px;
  }
  .rhos > span {
    min-width: 0px;
  }
  div.rhos {
    margin-top: 10px;
    justify-content: center !important;
    align-items: center;
  }
  .rhos > p {
    min-width: auto;
  }
}

.business_count_block > .after_date_inp {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0px;
  text-align: center;
  z-index: 100;
}

.business_count_block > .after_date_inp p {
  line-height: 16px;
}

@media (max-width: 991px) {
  .business_count_block {
    padding-bottom: 16px;
  }
  .business_count_block > .after_date_inp {
    bottom: -18px;
  }
}
@media (max-width: 767px) {
  .block_with_errors > div {
    padding-right: 25px !important;
  }
  .smll_bsn {
    min-height: 80px;
    padding-bottom: 16px;
  }
  .smll_bsn .after_date_inp {
    text-align: center;
  }
  .smll_bsn .after_date_inp p {
    line-height: 16px;
  }
}

.calculator_block {
  position: relative;
}
.calculator_block .after_date_inp {
  top: 82px;
  height: 20px;
}
@media (max-width: 400px) {
  .calculator_block .after_date_inp span {
    font-size: 11px;
  }
}

/* 14.04 */
.header_selects::-ms-expand {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body{
    padding-bottom:240px;
  }
  .modalWD2 div.left_hospit {
    max-width: 425px;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  .modal-body {
    display: flex;
  }
  .modal-body > div {
    display: flex;
  }
  .header_selects {
    background: url("../img/smllarr.svg");
    background-repeat: no-repeat;
    background-size: 25px 500px;
    background-position: 95% center;
    background-color: #f4c739;
  }
  .pre_quot > h2 {
    margin-bottom: 50px !important;
  }
  .left_resul,
  .right_resul {
    min-height: 250px !important;
  }
  .after_result {
    margin-bottom: 129px;
  }
  .elem_quote_way p {
    width: 250px;
  }
  .two_ways_quote {
    padding-top: 10px;
    padding-bottom: 55px;
  }
  .two_ways_quote > p {
    margin-bottom: 90px !important;
  }
  .elem_calc {
    max-height: 36px;
    height: 36px;
    min-height: 36px;
    background-color: #fff;
  }
  .modalWD1 .head_bf,
  .modalWD5 .head_bf {
    max-height: 40px;
  }
  .modalWD1 .dchar_elem,
  #modalWD2 .dchar_elem,
  .modalWD3 .dchar_elem,
  .modalWD4 .dchar_elem,
  .modalWD5 .dchar_elem {
    height: 48px;
  }
  .modalWD2 .head_bf,
  .modalWD3 .head_bf,
  .modalWD4 .head_bf {
    max-height: 40px;
  }
  .modalWD4 .hospit_wrap {
    min-height: 210px;
    background-color: #fff;
  }
  .modalWD5 .bottom_wd {
    margin-top: 0px;
  }
  .modalWD5 .hospit_wrap {
    min-height: 534px;
  }
  .contactInfoModal .modal-body {
    min-height: 480px;
  }
  .contactInfoModal .el_form > span {
    bottom: 20px;
    left: 0px;
  }

  .exportModal .modal-body {
    min-height: 330px;
  }
  .modalWD3 .hospit_wrap {
    min-height: 395px;
    background-color: #fff;
  }
  .after_inn {
    max-height: 40px;
  }
  .inner_calculator {
    padding-bottom: 20px;
  }
  .after_inn,
  .clear_a,
  .b_part {
    margin: 0px !important;
    width: 358px !important;
    min-width: 358px;
  }
  div.after_inn {
    margin-bottom: 0px !important;
  }

  .calculator_block > * {
    background-color: #fff;
  }
  .clear_a {
    max-height: 20px;
  }
  .calculator_block > p {
    margin-bottom: 35px !important;
  }
  .b_part {
    max-height: 60px;
  }
  .modalWD2 .hospit_wrap {
    min-height: 405px;
    background-color: #fff;
  }
  .modalWD1 .hospit_wrap {
    min-height: 395px;
    background-color: #fff;
  }
  @media (max-width: 1400px) {
    .pre_quot > h2 {
      margin-bottom: 40px !important;
    }
  }
  .employees_block,
  .spouse_block {
    height: 64px;
  }
  .hospitalization_block .after_date_inp {
    left: 0px;
  }
  .elem_error {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 44px;
  }
  .elem_error > img:nth-child(3) {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 98%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .classification_ > .after_date_inp {
    left: 0px;
  }
  .inner_calculator {
    min-height: 0px;
  }
}
@media all and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .left_resul {
    max-height: 260px !important;
  }
  .right_resul {
    max-height: 250px !important;
  }

  .two_ways_quote > p {
    margin-bottom: 30px !important;
  }
  .elem_quote_way {
    min-height: 150px !important;
  }
  .center_info_input {
    min-height: 480px;
  }
  .head_sml > h2 {
    padding-top: 12px;
  }
}
input::-ms-clear {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.full_width_dchar > p {
  max-width: 100% !important;
  position: relative;
  left: -3px;
}
div.hospit_with_paddings::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
div.hospit_with_paddings::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
div.hospit_with_paddings::-webkit-scrollbar-thumb {
  background: #d6d7d9;
  border-radius: 5px;
}

/* Handle on hover */
div.hospit_with_paddings::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.pers_acc h6 {
  color: #06748c;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
}
div.hospit_with_paddings {
  max-height: 615px;
  overflow-y: scroll;
  padding-bottom: 30px !important;
}
div.hospit_with_paddings .right_hospit > div {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.flex_text {
  display: flex;
  align-items: flex-start;
}
.flex_text span {
  margin-right: 10px;
}
.after_txt_note {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333740;
}
.left_wd .check_wd.active_wed_el {
  background-color: #fff;
  border: 1px solid #06748c;
}
.not_covered_full{
  display:inline-flex!important;
  margin-right:5px;
}

.not_covered > .active_wed_el img {
    display: block;
}
.not_covered div{
  cursor: pointer;
}
.left_wd .check_wd [type="checkbox"]:not(:checked) + label:after,
.left_wd .check_wd [type="checkbox"]:checked + label:after {
  width: 16px;
  content: "✔";
  height: 16px;
  top: 1px;
  left: 1px;
  background-color: #09ad7e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding-top: 2px;
}

.after_txt_note > p {
  display: flex;
  align-items: flex-start;
}
.after_txt_note > p > span:nth-child(1) {
  margin-right: 10px;
}
.after_txt_note > p > span:nth-child(2) span {
  font-weight: bold;
}
.left_hospit > h2 {
  padding-left: 35px;
}
.modalWD3 .left_hospit,
#modalWD3 .left_hospit {
  max-width: none;
}
.float_head {
  position: relative;
}
.float_head > h5 {
  position: relative;
  bottom: 0px;
  left: 40px;
  color: #333740;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.float_head > h2 {
  position: relative;
}
.float_head > h2 img {
  position: relative;
  top: 10px;
}
.colored_hospit > .left_hospit .dchar_elem p {
  position: relative;
  left: -5px;
}
.colored_hospit > .left_hospit > h6 {
  color: #06748c;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 35px;
}
.right_hospit .wd_el p {
  text-align: center;
}
.right_hospit .wd_el.bigger_then_ {
  height: 55px;
}
.colored_hospit > .left_hospit > .wrap_hospit_dchar h6 {
  height: 55px;
  padding-left: 35px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: flex-end;
  color: #06748c;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}
.modalWD5 div.hospit_with_paddings {
  max-height: 500px;
  min-height: 534px;
}
@media (max-width: 991px) {
  .left_hospit > h2 {
    padding-left: 25px;
  }
  div.hospit_with_paddings {
    max-height: 400px;
  }
  .right_hospit .wd_el,
  .dchar_elem {
    min-height: 60px;
  }
}
.modalWD2 div.left_hospit {
  max-width: 350px;
}
.modalWD2 div.right_hospit {
  max-width: 320px;
}
@media (max-width: 767px) {
  .float_head > h5 {
    font-size: 14px;
    bottom: 5px;
  }
  .after_txt_note {
    font-size: 13px;
  }
  .small_hospit_wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
  .small_hospit_wrap > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .float_head > h5 {
    left: 35px;
  }
}
@media (max-width: 340px) {
  .head_bf > h2 {
    font-size: 14px;
  }
}

#currency_select {
  display: none !important;
}
#language_select {
  /* display: none !important; */
}
a.settings_button {
  display: none !important;
}

.extra_height_150{
  min-height: 150px !important;
}

.hide_bta{
  display: none !important;
}

.footer_links{
  background-color: #1a1446;
  color: #fff;
  padding: 12px 0px 10px;
  margin-top: 20px;
}
.main-list {
  margin-bottom: 5px;
}
.footer_links .footer-right ul li a {
  color: #fff;
  padding-right: 9px;
}
.footer_links .footer-right ul li {
  padding-right: 9px;
}
.export_loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 30%);
  z-index: 999;
}
.calculatorModal .modal.show .modal-dialog {
  margin-top: 0px !important;
}