body{
    font-family: 'cerebri-sans-medium' !important;
}
.row-cols-xl-5>*{
    width:25% !important;
}
@media screen and (max-width:576px) {
     iframe{
        width:200px !important;
        height:150px !important;
    }
}
@media screen and (max-width:768px) {
    iframe{
       width:160px !important;
       height:150px !important;
   }
}
@media screen and (max-width:992px) {
    iframe{
       width:180px !important;
       height:150px !important;
   }
}
@media screen and (min-width:1200px) {
    iframe{
       width:200px !important;
       height:150px !important;
   }
}
 .active{
    border-bottom: 2px solid #C3002F !important ;
    color: #C3002F !important;

}
.nav-link:hover,
.text-decor:hover{
    border-bottom: 2px solid #C3002F ;
    color:#C3002F !important;
}
.hr{
    width: 15% !important;
    margin: 0 auto !important;
    border-width: 5px;
}
.btn-danger{
    background-color:#C3002F !important;
}
.border-design{
    border-radius: 0px 300px 0px 300px;
}
.filter{
    filter: brightness(0) invert(1);
}
.btn:hover{
    background-color: #C3002F !important;
}
.btn-text:hover{
    color: white !important;
}
.icon:hover {
    color: white !important;
}
.btn-dark:hover{
    background-color:black !important;
}
::placeholder{
    color: white !important;
}
.small{
    width: 70% !important;
    margin-left: 55px;
    
}

