* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

b,
strong {
    font-weight: bold;
}
:focus {
    outline: inherit;
}

::-webkit-scrollbar {
    width: 4px;
    position: relative;
    z-index: 999999;
}

::-webkit-scrollbar-track {
    background: #F8F6F4;
}


::-webkit-scrollbar-thumb {
    
    background: #81B917;
    width: 8px;
}

.form-control:focus {
    background-color: rgba(61,112,178,0.10);
}
.form-control::placeholder {
    color: #000000;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #000000;
}
.form-control::-ms-input-placeholder {
    color: #000000;
}

button:focus {
    outline: inherit;
}
.btn.focus,
.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: inherit;
    border-color: #324CBD;
}

.fa {
    font-family: FontAwesome !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sameHight {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

@media only screen and (min-width: 1100px) {
    .width-5 {
        width: 5%;
    }
    .width-7 {
        width: 7%;
    }
    .width-10 {
        width: 10%;
    }
    .width-13 {
        width: 13%;
    }
    .width-12 {
        width: 12%;
    }
    .width-14 {
        width: 14%;
    }
    .width-18 {
        width: 18%;
    }
    .width-9 {
        width: 9%;
    }
    .width-8 {
        width: 8%;
    }
    .width-4 {
        width: 4%;
    }
    .width-10 {
        width: 10%;
    }
    .width-15 {
        width: 15%;
    }
    .width-20 {
        width: 20%;
    }
    .width-23 {
        width: 23%;
    }
    .width-25 {
        width: 25%;
    }
    .width-30 {
        width: 30%;
    }
    .width-35 {
        width: 35%;
    }
    .width-40 {
        width: 40%;
    }
    .width-45 {
        width: 45%;
    }
    .width-50 {
        width: 50%;
    }
    .width-55 {
        width: 55%;
    }
    .width-60 {
        width: 60%;
    }
    .width-65 {
        width: 65%;
    }
    .width-70 {
        width: 70;
    }
    .width-75 {
        width: 75%;
    }
    .width-80 {
        width: 80%;
    }
    .width-85 {
        width: 85%;
    }
    .width-90 {
        width: 90%;
    }
    .width-95 {
        width: 95%;
    }
    .width-100 {
        width: 100%;
    }
    .table-layout-fixed {
        table-layout: fixed;
    }
    .width-400 {
        width: 400px;
        padding-right: 0px;
    }
}