* {
  box-sizing: border-box;
}

body {
  
}

/*#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}
*/
h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;

   /*background-color: #bbbbbb;
    border: medium none;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    opacity: 0.5;
    width: 70px;*/
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
label{
  color:red;
}

.lab{
  color:#000;
}

.border_line 
{
    border-bottom: 1px solid #f9af29;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 12px;
    width:1200px;
}


.d-hotline.h-btn {
  border-radius: 34px 8px 34px 34px;
  bottom: 10px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  display: table;
  height: 60px;
  padding: 7px 10px 10px;
  position: fixed;
  right: 5px;
  width: 60px;
  z-index: 9995;
}
.d-hotline {
    background-color: #f27a00 !important;
    border-color: transparent #45a4ec transparent transparent;
    color: #ffffff !important;
}
.animated {
    animation-duration: 0.4s;
    animation-fill-mode: both;
}
.animated, .h-conv-chat .user-chat .user-conv {
}
.zoomIn {
    animation-name: zoomIn;
}
.d-hotline.h-btn .chat-content {
  display: table-cell;
  font-size: 23px;
  height: 100%;
  padding: 5px 0 0 2px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.d-hotline.h-btn {
  color: #fff;
  cursor: pointer;
}
.customCss{
  color:#555;
}
.main-section{
  display: none;
}
 
