.mt--90{
    margin-top: -90px !important;
}

.mt--60{
    margin-top: -60px !important;
}

.mt--30{
    margin-top: -30px !important;
}

.mt--10{
    margin-top: -10px !important;
}

.mt-0{
    margin-top: 0px !important;
}


.mt-10{
    margin-top: 10px !important;
}

.mt-15{
    margin-top: 15px !important;
}

.mt-20{
    margin-top: 20px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-60{
    margin-top: 60px !important;
}

.mr-10{
    margin-right: 10px !important;
}

.mr-15{
    margin-right: 15px !important;
}

.mb-0{
    margin-bottom: 0px !important;
}

.mb-5{
    margin-bottom: 5px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-35{
    margin-bottom: 35px !important;
}

.mb-60{
    margin-bottom: 60px !important;
}

.ml-10{
    margin-left: 10px !important;
}

.ml-15{
    margin-left: 15px !important;
}

.pt-30{
    padding-top: 30px !important;
}

.pt-35{
    padding-top: 35px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}

.pb-35{
    padding-bottom: 35px !important;
}



.w-90px-xs {
    width: 90px;
}
@media (min-width: 576px) {
.w-160px-sm {
    width: 160px;
}
}
