.topheader{position:absolute;z-index:31;width:100%;padding-top:70px;}
.fixed-top{position:fixed;top:0;left:0;background-color:#fff;padding:35px 0;}
@media screen and (max-width:1367px) and (min-width:1350px){
.topheader > .container{width:100%;padding:0;}
.topheader > .container > .row > div:nth-child(2){padding:0;display: flex;justify-content: flex-end;}
}

@media screen and (max-width:1600px) and (min-width:992px){
.topheader > .container{width:100%;}
}

@media screen and (max-width:1349px) and (min-width:992px){
.topheader > .container{width:100%;padding:0;}
.topheader > .container > .row > div:nth-child(2){width:66.66666667%;padding:0;display: flex;justify-content: center;}
.topheader > .container > .row > div:nth-child(3){width:8.33333333%;padding:0;}
}

@media screen and (max-width:991px){
.topheader{height:80px;padding:0;background-color:#fff;position:relative;}
.topheader > .container{height:100%;width:100%;padding:0;}
.topheader > .container > .row{display:flex;flex-direction:row;height:100%;}
.logo{display:inline-block;height: 100%;padding: 15px 0;padding-left:15px;}
.logo img{height:100%;width:auto;display:block;}
.fixed-top{position:fixed;top:0;left:0;padding:0;}
}








