/* .bg-blue {
  background-color: #dceef0;
} */

.return-bg-blue:after {
  position: absolute;
  content: '';
  background: #dceef0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "lato";
}

.of-hide {
  overflow: hidden;
}

.position-absolute {
  position: absolute;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.return-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.text-black {
  color: #34394d !important;
}

.position-relative {
  position: relative;
}

.p-0 {
  padding: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-img {
  z-index: 1;
  height: 100vh;
}

.bg-img.left {
  left: 0;
}

.bg-img.right {
  right: 0;
}

.text-org, a.text-org:hover {
  color: #ff8927 !important;
}

.d-block {
  display: block;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-80 {
  max-width: 80%;
}

.w-60 {
  max-width: 60%;
}

.w-75 {
  max-width: 75%;
}

.w-70 {
  max-width: 70%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-decoration-none,
.text-decoration-none:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  #adjustMedi .main-content-mid {
    margin: 5rem 0;
  }
}

#adjustMedi .main-content-mid .container {
  position: relative;
  z-index: 2;
}

#adjustMedi .main-content-mid .container .hightBg {
  min-height: 100vh;
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 1500px) {
  #adjustMedi .main-content-mid .container .hightBg {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  #adjustMedi .main-content-mid .container .hightBg {
    padding: 25px;
  }
}

#adjustMedi .main-content-mid .container .hightBg .gray-hrader {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
}

@media (max-width: 1500px) {
  #adjustMedi .main-content-mid .container .hightBg .gray-hrader {
    padding: 20px;
  }
}

#adjustMedi .main-content-mid .container .hightBg .gray-hrader img {
  margin: 0 auto;
  display: block;
}

#adjustMedi .main-content-mid .container .hightBg .mw-280 {
  max-width: 280px;
}

@media (max-width: 1500px) {
  #adjustMedi .main-content-mid .container .hightBg .mw-280 {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  #adjustMedi .main-content-mid .container .hightBg .mw-280 {
    max-width: 140px;
  }
}

#adjustMedi .main-content-mid .container .hightBg .mid-content {
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}

#adjustMedi .main-content-mid .container .hightBg .mid-content h2 {
  font: normal normal bold 36px/66px Lato;
  margin-bottom: 0;
  margin-top: 15px;
}

@media (max-width: 1500px) {
  #adjustMedi .main-content-mid .container .hightBg .mid-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 991px) {
  #adjustMedi .main-content-mid .container .hightBg .mid-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

#adjustMedi .main-content-mid .container .hightBg .mid-content h2 hr {
  max-width: 80px;
  border: 3px solid #2dbdca;
  border-radius: 1rem;
  margin: 0 auto;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-option {
  max-width: 550px;
  margin: 0 auto;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-option .custom-select {
  position: relative;
  font-family: Arial;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .custom-select select {
  display: none;
  /*hide original SELECT element: */
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-selected {
  background-color: #fff;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-items div {
  color: #6e6e6e;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-selected {
  color: #6e6e6e;
  padding: 8px 16px;
  border: 2px solid transparent;
  border-color: #2dbdca;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

@media (min-width: 1501px) {
  #adjustMedi .main-content-mid .container .hightBg .mid-content .select-selected {
    height: 60px;
    padding: 16px;
    font-size: 18px;
  }
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-items {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border: 2px solid #2dbdca;
  border-radius: 10px;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-hide {
  display: none;
}

#adjustMedi .main-content-mid .container .hightBg .mid-content .select-items div:hover,
#adjustMedi .main-content-mid .container .hightBg .mid-content .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .container {
    width: 890px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

/* @media (min-width: 768px) {
  .container {
    width: 100%;
  }
} */

.patientMust {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.patientMust .Rcontainer.oneLine {
  padding-top: 30px;
}

@media (max-width: 992px) {
  .patientMust .Rcontainer.oneLine {
    padding-top: 25px;
  }
}

.patientMust .Rcontainer {
  margin: 15px auto !important;
  display: block;
  position: relative;
  padding-left: 85px;
  margin-bottom: 12px;
  cursor: pointer;
  font: normal normal normal 24px/29px Lato;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 65px;
  margin-right: 20px;
  border: 2px solid #2dbdca;
  border-radius: 10px;
  width: 100%;
  max-width: 385px;
  min-height: 91px;
}

@media (max-width: 1800px) {
  .patientMust .Rcontainer {
    font: normal normal normal 20px/25px Lato;
    max-width: 344px;
  }
}

@media (max-width: 992px) {

  .round_Rcontainer{
    padding-right: 67px !important;
  }

  .patientMust .Rcontainer.check.round .checkmark {     
    height: 29px !important;
    width: 29px !important;
  }

  .round_additional_label{
    padding-left: 25px !important;
    padding-right: 25px !important;
    min-height: unset !important;
  }

  .patientMust .Rcontainer.round {
    padding-left: 50px !important;
  }

  .patientMust .Rcontainer.round.round_additional_label {
    padding-left: 25px !important;
  }

  .patientMust .Rcontainer.check.round .checkmark:after {
    top: 5px !important;
    left: 3px !important;
    width: 20px !important;
    height: 15px !important;
  }

  .patientMust .Rcontainer {
    font-size: 16px;
    line-height: 20px;
    padding-left: 75px;
    padding-right: 25px;
    min-width: 260px;
    max-width: 260px;
    min-height: 74px;
    margin-right: 15px;
  }
}

.return_navigation{
  margin-bottom: 30px;
}

.return_help_text{
  margin-bottom: 30px !important;
}

.patientMust .Rcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.patientMust .Rcontainer.active {
  background-color: #2dbdca;
  color: #fff;
}

.patientMust .checkmark {
  position: absolute;
  top: 42px;
  left: 20px;
  height: 49px;
  width: 49px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #2dbdca;
}

@media (max-width: 992px) {
  .patientMust .checkmark {
    top: 35px;
    left: 20px;
    height: 37px;
    width: 37px;
  }
}

.patientMust .Rcontainer:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

.patientMust .Rcontainer input:checked ~ .checkmark {
  background-color: #fff;
}

.patientMust .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.patientMust .Rcontainer input:checked ~ .checkmark:after {
  display: block;
}

.patientMust .Rcontainer .checkmark:after {
  top: 9px;
  left: 9px;
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #2dbdca;
  background-image: url("../images/Icon awesome-check.svg");
  background-size: contain;
}

@media (max-width: 992px) {
  .patientMust .Rcontainer .checkmark:after {
    width: 15px;
    height: 15px;
  }
}

.patientMust .Rcontainer.check .checkmark:after {
  top: 12px;
  left: 9px;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url("../images/Icon awesome-check.svg");
  background-size: 2.7rem;
  background-repeat: no-repeat;
}
.bottom-btns a {
  font-size: 20px;
}
@media (max-width: 992px) {
  .patientMust .Rcontainer.check .checkmark:after {
    top: 6px;
    left: 3px;
    width: 27px;
    height: 23px;
  }
}

@media (max-width: 768px) {
  .checkContainer .w-70 {
    width: 100%;
  }
  .checkContainer .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mid-content img.msg {
    max-width: 5rem;
  }
  .bottom-btns a {
    font-size: 18px;
    display: flex;
    align-items: center;
  }
}

.pm6 img.msg {
  margin-top: 25px;
}
.msg svg {
  width: 40px;
  height: 40px;
}

.pm6 .textareaBox textarea {
  border: 2px solid #b1b1b1;
  border-radius: 10px;
  color: #071a23;
  font-size: 18px;
}

.pm6 .textareaBox h4 {
  font: normal normal normal 24px/29px Lato;
}

.pm8 .Rcontainer.check {
  min-width: 385px;
}

.w-90 {
  width: 90%;
}

@media (max-width: 500px) {
  .pm8 .Rcontainer.check {
    min-width: auto;
  }
}


.patientMust .Rcontainer.round {
  margin-right: 60px;
  min-height: 60px;
  padding-top: 12px;
  padding-left: 65px;
  margin-bottom: 45px;
  display: block;
}

.patientMust .Rcontainer.round.active {
  background-color: #ffffff;
  color: #34394d;
}

.patientMust .Rcontainer.round.checked-btn {
  background: #2dbdca;
  color: #fff;
}

.patientMust .Rcontainer.round input:checked ~ .checkmark {
  background-color: #ff8927 !important;
}

/* .patientMust .Rcontainer input:checked ~ .checkmark {
  background-color: #ff8927 !important;
} */

.patientMust .Rcontainer.check.round .checkmark {
  position: absolute;
  top: 28px;
  left: 10px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ff8927;
}

.patientMust .Rcontainer.check.round .checkmark:after {
  top: 11px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #ff8927;
  background-image: url("../images/Icon awesome-check-white.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
}

.postDollar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 65px;
  background: #2dbdca;
  color: #fff;
  margin: 0;
  /* padding-top: 13px; */
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-after {
  display: none;
}

.box-mid-css {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}

.box-mid-css .Rcontainer {
  display: inline-block;
}
/*# sourceMappingURL=style1.css.map */

.st0 {
    fill: #FF8927;
}

.st1 {
    fill: #34394D;
}

svg {
    position: inherit;
    max-height: 100vh;
    z-index: 9;
}

.f-600{
    font-weight: 600;
}

.mw-70 {
  max-width: 70%
}

@media (max-width: 470px) {
  .mw-70{max-width: 100%;}
}

@media (max-width: 350px) {
  .patientMust .Rcontainer{min-width: auto;}
  .patientMust .Rcontainer.round{min-width: 260px;}
}

.new_forms_layout .web-bg{
  background-image: none;
  background-color: transparent 
}

.new_forms_layout{ background-color: #dceef0;}

.Rcontainer.check input {
  width: 0;
} 
.ss-hide{
  display: none;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .outer-forms-layout .forms_layout .main-content-mid .container {
    width: 1170px;
  }
}
