.btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-primary:hover {
    color: #fff;
    background-color:  var(--secondary-color);
    border-color:  var(--secondary-color);
}

h5 {
    color: var(--main-color);
}

.icon1 {
    background-color: var(--main-color);
}

.bg-danger {
    background-color: var(--secondary-color)!important;
}

.text-gold {
    color: var(--main-color) !important;
}

.head_border {
    border-top: 2px solid var(--main-color)
}

.bottom_border {
    border-bottom: 2px solid var(--main-color)
}

.nav {
    display: block
}

.nav span {
    margin-right: 5px
}

.nav span,
li {
    color: #fc1515;
    font-size: 18px
}

.h-100 {
    height: 100% ;
}
.nav div {
    color: #666;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.info-block {
    color: #666
}

.phone-size {
    font-size: 20px
}

.text-demon {
    color: #666
}

.slide-div-1 {
    overflow: hidden
}

.slide-div-2 {
    float: left;
    margin-right: 10px
}

.slide-img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.text-size-17 {
    font-size: 17px
}

.text-size-18 {
    font-size: 18px !important
}




 .text-left{
    display: flex !important;
    flex-direction: row-reverse !important;
}

.oi-circle-check{
    color: var(--main-color) !important;
}

a {
    color: var(--main-color);
}



#myBtn2{
    display: none;
}

#myBtnWa{
    display: none;
}



@media (max-width:960px) {

    .slide-img {
        width: 100%;
        height: 250px;
        object-fit: cover
    }
    #myBtn2{
        display: inline;
        width: 50px;
        position: fixed;
        bottom: 5px;
        font-size: 35px;
        left: 10px;
        color:var(--secondary-color)
    }



    #myBtnWa{
        display: inline;
        width: 50px;
        position: fixed;
        right: 10px;
        bottom: 5px;
        color: #25D366;
        font-size: 50px
    }

    h3{
        font-size: 20px;
    }

}


.trouve{
    white-space: nowrap;
    text-align: center;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}



.icon{
    background-color: #25D366;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.icon1{
    background-color: var(--main-color);
    color: var(--secondary-color);
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.fa-phone{
    margin-left: 9px;
    text-align: center;
}
