.container-fixed {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#r5002 .container {
    padding-left: 0px;
    padding-right: 0px;
}

a:hover {
    text-decoration: none !important;
}

.navbar {
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}

.navbar .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.navbar .navbar-nav li a {
    font-family: Arial;
    padding: 15px 15px;
    font-size: 15px;
    text-align: center;
    border-color: rgb(23, 54, 119);
    border-right-width: 1px;
    border-left-width: 1px;
    color: white;
    transition: 800ms;
}

.navbar .navbar-nav li .active,
.navbar .navbar-nav li a:hover {
    color: rgb(23, 54, 119);
    background-color: rgb(229, 242, 255);
    border-color: rgb(23, 54, 119);
}

.contact-us-div table td {
    padding-left: 15px;
    padding-right: 15px;
}

.text-privacy {
    text-decoration: none;
    transition: all 800ms;
}

.text-privacy:hover {
    color: white !important;
}

.privacy-policy p {
    font-family: Arial;
    font-weight: 400;
    line-height: 2;
    font-size: 14px;
    color: rgb(85, 85, 85);
}


.privacy-details {
    margin-top: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 5px solid #305cb2;
    border-radius: 10px;
    box-shadow: #305cb2 0px 5px 0px 0px;
}

.privacy-policy a {
    color: #305cb2;
    transition: 800ms;
    font-weight: 600;
    white-space: nowrap;
}

.privacy-policy a:hover {
    color: black;
}

.privacy-policy li {
    padding-bottom: 10px;
}

.privacy-policy h2 {
    padding: 15px 0px;
}

.bodytext a,
.contact-us-div table td a {
    text-decoration: none !important;
    transition: 800ms;
}

.bodytext a:hover,
.contact-us-div table td a:hover {
    color: #305cb2 !important;
}

.contact-us-div table tr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#c2815 {
    background-size: 94% 100% !important;
}

.custom1 a,
.darkspottext a {
    transition: 800ms;
}

.custom1 a:hover,
.darkspottext a:hover {
    color: black !important;
}

#m2530 {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

/* Mobile */
@media (max-width: 767px) {

    nav:not(.horizontal-menu--mobile):before,
    nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
        display: none;
    }

    .navbar .navbar-nav {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .navbar .navbar-nav li {
        width: 100%;
    }

    .navbar .navbar-nav li a {
        padding: 12px 15px;
        text-align: left;
        border: 1px solid rgb(23, 54, 119);
    }

    .navbar-default .navbar-brand {
        color: white;
    }

    #m3867 {
        transition: 800ms;
    }

    #m3867:hover {
        color: white !important;
        background-color: black;
    }

    .footertext {
        padding: 30px 15px;
        text-align: center;
    }

    .footertext a {
        white-space: nowrap;
    }

    .darkspottext {
        line-height: 2;
        font-size: 18px;
        text-align: center;
    }

    .headline {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .contact-us-div table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-us-div table td {
        padding: 20px 0px;
    }

    .privacy-policy ul {
        padding-left: 15px;
    }

    .privacy-details {
        padding: 10px;
    }

    .privacy-details a {
        font-size: 14px;
    }
}


/* ios */
@media (max-width: 340px) {}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}


/*tab portrait view*/
@media (min-width: 768px) and (max-width: 991px) {
    .contact-us-div table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-us-div table td {
        padding: 20px 0px;
    }

    #p7521 #m1306 {
        max-width: 44%;
        margin-right: 20px;
    }

    #p7521 #m2089 {
        max-width: 40%;
        margin-right: 20px;
    }

    #p7521 #m3101 {
        max-width: 40%;
        margin-right: 50px;
    }

    #p7521 #m2648 {
        max-width: 41%;
        margin-right: 50px;
    }

    #p5149 #m2479 {
        width: 41%;
    }

    #c2339 {
        background-position: center;
        background-size: 98%;
    }

    #m4050 p {
        font-size: 18px;
    }
}


/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {}


/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}


/* large screen */
@media (min-width: 1400px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

/*Large View*/
@media (min-width: 1600px) {}


@media (min-width: 1920px) {}


/* ie */
@media all and (-ms-high-contrast:none) {}


/* FireFox */
@-moz-document url-prefix() {}