html {
    height: 100%;
}

body {
  min-height: 100%;
  background-image: url("../img/main_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
  }

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 225px;
  z-index: 1000;
  border: solid 1px #f4f4f4;
  padding: 5px 0;
}

.dropdown-content a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #545454;

  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.dropdown-content a:hover {
  color: #ffc043;
}

.dropdown i {
  display: none;
}

.no_insurances_message {
  padding: 100px 50px;
  text-align: center;
  font-size: 1.6em;
}
  
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-content {display: block;}
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 15px;
    text-align: center;
    align-items: center;
    justify-content: center !important;
    position: relative;
  }

  .top_header {
    text-align: left;
  }

  .navbar > .container {
    line-height: 101px;
  }

  .navbar-toggler{
    position: absolute;
    left: 15px;
    top: 40px;
  }

  .navbar-nav {
    padding: 0 20px;
  }

  .nav-item {
    padding: 10px 0;
    line-height: 26px !important;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
  }

  .nav-item a {
    line-height: 26px !important;
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important;
  }

  .nav-item:last-child {
    border-bottom-width: 0;
  }

  .dropdown-content {
    position: relative;
    border-width: 0;
    padding: 0 0 0 30px;
  }

  .dropdown-content a {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 !important;
    text-transform: none;
    color: #a3a3a3;
  }

  .dropdown i {
    float: right;
    margin-top: 5px;
  }
  
  .dropdown i.fa-angle-right {
    display: block;
  }

  .dropdown a:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  #insurances_container {
    margin: 0 -15px;
  }

  .top_header {
    margin: 0 -15px;
  }
}

.cover_group_toggle {
  cursor: pointer;
}

.close_button {
   padding: 10px;
   cursor: pointer;
}

.width1 {
  width: 1170px !important;
  max-width: 234px !important;
  min-width: 234px !important;
}

.width2 {
  width: 468px !important;
  max-width: 468px !important;
  min-width: 468px !important;
}

.width4 {
  width: 936px !important;
  max-width: 936px !important;
  min-width: 936px !important;
}

.width5 {
  width: 234px !important;
  max-width: 234px !important;
  min-width: 234px !important;
}

.insurance_list {
  word-wrap: break-word;
}

.remove_cover,
.add_cover {
  cursor: pointer;
}

.table-sm td,
.table-sm th {
 padding-left: 35px;
 padding-right: 35px;
}

.toggle_coinsurance {
  cursor: pointer;
  vertical-align: top !important;
}

.coinsurance_col {
  vertical-align: top !important;
  padding-left: 15px;
  padding-right: 15px;
}

.coinsurance_cost {
  padding: 10px;
}

.coinsurance_container {
  display: none;
  width: 100%;
  background-color: white;
}

.coinsurance_row {
   display: block;
   width: 100%;
   overflow: auto;
   font-weight: normal;
   padding: 8px 15px;
   cursor: pointer;
}

.coinsurance_row:hover {
  background-color: #f9fafc;
}

.toggle_breakdown {
  cursor: pointer;
  vertical-align: top !important;
}

.breakdown_col{
  vertical-align: top !important;
  padding-left: 15px;
  padding-right: 15px;
}

.breakdown_container{
  display: none;
  width: 100%;
  padding-top: 25px;
}

.breakdown_row{
   display: block;
   width: 100%;
   overflow: auto;
   font-weight: normal;
   padding: 8px 15px;
 }


 table.insurance_list tr {
   transform-style : preserve-3d
 }

 .col-step_01 img.inactive,
 .col-step_01a img.active {
   display: block;
 }

 .col-step_01 img.active,
 .col-step_01a img.inactive {
   display: none;
 }

.col-step_01:hover span {
  color: #212529;
}

.col-step_01a span {
  color: #379df1;
}


.multiple .col-step_01     ,
.multiple .col-step_01a {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 30px;
}

.field, .actions {
  overflow: auto;
}

.change_data {
  cursor: pointer;
}

.user_check {
    position: relative;
    width: 16px;
    height: 12px;
    margin-top: 4px;
    margin-left: -25px;
    margin-right: 8px;
}


.other_ins {
  cursor: pointer;
  line-height: 14px;
  padding: 3px 10px;
}

.other_ins:hover {
  background-color: #e3e4e5;
}

.inactive .check_quote {
  background-image: url(../img/check_gray.svg) !important;
  display: inline-block;
  content: "";
}

.check_quote {
  background-image: url(../img/check.svg) !important;
  display: inline-block;
  content: "";
}

.info_container .content {
  overflow-y: auto;
}

.step_01_container {
  /*margin-bottom: 40px;*/
}

.arrows {
   width: 22px;
   height: 22px;
   border-color: #e3e4e5;
   position: absolute;
   top: 75px;
   margin-top: -31px;
 }

.prev {
   border-bottom: 2px solid #999;
   border-left: 2px solid #999;
   transform: rotate(45deg);
   left: 0;
   position: absolute;
   margin-left: 30px;
   cursor: pointer;
 }

.next {
   border-bottom: 2px solid #999;
   border-left: 2px solid #999;
   transform: rotate(-135deg);
   right: 0;
   position: absolute;
   margin-right: 30px;
   cursor: pointer;
 }

 #insurances_container {
   overflow-x: hidden;
   background-color: #fff;
 }

 .insurance_list td {
   background-color: #fff;
 }

 .top_header {
   line-height: 50px;
   padding: 0;
   padding-left: 30px;
 }

 .top_header_title {
   padding: 0;
   margin-right: 20px;
 }

 .top_header_title_small {
  display: none;
 }

 .change_data_icon {
     width: 31px;
     height: 27px;
     background: url(../img/change_data.svg);
     border: 0px;
     margin-left: 5px;
     display: inline-block;
 }

 .button_calculate {
   width: 100%;
 }

.form_label_calculate{
  color: #303030;
}

p.calculate_text {
  color: #303030;
}

.button_02 {
  cursor: pointer;
}

.possible_costs {
  display: none;
}

.total_treatments {
  color: #000;
}

.button_03 {
  width: 100%;
  cursor: pointer;
}

.info_container {
  padding: 0;
  position: fixed;
  z-index: 1100;
}

.overlay {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  background-color: rgba(80,80,80,0.5);
}

.fix {
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  z-index: 200;
  position: relative;
}

.move {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  z-index: 100;
  left: 0;
  position: relative;
}

.clickable {
  cursor: pointer;
}
/*
.company_img {
  cursor: pointer;
}*/

.company_name {
  /*cursor: pointer;*/
  border-radius: 10px;
  padding: 8px 0;
  display: block;
  vertical-align: middle;
  background-image: linear-gradient(to right, #379df1 0%, #29d2e3 100%);
  color: #fff;
  width: 150px;
}

.content_info {
  max-height: 10000px;
}

.insurance_info {
  max-height: 10000px;
}

.step_01_container{
  padding: 0;
  padding-bottom: 10px;
}

.insurance_list tr {
  transform-style: preserve-3d;
}

.btn-plus {
    font-size: 17px;
    color: white;
    box-shadow: 0 0 20px #eee;
    background-size: 200% auto;
    border-radius: 10px;
    transition: 0.5s;
    background-image: linear-gradient(to right, #379df1 0%, #29d2e3 51%, #379df1 100%);
    margin: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 36px;
}

.field label{
  width: 33% !important;
}

.field input,
.form-control {
  width: 67% !important;
}

.step_01_container .form-control {
  width: 100% !important;
}

.step_01_container .person1 {
  height: 97px;
  width: 34px;
}

.step_01_container .person2 {
  height: 97px;
  width: 66px;
}

.step_01_container .person3 {
  height: 97px;
  width: 89px;
}

.step_01_container .container {
  padding-bottom: 40px;
}

.cd-breadcrumb li.current {
  cursor: default;
}

.step_03_name {
    display: block;
    text-align: center;
    font-size: 1.0rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-top: 15px;
    line-height: 17px;
    margin-bottom: 0px;
}

element.style {
    height: 45px;
}

.insurance_list_small {
  display: none;
}

.insurance_list {
  display: block;
}

i.yes {
  background-image: url(../img/yes.svg);
  display: inline-block;
  content: "";
}

i.no {
  background-image: url(../img/no.svg);
  display: inline-block;
  content: "";
}

i.user_check {
  background-image: url(../img/usercheck.png);
  display: inline-block;
  content: "";
}

i.check {
  background-image: url(../img/check.svg);
  display: inline-block;
  content: "";
}

i.user_check_gray {
  background-image: url(../img/usercheck_gray.png);
  display: inline-block;
  content: "";
}

.cover_groups_list .col-sm {
  padding-left: 5px;
  padding-right: 5px;
}

.insurance_table_01 td, .insurance_table_01 th {
  vertical-align: top;
}

.login_container .form-control {
  width: 60% !important;
}

.user_menu a {
  cursor: pointer;
}

.user_menu a:hover {
  color: #ffc043;
}

.hidden {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .lang_EN .cd-breadcrumb.triangle li> * {
    padding: 1em 5.1em !important;
  }

  .lang_DE .cd-breadcrumb.triangle li> * {
    padding: 1em 3.7em !important;
  }

  .cd-breadcrumb, .cd-multi-steps {
    background-color: #9178ff !important;
    border-radius: 0 !important;
  }

  ol.cd-breadcrumb[step="3"] {
    background-image: linear-gradient(to right, #379df1 0%, #29d2e3 89%, #fff 90%, #fff 100%);
  }
  
}

@media only screen and (max-width: 999px) {
  ol.cd-breadcrumb {
    border-radius: 0;
  }

  ol.cd-breadcrumb li {
    display: none;
  }

  ol.cd-breadcrumb li.current {
    display: block;
  }
}

#performance_small {
  display: none
}

@media only screen and (max-width: 800px) {
  .top_header {
    height: 50px;
    padding: 0;
  }

  .top_header_title {
    width: 100%;
    padding-left: 40px;
    display: none;
  }

  .top_header_title_small {
    display: block;
    color: #fff;
    padding: 0;
    margin: 0 10px;
    line-height: 50px;
  }

  .top_header_button {
    float: right;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0);
  }

  .insurance_list {
    display: none;
  }

  .insurance_list_small {
    display: table;
  }

  #performance_small {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    overflow-y: scroll;
  }

  #performance_small .performance_small_header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
  }

  #performance_small i.collapse_open,
  #performance_small i.collapse_closed {
    margin-left: 0;
  }

  #performance_small table {
    margin-bottom: 10px;
  }
  
  #performance_small .close_button {
    margin-right: 20px;
    margin-top: 20px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: solid 1px rgba(150,150,150,0.3);
  }

  #performance_small .performance_title {
    text-align: center;
    background-color: #fff;
    padding: 20px;
  }

  #performance_small .company_name {
    margin: 20px auto 0 auto;
  }

  .breakdown_container{
    display: block;
    padding-top: 5px;
  }

  .insurance_list_small th,
  .insurance_list_small td {
    max-width: none !important;
    padding: 10px 15px;
    min-width: 0 !important;
  }

  .table th:first-child {
    padding-left: 15px;
  }

  .insurance_list_small .price {
    line-height: 45px;
    font-size: 1.4rem;
  }

  .insurance_row {
    cursor: pointer;
  }

  .breakdown_list_row,
  .coinsurance_list_row,
  .price_row {
    display: none;
  }

  .breakdown_col {
    padding: 0 !important;
      font-size: 0.9rem;
  }

  .coinsurance_container {
    display: block;
  }

  .coinsurance_cost {
    display: none;
  }

  .coinsurance_col {
    padding: 0 !important;
    font-size: 0.9rem;
  }

  .coinsurance_row i.check {
    margin-left: 0;
    background-image: url(../img/check_gray.svg);
  }

  .coinsurance_row.active i.check {
    margin-left: 0;
    background-image: url(../img/check.svg);
  }

  .button_03 {
    padding: 0.4rem 1.3rem;
  }
}

@media only screen and (max-width: 575px) {
  .person_row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
  }

  .no_insurances_message {
    padding: 30px 10px; font-size: 1.6em;
  }

  #insurances_container {
    overflow-x: unset;
  }
}

@media only screen and (max-width: 630px) {
  .step_01_container .person1 {
    height: 48px;
    width: 17px;
  }

  .step_01_container .person2 {
    height: 48px;
    width: 33px;
  }

  .step_01_container .person3 {
    height: 48px;
    width: 44px;
  }

  .step_01_container .step_01_name {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .step_01_container .container {
    padding-bottom: 15px;
  }

  .step_01_container h3 {
    margin-bottom: 15px;
  }

  .step_01_container .btn-next-step {
    padding: .475rem 1.3rem;
  }

  .step_01_container .dot {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .step_01_container .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .step_03_name {
    font-size: 1rem;
  }
}

.lang_flag {
  margin-right: 5px;
}

#navbarDropdown::after {
  display: none;
}

.navbar {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #f7f7f7;
}

div.content {
  box-shadow: 10px 10px 30px rgba(0,0,0,0.15);
}

ol.cd-breadcrumb {
  background-image: linear-gradient(to right, #379df1 0%, #29d2e3 100%);
  overflow: hidden;
}

ol.cd-breadcrumb li {
  background: transparent;
  background-image: none !important;
}

.insurance_list { 
  margin-bottom: 0;
}

.nav-link {
  font-size: 17px;
  font-weight: 400;
  color: rgb(163, 163, 163);
  webkit-font-smoothing: antialiased;
  white-space: nowrap;
}

.navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.navbar-light .navbar-toggler {
  color: #000;
  border-width: 0;
}

.end_btn{
  font-size: 1.2em;
  color: #fff;
  border-radius: 30px;
  line-height: 56px;
  height: 60px;
  padding: 0 20px;
  background-image: linear-gradient(to right, #379df1 0%, #29d2e3 100%);
  background-size: 200% auto;
  transition: 0.5s;
  margin: 15px 10px;
}

.end_btn:hover {
  background-position: right center; /* change the direction of the change here */
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-top: 5px;
  margin-left: -35px;
  margin-right: 20px;
  float: right;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #379df1; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }