/* Basscss Basic */
* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #23293C; }
  *::-webkit-scrollbar {
    width: 7px;
    height: auto; }
  *::-webkit-scrollbar-button:start:decrement, *::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent; }
  *::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px; }
  *::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #23293C;
    -webkit-border-radius: 10px; }
  *::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #23293C;
    -webkit-border-radius: 10px; }

body {
  line-height: 1.5;
  margin: 0;
  color: #4D4D4D;
  background-color: #fff;
  font-family: "CircularStd-Medium"; }

img {
  max-width: 100%;
  height: auto; }

svg {
  max-height: 100%; }

a {
  color: #4D4D4D;
  text-decoration: none; }

h1, h2, h3,
h4, h5, h6 {
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: .5em; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

p, dl, ol, ul, pre, blockquote {
  margin-top: 1em;
  margin-bottom: 1em; }

code, samp {
  font-size: 87.5%;
  padding: .125em; }

pre {
  font-size: 87.5%;
  overflow: scroll; }

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  margin-left: 0; }

input, select {
  font-family: "CircularStd-Medium"; }

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

@font-face {
  font-family: "CircularStd-Medium";
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.svg?#webfont") format("svg"); }
@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg?#webfont") format("svg"); }
input[type="text"], input[type="email"], input[type="date"], textarea {
  display: block;
  height: 40px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  padding-left: 15px;
  background: #ffffff;
  border: 2px solid #dddddd;
  outline: none; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, textarea:focus {
    border: 2px solid #23293C; }

header {
  background: #23293C; }
  header .uhc_header_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1250px; }
    @media only screen and (max-width: 1359px) {
      header .uhc_header_block {
        max-width: 1080px; } }
    @media only screen and (max-width: 1024px) {
      header .uhc_header_block {
        max-width: 770px; } }
    @media only screen and (max-width: 768px) {
      header .uhc_header_block {
        max-width: 90%;
        padding-top: 10px;
        padding-bottom: 10px; } }
    header .uhc_header_block .uhc_header_logo_block .uhc_header_logo {
      height: auto;
      width: 150px; }
      header .uhc_header_block .uhc_header_logo_block .uhc_header_logo .uhc_desk_logo {
        padding-top: 6px; }
        @media only screen and (max-width: 768px) {
          header .uhc_header_block .uhc_header_logo_block .uhc_header_logo .uhc_desk_logo {
            display: none; } }
      header .uhc_header_block .uhc_header_logo_block .uhc_header_logo .uhc_mobile_logo {
        display: none; }
        @media only screen and (max-width: 768px) {
          header .uhc_header_block .uhc_header_logo_block .uhc_header_logo .uhc_mobile_logo {
            display: block;
            height: auto;
            width: 50px; } }
    header .uhc_header_block .uhc_header_links_block .menuBtn {
      display: none; }
      @media only screen and (max-width: 768px) {
        header .uhc_header_block .uhc_header_links_block .menuBtn {
          display: block;
          height: 30px;
          width: 30px;
          position: absolute;
          right: 20px;
          top: 18px; }
          header .uhc_header_block .uhc_header_links_block .menuBtn span {
            background-color: #fff;
            border-radius: 1px;
            height: 2px;
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -1px 0 0 -15px;
            transition: height 100ms; }
            header .uhc_header_block .uhc_header_links_block .menuBtn span:after, header .uhc_header_block .uhc_header_links_block .menuBtn span:before {
              content: '';
              background-color: #fff;
              border-radius: 1px;
              height: 2px;
              width: 100%;
              position: absolute;
              left: 50%;
              margin-left: -15px;
              transition: all 200ms; }
            header .uhc_header_block .uhc_header_links_block .menuBtn span:after {
              top: -10px; }
            header .uhc_header_block .uhc_header_links_block .menuBtn span:before {
              bottom: -10px; }
          header .uhc_header_block .uhc_header_links_block .menuBtn.act {
            z-index: 101; }
            header .uhc_header_block .uhc_header_links_block .menuBtn.act span {
              height: 0; }
              header .uhc_header_block .uhc_header_links_block .menuBtn.act span:after, header .uhc_header_block .uhc_header_links_block .menuBtn.act span:before {
                background-color: #23293C;
                top: 1px; }
              header .uhc_header_block .uhc_header_links_block .menuBtn.act span:after {
                transform: rotate(45deg); }
              header .uhc_header_block .uhc_header_links_block .menuBtn.act span:before {
                transform: rotate(-45deg); } }
    header .uhc_header_block .uhc_header_links_block .uhc_header_links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        header .uhc_header_block .uhc_header_links_block .uhc_header_links {
          display: none; }
          header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu {
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100;
            height: 100%;
            width: 100%;
            display: table;
            text-align: center;
            opacity: 0;
            transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transform: scale(0);
            display: table-cell;
            vertical-align: middle; }
            header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu.act {
              opacity: 1;
              transform: scale(1);
              margin: 0;
              padding: 0;
              display: flex;
              flex-direction: column;
              align-content: center;
              align-items: center;
              justify-content: center; }
              header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu.act ul li {
                opacity: 1;
                transform: translateX(0); }
            header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu li {
              padding: 8px 0;
              transition: all 400ms 510ms; }
              header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu li:nth-child(odd) {
                transform: translateX(0%); }
              header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu li:nth-child(even) {
                transform: translateX(0%); }
              header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu li:last-child {
                transform: none; }
            header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu a {
              color: #19b698;
              display: inline-block;
              font-size: 18px; }
              header .uhc_header_block .uhc_header_links_block .uhc_header_links.mainMenu a.suBtn {
                color: #fff; } }
      header .uhc_header_block .uhc_header_links_block .uhc_header_links .uhc_header_link {
        padding-right: 20px;
        padding-left: 20px; }
        header .uhc_header_block .uhc_header_links_block .uhc_header_links .uhc_header_link a {
          color: #ffffff;
          font-size: 14px;
          font-family: "CircularStd-Book"; }
          @media only screen and (max-width: 768px) {
            header .uhc_header_block .uhc_header_links_block .uhc_header_links .uhc_header_link a {
              color: #000000; } }
    header .uhc_header_block .uhc_header_login_block .uhc_header_login .uhc_button {
      color: #dddddd;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
      font-size: 14px; }
      header .uhc_header_block .uhc_header_login_block .uhc_header_login .uhc_button.active {
        color: #ffffff; }
      @media only screen and (max-width: 768px) {
        header .uhc_header_block .uhc_header_login_block .uhc_header_login .uhc_button {
          padding-top: 0px;
          padding-right: 0px;
          padding-bottom: 0px;
          padding-left: 0px; } }
      @media only screen and (max-width: 768px) {
        header .uhc_header_block .uhc_header_login_block .uhc_header_login .uhc_button span {
          display: none; } }
      header .uhc_header_block .uhc_header_login_block .uhc_header_login .uhc_button i {
        margin-right: 10px; }
        @media only screen and (max-width: 768px) {
          header .uhc_header_block .uhc_header_login_block .uhc_header_login .uhc_button i {
            margin-right: 50px;
            display: block;
            padding: 0px;
            font-size: 30px;
            /* border: 1px solid #ffffff; */
            border-radius: 20px; } }

footer {
  position: static;
  width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0; }
  footer .uhc_footer_first_blocks {
    background: #464C5D;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px; }
    @media only screen and (max-width: 1024px) {
      footer .uhc_footer_first_blocks {
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px; } }
    @media only screen and (max-width: 539px) {
      footer .uhc_footer_first_blocks {
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px; } }
    footer .uhc_footer_first_blocks .uhc_footer_first_block {
      max-width: 1250px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      footer .uhc_footer_first_blocks .uhc_footer_first_block h4 {
        color: #ffffff;
        font-size: 18px; }
      footer .uhc_footer_first_blocks .uhc_footer_first_block .uhc_footer_first_links .uhc_footer_first_links_lists {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 0; }
        footer .uhc_footer_first_blocks .uhc_footer_first_block .uhc_footer_first_links .uhc_footer_first_links_lists .uhc_footer_list {
          padding-top: 10px;
          padding-bottom: 10px;
          width: 200px;
          color: #ffffff;
          font-size: 14px;
          font-weight: 200; }
          @media only screen and (max-width: 539px) {
            footer .uhc_footer_first_blocks .uhc_footer_first_block .uhc_footer_first_links .uhc_footer_first_links_lists .uhc_footer_list {
              width: 50%; } }
  footer .uhc_footer_second_blocks {
    background: #23293C; }
    footer .uhc_footer_second_blocks .uhc_footer_second_block {
      padding-top: 10px;
      padding-bottom: 10px;
      max-width: 1250px;
      margin-right: auto;
      margin-left: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border-bottom: 2px solid #ffffff; }
      @media only screen and (max-width: 1258px) {
        footer .uhc_footer_second_blocks .uhc_footer_second_block {
          max-width: 100%;
          margin-right: 20px;
          margin-left: 20px; } }
      @media only screen and (max-width: 539px) {
        footer .uhc_footer_second_blocks .uhc_footer_second_block {
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap; } }
      footer .uhc_footer_second_blocks .uhc_footer_second_block .terms {
        display: flex;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 768px) {
          footer .uhc_footer_second_blocks .uhc_footer_second_block .terms {
            margin: 0px 0px  10px; } }
        footer .uhc_footer_second_blocks .uhc_footer_second_block .terms li {
          margin-right: 20px;
          margin-left: 0px;
          word-break: break-all;
          white-space: nowrap; }
          footer .uhc_footer_second_blocks .uhc_footer_second_block .terms li a {
            color: #ffffff;
            font-family: "CircularStd-Book";
            font-size: 14px; }
      footer .uhc_footer_second_blocks .uhc_footer_second_block .social {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 0;
        padding: 0; }
        footer .uhc_footer_second_blocks .uhc_footer_second_block .social li {
          margin-right: 10px;
          margin-left: 10px; }
          footer .uhc_footer_second_blocks .uhc_footer_second_block .social li a {
            color: #ffffff;
            font-size: 14px; }
  footer .uhc_footer_third_blocks {
    background: #23293C;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px; }
    @media only screen and (max-width: 1024px) {
      footer .uhc_footer_third_blocks {
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px; } }
    @media only screen and (max-width: 539px) {
      footer .uhc_footer_third_blocks {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px; } }
    footer .uhc_footer_third_blocks .uhc_footer_third_block {
      max-width: 1250px;
      margin-right: auto;
      margin-left: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      footer .uhc_footer_third_blocks .uhc_footer_third_block p {
        color: #ffffff;
        font-size: 14px;
        margin: 10px; }

.uhc_login_block, .uhc_submit_block {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 400px;
  width: 350px;
  background: #ffffff;
  transition: all .5s ease;
  z-index: 100;
  transform: translate(-50%, -300%);
  border-radius: 3px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: "CircularStd-Book"; }
  @media only screen and (max-width: 539px) {
    .uhc_login_block, .uhc_submit_block {
      height: 400px;
      width: 300px;
      padding-top: 40px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px; } }
  .uhc_login_block.show, .uhc_submit_block.show {
    transform: translate(-50%, -50%); }
  .uhc_login_block .uhc_login_close_button, .uhc_submit_block .uhc_login_close_button {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000000 url(../image/icons.svg) 25px 24px/50px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 20px; }
  .uhc_login_block .uhc_login_logo_block, .uhc_submit_block .uhc_login_logo_block {
    border-bottom: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 10px; }
    .uhc_login_block .uhc_login_logo_block img, .uhc_submit_block .uhc_login_logo_block img {
      height: 60px;
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
  .uhc_login_block .uhc_login_form_block, .uhc_submit_block .uhc_login_form_block {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }
    .uhc_login_block .uhc_login_form_block .uhc_login_phone_icon, .uhc_submit_block .uhc_login_form_block .uhc_login_phone_icon {
      height: auto;
      width: 20px;
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: auto; }
      .uhc_login_block .uhc_login_form_block .uhc_login_phone_icon img, .uhc_submit_block .uhc_login_form_block .uhc_login_phone_icon img {
        height: 100%;
        width: 100%; }
    .uhc_login_block .uhc_login_form_block form .error_message, .uhc_submit_block .uhc_login_form_block form .error_message {
      color: red;
      height: 15px;
      font-size: 12px; }
    .uhc_login_block .uhc_login_form_block form h5, .uhc_submit_block .uhc_login_form_block form h5 {
      text-align: center;
      margin-bottom: 10px; }
    .uhc_login_block .uhc_login_form_block form input, .uhc_submit_block .uhc_login_form_block form input {
      display: block;
      height: 40px;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 5px;
      border-radius: 3px;
      padding-left: 15px;
      background: #ffffff;
      border: 2px solid #dddddd;
      outline: none; }
      .uhc_login_block .uhc_login_form_block form input:focus, .uhc_submit_block .uhc_login_form_block form input:focus {
        border: 2px solid #23293C; }
    .uhc_login_block .uhc_login_form_block form .uhc_login_button, .uhc_submit_block .uhc_login_form_block form .uhc_login_button {
      display: block;
      height: 40px;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 5px;
      border-radius: 3px;
      background: #23293C;
      border: 1px solid #23293C;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer; }
  .uhc_login_block .uhc_login_otp_block, .uhc_submit_block .uhc_login_otp_block {
    background: #ffffff;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .2s ease;
    opacity: 0; }
    .uhc_login_block .uhc_login_otp_block.active, .uhc_submit_block .uhc_login_otp_block.active {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      opacity: 1; }
    .uhc_login_block .uhc_login_otp_block .uhc_login_phone_icon, .uhc_submit_block .uhc_login_otp_block .uhc_login_phone_icon {
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: auto; }
      .uhc_login_block .uhc_login_otp_block .uhc_login_phone_icon h5, .uhc_submit_block .uhc_login_otp_block .uhc_login_phone_icon h5 {
        text-align: center; }
      .uhc_login_block .uhc_login_otp_block .uhc_login_phone_icon a, .uhc_submit_block .uhc_login_otp_block .uhc_login_phone_icon a {
        color: #2701cf;
        padding-left: 10px; }
    .uhc_login_block .uhc_login_otp_block form .error_message, .uhc_submit_block .uhc_login_otp_block form .error_message {
      color: red;
      font-size: 12px;
      height: 18px; }
    .uhc_login_block .uhc_login_otp_block form h5, .uhc_submit_block .uhc_login_otp_block form h5 {
      text-align: center;
      margin-bottom: 10px; }
    .uhc_login_block .uhc_login_otp_block form input, .uhc_submit_block .uhc_login_otp_block form input {
      display: block;
      height: 40px;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 5px;
      border-radius: 3px;
      padding-left: 15px;
      background: #ffffff;
      border: 2px solid #dddddd;
      outline: none; }
      .uhc_login_block .uhc_login_otp_block form input:focus, .uhc_submit_block .uhc_login_otp_block form input:focus {
        border: 2px solid #23293C; }
    .uhc_login_block .uhc_login_otp_block form .uhc_login_submit, .uhc_submit_block .uhc_login_otp_block form .uhc_login_submit {
      display: block;
      height: 40px;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 5px;
      border-radius: 3px;
      background: #23293C;
      border: 1px solid #23293C;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer; }

.uhc_sidebar_block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 700px;
  background: #ffffff;
  z-index: 10;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all .5s ease; }
  @media only screen and (max-width: 768px) {
    .uhc_sidebar_block {
      height: 100%;
      width: 100%; } }
  .uhc_sidebar_block.show {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  .uhc_sidebar_block .uhc_sidebar_header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    background: #23293C;
    height: 40px;
    width: 100%;
    z-index: 2; }
    .uhc_sidebar_block .uhc_sidebar_header .uhc_sidebar_header_title {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .uhc_sidebar_block .uhc_sidebar_header .uhc_sidebar_header_title h5 {
        color: #ffffff; }
    .uhc_sidebar_block .uhc_sidebar_header .uhc_sidebar_header_close {
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
      bottom: auto;
      left: auto;
      background: url(../image/icons.svg) 26px 26px/69px;
      height: 20px;
      width: 20px; }
  .uhc_sidebar_block .uhc_sidebar_body_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block {
      height: 100%;
      width: 150px;
      position: fixed;
      top: 0;
      left: 0;
      background: #FAFAFA;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: #23293C; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block::-webkit-scrollbar {
        width: 7px;
        height: auto; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block::-webkit-scrollbar-button:start:decrement, .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block::-webkit-scrollbar-button:end:increment {
        display: block;
        height: 0;
        background-color: transparent; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block::-webkit-scrollbar-track-piece {
        -webkit-border-radius: 0;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: #23293C;
        -webkit-border-radius: 10px; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block::-webkit-scrollbar-thumb:horizontal {
        width: 50px;
        background-color: #23293C;
        -webkit-border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block {
          height: 100%;
          width: 90px; } }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists {
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list {
          margin-bottom: 10px; }
          .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list input {
            display: none; }
            .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list input:checked ~ label {
              border: 2px solid #23293C;
              color: #000000;
              background: #ffffff; }
          .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list label {
            border: 1px solid #f2f2f2;
            padding: 10px 0px;
            border-radius: 3px;
            height: 110px;
            width: 110px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-flex-flow: column;
            -moz-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column;
            cursor: pointer;
            transition: all ease-in-out 0.2s;
            color: #424242; }
            @media only screen and (max-width: 768px) {
              .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list label {
                height: 80px;
                width: 80px; } }
            .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list label img {
              height: 50px;
              width: 50px;
              margin-bottom: 10px;
              min-height: 50px; }
              @media only screen and (max-width: 768px) {
                .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list label img {
                  height: 30px;
                  width: 30px;
                  margin-bottom: 0px;
                  min-height: 30px; } }
            .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list label h5 {
              font-size: 12px;
              font-weight: 300;
              text-align: center; }
              @media only screen and (max-width: 768px) {
                .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_left_block .uhc_sidebar_left_lists .uhb_sidebar_left_list label h5 {
                  font-size: 10px; } }
    .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block {
      margin-top: 0px;
      margin-right: auto;
      margin-left: 150px;
      height: 90vh;
      width: 100%;
      overflow-y: auto;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block {
          margin-top: 0px;
          margin-right: auto;
          margin-left: 90px;
          height: 88vh;
          width: 100%; } }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_head {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #dddddd;
        margin: 0;
        color: #23293C;
        font-family: "CircularStd-Book"; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc {
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
        font-weight: 100;
        font-family: "CircularStd-Book"; }
      .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0px;
        left: auto;
        height: auto;
        width: 100%;
        background: #ffffff;
        padding: 15px 0px; }
        .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block .uhc_sidebar_bottom_back_btn a {
          padding-top: 10px;
          padding-right: 60px;
          padding-bottom: 10px;
          padding-left: 60px;
          background: #23293C;
          border-radius: 3px;
          color: #ffffff;
          margin-right: 50px;
          margin-left: 50px;
          visibility: hidden; }
          .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block .uhc_sidebar_bottom_back_btn a.active {
            visibility: visible; }
          @media only screen and (max-width: 768px) {
            .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block .uhc_sidebar_bottom_back_btn a {
              margin-right: 0px;
              margin-left: 0px;
              padding-top: 10px;
              padding-right: 30px;
              padding-bottom: 10px;
              padding-left: 30px; } }
        .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block .uhc_sidebar_bottom_next_btn a {
          padding-top: 10px;
          padding-right: 60px;
          padding-bottom: 10px;
          padding-left: 60px;
          background: #23293C;
          border-radius: 3px;
          color: #ffffff;
          margin-right: 50px;
          margin-left: 50px;
          visibility: hidden; }
          @media only screen and (max-width: 768px) {
            .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block .uhc_sidebar_bottom_next_btn a {
              margin-right: 0px;
              margin-left: 0px;
              padding-top: 10px;
              padding-right: 30px;
              padding-bottom: 10px;
              padding-left: 30px; } }
          .uhc_sidebar_block .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block .uhc_sidebar_bottom_next_btn a.active {
            visibility: visible; }
  .uhc_sidebar_block.services {
    height: 100%;
    width: 600px; }
    @media only screen and (max-width: 768px) {
      .uhc_sidebar_block.services {
        height: 100%;
        width: 100%; } }
    .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_left_block {
      display: none; }
    .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block {
      margin-top: 0px;
      margin-right: auto;
      margin-left: 0px; }
      .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_head {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px; }
      .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc {
        position: relative; }
        .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block {
          position: absolute;
          top: 0;
          right: 0;
          bottom: auto;
          left: 0px;
          height: auto;
          width: 100%;
          transform: translateX(100%);
          -webkit-transform: translateX(100%);
          transition: all .5s ease;
          background: #ffffff;
          padding-top: 10px;
          opacity: 0;
          visibility: hidden; }
          .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block.active {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
            visibility: visible; }
          .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block .uhc_sidebar_checkbox_lists label {
            padding: 20px;
            position: relative;
            display: block;
            cursor: pointer;
            border-bottom: 1px solid #dddddd; }
            .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block .uhc_sidebar_checkbox_lists label input {
              margin-right: 10px;
              margin-left: 10px; }
              .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block .uhc_sidebar_checkbox_lists label input:checked + label {
                background: #ff0101; }
            .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block .uhc_sidebar_checkbox_lists label span {
              padding: 10px 0px 10px;
              color: #23293C;
              font-weight: bold; }
            .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block .uhc_sidebar_checkbox_lists label ul {
              color: #9c9c9c; }
            .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_checkbox_block .uhc_sidebar_checkbox_lists label .price {
              position: absolute;
              right: 40px;
              top: 10px;
              padding: 0; }
        .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block {
          position: absolute;
          top: 0;
          right: 0;
          bottom: auto;
          left: 30px;
          background: #ffffff;
          transition: all .5s ease;
          transform: translateX(100%);
          -webkit-transform: translateX(100%);
          padding-top: 50px;
          opacity: 0;
          visibility: hidden; }
          .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block.active {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
            visibility: visible; }
          .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block .uhc_sidebar_btn_block button {
            height: 40px;
            width: 250px;
            background: #23293C;
            border: none;
            color: #ffffff;
            border-radius: 3px;
            cursor: pointer;
            font-family: "CircularStd-Book";
            font-weight: bold;
            font-size: 16px; }
            @media only screen and (max-width: 768px) {
              .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block .uhc_sidebar_btn_block button {
                height: 40px;
                width: 90%; } }
          .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block .uhc_sidebar_enter_location_block {
            margin-top: 40px;
            margin-bottom: 20px; }
            .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block .uhc_sidebar_enter_location_block input {
              height: 40px;
              width: 350px;
              padding: 0px 10px;
              border: none;
              border: 1px solid #ddd; }
              @media only screen and (max-width: 768px) {
                .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_body_right_slide_block .uhc_sidebar_right_desc .uhc_sidebar_location_block .uhc_sidebar_enter_location_block input {
                  height: 40px;
                  width: 90%; } }
      .uhc_sidebar_block.services .uhc_sidebar_body_block .uhc_sidebar_body_right_block .uhc_sidebar_bottom_block {
        height: auto;
        width: 100%; }

body {
  scrollbar-width: thin;
  scrollbar-color: #23293C; }
  body::-webkit-scrollbar {
    width: 7px;
    height: auto; }
  body::-webkit-scrollbar-button:start:decrement, body::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent; }
  body::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px; }
  body::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #23293C;
    -webkit-border-radius: 10px; }
  body::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #23293C;
    -webkit-border-radius: 10px; }

main .uhc_main_banner_block {
  background-image: url(../image/UHC_BANNER.svg);
  background-color: rgba(77, 77, 77, 0.74);
  background-blend-mode: multiply;
  background-size: cover;
  display: block;
  max-width: 100%;
  height: auto;
  background-position: right;
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    main .uhc_main_banner_block {
      margin-bottom: 150px; } }
  main .uhc_main_banner_block .uhc_main_banner {
    padding-top: 100px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      main .uhc_main_banner_block .uhc_main_banner {
        padding-top: 100px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px; } }
    main .uhc_main_banner_block .uhc_main_banner .uhc_main_desc {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      main .uhc_main_banner_block .uhc_main_banner .uhc_main_desc h2 {
        color: #ffffff;
        font-weight: 300;
        font-size: 30px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          main .uhc_main_banner_block .uhc_main_banner .uhc_main_desc h2 {
            font-size: 20px; } }
    main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border: 2px solid #ddd;
      max-width: 700px;
      margin: 10px auto;
      border-radius: 5px;
      background: #ffffff;
      margin-top: 30px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block {
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          margin-top: 30px;
          margin-right: 10px;
          margin-bottom: 20px;
          margin-left: 10px;
          background: transparent;
          border: 0px; } }
      main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_location {
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_location {
            flex-basis: 100%;
            margin-bottom: 10px;
            border: 2px solid #ddd;
            border-radius: 5px;
            background: #ffffff; } }
        main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_location select {
          cursor: pointer;
          border: none;
          -webkit-appearance: none;
          height: 45px;
          width: 250px;
          border-radius: 5px 0px 0px 5px;
          padding-right: 20px;
          padding-left: 20px;
          color: #4D4D4D;
          outline: none; }
          @media only screen and (max-width: 768px) {
            main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_location select {
              height: 45px;
              width: 100%; } }
        main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_location:before {
          content: '';
          background: url(../image/icons.svg) -2px 0px/60px;
          height: 20px;
          width: 20px;
          position: absolute;
          top: 13px;
          right: 20px; }
      main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service {
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service {
            flex-basis: 100%;
            border: 2px solid #ddd;
            border-radius: 5px;
            background: #ffffff; } }
        main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service select {
          border: none;
          cursor: pointer;
          -webkit-appearance: none;
          height: 45px;
          width: 450px;
          border-radius: 0px 5px 5px 0px;
          padding-right: 20px;
          padding-left: 20px;
          color: #4D4D4D;
          outline: none; }
          @media only screen and (max-width: 768px) {
            main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service select {
              height: 45px;
              width: 100%; } }
        main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service:before {
          content: '';
          background: url(../image/icons.svg) -2px 0px/60px;
          height: 20px;
          width: 20px;
          position: absolute;
          top: 13px;
          right: 20px; }
        main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service:after {
          content: '';
          height: 25px;
          width: 1px;
          background: #4D4D4D;
          position: absolute;
          top: 10px;
          right: auto;
          left: 0px; }
          @media only screen and (max-width: 768px) {
            main .uhc_main_banner_block .uhc_main_banner .uhc_main_banner_form_block .uhc_form_service:after {
              display: none; } }
  main .uhc_main_banner_block .uhc_main_banner_services_block {
    max-width: 1250px;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 10px;
    z-index: 1; }
    @media only screen and (max-width: 1359px) {
      main .uhc_main_banner_block .uhc_main_banner_services_block {
        max-width: 1000px; } }
    @media only screen and (max-width: 1024px) {
      main .uhc_main_banner_block .uhc_main_banner_services_block {
        max-width: 780px; } }
    @media only screen and (max-width: 768px) {
      main .uhc_main_banner_block .uhc_main_banner_services_block {
        margin-top: 80px; } }
    @media only screen and (max-width: 539px) {
      main .uhc_main_banner_block .uhc_main_banner_services_block {
        margin-top: 40px; } }
    main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists {
      background: #ffffff;
      border-radius: 5px;
      box-shadow: 0px 2px 7px #9c9c9c;
      height: 200px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding-top: 10px;
      padding-right: 40px;
      padding-bottom: 10px;
      padding-left: 40px; }
      @media only screen and (max-width: 1024px) {
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists {
          height: 150px;
          width: 100%;
          padding-top: 10px;
          padding-right: 20px;
          padding-bottom: 10px;
          padding-left: 20px; } }
      @media only screen and (max-width: 768px) {
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists {
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          height: auto;
          width: 95%;
          margin: 0 auto; } }
      @media only screen and (max-width: 539px) {
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap; } }
      @media only screen and (max-width: 768px) {
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list {
          margin: 5px; } }
      main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list input {
        display: none; }
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list input:checked ~ label {
          border: 2px solid #23293C;
          color: #000000; }
      main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label {
        border: 1px solid #f2f2f2;
        padding: 20px;
        border-radius: 5px;
        height: 130px;
        width: 150px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        cursor: pointer;
        transition: all ease-in-out 0.2s;
        color: #424242; }
        @media only screen and (max-width: 1359px) {
          main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label {
            height: 120px;
            width: 120px;
            padding: 10px; } }
        @media only screen and (max-width: 1024px) {
          main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label {
            height: 100px;
            width: 100px; } }
        @media only screen and (max-width: 768px) {
          main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label {
            height: 130px;
            width: 130px; } }
        @media only screen and (max-width: 539px) {
          main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label {
            height: 90px;
            width: 90px;
            padding: 5px 5px; } }
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label img {
          height: 60px;
          width: 60px;
          margin-bottom: 10px;
          min-height: 60px; }
          @media only screen and (max-width: 1359px) {
            main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label img {
              min-height: 30px;
              height: 40px;
              width: 40px; } }
          @media only screen and (max-width: 539px) {
            main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label img {
              margin-bottom: 0px; } }
        main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label h5 {
          font-weight: 100;
          text-align: center;
          font-size: 12px; }
          @media only screen and (max-width: 539px) {
            main .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label h5 {
              font-size: 10px; } }
main .uhc_main_services_block {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  max-width: 1250px; }
  @media only screen and (max-width: 1359px) {
    main .uhc_main_services_block {
      max-width: 930px; } }
  @media only screen and (max-width: 1024px) {
    main .uhc_main_services_block {
      max-width: 780px; } }
  @media only screen and (max-width: 879px) {
    main .uhc_main_services_block {
      max-width: 100%;
      margin-top: 40px;
      margin-right: 10px;
      margin-bottom: 70px;
      margin-left: 10px; } }
  main .uhc_main_services_block .uhc_main_service_header h3 {
    font-weight: 100; }
    @media only screen and (max-width: 879px) {
      main .uhc_main_services_block .uhc_main_service_header h3 {
        text-align: center; } }
  main .uhc_main_services_block .uhc_main_service_lists_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    margin-top: 20px; }
    main .uhc_main_services_block .uhc_main_service_lists_block .uhc_service_left_btn {
      cursor: pointer;
      height: 30px;
      width: 20px;
      background: url(../image/icons.svg) -40px -46px/100px;
      position: absolute;
      top: 55px;
      right: auto;
      left: -40px; }
      @media only screen and (max-width: 768px) {
        main .uhc_main_services_block .uhc_main_service_lists_block .uhc_service_left_btn {
          display: none; } }
    main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      overflow: hidden;
      transition: .2s ease-in-out;
      object-fit: cover;
      transform: scroll(calc(var(--i,0)/var(--n)*-100%));
      scroll-behavior: smooth; }
      @media only screen and (max-width: 768px) {
        main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists {
          overflow: auto; } }
      main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists .uhc_main_service_list {
        height: 150px;
        width: 100%;
        margin: 0px 37px 0px 0px;
        min-width: 284px;
        max-width: 284px;
        border-radius: 5px;
        background: rgba(27, 27, 27, 0.26);
        cursor: pointer;
        position: relative;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s; }
        @media only screen and (max-width: 879px) {
          main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists .uhc_main_service_list {
            margin: 0px 15px 0px 0px; } }
        main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists .uhc_main_service_list img {
          border-radius: 5px;
          height: 100%;
          width: 100%;
          mix-blend-mode: multiply; }
        main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists .uhc_main_service_list h5 {
          position: absolute;
          top: 50px;
          left: 90px;
          color: #ffffff;
          display: none;
          height: auto;
          transition: all ease-in-out 0.3s;
          -webkit-transition: all ease-in-out 0.3s; }
        main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists .uhc_main_service_list:hover {
          background: rgba(27, 27, 27, 0.719); }
          main .uhc_main_services_block .uhc_main_service_lists_block .uhc_main_service_lists .uhc_main_service_list:hover h5 {
            display: block; }
    main .uhc_main_services_block .uhc_main_service_lists_block .uhc_service_right_btn {
      cursor: pointer;
      height: 30px;
      width: 20px;
      background: url(../image/icons.svg) -10px -46px/100px;
      position: absolute;
      top: 55px;
      right: -40px;
      left: auto; }
      @media only screen and (max-width: 768px) {
        main .uhc_main_services_block .uhc_main_service_lists_block .uhc_service_right_btn {
          display: none; } }
main .uhc_how_it_works_block {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  max-width: 1250px; }
  @media only screen and (max-width: 1359px) {
    main .uhc_how_it_works_block {
      max-width: 930px; } }
  @media only screen and (max-width: 1024px) {
    main .uhc_how_it_works_block {
      max-width: 780px; } }
  @media only screen and (max-width: 879px) {
    main .uhc_how_it_works_block {
      max-width: 100%;
      margin-top: 40px;
      margin-right: 10px;
      margin-bottom: 70px;
      margin-left: 10px; } }
  main .uhc_how_it_works_block .uhc_header_block {
    margin-bottom: 20px; }
    @media only screen and (max-width: 879px) {
      main .uhc_how_it_works_block .uhc_header_block h3 {
        text-align: center; } }
  main .uhc_how_it_works_block .uhv_divide_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 879px) {
      main .uhc_how_it_works_block .uhv_divide_block {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    main .uhc_how_it_works_block .uhv_divide_block .uhc_divide_first_block {
      height: 190px;
      width: 380px;
      border: 1px solid #dddddd;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-top: 20px;
      padding-right: 30px;
      padding-bottom: 10px;
      padding-left: 30px; }
      @media only screen and (max-width: 1359px) {
        main .uhc_how_it_works_block .uhv_divide_block .uhc_divide_first_block {
          height: 190px;
          width: 300px;
          padding-top: 20px;
          padding-right: 20px;
          padding-bottom: 10px;
          padding-left: 20px; } }
      @media only screen and (max-width: 1024px) {
        main .uhc_how_it_works_block .uhv_divide_block .uhc_divide_first_block {
          height: 190px;
          width: 250px; } }
      @media only screen and (max-width: 879px) {
        main .uhc_how_it_works_block .uhv_divide_block .uhc_divide_first_block {
          height: 190px;
          width: 100%;
          margin-bottom: 10px; } }
      main .uhc_how_it_works_block .uhv_divide_block .uhc_divide_first_block img {
        height: auto;
        width: 50px; }
      main .uhc_how_it_works_block .uhv_divide_block .uhc_divide_first_block p {
        text-align: center;
        color: #4D4D4D;
        font-weight: 100;
        font-size: 14px;
        font-family: "CircularStd-Book"; }
main .uhc_growth_story_block {
  max-width: 1250px;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    main .uhc_growth_story_block {
      margin-top: 30px;
      margin-right: auto;
      margin-bottom: 30px;
      margin-left: auto; } }
  main .uhc_growth_story_block .uhc_growth_header {
    margin-bottom: 40px; }
    main .uhc_growth_story_block .uhc_growth_header h3 {
      text-align: center; }
  main .uhc_growth_story_block .uhc_growth_list_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap; }
    @media only screen and (max-width: 768px) {
      main .uhc_growth_story_block .uhc_growth_list_block {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    main .uhc_growth_story_block .uhc_growth_list_block .uhc_growth_list {
      margin-right: 80px;
      margin-left: 80px; }
      @media only screen and (max-width: 879px) {
        main .uhc_growth_story_block .uhc_growth_list_block .uhc_growth_list {
          margin-right: 40px;
          margin-left: 40px; } }
      main .uhc_growth_story_block .uhc_growth_list_block .uhc_growth_list h1 {
        font-size: 60px;
        text-align: center;
        margin: 0; }
      main .uhc_growth_story_block .uhc_growth_list_block .uhc_growth_list p {
        font-weight: 100;
        text-align: center; }
main .uhc_trust_block {
  background: #F4F4F4; }
  main .uhc_trust_block .uhc_trust_lists {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      main .uhc_trust_block .uhc_trust_lists {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        max-width: 100%; } }
    main .uhc_trust_block .uhc_trust_lists .uhc_trust_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-flow: nowrap;
      -moz-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
      flex-flow: nowrap;
      height: 100px;
      width: 300px;
      border-right: 1px solid #23293C;
      padding: 15px 10px; }
      @media only screen and (max-width: 768px) {
        main .uhc_trust_block .uhc_trust_lists .uhc_trust_list {
          height: 100px;
          width: 100%;
          border-bottom: 1px solid #23293C;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-flex-flow: nowrap;
          -moz-flex-flow: nowrap;
          -ms-flex-flow: nowrap;
          flex-flow: nowrap;
          border-right: 0px; } }
      main .uhc_trust_block .uhc_trust_lists .uhc_trust_list:last-child {
        border-right: none; }
      main .uhc_trust_block .uhc_trust_lists .uhc_trust_list img {
        height: 70px;
        width: 70px; }
        @media only screen and (max-width: 1024px) {
          main .uhc_trust_block .uhc_trust_lists .uhc_trust_list img {
            height: 50px;
            width: 70px; } }
      main .uhc_trust_block .uhc_trust_lists .uhc_trust_list .uhc_desc {
        margin-right: 10px;
        margin-left: 10px; }
        main .uhc_trust_block .uhc_trust_lists .uhc_trust_list .uhc_desc p {
          font-weight: 300;
          color: #4D4D4D;
          font-size: 12px;
          font-family: "CircularStd-Book"; }
main.services .uhc_main_banner_block {
  height: 50  0px; }
  main.services .uhc_main_banner_block .uhc_main_banner {
    padding-top: 60px;
    padding-bottom: 20px; }
    main.services .uhc_main_banner_block .uhc_main_banner .uhc_main_desc {
      flex-direction: column; }
      main.services .uhc_main_banner_block .uhc_main_banner .uhc_main_desc .uhc_main_desc_p {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        list-style: none;
        padding: 0px; }
        @media only screen and (max-width: 768px) {
          main.services .uhc_main_banner_block .uhc_main_banner .uhc_main_desc .uhc_main_desc_p {
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            align-items: flex-start;
            -webkit-flex-flow: column;
            -moz-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column; } }
        main.services .uhc_main_banner_block .uhc_main_banner .uhc_main_desc .uhc_main_desc_p li {
          color: #d1d0d0;
          margin-right: 40px;
          margin-left: 40px;
          padding: 10px 0px; }
  main.services .uhc_main_banner_block .uhc_main_banner_services_block {
    margin: 40px auto 0px; }
    @media only screen and (max-width: 768px) {
      main.services .uhc_main_banner_block .uhc_main_banner_services_block {
        margin: -20px auto 0px; } }
    main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      height: auto;
      width: 100%;
      padding-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists {
          height: auto;
          width: 90%;
          padding-bottom: 20px;
          justify-content: center; } }
      main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists h3 {
        flex-basis: 100%;
        text-align: center;
        color: #4D4D4D; }
        @media only screen and (max-width: 768px) {
          main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists h3 {
            font-size: 14px; } }
      main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list {
        margin: 10px; }
        main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label {
          height: 50px;
          width: 270px;
          padding: 5px 5px 5px 20px;
          align-items: flex-start;
          justify-content: center;
          position: relative;
          border: 2px solid transparent;
          background: #ededed; }
          main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label::before {
            position: absolute;
            top: 14px;
            right: 12px;
            bottom: auto;
            left: auto;
            height: 20px;
            width: 20px;
            background: url(../image/icons.svg) 0px -21px/50px;
            content: ''; }
          main.services .uhc_main_banner_block .uhc_main_banner_services_block .uhc_main_services_lists .uhc_main_services_list label h5 {
            font-size: 14px;
            font-family: "CircularStd-Book";
            margin: 0; }
main.services .uhc_about_service_block {
  background: #F4F4F4;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1359px) {
    main.services .uhc_about_service_block {
      padding-top: 40px;
      padding-right: 20px;
      padding-bottom: 40px;
      padding-left: 20px; } }
  main.services .uhc_about_service_block .uhc_about_service {
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px; }
    @media only screen and (max-width: 1359px) {
      main.services .uhc_about_service_block .uhc_about_service {
        max-width: 930px; } }
    main.services .uhc_about_service_block .uhc_about_service .uhc_about_service_head {
      padding-top: 0px;
      padding-bottom: 10px;
      color: #4D4D4D; }
    main.services .uhc_about_service_block .uhc_about_service .uhc_about_service_desc {
      font-family: "CircularStd-Book";
      font-weight: 100; }
main.services .uhc_technician_block {
  max-width: 1250px;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  position: relative; }
  @media only screen and (max-width: 1359px) {
    main.services .uhc_technician_block {
      max-width: 800px;
      padding-right: 10px;
      padding-left: 10px; } }
  @media only screen and (max-width: 879px) {
    main.services .uhc_technician_block {
      max-width: 700px; } }
  main.services .uhc_technician_block h3 {
    margin-bottom: 40px; }
    main.services .uhc_technician_block h3 span {
      font-size: 14px;
      font-family: "CircularStd-Book";
      font-weight: 200; }
  main.services .uhc_technician_block .uhc_service_left_btn {
    cursor: pointer;
    height: 30px;
    width: 20px;
    background: url(../image/icons.svg) -40px -46px/100px;
    position: absolute;
    top: 75px;
    right: auto;
    left: -40px; }
    @media only screen and (max-width: 768px) {
      main.services .uhc_technician_block .uhc_service_left_btn {
        display: none; } }
  main.services .uhc_technician_block .uhc_technician_lists {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    transition: .2s ease-in-out;
    object-fit: cover;
    transform: scroll(calc(var(--i,0)/var(--n)*-100%));
    scroll-behavior: smooth; }
    @media only screen and (max-width: 768px) {
      main.services .uhc_technician_block .uhc_technician_lists {
        overflow: auto; } }
    main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      height: auto;
      width: 100%;
      min-width: 48%;
      margin-right: 20px;
      margin-left: 20px; }
      @media only screen and (max-width: 879px) {
        main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list {
          min-width: 46%; } }
      @media only screen and (max-width: 768px) {
        main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list {
          min-width: 90%;
          margin-right: 20px;
          margin-left: 0px; } }
      main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list .img {
        height: 60px;
        width: 60px;
        border: 1px solid #dddddd;
        margin-right: 10px;
        border-radius: 50px;
        min-width: 60px;
        overflow: hidden; }
        main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list .img img {
          height: 100%;
          width: 100%; }
      main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list .desc h4 {
        margin: 0; }
      main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list .desc p {
        margin: 0;
        font-size: 14px; }
      main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list .desc .rating {
        font-size: 14px;
        padding-left: 30px;
        line-height: 25px;
        position: relative; }
        main.services .uhc_technician_block .uhc_technician_lists .uhc_technician_list .desc .rating::before {
          content: '';
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0;
          height: 20px;
          width: 20px;
          background: url(../image/star.svg) 0px 0px/21px; }
  main.services .uhc_technician_block .uhc_service_right_btn {
    cursor: pointer;
    height: 30px;
    width: 20px;
    background: url(../image/icons.svg) -10px -46px/100px;
    position: absolute;
    top: 75px;
    right: -40px;
    left: auto; }
    @media only screen and (max-width: 768px) {
      main.services .uhc_technician_block .uhc_service_right_btn {
        display: none; } }
main.services .uhc_reviews {
  background: #F4F4F4; }
  main.services .uhc_reviews .uhc_reviews_block {
    max-width: 1250px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative; }
    @media only screen and (max-width: 1359px) {
      main.services .uhc_reviews .uhc_reviews_block {
        max-width: 800px;
        padding-top: 30px;
        padding-right: 10px;
        padding-bottom: 50px;
        padding-left: 10px; } }
    @media only screen and (max-width: 879px) {
      main.services .uhc_reviews .uhc_reviews_block {
        max-width: 700px; } }
    main.services .uhc_reviews .uhc_reviews_block h3 {
      margin-bottom: 40px; }
      main.services .uhc_reviews .uhc_reviews_block h3 span {
        font-size: 14px;
        font-family: "CircularStd-Book";
        font-weight: 200; }
    main.services .uhc_reviews .uhc_reviews_block .uhc_service_left_btn {
      cursor: pointer;
      height: 30px;
      width: 20px;
      background: url(../image/icons.svg) -40px -46px/100px;
      position: absolute;
      top: 125px;
      right: auto;
      left: -40px; }
      @media only screen and (max-width: 768px) {
        main.services .uhc_reviews .uhc_reviews_block .uhc_service_left_btn {
          display: none; } }
    main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      overflow: hidden;
      transition: .2s ease-in-out;
      object-fit: cover;
      transform: scroll(calc(var(--i,0)/var(--n)*-100%));
      scroll-behavior: smooth; }
      @media only screen and (max-width: 768px) {
        main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists {
          overflow: auto; } }
      main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        height: auto;
        width: 100%;
        min-width: 31%;
        max-width: 31%;
        margin-right: 20px;
        margin-left: 20px; }
        main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list:first-child {
          margin-left: 0px; }
        @media only screen and (max-width: 879px) {
          main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list {
            min-width: 45%;
            max-width: 45%; } }
        @media only screen and (max-width: 768px) {
          main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list {
            min-width: 80%;
            max-width: 80%;
            margin-right: 20px;
            margin-left: 0px; } }
        main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list .img {
          height: 60px;
          width: 60px;
          min-width: 60px;
          border: 1px solid #dddddd;
          margin-right: 10px;
          border-radius: 50px;
          overflow: hidden; }
          main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list .img img {
            height: 100%;
            width: 100%; }
        main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list .desc h4 {
          margin: 0;
          font-family: "CircularStd-Book"; }
        main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list .desc p {
          margin: 5px 0;
          font-size: 14px;
          font-family: "CircularStd-Book"; }
        main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list .desc .rating {
          font-size: 14px;
          padding-left: 30px;
          line-height: 25px;
          position: relative; }
          main.services .uhc_reviews .uhc_reviews_block .uhc_reviews_lists .uhc_reviews_list .desc .rating::before {
            content: '';
            position: absolute;
            top: 0;
            right: auto;
            bottom: auto;
            left: 0;
            height: 20px;
            width: 20px;
            background: url(../image/star.svg) 0px 0px/21px; }
    main.services .uhc_reviews .uhc_reviews_block .uhc_service_right_btn {
      cursor: pointer;
      height: 30px;
      width: 20px;
      background: url(../image/icons.svg) -10px -46px/100px;
      position: absolute;
      top: 125px;
      right: -40px;
      left: auto; }
      @media only screen and (max-width: 768px) {
        main.services .uhc_reviews .uhc_reviews_block .uhc_service_right_btn {
          display: none; } }

.uhc_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(27, 27, 27, 0.76);
  z-index: 99;
  display: none; }

.uhc_sidebar_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(27, 27, 27, 0.76);
  z-index: 9;
  display: none; }

.uhc_about-us_section .uhc_about_us {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1359px) {
    .uhc_about-us_section .uhc_about_us {
      max-width: 100%;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
      padding-left: 20px; } }
  .uhc_about-us_section .uhc_about_us .uhc_about_head h2 {
    margin: 0;
    text-align: center;
    font-family: "CircularStd-Book";
    padding-top: 20px;
    padding-bottom: 20px; }
  .uhc_about-us_section .uhc_about_us .uhc_about_desc {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .uhc_about-us_section .uhc_about_us .uhc_about_desc p {
      margin: 0;
      font-family: "CircularStd-Book"; }
.uhc_about-us_section.Contact .uhc_about_desc {
  margin-bottom: 20px; }
  .uhc_about-us_section.Contact .uhc_about_desc h4 {
    color: #9c9c9c; }
  .uhc_about-us_section.Contact .uhc_about_desc .uhc_contact_us_block h3 {
    color: #23293C; }
  .uhc_about-us_section.Contact .uhc_about_desc .uhc_contact_us_block a {
    color: #23293C; }
  .uhc_about-us_section.Contact .uhc_about_desc .uhc_contact_us_block .uhc_contact_lists {
    margin-top: 50px;
    margin-right: 0px; }
    .uhc_about-us_section.Contact .uhc_about_desc .uhc_contact_us_block .uhc_contact_lists .uhc_contact_list {
      background: #f2f2f2;
      height: auto; }

.uhc_who_we_are_block {
  background: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 40px; }
  .uhc_who_we_are_block h2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .uhc_who_we_are_block .uhc_who_we_are {
    max-width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 1359px) {
      .uhc_who_we_are_block .uhc_who_we_are {
        max-width: 100%;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
        padding-left: 20px; } }
    @media only screen and (max-width: 768px) {
      .uhc_who_we_are_block .uhc_who_we_are {
        -webkit-flex-flow: column-reverse;
        -moz-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
    .uhc_who_we_are_block .uhc_who_we_are .uhc_who_we_are_desc {
      flex-basis: 65%; }
      .uhc_who_we_are_block .uhc_who_we_are .uhc_who_we_are_desc p {
        font-family: "CircularStd-Book"; }
    .uhc_who_we_are_block .uhc_who_we_are .uhc_who_we_are_img {
      flex-basis: 25%;
      height: auto;
      width: 160px; }

.profile {
  background: #e2e2e2; }
  .profile .uhc_about_us {
    max-width: 760px; }
    .profile .uhc_about_us .div_portfolio_brief_desc_block {
      flex-basis: 100%;
      height: 500px;
      background: #ffffff; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav {
        margin: 24px auto;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        border-left: 1px solid #999;
        width: 95%; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block ul#nav {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li {
        list-style: none;
        align-self: stretch;
        flex-basis: 50%;
        background: white;
        text-align: center;
        border-bottom: 1px solid #dddddd; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li a {
        padding: 12px 0px;
        width: 100%;
        text-decoration: none;
        color: #000; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li a:hover, .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li a.active {
        border-bottom: 3px solid #23293C; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li:last-child a:hover, .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li:last-child a.active {
        border-bottom: 3px solid #ee1818; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li a.active {
        background: #eef1f8; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav section {
        display: none;
        /* I NEED TO FIX THIS */
        float: left;
        overflow: hidden;
        text-align: left;
        padding: 1% 3% 0 3%;
        width: 100%; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav {
        width: 100%;
        position: relative;
        border: none; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li {
        display: inline; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav li a {
        display: inline-block; }
      .profile .uhc_about_us .div_portfolio_brief_desc_block #nav section {
        padding: 5%;
        height: auto;
        position: absolute;
        top: 50px;
        font-size: 14px;
        left: 0; }
    .profile .uhc_about_us .profile_form input[type="text"], .profile .uhc_about_us .profile_form input[type="email"], .profile .uhc_about_us .profile_form textarea {
      margin: 15px 0px;
      height: 45px; }
    .profile .uhc_about_us .profile_form input[type="radio"] {
      margin: 10px 10px; }
    .profile .uhc_about_us .profile_form .btn {
      background: #23293C;
      margin: 35px 0px 0px;
      border: none;
      padding: 10px 30px;
      color: #ffffff;
      border-radius: 5px;
      cursor: pointer; }
    .profile .uhc_about_us .profile_form.reviews textarea {
      width: 100%;
      font-family: bold;
      height: 125px !important; }
    .profile .uhc_about_us .profile_form.reviews input {
      margin: 0px; }

.logout {
  color: #ee1818 !important; }
  .logout input {
    background: none;
    border: none;
    color: #ee1818 !important; }

/*# sourceMappingURL=custom.css.map */
