/*@import url("fontiran.css");*/

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
}

body {
    direction: ltr !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    background-color: #f2f2f2;
}
.font-size-18
{
    font-size: 18px;
}
.bold
{
    font-weight: 700;
}
.margin-top-20
{
    margin-top: 20px !important;
}
.margin-bottom-10
{
    margin-top:10px !important;
}
.margin-bottom-20
{
    margin-bottom: 20px !important;
}
.margin-5
{
    margin: 5px;
}
.numberCircle {
    border-radius: 50%;
    /*behavior: url(PIE.htc);*/
    width: 26px;
    height: 26px;
    padding-top: 4px;
    color: #fff;
    background-color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto 10px auto;
}
.box
{
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
}
.box-footer,.box-header {
    border-top: 1px solid #eae9ea;
    padding: 10px 10px;
    background-color: #555;
    color: white;
    width: 100%;
    font-weight: 700;
}
.navbar
{
    margin-bottom: 1px;
    border-radius: 0;
}
.navbar-header
{
    float: right;
}
/*.carousel-control.right,.carousel-control.left*/
/*{*/
    /*background: none;*/
/*}*/
@media all and (max-width: 480px) {
    .numberCircle {
        display: inline-block;
        margin-left: 5px;
    }
    .sw-theme-default > ul.step-anchor > li > a
    {
        text-align: right !important;
    }
}

