.icon {
    max-width: 58% !important;
    margin-bottom: 15px;
}

.text-1 {
    color: #00a89d;
}

.bg-1 {
    background-color: #00a89d !important;
}

.check {
    width: 57px;
}

.bg-tr {
    background-color: transparent !important;
}

.feature {
    margin-right: -150px;
}

.feature li {
    font-size: 1.2rem !important;
}

@media screen and (max-width: 768px) {
    .feature {
        margin-right: 0px !important;
    }

    .feature li {
        font-size: initial !important;
    }
}

.text-2 {
    color: #61d836;
}

.bg-r-1 {
    background: rgb(3, 213, 200);
    background: radial-gradient(circle, rgba(3, 213, 200, 1) 0%, rgba(6, 194, 182, 1) 44%, rgba(3, 106, 99, 1) 100%);
}

.bg-l-1 {
    background: rgb(3,213,200);
    background: linear-gradient(193deg, rgba(3,213,200,1) 0%, rgba(3,106,99,1) 100%);
}

.cp {
    cursor: pointer !important;
}

.hover {
    transition: all 250ms;
}

.hover:hover {
    transform: scale(1.1);
}

.choise {
    border:3px solid white !important;
}

.choise-2 {
    border: 3px solid #087272 !important;
}

.choise-3 {
    background-color: #036f68;
    color: white;
}

.sug-ville {
    max-height: 200px;
    overflow-y: scroll;
    list-style: none;
}

.sug-ville li {
    cursor: pointer;
    transition: all 250ms;
}

.sug-ville li:hover{
    color: #087272;
    font-weight: bold;
}

.bg-3{
    background-color: #61d836;
    color: #fefefe;
}