@import url('custom.css');
@import url('../../../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
	--primary-color:#0089FF;
	--secondary-color:#2441d5;
	--white-color: #ffffff;
	--gray-color:#333;
	--yellow-color:#f7c221;;
}
body {
	color:var(--gray-color);
}
img {
	max-width: 100%;
}

/*** base classes starts ***/
.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px;
}
.pb20 {
    padding-bottom:20px;
}
.btn-blue {
    background:var(--primary-color);
    color:var(--white-color);
}
.btn-blue:hover {
    background-color: var(--yellow-color);
    color: var(--gray-color);
}
.btn-gray {
    background: #F0F0F0;
    color: var(--gray-color);
}
.btn-bord-blue  {
    border:1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}
.btn-active-blue {
    background:var(--primary-color) !important;
    color:var(--white-color) !important;
}
/*** base classes ends ***/

/*** header & banner style starts ***/
.navbar-brand {
    width: 200px;
}
.top-nav-collapse .navbar-brand {
    background-image: url(../img/logo-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 42px;
    top: 3px;
}
.top-nav-collapse .navbar-brand img {
    display:none;
}
.top-nav-collapse .navbar-nav .nav-link {
    color:var(--gray-color) !important;
}
.top-bar {
	display: none;
}
.fixed-top {
	top:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color:var(--white-color);
}
.top-bar {
    background: #191f33;
}
.top-bar .list-inline li a {
	display: inline-block;
}
.roof-social {
	margin-top:11px;
}
#hero-area {
	background-position: center center;
}
.search-button {
	margin-top:-140px;
}
.search-form {
	margin-bottom:0;
}
.search-bar .form-group .form-control, .search-bar .form-group .select select {
	padding:0 10px;
	color: var(--gray-color);
    font-size: 16px;
    font-weight: 600;
}
#main-slide .carousel-inner .carousel-item::before {
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:1;
}
#main-slide .carousel-item img {
    object-fit:cover;
}
@media screen and (max-width: 991px) {
	.navbar-brand img {
		/*width: 135px;*/
		display:none;
	}
	.navbar-brand,
	.top-nav-collapse .navbar-brand {
        background-image: url(../img/logo-blue.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 170px;
        height: 38px;
        top: 10px;
        left: 10px;
    }
}
/*** header & banner style ends ***/

.details-box .social-link a i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/*** home page style starts ***/
.categories-icon .icon-box h4 {
    color:var(--gray-color);
}
.works-item h5 { 
    font-size:20px;
    font-weight:600;
}
.works-item p {
    font-size:16px;
    line-height: 2;
}
.works-line {
    margin-top: -210px;
}
.counter-section {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}
.works-item .icon-box i {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.works-item .icon-box:hover i { 
    transform:scale(1.2);
}
/*** App section starts ***/
.apps-section {
    padding-bottom:0;
}
.apps-wrapper {
  background: url("../img/slider/banner3.jpg") fixed center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  overflow: hidden;
  position:relative;
}
.apps-wrapper:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  width: 100%;
}
.app-text-section {
  color: var(--white-color);
  padding-top:30px;
}
.app-text-section h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color:var(--white-color);
}
.app-text-section h3 span {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: block;
}
.app-text-section ul {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.app-text-section ul li {
  padding: 5px 0;
}
.app-text-section ul li::before {
  content: "\f0a4";
  font-family: "fontawesome";
  left: 0;
  position: absolute;
}
.app-download-button {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  align-items: center;
  justify-content: start;
  text-align: left;
  margin-right: 1.5rem;
  margin-top: 20px;
  padding: 0.75rem 1rem;
  line-height:1.3;
  background: rgba(25,31,51,0.7);
}
.app-download-button i:before {
    font-family: "fontawesome";
    left: 0;
}
.app-download-button:hover {
  background: rgba(0,137,255,0.7);
  /* border: 1px solid rgba(36,65,213,0.45); */
  color: var(--white-color);
}
.app-download-button p {
  margin: 0;
}
.app-download-button p span {
  font-size: 12px;
}
.app-download-button .fa {
  font-size: 30px;
  margin-right:0.75rem;
}
@media (max-width:767px) {
    .mobile-image-content {
        display:none;
    }
    .apps-wrapper { 
        padding-bottom:60px;
    }
}
/*** App section ends ***/
#pricing-table #active-tb {
    border-color:var(--primary-color);
}
#pricing-table .table:hover {
    border-color:var(--primary-color);
}
/*** home page style ends ***/

/*** footer style starts ***/
.subscribes {
  background: #191f33;
  padding-bottom:30px;
}
.subscribes .subscribes-inner .sub-text h3,
.subscribes .subscribes-inner .sub-text p, 
.subscribes .subscribes-inner .icon i {
    color: var(--white-color);
}
.footer_contact_widget ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: baseline;
}
.footer-Content .widget .foot-menu li  {
	padding-bottom: 15px;
}
.footer-Content .widget .foot-menu li a {
	/*color: var(--white-color);*/
	color: #bfbfbf;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.footer-Content .widget .foot-menu li a:hover {
	padding-left:7px;
	color:var(--yellow-color);
}
.footer_contact_widget .foot-menu li i {
	margin-right:15px;
}
/* .textwidget p,
footer .menu li a,
.contact-footer,
.contact-footer li span a {
	color: var(--white-color);
} */
.footer-Content .app-download-button {
    margin-top:0;
}
.footer-Content .app-download-button .fa {
    font-size: 24px;
}
.footer-Content .app-download-button p span {
    font-size: 12px;
}
footer .footer-Content,
#copyright {
	background: #191f33;
}
#copyright { 
	padding:20px 0;
}
#copyright .logo img {
	width:150px;
}
.footer-bottom-row {
	justify-content: space-between;
	align-items: center;
}
.footer-social {
	margin:30px 0 50px !important;
}
 .footer-social li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
} 
footer .footer-Content {
	padding-bottom:0;
}
.subscribes > .container {
	/* background: #153039; */
	background-color: #2e3240;
	padding: 30px;
}
.footer-logo img {
	width:200px;
}
.footer_contact_widget p,
.footer_contact_widget ul li a {
	color:#ccc;
}
.footer-black {
	background: #2e3240;
	margin-top: 60px;
	padding: 30px 0;
}
.footer-black .block-title {
	padding-bottom:0;
}
.gmail-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items:center;
}
.gmail-map a {
	color:var(--white-color);
}
.footer-black .gmail-icon {
	background: var(--yellow-color);
	width: 60px;
	height: 60px;
	border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.footer-black .gmail-icon i { 
	font-size:24px;
	color:var(--gray-color);
}	
.footer-black .gmail-heading h3 {
	color: #fff;
	font-size:18px;
}
.footer-black .gmail-heading p {
	color: #eee;
	margin-top: -5px;
}
@media (max-width:767px) {
    .app-download-btn {
        margin:30px 0 40px;
    }
}
/*** footer style ends ***/

/*** login style starts ***/
.login-area h3 {
	padding: 10px 20px;
}
.login-area .log-btn {
	min-width:150px;
}
.login-area .log-btn:hover { 
	background-color: var(--yellow-color);
	color:var(--gray-color);
	font-weight: 600;
}
.login-area .forgetpassword {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    width: 100%;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 15px;
}
.social-login {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 50px;
}
.login-area .login-form {
    padding: 30px;
    margin: 0;
}
.login .sec-separator {
	text-align: center;
    margin-bottom: 30px;
	position: relative;
}
.login .sec-separator:before { 
    position: absolute;
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    background: #ccc;
    top: 13px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.login .sec-separator span {
	padding:0 10px;
	background:var(--white-color);
	overflow:hidden;
	display: inline-block;
    font-weight: 600;
}
.social-login .gmail-login-btn {
	background:#4285F4;
}
.social-login .btn {
	width:100%;
	color:var(--white-color);
	margin: 0 8px;
	position: relative;
}
.social-login .btn span img { 
	width:15px;
}
.social-login .btn i,
.social-login .btn span {
    background: var(--white-color);
    padding: 5px;
    display: inline-block;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #4267B2;
}
.social-login .fb-login-btn {
	background:#4267B2;
}
@media (max-width:767px) {
	.col-mob-50 {
		width:50%;
	}
	.footer-bottom-row .logo {
		margin:10px 0;
	}
	.footer-bottom-row .col {
    flex-direction: column;
    flex-basis: auto;
		text-align: center;
	}
	.footer-bottom-row .footer_social_widget.text-right {
    text-align: center !important;
	}
}
/*** login style ends ***/

/*** range slide code starts ***/
label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.price-btn-group {
    margin: 40px 0 30px;
}
.price-btn-group .btn {
    font-size: 12px;
    padding: 7px 15px;
    margin: 0 7px;
    font-size: 12px;
    padding: 5px 12px;
}
.btn-range-submitgroup {
    margin-left:-10px;
    margin-right:-10px;
}
.btn-range-submitgroup .btn {
   width:50%;
   margin: 0 10px;
}
#slider-round {
    height: 2px;
}
.noUi-target {
    background: #c6c6c6;
    border: 0;
} 
#slider-round .noUi-handle {
	height: 18px;
	width: 18px;
	top: -8px;
	right: -9px; 
	border-radius: 9px;
    background: var(--primary-color);
    box-shadow: none;
    border: 0;
}
.noUi-handle:after, .noUi-handle:before {
	display: none;
}
.noUi-connect {
	background-color: var(--primary-color);
}
.slider-value-wrap {
	flex-wrap: inherit;
	justify-content: space-between;
	margin-top:20px;
}
.slider-value-wrap .form-control {
	margin:0 10px;
}
.price-drange {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.price-dollar {
    position:relative;
    padding-left:10px;
}
.price-dollar:before {
    content: '$';
    display: block;
    position: absolute;
    font-weight:bold;
    left:0;
    font-weight:500;
    font-size:14px;
}
/*** range slide code ends ***/

/*** listing inner page style starts ***/
.product-info .carousel .carousel-control i {
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    border: 1px solid #fff;
    height: 40px;
    display: block;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-info .carousel .carousel-control-next,
.product-info .carousel .carousel-control-prev {
    width:auto;
    margin-top:-70px;
}
.product-info .carousel .carousel-control-next i {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.product-info .carousel .carousel-control-prev i {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.ads-details-info .listing-bottom {
  	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
}
.details-sidebar .posts-list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}
.details-sidebar .posts-list li:last-child {
    margin:0;
    /*border:0;*/
}
.details-sidebar .posts-list .widget-content {
    margin-left:0;
}
.details-sidebar .listing-bottom .btn {
    margin:0 0 20px;
}
/*** listing inner page style ends ***/


.product-filter .button, .product-filter select {
	padding: 7px;
	border-radius: 6px;
}
.product-filter .Show-item .woocommerce-ordering {
	float: right;
	margin: 0;
}
.featured-box:hover {
    box-shadow: 0 13px 21px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0 13px 21px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 13px 21px rgba(0,0,0,.13);
}
.featured-box .feature-content .dsc {
    height:85px;
    overflow: hidden;
}
.featured-box figure {
	overflow:hidden
}
.featured-box .feature-content .meta-tag span {
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.featured-box .desc-card-text {
    min-height:50px;
}
.featured-box figure .img-fluid {
	height: 250px;
	/*object-fit: contain;*/
	object-fit: cover;
	width: 100%;
}
.featured-box figure:before {
	content:'';
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	/* background-color: rgba(0,0,0,0.3); */
	top:0;
	left:0;
	bottom:0;
	right:0;
}
@media only screen and (max-width:991px) {
	.featured-box figure .img-fluid { 
		height:210px;
	}
}
.ads-box{
    box-shadow: 0 0 10px rgb(175 175 175 / 88%);
}
pre{
	font-family: open sans,sans-serif;
	font-size: 13px;
}
.desc-card-text{
    text-overflow: ellipsis;
    display: block;
    width: 260px;
    overflow: hidden;     
    white-space: nowrap;
    padding: 5px;
}
.carousel-title-text {
	font-size: 20px;
}

.featured-box figure .icon span .lni-bookmark {
    background:var(--yellow-color);
    color:var(--gray-color);
}

/*** category page starts ***/
.product-filter {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.product-filter .Show-item {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items:center;
}
/*** category page ends ***/

/*** inner page new style starts ***/
.featured-box {
    box-shadow: 0 0 10px rgb(175 175 175 / 23%);
}
.featured-box .feature-content {
    width:100%;
    box-shadow:none;
}
.btn-used {
    border-radius: 0;
    padding: 3px 15px;
    background: var(--yellow-color);
    color: var(--gray-color);
    font-weight: 600;
    position: absolute;
    left: 0;
}
.details-box .adds-row {
    display:block;
}
.details-box .btn-bord-blue {
    color: var(--primary-color) !important;
    padding: 5px 20px;
    border-radius: 20px;
}
.details-sidebar .posts-list .widget-content a {
    text-transform: capitalize;
}
.widget-content-body {
    padding:20px;
}
ul.list-hand {
    padding-left: 1.5rem;
    position: relative;
}
ul.list-hand li {
    padding-bottom:10px;
}
ul.list-hand li:last-child { 
    padding-bottom:0;
}
ul.list-hand li::before {
    content: "\f0a4";
    font-family: "fontawesome";
    left: 0;
    position: absolute;
}
/*** inner page new style ends ***/

/*** tab style starts ***/
.nav-pills {
    /*background: #f3f3f3;*/
    border-bottom: 1px solid #dddddd;
}
.nav-pills .nav-item {
    text-align: center;
    padding:0 10px;
}
.nav-pills .nav-item:first-child {
    padding-left:0;
}
.nav-pills .nav-link {
    color: var(--gray-color);
    font-weight: 600;
    border-radius: 0;
    border-bottom:3px solid transparent;
    padding:10px 20px;
}
.nav-pills .nav-link.active {
    border-bottom:3px solid var(--primary-color);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background:transparent;
    color: var(--gray-color);
}
#pills-tabContent .tab-pane {
   max-width: 90%;
   margin: 30px auto;
}
/*** tab style ends ***/
.post-ad-title{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.0625rem solid #dadada;
    padding-bottom: 1.25rem;
    margin-bottom: 2.1875rem;
}
.post-ad-title i {
    font-size: 1.125rem;
    color: #0089ff;
    margin-right: 0.9375rem;
}
.post-ad-title .item-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
}
.post-section .control-label {
    font-weight: 600;
    color: #2a2a2a;
    text-align: right;
    display: block;
}
.post-section .form-group .form-control {
    border: 0.0625rem solid #ced4da;
    border-radius: 0.125rem;
    font-size: 1rem;
    padding: 0.3125rem 0.9375rem;
    margin-bottom: 10px;
}
.post-section .form-group select, .post-ad-box-layout1 .post-section .form-group input {
    height: 2.5rem;
}
.post-section .form-group .form-check .form-check-input {
    height: auto;
    margin-top: 0.375rem;
}
.post-section .form-group .form-check .form-check-label {
    font-weight: 400;
    color: #646464;
    margin-bottom: 0;
}
.post-section .control-label span {
    color: #f85c70;
}
/**post ad page*/
.product-box-layout3 {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
    border-radius: 0.125rem;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box-layout3 .item-img {
    margin-right: 1.5625rem;
}
.product-box-layout3 .item-img a {
    display: inline-block;
    width: 15rem;
}
.list-view-layout1 .product-box-layout3 .item-content .item-title {
    margin-bottom: 0.375rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}
.myaccount-listing .btn-group {
    margin-top: 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.myaccount-listing .btn-group a {
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
    border-radius: 0.125rem;
    padding: 0.125rem 1rem;
    background-color: #f85c70;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-box-layout3:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.input-field label {
    width: 100%;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1em;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    pointer-events: none;
}

.input-field {
    position: relative;
    margin-top: 2.2rem;
}

.input-field label.active {
    -webkit-transform: translateY(-15px) scale(0.8);
    transform: translateY(-15px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.store-logo{
  width: 180px;
  max-height: 200px;
}
#store_banner{
  max-height: 300px;
}
.banenr-img{
    width: auto;
    max-height: 300px;
    margin-bottom: 45px;
}
.media-add{
  color: #0056b3;
  cursor: pointer;
}
.page-content{
  background-color: white;
}

.mt-100{
  margin-top: 50px;
}

.mb-100{
  margin-bottom: 50px;
}

.card{
    border-radius:1px !important;
}

.card-header{
    
    background-color:#fff;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.timepicker{
    width: 25%;
    height: auto !important;
}



/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}
.pagination{
    justify-content: center;
    margin-top: 10px;
}



@media only screen and (min-width:1300px) {
    .container {
        max-width: 1240px;
    }
}
@media only screen and  (min-width:1400px) {
    .container {
        max-width: 1320px !important;
    }
}

/* design */
.carousel-item img{width:100%;}         
html body #customCarousel1 ol.carousel-indicators{position: absolute;bottom: 20px;left: 25%;}
.featured-box h5 a{color: #3d3d3d;}
.carousel-indicators{bottom: 0;}
.carousel-indicators li{background-color: #7b7b7b;}
.carousel-indicators .active {background-color: #0089FF;}
.featured-box figure .icon {position: absolute;bottom: 35px;right: 15px;z-index: 1;}
.ss-free {border: 3px solid #0089FF;position: relative;}
.ss-premium {border: 3px solid #ffc415;position: relative;}
.ss-fire {border: 3px solid #ff5722;position: relative;}
/* .ss-no{border: 2px solid #0089FF;} */
.featured-box{border-radius:8px;}
.ss-tag {position: absolute;right: -1px;top: 0;z-index: 111;border-radius: 4px;padding: 10px;display:none;}
.ss-free .ss-tag, .ss-free .ss-tag-title{background:#0089FF;display:block;}
.ss-premium .ss-tag, .ss-premium .ss-tag-title {background: #ffc415;display:block;}
.ss-fire .ss-tag{background: #ff5722;display:block;}
.ss-tag img {width: 30px;}
.ss-sidebar-menu .card-header h2 button{font-family: 'Poppins', sans-serif;}
a.ss-btn img {
    height: 59px;
    margin-top: 10px;
}
@media only screen and (min-width: 992px){
  html body #customCarousel1{bottom:80px;}
}
.featured-box .feature-content .product {margin: 0;}
.featured-box {background: #f5f5f5;}
.featured-box .feature-content .product a, .featured-box .feature-content .meta-tag span a, .featured-box .feature-content .meta-tag a {
    font-size: 13px !important;
    color: #777777 !important;
    white-space: nowrap;
}
.featured-box h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 10px 0 5px;
}
html body .featured-box .feature-content .listing-bottom .price {
    font-size: 18px;
    margin: 0;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.carousel-inner .img-box{margin-top: 0;}
#list-view .carousel-inner .img-box{margin: 0;overflow:unset;}
.featured-box .feature-content .listing-bottom .price{color:#3d3d3d;}
.listing-bottom a{background-color:#3d3d3d;}
.product-filter .short-name span, .product-filter .Show-item span, .product-filter .nav-tabs .nav-link i, .details-box .ads-details-info .details-meta span a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.product-filter .nav-tabs .nav-link.active.show i{color:#0089FF;}
.page-header .breadcrumb-wrapper .breadcrumb li{color:#ffffff;}
.ss-tag-title{position:absolute;left: -1px;border-radius: 4px;padding: 10px;z-index: 111;}
.ss-tag p, .ss-tag-title p {font-size: 16px;font-weight: 500;color: #fff;margin: 0;}
.ss-theme .img-box, .ss-dsg .img-box {height: 200px;overflow: hidden;}
.dashboard-wrapper .img-box {height: 150px;overflow: hidden;}
.modal-open .modal{z-index: 9999999;}
.modal-backdrop {z-index: 1111111;}