@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: .4;
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: right;
    width: 100%;
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #337ab7;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.loading-dots--dot:nth-child(2) {
     animation-delay: .5s;
 }

.loading-dots--dot:nth-child(3) {
     animation-delay: 1s;
 }


/*!* preloader *!*/
/*.cssload-loader {*/
  /*position: relative;*/
  /*left: calc(50% - 31px);*/
  /*width: 100px;*/
  /*height: 100px;*/
  /*margin: 130px 0;*/
  /*-webkit-perspective: 780px;*/
          /*perspective: 780px;*/
/*}*/

/*.cssload-inner {*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*box-sizing: border-box;*/
  /*-o-box-sizing: border-box;*/
  /*-ms-box-sizing: border-box;*/
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*border-radius: 50%;*/
  /*-o-border-radius: 50%;*/
  /*-ms-border-radius: 50%;*/
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
/*}*/
/*.cssload-inner.cssload-one {*/
  /*left: 0%;*/
  /*top: 0%;*/
  /*animation: cssload-rotate-one 1.15s linear infinite;*/
  /*-o-animation: cssload-rotate-one 1.15s linear infinite;*/
  /*-ms-animation: cssload-rotate-one 1.15s linear infinite;*/
  /*-webkit-animation: cssload-rotate-one 1.15s linear infinite;*/
  /*-moz-animation: cssload-rotate-one 1.15s linear infinite;*/
  /*border-bottom: 3px solid #5C5EDC;*/
/*}*/
/*.cssload-inner.cssload-two {*/
  /*right: 0%;*/
  /*top: 0%;*/
  /*animation: cssload-rotate-two 1.15s linear infinite;*/
  /*-o-animation: cssload-rotate-two 1.15s linear infinite;*/
  /*-ms-animation: cssload-rotate-two 1.15s linear infinite;*/
  /*-webkit-animation: cssload-rotate-two 1.15s linear infinite;*/
  /*-moz-animation: cssload-rotate-two 1.15s linear infinite;*/
  /*border-right: 3px solid rgba(76, 70, 101, 0.99);*/
/*}*/
/*.cssload-inner.cssload-three {*/
  /*right: 0%;*/
  /*bottom: 0%;*/
  /*animation: cssload-rotate-three 1.15s linear infinite;*/
  /*-o-animation: cssload-rotate-three 1.15s linear infinite;*/
  /*-ms-animation: cssload-rotate-three 1.15s linear infinite;*/
  /*-webkit-animation: cssload-rotate-three 1.15s linear infinite;*/
  /*-moz-animation: cssload-rotate-three 1.15s linear infinite;*/
  /*border-top: 3px solid #e9908a;*/
/*}*/

/*@keyframes cssload-rotate-one {*/
  /*0% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
            /*transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
            /*transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
  /*}*/
/*}*/
/*@-webkit-keyframes cssload-rotate-one {*/
  /*0% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
  /*}*/
/*}*/
/*@keyframes cssload-rotate-two {*/
  /*0% {*/
    /*-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
            /*transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
            /*transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
  /*}*/
/*}*/
/*@-webkit-keyframes cssload-rotate-two {*/
  /*0% {*/
    /*-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
  /*}*/
/*}*/
/*@keyframes cssload-rotate-three {*/
  /*0% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
            /*transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
            /*transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
  /*}*/
/*}*/
/*@-webkit-keyframes cssload-rotate-three {*/
  /*0% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
  /*}*/
/*}*/


.modal-open .modal {
    opacity: 1;
    height: 100vh;
    background: #00000080;
}

.modal .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal-backdrop.show {
    opacity: 0;
    /* display: none; */
    z-index: 0;
}

a[data-target="#modal-benefit"]
{
   /* pointer-events: none; 
    cursor: not-allowed;
    filter: none;*/
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    /*opacity: 0;*/
}
pre.wp-block-preformatted {
    display: none !important;
}
body {
    margin-bottom: 20px;
}

@media screen and (max-width: 425px){
    body{
      /*  font-size: 80%;*/
    }
}
/* padding */

.p-b-10 {
    padding:15px 0;}

/* end padding*/

/* start color */

div#content-benefit {
    overflow-y: auto;
    max-height: 55vh;
}

.main-color > * {
    color: #777;
}
.form-group label {
    color: #999;
}

#myers-content button[type=submit] {
    padding: 10px 20px;
    transition: all .5s;
    font-size: 1.6rem;
    background: #337ab7;
}

#myers-content form .btn.disabled,
#myers-content form .btn[disabled],
#myers-content form fieldset[disabled] .btn {
    pointer-events: auto; 
    cursor: pointer;
    filter: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    opacity: .65;
}



#myers-content form:valid .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: auto; 
    cursor: pointer;
    filter: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    opacity: 1;
}

.main {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    min-height: 100%;
    opacity: 1;
    display: inline-block;
    width: 100%;
}


@media screen and (max-width: 425px){
    .main-color > * {
    /*    font-size: 1.1rem;
        line-height: 2;*/
    }    
}

select.disabled  {
    background-color: #e9ecef;
    opacity: 1;
    z-index:-1;
}

.disabled-wrap {
    position: relative;
    z-index: 2;
    height: max-content;
}
.disabled-wrap::after {
    background: #3330;
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 33;
    top: 0;
    left: 0;
}

    /* The container */
.label-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 25px 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.label-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /* margin-top: 2.5px; */
    height: 25px;
    width: 25px;
    /* background-color: #bbb; */
    box-shadow: 0 0 0 2px #c3d2d0;
}

/* On mouse-over, add a grey background color */
.label-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label-check input:checked ~ .checkmark {
  background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end color */

#myers-content {
    /*    box-shadow: 0 0 0 1px #ddd;
    border-top: 4px solid #cedbe1;
    border-radius: 3px;
    padding: 10px;
    margin-top: 40px;*/
    box-shadow: 0 0 0 1px #cedbe1;
    padding: 20px;
    border-top: 2px solid #cedbe1;
    border-radius: 3px;
    }

.nav-tabs {
    border-bottom: none;
    display: flex;
    width: auto;
    justify-content: center;
}

@media screen and (max-width: 425px) {
    .nav-tabs {
        border-bottom: none;
        display: flex;
        width: auto;
        justify-content: center;
        min-height: 100px;
        position: relative;
        margin-bottom: 25px;
    }
}

#nav-tab.nav-tabs .nav-item.show .nav-link, #nav-tab.nav-tabs .nav-link.active {
    color: unset;
    background-color: unset;
    border-color: transparent;
}

.nav-item {
    pointer-events: none; 
    cursor: not-allowed;
}

.nav-item.active {
    pointer-events: auto; 
    cursor: pointer;
}

@media screen and (max-width: 425px){
    #nav-tab.nav-tabs .nav-item.show .nav-link, #nav-tab.nav-tabs .nav-link.active {
        color: unset;
        background-color: unset;
        border-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: initial;
    }    
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

#nav-tab.nav-tabs .nav-link {
    padding: 0px;
    margin: 0;
    border: 0;
}

.nav-tabs > a {
    width: 19%;
}

.nav-tabs > a .round-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.nav-tabs > a .round-step span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e6e6e6;
    width: 50px;
    height: 50px;
    position: relative;
    color: #333;
    font-size: 1.5em;
    box-shadow: 0 0 0 1px #979797;
    margin: 10px auto;
    font-weight: bold;
    z-index: 3;
}

#nav-tabContent > .fade.active {
    opacity: 1;
    display: block;
}

@media screen and (max-width: 425px) {

    .nav-tabs > a {
        width: 25%;
    }

    .nav-tabs > a .round-step span {
        width:37px;
        height: 40px;
    }
}

.nav-tabs > a.complete .round-step span {
    background: #007bff;
    color: #fff;
    box-shadow: 0 0 0 1px #007bff;
}

.nav-tabs > a.active .round-step span {
    background: #90a6b9;
    color: #fff;
}

.nav-tabs > a .round-step::after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    height:5px;
    background: #e6e6e6;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    z-index: 2;
}

.nav-tabs > a.active .round-step::after,
.nav-tabs > a.complete .round-step::after{
    background: #007bff;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
}

.nav-tabs > a:first-child .round-step::after {
    width: 50%;
    right: 0;
}

.nav-tabs > a:last-child .round-step::after {
    width: 50%;
    left: 0;
}

.nav-step-1 h3 {
    font-size: 1.3rem;
    text-align: center;
    color: #333;
}

.nav-step-1 p {
    font-size: 0.95rem;
    color: #777;
    display: flex;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 425px){
    span.nav-step-1 {
        display: none;
    }
    .nav-tabs > a.active span.nav-step-1 {
        display: block;
        position: absolute;
        bottom: -10px;
        right: 0;
        left: 0;
    }    
}

.step-1 .form-inline select {
    width: 100%;
}
#plan-list > div {
    border-top: 2px solid #e9e9e9;
    box-shadow: 0 0 0 1px #e9e9e9;
    padding: 0;
    margin-bottom: 35px;
    border-radius: 3px;
}

#plan-list header {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    margin-bottom: 2px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#plan-list header > b {
    padding-left: 20px;
    border-left: 4px solid #00aaf0;
}

@media screen and (max-width: 425px){
    
    #plan-list header {
        flex-wrap: wrap;
    }
    
    #plan-list header > b {
      /*  font-size: 0.8rem;*/
    }
}

#plan-list header > p {
    position: absolute;
    right: 3em;
    margin: 0;
}

@media screen and (max-width: 425px){
    #plan-list header > p {
        position: relative;
        right: 0;
        margin: 15px 10px 0px auto;
   /*     font-size: .9rem;*/
    }
}

#plan-list header > p font {
    color: #00aaf0;
    font-style: normal;
    font-weight: bold;
}

#plan-list .main-info-plan {
    padding: 20px;
    margin-bottom: 15px;
    z-index: 3;
}

.butt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.butt > * {
    margin: 10px auto;
    text-align: center;
    color: #a1a1a1;
}

.but-block-single{
    text-align: right;
}

.but-block > b {
    font-size: 1.7rem;
}

.but-block > p {
    font-size: 1.35rem;
    text-align: center;
}

.butt a {
    margin: 10px auto;
    padding: 12px 32px;
    font-size: 1.4rem;
    background: #8dca0a;
    border: none;
}



.butt .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.modal-open .modal {
    opacity: 1;
    z-index: 13;
}

div#modal-benefit tr > *{
  font-size: 14px;
}
@media screen and (max-width: 425px){
    .butt a {
        font-size: 1rem;
        padding: 9px 25px;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 640px;
        margin: calc(32px + 1%) auto;
    }
        
}

@media screen and (max-width: 425px){
    #divcontent-myers-benefit {
        max-width: 100%;
        overflow: scroll;
        max-height: 400px;
    }    
}

.wrap-alert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    top: 1em;
    z-index: 123;
    justify-content: center;
    width: 100%;
    /* max-height: 30vh; */
}

.block-alert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    position: relative;
    transition: all .5s;
}

.block-alert > * {
    opacity: 0;
    transition: all .5s;
    top: 0;
}

.block-alert > *:nth-child(1){opacity: 1;/* top: 20px; */}
.block-alert > *:nth-child(2){opacity: .75}
.block-alert > *:nth-child(3){opacity: .5}
.block-alert > *:nth-child(4){opacity: .25}

#form_step_3 .agreements .form-group a{
    color: #333;
    position: relative;
    margin-bottom: 4px;
    display: block;
}
#form_step_3 .agreements .form-group a i {
    background: rgb(182, 98, 0);
    padding: 6px 7px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.9rem;
    margin-right: 5px;
}
#form_step_3 .agreements .form-group label {
    font-size: 1rem;
    position: relative;
    margin-left: 38px;
}

.additional-fields {
    max-height: 0;
    opacity: 0;
    transition: all .7s;
    overflow: hidden;
}
.additional-fields.show {
    max-height: 100%;
    opacity: 1;
    width: 100%;
}

#agreements_info {
    max-height: 250px;
    overflow-y: auto;
    border: 2px solid #c3d2d0;
    padding: 10px;
    border-radius: 4px;
}

#label-check-info {
    position: absolute;
    background: #333;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    z-index: 1231;
    color: #fff;
    margin-top: 30px;
    border-radius: 10px;
    opacity: 1;
    left: -1500px;
    top: 0;
}

.modal-backdrop.in {
    display: none;
}

.form-control.check_n:invalid,
.form-control.check_n:invalid + .checkmark,
.form-control.check_n[disabled]:invalid + .checkmark
{
    border-color: #F44336;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6);
    box-shadow: inset 0 0px 0px 1px rgba(0,0,0,.075), 0 0 2px 2px rgba(244, 67, 54, .6);
}

.form-control.check_n:valid,
.form-control.check_n:valid + .checkmark {
  border-color: #4CAF50;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 175, 80, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px 1px rgba(76, 175, 80, .6);
}

.form-control.warn:valid,
.form-control.warn:invalid
 {
    border-color: #F44336;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6);
}
