body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-style: 16px;
}

.container {
    max-width: 1000px;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 20px 0;
}

h2 {
    font-weight: 700;
    font-size: 24px;
}

h3 {
    font-weight: 700;
    font-size: 18px;
}

.logo img {
    display: inline-block;
}

header {
    padding: 15px 0 15px 0;
}

header a {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.logo p {
    display: inline-block;
    font-size: 26px;
    color: #000000;
    font-weight: 700;
}

.banner-section p {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #00FF33;
    font-weight: 700;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.video_sec iframe {
    width: 100%;
}

.vertical_mid {
    display: table;
    height: 100%;
    width: 100%;
}

.align-middle {
    display: table-cell;
}

.video_sec h2 {
    font-size: 36px;
    line-height: 41px;
    text-align: center;
}

.video_sec p {
    font-size: 20px;
    text-align: center;
    padding: 0 60px 0 60px;
}

hr {
    background: #A3A3A3;
    height: 3px;
    margin: 40px 0 45px 0;
    background-image: linear-gradient(119deg, #f8f9fa 0%, #A3A3A3 50%, #f8f9fa 91%)/* Standard syntax (must be last) */
}

.morebtn a {
    color: #000066;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    float: right;
}

.morebtn a:hover {
    color: #486181;
}

.lightgreen-box {
    background: url(../images/shapes.gif) repeat;
    padding: 20px;
}

.lightgreen-box img {
    width: 100%;
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 0px;
    font-size: 16px;
    z-index: 1000;
    background: rgba(0, 0, 0, 1);
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 22px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

footer {
    background-color: #000000;
    padding: 20px 20px 10px 20px;
    margin: 60px 0 0 0;
}

footer p {
    text-align: center;
    padding: 10px 0 5px 0;
    font-size: 16px;
    color: #fff;
}

footer p:first-child b {
    font-size: 16px;
}

footer p:first-child {
    font-size: 14px;
}

.footer_logo {
    color: #fff;
    font-family: "Lucida Sans Unicode";
    font-size: 26px;
    line-height: 22px;
    text-align: center;
}

.footer_logo img {
    display: inline-block;
}

.footer_logo span {
    display: block;
    font-size: 14px;
}

.footer_logo span a {
    color: #fff;
}

.footer_logo span a:hover {
    text-decoration: underline;
}

.f_log {
    display: inline-block;
    vertical-align: top;
    margin-left: -72px;
}

.f_log_cap {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 20px 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1023px) {
    .idqbanner-img {
        top: 5%;
        left: 2%;
        width: 100%;
        padding-right: 35px;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
    .idqvideo {
        margin-bottom: 10px;
    }
    .logo img {
        width: 50px;
    }
    .logo p {
        font-size: 15px;
    }
    header a {
        font-size: 15px;
    }
    header .mt-5 {
        margin-top: 13px !important;
    }
}

@media only screen and (max-width:575px) {
    .metrics-list li div {
        width: 89%;
    }
    .col-md-7 img {
        width: 100%;
    }
    header,
    header .col-md-6.col-sm-6.text-right {
        text-align: center !important
    }
    .menu-container ul li {
        display: inline-block;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .f_log {
        margin-left: 0;
    }
}

@media only screen and (max-width:414px) {}