.main-navar-container {
    padding: 60px;
    padding-top: 10px;
    position: fixed;
    z-index: 1050;
    width: 100%;
}

.main-nav-fixed {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.main-navbar {
    height: 80px;
    background-color: #fff;
    /* width: calc(100% - 20px); */
    width: 100%;
    display: flex;
    align-items: center;
}

.main-navbar .logo {
    max-width: 216px;
    position: relative;
    top: -3px;
    height: 72px;
}

.get_quote {
    background-color: var(--thembg);
    height: 80px;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.man-navbar-nav {
    padding: 0;
}

.main-nav {
    text-align: center;
}

.man-navbar-nav li {
    display: inline-block;
}

.man-navbar-nav li a {
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    color: #5d5d5d !important;
}

.man-navbar-nav li .active {
    border-bottom: 4px solid var(--thembg);
    padding-bottom: 28px;
    font-weight: bold;
    color: var(--thembg);
}

.footer {
    background: #14202E;
    padding-top: 60px;
    color: #fff;
    padding-bottom: 30px;
}

.footer h3 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}

.footer p {
    line-height: 26px;
}

.footernav_list {
    padding: 0px;
}

.footernav_list h5 {
    font-size: 14px;
}

.footersocail {
    margin-top: 20px;
}

.footersocail li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

.footersocail li a {
    color: #fff;
}

.footernav_list li {
    margin-bottom: 3px;
    display: inline-block;
}

.footernav_list li a {
    color: #fff;
}

.phonenumbers li {
    margin-right: 5px;
    margin-bottom: 14px;
}

.phonenumbers li p {
    line-height: 0;
}

.mobile-navigation {
    padding: 10px;
    position: fixed;
    z-index: 1050;
    width: 100%;
}

.mobile-header {
    height: 70px;
}

.mobile-header img {
    max-width: 200px !important;
}

.btn-menu {
    height: 40px;
    width: 40px;
    color: var(--thembg);
    float: right;
    border-radius: 30px;
    font-size: 30px;
}

.slider-menu-background {
    position: fixed;
    z-index: 1052;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1000px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: rgb(0, 0, 0, .5);
}

.slider-menu {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 70%;
    background-color: #fff;
    position: fixed;
    height: 100%;
    left: -1000px;
    z-index: 1053;
    top: 0;
    padding-top: 20px;
}

.btn-close {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 10px;
    float: right;
    font-size: 24px;
}

.slider-menu ul li {
    margin-bottom: 28px;
    padding-left: 10px;
}

.slider-menu ul li a {
    color: #5d5d5d;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.slider-menu ul li .get_quote {
    background-color: var(--thembg);
    height: 50px;
    width: 60%;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: uppercase;
}