/* tel input force */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 15px !important;
}
.iti {
  position: relative;
  display: block !important;
}

/* loader */
#loader{
  z-index: 99999;
}
.loader {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #8d7249;
  border-bottom: 16px solid #8d7249;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#btnPFClose{
  margin-top:0;
  border: solid 1px #ffffff;
}
.logo{
  width: 227px;
}
.title{
  font-size: 25px;
}
.w3-button{
  background-color: #8d7249;
  color: #ffffff !important;
  margin-top: 11px;
}

.w3-inline-block-no-float{
  display: inline-block;
  float: none;
}

[hidden],template {
  display: none !important;
}

ol.ol_style_alpabet {
  list-style-type: lower-alpha;
  padding-left: 20px;
}

ol.ol_style_alpabet > li{
  padding-left: 10px;
}

@media only screen and (max-width: 600px) {
  .title{
    font-size: 21px;
    font-weight: 700;
  }  
  .logo{
    width: 191px;
  }
  .w3-button {
    margin-left:5px;
  }
}

