/* 1882 2138 */

.display-none{
    display: no;
}
.new_header {
    padding: 0px;
    background: transparent linear-gradient( 270deg , #5BE8C8 0%, #0E3233 66%, #072125 100%) 0% 0% no-repeat padding-box;
}
.navbar-light .navbar-nav .nav-link.newlink {
    padding: 30px 34px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.navbar-light .navbar-brand img.logo_imgg {
    height: 60px !important;
}
.fullcontainer {
    padding: 0px 90px;
}
.wizard .steps > ul li.current span.number, .wizard .steps > ul li.done span.number {
    background-color: #0c8028;
    border: 1px solid #0c8028;
    color: #fff;
}
.wizard .steps > ul li span.number {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 33px;
    color: #000;
    border: 3px solid #DCDCDC;
}
.wizard .steps > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7f89), to(#7b7f89));
    background-image: linear-gradient(#dcdcdc, #dcdcdc);
    background-size: calc(100% - 50px) 4px;
    background-repeat: no-repeat;
    background-position: center;
}
h2.section-heading.mainsubheading {
    color: #581160 !important;
}
.topintroduction {
    color: #5D5D5D !important;
    text-decoration: none !important;
}
.yeslabel {
    color: #581160;
}
.patient_ethnicity_radio.newlabels label {
    display: inline-block;
    color: #5D5D5D !important;
}

.nextButton{
    background: #eca4f6 !important;
    width: 100%;
    border-radius: 5px !important;
    height: 41px;
    padding: 9px 50px !important;
    margin-bottom: 20px;
}

a.nextButton_enable {
    background: #561160 !important;
    width: 100%;
    border-radius: 5px !important;
    height: 41px;
    padding: 9px 50px !important;
    margin-bottom: 20px;
}

a.wizardActionNext{
    background: #339b84 !important;
    border-radius: 5px !important;
    height: 41px;
    padding: 9px 50px !important;
    margin-bottom: 20px;
    float: right;
}

a.previousButton{
    background: #339b8487 !important;
    border-radius: 5px !important;
    height: 41px;
    padding: 9px 50px !important;
    margin-bottom: 20px;
    color: #214c5a !important;
}
.footer .copyright {
    padding: 0.9375rem;
    background: #339B84;
}
.footer .copyright p {
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}
.copyright>p>a {
    color: white;
}
h2.section-heading.text-uppercase.h5 {
    font-size: 25px;
    color: #339B84;
}
.wizard .content .bd-wizard-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #328879 !important;
    margin-bottom: 45px;
}
.form-group.alllabel label {
    font-size: 17px;
    color: #5D5D5D;
}
.wizard .content .form-control {
    padding: 20px 15px;
    min-height: 47px;
    max-width: 550px;
    border: 1px solid #c0b7b78f;
    background: #efefef24;
}
.wizard .content .form-control:focus {
    border: 1px solid #389685 !important;
    box-shadow: none !important;
}
.consider-myself {
     color: #339B84;
}
.form-check.all_labelss label {
    display: inline-block;
}
span.requisitionForm.btn.caresbutton {
    background: #561160 !important;
    border-radius: 40px !important;
    height: 41px;
    padding: 9px 30px !important;
    color: #fff;
    font-weight: 400;
    margin-left: 12px;
}

.patient_ethnicity_radio.new_template label {
    display: inline-block;
}
.allhealth {
    padding: 12px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px #dfdbdb;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
    width: 100%;
}
@media screen and (max-width: 768px){
    .fullcontainer {
        padding: 0px 20px;
    }
    .finger_stick {
    margin-bottom: 13px;
    width: 100%;
}
    h2.section-heading.mainsubheading {
        color: #581160 !important;
        font-size: 26px !important;
    }
    .patient_ethnicity_radio.newlabels label {
        display: block;
        color: #5D5D5D !important;
    }
    .form-check.all_labelss label {
        display: block;
    }
    h2.section-heading.text-uppercase.h5 {
        font-size: 22px;     
    }
    .patient_ethnicity_radio.new_template label {
        display: contents;
    }
    .navbar-light .navbar-brand img.logo_imgg {
        height: 60px !important;
        padding: 10px;
    }
    .footer .copyright p {
        text-align: center;
        margin: 0;
        color: #ffffff;
        font-size: 12px;
    }
    span.requisitionForm.btn.caresbutton {
        background: #561160 !important;
        border-radius: 40px !important;
        height: 41px;
        padding: 9px 30px !important;
        color: #fff;
        font-weight: 400;
        margin-left: 12px;
        margin-top: 25px;
    }
    
}

.container_dob select {
    width: 100%;
    padding: 12px 2px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #c0b7b78f;
    margin: 0px 2px;
    font-size: 15px;
}
label.btn.uploadImage.newuploadbtn {
    background: #339B84;
    width: 100%;
    color: #fff;
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 20%);
}

.wizard .steps > ul li.current span.number, .wizard .steps > ul li.done span.number {
    background-color: #36AB2E;
    border: 2px solid #DCDCDC;
    color: #fff;
}

a.wizardActionNext.btn-pointer-none {
    pointer-events: none;
    background: #a1d1c6 !important;
    color: #339b84 !important;
}

.agreediv {
    background: #dffff7;
    padding: 29px;
    color: #000000;
    border: 1px solid #9c27b042;
}

.consent_link {
    color: #673ab7;
    font-weight: bold;
}

a.consent_link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.newcheckbpoxes {
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 768px) {
    .drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
}
    .displayLine{
        width: 100% !important;
    }
    a.nextButton_enable.newenable {
    position: absolute;
    width: auto;
    right: 22px !important;
}
.wizardActionNext.wizadfinish {
    position: absolute !important;
    right: 1em !important;
}
}

.wizard .steps > ul li.current span.number, .wizard .steps > ul li.done span.number {
    background-color: #36AB2E;
    border: 2px solid #DCDCDC;
    color: #fff;
}

select.error{
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 3px rgb(255 0 0 / 60%);
}

a.nextButton_enable.newenable {
    position: absolute;
    width: auto;
    right: 7em;
}
.wizardActionNext.wizadfinish {
    position: absolute !important;
    right: 6em;
}

a.nextButton_enable.newenable.btnforward{
    pointer-events: none !important;
    background: rgb(188, 173, 190) !important;
}

div.error_ques{
    /* width: 100%;
    background: #ff000029;
    padding: 10px 28px;
    border: 1px solid #ff414170; */
    color: #ff0000 !important;
}

.number{
    pointer-events: none !important;
}
.wizard > .steps li.current a {
    background-color: none !important;
} 

    .symp0{
        background-image: url(../images/0.png);
    }

    .symp1{
        background-image: url(../images/1.png);
    }

    .symp2{
        background-image: url(../images/2.png);
    }

    .symp3{
        background-image: url(../images/3.png);
    }
    .drinkcard-cc {
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 45px;
        height: 45px;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
        -webkit-filter: brightness(1.8) grayscale(.3) opacity(.7);
        -moz-filter: brightness(1.8) grayscale(.3) opacity(.7);
        filter: brightness(1.8) grayscale(.3) opacity(.7);
        text-align: center;
        display: block;
        margin: auto;
    }
      
      .drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
      }

      .cc-selector input {
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }

      .cc-selector input:active +.drinkcard-cc {
        opacity: .9;
      }
      .cc-selector input:checked +.drinkcard-cc {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
      }

    .absentss {
        background: #339B84;
        color: #fff;       
    }
    .absentss.p-2.rounded img {
        height: 30px;
        padding-right: 5px;
    }
    .nasall_discahrge {
        padding: 10px 0px;
        border-radius: 6px;
        opacity: 1;
        border: 1px solid #13548599;
        align-items: center;
    }
    .dischrge_img {
        height: 30px;
    }
    .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
.symptoms-sections .patient_ethnicity_radio {
    margin-top: 0;
}
.patient_ethnicity_radio .form-check {
    margin-top: 0 !IMPORTANT;
}
.newmodel{
    background: transparent linear-gradient( 
270deg
 , #AC0A97 0%, #2C1444 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.modal-header.newmodel h3 {
    font-size: 22px;
}
.finger_stick {
    padding: 8px 10px;
    box-shadow: 0px 0px 2px 0px #c7c7c7;
    border-radius: 5px;
}

.close.form{
    color: #ffffff;
}

.btn.savechanges {
    background: #561160 !important;
    color: #ffffff;
}
.medicare_new {
    border: 1px solid #70707099;
}
.col-md-12.form-check.medicare_new.p-3.mb-3.bg-white.rounded {
    padding: 16px 30px !important;
}
.crossimg {
    display: none; 
    height: 30px;
    width: 30px;
    position: absolute;
    right: 5px;
    background: white;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0px lightgrey;
    top: -12px;
    border: 1px solid #7e7e7eab;
}
.crossimg i {
    color: #000000;
    padding: 6px 8px;
    position: relative;
}
.crossimg:hover {
    box-shadow: 1px 1px 4px 0px #939393;
    cursor: pointer;
}

.btn.btn-registered{
    background: #fff;
    color: #133D3C;
    border-radius: 21px;
    font-weight: bold;
}

.btn.btn-registered-mob{
    background: #133D3C;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.nav-item.registered{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-item.registered i{
    font-size: 20px;
}
/*@media only screen and (max-width: 1280px) {
    label.newhiverss {
    font-size: 13px;
}
}
*/

@media only screen and (min-width: 820px) and (max-width: 920px) {
    .navbar-light .navbar-nav .nav-link.newlink{
        padding: 30px 25px;
        font-size: 14px;
    }

    .btn.btn-registered {
        font-size: 16px;
    }
}

@media only screen and (min-width: 771px) and (max-width: 820px) {
    .navbar-light .navbar-nav .nav-link.newlink{
        padding: 30px 25px;
        font-size: 14px;
    }

    .btn.btn-registered {
        font-size: 16px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 750px) {
    .navbar-light .navbar-nav .nav-link.newlink{
        padding: 30px 7px;
        font-size: 12px;
    }

    .btn.btn-registered {
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .nav-item.registered{
        display: none;
    }
}

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

    .btn.btn-registered-mob{
        display: block;
    }
}

.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255 / 40%);
}

.nav-ham-icon i{
    color: #ffffff;
}

.date-dropdowns {
    display: flex;
}

@media only screen and (max-width: 575px) {
.btn.btn-registered-mob {
    background: #740F72;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}}
.correctlyr {
    border: 2px solid #2e2e2e;
}
.correctlyr h3 {
    text-align: center;
    font-size: 22px;
}
.correctlyr h3 span {
    font-weight: 600;
}
.wantregister h3 {
    font-size: 22px;
    text-align: center;
    padding: 25px;
}
button.btn.btn-completeee {
    background: #dd440a;
    color: #fff;
}
.registration_complete h2 {
    font-size: 23px !important;
    padding: 10px 0px;
}
.correctlyrr h3 {
    border: 2px solid #2e2e2e;
    padding: 15px;
    font-size: 22px;
}
.pleasefinish {
    background: #561160;
}
.vectoorimg img {
    width: 25%;
    margin-bottom: 25px;
}

span.location_name_head{
    font-size: 25px;
    color: #339B84;
    font-weight: bold;
    /* border: 3px solid #561160; */
}

.location_head{
    border: 3px solid #339B84;
}

.btn-change-css:active {
    background-color: #3a134d !important;
    border-color: #3a134d !important;
    /*transform: rotate( 20deg );*/ 
    background-color: #3a134d !important;
    border-color: #3a134d !important; 
    margin-right: 3px;
    margin-left: 3px;
    animation: skew 2s infinite;
    transform: skew( 5deg );
    animation-direction: alternate;
    /*background: linear-gradient( 180deg , #ff8a00, #e52e71);*/
  } 
  .btn-change-css {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform;
    }
  .btn-change-css:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: '';
      top: 100%;
      left: 5%;
      height: 10px;
      width: 90%;
      opacity: 0;
      background: -webkit-radial-gradient(center, ellipse, #9c27b078 0%, rgba(0, 0, 0, 0) 80%);
      background: radial-gradient(ellipse at center, #9c27b075 0%, rgba(0, 0, 0, 0) 80%); 
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform, opacity;
      transition-property: transform, opacity;
    }
  .btn-change-css:hover, .btn-change-css:focus, .btn-change-css:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); 
  }
  .btn-change-css:hover:before, .btn-change-css:focus:before, .btn-change-css:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);  
  } 
  .selectdrop1 {
    height: 200px;
    overflow-y: scroll !important;
}

.Erroraccount_phone p {
    font-size: 14px;
}
.form-control::-webkit-input-placeholder {
  color: #339B84C9 !important;
  opacity: 69%;
  font-size: 15px; 
}
span.patient_ethnicity_title {
    color: #339B84C9;
    font-size: 18px;
    opacity: 85%;
}

@media only screen and (max-width: 600px) {
    .wizard .actions li a{
        padding: 9px 30px !important;

    }
    a.nextButton_enable{
        right: 1em !important;
    }
}
input[type="checkbox"]{
    /* outline: 2px solid #4D65AB; */
}

a.btn.btn_next{
    background: #339b84 !important;
    border-radius: 40px !important;
    height: 41px;
    padding: 9px 50px !important;
    margin-bottom: 20px;
    color: #ffffff;
} 

.mail_label{
    white-space: nowrap;
}

.travel_purpose
{
    font-weight: bold;
    text-decoration-color: red !important;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.display-none
{
    display: none;
}

header>.content>.title>h1, header>.content>.title>h2
    {
      white-space: unset !important;
    }


.date-dropdowns select.month, .date-dropdowns select.day, .date-dropdowns select.year  {
    width: 100%;
}

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



@media only screen and (max-width: 1550px){
.drinkcard-cc {
    width: 36px;
    height: 36px;
}
}

@media only screen and (max-width: 1220px){
    .absentss {
        text-align: center;
        display: grid;
        justify-content: center;
        height: 115px;
    }
    .absentss.p-2.rounded img {
    margin: 0 auto;
}
.drinkcard-cc {
    width: 36px;
    height: 36px;
}
}

@media(max-width:767px){

.insurance-start .form-check-inline {
    flex-wrap: wrap;
}

.wizard .content .section-heading {
    font-size: 24px;
}

.doingregistration h4 {
    font-size: 16px;
}

.m-mb-0 {
    margin-bottom: 0px;
}

.wizard .content .symptoms-sections .section-heading {
    font-size: 18px;
    margin-top: 10px !important;
    padding-bottom: 0px !important;
}
.absentss {
    height: auto;
}

}

@media(max-width:640px){

 .insurance-start .patient_ethnicity_head{
    padding-left: 0px;
}
 .insurance-start .date-dropdowns {
    display: flex;
    width: 100%;
}
 .insurance-start .date-dropdowns select.month,  
 .insurance-start .date-dropdowns select.day,  
 .insurance-start .date-dropdowns select.year {
    width: 33.33%;
    max-width: 100%;
}

.wizard .content .symptoms-sections .section-heading {  
    font-size: 18px;
}

h2.section-heading.text-uppercase.h5 {
    font-size: 18px;
}


}
