.sidebar .widget {
    background: linear-gradient( 
315deg
 , #fcae16 0%, #0154a2 67.21%, #fcae16 100%);
    border: 5px solid #fff;
    border-radius: 0 26px 0 26px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 15px #cccccc30;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.widget button, .widget input, .widget select, .widget textarea {
    border-radius: 0 9px 0 9px;
}

.sidebar .widget input.submit.button {
    background: #46aee6;
    margin: 12px 0px 0px 0px;
    border-radius: 0px 8px 0px 8px;
}

.sidebar .widget li a {
    padding: 2px 5px 4px 5px;
    display: inline-block;
    border-radius: 0px 6px 0px 6px;
    background: #47b0e7;
}

.sidebar .widget a, .sidebar .widget .discount_banner {
    color: #fff;
}

.sidebar .widget li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px 5px 5px;
}
.sidebar .widget ul {
    margin: 0 0 0 5px;
}

.sidebar .widget .textwidget {
    color: #fff;
}

.topheadermenus ul {
margin: auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

.topheadermenus ul li { 
padding: 6px 7px;
    position: relative;
    margin: 4px 30px 3px 0px;
    display: inline-block;
}
.topheadermenus ul li i{
position: absolute;
    left: -15px;
    top: 11px;
}
.topheadermenus ul li a {color: #fff; text-decoration: none;  display: block}
.topheadermenus .site{ background: none;margin-top: 50px;}





/*new css by kuldeep sharma*/
.top-head-inline-item {
    display: flex;
}
.topheadermenus {
background: #030d42; 
color: #fff;     
font-family: Montserrat, "Helvetica Neue", sans-serif; 
}
.list-inline-item {
	float:right;
}
i.fa.fa-comment{
	padding:5px;
}
@media only screen and (max-width: 1023px){
	.site-branding{
		width:70%
		}
	.site-header{
		padding:10px;
	}
}

@media only screen and (max-width: 767px) {
	.leftul{
		width: 260px;
    margin: 0 auto;
	}
	
	.list-inline-item {
	padding:0px 80px;
		float:none;
}
	.site-branding{
		width:70%
		}
	.site-header{
		padding:10px;
	}
}
