body{

    margin: 0;
    padding: 0;

}

header {
    padding: 10px 0 0;
}

.container {
    width: 100%;
/*    max-width: 1170px;*/
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .row {
    align-items: center;
    grid-gap: 20px;
}

header .col-5 {
    width: 36.666667%;
}

a {
    text-decoration: none;
    color: #37527f;
}

img {
    max-width: 100%;
    height: auto;
}

.col-3.searchTopBarWrap {
    display: flex;
    align-items: center;
    position: relative;
}

header .col-3 {
    width: 32%;
}

.ShortWidthInput {
    font-size: 15px;
    padding: 10px;
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

input, select, textarea {
    font-family: "Montserrat",sans-serif;
    outline: none;
}

.col-3.searchTopBarWrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #BE0B31;
    border-radius: 0 5px 5px 0;
}

ul#myMenuItems, ul#sidebar_MenuItems {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    z-index: 9999999;
    border-top: 0;
    top: 44px;
}

#myMenuItems, #sidebar_MenuItems {
    display: none;
}

ul {
    list-style-type: none;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

#myMenuItems li {
    padding-bottom: 20px;
}

ul#myMenuItems li a {
    position: relative;
}

ul#myMenuItems li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

header .col-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .col-2 {
    width: 27%;
}

header a.hero-phone-btn.btn-nav {
    padding: 10px !important;
    grid-gap: 10px;
    height: 16px;
}


.btn-nav {
    height: 50px;
    background: #BE0B31;
    align-items: center;
    border-radius: 4px;
    color: white;
    padding: 8px 34px 7px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    border: 2px solid #BE0B31;
    display: inline-flex;
    transition: .5s;
    cursor: pointer;
    text-transform: capitalize;
}

a.head-link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #202020;
    position: relative;
}


a.head-link:after {
    content: "";
    width: 0;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: .5s;
}
li.cc-nav-link.active {
    background-color: #f9f9f9;
    border-top: 4px solid #BE0B31;
    color: #BE0B31;
}

.nav-tabs ul li {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    border-top: 2px solid transparent;
}

.nav-tabs ul {
    display: flex;
    justify-content: start;
    margin: 0 !important;
    padding: 0;
    grid-gap: 15px;
}

.cc-content.active {
    display: block;
}

.cc-content {
    position: absolute;
    width: 100%;
    z-index: 99;
    display: none;
}

.nav-tabs {
    margin: 0 !important;
}

.nav-tabs ul li {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    border-top: 2px solid transparent;
}

.nav-tabs-content .cc-content ul {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center !important;
    margin: 0;
    padding: 0;
}

.nav-tabs-content .cc-content ul li {
    padding: 5px 8px;
    position: relative;
}

.nav-tabs-content .cc-content li a {
    transition: color .3s ease;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.01em;
    text-align: left;
    color: #202020;
}

.nav-tabs-content .cc-content ul li:after {
    content: "";
    width: 0;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: .5s;
}

.ccTabs-wrapper {
    padding: 5px;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
}

.my-nav-wrapper {
    clear: both;
    margin-bottom: 0;
}

.navigation {
    background: #002768;
}

.cc-links-col-1 {
    display: flex;
}

.nav-tabs-content .cc-content ul li:hover:after {
    transition: .5s;
    background: #BE0B31;
    width: 100%;
}

.nav-tabs-content .cc-content li a:hover {
    color: #BE0B31;
}

ul.cc-inner-links.v2 {
/*    justify-content: flex-start;*/
}
