.navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after {
    background-color: #ea6645;
    background-image: url(../img/background-city.png);
    background-position: 0;
    content: "";
    height: 215px;
    width: 3000px;
    position: absolute;
    top: 158px;
    overflow: hidden;
    right: -80px;
    z-index: 0;
    display: none !important;
}

.navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    content: "";
    height: 110px;
    width: 3000px;
    position: absolute;
    top: -30px;
    right: -80px;
    z-index: 0;
}

/* Homepage CSS */

* {
    line-height: 27px !important;
}

.bg-wapper {
    background-color: transparent;
    background-image: url(../images/beach.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 55vh; */
    padding: 20px;
}

.bg-wapper-gradient {
    background-color: transparent;
    background-image: url(../images/colors-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 55vh; */
    padding: 20px;
}

.text-customgreen {
    font-weight: bold;
    color: #000;
    text-align:center;
}

span.bg-green {
    background-color: #00978a;
    color: white;
    padding: 5px;
}

.box-container {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}

.img-center {
    margin: 0 auto;
}

ul.custom li {
    list-style: none;
    text-align: left;
    color: #000;
}

/* Set the list image as background image*/
ul.custom li::before {
    content: '';
    display: inline-block;
    margin-right: 10px;

  height: 30px;
    width: 30px;
    vertical-align: middle;
    background-image: url(../images/icons/01.png);
    background-size: contain;
    background-repeat: no-repeat;
}


ul.custom li:nth-child(1)::before {
    background-image: url(../images/icons/01.png);
}

ul.custom li:nth-child(2)::before {
    background-image: url(../images/icons/02.png);
}

ul.custom li:nth-child(3)::before {
    background-image: url(../images/icons/03.png);
}

ul.custom li:nth-child(4)::before {
    background-image: url(../images/icons/04.png);
}

ul.custom li:nth-child(5)::before {
    background-image: url(../images/icons/05.png);
}

ul.custom li:nth-child(6)::before {
    background-image: url(../images/icons/06.png);
}

ul.custom li:nth-child(7)::before {
    background-image: url(../images/icons/07.png);
}

ul.custom li:nth-child(8)::before {
    background-image: url(../images/icons/08.png);
}

ul.custom li:nth-child(9)::before {
    background-image: url(../images/icons/09.png);
}

ul.custom li:nth-child(10)::before {
    background-image: url(../images/icons/10.png);
}

ul.custom li:nth-child(11)::before {
    background-image: url(../images/icons/11.png);
}

ul.custom li:nth-child(12)::before {
    background-image: url(../images/icons/12.png);
}

.circles {
    display: flex;
}

.circle-with-text {
    background: linear-gradient(orange, red);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 20px;
    font-size: 20px;
    padding: 15px;
    display: flex;
    height: 180px;
    width: 180px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.position {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.multi-line-text {
    font-size: 25px;
}

.bg-wrapper-multi {
    background-image: url(../images/start-today.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    height: 35vh;
}

.inputpayment {
    background-color: transparent !important;
    border: transparent !important;
    border-top: 1px solid black !important;
    margin: 10px;
    border-radius: 0;
}

.inputpayment2 {
    background-color: transparent !important;
    border: 1px solid black;
    margin: 10px;
    border-radius: 10px;
}

.btn-customblue {
    background-color: #0071a4;
    color: #fff;
    border-radius: 25px;
    margin: 5px;
    padding: 10px;
}

.bg-wrapper-multi2 {
    background-image: url(../images/colors-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    height: 20vh;
}

#page-footer #footer-top {
    background-color: whitesmoke;
    margin-top: 0px;
    padding: 30px 0;
}

@media only screen and (max-width: 500px) {
    .margin-none {
        margin: 0 !important;
    }

    .display-none {
        display: none;
    }

    .bg-wrapper-multi {
        background-image: url(../images/start-today.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 15px;
        height: 35vh;
    }
}