@media(max-width: 1200px) {
	.container.heading {
		width: 100%;

	}

	.main-menu {
		padding-left: 100px;
	}

	.caption {
		left: 0;
	}
}

@media (max-width: 991px) {

	.container.heading {
		position: sticky;
		top: 0;
		z-index: 100;
		background: #fff;
	}

	.languages.mobile {
		margin: 0 0 20px 20px;
		padding: 0;
		display: block;
	}

	.header-helper-buttons {
		display: none;
	}

	.header-helper-buttons .loggedin-user-button {
		opacity: 0;
		pointer-events: none;
	}

	.main-hero .rslides li img {
		filter: blur(5px);
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
	}

	.advertiseForm {
		margin-bottom: 40px;
	}

	.statisticBox {
		width: 100%;
	}





	header.header {

		padding: 20px 0;

	}

	.logo {

		padding: 0;

	}

	.profile-side-options {
		padding: 30px;
	}

	.b-charges .col-md-6 {
		padding: 0 0 5px 0;
		line-height: 1.3;
	}

	.b-search-entry .row {
		margin: 0;
	}



	.main-menu {

		padding-left: 0;

		overflow-y: auto;

		max-width: 320px;

		position: fixed;

		top: 0;

		right: -330px;

		height: 100%;

		background: #fff;

		margin: 0;

		border-radius: 0;

		transition: all 0.3s ease-out;

		z-index: 4;

		box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.06);

	}

	.main-menu.shown {

		right: 0;

	}

	.caption {
		position: unset;
		background: transparent;
		height: auto;
		width: 100%;
		color: #222;
		justify-content: flex-start;
		padding-left: 30px;
		margin-bottom: 20px;

	}

	.main-menu nav>ul>li>ul {
		opacity: 1;
		visibility: visible;
		position: unset;
		box-shadow: none;
		display: none;
		padding: 15px 30px;
	}

	.main-menu nav>ul {

		display: block;

	}

	.main-menu nav>ul>li {
		display: block;
		height: auto;
	}

	.main-menu nav>ul>li>a span {
		position: unset;
		margin-left: 10px;
	}

	.main-menu nav>ul>li>a {

		background: transparent;

		color: var(--font-color);

		padding: 8px 30px;

		border: none;

		justify-content: flex-start;

		position: relative;

		font-weight: 300;

	}

	.main-menu nav>ul>li>a:hover {

		background: transparent;

		color: var(--font-color);

	}

	.main-hero {

		margin: 0;
		height: 620px;

	}

	.main-menu nav>ul>li>a svg {

		display: block;
		margin-right: 10px;

	}

	.main-menu nav>ul>li>a svg * {
		fill: var(--main-color);
	}

	body {

		position: relative;

	}

	body:before {

		content: "";

		width: 100%;

		height: 100%;

		background: rgba(0, 0, 0, 0.5);

		transition: all 0.3s ease-out;

		position: fixed;

		top: 0;

		left: 0;

		opacity: 0;

		visibility: hidden;

		z-index: 3;

	}

	body.overlay:before {

		opacity: 1;

		visibility: visible;

	}

	.hero-statistics.mobile ul li {

		margin-bottom: 4px;

	}

	.main-hero .rslides li h3 {

		font-size: 37px;

	}

	.cosmote-container {

		margin-bottom: 40px;

	}

	.homepage-babysitters-list {

		padding-top: 0;

	}

	.babysitter-header-search {
		text-align: center;
	}

	.babysitter-search-results-container {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

	.b-search-left-side {
		position: unset;
	}

	.b-navigation-info {
		line-height: 1.3;
		text-align: center;
	}

	.b-navigation-info .text-right {
		text-align: center;
	}

	.b-navigation-info .col-md-6:nth-child(1) {
		display: none;
	}

	.b-navigation-info .col-md-4:nth-child(1),
	.b-navigation-info .col-md-4:nth-child(2) {
		display: none;
	}

	.b-search-filters-box {
		margin-bottom: 20px;
	}

	.b-search-filters-box input[type="submit"] {
		margin-bottom: 10px;
	}

	.b-search-side-filters input[type="submit"] {
		margin-bottom: 10px;
	}

	.b-search-side-filters.mobile-menu {
		padding: 10px !important;
	}

	.mobile-menu {
		transition: all 0.3s ease-out !important;
		position: fixed !important;
		top: 0 !important;
		left: -330px !important;
		height: 100% !important;
		width: 100% !important;
		max-width: 330px !important;
		margin: 0 !important;
		overflow-y: auto !important;
		z-index: 999 !important;
		padding: 0 !important;
		box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1) !important;
	}

	.mobile-menu.active {
		left: 0 !important;
	}

	.b-search-side-filters.active-filters {
		left: 0;
	}

	.b-entry-image {
		height: auto;
	}

	.b-entry-image a > img{
		height: auto;
		aspect-ratio: 0.9;
	}

	.b-entry-image a {
		height: 100%;
		display: block;
	}

	.b-entry-short-info span {
		display: block;
		margin-bottom: 5px;
	}

	.b-entry-short-info span:last-child {
		margin-bottom: 0;
	}

	.b-charges .text-center {
		text-align: left;
	}

	.b-search-right-side .pagelinks {
		text-align: center;
	}

	.b-search-right-side .pagelinks a {
		margin-bottom: 5px;
	}

	.register-container .col-md-6:first-child {
		margin-bottom: 40px;
	}

	.main-menu .user-links-mobile .loggedin-user-button ul li {
		width: 90%;
		margin-bottom: 10px;
	}

	.user-links-mobile .loggedin-user-notifications ul li a img {
		display: inline-block;
		margin-right: 5px;
		height: 20px;
		vertical-align: text-top;
	}

	.main-menu .user-links-mobile .loggedin-user-notifications li {
		width: 90%;
		margin-bottom: 10px;
	}

	.loggedin-user-notifications {
		text-align: center;
		margin: 0;
	}

	.profile-side-options {
		margin-bottom: 40px;
	}

	.profile-form .row .col-md-3 {
		margin-bottom: 10px;
	}

	.mobile-filters-trigger {
		display: inline-block;
	}

	#msgsContainer li {
		line-height: 1.7;
		padding: 30px;
	}

	#msgsContainer li span {

		transform: none;
		top: 0;
		right: 0;
		line-height: 1;

	}

	.footer-col {
		margin-bottom: 40px;
	}

	.homepage-business .row .col-md-6:nth-last-of-type(2) .homepage-b-inner-box {
		margin-bottom: 30px;
	}

	.register-buttons-mobile {
		display: flex;
		flex-direction: column;
	}

	.sb-certified-profile a img {
		width: 35px;
	}

	.sb-certified-profile a {
		padding-left: 45px;
	}
}

@media (max-width: 768px) {

	.homepage-tabs-section h2 {
		font-size: 30px;
	}

	.section-title {
		font-size: 30px;
	}

	.homepage-babysitters-list .recent-publishbox,
	.recent-ads-section .recent-publishbox {
		margin-bottom: 40px;
	}

	.b-entry-cert {
		position: relative;
		top: auto;
		transform: none;
		right: auto;
	}

	.box-image-wrapper {
		display: block;
	}

	.box-image-wrapper img {
		max-width: none;
		max-height: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.box-image-wrapper {
		height: 150px;
	}

	.main-hero-inner-1 {

		margin-bottom: 40px;

	}

	.office-register-content form {
		margin-bottom: 40px;
	}

	#tabs ul li {

		display: block;

		margin-bottom: 5px;

	}

	.message-button {
		display: block;
		margin-top: 20px;
	}

	.messageBoard li {
		text-align: center;
	}

	.delete-message {
		transform: none;
		top: 10px;
	}

	.b-entry-long-info p {
		border: none;
		margin: 0;
		padding-bottom: 5px;
	}

	.tab-col img {
		width: auto;
	}

	#tabs ul li {
		width: 100%;
	}

	#tabs ul li a {
		width: 100%;
		margin-bottom: 10px;
	}
	.black-friday-wrapper svg{
		display: none;
	}
}

@media (max-width: 550px) {

	.cosmote-container {

		text-align: center;

	}

	.cosmote-container img {

		display: inline-block;

		float: none;

	}



}

@media (max-width: 580px) {
	.cosmote-box {
		width: 100%;
	}

	.cosmote-logo {
		margin: 40px 0 0 0;
	}

	.b-entry-rating .rateit {
		display: block;
		margin-bottom: 5px;
	}

	.register-buttons-mobile a {
		width: 100%;
	}
}

@media (max-width: 480px) {

	.logo img {

		height: 60px;

	}

	.main-hero .rslides li h3 {

		top: 25px;

	}

	.b-navigation-info select {
		margin-top: 10px;
		width: 100%;
	}

	.sb-profile-title span {
		float: none !important;
		display: block;
		margin-top: 10px;
	}

	.verify-container form {
		flex-direction: column;
	}

	.verify-container form input[type="text"] {
		flex: none
	}



}