* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}
h1,h1,h3,h4,h5,h6,ul,li{
  padding:0;
  margin:0;
}
a,img{
  outline:none;
  text-decoration:none;
}
body {
  font-family: 'Poppins', sans-serif !important;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  /*background: #E5E5E5;*/
}

.clear {
  clear: both;
  height: 0;
}

.digi-btn {
  background: #00D6FF;
  border-radius: 50px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  text-align: right;
  color: #fff;
  border: none;
  padding: 10px 35px;
  margin-top: 75px;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
}

.digi-btn:hover {
  background: #AA3DC6;
  transition: all 0.6s ease-in;
}

.previous {
  float: left;
  background: transparent;
  color: #00D6FF;
  padding-left: 0 !important;
}

.previous:hover {
  color: #AA3DC6;
  background: transparent;
}

.next {
  float: right;
}


/* IE10+ */

::-ms-clear {
  display: none;
}


/* Chrome */

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}
.digi-titlebox label{
	margin:0;
}

.digi-regi-form label {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  color: #828282;
  font-family: 'Roboto', sans-serif !important;
  margin: 0 0 0 12px;
  
}

.digi-regi-form select,
.digi-regi-form input {
  border-radius: 25px;
  border: 2px solid #393939;
  padding: 10px 0 10px 10px;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
}
/* For IE 10 and Above */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .digi-regi-form select,
	.digi-regi-form input {
  height:40px;

	}
}

.digi-regi-form input {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.digi-regi-form select:focus,
.digi-regi-form input:focus {
  border: 2px solid #AA3DC6;
  border-radius: 25px;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.4;
  /* text-transform: capitalize; */
  font-family: 'Roboto', sans-serif !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.4;
  /* text-transform: capitalize; */
  font-family: 'Roboto', sans-serif !important;
}

:-ms-input-placeholder {
  IE 10+color: #6f6f6f;
  font-size: 12px;
  line-height: 1.4;
  /* text-transform: capitalize; */
  font-family: 'Roboto', sans-serif !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.4;
  /* text-transform: capitalize; */
  font-family: 'Roboto', sans-serif !important;
}
/*============================================================*/
/*====================Responsive layout=======================*/
/*============================================================*/
@media only screen and (min-width: 1599px){
	.digi-btn {
    margin-top: 35px;
	}
}
@media only screen and (max-width: 375px) {
  /* .digi-regi-form select, */
  /* .digi-regi-form input { */
    /* font-size: 9px; */
  /* } */
  

}