body {
  font-family: "Poppins", sans-serif;
}
ul#mCountryCodeNew {
  position: absolute;
  top: 0;
  height: 350px;
  overflow: auto;
  width: 700px;
  left: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdownlisting {
  max-height: 260px;
  overflow: auto;
  cursor: pointer;
  width: 390px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border: none;
  top: 40px;
  padding: 0;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  color: #afafaf;
  line-height: 27px;
  display: none;
  padding: 10px 0px 10px 0px;
}
.dropdownlisting img {
  width: 6%;
}
/* ul li {
  cursor: pointer;
} */
/*.dropdown {
  width: 133px; 
}*/
.dropdown-togglee {
  position: absolute;
  right: 0;
  /*top: calc(50% - 4px);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000;*/
  background: url("../img/arrow_contactus.svg")
    no-repeat right 14px;
    background-size: 13%;
}
#flag {
  width: 25%;
}
.col-4.col-md-2.dropdown-width {
  padding: 0;
  margin-top: -6px;
}
button.country-code.dropdown-togglee {
  border: 0;
  border-bottom: 1px solid #00321d;
  width: 100%;
  /*	padding: 10px;*/
  text-align: left;
  padding: 4px 0px 2px 0px;
  font-weight: 300;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  color: #afafaf;
  font-size: 14px;
}
label.cm-input-label.input-number.member-signup input[type="tel"] {
  margin-left: calc(-1% - 0px);
  height: 36px;
}
label.cm-input-label.input-number.member-signup {
  width: 100%;
  margin: 0 0 0 2px;
}
.cm-input {
  border: 0;
  /*border-bottom: 1px solid #999;*/
  padding-bottom: 11px;
  color: #afafaf;
  outline: 0;
  font-size: 16px;
  width: 100%;
  font-weight: 300;
  cursor: text;
  background: transparent;
}
.cm-input-group {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  button.country-code.dropdown-togglee {
    font-size: 14px;
    padding: 6px 0px 2px 0px;
    background-size: auto;
  }
  .dropdownlisting {
    width: 253px;
    font-size: 14px;
  }
  #flag {
    width: 15%;
}
}
