/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.input-wrapper {
  width: 45%; }
  .input-wrapper label {
    display: inline-block;
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #26252e;
    margin: 17px 0; }
  .input-wrapper input {
    width: 100%;
    background: #ffffff;
    opacity: 0.3;
    border: 1px solid #26252e;
    box-sizing: border-box;
    height: 59px;
    font-size: 18px;
    padding: 13px; }
  .input-wrapper input:focus {
    outline-color: #adadaf;
    outline-width: 2px;
    border-radius: 4px; }
  .input-wrapper input::placeholder {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #26252e;
    opacity: 0.1; }
  .input-wrapper .error {
    color: #ff0000;
    position: relative;
    top: 10px; }

.input-error input {
  border: 1px solid #ff0000; }

@media screen and (max-width: 1024px) {
  .input-wrapper {
    width: 100%; }
    .input-wrapper label {
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 10px 0; }
    .input-wrapper input {
      width: 100%;
      height: 40px;
      font-size: 20px; }
    .input-wrapper input::placeholder {
      font-size: 12px;
      line-height: 20px; }
    .input-wrapper .error {
      color: #ff0000;
      position: relative;
      top: 10px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.select-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  .select-wrapper ::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }
  .select-wrapper label {
    display: inline-block;
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #26252e;
    margin: 17px 0; }
  .select-wrapper .select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #bebec0;
    box-sizing: border-box;
    height: 59px;
    padding: 13px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #e2e6e7; }
    .select-wrapper .select .select-text {
      color: #26252e;
      font-family: "Roboto-Regular"; }
    .select-wrapper .select .select-placeholder {
      font-family: "Roboto-Regular";
      color: #bebec0; }
    .select-wrapper .select .arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      object-fit: cover; }
      .select-wrapper .select .arrow img {
        width: inherit; }
    .select-wrapper .select .select-arrow {
      opacity: 0.3; }
  .select-wrapper .select:focus {
    border: 2px solid #adadaf;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select-wrapper .select:hover {
    cursor: pointer; }
  .select-wrapper .select-scroll {
    width: 100%;
    position: absolute;
    top: 71px;
    margin-top: 58px;
    max-height: 240px;
    overflow-y: scroll;
    font-family: "Roboto-Medium";
    border: 2px solid #bebec0;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
    z-index: 999; }
    .select-wrapper .select-scroll .option {
      width: 100%;
      height: 48px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 13px;
      padding-right: 13px; }
    .select-wrapper .select-scroll .option:hover {
      background-color: #ecf1f2;
      cursor: pointer; }
  .select-wrapper .error-message {
    display: block;
    position: absolute;
    color: #ff0000;
    margin-top: 70px; }

.hide {
  display: none; }

@media screen and (max-width: 1024px) {
  .select-wrapper {
    width: 100%;
    margin-bottom: 40px; }
    .select-wrapper label {
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 10px 0; }
    .select-wrapper .select {
      width: 100%;
      height: 40px;
      line-height: 20px; }
      .select-wrapper .select .select-placeholder {
        font-size: 12px; }
      .select-wrapper .select .arrow {
        width: 13px;
        height: 13px; }
    .select-wrapper .select-scroll {
      top: 12px;
      max-height: 200px; }
      .select-wrapper .select-scroll .option {
        height: 40px;
        font-size: 12px;
        line-height: 20px; }
    .select-wrapper .error-message {
      margin-top: 43px;
      font-size: 10px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.textarea-warpper {
  width: 100%; }
  .textarea-warpper label {
    display: inline-block;
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #26252e;
    margin: 17px 0; }
  .textarea-warpper textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #26252e;
    box-sizing: border-box;
    height: 184px;
    padding: 13px;
    font-size: 18px;
    line-height: 30px;
    resize: none; }
  .textarea-warpper textarea::placeholder {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #26252e; }
  .textarea-warpper textarea:focus {
    outline-color: #adadaf;
    outline-width: 2px;
    border-radius: 4px; }
  .textarea-warpper .error {
    color: #ff0000;
    position: relative;
    top: 10px; }

@media screen and (max-width: 1024px) {
  .textarea-warpper {
    width: 100%; }
    .textarea-warpper label {
      font-size: 14px;
      line-height: 20px; }
    .textarea-warpper textarea::placeholder {
      font-size: 14px;
      line-height: 20px; }
    .textarea-warpper .error {
      color: #ff0000;
      position: relative;
      top: 10px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.contact-us {
  position: relative;
  height: auto; }
  .contact-us .side-title {
    position: absolute;
    left: 4.1%;
    z-index: 2;
    font-family: "Roboto-Medium";
    font-style: normal;
    top: 665px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    transform: translateX(calc(-50% + 15px)) rotate(-90deg); }
  .contact-us .content-section {
    position: relative;
    width: 100%;
    height: 671px; }
    .contact-us .content-section .fixedPosition {
      position: fixed !important;
      top: -10px !important; }
    .contact-us .content-section .fadeOut {
      opacity: 0 !important; }
    .contact-us .content-section .content-body {
      position: absolute;
      left: calc(4.1% + calc(91.8%/ 8));
      height: 100%;
      width: calc(100% - calc(calc(4.1% + calc(91.8%/ 8)) * 2));
      padding-top: 105px;
      z-index: 0 !important; }
      .contact-us .content-section .content-body .bold-line {
        position: relative;
        width: 114px;
        height: 7px;
        background-color: #000000;
        margin-top: -15px; }
      .contact-us .content-section .content-body .title-section {
        position: relative;
        padding-top: 50px; }
        .contact-us .content-section .content-body .title-section .title {
          font-family: "Roboto-Medium";
          font-style: normal;
          font-weight: 500;
          font-size: 59px;
          line-height: 90px;
          color: #000000; }
      .contact-us .content-section .content-body .text {
        margin-top: 66px;
        width: calc(100% / 2);
        position: relative;
        font-family: "Roboto-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em;
        color: rgba(38, 37, 46, 0.7);
        opacity: 0.6; }
    .contact-us .content-section .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ecf1f2; }
  .contact-us .form-section {
    position: relative;
    width: 100%;
    height: 640px;
    margin-bottom: -1px; }
    .contact-us .form-section .form-body {
      position: absolute;
      bottom: 0px;
      right: 0;
      width: calc(100% - calc(4.1% + calc(91.8%/ 8)));
      height: 1035px;
      background-color: #ffffff;
      z-index: 1;
      padding-top: 45px;
      border-left: 1px solid #ecf1f2; }
      .contact-us .form-section .form-body .input-row-section {
        margin-left: calc(91.8vw / 8);
        width: calc(calc(91.8vw / 8) * 5);
        display: flex;
        justify-content: space-between;
        margin-bottom: 36px; }
        .contact-us .form-section .form-body .input-row-section .filed-section {
          width: 45%; }
          .contact-us .form-section .form-body .input-row-section .filed-section .input-wrapper {
            width: 100%; }
          .contact-us .form-section .form-body .input-row-section .filed-section h4 {
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 36px;
            color: #26252e;
            margin: 17px 0; }
          .contact-us .form-section .form-body .input-row-section .filed-section input {
            width: 100%;
            background: #ffffff;
            font-size: 18px;
            border: 1px solid #bebec0;
            box-sizing: border-box;
            height: 59px;
            padding: 13px;
            color: #26252e;
            opacity: 1; }
          .contact-us .form-section .form-body .input-row-section .filed-section input::placeholder {
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            letter-spacing: 0.02em;
            color: #26252e;
            opacity: 0.3; }
          .contact-us .form-section .form-body .input-row-section .filed-section .error {
            color: #ff0000;
            position: relative;
            top: 10px; }
        .contact-us .form-section .form-body .input-row-section .input-textarea-section {
          width: 100%; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section label {
            display: inline-block;
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 36px;
            color: #26252e;
            margin: 17px 0; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section h4 {
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 36px;
            color: #26252e;
            margin: 17px 0; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section textarea {
            width: 100%;
            background: #ffffff;
            border: 1px solid #bebec0;
            box-sizing: border-box;
            height: 89px;
            padding: 13px;
            resize: none;
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 30px;
            letter-spacing: 0.02em;
            color: #26252e; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section textarea::placeholder {
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            letter-spacing: 0.02em;
            color: #bebec0; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section .error {
            color: #ff0000;
            position: relative;
            top: 10px; }
        .contact-us .form-section .form-body .input-row-section .input-button-section {
          position: relative;
          top: 0px;
          height: 60px;
          width: 180px;
          display: flex;
          justify-content: center;
          background-color: #434eba;
          overflow: hidden;
          outline: none; }
          .contact-us .form-section .form-body .input-row-section .input-button-section span {
            height: 100%; }
          .contact-us .form-section .form-body .input-row-section .input-button-section button {
            font-family: "Roboto-Regular";
            font-size: 20px;
            height: 100%;
            color: #ffffff;
            background-color: #434eba;
            border: 0px;
            width: 100%; }
      .contact-us .form-section .form-body .input-checkbox-section {
        margin-left: calc(calc(91.8vw / 8));
        width: calc(calc(91.8vw / 8) * 5);
        display: flex;
        justify-content: flex-start;
        column-gap: 15px;
        margin-bottom: 36px; }
        .contact-us .form-section .form-body .input-checkbox-section .input-checkbox {
          cursor: pointer; }
        .contact-us .form-section .form-body .input-checkbox-section .input-checkbox-label {
          font-family: "Roboto-Medium";
          font-size: 14px; }
  .contact-us .bottom-line {
    width: calc(calc(var(--singleGridWidth) * 7) + var(--sideGridWidth)); }
  .contact-us .wrap-plus {
    top: 98.9%;
    bottom: 0;
    z-index: 2;
    left: var(--secondGridLeft); }

@media screen and (min-width: 1440px) {
  .contact-us {
    position: relative;
    height: auto; }
    .contact-us .side-title {
      left: calc(calc(100% - 1320px) / 2); }
    .contact-us .content-section .content-body {
      left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8));
      width: calc(100% - calc(calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)) * 2)); }
    .contact-us .form-section .form-body {
      width: calc(100% - calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8))); }
      .contact-us .form-section .form-body .input-row-section {
        margin-left: calc(1320px/ 8);
        width: calc(calc(1320px/ 8) * 5); }
      .contact-us .form-section .form-body .input-checkbox-section {
        margin-left: calc(1320px/ 8);
        width: calc(calc(1320px/ 8) * 5); }
        .contact-us .form-section .form-body .input-checkbox-section .input-checkbox {
          cursor: pointer; }
        .contact-us .form-section .form-body .input-checkbox-section .input-checkbox-label {
          font-family: "Roboto-Medium";
          font-size: 14px; }
  .plus-icon {
    left: calc(calc(calc(100vw - 1320px) / 2) + 165px); } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .contact-us {
    position: relative;
    height: auto; }
    .contact-us .side-title {
      left: calc(calc(100% - 1240px) / 2);
      top: 610px;
      font-size: 18px;
      padding-top: 10px; }
    .contact-us .bg {
      height: 627px; }
    .contact-us .content-section {
      height: 627px; }
      .contact-us .content-section .fixedPosition {
        top: -20px !important; }
      .contact-us .content-section .content-body {
        left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
        width: calc(100% - calc(calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)) * 2)); }
        .contact-us .content-section .content-body .bold-line {
          width: 110px; }
        .contact-us .content-section .content-body .title-section {
          padding-top: 42px; }
          .contact-us .content-section .content-body .title-section .title {
            font-size: 56px; }
        .contact-us .content-section .content-body .text {
          margin-top: 46px;
          font-size: 18px; }
    .contact-us .form-section {
      height: 640px; }
      .contact-us .form-section .form-body {
        width: calc(100% - calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8))); }
        .contact-us .form-section .form-body .input-row-section {
          margin-left: calc(1240px/ 8);
          width: calc(calc(1240px/ 8) * 5); }
          .contact-us .form-section .form-body .input-row-section .filed-section h4 {
            font-size: 22px; }
          .contact-us .form-section .form-body .input-row-section .filed-section input::placeholder {
            font-size: 18px; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section {
            width: 100%; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section h4 {
              font-size: 22px; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section textarea::placeholder {
              font-size: 18px; }
          .contact-us .form-section .form-body .input-row-section .input-button-section button {
            font-size: 18px;
            width: 100%; }
        .contact-us .form-section .form-body .input-checkbox-section {
          margin-left: calc(1240px/ 8);
          width: calc(calc(1240px/ 8) * 5); }
          .contact-us .form-section .form-body .input-checkbox-section .input-checkbox {
            cursor: pointer; }
          .contact-us .form-section .form-body .input-checkbox-section .input-checkbox-label {
            font-family: "Roboto-Medium";
            font-size: 14px; }
  .plus-icon {
    left: calc(calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)); } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .contact-us .side-title {
    left: var(--sideGridWidth); }
  .contact-us .content-section .content-body {
    left: var(--secondGridLeft); }
    .contact-us .content-section .content-body .text {
      font-size: var(--font20); }
  .contact-us .form-section .form-body {
    width: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 7)); } }

@media screen and (max-width: 1024px) {
  .contact-us {
    height: 1064px; }
    .contact-us .side-title {
      font-size: 12px;
      line-height: 18px;
      top: 418px; }
    .contact-us .content-section {
      height: calc(426px); }
      .contact-us .content-section .content-body {
        margin-left: 7px; }
        .contact-us .content-section .content-body .bold-line {
          width: 60px; }
        .contact-us .content-section .content-body .title-section {
          position: relative;
          padding-top: 50px; }
          .contact-us .content-section .content-body .title-section .title {
            font-size: 30px;
            line-height: 40px; }
        .contact-us .content-section .content-body .text {
          font-weight: 400;
          font-size: 12px;
          line-height: 20px;
          opacity: 0.7;
          width: 216px;
          margin-top: 24px; }
    .contact-us .form-section {
      height: 729px; }
      .contact-us .form-section .form-body {
        width: calc(100% - var(--sideGridWidth) - 1px);
        padding-top: 30px;
        height: 1010px;
        bottom: 50px; }
        .contact-us .form-section .form-body .input-row-section {
          height: auto;
          flex-direction: column;
          margin-left: 71px;
          width: calc(100% - 71px - 18px);
          margin-bottom: 0; }
          .contact-us .form-section .form-body .input-row-section .filed-section {
            width: 100%;
            margin-bottom: 25px; }
            .contact-us .form-section .form-body .input-row-section .filed-section h4 {
              font-weight: 400;
              font-size: 14px;
              line-height: 20px; }
            .contact-us .form-section .form-body .input-row-section .filed-section input {
              height: 40px; }
            .contact-us .form-section .form-body .input-row-section .filed-section input::placeholder {
              font-size: 12px;
              line-height: 20px; }
            .contact-us .form-section .form-body .input-row-section .filed-section .error {
              top: -2px;
              font-size: 10px; }
          .contact-us .form-section .form-body .input-row-section .input-textarea-section {
            width: 100%; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section h4 {
              font-size: 14px;
              line-height: 20px; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section textarea {
              height: 100px; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section textarea::placeholder {
              font-size: 14px;
              line-height: 20px; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section .error {
              top: -2px;
              font-size: 10px; }
            .contact-us .form-section .form-body .input-row-section .input-textarea-section label {
              margin: 0px 0px; }
          .contact-us .form-section .form-body .input-row-section .input-button-section {
            height: 36px;
            width: 100px;
            position: relative;
            top: 0;
            margin-top: 18px; }
            .contact-us .form-section .form-body .input-row-section .input-button-section .contact-marquee {
              width: 100%; }
            .contact-us .form-section .form-body .input-row-section .input-button-section button {
              font-size: 11px;
              width: 100%; }
        .contact-us .form-section .form-body .input-checkbox-section {
          margin-left: 71px;
          width: calc(100% - 71px - 18px);
          margin-bottom: 18px;
          margin-top: 12px; }
    .contact-us .bottom-line {
      width: calc(calc(var(--singleGridWidth) * 4) + var(--sideGridWidth));
      left: var(--sideGridWidth); }
    .contact-us .wrap-plus {
      top: 99.2%;
      left: var(--sideGridWidth); } }

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-us .content-section .content-body .text {
    width: calc(var(--singleGridWidth) * 2.5); } }

