.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}


.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.errorM {
    color: red;
    font-size: 10px !important;
    position: absolute;
    bottom: -20px;
    font-weight: 900;
}

.errorMM {
    color: red;
    font-size: 10px !important;
    position: absolute;
    bottom: -20px;
    font-weight: 600;
}


.alert-message {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
    display: none;
}



.alert-danger1 {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-message {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
    display: none;
}

.alert-success1 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


@media screen and (max-width:768px) {
    .service_mobile_form {
        width: 100%;
    }

    .sf-static-section-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .sf-static-section {
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    /* .container {
      width: 750px;
      max-width: 100%;
    } */

    .sf-features-list.sf-features-list-new>li {
        width: 100% !important;
    }
}


textarea.form-control {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 0px 25px;
    height: 80px;
    line-height: 30px;
    color: #222;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 70px;
    margin-bottom: 18px;
}

.form-group {
    position: relative;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}