﻿.foot-menu {
    margin-bottom: 30px;
}

.footer {
    font-size: 13px;
    color: #242424;
}

.right-text {
    text-align: right;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-content {
    margin-top: 5px;
}

.footer-sidebar-row .main-menu {
    list-style: none;
    padding: 0;
}

    .footer-sidebar-row .main-menu li {
        margin-bottom: 5px;
    }

    .footer-sidebar-row .main-menu a, .textwidget a {
        color: #3e3e3e;
    }

        .footer-sidebar-row .main-menu a:hover {
            background: none;
            text-decoration: none;
            color: #ed3237;
        }

.video-home .sideThumb {
    float: left;
    width: 19% !important;
    margin-left: 1.25%;
}

.isDesktop .my_menu .my_menu__body .mylogo {
    /* margin-right: 50px; */
    /*padding: 26px 0px 0px 0px;*/
}

/*label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    float: right;
}*/

.form-group {
    margin-bottom: 20px !important;
}



/*@media (min-width: 1024px) {
    .the-article-body {
        width: 700px;
        float: left;
        position: relative;
        clear: both;
        left: 50%;
        margin-left: -300px;
    }
}
*/


@media only screen and (max-width: 768px) {
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        float: left;
    }
}


.font-bold {
    font-weight: 700 !important;
}

.tbl {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
}

    .tbl tr {
        background-color: #E9EBF5;
    }

        .tbl tr th {
            background-color: #035878;
            color: #fff;
            text-align: center;
            padding: 1em;
        }

        .tbl tr td, .tbl tr th {
            font-size: 15px;
            text-align: center;
            padding: 0.5em;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

.isMobile .tbl.tbl1 tr:last-child {
    border-bottom: none;
}

.isMobile .tbl.tbl1 tr {
    width: 100%;
    display: block;
}

.tbl tr:nth-child(2n) {
    background-color: #CFD5EA;
}

.tbl.tbl1 .lbl {
    display: none;
}

.section_1 .lbl {
    line-height: 38px;
    font-weight: normal;
}

.checkbox-inline, .radio-inline {
    float: left;
    display: flex;
    margin-right: 20px;
}

.form-result p {
    margin: 0px;
    /*vertical-align: middle;
    margin: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17.6px;*/
    /* text-align: right; */
    /*color: #040404;*/
}

.height-100 {
    height: 100vh;
}

.card {
    /*  width: 400px;*/
    border: none;
    height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

    .card h6 {
        color: red;
        font-size: 20px;
    }

.inputs input {
    width: 40px;
    height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 90%;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
    transform: translateX(-50%);
    left: 50%;
}

    .card-2 .content {
        margin-top: 50px;
    }

        .card-2 .content a {
            color: red;
        }

.form-control:focus {
    box-shadow: none;
    border: 2px solid red;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px;
}

.modal-body {
    padding:0;
}

.isMobile .section__tt {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 29px;
}

.isMobile .my_menu__header .mylogo img {
    max-height: 60px;
}

.isMobile .logofooter {
    max-height: 60px;
}

.isDesktop .logofooter {
    max-height: 60px;
}