
@import url('https://fonts.googleapis.com/css2?family=Marcellus&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');


.Marcellus-regular{
    font-family: "Marcellus", serif;
    font-weight: 400;
}
.banner-heading {
    font-family: "Marcellus", serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    color: #3c3c3c;
}

header{
    width: 100%;
    /* position: fixed; */
    /* top: 0; */
    padding: 10px 0px;
    position: relative;
}
.bg-orange{
    background-color: #f6662c !important;
}
.text-orange{
    color: #f16f62;
}
.text-seagreen{
    color: #036d6a; 
}
.bg-seagreen{
    /* background-color: #036d6a; */
    box-shadow: 0 -7px 40px 0 rgba(3, 109, 106, 1);
    background-color: #036d6a0d;
}
.banner-area{
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.progres-area{
    height: 10px !important;
}
.step{
    padding-top: 40px;
    padding-bottom: 10px;
}
.label-text{
    font-size: 15px;
    font-weight: 600;
}
.required{
    color: #c02b0a;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 500;
}
.form-label{
    font-size: 14px;
    color: #666666;
}

.close{
    background-color: transparent;
    border: navajowhite;
    font-size: 25px;
}