body {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #000;
}
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    color: inherit;
    outline: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
.font-dyson-futura {
    font-family: 'Dyson Futura Book';
    letter-spacing: 1px;
}
@font-face {
    font-family: 'Dyson Futura Book';
    src: url('../font/dyson/DysonFutura-Book.woff2') format('woff2'),
        url('../font/dyson/DysonFutura-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dyson Futura';
    src: url('../font/dyson/DysonFutura-Light.woff2') format('woff2'),
        url('../font/dyson/DysonFutura-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dyson Futura';
    src: url('../font/dyson/DysonFutura-Medium.woff2') format('woff2'),
        url('../font/dyson/DysonFutura-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dyson Futura';
    src: url('../font/dyson/DysonFutura-Heavy.woff2') format('woff2'),
        url('../font/dyson/DysonFutura-Heavy.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.modal-header .close {
    background: #feab31;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    border: 0;
}
.top-bg {
    background: url(../images/bg.jpg) no-repeat top right / cover;
    z-index: 0;
}
.top-bg::before {
    background: rgba(255, 255, 255, 0.80);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 1;
}
.w-35 {
    width: 35%;
}
.white-bg {
    background: rgba(255, 255, 255, 0.65);
}
.font-15 {
    font-size: 15px;
}
.bg-blue-dark {
    background-color: #052c65;
}
.bg-blue-dark:hover {
    background-color: #083980;
}
#partitioned {
    padding-left: 15px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width:220px;
    outline: none;
}
#divInner{
    left: 0;
    position: sticky;
}
#divOuter{
    width:190px; 
    overflow:hidden;
    margin: 30px auto 40px;
}
.step-circle {
    width: 26px;
    height: 26px;
}
.step-circle.active {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: #fff;
}
.step-line::before {
    content: "";
    border-top: solid 1px #198754;
    width: -webkit-fill-available;
    position: relative;
    top: 13px;
    margin: 0 65px;
    z-index: 0;
}
#form {
    text-align: center;
    position: relative;
    margin-top: 20px
}
#form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 60px 0 0;
    padding-bottom: 10px;
    position: relative
}
.finish {
    text-align: left;
}
#form fieldset:not(:first-of-type) {
    display: none
}
#form .previous-step, .next-step {
    cursor: pointer;
    margin: 20px 0px 0px 0px;
    float: right
}
.form, .previous-step {
    background: #616161;
}
/* .form, .next-step {
    background: #2F8D46;
} */
#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000
}
/* #form .next-step:hover,
#form .next-step:focus {
    background-color: #2F8D46
} */
.text {
    color: #2F8D46;
    font-weight: normal
}
#progressbar {
    margin-bottom: -52px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: #2F8D46
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.333%;
    float: left;
    position: relative;
    font-weight: 400
}
#progressbar #step1:before {
    content: "1"
}
#progressbar #step2:before {
    content: "2"
}
#progressbar #step3:before {
    content: "3"
}
#progressbar #step4:before {
    content: "4"
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    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: #2F8D46
}
.progress {
    height: 2px
}
.progress-bar {
    background-color: #2F8D46
}


/*======Footer-CSS=====*/
#copyright {
    background: #0f0f0f;
    padding: 10px 0 20px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #ddd589;
    color: #000 !important;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2%;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
}
#scroll:hover {
    background-color: #dd2b1c;
    border-bottom-color: #fff;
    opacity: 1;
    border-radius: 15px;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    background: #B20000;
    color: #fff !important;
    padding: 0 8px 2px;
    text-align: center;
    border-radius: 20px;
}
/*======Footer-CSS-End=====*/

.cursor-pointer {
    cursor: pointer;
}
.grey-bg-gredient {
    background-image: linear-gradient(180deg, #1e1f1f, #42464d);
}
.grey-color {
    color: #ededed;
}

/*======Inner-Pages-Css=====*/

/*======Inner-Pages-Css-End=====*/
