.form-item{
   margin: 8px 0px; 
}
.country-select {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
.country-select #srchcountry {
  padding: 6px 12px;
  height: auto;
  font-size: 16px;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 9;
}
#srchcountry::placeholder{
  opacity: 100 !important;
}
.country-select .iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.country-select .iti__flag-container {
  position: static;
}
.iti__selected-flag{
  height: 39px;
}
.country-select .iti__selected-flag {
  position: absolute;
}
.country-select .iti__country-list {
  width: 100%;
  top: 71px;
  overflow-y: auto;
}
.country-select .form-control {
  /* border-radius: 0; */
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
input, select {
  border: 1px solid #CCC;
  width: 250px;
}
input, button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
.country-select.inside input, .country-select.inside input[type='text'] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.country-select input, .country-select input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.country-select.inside .flag-dropdown {
  right: auto;
  left: 0;
}
.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.country-select.inside .selected-flag {
  width: 46px;
}
.country-select .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.country-select .flag.sld {
  height: 10px;
  background-position: -834px 0px;
}
.country-select .selected-flag .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.country-select .flag {
  width: 20px;
}
.country-select .flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  /* box-shadow: 0px 0px 1px 0px #888; */
  background-repeat: no-repeat;
  /* background-color: #dbdbdb;

    background-position: 20px 0; */
}
.country-select .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.country-select .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  width: 250px;
}
.country-select .hide {
  display: none;
}
.hide {
  display: none;
}
.country-select .country-list .country {
  padding: 5px 10px;
}
.country-select .flag.sld {
  height: 10px;
  background-position: -834px 0px;
}
.country-select .country-list .flag {
  margin-right: 6px;
}
.country-select .country-list .flag, .country-select .country-list .country-name {
  vertical-align: middle;
}
.country-select .country-list .flag {
  display: inline-block;
  width: 20px;
}
.country-select .flag.dpd {
  height: 11px;
  background-size: 100% 100%;
}

#error-msg{
  color: #f84545;
  font-size: 13px;
  right: 20px;
  position: static;
  top: 20px;
  width: auto;
  border: none !important;
}
#valid-msg{
  color: #51c76b;
  font-size: 13px;
  right: 20px;
  position: static;
  top: 20px;
  width: auto;
  border: none !important;
}

.iti__selected-flag{
  height: 38px !important;
}

.error{
  border: 1px solid red;
}