html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,input,button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 4vw;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
}
body {
    line-height: 1;
    font-family: 'ugFont', serif;
    background: #F0F6FF;
    height: 100vh;
}
input,button,select,textarea{
    font-family: 'ugFont', serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.d-flex{
    display: flex;
}
.text-center{
    text-align:center;
}
.felx-end{
    justify-content: flex-end;
}
.row-revres{
    flex-direction: row-reverse;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.rtl{
    direction: rtl;
}
.d-color{
    color: #045751!important;
}
.my-1{
    margin-top: 1vw!important;
    margin-bottom: 1vw!important;
}
.my-2{
    margin-top: 2vw!important;
    margin-bottom: 2vw!important;
}
.my-3{
    margin-top: 3vw!important;
    margin-bottom: 3vw!important;
}
.my-4{
    margin-top: 4vw!important;
    margin-bottom: 4vw!important;
}
.my-5{
    margin-top: 5vw!important;
    margin-bottom: 5vw!important;
}
.mx-1{
    margin-left: 1vw!important;
    margin-right: 1vw!important;
}
.mx-2{
   margin-left: 2vw!important;
    margin-right: 2vw!important;
}
.mx-3{
    margin-left: 3vw!important;
    margin-right: 3vw!important;
}
.mx-4{
    margin-left: 4vw!important;
    margin-right: 4vw!important;
}
.mx-5{
   margin-left: 5vw!important;
    margin-right: 5vw!important;
}
.mt-0{
    margin-top: 0!important;
}
.mt-1{
    margin-top: 1vw!important;
}
.mt-2{
    margin-top: 2vw!important;
}
.mt-3{
    margin-top: 3vw!important;
}
.mt-4{
    margin-top: 4vw!important;
}
.mt-5{
    margin-top: 5vw!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.mb-1{
    margin-bottom: 1vw!important;
}
.mb-2{
    margin-bottom: 2vw!important;
}
.mb-3{
    margin-bottom: 3vw!important;
}
.mb-4{
    margin-bottom: 4vw!important;
}
.mb-5{
    margin-bottom: 5vw!important;
}

.ml-1{
    margin-left: 1vw !important;
}
.ml-2{
    margin-left: 2vw !important;
}
.ml-3{
    margin-left: 3vw !important;
}
.ml-4{
    margin-left: 4vw !important;
}
.ml-5{
    margin-left: 5vw !important;
}
.mr-1{
    margin-right: 1vw !important;
}
.mr-2{
    margin-right: 2vw !important;
}
.mr-3{
    margin-right: 3vw !important;
}
.mr-4{
    margin-right: 4vw !important;
}
.mr-5{
    margin-right: 5vw !important;
}

.py-1{
    padding: 1vw 0 !important;
}
.py-2{
    padding: 2vw 0 !important;
}
.py-3{
    padding: 3vw 0 !important;
}
.py-4{
    padding: 4vw 0 !important;
}
.py-5{
    padding: 5vw 0 !important;
}
.px-1{
    padding: 0 1vw !important;
}
.px-2{
    padding: 0 2vw !important;
}
.px-3{
    padding: 0 3vw !important;
}
.px-4{
    padding: 0 4vw !important;
}
.px-5{
    padding: 0 5vw !important;
}
.pl-1{
    padding-left: 1vw!important;
}
.pl-2{
    padding-left: 2vw!important;
}
.pl-3{
    padding-left: 3vw!important;
}
.pl-4{
    padding-left: 4vw!important;
}
.pl-5{
    padding-left: 5vw!important;
}
.pr-1{
    padding-right: 1vw!important;
}
.pr-2{
    padding-right: 2vw!important;
}
.pr-3{
    padding-right: 3vw!important;
}
.pr-4{
    padding-right: 4vw!important;
}
.pr-5{
    padding-right: 5vw!important;
}
.d-none{
    display: none!important;
}
.mx-auto{
    margin-left: auto!important;
    margin-right: auto!important;
}
.b-none{
    border: none!important;
}
.inline-block{
    display: inline-block;
}
.flex-column{
    flex-direction: column;
}
