/*--
    - Google Font Import 
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #EEF7FF;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
}

.welcome-div{min-height:100vh; background-color:#EEF7FF; background-image:url(../img/road-bg.png); background-position:center right; background-repeat:no-repeat; display: flex; align-items: center; object-fit: fill; background-size:758px;}
.welcome-div .welcome-div-inner{max-width:24rem;  justify-content: space-between; flex-direction: column; height: 100%; display: flex; max-height: 39rem; margin: auto;}
.welcome-div .welcome-div-inner h6{text-transform:uppercase; font-size:11px; margin-bottom:15px; color:#0B2440;}
.welcome-div .welcome-div-inner p{margin:15px 0; color:#31455C; font-weight:500;}
.welcome-div .welcome-div-inner img{max-width:100%;}
.welcome-div .welcome-div-inner h5{text-transform:uppercase; font-size:11px; margin-bottom:5px; color:#0B2440;}
.welcome-div button.btn.btn-primary{width:100%; padding:10px 20px; background-color:#288de9; border-color:#288de9; font-weight:500;}
.welcome-div button.btn.btn-primary:hover,.welcome-div button.btn.btn-primary:focus{width:100%; padding:10px 20px; background-color:#1a7ad1; border-color:#1a7ad1; font-weight:500;}
.steps-inner{margin:0 0 30px;}
.steps-inner .row{margin:30px 0 0;}
.steps-inner .row p{margin:0;}
.steps-inner img{width:30px;}
.have-account{text-align:center;}
.have-account h4{font-size: 1rem; line-height: 1.5rem; margin:20px 0 5px; color:#0B2440; font-weight:500;}
.welcome-div .have-account p{margin:0;}
.welcome-div a{color:#288de9; text-decoration:none;}
#heading {
   margin:20px 0 10px;
   font-weight:500;
   font-size:22px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0;
	padding:0 30px 10px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #cbd2d8;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fffffff;
    font-size: 14px;
    letter-spacing: 0;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #288de9;
    outline-width: 0
}

#msform .action-button {
    width: 100%;
    background: #288de9;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 13px 5px;
    margin: 10px 0px 10px 0;
    border-radius:5px;
	
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #1a7ad1;
}

#msform .action-button-previous {
    width: 100%;
    background: #616161;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 13px 5px;
    margin: 10px 0 10px 0px;
    
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #333333;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
	padding:0;
}

#progressbar .active {
    color: #288de9;
}

#progressbar li {
    list-style-type: none;
    font-size: 11px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "";
	height:20px;
	width:20px;
	margin-top:15px;
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "";
	height:20px;
	width:20px;
	margin-top:15px;
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #288de9;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #288de9;
}

.fit-image {
    width: 100%;
    object-fit: cover
} 

#msform input[type="radio"]{width:auto;}