.input__phone {
                                    position: relative;
                                    display: flex;
                                    flex-wrap: wrap;
                                    align-items: stretch;
                                    width: max-content;
                                }

                                .input__phone__prepend {
                                    margin-right: 0px;
                                    display: flex;
                                    border: 1px solid #000;
                                    border-radius: 6px 0px 0px 6px;
                                    border-right: none;
                                    margin: 5px auto;
                                }
								.input__phone__prepend__two {
                                    margin-right: 0px;
                                    display: flex;
                                    border: 1px solid #000;
                                    border-radius: 6px 0px 0px 6px;
                                    border-right: none;
                                    margin: 0px 0px 10px 0px;
                                  background: #fff;
								}

                                .input__phone__pretext {
                                    display: flex;
                                    align-items: center;
                                    font-weight: 400;
                                    text-align: center;
                                    white-space: nowrap;
                                    color: #000;
                                    font-size: 17px;
                                    padding: 0px 0px 0px 10px;
                                }

                                .input__phone__aftertext {
                                    display: block;
                                    width: auto;
                                    color:#000;
                                    padding: 11px 14px;
                                    border-radius: 0px 6px 6px 0px;
                                    border-left: none;
                                    background: #fff url() !important;
                                }
@media screen and (max-width: 350px) {
	.input__phone__pretext {
      margin: 5px auto;
      padding: 0px 0px 0px 2px;
  }
  .input__phone__aftertext {
   /* padding: 11px 3px;*/
  }
}