ul{
    padding:0;
    margin:0;
}

li{
    list-style:none;
}
.error{
    color:red;
}
.banner {
    background:linear-gradient(to top, #FFFFFF, #cc6a52b0);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    bottom: 28rem;
    left: 54rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background:#c7583d;
    z-index: -1;
}

.banner-left{
    position: relative;
    z-index: 1;
}

.form-back {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 5px #333;
    color:#000;
}

.form-back input#service {
    margin-right: 4px;
}
.sign-up-form input[type="checkbox"] {
    margin-right: 4px;
}

.checkbox-inline {
    font-size: 13px;
    width: 49%;
}

.banner h1 {
    font-weight: 700;
    padding-top: 0px;
}

.banner li{
    list-style:none;
    font-weight: 500;
    padding:10px 0;
    display:inline-flex;
}
.banner li i {
    margin-right: 10px;
    margin-top: 7px;
    font-size: 20px;
}
.banner ul{
    padding:0;
}

button#sbmtbtn:hover {
    box-shadow: 0 2px 8px 0 #dee2e6;
    color: #000;
}

.banner p {
    font-weight: 500;
}

button#sbmtbtn {
    background: #c7583d !important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: #c7583d;
}

.formn-group {
    margin-bottom: 10px;
}
.services, .about-us, .why-us{
    padding:50px 0;
}

.about-us, .how-it-works{
    padding: 50px 0;
}

.about-us img {
    width: 100%;
    padding-top: 100px;
}
.about-us h4, .services h4, .how-it-works h4{
    color: #c7583d;
    font-size: 16px;
}
.about-us h2, .services h2, .how-it-works h2{
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 4px;
}
.devider {
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #c7583d;
    position: relative;
    z-index: 1;
}
.devider:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    height: 4px;
    width: 10px;
    background: #c7583d;
}
.about-us p {
    padding-top: 12px;
    margin-bottom: 0;
}
.about-us li {
    display: inline-block;
    padding-top: 10px;
    width: 100%;
}
.about-us li i {
    margin-right: 0px;
}

.services{
    background: #F8F8F8;
    padding: 42px 0 50px;
}

.services_outer {
    margin-top: 30px;
}
.services_boxy {
    box-shadow: 0 3px 0px #c7583d;
    background: #fff;
    padding: 15px;
    text-align: center;
    height: 360px;
}
.services_boxy h6 {
    padding-top: 10px;
    font-weight: 700;
}
.how-it-works-in {
    display: block;
    background: #F2F2F2;
    border-style: none;
    height: 180px;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}
.how-it-works-in h4 {
    font-size: 18px;
    font-weight: 700;
}
.bottom-num {
    display: block;
    background: #c7583d;
    -pie-background: rgba(39,39,39,1);
    border-style: solid;
    border-width: 10px;
    border-color: #ffffff;
    left: 156px;
    top: 180px;
    z-index: 20;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 44px;
}
.bottom-num-in {
    display: block;
    background: rgba(255,255,255,0);
    border-style: none;
    left: 8px;
    top: 5px;
    z-index: 21;
    width: 23px;
    height: 29px;
    position: absolute;
    border-radius: 0px;
}

footer {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}
footer p {
    margin: 0;
}
@media only screen and (max-width:600px){
    .about-us img{
        padding-top:0;
    }
    .about-us{
        padding:0 0 10px;
    }
}    