.m-text {
    color: #116C54 !important;
    font-size: 18px;
    ;
}

@media (max-width: 991.98px) {
    .main-menu>li>.nav-link {
        color: white !important;
    }
}

@media (max-width: 767.98px) {
    .card-work-right {
        width: auto !important;
        margin: 20px;
    }

    .card-work-left {
        width: auto !important;
        margin: 20px;
    }
}


.text-price {
    color: #00BFA5;
}

.bg-price {
    background-color: #00BFA5;
}

.card-dbc {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    color: white !important;
    width: 220px;
    height: 280px;
    margin: 10px
}

.card-ind {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    color: white !important;
    width: 292px;
    height: 360px;
    margin: 10px;
}

.card-work-right {
    background-color: transparent;
    background-image: url('../assets/features/work1.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border: 2px solid white;
    border-radius: 20px;
    color: white !important;
    width: 280px;
    height: 200px;

}

.card-work-left {
    background-color: transparent;
    background-image: url('../assets/features/work2.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    border: 2px solid white;
    border-radius: 20px;
    color: white !important;
    width: 280px;
    height: 200px;

}

.footer-section {
    color: white !important;
}

.navbar-toggler {
    background-color: #17478F;
}

.btn-login {
    background-color: #17478F;
    color: white;
}

.rounded {
    border-radius: 15px;
}

.ignielToTop {
    width:50px; 
    height:50px; 
    position:fixed; 
    bottom:50px; 
    right: 50px; 
    z-index:99; 
    cursor:pointer; 
    border-radius:100px; 
    transition:all .5s; 
    background:#0000 
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}
.ignielToTop:hover {
    background:#17478F 
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

@media (max-width: 767px) {
    .modal-body {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .modal-content {
        width: auto !important;
    }
}

.modal-content {
    background-color: #17478F;
}

.modal-body{
    width: 100%;
}

.modal-title {
    color: #ffff;
}

.close {
    color: #ffff;
}