.header {
    position: relative;
    margin: 0;
    padding: 8px;
    /* background: #2c409a; */
   background: #ffffff; 
   padding-bottom: 0px !important;
}
.header nav {
    padding: 0px 0;
    width: 65%;
    float: left;
    height: 100%;
    line-height: 38px;
    margin: 0px 0 0 24%;
}
.header .header-info {
    float: right;
    width: 11%;
    height: 99px;
    position: relative;
}
.header nav ul li {
    padding: 0;
    margin: 3px 1% 6px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.header .header-cart .header-cart-inner {
    color: #2c409a;
}

.header .header-cart-count span {
    background: #ff3100;
    display: block;
    text-align: center;
    position: absolute;
    top: -13px;
    right: -14px;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.header nav ul li a {
color: #2c409a;
}

.header nav > ul > li.active > a {
color: #2c409a;
}
.header nav ul li a:hover {
color: #ff3100;
}
.header .header-info {
    margin-top: -25px;
}


.section-list .sectls-add {
    float: right;
    width: 195px;
    text-align: center;
    padding: 10px 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

@media (min-width: 992px) {
    .col-lg-6 {
        width: 50%;
        float:left;
     }
}

@media (max-width: 640px) {
    .col-lg-6 {
        width: 100%;
     }
}


@media only screen and (max-width: 650px) {
.header .header-info {

    background: #ffffff;
}
.header .header-logo {
    width: 50%;
    top: 5px;
    left: 15px;
    height: 104px;
    z-index: 9999999999;
}
.header-menutoggle {

    color: #2c409a;
}
main {margin-top:29px;}
}

@media only screen and (max-width: 768px){
.header-menutoggle:hover {
    background-color: #ffffff;
}}

@media only screen and (max-width: 1220px) {
.header nav {
    width: 47%;
    margin: 0 0 0 27%;
    padding: 3px 0 12px;
}}


@media only screen and (max-width: 650px) {
.header-menutoggle {
    position: absolute;
    top: 88px;
    right: 0;
    float: none;
    margin: 0;
    height: 50px;
}}

@media only screen and (max-width: 768px) {
.header nav > ul {
    padding: 77px 0 35px;
    box-shadow: 0 0 25px 0 rgb(26 53 99 / 10%);
    background: white;
}

.botarticle .botarticle-cont {
    font-size: 16px !important;
}}