@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

margin: 0;
padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
}

#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;
    margin-bottom: 25px;
}

select.form-control {
    padding: 15px;
    height: auto;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.error {
    color: #ff0000 !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

#msform input,
#msform textarea,
#msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 360px;
    background: #1f75c8;
    box-shadow: #004990 0 5px 0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 15px;
    cursor: pointer;
    padding: 20px 10px;
    margin: 10px 0px 10px 5px;
    margin: auto;
    font-size: 20px;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    transition: ease 0.1s;
    position: relative;
    top: 0;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #1f75c8;
    box-shadow: #000 0 0 0, inset rgba(255, 255, 255, 0.2) 0 5px 2px;
    top: 5px;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    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
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#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: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #004990;
}

.fit-image {
    width: 100%;
    object-fit: cover
}


body {
    font-family: 'Poppins', sans-serif;
}

.call_us {
    text-align: right;
    padding-top: 20px;
}

.call_us a {
    padding: 10px 25px;
    text-decoration: none;
    font-size: 20px;
    background: #004990;
    color: #fff;
    border-radius: 30px;
}

.call_us a:hover {
    background: #1f75c8
}

h6.hg6 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

h6.hg6 span {
    font-weight: 600;
    color: #004990
}

.call_us img {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    padding: 5px;
    margin-right: 5px;
    margin-top: -3px;
}

.top_section {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

h2.hg2 {
    text-align: center;
    margin: 40px 0 20px 0;
    color: #004990;
    line-height: 50px;
}

.input_style {
    border: 2px solid #ccc !important;
    background: #fff !important;
    font-size: 14px !important;
    padding: 15px !important;
}

.col-xs-6 {
    width: 50%;
}

@media screen and (max-width: 575px) {
    .call_us a {
        padding: 10px 15px;
        font-size: 16px;
    }

    h6.hg6 {
        font-size: 14px;
    }

    h2.hg2 {
        font-size: 20px;
        line-height: 26px;
    }
    h2.hg2 br{
        display: none;
    }

    #msform .action-button {
        padding: 15px 10px;
    }
}

.footer {
	font-size: 12px !important;
	padding-top: 35px;
}
