
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: #4779c5;
  padding: 50px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

p, a, li, span {
  font-size: 17px;
  line-height: 1.7;
}

a {
  color: #6cb33d;
  text-decoration: none;
}

/* Multistep Form Steps */
.ass-tailo-form-step {
  width: 75%;
  display: none;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}

.ass-tailo-form-step.active {
  display: block;
}

.call-ass-booki {
  width: 80%;
  margin: 0 auto;
}

/* Navigation Buttons */
.navigation-buttons {
  width: 20%;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
}

.navigation-buttons button {
  padding: 10px 20px;
  background-color: #ff5254;
  color: white;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ff5254;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.navigation-buttons button[disabled] {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}



.ass-tailo-form-step h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}
.ass-tailo-form-step p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.add-home-logo-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.add-home-logo-box img {
    width: 190px;
    filter: brightness(0) invert(1);
}
.ggdgd-para {
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.box-am-itetete {
    width: 80%;
    margin: 0 auto;
}
.smp-multi-fild input {
    width: 100%;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: 'Montserrat';
}
.smp-multi-fild {
    width: 100%;
    position: relative;
}
.smp-multi-fild-circle {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
}
.smp-multi-fild-circle label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-left: 0px;
}
.smp-multi-fild-circle input {
    width: 25px;
    height: 20px;
}


.error-message {
        color: #fa0003;
        font-size: 17px;
        margin-top: 5px;
        display: block;
    }
    
.step-error-message {
        color:#fa0003;
        font-size: 17px;
        margin-bottom: 15px;
        text-align: center;
    }
    
.smp-multi-fild {
        margin-bottom: 15px;
    }
    
.invalid-input {
        border-color: #fa0003 !important;
    }





  
  




/*mobile responsive code*/


@media only screen and (max-width: 600px) {
body {
    padding: 15px;
}
 .add-home-logo-box img {
    width: 160px;
    filter: brightness(0) invert(1);
}
.ass-tailo-form-step {
    width: 100%;
}
.ass-tailo-form-step h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}
.box-am-itetete {
    width: 100%;
    margin: 0 auto;
}
.navigation-buttons {
    width: 80%;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
}



  
  /*end here mobile responsive code*/
}

