body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-style: 16px;
    background: #f6f6f6;
}

.container {
    max-width: 1000px;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif, Arial;
    color: #001246;
    font-weight: bold;
    margin: 0 0 15px 0;
    position: relative;
}

h1 span {
    display: block;
    color: #5E5E5E;
    font-size: 24px;
}

h1::after {
    content: " ";
    height: 3px;
    width: 60px;
    background-color: #FF5757;
    position: absolute;
    left: 0;
    bottom: -2px;
}

h2 {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #001246;
}

h3 {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: 700;
    font-size: 18px;
}

p {
    font-size: 16px;
}

a {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.spinners {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header {
    width: 100%;
    padding: 10px 0 10px 0;
}

.logo a {
    color: #cc0000;
    font-size: 20px;
    font-weight: 700;
}

.logo {
    margin: 0 0 10px 20px;
}

.main-content {
    min-height: 500px;
}

.topmenu-container {
    background-color: #343a40;
    padding: 0 20px 0 20px;
}

.topmenu-container .navbar a {
    color: #fff;
}

.topmenu-container .navbar .nav-link {
    padding: 0 0 0 0;
    margin: 0 15px 0 0;
    line-height: 42px;
}

.topmenu-container .navbar .nav-link.homeicon {
    background-color: #ee9054;
    padding: 0px 5px 4px 5px;
}

.navbar-toggler {
    background: url(../images/button-toggle.jpg) no-repeat;
    width: 57px;
    height: 43px;
    background-size: 84%;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.topmenu-container .navbar a.dropdown-item {
    color: #212529 !important;
}

.topmenu-container .navbar a.dropdown-item.active,
.topmenu-container .navbar a.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #212529 !important;
}

.menu-heading {
    background-color: #ee9054;
}

.menu-heading h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.leftmenu h6 {
    font-size: 16px;
    font-weight: 700;
}

article .box {
    box-shadow: 0 0 4px 1px rgb(222 222 222 / 70%);
    border-radius: .25rem;
    background-color: #fff;
    overflow: hidden;
}

article .table:not(.default) th {
    background-color: #3d3d3d;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 0 none;
    color: #fff;
    min-width: 60px;
    font-weight: 400;
    font-size: 15px;
}

article .table:not(.default) td {
    border-color: rgba(214, 214, 214, .5);
    border-style: solid;
    border-width: 1px;
}

article .box .tip {
    background-image: url(../images/tip.png);
    padding: 10px 10px 10px 50px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

article .box p {
    line-height: 1.6em;
    margin: 0;
    padding-bottom: 10px;
}

article .box .info,
article .box .tip {
    display: table;
    border-left: 3px solid #32cd32;
    margin-left: 0;
    padding: 10px 10px 10px 45px;
    width: 100%;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    border-right: 3px solid #32cd32;
    border-radius: 6px;
    margin-bottom: 10px;
}

article .box .card .card-header:not(.default) {
    border-radius: 0!important;
    background-color: #d9edf7;
    color: #222;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#cce3ff), to(#e4fcf4));
    background: linear-gradient(to right, #cce3ff, #e4fcf4);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

article .box ol li:not(.default),
article .box ul li:not(.default) {
    margin-bottom: 8px;
    padding-bottom: 1px;
    padding-left: 9px;
    position: relative;
}

article .box ul li:not(.default) {
    list-style: url(../images/reddot.jpg);
}

.leftmenu .list-group-item.active {
    background-color: #ee9054;
    border-color: #ee9054;
}

.alert p {
    margin: 0;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #343a40;
}

footer p a {
    color: #fff;
    font-weight: bold;
}

footer p a:hover {
    text-decoration: underline;
    color: #fff;
}

footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.card-box img {
    width: 100%;
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 20px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}

.cookie_boxinner {
    background: rgba(0, 0, 0, 0.8);
    width: 90%;
    width: auto;
    padding: 10px 10px 10px 10px;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

.footer.withcookies {
    padding: 15px 0 83px 0 !important;
    min-height: 180px;
}

iframe {
    width: 100% !important;
    height: 400px !important;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 18px;
    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;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

footer.withcookies {
    padding: 15px 0 55px 0 !important;
    min-height: 150px;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


/* ============ desktop view .end// ============ */

@media only screen and (max-width: 1199px) {
    #cookie_box p span {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 17px;
        top: 3px;
        cursor: pointer;
    }
    .main-menu {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .logo img {
        width: 100px;
    }
    .topmenu-container {
        padding: 5px;
    }
}

@media only screen and (max-width:767px) {
    #cookie_box .form-control.w-50 {
        width: 100% !important;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width:575px) {
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:414px) {}