 @import url(https://fonts.googleapis.com/css?family=Nunito);
 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

 html, 
 body{
	  font-family: 'Nunito', sans-serif;
	  font-weight: 200;
	  height: 100vh;
	  margin: 0;
	  background-color: #fff;
}
body{
	  padding-top: 55px;
}            
/*Class Packages*/
.borderMod{border:1px #ecdde9 solid;}
.clr-white{color: #fff;}
.bgcWhite{background-color:#fff;} 
.error{color: red;}
.call-btn{padding: 1px 26px 1px 26px;}
.email-btn{padding: 1px 19px 1px 19px;}
/*Nabar Section*/

.top-nav .navbar{
	background-color:#1b334b;
}
.top-nav .nav-logo span{
	color: red;
}
.top-nav .navbar-toggler-icon {
       outline: none;
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.top-nav .nav-logo p{
	font-size: 26px;
	position: relative;
    top: 10px; 
}
.top-nav .post-btn{
	color: red !important;
	font-size: 17px;
	font-weight: bold;
}
.top-nav .navbar-toggler hr{
	color: white !important;
	border: none !important;
	width: 50px;
}
.top-nav .primaryMenu{
	padding-top: 8px;
}
.primaryMenu li a,.loginMenu  li a{
	color:#f5eede; 
	font-size: 13pt;
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight: 500;
}
.top-nav .dropdown .dropdown-item{
	color: black !important;
}
 
/*header Section*/
.header	{
	background-image: url('../images/banner/banner.jpg');
	background-size: cover;
	height: 500px;
	margin: auto;
	overflow: hidden;
}
.banner .buy-sell{
	font-size: 61px;
	font-weight: bold;
	margin-top: 64px !important;
}
.banner .tagline{
	font-size: 34px;
	font-weight: 300;
	margin: 18px 0px;
}
.banner .tagline span{
	color: red;
}
	
.banner .filter-block{
	padding: 10px 10px 10px 10px;
	background-color: rgba(219, 233, 249, 0.3); 
	border-radius: 7pt;
}
.filter-field{
	border: 0px;
	padding: 11px; 
	color: grey; 
	height: 54px;
	background-color:#fff;
}
.banner .filter-block button{
	background-color:#dc1e30; 
	border:0px; color:white;
	font-weight: bold; 
	font-size: 14pt;
}
.banner .select2-container--default .select2-selection--single {
	border-radius: 0px; 
	height: 54px;
	padding: 13px;
	color: grey;	
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    float: left !important;
}
.banner .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 90%;
}

/*Create shop on modal*/
.create-shop .modal-header{
	background-color: #1b334b;
}
.create-shop .modal-header p{
	color: white;
	font-size: 22px;
	font-weight: bold;
}
.create-shop .modal-header .cancel-shop{
	position: absolute;
    right: 17px;
    top: 21px;
    font-size: 24px;
}
.create-shop .modal-body .create-shop-btn{
	background-color: #1b334b;
	color: white;
}
.create-shop .modal-body #shop-error{
	font-size: 12px;
    font-weight: bold;
    float: left;
}

/* Category Section */
.category .each-category{
	padding:10px; 
	border-radius: 10px;  
	box-shadow: 0px 0px 1px 1px #c4bac2;
	background-color: white;
}
.category .each-category a{
   color: black;
   font-size: 15px;
}
.category .each-category a img{
	width: 85%;
}

/*Plans*/
.plans{
    margin-top: 61px;
}
.plans .title{
	font-size: 20px;
    text-align: center;
    font-weight: bold;
}	
.plans .content{
    border: 1px #e6e6e6 solid;
    max-width: 800px;
    margin: auto;
    padding: 32px 47px;
}
.plans .content .heading{
    color: #1b334b;
    font-size: 19px;
    font-weight: bold;
}
.plans .content p i{
	color: #1b334b;
	margin-right: 8px;
}

/*=====================
ShopList
========*/
.shoplist .slider img{
	max-width: 262px !important;
	height: 200px;
}
.shoplist .shoplist-slider{
	float: left;
    max-width: 100%;
}
.shoplist .scroll-btn{
	padding: 0;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50% !important;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,0.1);
    opacity: .8;
    text-align: center;
    color: #1b334b;
    z-index: 100;
}
.shoplist .right-arrow{
	float: left;
	position: relative;
    left: -6px;
    top: 44%;
}
.shoplist .left-arrow{
	float: left;
	position: relative;
  	left: 97%;
    top: -71%;
}


/* Feature Section */
.grid{  
	border-radius: 4px; 
	box-shadow:0px 0px 1px 1px #c4bac2;
}
.grid .grid-header img{
	height:161px; 
}
.grid .grid-title{
	color:#4d464b;
	font-size: 15px; 
	height: 50px;
}
.grid .grid-body .grid-detail{
	color: #a89fa6;  
	font-size: 11pt; 
	font-weight: bold;
}
.grid-price{
	background-color:#dc1e30; 
	padding: 7px 5px; 
	max-width: 99px;
	display: inline;
	max-height: 35px; 
	font-weight: bold; 
	position:absolute; 
	z-index: 12; 
	top:2em; 
	line-height: 22px; 
	font-size:13px; 
	left: 14px;
	color: white;
} 
.grid .tag img{
	max-width: 32px;
	background-image: url('../images/icons/tag.png');
	position: absolute;
	top: -1px;
	right: 14px;}
.grid .tag p{
	position: absolute;
	top: -1px;
	right: 17px;
	color: white;
	transform: rotate(37deg);
	font-size: 13px;
}
/*======================================
   Category pages filters
*/
.filters .select2-container {
  width: 100% !important;
}

.filters .category li a:focus {
	font-weight:bold;
}

.filters .select2-container--default .select2-selection--single{    
	height: 34px;
	height: calc(2.25rem + 2px);
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.filters .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.filters .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 16px;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}

.pagination .page-item .page-link{    
	background: #1b334b;
    color: white;
}

/*=========================
*/
.suggested {
	margin-top: 42px !important;
}
/*======================================
   Post */
.post-view .contact-post .price{
	font-weight: bold;
	font-size: 25px;
}
.post-view .contact-post .myshop-btn{
	background: #ffbf00;
    border: 0px;
    border-radius: 27px;
    color: white;
    padding: 1px 14px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}
.post-view .contact-post .myshop-btn:hover{
	color: black;
}
.post-view .contact-post .profile-post .title{
	font-weight: bold;
}
.post-view .post-slider{
	background-color:#d9d9d9;
}
.post-view .post-title{
	font-size: 24px;
	font-weight: bold;
}
.post-view .post-image{
	width: 67% !important;
	height: 350px;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}
.post-view .post-slider .post-thumbnail img{
	width: 150px !important;
	height: 100px !important;
}
.create-post .validation-error{
	color: red;
	font-size: 15px;
}
/*======================================
   Create Post
*/
.create-post .create-category{
   	padding: 11px;
    color: grey;
    height: 54px;
    background-color: #fff;
   }
.create-post .select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 54px; 
    padding: 13px; 
    color: grey;
}
.create-post .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 90%;
}
.create-post label:not(.condition){font-weight: bold;}

.create-post .upload-icon {
	width: 19%;
	height: 44px;
	background-position: center ;
  	background:url('../images/icons/upload.png');
  	background-color:#fff;
	background-size: contain;
  	background-repeat:no-repeat;
	display: inline-block;
}
.create-post .post-images{
	width: 0px;height: 0px;overflow: hidden; display: none;
}
.create-post .canel{
    cursor: pointer;
}

/*======================================
   Dashbord
*/

.dashboard .nav-tabs .nav-link {
	color: darkslategrey !important; 
}
.dashboard .nav-tabs .nav-link.active {
    color: #495057; 
    background-color: unset; 
    border-color:#fff;
    border-bottom: 2px #1b334b solid;
}
.dashboard .post-card {
    border: 1px darkslategrey solid;
    padding: 7px;
    border-radius: 4px;
}
.dashboard .post-card .action a{
	color: #495057;
	border-bottom: 1px #1b334b solid;
	font-size: 18px;
}
.dashboard .post-card .action a:hover{
	background-color: #1b334b;
	padding: 3px;
	color: white;
	border-radius: 4px;
}
.dashboard .post-card .status span {
    	font-size: 13px;
 }
.dashboard .switch {
	position: relative;
	display: inline-block;
	width: 51px;
    height: 25px;
	margin-top: 13px;
}

.dashboard .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.dashboard .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.dashboard .slider:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 24px;
	top: 1px;
	left: 1px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.dashboard .switch input:checked + .slider {
	background-color: #2196F3;
}

.dashboard .switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.dashboard .switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.off-post{
	float:right; margin-top:4px; margin-right:7px; font-size: 12px;
}
.on-post{
	float:left; margin-top:4px; margin-left:7px; font-size: 12px;
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/*Auth pages*/
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
/*Auth Pages*/

/**/
/*======================
myshop
*/ 
.myshop .profile-card .list-group li span{
	font-weight: bold;
}
.myshop .profile-card .card-text span{
	font-weight: bold;
	display: block;
}
.myshop .profile-card .profile-header p{
	 font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

/*==============
*/
.agents .grid .grid-body .grid-title{
	font-weight: bold;
	min-height: 45px !important;
}

.agents .list .list-card .list-body div{
	font-size: 14px;
	margin-top: 44px;
}
.agents .grid .grid-body .grid-detail .tagline{
	font-size: 14px;
}
.agents .list .list-card .list-body{
	color: black;
}
.agents .list .list-card .list-body p{
	height: 53px
}
.agents .grid .grid-footer{
	font-size: 15px;
    font-weight: bolder;
    text-decoration: underline;
    padding: 5px;
}
.agents .list-card .list-footer{
	font-size: 14px;
    margin-top: 9px;
    font-weight: bolder;
    text-decoration: underline;
    padding: 5px;
}
.agents .banner .filter-field {
    height: 46px;
}
.agents .select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 46px;
    padding: 8px;
    color: grey;
}
.agents .agent_placeholder{
	background-image: url('../images/banner/agent.jpg');
}
.agents .grid .grid-header img {
    height: 191px !important;
}
 /*===============
	footer
 */
.footer{
	background-color: #1b334b;
    padding: 12px;
    color: white;
    overflow: hidden;
    position: relative;
    bottom: 0;
    width: 100%;
}   
.footer .footer-menu  li{
	float: left;
	list-style: none;
}
.footer .footer-menu li a{
	color: white;
    margin-right: 16px;
    text-decoration: underline;
}

/*======================
Profile setting pages
*/
.profile .profile-btn{
	background-color: #1b334b;
	color: white;
}
.profile #remove_profile_image {
	cursor: pointer;
    position: relative;
    left: -24px;
    top: -33px;
    background: white;
    padding: 0px 3px;
    color: red;
	cursor: pointer;
}
.profile .preview-profile {
	margin-top: -32px;
}
/*
===================
*/
.register .login-btn{
	background-color: #1b334b;
	color: white;
}

 /*===================
/* Google  and facebook button*/

.login .login-btn{
	background-color: #1b334b;
	color: white;
}
.login .google-btn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0.2em;
	padding: 7px 15px 7px 46px;
	border: none;
	text-align: left;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 16px;
	color: #FFF;
}
.login .google-btn:before {
 	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}
.login .google-btn:focus {
 	outline: none;
}
.login .google-btn:active {
 	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.login .google-btn--google {
	background: #DD4B39;
}
.login .google-btn--google:before {
	border-right: #BB3F30 1px solid;
	background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.login .google-btn--google:hover,
.login .google-btn--google:focus {
	background: #E74B37;
}

/* Facebook */
/*.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}*/


/*Responsiveness*/
@media screen and (max-width:424px){ 
	.feature .col-6{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.post .post-slider .post-thumbnail img{
		width: 100px !important;
		height: 70px !important;
	}
	.dashboard .post-card .status, .action, .price {
    	margin-top: 12px;
    	font-size: 12px;
	}
	.dashboard .post-card .status span {
    	font-size: 12px;
	}
	.post-view .post-image{
		width: 100% !important;
	    height: 235px;
	}	
	.post-view .post-slider .post-thumbnail img{
		width: 85px !important;
		height: 74px  !important;
	}
	.grid .grid-header img{
		height:121px; 
	}
	.agents .list .list-card .list-body div {
    	margin-top: 18px;
	}
	.agents .round span {
	    font-size: 15px !important;
	}
	.plans .content .heading{
	    font-size: 15px;
	}
}
@media screen and (max-width:575px){ 
	.banner .buy-sell {
		font-size: 35px;
	}
	.banner .tagline {
		font-size: 19px;
	}
	.category .category-block{
		margin-top: 42px;
	}
	.category .cat-fourth, .cat-fifth, .cat-third{
		margin-top: 22px;
	}
	.grid .grid-title p{
		font-size: 12px;
	}
	.grid-price{
		padding: 4px 5px;
		max-height: 27px; 
		font-size: 12px;
	}
	.grid .grid-body .grid-detail {
	    font-size: 9pt;
	}
	.shoplist .left-arrow {
    	left: 92%;
	}		
}
 @media screen and (max-width:767px){ 
	body{
	  padding-top: 38px !important; 
	}
	/*.top-nav .navbar-header .nav-logo{
		float: left;
	}*/
	.post-view .post-title{
		font-size: 27px;
	}	
	.banner .tagline{
		font-size: 25px;
	}
	.banner .buy-sell {
	  font-size: 45px;
	}
	/*.filters .filters-block{	
	  display: none;
	}*/
	.post .post-options{
		    font-size: 14px;
	}
	.post .post-title{
		font-size: 23px;
	}
	.post .post-image{
		height: 250px;
	}
	.dashboard .post-card .status, .action, .price {
    	margin-top: 12px;
    	font-size: 19px;
	}
	/*.category_page .collapse.show{
		display: none;
	}*/
	.filters #sidebar {
    	width: 100% !important;
	}
	#close_filter{
		font-size: 32px;
   	 	margin-top: 12px;
   	 	cursor: pointer;
	}
	.sidebarMenu .filter-btn button{
	    position: fixed;
    	bottom: 12px;
    	left: 40%;
    	width: 161px;
	}	
	.create-shop .modal-body .example-slug{
		font-size: 12px;
	}
	.agents .list .list-card .list-image img{
		width: 100% !important;
		height: 104px !important; 
	}
	.agents .grid-view{
		display: none;
	}
	.agents .banner{
		margin-top: 38px;
	}
	.agents .round {
	    border: 2px black solid;
	    width: 100%;
	    height: 100%;
	    padding: 38px 10px;
	    border-radius: 50%;
	    text-align: center;
	}
	.agents .round span{
		color: black;
	    font-size: 21px;
	    font-weight: 800;
	}
	.agents .agent_placeholder{
		height: 120px;
		padding: 5px;
	}	
	.shoplist .slider img {
	    max-width: 244px !important;
	    height: 153px;
	}
}
@media screen and (min-width: 576px) and (max-width:991px){ 
	.category .category-block{
		margin-top: 42px;
	}
	.category .cat-fourth, .cat-fifth{
		margin-top: 22px;
	}
}
@media screen and (min-width: 768px) and (max-width:991px){ 
	
	.post .contact-post .profile-post div{
		font-size: 13px;
	}
	.call-btn {
    	padding: 1px 13px 1px 13px;
	}
	.shoplist .slider img {
	    max-width: 221px !important;
	    height: 173px;
	}
}
@media screen and (min-width:992px){ 
	.category .category-block{
		margin-top: -82px;
	}
}
@media screen and (min-width: 768px){ 
	 /*Auth*/
    .gradient-form {
        height: 100vh !important;
    }

     .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
    /*Auth*/
	.filters-block-mobile{
			display: none;
		}
	.filters .wrapper #close_filter{	
	  display: none;
	}
	.sidebarMenu .filter-btn button{
		width: 100%;
	}
	.create-shop .modal-body .example-slug{
		font-size: 13px;
		float: left;
	}
	.agents .list{
		display: none;
	}
	.agentFilterBtnArea, .agentCloseFilterBtnArea{
		display: none;
	}
	.agents .round {
	    border: 2px black solid;
	    width: 156px;
	    height: 142px;
	    padding: 53px 10px;
	    border-radius: 50%;
	    margin: auto;	
	    text-align: center;
	}
	.agents .round span{
		color: black;
	    font-size: 21px;
	    font-weight: 800;
	}
	.agents .agent_placeholder{
		height: 191px;
		padding-top: 25px;
	}
}

@media screen and (min-width: 993px) and (max-width:1200px){ 
	.shoplist .slider img {
	    max-width: 217px !important;
	    height: 190px;
	}
}