* {
  box-sizing: border-box; }

@font-face {
  font-family: "Archia-Regular";
  src: url("/font/Archia-Regular.ttf") format("ttf"), url("/font/Archia-Regular.woff") format("woff"), url("/font/Archia-Regular.woff2") format("woff2"); }
body {
  margin: 0 !important;
  font-size: 16px !important;
  background: #000 !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Archia-Regular", sans-serif !important;
  height: 100vh;
  display: flex;
  flex-direction: column; }

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%; }
  @media screen and (max-width: 1190px) {
    header {
      top: 0;
      z-index: 100; } }
  header .nav-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0; }
    @media screen and (max-width: 1190px) {
      header .nav-main {
        padding: 10px 0; } }
    header .nav-main .menuUp {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1190px) {
        header .nav-main .menuUp {
          width: 100%; } }
    header .nav-main .mobile-nav-icon {
      width: 7%;
      height: 25px;
      justify-content: space-between;
      flex-direction: column;
      align-items: end;
      display: none; }
      header .nav-main .mobile-nav-icon span {
        display: block;
        background-color: #fff;
        height: 2px;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
        opacity: 1;
        width: 10px;
        transform: rotate(0deg);
        width: 100%; }
        header .nav-main .mobile-nav-icon span:nth-child(2) {
          width: 60%; }
      header .nav-main .mobile-nav-icon.cross {
        z-index: 999; }
        header .nav-main .mobile-nav-icon.cross span:nth-child(1) {
          transform: rotate(45deg);
          position: relative;
          top: 15px;
          width: 80%; }
        header .nav-main .mobile-nav-icon.cross span:nth-child(2) {
          display: none; }
        header .nav-main .mobile-nav-icon.cross span:nth-child(3) {
          transform: rotate(-45deg);
          position: relative;
          bottom: 8px;
          width: 80%; }
      @media screen and (max-width: 767px) {
        header .nav-main .mobile-nav-icon {
          width: 10%; } }
      @media screen and (max-width: 1190px) {
        header .nav-main .mobile-nav-icon {
          display: flex; } }
    @media screen and (max-width: 1190px) {
      header .nav-main nav {
        flex: 1;
        height: 0;
        width: 100%;
        overflow: hidden; } }
    header .nav-main nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 1190px) {
        header .nav-main nav ul {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 100vh; } }
      header .nav-main nav ul li {
        display: inline-block;
        padding: 14px 20px;
        text-align: center;
        border-bottom: 0px solid #fff; }
        header .nav-main nav ul li a {
          text-align: center;
          padding: 5px 0;
          text-decoration: none;
          font-size: 16px;
          color: #a6a6a6;
          transition: all 0.3s ease-in-out;
          border-bottom: 1px solid transparent; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            header .nav-main nav ul li a {
              font-size: 21px;
              line-height: 28px; } }
          @media screen and (max-width: 1024px) {
            header .nav-main nav ul li a {
              border: none !important; } }
          header .nav-main nav ul li a:hover, header .nav-main nav ul li a:active {
            text-decoration: none;
            border-bottom: 1px solid #a6a6a6; }
        header .nav-main nav ul li .active {
          text-decoration: none;
          border-bottom: 1px solid #fff;
          color: #fff; }
          header .nav-main nav ul li .active:hover {
            border-bottom: 1px solid #fff; }
    header .nav-main nav.open {
      height: 100vh;
      background: #000;
      position: absolute;
      top: -10px;
      width: 100%;
      right: 0;
      transition: 250ms height ease-in-out;
      z-index: 99; }

.contact-us {
  flex: 1; }
  .contact-us .container {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .contact-us .container h1 {
      font-size: 64px;
      line-height: 150%;
      font-weight: 300;
      margin: 40px 0 20px;
      letter-spacing: 4px; }
      @media screen and (max-width: 1023px) {
        .contact-us .container h1 {
          font-size: 38px;
          line-height: 46px;
          letter-spacing: 2px;
          margin: 70px 0 60px; } }
      @media screen and (max-width: 767px) {
        .contact-us .container h1 {
          font-size: 36px;
          line-height: 46px;
          letter-spacing: 2px;
          width: 75%;
          margin: 40px 0 30px; } }
      @media screen and (max-width: 376px) {
        .contact-us .container h1 {
          margin: 25px 0 15px;
          font-size: 32px;
          line-height: 38px;
          width: 70%; } }
    .contact-us .container .tab-content-row {
      padding-left: 0;
      height: 100%; }
      @media screen and (max-width: 1190px) {
        .contact-us .container .tab-content-row {
          flex-direction: column; } }
      .contact-us .container .tab-content-row #city-tabs {
        border-bottom: 0; }
        @media screen and (max-width: 1190px) {
          .contact-us .container .tab-content-row #city-tabs {
            flex-direction: row !important;
            justify-content: space-between; } }
        .contact-us .container .tab-content-row #city-tabs .nav-link {
          text-align: left;
          font-size: 18px;
          color: #a6a6a6;
          line-height: 26px;
          padding-bottom: 20px;
          border-bottom: 1px solid #a6a6a6;
          padding-left: 0;
          border-top: none;
          border-left: none;
          border-right: none;
          padding-top: 15px;
          display: flex;
          letter-spacing: 4px;
          position: relative; }
          .contact-us .container .tab-content-row #city-tabs .nav-link:hover, .contact-us .container .tab-content-row #city-tabs .nav-link:active {
            border-top: none;
            border-left: none;
            border-right: none; }
          .contact-us .container .tab-content-row #city-tabs .nav-link::after {
            content: url("/assets/images/arrow-grey.svg");
            height: 27px;
            margin-left: 20px; }
            @media screen and (max-width: 1190px) {
              .contact-us .container .tab-content-row #city-tabs .nav-link::after {
                display: none; } }
          @media screen and (max-width: 1190px) {
            .contact-us .container .tab-content-row #city-tabs .nav-link {
              font-size: 14px;
              line-height: 20px;
              padding-bottom: 10px;
              letter-spacing: 1px;
              border: none; } }
        .contact-us .container .tab-content-row #city-tabs .active {
          background-color: transparent;
          border-top: none;
          border-left: none;
          border-right: none;
          color: #fff;
          border-color: #fff; }
          .contact-us .container .tab-content-row #city-tabs .active::after {
            content: url("/assets/images/arrow-white.svg"); }
            @media screen and (max-width: 1190px) {
              .contact-us .container .tab-content-row #city-tabs .active::after {
                display: block;
                content: "" !important;
                position: absolute;
                bottom: 0px;
                right: 2px;
                width: 50px;
                height: 2px;
                background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
                box-shadow: 4px 24px 60px 0px rgba(0, 0, 0, 0.05);
                margin-left: 0; } }
      .contact-us .container .tab-content-row .social-info {
        margin-bottom: 20px; }
        @media screen and (max-width: 1190px) {
          .contact-us .container .tab-content-row .social-info {
            display: none; } }
        .contact-us .container .tab-content-row .social-info p a {
          color: #fff;
          text-decoration: none;
          letter-spacing: 1px; }
        .contact-us .container .tab-content-row .social-info p:first-child {
          margin: 0; }
        .contact-us .container .tab-content-row .social-info .social-icon {
          margin-right: 20px; }
      @media screen and (max-width: 1190px) {
        .contact-us .container .tab-content-row .content-row {
          flex: 1;
          margin-bottom: 30px;
          border-bottom: 1px solid #fff; } }
      .contact-us .container .tab-content-row .content-row #city-tabs-content {
        height: 100%; }
        .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane {
          height: 100%;
          background-position: right bottom;
          background-repeat: no-repeat; }
          @media screen and (max-width: 950px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane {
              min-height: 420px; } }
          @media screen and (max-width: 1190px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane {
              background-size: auto;
              background-position: center bottom; } }
          .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content {
            padding-top: 17px;
            margin-left: 20%; }
            @media screen and (min-width: 768px) and (max-width: 1190px) {
              .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content {
                padding-top: 35px !important; } }
            @media screen and (max-width: 1190px) {
              .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content {
                margin-left: 0;
                padding-top: 50px; } }
            @media screen and (max-width: 376px) {
              .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content {
                padding-top: 30px; } }
            .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content p {
              font-size: 14px;
              line-height: 20px;
              letter-spacing: 1px; }
              @media screen and (max-width: 767px) {
                .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content p {
                  font-size: 12px;
                  line-height: 18px;
                  letter-spacing: 1px; } }
            .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content a {
              text-decoration: none;
              color: #fff; }
            .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .address {
              width: 70%; }
              @media screen and (max-width: 950px) {
                .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .address {
                  width: 95%; } }
            .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .direction-btn a, .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .direction-btn button {
              color: #000;
              background-color: #fff;
              padding: 5px 10px;
              display: flex;
              width: fit-content;
              text-decoration: none;
              font-size: 14px;
              line-height: 22px;
              border: none; }
              @media screen and (max-width: 767px) {
                .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .direction-btn a, .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .direction-btn button {
                  padding: 8px;
                  align-items: center; } }
              .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .direction-btn a::after, .contact-us .container .tab-content-row .content-row #city-tabs-content .tab-pane .content .direction-btn button::after {
                content: url("/assets/images/direction-arrow.svg");
                height: 21px;
                margin-left: 5px; }
        .contact-us .container .tab-content-row .content-row #city-tabs-content #mumbai {
          background-image: url("/assets/images/Mumbai.png"); }
          @media screen and (max-width: 1190px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content #mumbai {
              background-image: url("/assets/images/Mumbai-mob.png"); } }
        .contact-us .container .tab-content-row .content-row #city-tabs-content #banglore {
          background-image: url("/assets/images/Banglore.png"); }
          @media screen and (max-width: 1190px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content #banglore {
              background-image: url("/assets/images/Banglore-mob.png"); } }
        .contact-us .container .tab-content-row .content-row #city-tabs-content #delhi {
          background-image: url("/assets/images/Delhi.png"); }
          @media screen and (max-width: 1190px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content #delhi {
              background-image: url("/assets/images/Delhi-mob.png"); } }
        .contact-us .container .tab-content-row .content-row #city-tabs-content #dubai {
          background-image: url("/assets/images/Dubai.png"); }
          @media screen and (max-width: 1190px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content #dubai {
              background-image: url("/assets/images/Dubai-mob.png"); } }
        .contact-us .container .tab-content-row .content-row #city-tabs-content #new-york {
          background-image: url("/assets/images/New-york.png");
          background-position-x: 90%; }
          @media screen and (max-width: 767px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content #new-york {
              background-position-x: 50%;
              background-size: 30%; } }
          @media screen and (min-width: 767px) and (max-width: 1023px) {
            .contact-us .container .tab-content-row .content-row #city-tabs-content #new-york {
              background-size: 25%;
              background-position-x: 50%; } }

.contact-us-form {
  display: none;
  flex: 1; }
  .contact-us-form .back-btn {
    background-color: transparent;
    border: none;
    padding-left: 0;
    text-align: left;
    margin-top: 15px; }
  .contact-us-form .form-success h3 {
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .contact-us-form .form-success h3 {
        text-align: center; } }
  .contact-us-form .heading {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.5px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .contact-us-form .heading {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: initial; } }
  .contact-us-form .description {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
      .contact-us-form .description {
        letter-spacing: initial; } }
  .contact-us-form #contact-form {
    width: 39%;
    margin-top: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .contact-us-form #contact-form {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1190px) {
      .contact-us-form #contact-form {
        width: 75%; } }
    .contact-us-form #contact-form .input-row {
      margin-bottom: 25px; }
    .contact-us-form #contact-form .name-input {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #c8c8c8;
      padding: 5px 0 5px 5px;
      width: 100%;
      color: #c8c8c8; }
      .contact-us-form #contact-form .name-input::placeholder {
        color: #c8c8c8; }
      .contact-us-form #contact-form .name-input:focus-visible {
        outline: none !important;
        color: white;
        border-color: white; }
        .contact-us-form #contact-form .name-input:focus-visible::placeholder {
          color: white; }
    .contact-us-form #contact-form .twin-input-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .contact-us-form #contact-form .twin-input-row {
          flex-direction: column; } }
    .contact-us-form #contact-form .email-row {
      display: inline-block;
      width: 47%; }
      @media screen and (max-width: 767px) {
        .contact-us-form #contact-form .email-row {
          width: 100%; } }
      .contact-us-form #contact-form .email-row .email-input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        padding: 5px 0 5px 5px;
        width: 100%;
        color: #c8c8c8; }
        .contact-us-form #contact-form .email-row .email-input::placeholder {
          color: #c8c8c8; }
        .contact-us-form #contact-form .email-row .email-input:focus-visible {
          outline: none !important;
          color: white;
          border-color: white; }
          .contact-us-form #contact-form .email-row .email-input:focus-visible::placeholder {
            color: white; }
    .contact-us-form #contact-form .mobile-row {
      display: inline-block;
      width: 47%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .contact-us-form #contact-form .mobile-row {
          width: 100%; } }
      .contact-us-form #contact-form .mobile-row .mobile-input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        padding: 5px 0 5px 5px;
        width: 100%;
        color: #c8c8c8; }
        .contact-us-form #contact-form .mobile-row .mobile-input::placeholder {
          color: #c8c8c8; }
        .contact-us-form #contact-form .mobile-row .mobile-input:focus-visible {
          outline: none !important;
          color: white;
          border-color: white; }
          .contact-us-form #contact-form .mobile-row .mobile-input:focus-visible::placeholder {
            color: white; }
      .contact-us-form #contact-form .mobile-row .iti__arrow {
        border: none; }
        .contact-us-form #contact-form .mobile-row .iti__arrow.focus::after, .contact-us-form #contact-form .mobile-row .iti__arrow.has-text::after {
          content: url("/assets/images/down-arrow-white.svg"); }
        .contact-us-form #contact-form .mobile-row .iti__arrow::after {
          content: url("/assets/images/down-arrow-grey.svg");
          position: absolute;
          bottom: 1px;
          right: -8px;
          transform: scale(0.7); }
      .contact-us-form #contact-form .mobile-row .iti__arrow--up.focus::after, .contact-us-form #contact-form .mobile-row .iti__arrow--up.has-text::after {
        content: url("/assets/images/up-arrow-white.svg"); }
      .contact-us-form #contact-form .mobile-row .iti__arrow--up::after {
        content: url("/assets/images/up-arrow-grey.svg"); }
      .contact-us-form #contact-form .mobile-row .iti__flag-container {
        height: 36px; }
      .contact-us-form #contact-form .mobile-row .iti--separate-dial-code {
        width: 100%; }
      .contact-us-form #contact-form .mobile-row .iti__flag, .contact-us-form #contact-form .mobile-row .iti__flag-box {
        display: none; }
      .contact-us-form #contact-form .mobile-row .iti__selected-dial-code {
        margin-left: 0; }
      .contact-us-form #contact-form .mobile-row li.iti__country {
        color: black; }
      .contact-us-form #contact-form .mobile-row .iti__selected-dial-code {
        color: #c8c8c8;
        padding-bottom: 2px; }
      .contact-us-form #contact-form .mobile-row .focus {
        color: white; }
      .contact-us-form #contact-form .mobile-row .parsley-errors-list {
        margin-top: 10px; }
    .contact-us-form #contact-form .dropdown-row {
      display: inline-block;
      width: 47%; }
      @media screen and (max-width: 767px) {
        .contact-us-form #contact-form .dropdown-row {
          width: 100%; } }
      .contact-us-form #contact-form .dropdown-row .region-dropdown {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        padding: 5px 0 5px 5px;
        width: 100%;
        color: #c8c8c8; }
        .contact-us-form #contact-form .dropdown-row .region-dropdown:focus-visible {
          outline: none !important;
          color: white;
          border-color: white; }
          .contact-us-form #contact-form .dropdown-row .region-dropdown:focus-visible::placeholder {
            color: white; }
        .contact-us-form #contact-form .dropdown-row .region-dropdown option {
          color: black;
          padding: 5px;
          border-bottom: 1px solid black;
          background-color: red; }
    .contact-us-form #contact-form .project-dropdown-row {
      position: relative; }
      .contact-us-form #contact-form .project-dropdown-row input.project-dropdown-input {
        color: black;
        background: transparent;
        border: none;
        position: relative;
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid #c8c8c8;
        padding: 5px 20px 5px 5px;
        color: #c8c8c8;
        background-image: url("/assets/images/down-arrow-grey.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: right center; }
        .contact-us-form #contact-form .project-dropdown-row input.project-dropdown-input.close {
          background-image: url("/assets/images/up-arrow-grey.svg"); }
        .contact-us-form #contact-form .project-dropdown-row input.project-dropdown-input:focus-within {
          outline: none; }
        .contact-us-form #contact-form .project-dropdown-row input.project-dropdown-input::after {
          content: url("/assets/images/down-arrow-grey.svg");
          width: 18px;
          height: 18px;
          display: block; }
        .contact-us-form #contact-form .project-dropdown-row input.project-dropdown-input.has-text {
          background-image: url("/assets/images/down-arrow-white.svg"); }
        .contact-us-form #contact-form .project-dropdown-row input.project-dropdown-input.close.has-text {
          background-image: url("/assets/images/up-arrow-white.svg"); }
      .contact-us-form #contact-form .project-dropdown-row .project-dropdown {
        display: none;
        position: absolute;
        width: 100%;
        border: none;
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 150px;
        overflow-y: auto;
        background-color: white;
        top: 35px;
        z-index: 5; }
        .contact-us-form #contact-form .project-dropdown-row .project-dropdown li {
          padding: 5px;
          cursor: pointer;
          background-color: transparent;
          color: black;
          border-bottom: 1px solid black; }
          .contact-us-form #contact-form .project-dropdown-row .project-dropdown li.selected {
            background-color: rgba(0, 0, 0, 0.05); }
    .contact-us-form #contact-form .region-dropdown-row {
      position: relative; }
      .contact-us-form #contact-form .region-dropdown-row input.region-dropdown-input {
        color: black;
        background: transparent;
        border: none;
        position: relative;
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid #c8c8c8;
        padding: 5px 20px 5px 5px;
        color: #c8c8c8;
        background-image: url("/assets/images/down-arrow-grey.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: right center; }
        .contact-us-form #contact-form .region-dropdown-row input.region-dropdown-input.close {
          background-image: url("/assets/images/up-arrow-grey.svg"); }
        .contact-us-form #contact-form .region-dropdown-row input.region-dropdown-input.close.has-text {
          background-image: url("/assets/images/up-arrow-white.svg"); }
        .contact-us-form #contact-form .region-dropdown-row input.region-dropdown-input:focus-within {
          outline: none; }
        .contact-us-form #contact-form .region-dropdown-row input.region-dropdown-input.has-text {
          background-image: url("/assets/images/down-arrow-white.svg"); }
      .contact-us-form #contact-form .region-dropdown-row .region-dropdown {
        display: none;
        position: absolute;
        width: 100%;
        border: none;
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 150px;
        overflow-y: auto;
        background-color: white;
        top: 35px;
        z-index: 5; }
        .contact-us-form #contact-form .region-dropdown-row .region-dropdown li {
          padding: 5px 10px;
          cursor: pointer;
          background-color: transparent;
          color: black;
          border-bottom: 1px solid black; }
          .contact-us-form #contact-form .region-dropdown-row .region-dropdown li.selected {
            background-color: rgba(0, 0, 0, 0.05); }
    .contact-us-form #contact-form .message-input {
      background-color: transparent;
      border: none;
      margin-bottom: 10px;
      margin-top: 15px;
      border-bottom: 1px solid #c8c8c8;
      padding: 5px 0 5px 5px;
      width: 100%;
      color: #c8c8c8;
      resize: none; }
      @media screen and (max-width: 767px) {
        .contact-us-form #contact-form .message-input {
          margin-top: 0; } }
      .contact-us-form #contact-form .message-input::placeholder {
        color: #c8c8c8; }
      .contact-us-form #contact-form .message-input:focus-visible {
        outline: none !important;
        color: white;
        border-color: white; }
        .contact-us-form #contact-form .message-input:focus-visible::placeholder {
          color: white; }
    .contact-us-form #contact-form .submit-btn {
      border: none;
      background-color: white;
      color: black;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 767px) {
        .contact-us-form #contact-form .submit-btn {
          width: 100%; } }
    .contact-us-form #contact-form .has-text {
      color: white !important;
      border-color: white !important; }
    .contact-us-form #contact-form .parsley-errors-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0px;
      margin-top: 10px; }
      .contact-us-form #contact-form .parsley-errors-list li {
        font-size: 12px;
        color: #ff8282; }

.footer-section {
  display: none; }

.show {
  display: block; }

.hide {
  display: none; }

.iti__flag, .iti__flag-box {
  display: none !important; }

li.iti__country {
  color: black; }

.iti__country-list {
  z-index: 200; }

.iti__divider {
  display: none; }

.iti__country {
  border-bottom: 1px solid black; }

#scam-alert {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(162, 162, 162, 0.5);
  z-index: 99999999;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  top: 0; }
  #scam-alert .img-container {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media all and (max-width: 1199px) {
      #scam-alert .img-container {
        width: 100%; } }
    #scam-alert .img-container .scam-img {
      width: 50%;
      height: auto; }
      @media all and (max-width: 1199px) {
        #scam-alert .img-container .scam-img {
          width: 90%; } }
    #scam-alert .img-container .close-icon {
      position: absolute;
      right: 22%;
      top: -2.5%;
      width: 28px;
      height: 28px;
      cursor: pointer; }
      @media all and (max-width: 1199px) {
        #scam-alert .img-container .close-icon {
          right: 5%;
          top: -7%;
          width: 32px;
          height: 32px; } }

/*# sourceMappingURL=custom.css.map */
