/*responsive break point*/
/* for-mobile-devices */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1400px and up) */
/*flex box mixins*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nfw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dire-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dire-row-initial {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}
.dire-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*transition mixins*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
html body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  color: #4f5360;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  html body {
    font-size: 16px;
  }
}
a,
.alink,
a:visited,
.alink:visited {
  text-decoration: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #f47321;
}
a:hover,
.alink:hover,
a:visited:hover,
.alink:visited:hover,
a:focus,
.alink:focus,
a:visited:focus,
.alink:visited:focus,
a:active,
.alink:active,
a:visited:active,
.alink:visited:active {
  outline: none;
  color: #418393;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 1.3;
  font-weight: 600;
  color: #2a2a2a;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
textarea,
select {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #4f5360;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 12px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  display: block;
  border: 0;
  border: 1px solid #DDE3F0;
  border-radius: 30px !important;
  height: 38px;
  outline: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"],
  textarea,
  select {
    height: 45px;
  }
}
textarea,
select {
  height: auto !important;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #f47321;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border-color: #DDE3F0;
}
.primary_button {
  text-align: center;
  background: #e4eff1;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  font-size: 18px;
  line-height: 1;
  border-radius: 5px;
  padding: 11px 32px;
  text-transform: capitalize;
}
.primary_button:hover {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #f47321;
}
select,
input[type="submit"] {
  cursor: pointer;
}
label {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
/*placeholder color change */
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4f5360;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f5360;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4f5360;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4f5360;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f5360;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #4f5360;
}
form {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
ul,
ol,
ul > li,
ol > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.disc_list {
  list-style: disc;
  margin: 0 0 15px 30px;
}
ul.disc_list li {
  list-style: disc;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
svg {
  vertical-align: middle;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
