
   html {
            scroll-behavior: smooth;
            
        }
        body{
             font-family: "Roboto", sans-serif;
             line-height: 1.4;
        }
   
.mt-150{
    margin-top:150px;
}
.mt-75{
    margin-top: 75px;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 22px;
}
.list-style{
    list-style: none;
    padding: 15px 20px 15px 20px;
}
.list-style li{
    font-size: 16px;
    margin: 0 0 16px 0;
}
.fw-600{
    font-weight: 600;
}
.step_two, .step_three{
    border-top: .2px solid #f0f0f0;
}
h5{
    font-size: 16px;
    font-weight: 400;
}
label{margin-bottom: 0;}
.step_one h2, .step_two h2, .step_three h2{
    color: #E00800;
}
.steps li{padding: 5px 20px 5px 20px;}
.steps li .nav-link{
    padding: 0;
}

.scroll-to-top {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.step2Img, .step3Img{

  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  transition: .5s ease-in-out;
  cursor: pointer; 
} 
.hide{
    display: none;
}
.step_one img{width: 300px;}
.step_two img{width: 300px;}
.step_three img{width: 300px;}


.stacked-image {
    display: block;
    margin: 10px auto; 
}

.popup-button{
   font-size: 14px;
   width: 100%;
    height: 35px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    border-radius: 6px;
}

.form-control:focus {
    background-color: #fff;
    border-color:#ced4da;
    outline: 0;
    box-shadow: none;
   
}
.fw-600{
    font-weight: 600;
}