.header_img{
	width:100%;
}
.header_top_navigation {
    margin-top: 10px;
    width: 100%;
}
.header_top_navigation .navbar {
    background-image: url(../images/compusport_19.jpg);
    min-height: unset;
    background-size: 100% auto;
}

.header_top_navigation .navbar ul.nav.navbar-nav {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
}
.header_top_navigation .navbar ul.nav.navbar-nav > li::after {
    content: "|";
    color: #ffff;
    display: inline-flex;
}
.header_top_navigation .navbar ul.nav.navbar-nav > li {
    display: flex;
    align-items: center;
}
.header_top_navigation .navbar ul.nav.navbar-nav > li a {
    color: #fff;
    padding: 10px;
}
.header_top_navigation .navbar ul.nav.navbar-nav > li:last-child::after {
    display: none;
}
/*- left menu--*/

.left_menu_ul {
	padding-left:0px;
	padding-right:0px;
}
ul.left_menu_ul {
    list-style: none;
    background-color: #fbfcee;
    max-width: 191px;
    padding: 10px;
}

ul.left_menu_ul li {
    padding: 10px 0px;
    border-bottom: 2px dotted #d9d8a8;
}
ul.left_menu_ul li:last-child{
    border-bottom: none;
}
ul.left_menu_ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #7e7e4c;
}



.footertext {
    background-size: cover;
}

ul.footer_nav_ul {
   
}
ul.footer_nav_ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
    gap: 10px 0px;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0px;
    margin: 0;
    padding: 16px 10px 4px;
}

ul.footer_nav_ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}
ul.footer_nav_ul li::after {
    content: "|";
    padding: 5px;
}
ul.footer_nav_ul li:last-child::after {
    display: none;
}
.footer_copyright {
    text-align: center;
    margin: 8px 0px;
    display: inline-block;
    width: 100%;
}


/*** Start: inner pages sidebar ****/
.sideBarHeading {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #ff8716;
    margin: 0;
    gap: 0;
    position: relative;
    overflow: hidden;
}
.sideBarHeading::after {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    width: 200%;
    height: 70%;
    background: #fbfcee;
    border-radius: 100%;
}
.sideBarHeading svg {
    width: 28px;
    fill: white;
    height: auto;
    position: relative;
    padding: 2px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}
.sideBarHeading svg rect {
    filter: drop-shadow(12px 14px 10px rgba(0, 0, 0, 0.4));
    stroke: black;
    display: block;
}
.sideBarHeading h4 {
    padding: 1px 20px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: -10px;
    background: linear-gradient(to right, rgba(251, 252, 238, 1) 0%, rgba(251, 252, 238, 0) 100%);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
}

.left_nav_cust ul.left_menu_ul {
    max-width: 100%;
}
/*** end : inner pages sidebar ****/

@media screen and (max-width: 991px) {
    .header_top_navigation .navbar div#myNavbar {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header_top_navigation .navbar ul.nav.navbar-nav > li a {
        padding: 5px 6px;
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {    
    .header_top_navigation .navbar{
        border-radius: 4px;
    }
    .header_top_navigation .navbar ul.nav.navbar-nav {
        flex-flow: column;
        margin: 0;
    }
    .header_top_navigation .navbar  div#myNavbar {
        position: absolute;
        z-index: 999;
        background: #42721a;
        padding: 10px;
        width: 100%;
    }
    .header_top_navigation .navbar ul.nav.navbar-nav > li::after {
        display: none;
    }
    .header_top_navigation .navbar ul.nav.navbar-nav > li a {
        font-size: 14px;
    }

    ul.footer_nav_ul {
        border-bottom: 1px solid #0000001c;
        padding: 16px 10px 8px;
    }
    

    .left_nav_cust {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        gap: 10px;
    }
    .sideBarHeading {
        padding: 6px 10px 14px;
    }
    .sideBarHeading h4 {
        padding: 1px 14px;
        font-size: 12px;
    }
    .left_nav_cust .left_nav_div {
        width: 50%;
    }
    .left_nav_cust .left_nav_div > img {
        width: 100%;
    }
    .left_nav_cust .left_nav_div ul.left_menu_ul {
        padding: 0 5px;
    }
    .left_nav_cust .left_nav_div ul.left_menu_ul li {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .left_nav_cust .left_nav_div ul.left_menu_ul li a {
        font-size: 12px;
        width: 100%;
        white-space: normal;
        word-wrap: break-word;
    }
}

@media screen and (max-width:420px) {   
    
    .left_nav_cust .left_nav_div {
        width: 100%;
    }
}
@media screen and (max-width:350px) {   
    .left_nav_cust .left_nav_div ul.left_menu_ul li a {
        font-size: 10px;
    }
}