.navbar-light .navbar-nav .nav-link {
    color: #29ABE2;
    font-size: 24px;
}

.navbar-light .navbar-brand {
    color: #29ABE2;
    font-size: 54px;
}

a:not([href]):not([tabindex]) {
    color: white;
}

.btn-warning {
    background-color: #F7931E;
    font-size: 24px;
    cursor: pointer;
}

.btn-warning:hover {
    color: white;
}

.header-bottom {
    background-color: #29ABE2;
    height: 58px;
}

.header-bottom-img {
    height: 45px;
    margin-top: 6px;
}

.top-bottom {
    color: white;
    position: relative;
    top: 4px;
    left: 5px;
}

.main-image {
    height: 300px;
}

.phone-img {
    height: 35px;
}

.h1-box {
    text-align: center;
    background-color: #F2F2F2;
    padding: 2rem;
}

.content {
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.serive-img {
    text-align: center;
}

.serive-img img{
    height: 10rem;
}

.serive-img p{
    color: grey;
    font-weight: bold;
}


.image-brandy {
    width: 100%;
}

.how-it-work {
    background-color: #F2F2F2;
    padding: 50px;
}

.h2 {
    color: #29ABE2;
    text-align: center;
    padding: 2rem;
}

.how-it-work h3 {
    padding: 2rem 2rem 2rem 0;
}

.how-it-work ul {
    list-style-image: url('/images/accept.png');
}

.how-it-work ul li {
    line-height: 4rem;
}


.main-phone {
    text-align: center;
    padding-top: 20px;
}

.main-phone img {
    position: relative;
    right: 10px;
}

.mb-4 {
    margin-bottom: 4rem;
}

.main-phone a {
    font-size: 35px;
    color: #000;
}

.main-phone span {
    color: #F7931E;
    font-size: 25px;
    font-weight: bold;
}

.main-phone input {
    border: 1px solid #F7931E;
    border-radius: 5px;
    padding: 5px;
}

.main-phone button {
    display: block;
    margin: 20px auto 0 auto;
    color: white;
}

footer {
    background-color: #29ABE2;
    height: 6rem;
    color: #fff;
    text-align: center;
}

.footer {
    padding: 2.2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

#resp {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:800px) {

    .serive-img p{
        margin-bottom: 4rem;
    }

    .main-image {
        height: auto;
        margin-bottom: 1rem;
    }

    .navbar-light .navbar-brand{
        font-size: 30px;
    }

    .how-it-work ul li {
        line-height: 1.6rem;
        margin-bottom: 3rem;
    }

    .main-image {
        width: 100%;
    }

    .header-bottom {
        height: auto;
        padding: 20px;
        text-align: center;
    }

    .header-bottom-img {
        display: block;
        margin: 0 auto;
    }

    .last{
        margin: 20px auto 0 auto;
    }

    .main-phone {
        margin-bottom: 50px;
    }
}

