.txtlft {
    text-align: left;
}

.flex {
    display: flex !important;
    align-items: center;
}

.hide {
    display: none !important;
}

.invalid-feedback {
    font-size: 12px;
    color: red;
}

.navbar-nav {
    list-style-type: none;
    padding: 10px;
}

.navbar-nav .nav-link {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}

.nav1 {
    display: none;
}

.nav2 {
    display: flex;
}

.flx30 {
    width: 30%;
}

.flx40 {
    width: 40%;
}

.flx60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.wh50px {
    width: 50px;
    height: 50px;
}

.wh45px {
    width: 50px;
    height: 50px;
}

.mrgn0 {
    margin: 0 !important;
}

.mrgn10px0px {
    margin: 10px 0px;
}

.mrgn10 {
    margin: 10px;
}

.mrgn10-0 {
    margin: 10px 0;
}

.tbl {
    display: table;
}

.tblcl {
    display: table-cell;
    vertical-align: middle;
}

.c_wit {
    color: white;
}

.c_red {
    color: red;
}

.c_green {
    color: green;
}

.c_gray {
    color: gray;
}

.show {
    display: block;
}

.bold {
    font-weight: bold;
}

.divsflex1 {
    display: flex;
    justify-content: space-evenly;
}

.cntrtxt {
    text-align: center !important;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
}

/*--------------- Tooltip ------------------------*/
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*--------------- End Tooltip ------------------------*/

.flex_50 {
    display: flex;
    margin: 10px 0 20px;
}

.flex_50 img {
    width: 200px;
    margin-left: 20px;
}

.blog h3 {
    font-size: 1.17em !important;
}

.blog .blog_div {
    width: 80%;
    margin: auto;
    margin-top: 60px;
}

.blog .blog_div h1,
.blog .blog_div p,
.blog .blog_div ul {
    margin-bottom: 20px !important;
}

.blog .blog_div h2,
.blog .blog_div h3 {
    margin-bottom: 10px !important;
}


@media only screen and (max-width: 462px) {
    .nav1 {
        display: flex;
    }

    .nav2 {
        display: none;
    }

    .flex_50 {
        align-items: flex-start;
        margin: 0;
        flex-direction: column;
    }

    .flex_50 img {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .divsflex1 {
        display: block;
        display: grid;
        height: 260px;
        justify-content: center;
    }
}
