html {
  font-size: 18px;
}

.SearchIcon {
    display:none;
}

.F1Header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
/*    padding: 30px*/
}
 
.F1link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: -1.5px;
}
.F1link-Small {
    font-size: 14px;
}

/*====================================# Menu Styles ========================================*/

.hide {
    display: none !important;
}

.DesktopMenu .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 1.5rem;
}



.shiny-pattern-bg {
    background-image: url('/images/shinypatternbg.svg') !important;
}

.footer-copyright {
    font-size: 12pt;
}

.footer-links {
    font-size: 12pt;
}

.test .drop-down {
    display: flex;
}

.footer-links a {
    color: #605e5e;
    text-decoration: none;
}

    .footer-links a:hover {
        color: #bd1f2d;
    }

.vl {
    border-left: 3px solid #FFCD32;
    height: 300px;
}

.active {
    color: #fff !important;
    background-color: #BD1F2D;
}

    .active a:hover {
        color: #fff !important;
    }

.nav-item {
    font-weight: bold;
}

.submenu .dropdown-menu {
    position: absolute;
    left: -100px;
    color: white;
    gap: 1rem;
}


.MobileItems .dropdown-menu a {
    color: white;
    font-size: 0.9rem;
    padding: 0 0 0.8rem 0;
}

.submenu .dropdown-menu a:hover {
        background: none;
        color: #ffff;
    }

.SubmenuTitle {
    
    color: white;
    /*cursor: pointer;*/
}

    .SubmenuTitle:hover {
        color: white;
    }


    .nav-bar li a {
        margin-bottom: 0.3rem;
        font-size: 1rem;
    }


@media(max-width:1280px) {
    .nav-bar li a {
        font-size: .8rem;
    }
}

.nav-bar, .MobileItems a:hover {
    color: white;
    background-color: transparent;
}

.nav-bar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    /*gap: 1.3rem;*/
    font-weight: bold;
    margin: 0;
}

.nav-bar ul li {
    padding: 0.7rem 1.2rem;
}

.Test {
    background: white !important;
    border-radius: 8px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;*/
    /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
    min-height: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; border: 1px solid #FEDBDB;
}
.Test div a {
    color: #5A5A5A !important;
    font-weight: 500;
}

.test div a:hover {
    color: #0D6EFD!important;
}

.test h6 {
    color: #2F419F !important;
    font-weight: 800;
}

.test {
    display: flex;
    
}
.drop-down {
    border-radius: 0.7rem;
    position: absolute;
    display: none;
    flex-wrap: wrap;
    gap: 1rem;
    /* width: 90%; */
    color: white;
    background: #BD1F2D;
    left: 0px;
    right: 0px;
    top: 55%;
    margin: 32px 7% 32px 18%;
    padding: 1rem 2rem;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/

    overflow: hidden;
}

    .drop-down h6 {
        /*color: #BD1F2D;*/
        color: #ffc107;
    }

.DesktopMenu {
    z-index: 22;
}

.DesktopMenu ul li:hover .drop-down {
    display: flex;
    cursor: auto;
}

    .DesktopMenu ul li:hover {
        background: #BD1F2D;
        color: #fff;
        cursor: pointer;
    }


.drop-down:hover {
    display: flex;
}

.drop-down div a {
    font-size: 0.9rem;
}

.gtranslate_wrapper {
}


.drop-down div {
    width: 300px;
}

.left {
    left: 0px !important;
    top: 0;
    position: absolute;
}

    .left ul {
        padding-left: 0;
        width: 200px;
    }

.MobileMenu {
    display: flex;
    flex-direction: row;
    z-index: 1050;
}

.navbar-nav {
    overflow-y: scroll;
    height: 600px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar-nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.MobileItems {
    /*background: #BD1F2D;
    width: 500px;
    padding: 2rem;
    left: 0;
    top: 100%;
    z-index: 800;*/
    background: #BD1F2D;
    width: 300px;
    min-width: fit-content;
    /* height: 100vh; */
    padding: 2rem;
    left: 0;
    top: 133%;
}


    .MobileItems ul li a {
        color: black;
        text-decoration: none;
    }

/*===========================BackDrop=========================*/
.backdrop {
    z-index: 10;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
     
}


.MobileItems .dropdown-menu {
    background: inherit;
    border: none;
    margin-left: 1rem;
}

.LeveloneMenu .dropdown-menu {
    display: block;
}

.nav-item .submenu {
    /*display: none;*/
}

.LeveloneMenu {
    display: none;
}

.close {
    position: absolute;
    right: 0.6rem;
    top: 0;
    background: none;
    border: none;
    color: white;
}

    .close span {
        font-size: 2rem;
    }

    .close:hover {
        color: wheat;
    }

.DesktopMenu ul li a {
    color: black;
}


.DesktopMenu ul li:hover a:not(.dropdown-item) {
    color: white !important;
}

.MobileMenu ul li.dropdown-item {
    white-space:normal !important;
}
.DesktopMenu ul li a.dropdown-item {
    white-space: normal !important;
}

.MobileMenu ul.submenu li:not(:last-child) {
    border-bottom: 1px solid #4d63e6 !important;
    width: 50%;
}

.MobileMenu ul.submenu li:not(:first-child) {
    margin-top: 8px !important;
}

.DesktopMenu a.dropdown-item {
    color: white !important;
}

.DesktopMenu a.dropdown-item:hover {
    background: none;
    color: #667bff !important;
}

.Logo {
    max-height: 70px;
}

/*====================================# Media Queries ======================================*/

    /*============ Small============*/
    @media (max-width: 470px) {
        .MobileItems {
            padding: 2rem 1rem !important;
        }
        .dropdown-menu a {
            padding: 0 !important;
        }

        .drop-down-item {
            white-space: break-spaces;
            word-break: break-all;
        }

        

    }

    @media(max-width:575px){
        .F1Header {
            /*position: fixed !important;
            top: 0 !important;
            left: 0 !important;*/
            background-color: white !important;
            z-index: 999 !important;
            /*border-bottom: 2px solid #BD1F2D !important;*/
        }
        main {
/*            margin-top: 87px !important;*/
        }
        
        .MobileMenu ul.submenu li:not(:last-child) {
            width: 100% !important;
        }

        .Logo { 
            max-height:55px;
        }

        .RotatorContent {
            width:75% !important;
            margin: 0 auto !important;
            font-size:15px !important;
        }

            .RotatorContent p {
                padding:5px !important;
            }

        .RotatorHeader {
            font-size:24px !important;    
        }

       

    }

    /*============ Small============*/
    @media (max-width: 768px) {
        .contact-items {
            width: 350px !important; /*1100px*/
        }

        .blurred-top, .blurred-bottom {
            width: 340px !important;
        }

        .blurred-bottom {
            bottom: 9% !important;
        }
        .BannertwoDiv {
            height: 500px !important;
        }

        .active {
            color: #ffc107 !important;
        }

        /* .drop-down {
        left: -1268px !important;
        right: unset !important;
    }*/


    }
    .Logo {
            max-height:70px;
        }
    /*============ Medium ============*/
    @media (max-width: 992px) {

        .F1Header {
            flex-direction:row-reverse;
        }
        .BannertwoDiv {
            height:300px;
        }

        .contact-items {
            /*left: 165px !important;*/

            width: 490px !important;
        }

        .blurred-top, .blurred-bottom {
            width: 470px !important;
        }

        .blurred-bottom {
            bottom: 25% !important;
        }

        .nav-bar ul {
            position: absolute;
            left: -1200%;
            flex-direction: column !important;
            background: #BD1F2D;
            z-index: 500;
            color: white;
        }

            .nav-bar ul li {
                /*padding: 1.5rem 1.2rem !important;*/
            }

        .dropdown-menu li {
            position: relative;
        }



        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
        
    }

    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
        }
    }

    /*============ Large ============*/
    @media (min-width: 1000px) {
        .backdrop {
            display: none !important;
        }
        .MobileMenu {
            display: none !important;
        }
        .contact-items {
            width: 700px !important; /*1100px*/
            flex-wrap: wrap;
        }
        .BannertwoDiv {
            height: 200px;
        }

        .contact-card {
            height: auto !important;
        }

        .blurred-top, .blurred-bottom {
            display: none !important;
        }
    }

    @media (max-width: 1070px) {



        /* .providers-img {
        width: 1500px;
        height: 600px;
        margin-right: 700px;

    }*/



    }

    /*============ Xlarge ============*/

    @media (min-width: 1205px) {
        .contact-items {
            width: 800px !important; /*1100px*/
        }

        .provider-content {
            position: absolute !important;
            left: 6% !important;
            top: 14%;
        }
    }

    /*============ XXlarge ============*/
    @media (min-width: 1400px) {

        .contact-items {
            width: 980px !important; /*1100px*/
        }
    }




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel-item {
    height: 32rem;
}*/


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}







