@media(min-width: 1199px) {
    .forMob {
        display: none;
    }
    .container {
        max-width: 1240px;
    }
}

@media(min-width: 768px) {
    .mobTopBar {
        display: none;
    }
}

@media(max-width: 1199px) {
    .forDesk {
        display: none;
    }
    .forMob {
        display: block;
    }
    .notification-item {
        width: 280px;
        display: flex;
        align-items: center;
        position: relative;
        /* justify-content: center; */
    }
    .notification-item::after {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(0, -50%);
        content: '';
        width: 1px;
        height: 50%;
        background: #333;
    }
    .notification-item img {
        width: 40px !important;
    }
    .notification-item .txts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: .75rem;
        justify-content: flex-start;
    }
    .notification-item span,
    .notification-item .txts span {
        color: #000;
        text-align: left;
    }
    .deskTopBar {
        display: none;
    }
    .mobTopBar {
        display: block !important;
    }
    .mobTopBar a {
        color: #fff;
        margin: 0.5rem 0;
        display: inline-block;
    }
    .forMob .whitebar-items li {
        /* flex: 0 0 33.33%;
        max-width: 33.33%; */
        justify-content: center;
    }
    .forMob .whitebar-items {
        justify-content: space-between !important;
        padding: 0 22px;
    }
    .forMob .whitebar-items li::after {
        display: none;
    }
    .forMob .whitebar-items li img {
        width: 35px !important;
        margin-right: 5px;
    }
/* 	.mobTopBar ul li{
		margin: 0 1rem;
	}
	.mobTopBar ul li:last-child{
		margin: 0 0 0 1rem !important;
	} */
	.mobTopBar ul li .searchBox{
		right: 0;
	}
	.mobTopBar ul li .searchBox:hover .searchInput{
		
	} 
/* 	.mobTopBar ul li .searchBox .searchButton{
		top: -5px;
	} */
	.mobTopBar ul li .searchBox .searchInput{
		
	}
	.jcc-m{
		justify-content: flex-end;
	}
}

@media(max-width: 991px) {
    .rowRev {
        flex-direction: row-reverse;
    }
    ul.login-panel {
        position: absolute;
        top: 15px;
        right: 0;
    }
    a.navbar-brand {
        margin-right: 70%;
    }
    .forMob .whitebar-items li:nth-last-child(1) {
        display: none;
    }
    .forMob .whitebar-items {
        justify-content: space-between !important;
        padding: 0px;
    }
}

@media(max-width: 768px) {
    a.navbar-brand {
        margin-right: 70%;
    }
	.jcc-m{
		justify-content: center;
	}
	.Blutop .mobTopBar ul{
		display: flex;
		justify-content: center;
	}
	.mobTopBar ul li .searchBox {
		position: relative;
	}
    #award-winning{
        height: 630px !important;
        margin-bottom: 30rem !important;
        padding-top: 3rem !important;
    }
}

@media(max-width: 576px) {
    .deskTopBar {
        display: none;
    }
    a.navbar-brand {
        margin-right: 45%;
    }
    .forMob .whitebar-items {
        justify-content: space-around !important;
        padding: 0px;
    }
    .forMob .whitebar-items li {
        /* flex: 0 0 50%;
        max-width: 50%; */
        justify-content: center;
    }
    .forMob .whitebar-items li::after {
        display: none;
    }
    .forMob .whitebar-items li:nth-last-child(1) {
        display: none;
    }
    .forMob .whitebar-items li:nth-last-child(2) {
        display: none;
    }
    .forMob .whitebar-items li img {
        width: 35px !important;
        margin-right: 5px;
    }
    a.navbar-brand img {
        width: 120px;
    }
	.jcc-m{
		justify-content: center;
	}
    footer p.copyrightTxt{
        text-align: center;
        margin: 4rem 0 1rem 0 !important;
    }
    #award-winning{
        margin-bottom: 30rem !important;
    }
	
}

@media(max-width: 375px) {
    a.navbar-brand {
        margin-right: 40%;
    }
/* 	.Blutop .mobTopBar ul{
		display: flex;
		justify-content: flex-start;
	} */
}