@media only screen and (min-width: 767px) {
.top-sec2 .dropdown-toggle::after{
	display: none;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
}
@media only screen and (max-width: 767px) {
.top-sec2 img{
	width: 250px;
}
.mob-non{
	display: none !important;
}
.sdds2 ul li{
	text-transform: capitalize;
}
}
@media screen and (min-width: 992px){
.dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.sdfggg {
  position: relative;
  padding-top: 50px;
}
.page-header{
  position: relative !important;
  padding: 10px 0 !important;
}
.menu-btn{
   top: 3px !important;
}
}