#desktop-menu {
	display: none
}

#mobile-dropdown {
	position: fixed;
	top: 0;
	z-index: 1020;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

#mobile-dropdown .mobile-content {
	background: #fff;
	position: fixed;
	top: 56px;
	left: 15%;
	z-index: 1030;
	height: 240px;
	width: 85vw
}

@media (min-width:320px) {
	.logo>img {
		height: 35px!important;
		width: auto!important
	}
	.btn-publish {
		font-size: 9px!important;
		line-height: 1.5!important
	}
	.mobile-content {
		left: 40%!important;
		width: 60vw!important
	}
}
@media (min-width:400px) {
	.logo>img {
		height: 45px!important;
		width: auto!important
	}
	.btn-publish {
		font-size: 11px!important;
		line-height: 1.5!important
	}
	.mobile-content {
		left: 40%!important;
		width: 60vw!important
	}
}
@media (min-width:500px) {
	.logo>img {
		height: 50px!important;
		width: auto!important
	}
	.btn-publish {
		font-size: 14px!important;
		line-height: 1.5!important
	}
	.mobile-content {
		left: 40%!important;
		width: 60vw!important
	}
}

@media (min-width:576px) {
	.logo>img {
		height: 50px!important;
		width: auto!important
	}
	.btn-publish {
		font-size: 14px!important;
		line-height: 1.5!important
	}
	.mobile-content {
		left: 40%!important;
		width: 60vw!important
	}
}


@media (min-width:768px) {
	.navbar #desktop-menu {
		display: block
	}
	.navbar #desktop-menu .navbar-nav {
		flex-direction: row;
		margin-right: 1.5rem
	}
	.navbar #desktop-menu .navbar-nav li.nav-item {
		padding-right: 20px
	}
	.navbar #desktop-menu .navbar-nav li.nav-item a {
		color: #222
	}
	.navbar #desktop-menu .navbar-nav li.nav-item a:hover {
		color: #ed147d
	}
	#mobile-dropdown,
	.navbar .btn-navbar-search,
	.navbar .navbar-toggler {
		display: none
	}
}
#cp-search-form .row .search-button a.btn {
	padding: .75rem 0!important
}

#cp-search-form .row .form-control {
	height: calc(2em + .75rem + 2px);
	box-shadow: 0 .5rem 1rem #e9edf3!important
}

#cp-search-form .row .form-control:focus {
	box-shadow: none!important
}

#cp-search-form .row .select2-selection__rendered {
	font-size: 1rem
}

@media (min-width:768px) {
	#cp-search-form {
		box-shadow: 0 .5rem 1rem #e9edf3!important
	}
	#cp-search-form .row {
		background-color: hsla(216,29%,93%,0.8);
		border: 1px solid #e9edf3
	}
	#cp-search-form .row .search-category>div,
	#cp-search-form .row .search-city>div {
		border-right: 1px solid #e9edf3!important
	}
	#cp-search-form .row .search-button {
		padding-left: 0!important;
		padding-right: 0!important
	}
	#cp-search-form .row .search-button div {
		padding-top: 0!important
	}
	#cp-search-form .row .form-control {
		border: none!important;
		box-shadow: none!important
	}
	#cp-search-form .row .select2-selection.select2-selection--single {
		border: none!important
	}
	#section-search.collapse.no-collapse-sm {
		display: block;
		height: auto!important;
		visibility: visible
	}
}

@media (min-width:992px) {
	#cp-search-form {
		border-radius: .25rem!important;
		background-color: hsla(216,29%,93%,0.8);
	}
	#cp-search-form .row {
		border: 1px solid #e9edf3
	}
	#cp-search-form .row .search-category,
	#cp-search-form .row .search-city,
	#cp-search-form .row .search-text {
		padding-left: 0!important;
		padding-right: 0!important
	}
	#cp-search-form .row .search-category>div,
	#cp-search-form .row .search-city>div {
		border-right: 1px solid #e9edf3!important
	}
	#cp-search-form .row .search-button {
		padding-right: .5rem!important
	}
	#cp-search-form .row .search-button div {
		padding: 0!important
	}
	#cp-search-form .row .form-control {
		border: none
	}
}
.btn {
	font-family: Roboto;
	font-style: normal;
	text-transform: capitalize;
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.btn.btn-primary {
	color: #fff;
	background-color: #ed147d;
	border-color: #ed147d
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #be0e63;
	border-color: #be0e63
}

.btn.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 0, 160, .17)
}

.btn.btn-publish {
	color: #fff;
	background-color: #5ea8fe;
	border-color: #5ea8fe;
	font-size: 10px;
	line-height: 2
}

.btn.btn-publish:hover,
.btn.btn-publish:not(:disabled):not(.disabled).active,
.btn.btn-publish:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #015fcb;
	border-color: #015fcb
}

.btn.btn-publish:focus {
	background-color: #015fcb;
	border-color: #015fcb;
	box-shadow: 0 0 0 .2rem rgba(255, 0, 160, .17)
}


.checkbox {
	cursor: pointer
}

.checkbox.checkbox-primary input[type=checkbox]:checked+label:before {
	background-color: #ed147d;
	border-color: #ed147d
}

.checkbox input[type=checkbox] {
	opacity: 0;
	visibility: hidden
}

.checkbox input[type=checkbox]:focus+label:before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label:after {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "\F00C";
	padding-top: 0;
	padding-left: .25rem
}

.checkbox input[type=checkbox]:disabled+label {
	opacity: .65
}

.checkbox input[type=checkbox]:disabled+label:before {
	background-color: #eee;
	cursor: not-allowed
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: .5rem
}

.checkbox label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label:after {
	position: absolute;
	top: 0;
	left: -1.3rem!important;
	font-size: 12px;
	color: #fff;
	cursor: pointer
}

.navbar {
	min-height: 72px;
	background-color: #fff
}

.navbar .logo>img {
	height: auto;
	width: 120px
}

.navbar.shadow {
	box-sizing: border-box;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.navbar .navbar-toggler-icon-close {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
	line-height: 1.5
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon-close {
	display: none
}

.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	display: inline
}

.navbar .btn-publish {
	font-size: 10px;
	line-height: 2
}



.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 25px;
}
.headbar{
  position: fixed;
  width: 100%;
  z-index: 1;
  padding: 3px 0;
  transition: all 0.3s ease;
}
.logo {
    max-width: 65%;
	vertical-align: left;
}
.headbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headbar .logo a{
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.headbar .menu-list {
    display: inline-flex;
    padding-top: 30px;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: #007bff;
}
.banner{
  background: url("banner.jpg") no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about{
  padding: 30px 0;
}
.about .title{
  font-size: 38px;
  font-weight: 700;
}
.about p{
  padding-top: 20px;
  text-align: justify;
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .headbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .headbar.show .menu-list{
    left: 0%;
  }
  .headbar .menu-list li{
    margin-top: 45px;
  }
  .headbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .headbar.show .menu-list li a{
    margin-left: 0px;
  }
}
@media (max-width: 380px) {
  .headbar .logo a{
    font-size: 27px;
  }
}


@media (min-width:768px) {
	.hide-desktop {
    display: none !important;
  }
}